:root {
  --green: #8aa33a;
  --green-dark: #53631f;
  --green-deep: #303b17;
  --sage: #eef2df;
  --paper: #fbf7ef;
  --sand: #f3eadc;
  --white: #ffffff;
  --espresso: #3d322e;
  --clay: #a8662c;
  --muted: #746b62;
  --line: rgba(61, 50, 46, 0.14);
  --shadow: 0 22px 60px rgba(61, 50, 46, 0.11);
  --black: #1c1c1c;
  --header: rgba(0, 0, 0, 0.88);
  --caramel: #bd7224;
}

@font-face {
  font-family: "Hero";
  src: url("assets/HeroLight-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hero";
  src: url("assets/HeroLight-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hero";
  src: url("assets/HeroLight-Bold.ttf") format("truetype");
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--espresso);
  background: #ffffff;
  font-family: "Hero", "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

p {
  margin-bottom: 12px;
}

.container {
  width: min(1276px, calc(100vw - 10%));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 100px;
  padding: 20px 5%;
  background: var(--header);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.brand img {
  width: 214px;
  filter: brightness(0) invert(1);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  opacity: 0.96;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.main-nav a:hover {
  color: #d29757;
  opacity: 1;
}

.main-nav a.active {
  color: #d29757;
}

.main-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 3px;
  background: #ffffff;
}

.nav-button {
  min-height: 57px;
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  border: 0;
  border-radius: 999px;
  background: var(--caramel);
  color: #ffffff;
  font-weight: 600;
  opacity: 1 !important;
}

.hero-section {
  position: relative;
  isolation: isolate;
  min-height: 750px;
  padding: 5% 0;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.54) 48%, rgba(0, 0, 0, 0.36) 100%),
    url("assets/edge-hero-glass-building.png");
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 0;
}

.hero-section::after {
  display: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: clamp(42px, 8vw, 120px);
  align-items: center;
  min-height: 600px;
}

.hero-copy,
.hero-panel,
.hero-metrics article,
.proof-metrics article,
.benefits-grid article,
.tags span {
  min-width: 0;
  overflow-wrap: break-word;
}

.eyebrow,
.section-kicker {
  display: block;
  margin: 0 0 18px;
  color: var(--green-dark);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-section .eyebrow {
  color: #ffffff;
  opacity: 0.86;
}

h1 {
  max-width: 790px;
  margin-bottom: 28px;
  color: #ffffff;
  font-size: clamp(29px, 2.45vw, 35px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.08;
}

h2 {
  max-width: 820px;
  margin-bottom: 22px;
  color: var(--espresso);
  font-size: clamp(25px, 2.2vw, 32px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.12;
}

h3 {
  margin-bottom: 11px;
  color: var(--espresso);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.28;
}

.hero-lead {
  max-width: 740px;
  margin-bottom: 48px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.72;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 15px 25px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.button:hover {
  background: #f1f1f1;
  transform: translateY(-1px);
}

.button.light {
  background: var(--white);
  color: var(--green-dark);
}

.hero-panel {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-panel span {
  color: #ffffff;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.hero-edge-mark {
  width: 245px;
  filter: drop-shadow(0 24px 38px rgba(0, 0, 0, 0.35));
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 900px;
  margin: 0 0 30px;
  color: #ffffff;
}

.hero-metrics article {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.hero-metrics article + article {
  padding-left: 30px;
}

.hero-metrics article:last-child {
  border-right: 0;
}

.hero-metrics strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
}

.hero-metrics span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
}

.hero-metrics small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

section {
  padding: 5% 0;
}

.client-strip {
  padding: 42px 0 46px;
  background: #ffffff;
  color: #767676;
}

.client-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.24fr) minmax(0, 1fr);
  align-items: center;
  gap: 28px clamp(34px, 6vw, 80px);
}

.client-eyebrow {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.client-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(92px, 1fr));
  align-items: center;
  gap: 18px clamp(18px, 3vw, 42px);
}

.client-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  color: #9b9b9b;
  filter: grayscale(1);
  opacity: 0.62;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  transition: color 180ms ease, filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.client-logo:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-2px);
}

.client-logo--plaenge:hover {
  color: #77736a;
}

.client-logo--ayoshii:hover {
  color: #b21f2d;
}

.client-logo--obramax:hover {
  color: #ef7d00;
}

.client-logo--capital:hover {
  color: #1a4f7a;
}

.client-logo--porto:hover {
  color: #4f6f2b;
}

.client-logos img.client-logo {
  width: auto;
  max-width: 150px;
  height: clamp(28px, 3.2vw, 44px);
  object-fit: contain;
}

.argument-grid,
.proof-grid,
.segments-grid,
.hygge-grid,
.faq-grid,
.cta-grid,
.footer-grid,
.decision-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1fr);
  gap: clamp(38px, 7vw, 98px);
  align-items: start;
}

.argument-section {
  background: #ececec;
}

.argument-grid {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
  align-items: center;
}

.argument-copy > p,
.proof-copy > p,
.segments-grid p,
.hygge-grid p,
.decision-grid p,
.cta-grid p {
  color: var(--muted);
  font-size: 18px;
  font-weight: 400;
}

.square-list {
  display: grid;
  gap: 12px;
  margin: 27px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 1.02rem;
  list-style: none;
}

.square-list li {
  position: relative;
  padding-left: 30px;
}

.square-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  background: var(--green);
}

.edge-comparison {
  position: relative;
  margin: 0;
  display: grid;
  grid-template-columns: 65fr 35fr;
  overflow: hidden;
  min-height: 440px;
  background: #121010;
  color: var(--white);
  box-shadow: none;
}

.comparison-photo {
  position: relative;
  min-height: 440px;
  overflow: hidden;
}

.comparison-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.46));
}

.comparison-photo img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

.comparison-photo span {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.comparison-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  margin: 0;
  padding: clamp(22px, 3vw, 34px);
  background: #1f1d1a;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.comparison-eyebrow {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.45;
  text-transform: uppercase;
}

.comparison-panel h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 600;
  line-height: 1.04;
}

.comparison-metrics {
  display: grid;
  gap: 17px;
}

.comparison-metric {
  display: grid;
  gap: 8px;
}

.comparison-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.comparison-head span {
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.comparison-head strong {
  color: var(--green);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.bar-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.bar-row span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.15;
}

.bar-row i {
  display: block;
  height: 7px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.13);
}

.bar-row b {
  display: block;
  height: 100%;
}

.bar-reference {
  width: 100%;
  background: rgba(255, 255, 255, 0.46);
}

.bar-optimized {
  width: var(--optimized);
  background: var(--green);
}

.comparison-panel small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.proof-section {
  background: #121010;
  color: var(--white);
  overflow: hidden;
}

.proof-section .section-kicker,
.proof-section h2 {
  color: var(--sage);
}

.proof-intro > p {
  max-width: 520px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.38;
}

.proof-image {
  position: relative;
  margin: 36px 0 0;
  overflow: hidden;
  background: #202020;
}

.proof-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  pointer-events: none;
}

.proof-image img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  transform: scale(1.01);
}

.proof-label {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--green);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-copy > p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 34px;
  font-size: 20px;
  line-height: 1.38;
}

.proof-metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  background: transparent;
  counter-reset: focus;
}

.proof-metrics article {
  position: relative;
  min-height: 126px;
  padding: 28px 30px 28px 96px;
  background: linear-gradient(90deg, rgba(238, 242, 223, 0.13), rgba(238, 242, 223, 0.06));
  border: 1px solid rgba(238, 242, 223, 0.16);
  counter-increment: focus;
}

.proof-metrics article::before {
  content: "0" counter(focus);
  position: absolute;
  left: 28px;
  top: 30px;
  color: var(--green);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.proof-metrics strong {
  display: block;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.proof-metrics span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.proof-metrics span + span {
  margin-top: 5px;
}

.proof-metrics small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
}

.benefits-section,
.visual-section,
.faq-section {
  background: #ffffff;
  border-block: 0;
}

.section-title {
  margin-bottom: clamp(34px, 5vw, 62px);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.benefits-grid article {
  min-height: 224px;
  padding: clamp(22px, 2.6vw, 32px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  background: #f7f7f7;
  box-shadow: none;
}

.benefits-grid span,
.tags span,
.text-link {
  color: var(--green-dark);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.benefits-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.hygge-section,
.segments-section {
  background: #ececec;
}

.hygge-grid {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);
  align-items: center;
}

.hygge-image {
  margin: 0;
  overflow: hidden;
  background: #dcdcdc;
}

.hygge-image img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}

.hygge-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0 25px;
}

.hygge-stats article {
  min-height: 132px;
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

.hygge-stats strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.hygge-stats span {
  color: var(--muted);
}

.tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tags span {
  min-height: 96px;
  display: flex;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(138, 163, 58, 0.28);
  border-radius: 0;
  background: #eef2df;
  line-height: 1.35;
  box-shadow: none;
}

.visual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.case-card {
  position: relative;
  min-height: 310px;
  margin: 0;
  overflow: hidden;
  background: #171513;
  color: var(--white);
}

.case-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 28%, rgba(0, 0, 0, 0.86) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.04));
}

.case-card img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  filter: saturate(0.94);
  transition: transform 0.35s ease;
}

.case-card:hover img {
  transform: scale(1.04);
}

.case-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: grid;
  gap: 13px;
  padding: 24px;
}

.case-meta {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-card h3 {
  margin: 0;
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.08;
}

.case-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.case-metric {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 4px 7px;
  padding: 11px 10px 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.metric-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: var(--green);
}

.case-metric--energy .metric-icon::before {
  content: "";
  width: 10px;
  height: 18px;
  background: currentColor;
  clip-path: polygon(57% 0, 16% 53%, 48% 53%, 36% 100%, 84% 41%, 53% 41%);
}

.case-metric--water .metric-icon::before {
  content: "";
  width: 12px;
  height: 15px;
  background: currentColor;
  border-radius: 70% 70% 70% 0;
  transform: rotate(-45deg);
}

.case-metric--materials .metric-icon::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  transform: rotate(45deg);
}

.case-metric strong {
  color: var(--green);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.case-metric small {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.decision-section {
  background: #ececec;
}

.decision-grid {
  align-items: center;
}

.decision-line {
  color: var(--green-dark) !important;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.faq-grid {
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1fr);
}

.faq-list {
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  padding: 20px 0;
  color: var(--espresso);
  font-size: 1rem;
  font-weight: 800;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  float: right;
  color: var(--green);
  font-size: 1.4rem;
  font-weight: 400;
}

details[open] summary::after {
  content: "-";
}

details p {
  max-width: 780px;
  margin: -6px 0 24px;
  color: var(--muted);
}

.cta-section {
  background: #121010;
  color: var(--white);
}

.cta-section .section-kicker,
.cta-section h2,
.cta-section p {
  color: var(--white);
}

.cta-section p {
  opacity: 0.86;
}

.cta-section strong {
  display: block;
  margin-top: 18px;
  color: var(--sage);
  font-size: 24px;
  font-weight: 500;
}

.cta-grid {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.footer-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px;
  align-items: start;
  padding: 5%;
  background: #1c1c1c;
  color: #ffffff;
}

.footer-brand img {
  width: 60%;
  max-width: 214px;
}

.footer-column h2,
.footer-copy h2,
.social-title {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-nav,
.footer-contact {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav a,
.footer-contact a,
.footer-contact span,
.footer-copy p {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-contact svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  fill: #ffffff;
}

.social-title {
  margin-top: 40px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.footer-copy {
  align-self: end;
  text-align: right;
}

.footer-copy p {
  margin: 0;
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .site-header {
    min-height: 74px;
  }

  .hero-grid,
  .argument-grid,
  .proof-grid,
  .segments-grid,
  .hygge-grid,
  .faq-grid,
  .cta-grid,
  .footer-grid,
  .decision-grid {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
    background-attachment: scroll;
  }

  .hero-panel {
    max-width: 560px;
  }

  .proof-metrics,
  .benefits-grid,
  .visual-grid,
  .hygge-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-metrics {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .hero-metrics article,
  .hero-metrics article + article {
    min-height: auto;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }

  .hero-metrics article:last-child {
    border-bottom: 0;
  }

  .footer-copy {
    text-align: left;
  }

  .client-row {
    grid-template-columns: 1fr;
  }

  .client-logos {
    grid-template-columns: repeat(3, minmax(110px, 1fr));
  }

  .edge-comparison {
    grid-template-columns: 1fr;
  }

  .comparison-panel {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 34px, 1276px);
  }

  .site-header {
    padding: 16px 20px;
  }

  .brand img {
    width: 148px;
  }

  h1 {
    max-width: 330px;
    font-size: 22px;
    line-height: 1.14;
  }

  h2 {
    font-size: 25px;
    line-height: 1.15;
  }

  .hero-lead {
    max-width: 330px;
    font-size: 16px;
    line-height: 1.55;
  }

  h1,
  h2,
  h3,
  p,
  li,
  .eyebrow,
  .section-kicker,
  .comparison-eyebrow,
  .comparison-panel small {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-copy,
  .argument-copy,
  .proof-copy,
  .segments-grid > div,
  .hygge-grid > div,
  .decision-grid > div {
    width: 100%;
    min-width: 0;
  }

  .hero-copy,
  .argument-copy,
  .proof-copy,
  .hygge-copy,
  .decision-copy {
    max-width: min(100%, 330px);
  }

  .hero-section {
    padding: 35% 0 30%;
    background-image:
      linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.56)),
      url("assets/edge-hero-glass-building.png");
  }

  .hero-panel,
  .edge-comparison {
    width: 100%;
    max-width: none;
    box-shadow: none;
  }

  .hero-panel span {
    font-size: 22px;
  }

  .hero-edge-mark {
    width: 190px;
  }

  .hero-metrics strong {
    font-size: 29px;
  }

  .hero-metrics span {
    font-size: 17px;
  }

  .hero-metrics {
    max-width: 330px;
  }

  .client-row {
    align-items: start;
    gap: 16px;
  }

  .client-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 16px;
  }

  .client-logo {
    justify-content: flex-start;
    min-height: 42px;
    font-size: 20px;
  }

  .proof-metrics,
  .benefits-grid,
  .visual-grid,
  .hygge-stats,
  .tags {
    grid-template-columns: 1fr;
  }

  .comparison-photo,
  .comparison-photo img,
  .proof-image img,
  .hygge-image img,
  .visual-grid img {
    min-height: 280px;
  }

  .comparison-panel {
    padding: 24px 20px;
  }

  .bar-row {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .button {
    width: 100%;
  }

  .footer-grid {
    gap: 34px;
    padding: 12% 5%;
  }

  .footer-brand img {
    width: 190px;
  }
}

@media print {
  .site-header {
    position: static;
  }

  .main-nav {
    display: none;
  }

  section {
    break-inside: avoid;
  }
}
