:root {
  --ink: #14243a;
  --pine: #0d2340;
  --pine-dark: #06162d;
  --sage: #7d8da2;
  --sage-light: #e1e7ed;
  --cream: #f4efe6;
  --paper: #fbfaf7;
  --white: #fff;
  --clay: #c9a466;
  --clay-dark: #a77f40;
  --muted: #697687;
  --line: #dce1e6;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius: 3px;
  --shadow: 0 24px 70px rgba(27, 48, 36, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
small { font-size: 13px; }
button, input { font: inherit; }
button { color: inherit; }
img, svg { display: block; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 118px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; background: white; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: none; }

.announcement { height: 34px; display: flex; align-items: center; justify-content: center; background: var(--pine-dark); color: rgba(255,255,255,.88); font-size: 13px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.announcement-inner { width: min(760px,calc(100% - 36px)); display: flex; justify-content: center; align-items: center; gap: 22px; }
.announcement-inner span { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.announcement-inner b { color: var(--clay); font-size: 13px; line-height: 1; }
.announcement-inner i { width: 1px; height: 14px; background: rgba(255,255,255,.2); }
.site-header { position: relative; z-index: 20; background: rgba(253,252,249,.98); border-bottom: 1px solid rgba(13,35,64,.12); box-shadow: 0 7px 28px rgba(5,20,39,.06); }
.nav-wrap { position: relative; height: 80px; max-width: 1720px; margin: auto; padding: 0 42px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--pine); font-family: var(--serif); font-size: 25px; font-weight: 700; letter-spacing: -.04em; }
.brand > span > span { color: var(--clay-dark); }
.brand-wordmark { display: flex; flex-wrap: wrap; align-items: baseline; max-width: 265px; line-height: .8; }
.brand-wordmark small { flex-basis: 100%; margin-top: 7px; color: #667184; font-family: var(--sans); font-size: 13px; font-weight: 800; letter-spacing: .14em; line-height: 1; text-transform: uppercase; }
.brand-mark { width: 38px; height: 38px; fill: var(--pine); }
.brand-star { fill: var(--clay); }
.main-nav { display: flex; justify-content: center; gap: 31px; }
.main-nav a { position: relative; padding: 29px 0; font-size: 13px; font-weight: 650; color: #26384e; }
.main-nav a::after { content: ""; position: absolute; height: 2px; left: 50%; right: 50%; bottom: 19px; background: var(--clay); transition: .25s; }
.main-nav a:hover::after { left: 0; right: 0; }
.nav-cta { min-height: 44px; padding: 11px 21px; border-radius: 5px; background: var(--pine-dark); color: white; font-size: 13px; font-weight: 800; border: 1px solid var(--pine-dark); box-shadow: 0 8px 20px rgba(6,22,45,.14); transition: .2s; }
.nav-cta:hover { background: var(--pine-dark); transform: translateY(-1px); }
.nav-cta span { color: #f0a486; margin-left: 5px; }
.menu-toggle { width: 44px; height: 44px; display: none; place-content: center; border: 0; border-radius: 50%; background: transparent; padding: 0; cursor: pointer; transition: background .2s ease,box-shadow .2s ease; }
.menu-toggle:hover { background: #f3efe6; }
.menu-toggle:focus-visible { outline: 3px solid rgba(201,164,102,.34); outline-offset: 2px; }
.mega-nav { align-self: stretch; align-items: stretch; gap: 3px; min-width: 0; }
.problem-first-nav { gap: 0; }
.problem-first-nav .mega-group > summary { padding-inline: 8px; font-size: 13px; letter-spacing: -.01em; }
.mega-group { position: static; }
.mega-group > summary { height: 100%; display: flex; align-items: center; gap: 7px; padding: 0 12px; color: #26384e; cursor: pointer; list-style: none; font-size: 13px; font-weight: 750; white-space: nowrap; transition: color .2s,background .2s; }
.mega-group > summary::-webkit-details-marker { display: none; }
.mega-group > summary i { width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s; }
.mega-group[open] > summary,.mega-group > summary:hover { color: #9a7136; background: #f7f3ea; }
.mega-group[open] > summary i { transform: rotate(225deg) translate(-1px,-1px); }
.mega-panel { position: absolute; z-index: 60; top: calc(100% - 1px); left: 42px; right: 42px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; padding: 28px; border: 1px solid #dedbd2; border-top: 2px solid #c9a466; background: rgba(253,252,249,.99); box-shadow: 0 28px 65px rgba(6,22,45,.18); }
.mega-group:not([open]) > .mega-panel { display: none; }
.mega-panel-wide { grid-template-columns: repeat(3,minmax(0,1fr)) minmax(235px,.9fr); }
.mega-panel-products { grid-template-columns: repeat(4,minmax(0,1fr)); }
.mega-panel section { min-width: 0; padding: 0 23px; border-left: 1px solid #e7e4dc; }
.mega-panel section:first-child { padding-left: 0; border-left: 0; }
.mega-panel section:last-child { padding-right: 0; }
.mega-label { display: block; margin-bottom: 11px; color: #b07d3d; font-size: 13px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.main-nav .mega-panel a { display: block; margin: 0 -10px; padding: 8px 10px; color: #24364d; transition: background .18s,transform .18s; }
.main-nav .mega-panel a::after { display: none; }
.main-nav .mega-panel a:hover { transform: translateX(3px); background: #f3f0e9; }
.mega-panel a b,.mega-panel a small { display: block; }
.mega-panel a b { font-family: var(--serif); font-size: 14px; line-height: 1.18; }
.mega-panel a small { margin-top: 3px; color: #7a817d; font-size: 13px; font-weight: 500; line-height: 1.35; }
.mega-panel .mega-feature { align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; margin: 0 0 0 23px; padding: 23px; overflow: hidden; background: linear-gradient(145deg,#071a35,#173858); color: #fff; }
.mega-panel .mega-feature:hover { transform: translateY(-2px); background: linear-gradient(145deg,#0a2040,#1c446b); }
.mega-feature span { color: #d5b273; font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.mega-feature strong { margin-top: 11px; color: #fff; font-family: var(--serif); font-size: 22px; line-height: 1.12; }
.mega-feature small { margin-top: 8px !important; color: rgba(255,255,255,.6) !important; }
.mega-feature > b { margin-top: 20px; color: #e1bd7d; font-size: 13px; }
.main-nav .mega-section-cta { margin-top: 10px; border-top: 1px solid #ddd9ce; color: #a57134; font-size: 13px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.mega-nav .nav-direct { display: flex; align-items: center; padding: 0 12px; font-size: 13px; white-space: nowrap; }
.mega-nav .nav-direct::after { bottom: 18px; }

.hero { min-height: 715px; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--pine-dark); }
.hero-image, .hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image img { object-fit: cover; object-position: center; transform: scale(1.002); }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,17,35,.90) 0%,rgba(5,21,42,.72) 31%,rgba(7,24,46,.24) 58%,rgba(7,21,40,0) 83%),linear-gradient(0deg,rgba(4,14,28,.24),transparent 48%); }
.hero-content { position: relative; padding: 62px 0 40px; color: white; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--clay-dark); font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { display: block; width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: #d7b574; }
.hero h1 { max-width: 700px; margin: 20px 0 17px; font-family: var(--serif); font-size: clamp(54px, 5.4vw, 78px); line-height: 1.01; font-weight: 500; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--clay); font-style: normal; font-weight: inherit; }
.hero p { max-width: 590px; margin: 0; color: rgba(255,255,255,.84); font-size: 15px; line-height: 1.72; }
.hero-benefits { display: flex; gap: 28px; margin-top: 23px; }
.hero-benefits span { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.88); font-size: 13px; font-weight: 800; letter-spacing: .04em; line-height: 1.4; text-transform: uppercase; }
.hero-benefits b { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(201,164,102,.7); border-radius: 50%; color: var(--clay); font-size: 13px; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 27px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 22px; font-size: 13px; font-weight: 800; transition: .22s; }
.button-primary { color: #fff; background: linear-gradient(135deg,#d1ac6c,#b98c4d); box-shadow: 0 13px 35px rgba(176,130,68,.22); }
.button-primary:hover { background: var(--clay-dark); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(46,22,13,.2); }
.button-primary span { font-size: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--pine); font-size: 13px; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.text-link span { color: var(--clay-dark); transition: transform .2s; }
.text-link:hover span { transform: translateX(3px); }
.hero-video { display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.hero-video > b { width: 43px; height: 43px; display: grid; place-items: center; padding-left: 2px; border: 1px solid var(--clay); border-radius: 50%; color: #fff; font-size: 13px; }
.hero-video span, .hero-video strong, .hero-video small { display: block; }
.hero-video strong { font-size: 13px; }
.hero-video small { margin-top: 2px; color: rgba(255,255,255,.48); font-size: 13px; letter-spacing: .11em; text-transform: uppercase; }
.hero-proof { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 30px; padding: 17px 6px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: linear-gradient(90deg,rgba(6,19,38,.62),rgba(15,28,49,.48)); box-shadow: inset 0 1px rgba(255,255,255,.05); backdrop-filter: blur(12px); }
.hero-proof div { min-height: 45px; display: flex; justify-content: center; align-items: center; gap: 13px; padding: 0 22px; border-left: 1px solid rgba(255,255,255,.14); }
.hero-proof div:first-child { border-left: 0; }
.hero-proof div > b { color: var(--clay); font-family: var(--serif); font-size: 28px; font-weight: 400; }
.hero-proof strong, .hero-proof span, .hero-proof small { display: block; }
.hero-proof strong { color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.hero-proof small { margin-top: 2px; color: rgba(255,255,255,.6); font-size: 13px; }

.trust-strip { position: relative; z-index: 4; border-top: 1px solid rgba(13,35,64,.09); border-bottom: 1px solid rgba(13,35,64,.11); background: linear-gradient(105deg,#fffdfa 0%,#f7f4ec 48%,#f1f4ef 100%); box-shadow: 0 16px 42px rgba(13,35,64,.06); }
.trust-strip-inner { min-height: 108px; display: grid; grid-template-columns: 155px minmax(0,1fr) 92px; align-items: center; gap: 24px; }
.trust-strip-title small,.trust-strip-title strong { display: block; }
.trust-strip-title small { margin-bottom: 5px; color: var(--clay-dark); font-size: 13px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.trust-strip-title strong { color: var(--pine); font-family: var(--serif); font-size: 19px; line-height: 1.05; }
.trust-strip-list { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); margin: 0; padding: 0; list-style: none; }
.trust-strip-list li { min-width: 0; display: grid; grid-template-columns: 25px minmax(0,1fr); align-items: center; gap: 8px; min-height: 48px; padding: 0 15px; border-left: 1px solid rgba(13,35,64,.11); }
.trust-strip-list i { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid rgba(176,125,61,.42); border-radius: 50%; color: var(--clay-dark); background: rgba(255,255,255,.56); font-style: normal; font-size: 13px; }
.trust-strip-list span,.trust-strip-list b,.trust-strip-list small { min-width: 0; display: block; }
.trust-strip-list b { color: var(--pine); font-size: 13px; line-height: 1.3; }
.trust-strip-list small { margin-top: 3px; color: #7b837e; font-size: 13px; line-height: 1.35; }
.trust-strip-link { color: var(--pine); font-size: 13px; font-weight: 900; line-height: 1.4; text-align: right; text-transform: uppercase; letter-spacing: .07em; }
.trust-strip-link span { display: block; margin-top: 4px; color: var(--clay-dark); font-size: 17px; transition: transform .2s ease; }
.trust-strip-link:hover span { transform: translateX(4px); }

.section-heading h2, .finder-intro h2, .principles-copy h2, .closing-cta h2 { margin: 18px 0 0; font-family: var(--serif); font-size: clamp(42px, 4.3vw, 64px); line-height: 1.02; letter-spacing: -.045em; font-weight: 500; }
.section-heading p { max-width: 470px; color: var(--muted); }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 56px; }
.split-heading > p { justify-self: end; margin: 0 0 4px; font-size: 15px; line-height: 1.75; }
.problem-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 110px;
  background: #fbfaf7;
}
.problem-section::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0 0 auto;
  height: 690px;
  background:
    linear-gradient(90deg,#fbfaf7 0%,rgba(251,250,247,.98) 30%,rgba(251,250,247,.84) 47%,rgba(251,250,247,.2) 72%,rgba(251,250,247,.08) 100%),
    linear-gradient(0deg,#fbfaf7 0%,rgba(251,250,247,.06) 38%),
    url("assets/images/sections/problem-bedroom.webp") center top / cover no-repeat;
}
.problem-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 580px;
  height: 580px;
  right: -210px;
  top: -250px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(211,170,99,.12),rgba(211,170,99,0) 70%);
  pointer-events: none;
}
.problem-section > .container { position: relative; }
.problem-emblem {
  position: absolute;
  z-index: 1;
  top: -72px;
  right: 18px;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(190,151,83,.22);
  border-radius: 50%;
  background: rgba(255,253,248,.82);
  box-shadow: 0 18px 55px rgba(115,85,44,.12),0 0 0 16px rgba(255,255,255,.25);
  backdrop-filter: blur(12px);
}
.problem-emblem::after {
  content: "";
  position: absolute;
  inset: -17px;
  border: 1px dashed rgba(190,151,83,.25);
  border-radius: inherit;
}
.problem-emblem svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: #c4974e;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.problem-section .split-heading {
  display: block;
  max-width: 720px;
  margin-bottom: 38px;
}
.problem-section .section-heading h2 {
  max-width: 690px;
  font-size: clamp(50px,5vw,70px);
  line-height: 1.01;
}
.problem-section .split-heading > p {
  max-width: 610px;
  justify-self: auto;
  margin: 28px 0 0;
  color: #69778a;
  font-size: 15px;
  line-height: 1.75;
}
.problem-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 16px;
}
.problem-card {
  position: relative;
  min-height: 380px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(13,35,64,.09);
  border-radius: 18px;
  background: linear-gradient(145deg,rgba(255,255,255,.95),rgba(249,248,244,.84));
  box-shadow: 0 18px 46px rgba(24,42,62,.09),inset 0 1px rgba(255,255,255,.86);
  backdrop-filter: blur(10px);
}
.problem-card:nth-child(2) { background: radial-gradient(circle at 78% 13%,rgba(151,172,133,.16),transparent 30%),linear-gradient(145deg,rgba(255,255,255,.96),rgba(244,247,241,.89)); }
.problem-card:nth-child(3) { background: radial-gradient(circle at 78% 13%,rgba(205,170,112,.17),transparent 31%),linear-gradient(145deg,rgba(255,255,255,.96),rgba(249,245,238,.9)); }
.problem-card:nth-child(4) { background: radial-gradient(circle at 78% 13%,rgba(213,189,141,.17),transparent 31%),linear-gradient(145deg,rgba(255,255,255,.96),rgba(248,246,240,.9)); }
.problem-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .38;
  background:
    radial-gradient(circle at 84% 7%,rgba(255,255,255,.9) 0 1px,transparent 2px),
    radial-gradient(circle at 72% 21%,rgba(255,255,255,.7) 0 1px,transparent 2px);
  background-size: 42px 42px,58px 58px;
  pointer-events: none;
}
.problem-card > * { position: relative; z-index: 1; }
.problem-card svg {
  width: 82px;
  height: 82px;
  display: grid;
  margin: 0 0 15px;
  padding: 19px;
  fill: none;
  stroke: #81956f;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  border: 1px solid rgba(13,35,64,.08);
  border-radius: 50%;
  background: rgba(255,255,255,.78);
  box-shadow: 0 10px 25px rgba(37,52,68,.08);
}
.problem-card:nth-child(3) svg,.problem-card:nth-child(4) svg { stroke: #b88840; }
.card-number {
  display: block;
  margin-bottom: 19px;
  color: #a7977e;
  font-family: var(--serif);
  font-size: 17px;
}
.problem-card h3 {
  max-width: 280px;
  margin: 0 0 17px;
  color: var(--pine);
  font-family: var(--serif);
  font-size: clamp(25px,2vw,29px);
  line-height: 1.08;
  font-weight: 520;
  letter-spacing: -.025em;
}
.problem-card p {
  max-width: 310px;
  margin: 0;
  color: #647286;
  font-size: 13px;
  line-height: 1.65;
}
.problem-card.featured {
  color: white;
  border: 1px solid rgba(221,181,108,.8);
  background:
    radial-gradient(circle at 78% 13%,rgba(255,255,255,.85) 0 1px,transparent 2px),
    radial-gradient(circle at 66% 29%,rgba(224,185,108,.85) 0 1px,transparent 2px),
    radial-gradient(circle at 27% 18%,rgba(255,255,255,.34) 0 1px,transparent 2px),
    linear-gradient(145deg,#07192f 0%,#102a43 58%,#18334a 100%);
  box-shadow: 0 26px 58px rgba(6,22,45,.26),inset 0 1px rgba(255,255,255,.16),0 0 0 2px rgba(255,255,255,.65);
}
.problem-card.featured::before { opacity: .24; }
.problem-card.featured h3 { color: white; }
.problem-card.featured p { color: rgba(255,255,255,.7); }
.problem-card.featured .card-number { color: #d8b26d; }
.problem-card.featured svg {
  stroke: #d9a859;
  border-color: rgba(222,183,111,.66);
  background: rgba(6,22,45,.18);
  box-shadow: 0 12px 30px rgba(0,0,0,.16);
}
.problem-assurance {
  position: relative;
  z-index: 2;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #8290a0;
  font-size: 13px;
}
.problem-assurance svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #9caab7;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.problem-assurance i { width: 4px; height: 4px; border-radius: 50%; background: #a9b3bd; }

.decision-order {
  position: relative;
  width: min(1400px,calc(100vw - 48px));
  display: grid;
  grid-template-columns: minmax(360px,.78fr) minmax(0,1.22fr);
  gap: 38px 64px;
  margin: 34px 0 0 50%;
  padding: 68px 70px 28px;
  overflow: hidden;
  border: 1px solid rgba(161,132,87,.18);
  border-radius: 26px;
  background:
    linear-gradient(90deg,rgba(251,248,242,.96) 0%,rgba(251,248,242,.89) 33%,rgba(251,248,242,.63) 49%,rgba(248,245,238,.9) 72%,rgba(248,245,238,.96) 100%),
    linear-gradient(0deg,rgba(248,244,236,.96) 0%,rgba(248,244,236,.05) 58%),
    url("assets/images/sections/decision-bedroom.webp") left bottom / cover no-repeat;
  box-shadow: 0 34px 86px rgba(66,53,37,.13);
  transform: translateX(-50%);
}
.decision-order::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  right: -210px;
  top: -240px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(207,164,93,.15),rgba(207,164,93,0) 70%);
  pointer-events: none;
}
.decision-order::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 1px rgba(255,255,255,.85);
  pointer-events: none;
}
.decision-order-intro {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  padding-top: 8px;
}
.decision-order-intro > span {
  display: block;
  margin-bottom: 24px;
  color: #ad7937;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.decision-order-intro > strong {
  display: block;
  color: var(--pine);
  font-family: var(--serif);
  font-size: clamp(54px,5vw,72px);
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.045em;
}
.decision-order-intro > strong em { color: #bd8b42; font-style: normal; font-weight: inherit; }
.decision-order-intro > strong::after {
  content: "";
  width: 45px;
  height: 2px;
  display: block;
  margin-top: 28px;
  background: #bd8b42;
}
.decision-order-intro > p {
  max-width: 440px;
  margin: 27px 0 0;
  color: #5f6e7f;
  font-size: 16px;
  line-height: 1.72;
}
.decision-order-boundary {
  position: static;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  max-width: 430px;
  margin: 0;
  color: #7b847f;
  font-size: 13px;
  line-height: 1.55;
}
.decision-order-boundary b { color: #9e7136; }
.decision-order ol {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.decision-order li {
  position: relative;
  min-width: 0;
  min-height: 330px;
  display: grid;
  grid-template-columns: 105px minmax(0,1fr);
  grid-template-rows: auto 1fr;
  gap: 14px 22px;
  align-items: start;
  padding: 30px 28px 72px;
  border: 1px solid rgba(13,35,64,.07);
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 17px 42px rgba(48,39,29,.08),inset 0 1px rgba(255,255,255,.94);
  backdrop-filter: blur(10px);
  transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.decision-order li:hover {
  transform: translateY(-6px);
  border-color: rgba(176,125,61,.36);
  box-shadow: 0 25px 54px rgba(48,39,29,.14),inset 0 1px rgba(255,255,255,.96);
}
.decision-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 92px;
  height: 92px;
  padding: 20px;
  fill: none;
  stroke: #0d3151;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  border: 1px solid rgba(194,145,71,.35);
  border-radius: 50%;
  background: rgba(255,253,249,.95);
  box-shadow: 0 12px 28px rgba(42,48,53,.11);
}
.decision-order li > i {
  grid-column: 2;
  grid-row: 1;
  display: block;
  color: #bd873d;
  font-family: var(--serif);
  font-size: 25px;
  font-style: normal;
  line-height: 1;
}
.decision-order li > div {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
}
.decision-order li b,.decision-order li small { display: block; }
.decision-order li b {
  color: var(--pine);
  font-family: var(--serif);
  font-size: clamp(26px,2.2vw,32px);
  font-weight: 520;
  line-height: 1.08;
  letter-spacing: -.025em;
}
.decision-order li b::after {
  content: "";
  width: 42px;
  height: 2px;
  display: block;
  margin: 20px 0;
  background: #c08a43;
}
.decision-order li small {
  max-width: 245px;
  color: #5f6d7d;
  font-size: 13px;
  line-height: 1.58;
}
.decision-arrow {
  position: absolute;
  right: 23px;
  bottom: 22px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #bf873a;
  border: 1px solid #c99652;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  transition: color .2s ease,background .2s ease,transform .2s ease;
}
.decision-order li:hover .decision-arrow { color: white; background: #bd873d; transform: translateX(3px); }
.decision-values {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  grid-row: 2;
  min-height: 120px;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(13,35,64,.07);
  border-radius: 17px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 48px rgba(48,39,29,.09);
  backdrop-filter: blur(12px);
}
.decision-values article {
  min-width: 0;
  display: grid;
  grid-template-columns: 58px minmax(0,1fr);
  align-items: center;
  gap: 16px;
  padding: 20px 25px;
  border-left: 1px solid rgba(13,35,64,.09);
}
.decision-values article:first-child { border-left: 0; }
.decision-values svg {
  width: 56px;
  height: 56px;
  padding: 14px;
  fill: none;
  stroke: #cf963d;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  border: 1px solid rgba(207,150,61,.85);
  border-radius: 50%;
  background: #0d2a45;
  box-shadow: 0 8px 20px rgba(13,42,69,.16);
}
.decision-values b,.decision-values span { display: block; }
.decision-values b { color: var(--pine); font-family: var(--serif); font-size: 19px; line-height: 1.1; }
.decision-values span { margin-top: 6px; color: #637182; font-size: 13px; line-height: 1.45; }

.finder-section {
  min-height: 990px;
  position: relative;
  scroll-margin-top: 16px;
  isolation: isolate;
  overflow: hidden;
  padding: 60px 0;
  color: white;
  background: #071a34;
}
.finder-section::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg,rgba(4,18,38,.8) 0%,rgba(5,20,42,.65) 40%,rgba(5,19,39,.36) 67%,rgba(5,16,34,.68) 100%),
    linear-gradient(0deg,rgba(4,14,30,.72) 0%,rgba(4,17,36,.03) 48%,rgba(4,14,30,.28) 100%),
    url("assets/images/heroes/schlafjuwel-night-tech-v2.webp") center / cover no-repeat;
  transform: scale(1.002);
}
.finder-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 11% 15%,rgba(220,189,128,.8) 0 1px,transparent 1.6px),
    radial-gradient(circle at 33% 8%,rgba(255,255,255,.6) 0 1px,transparent 1.5px),
    radial-gradient(circle at 41% 24%,rgba(220,189,128,.55) 0 1px,transparent 1.6px),
    linear-gradient(90deg,rgba(5,20,41,.08),rgba(5,20,41,.2));
}
.finder-moon {
  position: absolute;
  z-index: 0;
  top: 24px;
  left: max(28px,calc(50% - 740px));
  width: 76px;
  height: 76px;
  opacity: .9;
  filter: drop-shadow(0 0 20px rgba(197,214,231,.18));
}
.finder-moon span {
  position: absolute;
  inset: 3px;
  overflow: hidden;
  border: 1px solid rgba(223,233,240,.5);
  border-radius: 50%;
  background: linear-gradient(135deg,#eef4f7,#829cb7 65%,#324d6a);
}
.finder-moon span::after {
  content: "";
  position: absolute;
  width: 67px;
  height: 67px;
  left: 22px;
  top: -8px;
  border-radius: 50%;
  background: #0a1e3a;
  box-shadow: -5px 7px 16px rgba(2,13,29,.25);
}
.finder-moon i,.finder-moon b {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #d8b471;
  box-shadow: 0 0 8px rgba(216,180,113,.8);
}
.finder-moon i { right: -7px; top: 8px; }
.finder-moon b { right: 3px; bottom: 2px; }
.finder-layout {
  width: min(1400px,calc(100% - 64px));
  display: grid;
  grid-template-columns: minmax(390px,480px) minmax(0,1fr);
  gap: clamp(52px,5vw,84px);
  align-items: start;
}
.finder-intro { position: relative; z-index: 1; padding-top: 8px; }
.finder-intro h2 {
  max-width: 500px;
  margin: 27px 0 26px;
  font-size: clamp(52px,4.8vw,70px);
  line-height: .95;
  text-wrap: balance;
}
.finder-intro h2 em { display: inline-block; margin-top: 10px; }
.finder-intro > p { max-width: 465px; color: rgba(241,246,251,.76); font-size: 15px; line-height: 1.78; }
.finder-steps-preview { margin: 42px 0 34px; }
.finder-steps-preview > div { display: flex; align-items: center; gap: 17px; position: relative; padding-bottom: 27px; }
.finder-steps-preview > div:not(:last-child)::after { content: ""; position: absolute; width: 1px; height: 22px; left: 20px; bottom: 2px; background: linear-gradient(#d4aa64,rgba(212,170,100,.32)); }
.finder-steps-preview span {
  width: 41px;
  height: 41px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(214,171,99,.92);
  border-radius: 50%;
  color: #e2bd7c;
  background: rgba(6,23,46,.45);
  box-shadow: 0 0 0 4px rgba(8,28,54,.26);
  font-family: var(--serif);
  font-size: 17px;
}
.finder-steps-preview p { margin: 0; }
.finder-steps-preview strong, .finder-steps-preview small { display: block; }
.finder-steps-preview strong { color: #fff; font-size: 14px; }
.finder-steps-preview small { margin-top: 3px; color: rgba(231,239,247,.6); font-size: 13px; }
.privacy-note { display: flex; align-items: center; gap: 10px; margin-top: 40px !important; color: rgba(238,244,250,.7) !important; font-size: 13px !important; }
.privacy-note svg { width: 19px; flex: 0 0 auto; fill: none; stroke: #d7b574; stroke-width: 1.5; }
.quiz-card {
  min-height: 980px;
  position: relative;
  overflow: hidden;
  padding: 45px 44px 30px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 20px;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 18%,rgba(255,255,255,.98),rgba(255,255,255,0) 35%),
    linear-gradient(145deg,rgba(255,254,251,.99),rgba(249,247,242,.985));
  box-shadow: 0 32px 90px rgba(1,10,24,.4),inset 0 1px rgba(255,255,255,.95);
}
.quiz-top { min-height: 32px; display: flex; justify-content: space-between; align-items: center; color: #627083; font-size: 13px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
#step-label { color: #a8752e; }
#progress-label { padding: 7px 15px; border-radius: 999px; color: var(--pine); background: linear-gradient(145deg,#f7f4ee,#ece8df); box-shadow: inset 0 1px rgba(255,255,255,.85); letter-spacing: .04em; }
.progress-track { height: 7px; overflow: hidden; margin: 15px 0 56px; border-radius: 10px; background: #e9e6de; box-shadow: inset 0 1px 3px rgba(13,35,64,.05); }
.progress-track span { display: block; width: 16.667%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#b78947,#d0ac6a); transition: width .35s ease; }
.finder-entry-note { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px 14px; margin: -15px 0 22px; padding: 11px 13px; border: 1px solid #d7ded5; background: #eef4ed; }
.finder-entry-note[hidden] { display: none; }
.finder-entry-note span { color: #9b7138; font-size: 13px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.finder-entry-note strong { color: var(--pine); font-size: 13px; }
.quiz-card form { display: grid; grid-template-columns: minmax(0,1fr) 290px; column-gap: 30px; align-items: stretch; }
.quiz-card > .quiz-top[hidden],
.quiz-card > .progress-track[hidden],
.quiz-card > #sleep-quiz[hidden],
.quiz-card.has-result > .quiz-top,
.quiz-card.has-result > .progress-track,
.quiz-card.has-result > #sleep-quiz { display: none !important; }
.quiz-step { display: none; grid-column: 1 / -1; border: 0; padding: 0; margin: 0; animation: stepIn .32s ease both; }
.quiz-step.active { display: block; }
@keyframes stepIn { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: none; } }
.quiz-step legend { width: 100%; margin: 0; font-family: var(--serif); font-size: clamp(39px,3.2vw,51px); line-height: 1.04; font-weight: 600; letter-spacing: -.035em; text-align: center; }
.quiz-step legend em { color: var(--clay-dark); font-style: italic; }
.question-help { margin: 17px 0 43px; color: #657285; font-size: 15px; line-height: 1.6; text-align: center; }
.option-grid { display: grid; gap: 20px; }
.option-grid.two-col { grid-template-columns: 1fr 1fr; }
.option-grid.position-grid { grid-template-columns: 1fr 1fr; }
.option-grid label { cursor: pointer; }
.option-grid input { position: absolute; opacity: 0; pointer-events: none; }
.option-grid label > span {
  min-height: 76px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border: 1px solid #dbddd8;
  border-radius: 12px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 10px 26px rgba(13,35,64,.07);
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.option-grid label > span > b {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--clay-dark);
  background: #f7efe5;
  font-family: var(--serif);
  font-size: 16px;
}
.option-grid input:hover + span, .option-grid label:hover > span { transform: translateY(-2px); border-color: #c9a466; box-shadow: 0 14px 30px rgba(13,35,64,.1); }
.option-grid input:focus-visible + span { outline: 3px solid rgba(217,130,97,.3); outline-offset: 2px; }
.option-grid input:checked + span { border-color: #bd8e4b; background: #fffaf1; box-shadow: 0 14px 32px rgba(154,111,55,.14),inset 0 0 0 1px rgba(189,142,75,.18); }
.position-grid label > span {
  min-height: 190px;
  display: grid;
  grid-template-columns: 84px minmax(0,1fr);
  grid-template-rows: auto auto;
  align-content: center;
  gap: 8px 15px;
  padding: 21px 58px 21px 18px;
  border-radius: 14px;
}
.position-grid label > span > b {
  grid-row: 1 / span 2;
  width: 82px;
  height: 82px;
  border: 1px solid #ded3c2;
  background: linear-gradient(145deg,#fbf7ef,#f1e9dc);
  box-shadow: inset 0 1px rgba(255,255,255,.9);
}
.position-grid label > span > b svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: #17304e;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.position-grid label > span::before {
  content: "›";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid #e1ded6;
  border-radius: 50%;
  color: #183451;
  background: linear-gradient(145deg,#fff,#f6f3ed);
  box-shadow: 0 5px 13px rgba(13,35,64,.05);
  transform: translateY(-50%);
  font-family: var(--sans);
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}
.position-grid input:checked + span::before { color: #b27d32; border-color: #e2ceb0; }
.position-grid input:checked + span::after {
  content: "✓";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg,#d0aa66,#af7d3e);
  box-shadow: 0 5px 12px rgba(157,112,55,.2);
  font-size: 17px;
  font-weight: 800;
}
.position-grid strong, .position-grid small, .single-col strong, .single-col small { display: block; }
.position-grid strong { font-family: var(--serif); font-size: 20px; line-height: 1.12; white-space: nowrap; }
.position-grid small, .single-col small { color: #657489; font-size: 15px; font-weight: 500; line-height: 1.45; }
.range-options label > span { min-height: 72px; display: grid; align-content: center; }
.range-options strong,.range-options small { display: block; }
.range-options small { margin-top: 3px; color: #7a847d; font-size: 13px; font-weight: 500; }
.problem-options label:last-child,.priority-options label:last-child { grid-column: 1 / -1; }
.priority-options label > span { min-height: 76px; display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; align-content: center; }
.priority-options label > span > b { grid-row: 1 / span 2; }
.priority-options strong,.priority-options small { display: block; }
.priority-options small { margin-top: 2px; color: #7a847d; font-size: 13px; font-weight: 500; }
.single-col label > span { position: relative; display: block; min-height: 65px; padding: 13px 46px 12px 17px; }
.single-col label > span::after { content: ""; position: absolute; right: 18px; top: 50%; width: 15px; height: 15px; border: 1px solid #aeb7b0; border-radius: 50%; transform: translateY(-50%); }
.single-col input:checked + span::after { border: 5px solid var(--clay); }
.single-col strong { font-size: 13px; }
.quiz-insight {
  grid-column: 1;
  min-height: 130px;
  display: grid;
  grid-template-columns: 78px minmax(0,1fr);
  align-items: center;
  gap: 22px;
  margin-top: 36px;
  padding: 20px 22px;
  border: 1px solid #dedfd9;
  border-radius: 13px;
  background: linear-gradient(145deg,rgba(253,251,247,.94),rgba(248,245,239,.84));
}
.quiz-insight[hidden] { display: none; }
.quiz-insight svg { width: 70px; padding-right: 19px; border-right: 1px solid #e1d8ca; fill: none; stroke: #c18d43; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.quiz-insight p { margin: 0; }
.quiz-insight strong,.quiz-insight span { display: block; }
.quiz-insight strong { margin-bottom: 7px; color: var(--pine); font-size: 16px; }
.quiz-insight span { color: #68758a; font-size: 14px; line-height: 1.5; }
.quiz-actions { grid-column: 2; display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; margin-top: 36px; }
.quiz-insight[hidden] + .quiz-actions { grid-column: 1 / -1; }
.quiz-actions button, .quiz-restart { border: 0; cursor: pointer; font-size: 14px; font-weight: 800; }
.quiz-back { min-height: 48px; padding: 12px 0; background: transparent; color: #607068; }
.quiz-back:disabled { opacity: 0; pointer-events: none; }
.quiz-next {
  width: 100%;
  min-width: 220px;
  min-height: 88px;
  padding: 17px 24px;
  border: 1px solid rgba(203,225,241,.3) !important;
  border-radius: 8px;
  color: white;
  background: linear-gradient(145deg,#153657,#08213e);
  box-shadow: 0 14px 30px rgba(6,26,50,.2),inset 0 1px rgba(255,255,255,.12);
  font-family: var(--serif);
  font-size: 24px !important;
  font-weight: 600 !important;
  transition: .2s;
}
.quiz-next:not(:disabled) { animation: home-quiz-breathe 3.2s ease-in-out infinite; }
.quiz-next:not(:disabled):hover { transform: translateY(-2px); background: linear-gradient(145deg,#1b446b,#0b2a4c); box-shadow: 0 17px 34px rgba(6,26,50,.26); }
.quiz-next:disabled { border-color: transparent !important; background: #c5cbc6; box-shadow: none; cursor: not-allowed; }
.quiz-next span { margin-left: 22px; color: #d8ad65; font-family: var(--sans); font-size: 25px; font-weight: 400; }
.quiz-trust {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin-top: 34px;
  padding-top: 25px;
  border-top: 1px solid #e1dfd9;
}
.quiz-trust article {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0,1fr);
  align-items: center;
  gap: 13px;
  padding: 0 18px;
  border-left: 1px solid #e5e2dc;
}
.quiz-trust article:first-child { padding-left: 0; border-left: 0; }
.quiz-trust article:last-child { padding-right: 0; }
.quiz-trust svg {
  width: 46px;
  height: 46px;
  padding: 10px;
  border-radius: 50%;
  fill: none;
  stroke: #b98535;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  background: linear-gradient(145deg,#fff,#f5f1e9);
  box-shadow: 0 5px 14px rgba(13,35,64,.07);
}
.quiz-trust p { min-width: 0; margin: 0; }
.quiz-trust strong,.quiz-trust span { display: block; }
.quiz-trust strong { color: var(--pine); font-size: 13px; line-height: 1.35; }
.quiz-trust span { margin-top: 3px; color: #69768a; font-size: 13px; line-height: 1.35; }
.quiz-card.has-result > .quiz-trust { display: none; }
.analysis-state, .result-state { position: absolute; inset: 0; padding: 48px; background: var(--paper); }
.analysis-state { display: grid; align-content: center; justify-items: center; text-align: center; }
.analysis-state[hidden], .result-state[hidden] { display: none; }
.analysis-orbit { width: 110px; height: 110px; border: 1px solid #cfdbd0; border-radius: 50%; position: relative; animation: spin 3s linear infinite; }
.analysis-orbit::before, .analysis-orbit::after { content: ""; position: absolute; border-radius: 50%; inset: 15px; border: 1px dashed #d3a18f; }
.analysis-orbit::after { inset: 35px; border: 0; background: var(--pine); }
.analysis-orbit span, .analysis-orbit i, .analysis-orbit b { position: absolute; width: 8px; height: 8px; background: var(--clay); border-radius: 50%; }
.analysis-orbit span { top: 8px; left: 22px; }.analysis-orbit i { bottom: 14px; right: 18px; }.analysis-orbit b { top: 39px; right: -4px; }
@keyframes spin { to { transform: rotate(360deg); } }
.analysis-state h3 { margin: 28px 0 6px; font-family: var(--serif); font-size: 28px; }
.analysis-state p { color: var(--muted); font-size: 13px; }
.analysis-track { width: 240px; height: 3px; margin-top: 19px; background: #dfe3dd; overflow: hidden; }
.analysis-track span { display: block; height: 100%; width: 40%; background: var(--clay); animation: analyze 1s ease-in-out infinite alternate; }
@keyframes analyze { from { transform: translateX(-100%); } to { transform: translateX(250%); } }
.result-state { overflow-y: auto; }
.finder-layout.is-results { display: block; }
.finder-layout.is-results .finder-intro { display: none; }
.quiz-card.has-result { min-height: 0; padding: 0; background: transparent; box-shadow: none; }
.quiz-card.has-result .result-state { position: relative; inset: auto; padding: 0; overflow: visible; background: transparent; }
.result-header { position: relative; padding: 42px; overflow: hidden; color: var(--ink); background: linear-gradient(135deg,#fbfaf5 0%,#f3eee5 65%,#ead9cf 100%); border: 1px solid rgba(255,255,255,.18); }
.result-header::after { content: ""; position: absolute; width: 270px; height: 270px; right: -115px; top: -125px; border: 1px solid rgba(165,113,82,.2); border-radius: 50%; box-shadow: 0 0 0 45px rgba(165,113,82,.05),0 0 0 90px rgba(165,113,82,.025); }
.result-badge { position: relative; z-index: 1; display: inline-block; padding: 7px 10px; color: var(--clay-dark); background: #f4dfd5; font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.result-state h3 { position: relative; z-index: 1; max-width: 760px; margin: 18px 0 22px; font-family: var(--serif); font-size: clamp(36px,4vw,54px); line-height: 1.02; letter-spacing: -.035em; font-weight: 500; }
.result-state h3 em { display: inline-block; margin-top: 7px; color: var(--clay-dark); font-style: normal; }
.result-challenge { position: relative; z-index: 1; max-width: 760px; padding: 21px 24px; border-left: 4px solid var(--clay); background: rgba(255,255,255,.72); }
.result-challenge > span { display: block; color: var(--clay-dark); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.result-challenge strong { display: block; margin: 5px 0 8px; color: var(--pine); font-family: var(--serif); font-size: 25px; line-height: 1.15; }
.result-challenge p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.result-profile { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 8px; margin: 24px 0 0; }
.result-profile span { min-width: 0; padding: 11px 12px; border: 1px solid #dfe2dc; background: rgba(255,255,255,.76); }
.result-profile small,.result-profile b { display: block; overflow-wrap: anywhere; }
.result-profile small { color: var(--clay-dark); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.result-profile b { margin-top: 4px; color: var(--pine); font-size: 13px; line-height: 1.3; }
.sleep-profile-card { position: relative; margin-top: 18px; padding: clamp(30px,4vw,46px); overflow: hidden; color: var(--ink); border: 1px solid rgba(13,35,64,.1); background: linear-gradient(135deg,#fffdfa 0%,#f3eee5 56%,#e7eee7 100%); box-shadow: 0 22px 55px rgba(1,12,28,.16); }
.sleep-profile-card::after { content: "PROFIL"; position: absolute; z-index: 0; right: -18px; top: -25px; color: rgba(13,35,64,.035); font-family: var(--serif); font-size: clamp(72px,11vw,132px); line-height: 1; letter-spacing: -.05em; pointer-events: none; }
.sleep-profile-head { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 30px; align-items: center; }
.sleep-profile-head > div:first-child > span { display: block; margin-bottom: 8px; color: var(--clay-dark); font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.sleep-profile-head h4 { margin: 0; color: var(--pine); font-family: var(--serif); font-size: clamp(34px,4vw,48px); font-weight: 520; line-height: 1; letter-spacing: -.035em; }
.sleep-profile-head p { max-width: 580px; margin: 11px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.sleep-profile-rating { min-width: 210px; display: grid; grid-template-columns: auto auto; gap: 14px; align-items: center; padding: 15px 18px; border: 1px solid rgba(176,125,61,.28); background: rgba(255,255,255,.66); }
.sleep-profile-rating > strong { color: #b07d3d; font-size: 18px; letter-spacing: .1em; white-space: nowrap; }
.sleep-profile-rating span,.sleep-profile-rating b,.sleep-profile-rating small { display: block; }
.sleep-profile-rating b { color: var(--pine); font-size: 13px; }
.sleep-profile-rating small { margin-top: 2px; color: var(--muted); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sleep-profile-signals { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; overflow: hidden; margin-top: 26px; border: 1px solid rgba(13,35,64,.1); background: rgba(13,35,64,.1); }
.sleep-profile-signals > span { min-width: 0; display: grid; grid-template-columns: 34px minmax(0,1fr); grid-template-rows: auto auto; gap: 1px 10px; align-content: center; min-height: 82px; padding: 13px 15px; background: rgba(255,255,255,.78); }
.sleep-profile-signals i { grid-row: 1 / span 2; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--clay-dark); background: #f5e9e1; font-family: var(--serif); font-size: 14px; font-style: normal; }
.sleep-profile-signals small,.sleep-profile-signals b { display: block; min-width: 0; overflow-wrap: anywhere; }
.sleep-profile-signals small { color: var(--clay-dark); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.sleep-profile-signals b { color: var(--pine); font-family: var(--serif); font-size: 14px; line-height: 1.2; }
.sleep-profile-guidance { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 11px; margin-top: 11px; }
.sleep-profile-guidance article { min-width: 0; min-height: 188px; padding: 22px 20px; border: 1px solid rgba(13,35,64,.11); background: rgba(255,255,255,.84); transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.sleep-profile-guidance article:hover { transform: translateY(-3px); border-color: rgba(176,125,61,.38); box-shadow: 0 14px 30px rgba(13,35,64,.08); }
.sleep-profile-guidance article > span { display: block; color: var(--clay-dark); font-size: 13px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.sleep-profile-guidance article > strong { display: block; margin-top: 16px; color: var(--pine); font-family: var(--serif); font-size: 20px; font-weight: 600; line-height: 1.12; }
.sleep-profile-guidance article > small { display: block; margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(13,35,64,.09); color: var(--muted); font-size: 13px; line-height: 1.5; }
.sleep-profile-boundary { position: relative; z-index: 1; margin-top: 12px; padding: 12px 15px; color: #6d7770; border-left: 3px solid var(--clay); background: rgba(255,255,255,.56); font-size: 13px; line-height: 1.55; }
.sleep-profile-boundary b { color: var(--pine); }
.winner-card { margin-top: 18px; padding: 38px; color: var(--ink); background: var(--paper); box-shadow: 0 22px 55px rgba(1,12,28,.18); }
.winner-ribbon { display: inline-flex; align-items: center; padding: 8px 12px; color: #fff; background: var(--clay-dark); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.winner-grid { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(280px,.7fr); gap: 34px; margin-top: 24px; }
.winner-main { display: grid; grid-template-columns: 135px minmax(0,1fr); gap: 28px; }
.winner-visual { position: relative; height: 170px; display: grid; place-items: center; overflow: hidden; color: var(--pine); background: linear-gradient(145deg,#e4ebe2,#f8efe9); }
.winner-visual::before,.winner-visual::after { content: ""; position: absolute; width: 110px; height: 55px; border-radius: 50%; background: rgba(255,255,255,.78); transform: rotate(-12deg); }
.winner-visual::before { left: -35px; top: 24px; }.winner-visual::after { right: -42px; bottom: 15px; }
.winner-visual span { position: relative; z-index: 2; width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid rgba(25,55,40,.18); border-radius: 50%; background: rgba(255,255,255,.84); font-family: var(--serif); font-size: 30px; }
.winner-visual i,.winner-visual b { position: absolute; z-index: 1; width: 64px; height: 1px; background: rgba(25,55,40,.2); transform: rotate(28deg); }.winner-visual b { transform: rotate(-28deg); }
.winner-category,.compare-kicker,.result-block-heading > span { display: block; color: var(--clay-dark); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.winner-copy h4 { margin: 7px 0 10px; font-family: var(--serif); font-size: 31px; line-height: 1.05; letter-spacing: -.02em; }
.winner-copy > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.reason-fit-grid,.pros-cons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.reason-fit-grid > div,.pros-cons-grid > div { padding: 14px; background: #f3f1eb; border: 1px solid #e3e0d8; }
.reason-fit-grid span,.pros-cons-grid span { display: block; margin-bottom: 6px; color: var(--pine); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.reason-fit-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.pros-cons-grid ul { margin: 0; padding: 0; list-style: none; }
.pros-cons-grid li { position: relative; margin-top: 6px; padding-left: 15px; color: #667169; font-size: 13px; line-height: 1.45; }
.pros-cons-grid li::before { position: absolute; left: 0; top: 0; color: #5c8268; font-weight: 900; content: "✓"; }
.pros-cons-grid .cons li::before { color: #a56e52; content: "–"; }
.recommendation-trust { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.recommendation-trust span { padding: 7px 9px; border: 1px solid #d9ded7; border-radius: 999px; color: #557063; background: #f9faf7; font-size: 13px; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; }
.winner-action { display: flex; align-items: center; gap: 16px; margin-top: 20px; }
.winner-action .button { width: auto; min-width: 180px; }
.winner-action #result-primary-offer {
  color: #fff;
  background: linear-gradient(135deg,#ff7a00,#f34a00);
  border-color: transparent;
  box-shadow: 0 11px 25px rgba(255,91,0,.25);
  transition: color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease;
}
.winner-action #result-primary-offer:hover,
.winner-action #result-primary-offer:focus-visible {
  color: #fff;
  background: linear-gradient(135deg,#ff8a18,#e94200);
  box-shadow: 0 15px 32px rgba(255,91,0,.36);
  transform: translateY(-2px);
}
.winner-action #result-primary-offer:focus-visible { outline: 3px solid rgba(255,122,0,.28); outline-offset: 3px; }
.winner-action small { max-width: 190px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.price-compare { padding: 25px; color: #fff; background: var(--pine); align-self: start; }
.price-compare h4 { margin: 5px 0 8px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.price-compare > p { margin: 0 0 17px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.55; }
.compare-kicker { color: #efaa8f; }
.price-row { padding: 13px 0; border-top: 1px solid rgba(255,255,255,.15); }
.price-row strong,.price-row small { display: block; }
.price-row strong { font-size: 13px; }.price-row small { margin-top: 3px; color: rgba(255,255,255,.52); font-size: 13px; line-height: 1.4; }
.price-row a { display: inline-block; margin-top: 8px; color: #f1b49c; font-size: 13px; font-weight: 900; }
.price-row a:hover { color: white; }
.price-note { display: block; margin-top: 14px; color: rgba(255,255,255,.47); font-size: 13px; line-height: 1.5; }
.result-block { margin-top: 18px; padding: 34px 38px 38px; color: var(--ink); background: #f5f2eb; }
.result-block-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 21px; }
.result-block-heading h4 { margin: 0; font-family: var(--serif); font-size: 30px; font-weight: 500; }
.alternative-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.alternative-card { position: relative; min-height: 220px; display: flex; flex-direction: column; padding: 23px; background: #fff; border: 1px solid #deded7; transition: transform .2s ease,box-shadow .2s ease; }
.alternative-card:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(13,35,64,.08); }
.alternative-number { color: var(--clay-dark); font-size: 13px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.alternative-card i { width: 38px; height: 38px; display: grid; place-items: center; margin: 21px 0 13px; border-radius: 50%; color: var(--pine); background: var(--sage-light); font-family: var(--serif); font-size: 18px; font-style: normal; }
.alternative-card h5 { margin: 0; font-family: var(--serif); font-size: 19px; }
.alternative-card p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.alternative-card a { display: inline-block; align-self: flex-start; margin-top: auto; padding-top: 17px; color: var(--pine); font-size: 13px; font-weight: 900; }
.solution-stack-block { position: relative; margin-top: 18px; padding: clamp(34px,4.4vw,52px); overflow: hidden; color: #fff; background: radial-gradient(circle at 91% 7%,rgba(192,143,88,.2),transparent 26%),linear-gradient(145deg,#071a31 0%,#0d263f 58%,#183a45 100%); box-shadow: 0 24px 60px rgba(1,12,28,.24); }
.solution-stack-block::after { content: "STACK"; position: absolute; right: -20px; top: -33px; color: rgba(255,255,255,.035); font-family: var(--serif); font-size: clamp(76px,12vw,150px); line-height: 1; letter-spacing: -.04em; pointer-events: none; }
.solution-stack-head { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 32px; }
.solution-stack-head > div:first-child > span { display: block; margin-bottom: 8px; color: #e2b26f; font-size: 13px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.solution-stack-head h4 { max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(34px,4vw,49px); font-weight: 500; line-height: 1.02; letter-spacing: -.035em; }
.solution-stack-head p { max-width: 720px; margin: 13px 0 0; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.7; }
.solution-stack-count { min-width: 190px; display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; padding: 15px 18px; border: 1px solid rgba(226,178,111,.32); background: rgba(255,255,255,.065); }
.solution-stack-count b { color: #e2b26f; font-family: var(--serif); font-size: 38px; font-weight: 500; line-height: 1; }
.solution-stack-count span,.solution-stack-count small { display: block; }
.solution-stack-count span { font-size: 13px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.solution-stack-count small { margin-top: 3px; color: rgba(255,255,255,.5); font-size: 13px; letter-spacing: .04em; }
.solution-stack-priority { position: relative; z-index: 1; margin-top: 28px; padding: 18px 21px; border-left: 3px solid #d0a464; background: rgba(255,255,255,.075); }
.solution-stack-priority span { display: block; color: #e2b26f; font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.solution-stack-priority strong { display: block; margin-top: 5px; font-family: var(--serif); font-size: 20px; font-weight: 550; }
.solution-stack-priority p { max-width: 850px; margin: 6px 0 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.55; }
.solution-stack-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 14px 0 0; padding: 0; list-style: none; }
.solution-stack-card { min-width: 0; display: grid; grid-template-columns: 64px minmax(0,1fr); gap: 18px; min-height: 242px; padding: 24px; color: var(--ink); border: 1px solid rgba(255,255,255,.12); background: rgba(255,253,248,.96); transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.solution-stack-card:first-child { grid-column: 1 / -1; min-height: 220px; background: linear-gradient(120deg,#fffdfa,#e9efe8); }
.solution-stack-card:hover { transform: translateY(-3px); border-color: rgba(226,178,111,.58); box-shadow: 0 18px 36px rgba(1,12,28,.22); }
.solution-stack-card.is-optional { border-style: dashed; background: rgba(241,238,229,.94); }
.solution-stack-index { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.solution-stack-index > span { color: #ae744b; font-family: var(--serif); font-size: 21px; line-height: 1; }
.solution-stack-index > i { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: var(--pine); background: #edf0e8; font-size: 23px; font-style: normal; }
.solution-stack-copy { min-width: 0; }
.solution-stack-copy > span { display: block; color: var(--clay-dark); font-size: 13px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.solution-stack-copy h5 { margin: 7px 0 13px; color: var(--pine); font-family: var(--serif); font-size: 22px; font-weight: 560; line-height: 1.1; overflow-wrap: anywhere; }
.solution-stack-reason { padding-top: 12px; border-top: 1px solid rgba(13,35,64,.1); }
.solution-stack-reason b { display: block; color: #536d60; font-size: 13px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.solution-stack-reason p { margin: 6px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.solution-stack-copy > a { display: inline-flex; gap: 7px; align-items: center; margin-top: 15px; padding-bottom: 3px; color: var(--pine); border-bottom: 1px solid rgba(25,55,40,.25); font-size: 13px; font-weight: 900; }
.solution-stack-copy > a:hover { color: var(--clay-dark); border-color: currentColor; }
@keyframes home-quiz-breathe { 0%,100% { box-shadow: 0 7px 18px rgba(13,35,64,.12); } 50% { box-shadow: 0 11px 25px rgba(13,35,64,.22); } }
.result-disclaimer { margin: 18px 0 0; padding: 13px 15px; color: rgba(255,255,255,.68); border-left: 2px solid #d4a08d; background: rgba(255,255,255,.08); font-size: 13px !important; }
.quiz-restart { margin-top: 14px; padding: 9px 0; background: transparent; color: white; border-bottom: 1px solid currentColor; }

.home-emotion-story {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding: clamp(90px,9vw,138px) 0;
  background:
    radial-gradient(circle at 88% 18%,rgba(212,170,99,.18),transparent 25%),
    radial-gradient(circle at 12% 88%,rgba(73,105,133,.25),transparent 31%),
    linear-gradient(135deg,#071a34 0%,#0d2947 58%,#07182f 100%);
  color: #fff;
}
.home-emotion-story::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .25;
  background-image: radial-gradient(circle,rgba(255,255,255,.8) 0 1px,transparent 1.4px);
  background-size: 110px 110px;
  mask-image: linear-gradient(90deg,#000,transparent 45%,#000);
}
.home-emotion-glow {
  position: absolute;
  top: -260px;
  right: -160px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(213,172,102,.14);
  border-radius: 50%;
  box-shadow: inset 0 0 0 70px rgba(255,255,255,.012),inset 0 0 0 140px rgba(213,172,102,.03);
}
.home-emotion-story-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px,.78fr) minmax(580px,1.22fr);
  align-items: center;
  gap: clamp(54px,7vw,110px);
  width: min(1320px,calc(100% - 64px));
}
.home-emotion-copy {
  max-width: 520px;
}
.light-eyebrow {
  color: #d8ad66;
}
.light-eyebrow span {
  background: #d8ad66;
}
.home-emotion-copy h2 {
  margin: 25px 0 27px;
  color: #fff;
  font: 500 clamp(52px,5.4vw,79px)/.95 var(--serif);
  letter-spacing: -.045em;
  text-wrap: balance;
}
.home-emotion-copy h2 em {
  color: #d8ad66;
  font-style: normal;
}
.home-emotion-copy > p {
  margin: 0;
  color: rgba(235,241,247,.78);
  font-size: 16px;
  line-height: 1.75;
}
.home-emotion-promise {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 17px;
  margin-top: 35px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.14);
}
.home-emotion-promise > span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(216,173,102,.52);
  border-radius: 50%;
  color: #dfb971;
  font-size: 27px;
}
.home-emotion-promise strong,
.home-emotion-promise small {
  display: block;
}
.home-emotion-promise strong {
  color: #fff;
  font-size: 16px;
}
.home-emotion-promise small {
  margin-top: 4px;
  color: rgba(226,234,242,.66);
  font-size: 13px;
  line-height: 1.5;
}
.home-emotion-collage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  min-height: 0;
  padding: 14px;
  border: 1px solid rgba(216,173,102,.35);
  border-radius: 30px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.045)),
    rgba(3,17,34,.48);
  box-shadow: 0 30px 80px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.1);
}
.home-emotion-card {
  position: relative;
  inset: auto;
  width: 100%;
  min-width: 0;
  height: auto;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 20px;
  background: #d9d0c2;
  box-shadow: 0 18px 44px rgba(0,0,0,.28);
  isolation: isolate;
}
.home-emotion-card picture,
.home-emotion-card img {
  display: block;
  width: 100%;
  height: 100%;
}
.home-emotion-card img {
  object-fit: cover;
  transition: transform .9s cubic-bezier(.2,.7,.2,1),filter .5s ease;
}
.home-emotion-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg,transparent 42%,rgba(4,18,36,.84) 100%);
  pointer-events: none;
}
.home-emotion-card:hover img {
  transform: scale(1.025);
  filter: saturate(1.04);
}
.home-emotion-card figcaption {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 19px;
  color: #fff;
}
.home-emotion-card figcaption span,
.home-emotion-card figcaption strong,
.home-emotion-card figcaption small {
  display: block;
}
.home-emotion-card figcaption span {
  margin-bottom: 8px;
  color: #e2b66e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.home-emotion-card figcaption strong {
  font: 500 clamp(23px,1.85vw,29px)/1.04 var(--serif);
}
.home-emotion-card figcaption small {
  max-width: 330px;
  margin-top: 8px;
  color: rgba(255,255,255,.76);
  font-size: 12px;
  line-height: 1.5;
}
.home-emotion-evening {
  width: 100%;
  height: auto;
}
.home-emotion-evening img {
  object-position: center 48%;
}
.home-emotion-evening figcaption {
  right: 20px;
  left: 20px;
  width: auto;
}
.home-emotion-morning {
  width: 100%;
  height: auto;
  border-color: rgba(221,181,113,.7);
}
.home-emotion-morning img {
  object-position: center 45%;
}

.categories-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 92px 0 78px;
  background: #faf8f4;
}
.categories-section::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0 0 auto;
  height: 570px;
  background:
    linear-gradient(90deg,rgba(250,248,244,.95),rgba(250,248,244,.79) 48%,rgba(250,248,244,.58)),
    linear-gradient(0deg,#faf8f4 0%,rgba(250,248,244,.06) 56%),
    url("assets/images/sections/categories/bedroom-v1.webp") center top / cover no-repeat;
  filter: saturate(.82);
}
.categories-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  right: -210px;
  top: 90px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(218,183,123,.12),transparent 70%);
}
.categories-section > .container { width: min(1320px,calc(100% - 64px)); }
.center-heading { text-align: center; margin-bottom: 55px; }
.center-heading .eyebrow { justify-content: center; }
.center-heading p { margin: 18px auto 0; }
.category-heading { max-width: 850px; margin-inline: auto; margin-bottom: 45px; }
.category-heading .eyebrow { color: #a97936; }
.category-heading h2 {
  margin-top: 15px;
  font-size: clamp(57px,6.1vw,84px);
  line-height: .86;
  letter-spacing: -.052em;
}
.category-heading h2 em { display: inline-block; margin-top: 11px; }
.category-heading-mark { display: flex; justify-content: center; align-items: center; gap: 10px; margin: 20px 0 9px; color: #bf8c45; }
.category-heading-mark span { width: 35px; height: 1px; background: currentColor; opacity: .6; }
.category-heading-mark svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.category-heading p { max-width: 600px; color: #617186; font-size: 15px; line-height: 1.7; }
.category-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  grid-template-rows: 385px 275px;
  gap: 18px;
}
.category-card {
  position: relative;
  min-width: 0;
  padding: 29px 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 17px;
  color: var(--pine);
  background: #f7f5ef;
  box-shadow: 0 13px 34px rgba(24,38,55,.09),inset 0 1px rgba(255,255,255,.7);
  transition: transform .25s,box-shadow .25s;
}
.category-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg,rgba(255,255,255,.38) 0%,rgba(255,255,255,.08) 47%,rgba(255,255,255,0) 72%);
  pointer-events: none;
}
.category-card:hover { transform: translateY(-5px); box-shadow: 0 22px 48px rgba(24,38,55,.13),inset 0 1px rgba(255,255,255,.8); }
.category-large { grid-row: auto; }
.category-wide { grid-column: 2 / -1; }
.category-photo { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.category-card:hover .category-photo { transform: scale(1.025); }
.category-kicker {
  position: relative;
  z-index: 2;
  display: block;
  color: #a87937;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .13em;
}
.category-icon {
  position: relative;
  z-index: 2;
  width: 52px;
  height: 52px;
  margin-top: 23px;
  fill: none;
  stroke: #a97936;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pillow-card .category-icon,.tracking-card .category-icon { stroke: #708a75; }
.duvet-card .category-icon { stroke: #c18464; }
.quiet-card .category-icon { stroke: #bc8344; }
.category-card h3 {
  position: relative;
  z-index: 2;
  margin: 14px 0 8px;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 600;
  line-height: 1.06;
}
.category-card p { position: relative; z-index: 2; max-width: 245px; margin: 0; color: #667386; font-size: 13px; line-height: 1.55; }
.circle-arrow {
  position: absolute;
  z-index: 3;
  left: 30px;
  bottom: 26px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(175,124,56,.68);
  border-radius: 50%;
  color: #aa7632;
  background: rgba(255,255,255,.7);
  box-shadow: 0 5px 13px rgba(13,35,64,.05);
  font-size: 18px;
  transition: .2s;
}
.category-card:hover .circle-arrow { color: white; background: var(--clay); border-color: var(--clay); transform: translateX(3px); }
.mattress-card { color: white; background: var(--pine); }
.mattress-card::before { background: linear-gradient(180deg,rgba(5,21,43,.82) 0%,rgba(5,21,43,.7) 46%,rgba(5,21,43,.08) 72%); }
.mattress-card .category-photo { object-position: 52% center; }
.mattress-card .category-kicker,.mattress-card .category-icon { color: #e1b56e; stroke: #e1b56e; }
.mattress-card h3 { color: #fff; }
.mattress-card p { color: rgba(255,255,255,.74); }
.mattress-card .circle-arrow { color: #e1b56e; border-color: rgba(225,181,110,.75); background: rgba(5,22,44,.4); }
.pillow-card::before { background: linear-gradient(180deg,rgba(246,248,242,.97) 0%,rgba(246,248,242,.82) 47%,rgba(246,248,242,.03) 72%); }
.duvet-card::before { background: linear-gradient(180deg,rgba(250,241,235,.97) 0%,rgba(250,241,235,.84) 47%,rgba(250,241,235,.03) 72%); }
.tracking-card::before { background: linear-gradient(180deg,rgba(243,247,241,.97) 0%,rgba(243,247,241,.84) 47%,rgba(243,247,241,.03) 72%); }
.quiet-card::before { background: linear-gradient(180deg,rgba(250,241,235,.97) 0%,rgba(250,241,235,.82) 50%,rgba(250,241,235,.03) 76%); }
.pillow-card .category-photo { object-position: 54% center; }
.duvet-card .category-photo { object-position: 54% center; }
.tracking-card .category-photo { object-position: 52% 58%; }
.quiet-card { grid-column: 1; }
.quiet-card .category-photo { object-position: 52% 28%; }
.room-card { padding: 28px 42px; }
.room-card::before { background: linear-gradient(90deg,rgba(252,249,243,.98) 0%,rgba(252,249,243,.94) 39%,rgba(252,249,243,.48) 58%,rgba(252,249,243,.03) 82%); }
.room-card .category-photo { object-position: center; }
.room-card .category-icon { width: 46px; height: 46px; margin-top: 15px; }
.room-card h3 { margin-top: -42px; margin-left: 65px; font-size: 29px; }
.room-card > p { max-width: 470px; margin-left: 65px; }
.room-card .circle-arrow { display: none; }
.room-features {
  position: absolute;
  z-index: 2;
  left: 42px;
  bottom: 25px;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
  width: min(620px,60%);
}
.room-features > span {
  min-width: 0;
  display: grid;
  grid-template-columns: 31px minmax(0,1fr);
  grid-template-rows: auto auto;
  align-items: center;
  gap: 1px 8px;
  min-height: 64px;
  padding: 10px 12px;
  border: 1px solid rgba(13,35,64,.09);
  border-radius: 7px;
  background: rgba(255,253,249,.84);
  box-shadow: 0 7px 20px rgba(13,35,64,.05);
  backdrop-filter: blur(5px);
}
.room-features b { grid-row: 1 / span 2; color: #b98239; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.room-features strong,.room-features small { min-width: 0; display: block; }
.room-features strong { color: var(--pine); font-size: 13px; line-height: 1.3; }
.room-features small { color: #768192; font-size: 13px; line-height: 1.25; }
.category-assurance {
  width: fit-content;
  max-width: calc(100% - 32px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 20px auto 0;
  padding: 11px 42px;
  border: 1px solid rgba(13,35,64,.08);
  border-radius: 999px;
  color: #667386;
  background: rgba(255,255,255,.72);
  box-shadow: 0 8px 24px rgba(13,35,64,.04);
  font-size: 13px;
  text-align: center;
}
.category-assurance span { color: #b98239; font-size: 16px; }

.principles-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 88px 0 82px;
  background: #f9f6f0;
}
.principles-section::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg,rgba(249,246,240,.16) 0%,rgba(249,246,240,.36) 42%,rgba(249,246,240,.72) 61%,rgba(249,246,240,.9) 100%),
    linear-gradient(0deg,rgba(249,246,240,.02),rgba(249,246,240,.1)),
    url("assets/images/sections/principles-bedroom-v1.webp") center bottom / cover no-repeat;
}
.principles-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 620px;
  height: 620px;
  right: 8%;
  top: -260px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(255,255,255,.72),transparent 70%);
  pointer-events: none;
}
.principles-section > .container { width: min(1320px,calc(100% - 64px)); }
.principles-layout { display: grid; grid-template-columns: minmax(0,.78fr) minmax(610px,1.22fr); gap: 58px; align-items: start; }
.principles-copy { padding-top: 35px; }
.principles-copy h2 { font-size: clamp(56px,4.5vw,68px); line-height: .96; }
.principles-copy > p { max-width: 505px; margin: 25px 0 28px; color: #52657a; font-size: 16px; line-height: 1.65; }
.principles-mark { display: flex; align-items: center; gap: 12px; margin-top: 27px; color: #b98239; }
.principles-mark span { width: 42px; height: 1px; background: currentColor; opacity: .75; }
.principles-mark svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.principles-copy .text-link { width: fit-content; padding-bottom: 8px; border-bottom-color: #c18c42; font-size: 14px; }
.principles-copy .text-link span { margin-left: 12px; color: #b98239; font-size: 19px; }
.principles-content { display: grid; gap: 18px; }
.principles-list { display: grid; gap: 18px; }
.principles-list article {
  position: relative;
  min-height: 214px;
  display: grid;
  grid-template-columns: 180px minmax(0,1fr);
  align-items: center;
  padding: 25px 42px 25px 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 19px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 15px 38px rgba(30,43,55,.1),inset 0 1px rgba(255,255,255,.9);
  backdrop-filter: blur(9px);
  transition: transform .25s,box-shadow .25s;
}
.principles-list article:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(30,43,55,.14),inset 0 1px rgba(255,255,255,.95); }
.principles-list article::after {
  content: "";
  position: absolute;
  left: 180px;
  top: 43px;
  bottom: 43px;
  width: 1px;
  background: rgba(181,149,102,.22);
}
.principle-symbol {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  justify-self: center;
  border: 1px solid rgba(193,147,77,.13);
  border-radius: 50%;
  background: linear-gradient(145deg,rgba(255,255,255,.94),rgba(245,237,225,.8));
  box-shadow: 0 12px 27px rgba(26,39,52,.08);
}
.principle-symbol svg {
  width: 63px;
  height: 63px;
  fill: none;
  stroke: #0f2a49;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.principle-symbol circle:last-of-type { fill: #bf904b; stroke: #bf904b; }
.principle-symbol circle:last-of-type + path { stroke: #fff; }
.principle-symbol svg path:last-child { stroke: #b48746; }
.principles-list article:first-child .principle-symbol svg path:last-child { stroke: #fff; }
.principle-body { padding-left: 38px; }
.principle-body > span { display: block; margin-bottom: 19px; color: #ae7c37; font-family: var(--serif); font-size: 33px; line-height: 1; }
.principles-list h3 { margin: 0; font-family: var(--serif); font-size: 31px; font-weight: 600; line-height: 1.06; }
.principle-body i { display: block; width: 34px; height: 1px; margin: 19px 0 17px; background: #ba8235; }
.principles-list p { max-width: 510px; margin: 0; color: #52657a; font-size: 15px; line-height: 1.55; }
.principles-trust {
  min-height: 105px;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  align-items: center;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 17px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 13px 34px rgba(30,43,55,.08);
  backdrop-filter: blur(9px);
}
.principles-trust article {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0,1fr);
  gap: 13px;
  align-items: center;
  padding: 13px 22px;
}
.principles-trust article + article { border-left: 1px solid rgba(181,149,102,.28); }
.principles-trust svg { width: 44px; height: 44px; fill: none; stroke: #b68743; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.principles-trust p,.principles-trust strong,.principles-trust span { display: block; min-width: 0; }
.principles-trust p { margin: 0; }
.principles-trust strong { color: var(--pine); font-family: var(--serif); font-size: 17px; }
.principles-trust span { margin-top: 4px; color: #667386; font-size: 13px; line-height: 1.45; }

.guides-section { padding-top: 80px; background: #efede6; }
.compact-heading { align-items: end; }
.compact-heading .text-link { justify-self: end; margin-bottom: 4px; }
.article-grid { display: grid; grid-template-columns: 1.25fr .875fr .875fr; gap: 14px; }
.article-card { background: var(--paper); border: 1px solid rgba(30,52,40,.1); }
.article-art { height: 220px; position: relative; overflow: hidden; background: #d9e1d8; }
.main-article .article-art { height: 290px; }
.article-body { padding: 24px; }
.article-tag { color: var(--clay-dark); font-size: 13px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.article-body h3 { min-height: 58px; margin: 10px 0 8px; font-family: var(--serif); font-size: 23px; line-height: 1.2; font-weight: 600; }
.main-article .article-body h3 { font-size: 28px; }
.article-body p { color: var(--muted); font-size: 13px; }
.article-body a { display: inline-block; margin-top: 10px; color: var(--pine); font-size: 13px; font-weight: 800; border-bottom: 1px solid #b8c0ba; }
.art-mattress { background: #b9c8bd; }
.art-mattress::before { content: ""; position: absolute; width: 120%; height: 70%; left: -8%; bottom: -15%; background: #d8c8b6; transform: skewY(-8deg); }
.art-mattress span { position: absolute; z-index: 2; width: 72%; height: 35%; left: 16%; top: 33%; background: #faf8f2; border-radius: 48%; transform: skewY(-8deg); box-shadow: inset 0 -22px #dcd9d0, 0 20px 30px rgba(35,52,40,.2); }
.art-mattress i, .art-mattress b { position: absolute; z-index: 3; width: 1px; height: 55%; top: 0; background: rgba(255,255,255,.6); transform: rotate(20deg); }
.art-mattress i { left: 23%; }.art-mattress b { right: 18%; }
.art-heat { background: #d4aa94; }
.art-heat::before { content: ""; position: absolute; width: 170px; height: 170px; right: -30px; top: -30px; border-radius: 50%; background: #e9bd83; box-shadow: 0 0 0 22px rgba(255,255,255,.1), 0 0 0 46px rgba(255,255,255,.07); }
.art-heat span { position: absolute; left: 28px; bottom: 27px; color: white; font-family: var(--serif); font-size: 55px; }
.art-heat i { position: absolute; width: 75px; height: 6px; left: 30px; bottom: 26px; background: var(--pine); }
.art-pillow { background: #aabdad; }
.art-pillow::before, .art-pillow::after { content: ""; position: absolute; width: 150px; height: 105px; left: 50%; top: 50%; border-radius: 40% 52%; background: #f4efe5; transform: translate(-65%,-45%) rotate(-8deg); box-shadow: inset -20px -18px #d8d5cb, 0 18px 26px rgba(33,56,42,.22); }
.art-pillow::after { transform: translate(-25%,-30%) rotate(13deg); background: #d78d70; box-shadow: inset -20px -18px #b9745a, 0 18px 26px rgba(33,56,42,.18); }

.closing-cta {
  position: relative;
  isolation: isolate;
  min-height: 565px;
  overflow: hidden;
  padding: 74px 0 55px;
  color: white;
  background: #071a34;
}
.closing-cta::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: url("assets/images/sections/closing-bedroom-v1.webp") right center / auto 100% no-repeat;
}
.closing-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg,#071a34 0%,rgba(7,26,52,.98) 47%,rgba(7,26,52,.78) 63%,rgba(7,26,52,.02) 86%),
    radial-gradient(circle at 26% 48%,rgba(24,57,91,.28),transparent 48%);
}
.closing-inner { display: block; }
.closing-copy { width: min(775px,61%); }
.closing-cta .eyebrow { color: #e0b160; }
.closing-cta h2 { margin-top: 23px; font-size: clamp(54px,4.8vw,72px); line-height: .96; }
.closing-cta h2 em { color: #d5a653; }
.closing-copy > p { max-width: 700px; margin: 27px 0 27px; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.65; }
.closing-copy > .button { width: min(390px,100%); min-height: 64px; justify-content: space-between; padding: 0 31px; border: 1px solid rgba(255,224,166,.4); border-radius: 8px; background: linear-gradient(135deg,#d6a653,#bd8738); box-shadow: 0 14px 28px rgba(0,0,0,.2); font-size: 15px; }
.closing-copy > .button:hover { background: linear-gradient(135deg,#e0b463,#c89140); }
.closing-trust {
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin-top: 38px;
}
.closing-trust article {
  min-width: 0;
  display: grid;
  grid-template-columns: 43px minmax(0,1fr);
  gap: 12px;
  align-items: center;
  padding: 0 23px;
}
.closing-trust article:first-child { padding-left: 0; }
.closing-trust article + article { border-left: 1px solid rgba(255,255,255,.22); }
.closing-trust svg { width: 40px; height: 40px; fill: none; stroke: #dda846; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.closing-trust p,.closing-trust strong,.closing-trust span { min-width: 0; display: block; }
.closing-trust p { margin: 0; }
.closing-trust strong { font-size: 14px; line-height: 1.35; }
.closing-trust span { margin-top: 4px; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.35; }

.site-footer { padding: 54px 0 25px; color: var(--pine); background: #fbfaf7; }
.site-footer > .container { width: min(1320px,calc(100% - 64px)); }
.footer-grid { display: grid; grid-template-columns: 1.65fr repeat(4,1fr); gap: 0; padding-bottom: 39px; }
.footer-grid > div { min-width: 0; padding: 0 34px; }
.footer-grid > div:first-child { padding-left: 0; }
.footer-grid > div:not(:first-child) { border-left: 1px solid rgba(13,35,64,.1); }
.footer-grid > div:last-child { padding-right: 0; }
.footer-logo { color: var(--pine); font-size: 31px; }
.footer-logo .brand-mark { width: 43px; fill: var(--pine); }
.footer-logo .brand-star { fill: #be8c43; }
.footer-brand p { max-width: 315px; margin: 20px 0 0; color: #667386; font-size: 14px; line-height: 1.7; }
.footer-socials { display: flex; gap: 13px; margin-top: 20px; }
.footer-socials span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(13,35,64,.06);
  border-radius: 50%;
  background: #f2f0eb;
}
.footer-socials svg { width: 20px; height: 20px; fill: none; stroke: #0d2340; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-socials span:nth-child(2) svg { fill: #0d2340; stroke: none; }
.footer-grid h3 { margin: 7px 0 20px; color: #a97430; font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.footer-grid > div > a:not(.brand) { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #24384e; font-size: 13px; }
.footer-grid > div > a:not(.brand) span { color: #b47c30; font-size: 18px; }
.footer-grid > div > a:hover { color: #b47c30; }
.footer-trust {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin-bottom: 19px;
  padding: 18px 34px;
  border: 1px solid rgba(13,35,64,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 30px rgba(13,35,64,.04);
}
.footer-trust article {
  min-width: 0;
  display: grid;
  grid-template-columns: 64px minmax(0,1fr);
  gap: 18px;
  align-items: center;
  padding: 0 35px;
}
.footer-trust article:first-child { padding-left: 0; }
.footer-trust article:last-child { padding-right: 0; }
.footer-trust article + article { border-left: 1px solid rgba(13,35,64,.1); }
.footer-trust svg { width: 52px; height: 52px; fill: none; stroke: #c18d42; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.footer-trust p,.footer-trust strong,.footer-trust span { display: block; min-width: 0; }
.footer-trust p { margin: 0; }
.footer-trust strong { font-size: 14px; }
.footer-trust span { max-width: 260px; margin-top: 5px; color: #667386; font-size: 13px; line-height: 1.5; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; padding-top: 21px; border-top: 1px solid rgba(13,35,64,.1); color: #737d89; font-size: 13px; }
.footer-bottom div { display: flex; gap: 24px; }
.footer-bottom a:hover { color: #a97430; }
.affiliate-note { text-align: right; }

@media (min-width: 1181px) and (max-width: 1570px) {
  .nav-wrap { grid-template-columns: auto 1fr; gap: 14px; }
  .nav-cta { display: none; }
  .problem-first-nav .mega-group > summary { padding-inline: 7px; }
}

@media (max-width: 1180px) {
  .nav-wrap { grid-template-columns: auto auto; justify-content: space-between; padding: 0 24px; }
  .menu-toggle { display: grid; gap: 4px; order: 3; }
  .menu-toggle span:not(.sr-only) { width: 22px; height: 2px; background: var(--pine); }
  .main-nav { position: absolute; z-index: 70; top: 100%; left: 0; right: 0; display: none; max-height: calc(100vh - 114px); overflow-y: auto; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 12px 24px 25px; background: var(--paper); box-shadow: 0 20px 40px rgba(20,42,32,.16); }
  .main-nav.open { display: flex; }
  .main-nav a { min-height: 44px; display: flex; align-items: center; padding: 12px 0; }
  .main-nav a::after { display: none; }
  .mega-group { border-bottom: 1px solid #e1e0da; }
  .problem-first-nav .mega-group > summary,.mega-group > summary { min-height: 48px; height: auto; justify-content: space-between; padding: 0; font-size: 13px; letter-spacing: 0; }
  .mega-group[open] > summary { background: transparent; }
  .mega-panel,.mega-panel-wide,.mega-panel-products { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 10px 0 23px; border: 0; background: transparent; box-shadow: none; }
  .mega-group:not([open]) > .mega-panel { display: none; }
  .mega-panel section { padding: 0; border: 0; }
  .mega-panel .mega-feature { grid-column: 1 / -1; min-height: 170px; margin: 0; }
  .nav-cta { display: none; }
  .trust-strip-inner { grid-template-columns: 130px minmax(0,1fr); gap: 17px; padding: 19px 0; }
  .trust-strip-list { grid-template-columns: repeat(3,minmax(0,1fr)); row-gap: 13px; }
  .trust-strip-list li:nth-child(4) { border-left: 0; }
  .trust-strip-link { display: none; }
}

@media (max-width: 980px) {
  .home-emotion-story {
    min-height: 0;
  }
  .home-emotion-story-grid {
    grid-template-columns: 1fr;
    gap: 54px;
    width: min(790px,calc(100% - 48px));
  }
  .home-emotion-copy {
    max-width: 650px;
  }
  .home-emotion-collage {
    min-height: 0;
  }

  .nav-wrap { grid-template-columns: auto auto; justify-content: space-between; padding: 0 24px; }
  .menu-toggle { display: grid; gap: 4px; order: 3; }
  .menu-toggle span:not(.sr-only) { width: 22px; height: 2px; background: var(--pine); }
  .main-nav { position: absolute; z-index: 70; top: 100%; left: 0; right: 0; display: none; max-height: calc(100vh - 114px); overflow-y: auto; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 12px 24px 25px; background: var(--paper); box-shadow: 0 20px 40px rgba(20,42,32,.16); }
  .main-nav.open { display: flex; }
  .main-nav a { min-height: 44px; display: flex; align-items: center; padding: 12px 0; }
  .main-nav a::after { display: none; }
  .mega-group { border-bottom: 1px solid #e1e0da; }
  .mega-group > summary { min-height: 48px; justify-content: space-between; padding: 0; font-size: 13px; }
  .mega-group[open] > summary { background: transparent; }
  .mega-panel,.mega-panel-wide,.mega-panel-products { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 10px 0 23px; border: 0; background: transparent; box-shadow: none; }
  .mega-group:not([open]) > .mega-panel { display: none; }
  .mega-panel section { padding: 0; border: 0; }
  .mega-panel .mega-feature { grid-column: 1 / -1; min-height: 170px; margin: 0; }
  .mega-nav .nav-direct { min-height: 48px; padding: 0; }
  .nav-cta { display: none; }
  .hero { min-height: 660px; }
  .finder-section { min-height: 0; background: #071a34; }
  .finder-layout { width: min(860px,calc(100% - 48px)); grid-template-columns: 1fr; gap: 55px; }
  .finder-intro { max-width: 680px; }
  .finder-intro > p { max-width: 580px; }
  .result-profile { grid-template-columns: repeat(3,1fr); }
  .sleep-profile-signals,.sleep-profile-guidance { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .winner-grid { grid-template-columns: 1fr; }
  .alternative-grid { grid-template-columns: repeat(3,1fr); }
  .solution-stack-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .problem-grid { grid-template-columns: repeat(2,1fr); }
  .problem-card { grid-column: auto; min-height: 380px; }
  .problem-section::before { height: 850px; background-position: 68% top; }
  .problem-emblem { display: none; }
  .problem-section .split-heading { max-width: 680px; }
  .problem-section .section-heading h2 { font-size: clamp(48px,7vw,64px); }
  .decision-order {
    width: calc(100vw - 32px);
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 48px 34px 24px;
    background:
      linear-gradient(90deg,rgba(251,248,242,.94),rgba(251,248,242,.76) 55%,rgba(248,245,238,.92)),
      linear-gradient(0deg,rgba(248,244,236,.96),rgba(248,244,236,.12) 58%),
      url("assets/images/sections/decision-bedroom.webp") left bottom / cover no-repeat;
  }
  .decision-order-intro { max-width: 680px; }
  .decision-order-intro > p { max-width: 620px; }
  .decision-order-intro,.decision-order ol,.decision-order-boundary,.decision-values { grid-column: 1; grid-row: auto; }
  .decision-order ol { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .decision-order-boundary { align-self: auto; }
  .decision-values { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .decision-values article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(13,35,64,.09); }
  .decision-values article:nth-child(4) { border-top: 1px solid rgba(13,35,64,.09); }
  .categories-section > .container { width: min(920px,calc(100% - 48px)); }
  .category-grid { grid-template-columns: 1fr 1fr; grid-template-rows: none; grid-auto-rows: 350px; }
  .category-large { grid-row: auto; }
  .quiet-card,.category-wide { grid-column: 1 / -1; }
  .quiet-card { min-height: 320px; }
  .room-card { min-height: 315px; }
  .room-features { width: min(590px,70%); }
  .principles-section::before {
    background:
      linear-gradient(180deg,rgba(249,246,240,.62) 0%,rgba(249,246,240,.82) 29%,#f9f6f0 58%),
      url("assets/images/sections/principles-bedroom-v1.webp") left top / auto 760px no-repeat;
  }
  .principles-section > .container { width: min(790px,calc(100% - 48px)); }
  .principles-layout { grid-template-columns: 1fr; gap: 55px; }
  .principles-copy { max-width: 650px; padding-top: 0; }
  .principles-copy > p { max-width: 570px; }
  .closing-copy { width: min(720px,78%); }
  .closing-cta::after { background: linear-gradient(90deg,#071a34 0%,rgba(7,26,52,.97) 58%,rgba(7,26,52,.48) 80%,rgba(7,26,52,.08)); }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px 0; }
  .footer-brand { grid-column: 1 / -1; padding: 0 0 8px !important; }
  .footer-grid > div:nth-child(2),.footer-grid > div:nth-child(4) { padding-left: 0; border-left: 0; }
  .footer-grid > div:nth-child(3),.footer-grid > div:nth-child(5) { padding-right: 0; }
  .footer-trust { padding-inline: 24px; }
  .footer-trust article { padding-inline: 22px; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .main-article { grid-column: span 2; }
}

@media (max-width: 680px) {
  .home-emotion-story {
    padding: 76px 0 68px;
  }
  .home-emotion-story-grid {
    gap: 40px;
    width: min(100% - 20px,560px);
  }
  .home-emotion-copy {
    padding-inline: 10px;
  }
  .home-emotion-copy h2 {
    margin: 21px 0 23px;
    font-size: clamp(44px,13vw,57px);
  }
  .home-emotion-copy > p {
    font-size: 14px;
    line-height: 1.7;
  }
  .home-emotion-promise {
    grid-template-columns: 50px 1fr;
    gap: 14px;
    margin-top: 27px;
    padding-top: 23px;
  }
  .home-emotion-promise > span {
    width: 48px;
    height: 48px;
    font-size: 23px;
  }
  .home-emotion-collage {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 14px;
    padding: 10px;
    border-radius: 22px;
  }
  .home-emotion-card {
    position: relative;
    inset: auto;
    width: 100%;
    height: 360px;
    aspect-ratio: auto;
    border-radius: 18px;
  }
  .home-emotion-morning {
    height: 330px;
  }
  .home-emotion-card figcaption {
    left: 22px;
    right: 22px;
    bottom: 21px;
    width: auto;
  }
  .home-emotion-card figcaption strong {
    font-size: 30px;
  }

  .container { width: min(100% - 32px, 560px); }
  .section { padding: 82px 0; }
  .announcement { font-size: 13px; }
  .announcement-inner { width: 100%; justify-content: center; }
  .announcement-inner span:not(:last-child), .announcement-inner i { display: none; }
  .nav-wrap { height: 68px; padding: 0 16px; }
  .brand { font-size: 21px; }
  .brand-mark { width: 30px; }
  .main-nav { top: 100px; }
  .main-nav { top: 100%; padding: 8px 16px 22px; }
  .mega-panel,.mega-panel-wide,.mega-panel-products { grid-template-columns: 1fr; gap: 18px; }
  .mega-panel .mega-feature { grid-column: auto; }
  .hero { min-height: 850px; align-items: end; }
  .hero-image { inset: 0 0 auto; height: 430px; }
  .hero-image img { inset: 0; height: 100%; object-position: 82% center; }
  .hero-scrim { background: linear-gradient(0deg,rgba(4,14,29,.97) 0%,rgba(5,18,36,.76) 50%,rgba(7,21,40,.04) 100%); }
  .hero-content { padding: 235px 0 26px; }
  .hero h1 { font-size: 40px; line-height: 1.02; }
  .hero p { font-size: 13px; }
  .hero-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .hero-benefits span:last-child { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .hero-video { width: 100%; }
  .hero-proof { grid-template-columns: repeat(2,1fr); margin-top: 25px; padding: 10px 0; border-radius: 11px; }
  .hero-proof div { min-height: 50px; justify-content: flex-start; padding: 0 13px; }
  .hero-proof div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .hero-proof div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.12); }
  .hero-proof div > b { font-size: 22px; }
  .hero-proof strong { font-size: 13px; }
  .hero-proof small { font-size: 13px; }
  .trust-strip-inner { min-height: 0; grid-template-columns: 1fr; gap: 14px; padding: 22px 0 24px; }
  .trust-strip-title { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; }
  .trust-strip-title small { margin: 0; }
  .trust-strip-title strong { font-size: 17px; }
  .trust-strip-list { grid-template-columns: 1fr 1fr; gap: 8px; }
  .trust-strip-list li,.trust-strip-list li:nth-child(4) { min-height: 62px; padding: 8px 9px; border: 1px solid rgba(13,35,64,.1); background: rgba(255,255,255,.5); }
  .trust-strip-list li:last-child { grid-column: 1 / -1; }
  .trust-strip-list b { font-size: 13px; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .split-heading > p { justify-self: start; }
  .section-heading h2, .finder-intro h2, .principles-copy h2, .closing-cta h2 { font-size: 42px; }
  .problem-section { padding-top: 78px; }
  .problem-section::before {
    height: 610px;
    background:
      linear-gradient(180deg,rgba(251,250,247,.84) 0%,rgba(251,250,247,.92) 56%,#fbfaf7 100%),
      url("assets/images/sections/problem-bedroom.webp") 66% top / auto 610px no-repeat;
  }
  .problem-section .split-heading { margin-bottom: 30px; }
  .problem-section .section-heading h2 { font-size: clamp(39px,11vw,48px); }
  .problem-section .split-heading > p { margin-top: 21px; font-size: 14px; line-height: 1.7; }
  .problem-grid { grid-template-columns: 1fr; gap: 14px; }
  .problem-card { grid-column: auto; min-height: 0; padding: 24px; border-radius: 16px; }
  .problem-card svg { width: 72px; height: 72px; padding: 17px; }
  .problem-card h3 { font-size: 28px; }
  .problem-assurance { flex-wrap: wrap; gap: 8px 12px; padding: 14px 8px 0; text-align: center; }
  .problem-assurance svg { flex: 0 0 auto; }
  .decision-order {
    width: calc(100vw - 20px);
    gap: 28px;
    margin-top: 20px;
    padding: 38px 18px 18px;
    border-radius: 18px;
    background:
      linear-gradient(180deg,rgba(251,248,242,.96) 0%,rgba(251,248,242,.9) 58%,rgba(248,244,236,.78) 100%),
      url("assets/images/sections/decision-bedroom.webp") 20% bottom / auto 620px no-repeat;
  }
  .decision-order-intro { padding: 0 4px; }
  .decision-order-intro > span { margin-bottom: 18px; letter-spacing: .13em; }
  .decision-order-intro > strong { font-size: clamp(43px,13vw,56px); }
  .decision-order-intro > p { margin-top: 23px; font-size: 14px; }
  .decision-order-boundary { margin-top: 24px; }
  .decision-order ol { grid-template-columns: 1fr; }
  .decision-order li { min-height: 270px; grid-template-columns: 82px minmax(0,1fr); gap: 12px 16px; padding: 24px 20px 66px; }
  .decision-icon { width: 72px; height: 72px; padding: 16px; }
  .decision-order li > i { font-size: 22px; }
  .decision-order li b { font-size: 27px; }
  .decision-order li b::after { margin: 16px 0; }
  .decision-arrow { width: 42px; height: 42px; right: 20px; bottom: 18px; }
  .decision-values { grid-template-columns: 1fr; }
  .decision-values article,.decision-values article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(13,35,64,.09); }
  .decision-values article:first-child { border-top: 0; }
  .finder-section { padding: 74px 0 62px; }
  .finder-section::before {
    background:
      linear-gradient(180deg,rgba(4,18,38,.7) 0%,rgba(5,20,42,.88) 41%,rgba(5,17,35,.96) 100%),
      linear-gradient(90deg,rgba(4,16,34,.55),rgba(4,16,34,.25)),
      url("assets/images/heroes/schlafjuwel-night-tech-v2-900.webp") 70% center / cover no-repeat;
  }
  .finder-moon { top: 34px; left: 14px; width: 58px; height: 58px; opacity: .68; }
  .finder-layout { width: min(100% - 20px,560px); gap: 40px; }
  .finder-intro { padding-inline: 10px; }
  .finder-intro h2 { margin-top: 24px; line-height: .98; }
  .finder-intro > p { font-size: 14px; line-height: 1.72; }
  .finder-steps-preview { margin-top: 34px; }
  .finder-steps-preview > div { padding-bottom: 23px; }
  .finder-steps-preview span { width: 38px; height: 38px; font-size: 15px; }
  .finder-steps-preview > div:not(:last-child)::after { left: 18px; height: 18px; }
  .privacy-note { margin-top: 25px !important; }
  .quiz-card { min-height: 0; padding: 28px 20px 22px; margin-inline: 0; border-radius: 16px; }
  .quiz-card form { grid-template-columns: 1fr; }
  .quiz-top { font-size: 13px; }
  #progress-label { padding: 6px 12px; }
  .progress-track { height: 5px; margin: 13px 0 31px; }
  .quiz-step legend { font-size: 32px; line-height: 1.08; }
  .question-help { margin: 12px 0 25px; font-size: 13px; }
  .option-grid.two-col, .option-grid.position-grid { grid-template-columns: 1fr; }
  .problem-options label:last-child,.priority-options label:last-child { grid-column: auto; }
  .option-grid.two-col label > span { min-height: 48px; }
  .position-grid label > span { min-height: 120px; grid-template-columns: 72px minmax(0,1fr); gap: 4px 15px; padding: 17px 55px 17px 16px; }
  .position-grid label > span > b { width: 68px; height: 68px; }
  .position-grid label > span > b svg { width: 46px; height: 46px; }
  .position-grid strong { font-size: 18px; }
  .position-grid small { font-size: 13px; }
  .position-grid label > span::before { right: 12px; width: 34px; height: 34px; font-size: 25px; }
  .position-grid input:checked + span::after { top: 10px; right: 10px; width: 27px; height: 27px; font-size: 15px; }
  .position-grid input:checked + span::before { display: none; }
  .quiz-insight { grid-column: 1; min-height: 0; grid-template-columns: 62px minmax(0,1fr); gap: 14px; margin-top: 24px; padding: 16px; }
  .quiz-insight svg { width: 58px; padding-right: 13px; }
  .quiz-insight strong { font-size: 14px; }
  .quiz-insight span { font-size: 13px; }
  .quiz-actions,.quiz-insight[hidden] + .quiz-actions { grid-column: 1; display: grid; grid-template-columns: auto minmax(168px,1fr); margin-top: 20px; }
  .quiz-next { min-width: 0; min-height: 66px; font-size: 21px !important; }
  .quiz-trust { grid-template-columns: 1fr; gap: 0; margin-top: 26px; padding-top: 9px; }
  .quiz-trust article,.quiz-trust article:first-child,.quiz-trust article:last-child { min-height: 72px; padding: 11px 0; border-left: 0; border-top: 1px solid #e5e2dc; }
  .quiz-trust article:first-child { border-top: 0; }
  .analysis-state, .result-state { padding: 30px 22px; }
  .result-header { padding: 26px 22px; }
  .result-state h3 { font-size: 35px; }
  .result-challenge { padding: 18px; }
  .result-challenge strong { font-size: 22px; }
  .result-profile { grid-template-columns: 1fr 1fr; }
  .sleep-profile-card { padding: 27px 20px; }
  .sleep-profile-head { grid-template-columns: 1fr; gap: 18px; }
  .sleep-profile-rating { min-width: 0; width: 100%; justify-content: space-between; }
  .sleep-profile-signals,.sleep-profile-guidance { grid-template-columns: 1fr; }
  .sleep-profile-signals > span { min-height: 72px; }
  .sleep-profile-guidance article { min-height: 0; }
  .winner-card { padding: 22px 20px; }
  .winner-main { grid-template-columns: 1fr; gap: 18px; }
  .winner-visual { height: 115px; }
  .winner-copy h4 { font-size: 27px; }
  .reason-fit-grid,.pros-cons-grid { grid-template-columns: 1fr; }
  .winner-action { align-items: stretch; flex-direction: column; }
  .winner-action .button { width: 100%; }
  .winner-action small { max-width: none; }
  .price-compare { padding: 21px; }
  .result-block { padding: 26px 20px; }
  .result-block-heading { display: block; }
  .result-block-heading h4 { margin-top: 6px; font-size: 27px; }
  .alternative-grid { grid-template-columns: 1fr; }
  .alternative-card { min-height: 225px; }
  .solution-stack-block { padding: 30px 20px; }
  .solution-stack-head { grid-template-columns: 1fr; gap: 20px; }
  .solution-stack-count { width: 100%; min-width: 0; }
  .solution-stack-priority { padding: 17px; }
  .solution-stack-grid { grid-template-columns: 1fr; }
  .solution-stack-card,.solution-stack-card:first-child { grid-column: auto; grid-template-columns: 48px minmax(0,1fr); gap: 13px; min-height: 0; padding: 20px 17px; }
  .solution-stack-index { gap: 14px; }
  .solution-stack-index > i { width: 44px; height: 44px; font-size: 19px; }
  .solution-stack-copy h5 { font-size: 20px; }
  .categories-section { padding: 76px 0 64px; }
  .categories-section::before { height: 480px; opacity: .76; }
  .categories-section > .container { width: min(100% - 20px,560px); }
  .category-heading { margin-bottom: 34px; padding-inline: 10px; }
  .category-heading h2 { font-size: clamp(44px,13vw,58px); line-height: .9; }
  .category-heading-mark { margin-top: 17px; }
  .category-heading p { font-size: 14px; }
  .category-grid { display: block; }
  .category-card { display: block; min-height: 360px; margin-bottom: 14px; padding: 25px 24px; }
  .category-icon { width: 48px; height: 48px; margin-top: 19px; }
  .category-card h3 { font-size: 27px; }
  .category-card p { max-width: 230px; }
  .circle-arrow { left: 24px; bottom: 22px; width: 40px; height: 40px; }
  .category-wide { min-height: 530px; padding: 26px 22px; }
  .room-card::before { background: linear-gradient(180deg,rgba(252,249,243,.98) 0%,rgba(252,249,243,.9) 42%,rgba(252,249,243,.28) 68%,rgba(252,249,243,.08) 100%); }
  .room-card .category-photo { object-position: 66% center; }
  .room-card .category-icon { width: 44px; height: 44px; margin-top: 16px; }
  .room-card h3 { max-width: 300px; margin: 11px 0 8px; font-size: 27px; }
  .room-card > p { max-width: 300px; margin-left: 0; }
  .room-features { left: 22px; right: 22px; bottom: 20px; width: auto; grid-template-columns: 1fr; gap: 6px; }
  .room-features > span { min-height: 58px; }
  .category-assurance { max-width: 100%; flex-wrap: wrap; gap: 6px 12px; padding: 12px 18px; border-radius: 16px; line-height: 1.5; }
  .principles-section { padding: 72px 0 66px; }
  .principles-section::before {
    background:
      linear-gradient(180deg,rgba(249,246,240,.67) 0%,rgba(249,246,240,.92) 20%,#f9f6f0 39%),
      url("assets/images/sections/principles-bedroom-v1.webp") 16% top / auto 570px no-repeat;
  }
  .principles-section > .container { width: min(100% - 20px,560px); }
  .principles-layout { gap: 38px; }
  .principles-copy { padding-inline: 6px; }
  .principles-copy h2 { font-size: clamp(44px,13vw,54px); line-height: .97; }
  .principles-mark { margin-top: 23px; }
  .principles-copy > p { margin: 21px 0 24px; font-size: 14px; line-height: 1.7; }
  .principles-copy .text-link { font-size: 13px; }
  .principles-content,.principles-list { gap: 13px; }
  .principles-list article {
    min-height: 205px;
    grid-template-columns: 88px minmax(0,1fr);
    gap: 0;
    padding: 20px 16px 20px 8px;
    border-radius: 17px;
  }
  .principles-list article::after { left: 96px; top: 30px; bottom: 30px; }
  .principle-symbol { width: 70px; height: 70px; }
  .principle-symbol svg { width: 43px; height: 43px; }
  .principle-body { padding-left: 16px; }
  .principle-body > span { margin-bottom: 13px; font-size: 25px; }
  .principles-list h3 { font-size: 25px; line-height: 1.1; }
  .principle-body i { width: 28px; margin: 14px 0 12px; }
  .principles-list p { font-size: 13px; line-height: 1.55; }
  .principles-trust { grid-template-columns: 1fr; padding: 4px 16px; }
  .principles-trust article { min-height: 82px; padding: 12px 4px; }
  .principles-trust article + article { border-top: 1px solid rgba(181,149,102,.22); border-left: 0; }
  .principles-trust strong { font-size: 16px; }
  .compact-heading .text-link { justify-self: start; }
  .article-grid { grid-template-columns: 1fr; }
  .main-article { grid-column: auto; }
  .main-article .article-art { height: 230px; }
  .closing-cta { min-height: 0; padding: 0 0 56px; }
  .closing-cta::before { height: 360px; bottom: auto; background-position: 68% top; background-size: auto 360px; }
  .closing-cta::after {
    background:
      linear-gradient(180deg,rgba(7,26,52,.08) 0%,rgba(7,26,52,.35) 18%,#071a34 345px,#071a34 100%),
      linear-gradient(90deg,rgba(7,26,52,.15),rgba(7,26,52,.03));
  }
  .closing-inner { display: block; width: min(100% - 32px,560px); }
  .closing-copy { width: 100%; padding-top: 285px; }
  .closing-cta h2 { margin-top: 20px; font-size: clamp(43px,12vw,52px); line-height: .98; }
  .closing-copy > p { margin: 22px 0; font-size: 14px; line-height: 1.65; }
  .closing-copy > .button { min-height: 58px; padding-inline: 22px; font-size: 13px; }
  .closing-trust { grid-template-columns: 1fr; margin-top: 30px; }
  .closing-trust article,.closing-trust article:first-child { min-height: 75px; padding: 13px 0; }
  .closing-trust article + article { border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .site-footer { padding-top: 48px; }
  .site-footer > .container { width: min(100% - 32px,560px); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 18px; }
  .footer-brand { grid-column: span 2; }
  .footer-grid > div { padding: 0 !important; border-left: 0 !important; }
  .footer-grid > div:nth-child(3),.footer-grid > div:nth-child(5) { padding-left: 16px !important; border-left: 1px solid rgba(13,35,64,.1) !important; }
  .footer-logo { font-size: 29px; }
  .footer-trust { grid-template-columns: 1fr; padding: 4px 16px; }
  .footer-trust article,.footer-trust article:first-child,.footer-trust article:last-child { min-height: 92px; padding: 14px 0; }
  .footer-trust article + article { border-top: 1px solid rgba(13,35,64,.09); border-left: 0; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom div { flex-wrap: wrap; }
  .affiliate-note { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
