:root {
  --bg: #f3f5f2;
  --paper: #ffffff;
  --ink: #24302b;
  --muted: #6c7873;
  --line: #d9dfdc;
  --green: #355f52;
  --green-soft: #dfe8e3;
  --blue: #adc4cf;
  --oak: #d8c3a4;
  --grey: #e6e8e6;
  --max: 1460px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.label {
  display: inline-block;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.label-light { color: #cbd7d1; }

.site-header {
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 28px;
  background: rgba(243,245,242,.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.desktop-nav {
  display: flex;
  gap: 22px;
  font-size: 10px;
}

.header-cta {
  justify-self: end;
  padding: 10px 14px;
  background: var(--green);
  color: white;
  font-size: 9px;
  font-weight: 800;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  background: var(--green);
  color: white;
  border: 1px solid var(--green);
  font-size: 10px;
  font-weight: 800;
}

.button-light {
  background: white;
  color: var(--green);
  border-color: white;
}

.text-link {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  font-weight: 800;
}

.light-link { color: white; }

.scandi-hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  background: var(--paper);
}

.hero-copy {
  padding: 88px 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-copy h1,
.why-heading h2,
.story-copy h2,
.room-fit-copy h2,
.product-story-title h2,
.compare-title h2,
.modular-copy h2,
.lifestyle-module h2,
.journal-home h2,
.faq-section h2,
.final-cta h2,
.page-hero h1,
.product-copy-panel h1,
.story-detail-hero h1,
.set-detail-hero h1,
.about-page h1,
.contact-page h1 {
  margin: 0;
  font-weight: 650;
  line-height: .96;
  letter-spacing: -.05em;
}

.hero-copy h1 {
  margin-top: 14px;
  font-size: clamp(66px, 7vw, 108px);
}

.hero-copy > p {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.hero-actions {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 32px;
}

.hero-product {
  position: relative;
}

.hero-product > img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
}

.hero-product-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  min-width: 250px;
  padding: 16px;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--line);
}

.hero-product-card span,
.hero-product-card strong,
.hero-product-card small {
  display: block;
}

.hero-product-card span {
  color: var(--green);
  font-size: 8px;
}

.hero-product-card strong {
  margin: 5px 0;
  font-size: 16px;
}

.hero-product-card small {
  color: var(--muted);
}

.why-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 100px 54px;
}

.why-heading {
  max-width: 800px;
  margin-bottom: 44px;
}

.why-heading h2,
.story-copy h2,
.room-fit-copy h2,
.product-story-title h2,
.compare-title h2,
.modular-copy h2,
.lifestyle-module h2,
.journal-home h2,
.faq-section h2 {
  margin-top: 12px;
  font-size: clamp(48px, 5vw, 74px);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
}

.why-grid article {
  min-height: 280px;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.why-grid article:last-child { border-right: 0; }

.why-grid span {
  color: var(--green);
  font-size: 9px;
}

.why-grid h3 {
  margin: 90px 0 8px;
  font-size: 22px;
}

.why-grid p {
  color: var(--muted);
  font-size: 12px;
}

.story-feature {
  min-height: 680px;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  background: var(--green);
  color: white;
}

.story-copy {
  padding: 78px 5vw;
  align-self: center;
}

.story-copy p {
  color: #d4e0db;
}

.story-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-fit {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  background: var(--paper);
}

.room-fit-visual img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
}

.room-fit-copy {
  padding: 74px 6vw;
  align-self: center;
}

.room-fit-copy p {
  color: var(--muted);
}

.fit-points {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.fit-points span {
  padding: 14px;
  background: var(--green-soft);
  font-size: 10px;
  font-weight: 700;
}

.product-story-grid {
  padding: 110px 6vw;
}

.product-story-title {
  max-width: 820px;
  margin-bottom: 54px;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.story-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.story-card span {
  display: block;
  margin-top: 12px;
  color: var(--green);
  font-size: 8px;
}

.story-card h3 {
  margin: 8px 0;
  font-size: 28px;
}

.story-card p {
  color: var(--muted);
}

.story-1 { grid-column: 1 / span 5; }
.story-2 { grid-column: 7 / span 6; margin-top: 90px; }
.story-3 { grid-column: 2 / span 4; margin-top: 20px; }
.story-4 { grid-column: 8 / span 4; margin-top: 120px; }

.product-compare {
  padding: 96px 6vw;
  background: var(--grey);
}

.compare-title {
  max-width: 740px;
  margin-bottom: 38px;
}

.compare-table {
  background: white;
  border-top: 1px solid var(--ink);
}

.compare-table a {
  display: grid;
  grid-template-columns: 70px 1fr .9fr 1fr 1fr;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}

.compare-table span {
  color: var(--green);
  font-size: 9px;
}

.compare-table small {
  color: var(--muted);
}

.compare-table em {
  font-style: normal;
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
}

.modular-set {
  min-height: 680px;
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  background: #6a8793;
  color: white;
}

.modular-copy {
  padding: 78px 5vw;
  align-self: center;
}

.modular-copy p {
  color: #d6e0e4;
}

.modular-set img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sets-home {
  max-width: var(--max);
  margin: 0 auto;
  padding: 100px 54px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 60px;
}

.set-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.set-card span {
  display: block;
  margin-top: 12px;
  color: var(--green);
  font-size: 9px;
}

.set-card h3 {
  margin: 8px 0;
  font-size: 36px;
}

.set-card p {
  color: var(--muted);
}

.set-2 {
  margin-top: 100px;
}

.set-3 {
  grid-column: 1 / -1;
  width: 58%;
  margin-left: auto;
}

.lifestyle-module {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  min-height: 660px;
  background: var(--paper);
}

.lifestyle-module img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lifestyle-module > div {
  padding: 76px 6vw;
  align-self: center;
}

.lifestyle-module p {
  color: var(--muted);
}

.journal-home {
  max-width: var(--max);
  margin: 0 auto;
  padding: 100px 54px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
}

.journal-list {
  border-top: 1px solid var(--ink);
}

.journal-list a {
  display: grid;
  grid-template-columns: 110px 1fr 70px;
  gap: 16px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.journal-list span,
.journal-list small {
  color: var(--muted);
  font-size: 9px;
}

.journal-list strong {
  font-size: 18px;
}

.faq-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
  padding: 90px 7vw;
  background: var(--green-soft);
}

.faq-list {
  border-top: 1px solid var(--ink);
}

.faq-list details {
  padding: 18px 0;
  border-bottom: 1px solid rgba(36,48,43,.14);
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list p { color: var(--muted); }

.final-cta {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  padding: 90px 7vw;
  background: var(--green);
  color: white;
}

.final-cta h2 {
  margin-top: 12px;
  font-size: clamp(50px, 5.6vw, 82px);
}

.final-cta p {
  color: #d1ddd8;
}

.page-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 104px 54px 84px;
}

.page-hero h1 {
  margin-top: 14px;
  max-width: 1080px;
  font-size: clamp(62px, 7vw, 106px);
}

.products-page-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 54px 120px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px 18px;
}

.product-card:nth-child(4n+2),
.product-card:nth-child(4n+4) {
  margin-top: 60px;
}

.product-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.product-card span {
  display: block;
  margin-top: 12px;
  color: var(--green);
  font-size: 8px;
}

.product-card h2 {
  margin: 7px 0;
  font-size: 24px;
}

.product-card p {
  color: var(--muted);
  margin: 0 0 3px;
}

.product-card small {
  color: var(--muted);
}

.product-detail {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
}

.product-image-panel img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
}

.product-copy-panel {
  padding: 82px 6vw;
  align-self: center;
}

.product-copy-panel h1 {
  margin-top: 12px;
  font-size: clamp(64px, 7vw, 106px);
}

.product-copy-panel .price {
  color: var(--green);
  font-size: 19px;
}

.product-copy-panel > p:not(.price) {
  color: var(--muted);
}

.product-specs {
  margin: 30px 0 22px;
  border-top: 1px solid var(--ink);
}

.product-specs div {
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.product-specs span {
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
}

.product-links {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.stories-page {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 54px 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.story-page-item:nth-child(even) {
  margin-top: 90px;
}

.story-page-item img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.story-page-item span {
  display: block;
  margin-top: 12px;
  color: var(--green);
  font-size: 8px;
}

.story-page-item h2 {
  margin: 8px 0;
  font-size: 40px;
}

.story-page-item p {
  color: var(--muted);
}

.story-detail-hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
}

.story-detail-hero > div {
  padding: 80px 6vw;
  align-self: center;
}

.story-detail-hero h1 {
  margin-top: 12px;
  font-size: clamp(62px, 7vw, 104px);
}

.story-detail-hero p {
  color: var(--muted);
}

.story-detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-products {
  max-width: var(--max);
  margin: 0 auto;
  padding: 90px 54px 120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.story-products img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.story-products span {
  display: block;
  margin-top: 12px;
  color: var(--green);
  font-size: 8px;
}

.story-products h2 {
  margin: 8px 0;
}

.story-products p,
.story-products small {
  color: var(--muted);
}

.sets-page {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 54px 120px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
}

.sets-page-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.sets-page-card span {
  display: block;
  margin-top: 12px;
  color: var(--green);
  font-size: 9px;
}

.sets-page-card h2 {
  margin: 8px 0;
  font-size: 40px;
}

.sets-page-card p {
  color: var(--muted);
}

.sp-2 {
  margin-top: 100px;
}

.sp-3 {
  grid-column: 1 / -1;
  width: 60%;
}

.set-detail-hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
}

.set-detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.set-detail-hero > div {
  padding: 82px 6vw;
  align-self: center;
}

.set-detail-hero h1 {
  margin-top: 12px;
  font-size: clamp(62px, 7vw, 104px);
}

.set-detail-hero p {
  color: var(--muted);
}

.set-products {
  max-width: var(--max);
  margin: 0 auto;
  padding: 70px 54px 110px;
  border-top: 1px solid var(--ink);
}

.set-products a {
  display: grid;
  grid-template-columns: 80px 1fr .8fr;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.set-products span {
  color: var(--green);
  font-size: 8px;
}

.set-products small {
  color: var(--muted);
}

.material-page {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 54px 120px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.material-card:nth-child(2),
.material-card:nth-child(4) {
  margin-top: 80px;
}

.material-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.material-card span {
  display: block;
  margin-top: 12px;
  color: var(--green);
  font-size: 8px;
}

.material-card h2 {
  margin: 7px 0;
  font-size: 26px;
}

.material-card strong {
  color: var(--green);
}

.material-card p {
  color: var(--muted);
}

.journal-page-list {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 54px 110px;
}

.journal-page-list article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid var(--ink);
}

.journal-page-list article > span {
  color: var(--green);
  font-size: 9px;
}

.journal-page-list h2 {
  margin: 8px 0;
  font-size: 34px;
}

.journal-page-list p {
  color: var(--muted);
}

.article-detail {
  max-width: 920px;
  margin: 0 auto;
  padding: 100px 36px 116px;
}

.article-detail h1 {
  margin: 16px 0 24px;
  font-size: clamp(56px, 6.5vw, 92px);
  line-height: .98;
  letter-spacing: -.04em;
}

.article-detail .lead {
  color: var(--muted);
  font-size: 20px;
}

.article-body {
  max-width: 720px;
  margin-top: 60px;
}

.article-body p {
  font-size: 17px;
  margin-bottom: 26px;
}

.about-page {
  min-height: 700px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
}

.about-page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page > div {
  padding: 82px 6vw;
  align-self: center;
}

.about-page h1 {
  margin-top: 12px;
  font-size: clamp(62px, 7vw, 104px);
}

.about-page p {
  color: var(--muted);
}

.about-principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.about-principles article {
  min-height: 300px;
  padding: 24px;
  background: var(--paper);
  border-right: 1px solid var(--line);
}

.about-principles article:last-child { border-right: 0; }

.about-principles span {
  color: var(--green);
  font-size: 9px;
}

.about-principles h2 {
  margin: 80px 0 8px;
  font-size: 24px;
}

.about-principles p {
  color: var(--muted);
}

.contact-page {
  max-width: var(--max);
  margin: 0 auto;
  padding: 110px 54px;
}

.contact-page > div:first-child {
  max-width: 900px;
}

.contact-page h1 {
  margin-top: 12px;
  font-size: clamp(64px, 7vw, 108px);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  border-top: 1px solid var(--ink);
}

.contact-grid article {
  min-height: 210px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-grid span {
  color: var(--green);
  font-size: 9px;
}

.contact-grid strong {
  display: block;
  margin-top: 85px;
}

.contact-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  margin-top: 32px;
}

.contact-bottom p {
  color: var(--muted);
}

.footer {
  background: var(--green);
  color: white;
  padding: 58px 5vw 20px;
}

.footer-title {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.footer-title > span {
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 650;
  letter-spacing: -.05em;
}

.footer-title p {
  max-width: 420px;
  color: #ccdad4;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  padding-top: 28px;
}

.footer p {
  color: #cbd8d2;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 10px;
  color: #e0e8e4;
  font-size: 10px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 38px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: #89a298;
  font-size: 8px;
}

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }

  .scandi-hero,
  .story-feature,
  .room-fit,
  .modular-set,
  .lifestyle-module,
  .journal-home,
  .faq-section,
  .final-cta,
  .product-detail,
  .story-detail-hero,
  .set-detail-hero,
  .about-page {
    grid-template-columns: 1fr;
  }

  .why-grid,
  .about-principles {
    grid-template-columns: repeat(2, 1fr);
  }

  .story-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .story-card:nth-child(n) {
    grid-column: auto;
    margin-top: 0;
  }

  .compare-table a {
    grid-template-columns: 70px 1fr 1fr;
  }

  .compare-table small:nth-of-type(2),
  .compare-table em {
    grid-column: 2 / -1;
  }

  .sets-home,
  .sets-page {
    grid-template-columns: 1fr;
  }

  .set-card:nth-child(n),
  .sets-page-card:nth-child(n) {
    grid-column: auto;
    width: auto;
    margin: 0;
  }

  .products-page-grid,
  .material-page {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card:nth-child(n),
  .material-card:nth-child(n) {
    margin-top: 0;
  }

  .stories-page,
  .story-products {
    grid-template-columns: 1fr;
  }

  .story-page-item:nth-child(even) {
    margin-top: 0;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .brand span { display: none; }
  .header-cta { font-size: 8px; }

  .hero-copy {
    padding: 68px 22px;
  }

  .hero-copy h1 {
    font-size: clamp(58px, 18vw, 82px);
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .why-section,
  .product-story-grid,
  .product-compare,
  .sets-home,
  .journal-home,
  .page-hero,
  .products-page-grid,
  .stories-page,
  .story-products,
  .sets-page,
  .set-products,
  .material-page,
  .journal-page-list,
  .contact-page {
    padding-left: 22px;
    padding-right: 22px;
  }

  .why-grid,
  .story-grid,
  .products-page-grid,
  .material-page {
    grid-template-columns: 1fr;
  }

  .fit-points {
    grid-template-columns: 1fr;
  }

  .compare-table a {
    grid-template-columns: 1fr;
  }

  .compare-table small:nth-of-type(2),
  .compare-table em {
    grid-column: auto;
  }

  .article-detail {
    padding-left: 22px;
    padding-right: 22px;
  }

  .contact-bottom,
  .footer-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}
