@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;600;700;800;900&family=Instrument+Serif:ital@0;1&family=Manrope:wght@400;500;600;700;800&display=swap');
:root { --background: #f3e7d2; --foreground: #35251e; --primary: #bd4f2e; --primary-foreground: #fff8eb; --border: #bda88d; --input: #9f876f; --ring: #bd4f2e; --cream: #f3e7d2; --paper: #fff8eb; --terracotta: #bd4f2e; --rust: #d66a2c; --forest: #234b38; --walnut: #4a2c20; --mustard: #e4a92c; --espresso: #35251e; --radius: .7rem; }
* { box-sizing: border-box; border-color: var(--border); }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: 'Manrope', sans-serif; }
a { color: inherit; }
.site-header { height: 82px; max-width: 1240px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(74,44,32,.3); }
.brand { font-family: 'Archivo', sans-serif; font-size: 1.58rem; font-weight: 850; text-decoration: none; letter-spacing: -.045em; }
.brand-tagline { font-family: 'Manrope', sans-serif; font-size: .94rem; font-weight: 600; letter-spacing: .025em; line-height: 1.35; color: #6f5749; }
.region-badge { justify-self: end; font-size: .78rem; font-weight: 750; letter-spacing: .12em; color: #6f5749; }
.hero { max-width: 1240px; margin: 0 auto; padding: 54px 32px 94px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 52px; align-items: center; }
.hero-copy { max-width: 580px; min-width: 0; }
.eyebrow { margin: 0 0 16px; display: flex; align-items: center; gap: 8px; color: var(--terracotta); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-family: 'Archivo', sans-serif; font-size: clamp(3.15rem, 4.25vw, 4.55rem); line-height: .9; letter-spacing: -.072em; font-weight: 850; text-transform: uppercase; text-wrap: balance; }
h1 em { display: inline-block; font-family: 'Instrument Serif', serif; color: var(--terracotta); font-size: 1.13em; line-height: .7; font-weight: 400; text-transform: none; letter-spacing: -.035em; }
.lede { max-width: 535px; font-size: 1.12rem; line-height: 1.7; color: #6f5749; }
.primary-link { margin-top: 16px; display: inline-flex; align-items: center; gap: 12px; padding: 15px 19px; border-radius: 999px; background: var(--forest); color: var(--paper); font-weight: 750; text-decoration: none; box-shadow: 0 5px 0 var(--walnut); transition: transform .2s, box-shadow .2s; }
.primary-link:hover { transform: translateY(2px); box-shadow: 0 3px 0 var(--walnut); }
.trust-line { margin: 24px 0 0; display: flex; gap: 9px; align-items: center; font-size: .9rem; color: #806858; }
.hero-image-wrap { margin: 0; position: relative; min-width: 0; }
.image-frame { position: relative; padding: 14px; background: var(--walnut); border-radius: 5rem 1.2rem 1.2rem 1.2rem; }
.image-frame::after { content: ''; position: absolute; right: -24px; bottom: -24px; width: 132px; height: 132px; z-index: -1; background: repeating-conic-gradient(var(--terracotta) 0 25%, var(--paper) 0 50%) 50% / 44px 44px; border-radius: 50%; }
.hero-image-wrap img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 4.15rem .55rem .55rem .55rem; display: block; }
.hero-image-wrap figcaption { margin: 17px 4px 0; font-size: .75rem; color: #806858; }
.measure-section { background: var(--forest); color: var(--paper); padding: 92px max(32px, calc((100vw - 1176px) / 2)); position: relative; overflow: hidden; }
.measure-section::before { content: ''; position: absolute; top: 0; right: 0; width: 220px; height: 44px; background: repeating-conic-gradient(#315e48 0 25%, transparent 0 50%) 50% / 36px 36px; }
.section-heading { max-width: 790px; margin-bottom: 42px; }
.section-heading h2, .calculator h2, .checklist-card h2 { margin-bottom: 14px; font-family: 'Archivo', sans-serif; font-size: clamp(2.4rem, 4vw, 4.2rem); line-height: .98; letter-spacing: -.055em; text-transform: uppercase; }
.section-heading > p:last-child { color: #715b4d; font-size: 1.05rem; line-height: 1.65; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { padding: 28px; border: 1px solid #72917f; border-radius: 1rem; background: #2b5741; }
.step-card > span { display: block; margin-bottom: 42px; color: var(--mustard); font-family: 'Archivo', sans-serif; font-size: 2rem; font-weight: 800; letter-spacing: -.05em; }
.step-card h3 { font-size: 1.25rem; }
.step-card p { margin-bottom: 0; color: #d8e1d9; line-height: 1.65; }
.calculator { margin-top: 70px; padding: 38px; border-radius: 1.2rem; background: var(--paper); color: var(--espresso); display: grid; grid-template-columns: .8fr 1.2fr; gap: 52px; align-items: center; box-shadow: 10px 10px 0 var(--mustard); }
.calculator-copy p:last-child { color: #715b4d; line-height: 1.6; }
.calculator-fields { display: flex; align-items: flex-end; gap: 15px; }
.calculator-fields label { font-size: .83rem; font-weight: 750; }
.calculator-fields label > span { margin-top: 9px; display: flex; align-items: center; gap: 7px; font-weight: 500; }
.calculator-fields input { width: 88px; height: 48px; background: var(--cream); border: 1px solid #bda88d; border-radius: .45rem; font-size: 1.12rem; }
.minus, .equals { padding-bottom: 13px; font-size: 1.5rem; }
.result { min-width: 138px; display: flex; flex-direction: column; border-left: 1px solid #bda88d; padding-left: 19px; }
.result strong { color: var(--terracotta); font-family: 'Archivo', sans-serif; font-size: 3rem; line-height: .85; letter-spacing: -.06em; }
.result span { margin-top: 9px; color: #715b4d; font-size: .78rem; }
.decision-section { max-width: 1176px; margin: 0 auto; padding: 98px 0; }
.narrow { max-width: 700px; }
.option-list { border-top: 1px solid #bda88d; }
.option-list article { display: grid; grid-template-columns: 240px 1fr; gap: 48px; padding: 28px 0; border-bottom: 1px solid #bda88d; align-items: center; }
.depth { height: 116px; background: var(--terracotta); border-radius: .75rem; display: grid; place-items: center; color: var(--paper); font-weight: 800; box-shadow: inset -8px 0 0 rgb(74 44 32 / 20%); }
.depth-slim { width: 42%; }
.depth-mid { width: 62%; }
.depth-open { width: 82%; background: repeating-linear-gradient(90deg, var(--forest) 0 10px, transparent 10px 20px); color: var(--espresso); box-shadow: none; }
.depth span { background: var(--paper); color: var(--espresso); padding: 5px 8px; border-radius: 999px; font-size: .78rem; }
.option-label { margin-bottom: 5px; color: var(--terracotta); font-size: .77rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.option-list h3 { margin-bottom: 7px; font-size: 1.5rem; }
.option-list article p:last-child { margin: 0; color: #715b4d; line-height: 1.6; }
.checklist-section { background: var(--terracotta); padding: 86px max(32px, calc((100vw - 1176px) / 2)); display: grid; grid-template-columns: 1fr .62fr; gap: 22px; }
.checklist-card { padding: 42px; background: var(--paper); border-radius: 1.2rem; }
.checklist-card ul { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.checklist-card li { display: flex; gap: 12px; align-items: center; font-size: 1rem; }
.checklist-card li svg { flex: none; color: var(--forest); }
.coming-next { padding: 34px; border-radius: 1.2rem; background: var(--walnut); color: var(--paper); display: flex; gap: 15px; align-items: flex-start; }
.coming-next svg { flex: none; color: var(--mustard); }
.coming-next h3 { margin-bottom: 9px; font-size: 1.25rem; }
.coming-next p { margin: 0; color: #e8d9c7; line-height: 1.6; }
footer { max-width: 1176px; margin: 0 auto; padding: 54px 0 64px; display: flex; justify-content: space-between; gap: 36px; color: #715b4d; line-height: 1.55; }
footer strong { color: var(--espresso); font-family: 'Archivo', sans-serif; font-size: 1.2rem; letter-spacing: -.03em; }
.footer-note { text-align: right; }
@media (max-width: 1080px) { .site-header { grid-template-columns: 1fr auto; } .brand-tagline { display: none; } .hero { grid-template-columns: 1fr; padding-top: 38px; } .hero-copy { max-width: 760px; } .steps-grid, .checklist-section { grid-template-columns: 1fr; } .calculator { grid-template-columns: 1fr; } .decision-section, footer { margin-left: 28px; margin-right: 28px; } }
@media (max-width: 640px) { .site-header { height: 68px; padding: 0 20px; } .brand { font-size: 1.28rem; } .region-badge { font-size: .68rem; } .hero { padding: 34px 20px 70px; gap: 40px; } h1 { font-size: clamp(2.65rem, 11.5vw, 3.25rem); } .image-frame { padding: 8px; border-radius: 3rem .8rem .8rem .8rem; } .hero-image-wrap img { border-radius: 2.55rem .4rem .4rem .4rem; } .image-frame::after { right: -8px; bottom: -14px; width: 84px; height: 84px; background-size: 28px 28px; } .measure-section { padding: 70px 20px; } .measure-section::before { width: 145px; height: 34px; background-size: 28px 28px; } .calculator { padding: 24px; box-shadow: 6px 6px 0 var(--mustard); } .calculator-fields { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; } .calculator-fields .equals { display: none; } .result { grid-column: 1 / -1; border: 0; border-top: 1px solid #bda88d; padding: 18px 0 0; margin-top: 8px; } .decision-section { margin: 0; padding: 72px 20px; } .option-list article { grid-template-columns: 108px 1fr; gap: 20px; } .depth { width: 100%; } .checklist-section { padding: 64px 20px; } .checklist-card { padding: 28px; } footer { margin: 0; padding: 44px 20px; flex-direction: column; } .footer-note { text-align: left; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .primary-link { transition: none; } }
