:root {
  --ink: #18344e;
  --ink-deep: #0e263c;
  --paper: #fcfeff;
  --paper-warm: #fff9f2;
  --white: #ffffff;
  --powder-blue: #ddeffc;
  --sky: #68b5e5;
  --sky-deep: #3f86b5;
  --champagne: #d6b98c;
  --sage: var(--sky);
  --sage-light: var(--powder-blue);
  --terracotta: var(--sky-deep);
  --rose: var(--champagne);
  --gold: var(--champagne);
  --line: rgba(24, 52, 78, .15);
  --muted: #657b8e;
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 22px 70px rgba(24, 52, 78, .12);
  --radius: 3px;
}

* { 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; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .1; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img, svg { max-width: 100%; }
.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; top: 10px; left: 10px; z-index: 100; background: var(--white); padding: 10px 14px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.section-shell { width: min(1380px, calc(100% - 80px)); margin-inline: auto; }

.site-header { height: 86px; padding: 0 max(36px, calc((100vw - 1380px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.92); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: -.04em; font-size: 20px; justify-self: start; }
.brand-mark { position: relative; width: 31px; height: 31px; display: inline-block; transform: rotate(45deg); border: 1px solid var(--ink); }
.brand-mark span { position: absolute; width: 15px; height: 15px; border-radius: 50% 50% 0 50%; background: var(--sky); }
.brand-mark span:first-child { top: 3px; left: 3px; }
.brand-mark span:last-child { bottom: 3px; right: 3px; background: var(--champagne); transform: rotate(180deg); }
.primary-nav { display: flex; gap: 36px; font-size: 13px; font-weight: 600; }
.primary-nav a { position: relative; padding: 10px 0; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--terracotta); transition: right .25s; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.header-cta { justify-self: end; }
.menu-button { display: none; }

.button { min-height: 52px; padding: 0 24px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); display: inline-flex; align-items: center; justify-content: center; gap: 28px; text-transform: uppercase; font-weight: 700; font-size: 11px; letter-spacing: .08em; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); background: var(--terracotta); border-color: var(--terracotta); }
.button-small { min-height: 42px; padding-inline: 18px; gap: 14px; }
.button-wide { width: 100%; min-height: 60px; margin-top: 10px; }
.button-quiet { background: transparent; color: var(--ink); }
.button-quiet:hover, .button-quiet.is-saved { background: var(--sage-light); color: var(--ink); border-color: var(--sage); }
.button-light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.button-light:hover { background: var(--terracotta); color: white; }
.text-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.text-link:hover { color: var(--terracotta); border-color: var(--terracotta); }

.hero { min-height: 730px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr); gap: clamp(48px, 7vw, 120px); align-items: center; padding-block: 80px 90px; }
.eyebrow { text-transform: uppercase; font-size: 10px; letter-spacing: .16em; font-weight: 700; display: flex; align-items: center; gap: 11px; margin: 0 0 22px; }
.eyebrow > span { display: inline-block; width: 34px; height: 2px; background: var(--terracotta); }
.eyebrow.light { color: #e9e7de; }
.eyebrow.light > span { background: var(--rose); }
.hero h1, .section-heading h2, .budget-intro h2, .difference-statement h2, .closing-cta h2, .result-header h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .98; margin: 0; }
.hero h1 { font-size: clamp(62px, 6.4vw, 98px); max-width: 820px; }
.hero h1 em { color: var(--terracotta); font-weight: 400; }
.hero-lede { max-width: 640px; font-size: 17px; color: var(--muted); margin: 28px 0 34px; line-height: 1.75; }
.hero-actions { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.hero-proof { padding: 0; margin: 60px 0 0; display: flex; list-style: none; border-top: 1px solid var(--line); }
.hero-proof li { flex: 1; padding: 20px 18px 0 0; font-size: 11px; font-weight: 600; }
.hero-proof li + li { padding-left: 18px; border-left: 1px solid var(--line); }
.hero-proof span { display: block; color: var(--terracotta); font-size: 9px; letter-spacing: .1em; margin-bottom: 5px; }

.hero-studio { background: var(--paper-warm); border: 1px solid var(--line); padding: 18px; box-shadow: var(--shadow); transform: rotate(1deg); }
.studio-topline { height: 32px; display: flex; justify-content: space-between; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.studio-status { display: flex; align-items: center; gap: 7px; }
.studio-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--sky); }
.studio-photo { height: 380px; position: relative; overflow: hidden; background: linear-gradient(150deg, #eff9ff, #86c8ed 48%, #326f9c); isolation: isolate; }
.studio-photo::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(25,35,28,.52), transparent 60%); z-index: -1; }
.studio-photo p { position: absolute; left: 25px; bottom: 22px; margin: 0; color: white; font-family: var(--serif); font-size: 44px; line-height: .87; letter-spacing: -.04em; }
.studio-photo p span { display: block; font-family: var(--sans); font-size: 8px; letter-spacing: .18em; font-weight: 700; margin-bottom: 10px; }
.arch { position: absolute; border: 1px solid rgba(255,255,255,.6); border-bottom: 0; border-radius: 100px 100px 0 0; }
.arch-one { width: 160px; height: 250px; right: 70px; bottom: 0; }
.arch-two { width: 116px; height: 190px; right: 92px; bottom: 0; background: rgba(245,240,228,.1); }
.table-line { position: absolute; height: 2px; width: 210px; right: 20px; bottom: 86px; background: rgba(255,255,255,.8); }
.stem { position: absolute; width: 2px; background: rgba(244,238,221,.65); transform-origin: bottom; }
.stem::after { content: ""; position: absolute; width: 35px; height: 18px; border-radius: 50%; background: rgba(210,239,255,.78); top: -10px; left: -17px; }
.stem-one { height: 120px; right: 150px; bottom: 80px; transform: rotate(-12deg); }
.stem-two { height: 95px; right: 120px; bottom: 80px; transform: rotate(14deg); }
.stem-three { height: 80px; right: 174px; bottom: 80px; transform: rotate(-28deg); }
.studio-details { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 12px; margin-top: 14px; }
.studio-details > div { padding: 15px; border: 1px solid var(--line); min-height: 70px; }
.studio-details span, .studio-note span { display: block; text-transform: uppercase; font-size: 8px; letter-spacing: .12em; color: var(--muted); margin-bottom: 8px; }
.studio-details strong, .studio-note strong { font-size: 12px; }
.mini-palette { display: flex; }
.mini-palette i, .card-palette i { width: 22px; height: 22px; border-radius: 50%; background: var(--swatch); border: 2px solid var(--paper-warm); margin-left: -4px; }
.mini-palette i:first-child, .card-palette i:first-child { margin-left: 0; }
.studio-note { margin-top: 12px; background: var(--ink); color: var(--white); padding: 16px; }
.studio-note span { color: #c8dbe8; }

.signal-strip { background: var(--powder-blue); color: var(--ink); min-height: 70px; display: flex; align-items: center; justify-content: space-around; gap: 25px; padding: 20px 40px; border-block: 1px solid rgba(63,134,181,.18); }
.signal-strip p { margin: 0; font-size: 10px; letter-spacing: .13em; font-weight: 700; white-space: nowrap; }
.signal-strip span { color: var(--terracotta); margin-right: 12px; }

.builder-section { padding-block: 130px; }
.section-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 80px; align-items: end; margin-bottom: 65px; }
.section-heading h2, .budget-intro h2, .difference-statement h2, .closing-cta h2 { font-size: clamp(46px, 5vw, 72px); }
.section-heading > p { font-size: 15px; color: var(--muted); max-width: 500px; margin: 0 0 6px; line-height: 1.8; }
.builder-layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 22px; align-items: start; }
.style-form { background: var(--white); border: 1px solid rgba(63,134,181,.18); padding: clamp(28px, 4vw, 60px); box-shadow: 0 20px 55px rgba(24,52,78,.07); }
.choice-block { border: 0; padding: 0 0 34px; margin: 0 0 34px; border-bottom: 1px solid var(--line); }
.choice-block legend { width: 100%; margin-bottom: 18px; font-size: 15px; font-weight: 700; }
.choice-block legend span, .number-control > span b { color: var(--terracotta); font-size: 9px; margin-right: 10px; letter-spacing: .1em; }
.segmented-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.segmented-options.mood-options { grid-template-columns: repeat(3, 1fr); }
.segmented-options label, .tile-options label { cursor: pointer; }
.segmented-options input, .tile-options input { position: absolute; opacity: 0; pointer-events: none; }
.segmented-options label > span { min-height: 48px; display: grid; place-items: center; border: 1px solid var(--line); font-size: 12px; font-weight: 600; background: var(--paper-warm); transition: .2s; }
.segmented-options input:checked + span, .segmented-options label:hover span { background: var(--ink); color: white; border-color: var(--ink); }
.segmented-options input:focus-visible + span, .tile-options input:focus-visible + span { outline: 2px solid var(--terracotta); outline-offset: 2px; }
.tile-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.tile-options label > span { border: 1px solid var(--line); min-height: 100px; padding: 17px; background: var(--paper-warm); display: flex; flex-direction: column; justify-content: space-between; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.tile-options input:checked + span { border-color: var(--terracotta); box-shadow: inset 0 0 0 1px var(--terracotta); color: var(--terracotta); }
.venue-icon { width: 100%; height: 45px; display: block; position: relative; border-bottom: 1px solid currentColor; opacity: .65; }
.venue-icon::before, .venue-icon::after { content: ""; position: absolute; bottom: 0; border: 1px solid currentColor; border-bottom: 0; }
.venue-garden::before { left: 20%; width: 24px; height: 34px; border-radius: 24px 24px 0 0; }
.venue-garden::after { right: 20%; width: 15px; height: 24px; border-radius: 20px 20px 0 0; }
.venue-loft::before { left: 20%; width: 60%; height: 32px; }
.venue-loft::after { left: 38%; width: 8px; height: 18px; box-shadow: 18px 0 0 -1px var(--paper-warm), 18px 0 0 0 currentColor; }
.venue-beach::before { left: 7%; width: 86%; height: 14px; border-radius: 50%; border-left: 0; border-right: 0; transform: rotate(-5deg); }
.venue-beach::after { right: 20%; width: 1px; height: 35px; transform: rotate(12deg); }
.venue-estate::before { left: 20%; width: 60%; height: 30px; clip-path: polygon(0 30%,50% 0,100% 30%,100% 100%,0 100%); background: currentColor; opacity: .22; }
.venue-estate::after { left: 44%; width: 12px; height: 20px; }
.venue-ballroom::before { left: 15%; width: 70%; height: 28px; border-radius: 50% 50% 0 0; }
.venue-ballroom::after { left: 50%; width: 1px; height: 35px; box-shadow: -18px 0 currentColor, 18px 0 currentColor; border: 0; background: currentColor; }
.venue-meadow::before { left: 15%; width: 1px; height: 32px; transform: rotate(-16deg); box-shadow: 20px 4px currentColor, 45px -2px currentColor, 66px 5px currentColor; background: currentColor; border: 0; }
.venue-meadow::after { left: 7%; width: 86%; height: 15px; border-radius: 50%; border-left: 0; border-right: 0; transform: rotate(3deg); }
.number-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.number-control, .select-control, .budget-controls label { display: grid; gap: 9px; font-size: 11px; font-weight: 700; }
.input-wrap { min-height: 56px; background: var(--paper-warm); border: 1px solid var(--line); display: flex; align-items: center; padding: 0 16px; }
.input-wrap input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 20px; font-weight: 600; color: var(--ink); }
.input-wrap i { font-style: normal; color: var(--muted); font-size: 11px; white-space: nowrap; }
.input-wrap > i:first-child { font-size: 18px; margin-right: 6px; }
.select-control { margin: 24px 0; }
select { min-height: 56px; border: 1px solid var(--line); padding: 0 16px; background: var(--paper-warm); color: var(--ink); }
.form-note { margin: 14px 0 0; text-align: center; color: var(--muted); font-size: 10px; }
.builder-aside { background: var(--ink); color: var(--white); padding: 42px 32px; position: sticky; top: 106px; }
.mono-label { font-size: 9px; letter-spacing: .15em; color: #a8b2a8; margin: 0 0 30px; }
.builder-aside ol { margin: 0; padding: 0; list-style: none; }
.builder-aside li { display: grid; grid-template-columns: 34px 1fr; gap: 9px; border-top: 1px solid rgba(255,255,255,.15); padding: 22px 0; }
.builder-aside li > span { color: var(--terracotta); font-size: 9px; }
.builder-aside strong { font-size: 13px; }
.builder-aside li p { color: #aeb7ae; font-size: 11px; margin: 5px 0 0; line-height: 1.6; }
.aside-quote { border: 1px solid rgba(255,255,255,.2); padding: 22px; font-family: var(--serif); font-size: 23px; line-height: 1.15; margin-top: 30px; color: #e7dfd1; }

.plan-result { margin-top: 24px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); padding: clamp(28px, 4vw, 58px); scroll-margin-top: 100px; }
.result-header { display: flex; justify-content: space-between; gap: 30px; align-items: end; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.result-header h2 { font-size: clamp(52px, 5vw, 76px); }
.result-header > div:first-child > p:last-child { max-width: 600px; color: var(--muted); margin-bottom: 0; }
.match-score { display: flex; align-items: end; gap: 7px; }
.match-score > span { font-family: var(--serif); font-size: 70px; line-height: .8; }
.match-score small { font-size: 8px; font-weight: 700; line-height: 1.2; color: var(--muted); }
.result-grid { display: grid; grid-template-columns: .75fr 1fr 1fr; gap: 14px; margin-top: 18px; }
.result-grid article { border: 1px solid var(--line); min-height: 330px; padding: 26px; }
.result-visual { color: white; display: flex; flex-direction: column; justify-content: space-between; background-color: var(--sky-deep); background-position: center; background-size: cover; }
.result-visual > p { text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 700; text-shadow: 0 1px 14px rgba(0,0,0,.35); }
.result-palette { display: grid; gap: 8px; }
.result-palette > div { display: flex; align-items: center; gap: 9px; }
.result-palette i { width: 33px; height: 33px; border-radius: 50%; background: var(--swatch); border: 1px solid rgba(255,255,255,.5); }
.result-palette span { font-size: 10px; font-weight: 600; }
.result-palette small { display: block; font-size: 8px; font-weight: 400; opacity: .75; }
.result-card-heading { display: flex; justify-content: space-between; align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--line); margin-bottom: 20px; }
.result-card-heading span { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.result-card-heading strong { font-family: var(--serif); font-size: 21px; }
.result-actions ol { padding: 0; margin: 0; list-style: none; }
.result-actions li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 600; }
.result-actions li span { color: var(--terracotta); font-size: 8px; padding-top: 3px; }
.result-footer { display: flex; gap: 30px; align-items: center; justify-content: space-between; padding-top: 25px; }
.result-footer > p { max-width: 580px; margin: 0; color: var(--muted); font-size: 12px; }
.result-footer > div { display: flex; gap: 8px; }

.styles-section { background: linear-gradient(180deg, var(--powder-blue) 0%, var(--paper-warm) 100%); padding: 130px 0; border-block: 1px solid rgba(63,134,181,.16); }
.style-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.style-card { background: var(--white); border: 1px solid var(--line); min-width: 0; transition: transform .25s, box-shadow .25s; }
.style-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.style-visual { height: 250px; background: var(--card-gradient); position: relative; overflow: hidden; color: white; }
.style-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.style-card:hover .style-visual img { transform: scale(1.035); }
.style-visual::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(to top, rgba(12,22,30,.64), rgba(12,22,30,.04) 72%); }
.style-index { position: absolute; left: 18px; top: 16px; z-index: 2; font-size: 9px; letter-spacing: .12em; }
.style-shape { position: absolute; border: 1px solid rgba(255,255,255,.65); }
.style-shape-a { width: 120px; height: 190px; border-radius: 70px 70px 0 0; right: 50px; bottom: -1px; }
.style-shape-b { width: 76px; height: 125px; border-radius: 60px 60px 0 0; right: 72px; bottom: -1px; background: rgba(255,255,255,.08); }
.style-visual p { position: absolute; z-index: 2; left: 20px; bottom: 10px; font-family: var(--serif); font-size: 44px; letter-spacing: -.04em; margin: 0; }
.style-card-copy { padding: 24px; display: grid; grid-template-columns: 1fr auto; align-items: start; }
.style-card-copy p { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 7px; }
.style-card-copy h3 { font-family: var(--serif); font-size: 28px; font-weight: 400; letter-spacing: -.03em; margin: 0; }
.style-card-copy > span { grid-column: 1 / -1; margin-top: 22px; padding-top: 15px; border-top: 1px solid var(--line); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.card-palette { display: flex; padding-top: 5px; }
.card-palette i { border-color: var(--white); }

.budget-section { padding-block: 130px; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 8vw, 130px); }
.budget-intro > p:not(.eyebrow) { color: var(--muted); max-width: 520px; margin: 25px 0 0; }
.budget-controls { display: grid; gap: 15px; margin-top: 42px; }
.budget-controls label > span:first-child { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.budget-output { background: var(--white); padding: clamp(28px, 4vw, 55px); border: 1px solid rgba(63,134,181,.18); box-shadow: 0 20px 55px rgba(24,52,78,.07); }
.budget-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding-bottom: 28px; border-bottom: 1px solid var(--line); margin-bottom: 25px; }
.budget-summary p { margin: 0; }
.budget-summary span { display: block; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 7px; }
.budget-summary strong { font-family: var(--serif); font-size: 34px; font-weight: 400; }
.budget-bars { display: grid; gap: 14px; }
.budget-row { display: grid; grid-template-columns: 1fr 34px; gap: 4px 10px; align-items: center; }
.budget-row > div:first-child { display: flex; justify-content: space-between; gap: 20px; font-size: 10px; }
.budget-row > div:first-child strong { font-size: 10px; }
.bar-track { grid-column: 1; height: 5px; background: var(--powder-blue); }
.bar-track i { display: block; height: 100%; background: var(--terracotta); }
.budget-row small { grid-column: 2; grid-row: 1 / 3; color: var(--muted); font-size: 8px; }
.budget-bars.compact { gap: 12px; }
.budget-bars.compact .budget-row > div:first-child { font-size: 9px; }
.budget-disclaimer { margin: 30px 0 0; color: var(--muted); font-size: 9px; }

.difference-section { padding: 125px 0; background: var(--ink); color: var(--white); }
.difference-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: center; }
.difference-statement > p:last-child { color: #aeb7ae; line-height: 1.8; max-width: 510px; margin-top: 28px; }
.comparison-card { border: 1px solid rgba(255,255,255,.2); }
.comparison-row { display: grid; grid-template-columns: 110px 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.15); }
.comparison-row:last-child { border-bottom: 0; }
.comparison-row > * { padding: 20px; margin: 0; border-left: 1px solid rgba(255,255,255,.15); }
.comparison-row > *:first-child { border-left: 0; }
.comparison-row span, .comparison-row strong { font-size: 8px; letter-spacing: .1em; color: #acb7ad; }
.comparison-row p { font-size: 12px; }
.comparison-row p:last-child { background: rgba(255,255,255,.06); color: #f2e7d9; }
.comparison-head > * { padding-block: 13px; }

.guides-section { padding-block: 130px; }
.guide-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 16px; }
.guide-card { min-height: 230px; padding: 28px; background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; transition: transform .2s, border .2s; }
.guide-card:hover { transform: translateY(-4px); border-color: var(--terracotta); }
.guide-card.guide-featured { grid-row: span 2; min-height: 476px; }
.guide-number { font-size: 8px; letter-spacing: .14em; color: var(--terracotta); }
.guide-card p { font-size: 8px; letter-spacing: .11em; color: var(--muted); margin: 0 0 10px; }
.guide-card h3 { font-family: var(--serif); font-size: 31px; font-weight: 400; line-height: 1.06; letter-spacing: -.03em; margin: 0 0 22px; max-width: 570px; }
.guide-featured h3 { font-size: clamp(36px, 4vw, 56px); }
.guide-card div > span { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.guide-art { align-self: center; }
.palette-art { display: flex; align-items: center; }
.palette-art i { width: 76px; height: 76px; border-radius: 50%; background: #8f9d87; margin-left: -20px; mix-blend-mode: multiply; }
.palette-art i:nth-child(2) { background: #e3bdb3; }
.palette-art i:nth-child(3) { background: #d8c39a; }
.palette-art i:nth-child(4) { background: #6d4c57; }

.closing-cta { background: linear-gradient(135deg, #3f86b5 0%, #7fc4eb 100%); color: white; min-height: 300px; padding: 60px; display: flex; align-items: end; justify-content: space-between; gap: 45px; }
.closing-cta h2 { max-width: 850px; }
.site-footer { padding: 80px 42px 35px; display: grid; grid-template-columns: 1fr 1.5fr; gap: 70px; background: linear-gradient(180deg, rgba(255,249,242,.35), var(--paper-warm)); border-top: 1px solid rgba(214,185,140,.28); }
.footer-brand p { max-width: 320px; color: var(--muted); font-size: 12px; margin-top: 22px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links > div { display: flex; flex-direction: column; gap: 10px; }
.footer-links strong { font-size: 8px; letter-spacing: .13em; margin-bottom: 7px; }
.footer-links a { color: var(--muted); font-size: 11px; }
.footer-links a:hover { color: var(--terracotta); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 25px; color: var(--muted); font-size: 9px; }

/* Search landing pages and editorial content */
.content-page { overflow: hidden; }
.detail-hero { min-height: 690px; padding-block: 80px; display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: center; }
.detail-hero-copy h1, .editorial-hero h1, .legal-page h1, .not-found h1 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(64px, 7vw, 108px); line-height: .92; letter-spacing: -.055em; }
.detail-kicker { margin: 20px 0 6px !important; color: var(--terracotta) !important; text-transform: uppercase; font-size: 10px !important; font-weight: 700; letter-spacing: .15em; }
.detail-hero-copy > p:not(.eyebrow):not(.detail-kicker) { color: var(--muted); font-size: 16px; line-height: 1.8; max-width: 590px; }
.detail-hero-copy .hero-actions { margin-top: 32px; }
.detail-mood { height: 510px; background: var(--detail-gradient); position: relative; overflow: hidden; color: white; padding: 30px; box-shadow: var(--shadow); }
.detail-mood > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.detail-mood::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(to top, rgba(12,22,30,.67), rgba(12,22,30,.06) 62%); }
.detail-mood > span { position: relative; z-index: 2; font-size: 8px; letter-spacing: .15em; }
.detail-mood > strong { position: absolute; z-index: 2; left: 30px; bottom: 20px; font-family: var(--serif); font-size: 63px; font-weight: 400; letter-spacing: -.05em; }
.mood-arch { position: absolute; right: 60px; bottom: -1px; width: 210px; height: 350px; border: 1px solid rgba(255,255,255,.7); border-radius: 120px 120px 0 0; }
.mood-arch::after { content: ""; position: absolute; inset: 27px 30px 0; border: 1px solid rgba(255,255,255,.45); border-bottom: 0; border-radius: 100px 100px 0 0; }
.mood-line { position: absolute; right: 20px; left: 38%; bottom: 95px; height: 1px; background: rgba(255,255,255,.65); }
.content-band { background: var(--ink); color: white; }
.detail-facts { display: grid; grid-template-columns: repeat(3, 1fr); }
.detail-facts > div { min-height: 105px; padding: 26px; border-left: 1px solid rgba(255,255,255,.14); display: flex; flex-direction: column; justify-content: center; }
.detail-facts > div:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.detail-facts span { font-size: 8px; color: #aeb7ae; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 7px; }
.detail-facts strong { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.detail-section { padding-block: 120px; }
.detail-section-heading { max-width: 850px; margin-bottom: 55px; }
.detail-section h2, .faq-section h2, .budget-callout h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(45px, 5vw, 72px); line-height: .98; letter-spacing: -.045em; margin: 0; }
.detail-section-heading > p:last-child { max-width: 570px; color: var(--muted); margin-top: 20px; line-height: 1.75; }
.palette-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.palette-block { min-height: 255px; padding: 24px; border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: end; position: relative; }
.palette-block:first-child { border-left: 0; }
.palette-block i { position: absolute; inset: 0 0 95px; background: var(--swatch); }
.palette-block strong { font-family: var(--serif); font-size: 24px; font-weight: 400; }
.palette-block span { color: var(--muted); font-size: 9px; letter-spacing: .1em; }
.detail-two-col { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.number-list article { display: grid; grid-template-columns: 60px 1fr; padding: 25px 0; border-top: 1px solid var(--line); }
.number-list article > span { color: var(--terracotta); font-size: 9px; letter-spacing: .1em; }
.number-list h3 { font-family: var(--serif); font-size: 30px; font-weight: 400; letter-spacing: -.03em; margin: 0 0 8px; }
.number-list p { margin: 0; color: var(--muted); font-size: 12px; max-width: 550px; }
.budget-callout { background: linear-gradient(135deg, #3f86b5 0%, #7fc4eb 100%); color: white; padding: 100px 0; }
.budget-callout-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; }
.budget-callout-grid > div:last-child > p { color: #f5e5df; line-height: 1.8; margin: 0 0 30px; }
.checklist-cards { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); }
.checklist-cards li { min-height: 200px; padding: 22px; border-left: 1px solid var(--line); display: flex; flex-direction: column; }
.checklist-cards li:first-child { border-left: 0; }
.checklist-cards li > span { color: var(--terracotta); font-size: 9px; }
.checklist-cards strong { font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.1; margin-top: auto; }
.checklist-cards small { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; margin-top: 16px; padding-top: 10px; border-top: 1px solid var(--line); }
.hook-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.hook-grid article { background: var(--white); border: 1px solid var(--line); padding: 28px; min-height: 230px; }
.hook-grid span { font-size: 8px; color: var(--terracotta); letter-spacing: .1em; }
.hook-grid h3 { font-family: var(--serif); font-size: 32px; font-weight: 400; line-height: 1.06; letter-spacing: -.03em; margin: 45px 0 12px; }
.hook-grid p { color: var(--muted); font-size: 11px; }
.faq-section { padding-block: 110px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; border-top: 1px solid var(--line); }
.faq-list details { border-top: 1px solid var(--line); padding: 22px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; font-size: 14px; font-weight: 700; display: flex; justify-content: space-between; }
.faq-list summary::after { content: "+"; color: var(--terracotta); font-size: 20px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { color: var(--muted); font-size: 12px; max-width: 650px; }
.related-section { padding-block: 100px; }
.compact-heading { margin-bottom: 35px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.related-grid a { min-height: 230px; padding: 24px; background: var(--card-gradient); background-position: center; background-size: cover; color: white; display: flex; flex-direction: column; justify-content: end; transition: transform .25s; }
.related-grid a:hover { transform: translateY(-4px); }
.related-grid span { font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.related-grid strong { font-family: var(--serif); font-size: 31px; font-weight: 400; margin: 7px 0 16px; }
.related-grid i { font-style: normal; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

.editorial-hero { padding-block: 110px 85px; border-bottom: 1px solid var(--line); }
.editorial-hero h1 { max-width: 1120px; font-size: clamp(60px, 7vw, 105px); }
.editorial-hero > p:not(.eyebrow) { max-width: 760px; color: var(--muted); font-size: 17px; line-height: 1.75; margin-top: 30px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 45px; font-size: 8px; letter-spacing: .12em; }
.article-layout { display: grid; grid-template-columns: 280px 1fr; gap: 95px; padding-block: 85px 130px; align-items: start; }
.article-layout > aside { position: sticky; top: 110px; border-top: 2px solid var(--ink); padding-top: 18px; }
.article-layout > aside strong { font-size: 8px; letter-spacing: .12em; }
.article-layout > aside ol { padding-left: 16px; margin-block: 20px 30px; }
.article-layout > aside li { color: var(--muted); font-size: 10px; padding: 5px 0; }
.article-layout > aside a { font-size: 9px; font-weight: 700; text-transform: uppercase; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.article-body { max-width: 770px; }
.article-body > section { padding: 0 0 55px; margin-bottom: 55px; border-bottom: 1px solid var(--line); }
.article-body > section > span { color: var(--terracotta); font-size: 9px; }
.article-body h2 { font-family: var(--serif); font-size: clamp(36px, 4vw, 52px); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; margin: 13px 0 20px; }
.article-body p { font-family: var(--serif); font-size: 21px; line-height: 1.65; color: #465047; }
.article-body blockquote { margin: 0 0 60px; padding: 38px; background: var(--ink); color: white; font-family: var(--serif); font-size: 31px; line-height: 1.25; }
.article-body blockquote span { display: block; color: var(--rose); font-family: var(--sans); font-size: 8px; letter-spacing: .13em; margin-bottom: 20px; }
.article-next { padding: 38px; border: 1px solid var(--line); }
.article-next p { font-size: 25px; margin-top: 0; }

.checklist-layout { padding-block: 80px 130px; display: grid; grid-template-columns: 280px 1fr; gap: 90px; align-items: start; }
.checklist-tools { position: sticky; top: 110px; border-top: 2px solid var(--ink); padding-top: 20px; }
.checklist-tools p { font-family: var(--serif); font-size: 26px; }
.checklist-tools .button { width: 100%; }
.checklist-tools small { display: block; color: var(--muted); font-size: 9px; margin-top: 15px; }
.interactive-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.interactive-checklist section { background: var(--white); border: 1px solid var(--line); padding: 28px; }
.interactive-checklist h2 { font-family: var(--serif); font-size: 32px; font-weight: 400; margin: 0 0 24px; }
.interactive-checklist label { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--line); padding: 13px 0; font-size: 12px; cursor: pointer; }
.interactive-checklist input { width: 18px; height: 18px; accent-color: var(--terracotta); }
.interactive-checklist input:checked + span { color: var(--muted); text-decoration: line-through; }

.legal-page article { padding-block: 110px; max-width: 1000px; }
.legal-page header { border-bottom: 1px solid var(--line); padding-bottom: 50px; }
.legal-page header > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.8; max-width: 780px; margin-top: 28px; }
.legal-body { max-width: 760px; margin-left: auto; padding-block: 70px 30px; }
.legal-body section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-body h2 { font-family: var(--serif); font-size: 32px; font-weight: 400; margin: 0 0 12px; }
.legal-body p { color: var(--muted); font-size: 13px; line-height: 1.8; }
.effective-date { max-width: 760px; margin-left: auto; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

.saved-plan { padding-bottom: 130px; }
.empty-state { background: var(--white); border: 1px solid var(--line); padding: 60px; text-align: center; }
.empty-state > span { color: var(--terracotta); font-size: 9px; letter-spacing: .12em; }
.empty-state h2 { font-family: var(--serif); font-size: 48px; font-weight: 400; margin: 15px 0; }
.empty-state p { color: var(--muted); }
.saved-card { display: grid; grid-template-columns: .8fr 1.2fr; background: var(--white); border: 1px solid var(--line); }
.saved-style { min-height: 470px; padding: 35px; color: white; display: flex; flex-direction: column; justify-content: end; background-position: center; background-size: cover; }
.saved-style > span { margin-bottom: auto; font-size: 8px; letter-spacing: .12em; }
.saved-style h2 { font-family: var(--serif); font-size: 58px; line-height: .9; font-weight: 400; letter-spacing: -.04em; }
.saved-style i { display: inline-block; width: 34px; height: 34px; margin-right: 5px; border-radius: 50%; background: var(--swatch); border: 1px solid rgba(255,255,255,.6); }
.saved-copy { padding: 50px; }
.saved-copy > span { color: var(--terracotta); font-size: 9px; letter-spacing: .12em; }
.saved-copy h3 { font-family: var(--serif); font-size: 43px; line-height: 1; font-weight: 400; margin: 18px 0; }
.saved-copy > p { color: var(--muted); }
.saved-copy dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 35px 0; border-block: 1px solid var(--line); }
.saved-copy dl > div { padding: 18px; border-left: 1px solid var(--line); }
.saved-copy dl > div:first-child { border-left: 0; }
.saved-copy dt { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.saved-copy dd { font-family: var(--serif); font-size: 25px; margin: 5px 0 0; }
.not-found { min-height: 650px; padding-block: 130px; text-align: center; }
.not-found > span { color: var(--terracotta); font-size: 12px; letter-spacing: .2em; }
.not-found h1 { max-width: 950px; margin: 25px auto; }
.not-found p { color: var(--muted); }
.not-found .button { margin-top: 25px; }

@media (max-width: 1050px) {
  .section-shell { width: min(900px, calc(100% - 48px)); }
  .site-header { grid-template-columns: 1fr auto; padding-inline: 24px; }
  .primary-nav { position: fixed; top: 86px; left: 0; right: 0; background: var(--paper); padding: 24px; display: none; flex-direction: column; gap: 6px; border-bottom: 1px solid var(--line); }
  .primary-nav.is-open { display: flex; }
  .header-cta { display: none; }
  .menu-button { justify-self: end; display: grid; gap: 4px; width: 42px; height: 42px; place-content: center; border: 1px solid var(--line); background: transparent; }
  .menu-button > span:not(.sr-only) { display: block; width: 17px; height: 1px; background: var(--ink); }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { max-width: 760px; }
  .hero-studio { max-width: 660px; width: 100%; justify-self: end; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .builder-layout { grid-template-columns: 1fr; }
  .builder-aside { position: static; }
  .result-grid { grid-template-columns: 1fr 1fr; }
  .result-visual { grid-row: span 2; }
  .style-grid { grid-template-columns: repeat(2, 1fr); }
  .budget-section, .difference-grid { grid-template-columns: 1fr; }
  .difference-grid { gap: 55px; }
  .detail-hero { grid-template-columns: 1fr; }
  .detail-mood { max-width: 700px; width: 100%; justify-self: end; }
  .detail-two-col, .budget-callout-grid, .faq-section { grid-template-columns: 1fr; gap: 50px; }
  .checklist-cards { grid-template-columns: repeat(3, 1fr); }
  .checklist-cards li { border-bottom: 1px solid var(--line); }
}

@media (max-width: 700px) {
  .section-shell { width: calc(100% - 30px); }
  .site-header { height: 72px; }
  .primary-nav { top: 72px; }
  .hero { min-height: auto; padding-block: 48px 60px; gap: 45px; }
  .hero h1 { font-size: 55px; }
  .hero-lede { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-proof { flex-direction: column; gap: 0; }
  .hero-proof li, .hero-proof li + li { border-left: 0; border-bottom: 1px solid var(--line); padding: 13px 0; }
  .hero-studio { padding: 11px; }
  .studio-photo { height: 315px; }
  .studio-photo p { font-size: 38px; }
  .studio-details { grid-template-columns: 1fr 1fr; }
  .studio-details > div:first-child { grid-column: 1 / -1; }
  .signal-strip { overflow-x: auto; justify-content: flex-start; padding-inline: 20px; }
  .builder-section, .styles-section, .budget-section, .guides-section { padding-block: 85px; }
  .section-heading h2, .budget-intro h2, .difference-statement h2, .closing-cta h2 { font-size: 46px; }
  .style-form { padding: 25px 18px; }
  .segmented-options, .segmented-options.mood-options { grid-template-columns: 1fr 1fr; }
  .tile-options { grid-template-columns: 1fr 1fr; }
  .number-grid { grid-template-columns: 1fr; }
  .result-header, .result-footer { align-items: flex-start; flex-direction: column; }
  .result-footer > div { width: 100%; flex-direction: column; }
  .result-grid { grid-template-columns: 1fr; }
  .result-grid article { min-height: 280px; }
  .result-visual { min-height: 380px !important; grid-row: auto; }
  .style-grid { grid-template-columns: 1fr; }
  .style-visual { height: 285px; }
  .budget-summary { grid-template-columns: 1fr; }
  .comparison-card { overflow-x: auto; }
  .comparison-row { min-width: 610px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card.guide-featured { grid-row: auto; min-height: 430px; }
  .closing-cta { padding: 45px 25px; flex-direction: column; align-items: flex-start; }
  .site-footer { grid-template-columns: 1fr; gap: 42px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .detail-hero { padding-block: 55px; gap: 45px; }
  .detail-hero-copy h1, .editorial-hero h1, .legal-page h1, .not-found h1 { font-size: 57px; }
  .detail-mood { height: 380px; }
  .detail-mood > strong { font-size: 48px; }
  .detail-facts { grid-template-columns: 1fr; }
  .detail-facts > div, .detail-facts > div:last-child { border: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .detail-section { padding-block: 80px; }
  .palette-grid { grid-template-columns: 1fr 1fr; }
  .palette-block:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .palette-block:nth-child(4) { border-top: 1px solid var(--line); }
  .checklist-cards, .hook-grid, .related-grid { grid-template-columns: 1fr; }
  .checklist-cards li { border-left: 0; }
  .faq-section { padding-block: 80px; }
  .editorial-hero { padding-block: 75px 55px; }
  .article-layout, .checklist-layout { grid-template-columns: 1fr; gap: 45px; padding-block: 55px 90px; }
  .article-layout > aside, .checklist-tools { position: static; }
  .article-body p { font-size: 19px; }
  .interactive-checklist { grid-template-columns: 1fr; }
  .legal-page article { padding-block: 75px; }
  .legal-body { margin: 0; }
  .saved-card { grid-template-columns: 1fr; }
  .saved-copy { padding: 30px 22px; }
  .saved-copy dl { grid-template-columns: 1fr; }
  .saved-copy dl > div, .saved-copy dl > div:first-child { border: 0; border-bottom: 1px solid var(--line); }
}

@media print {
  .site-header, .site-footer, .closing-cta, .checklist-tools .button { display: none !important; }
  body { background: white; }
  body::before { display: none; }
  .editorial-hero { padding: 30px 0; }
  .checklist-layout { display: block; padding: 20px 0; }
  .checklist-tools { border: 0; }
  .interactive-checklist { grid-template-columns: 1fr 1fr; }
}

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