:root { --ivory: #f3efe6; --ink: #262720; --sage: #75806e; --clay: #a9856d; --forest: #273027; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--font-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.site-header { position: sticky; top: 0; z-index: 10; display: flex; min-height: 86px; align-items: center; justify-content: space-between; padding: 0 5.5vw; border-bottom: 1px solid rgba(38,39,32,.12); background: rgba(243,239,230,.96); transition: background-color .3s ease, border-color .3s ease; }
.site-header.is-scrolled { border-bottom-color: transparent; background: transparent; }
.header-brand { position: relative; display: flex; width: clamp(185px, 18vw, 285px); height: 72px; align-items: center; }
.header-logo-full { display: block; width: 100%; height: 100%; object-fit: contain; object-position: left center; transition: opacity .22s ease, transform .22s ease; }
.header-logo-mark { position: absolute; left: 0; display: block; width: 58px; height: 58px; object-fit: contain; opacity: 0; transform: scale(.82); transition: opacity .22s ease, transform .22s ease; }
.site-header.is-scrolled .header-logo-full { opacity: 0; pointer-events: none; transform: translateX(-8px); }
.site-header.is-scrolled .header-logo-mark { opacity: 1; transform: scale(1); }
.wordmark { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-serif), serif; font-size: 19px; letter-spacing: .08em; }
.footer-infinity { width: 48px; height: 34px; object-fit: contain; }
nav { display: flex; gap: clamp(18px, 2.6vw, 42px); font-size: 12px; letter-spacing: .045em; }
nav a { position: relative; padding: 8px 0; }
nav a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: var(--ink); content: ''; transform: scaleX(0); transition: transform .25s ease; }
nav a:hover::after, nav a:focus-visible::after { transform: scaleX(1); }

.hero { position: relative; min-height: calc(100vh - 86px); margin: 0 5.5vw 5.5vw; overflow: hidden; background: #7d766e; }
.hero-image { position: absolute; inset: 0; background-image: url('/hero-room-v2.png'); background-position: center; background-size: cover; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,27,22,.70) 0%, rgba(25,27,22,.34) 58%, rgba(25,27,22,.28) 100%); }
.hero-copy { position: relative; z-index: 1; display: flex; min-height: calc(100vh - 86px); max-width: 1020px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 8vw; color: #fffdf7; }
.eyebrow { margin: 0 0 22px; font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
h1 { max-width: 900px; margin: 0; font-family: var(--font-serif), Georgia, serif; font-size: clamp(58px, 7.6vw, 116px); font-weight: 400; letter-spacing: -.045em; line-height: .88; }
.hero-subtitle { margin: 26px 0 38px; font-family: var(--font-serif), Georgia, serif; font-size: clamp(20px, 2vw, 30px); font-style: italic; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid currentColor; color: inherit; background: transparent; cursor: pointer; font-size: 11px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; transition: background .25s ease, color .25s ease; }
.button-light:hover, .button-light:focus-visible { background: #fffdf7; color: var(--ink); }

.section-pad { padding: clamp(90px, 10vw, 155px) 8vw; }
.section-number { margin: 0 0 42px; color: #6b6d64; font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
h2 { margin: 0; font-family: var(--font-serif), Georgia, serif; font-size: clamp(45px, 5.7vw, 86px); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h2 em { color: var(--sage); font-weight: 400; }
.intro { max-width: 1500px; margin: 0 auto; }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 9vw; align-items: end; }
.intro-copy { max-width: 560px; }
.intro-copy p, .story-copy p { color: #56584f; font-size: 15px; line-height: 1.85; }
.intro-copy .lead { margin-top: 0; color: var(--ink); font-family: var(--font-serif), Georgia, serif; font-size: 28px; line-height: 1.3; }

.manifesto { display: grid; min-height: 600px; place-items: center; padding: 90px 8vw; text-align: center; color: #f7f2e9; background: linear-gradient(rgba(41,45,37,.76), rgba(41,45,37,.76)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2000&q=85') center/cover; }
.manifesto > * { grid-area: 1/1; }
.manifesto p { align-self: start; margin: 0; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
.manifesto h2 { max-width: 1060px; font-size: clamp(42px, 5vw, 75px); line-height: 1.05; }

.story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .86fr); gap: 9vw; align-items: center; max-width: 1550px; margin: 0 auto; }
.story-image { min-height: 710px; background: linear-gradient(rgba(80,65,50,.08), rgba(80,65,50,.08)), url('https://images.unsplash.com/photo-1494438639946-1ebd1d20bf85?auto=format&fit=crop&w=1200&q=85') center/cover; }
.story-copy { max-width: 590px; }
.story-copy h2 { margin-bottom: 34px; }
.more-block { margin-top: 30px; }

.offer { background: #d7d5ca; }
.section-heading { display: grid; grid-template-columns: 1.2fr .6fr; gap: 10vw; align-items: end; max-width: 1500px; margin: 0 auto 72px; }
.section-heading > p { max-width: 440px; margin: 0 0 6px; color: #5d6057; font-size: 15px; line-height: 1.8; }
.offer-grid { display: grid; grid-template-columns: repeat(6, 1fr); max-width: 1500px; margin: 0 auto; }
.offer-card { display: flex; min-height: 470px; grid-column: span 2; flex-direction: column; justify-content: space-between; padding: 34px; }
.offer-card:nth-child(4), .offer-card:nth-child(5) { min-height: 430px; grid-column: span 3; }
.offer-card > span { font-family: var(--font-serif), serif; font-size: 15px; }
.offer-card h3 { margin: 80px 0 15px; font-family: var(--font-serif), serif; font-size: clamp(29px, 2.7vw, 43px); font-weight: 400; line-height: 1.02; }
.offer-card p { max-width: 420px; font-size: 14px; line-height: 1.7; }
.card-sage { color: #f6f1e7; background: #67715f; }
.card-clay { color: #fff9f0; background: #9b735c; }
.card-ivory { background: #efeadf; }
.card-stone { color: #fff9f0; background: #837d72; }
.card-forest { color: #f6f1e7; background: var(--forest); }
details { margin-top: 22px; border-top: 1px solid currentColor; }
summary { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; cursor: pointer; font-size: 11px; font-weight: 600; letter-spacing: .13em; list-style: none; text-transform: uppercase; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; font-size: 23px; font-weight: 400; transition: transform .2s ease; }
details[open] summary::after { transform: rotate(45deg); }
.detail-copy { padding-bottom: 8px; }
.detail-copy p { margin-top: 0; }

.process { max-width: 1500px; margin: 0 auto; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(38,39,32,.18); }
.process-grid article { min-height: 300px; padding: 36px 4vw 20px 0; border-right: 1px solid rgba(38,39,32,.18); }
.process-grid article:not(:first-child) { padding-left: 4vw; }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: var(--clay); font-family: var(--font-serif), serif; }
.process-grid h3, .practical-grid h3 { margin: 34px 0 14px; font-family: var(--font-serif), serif; font-size: 35px; font-weight: 400; }
.process-grid p, .practical-grid p { color: #606158; font-size: 14px; line-height: 1.75; }

.pricing { color: #f3eee5; background: var(--forest); }
.pricing .section-number, .pricing .section-heading > p { color: #b9bdae; }
.pricing h2 em { color: #bfc6b3; }
.price-dropdown { max-width: 1500px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.32); border-bottom: 1px solid rgba(255,255,255,.32); }
.price-dropdown > summary { padding: 22px 0; font-size: 12px; }
.price-dropdown[open] > summary { border-bottom: 1px solid rgba(255,255,255,.16); }
.price-list { max-width: 1500px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.22); }
.price-row { display: grid; grid-template-columns: 1fr 160px 150px; gap: 24px; align-items: center; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.price-row > span:first-child { font-family: var(--font-serif), serif; font-size: 24px; }
.price-row > span:nth-child(2) { color: #b9bdae; font-size: 13px; }
.price-row strong { justify-self: end; font-size: 14px; }
.practical-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4vw; max-width: 1500px; margin: 70px auto 0; }
.practical-grid h3 { margin-top: 0; color: #f3eee5; }
.practical-grid p { color: #b9bdae; }

.contact { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, .7fr); gap: 9vw; align-items: start; color: #faf4ea; background: #9a755f; }
.contact h2 em { color: #eadbca; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; margin: 32px 0; line-height: 1.75; }
.contact-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-family: var(--font-serif), serif; font-size: 20px; }
.contact-links a { border-bottom: 1px solid rgba(255,255,255,.42); }
.contact-form { display: grid; gap: 23px; }
.contact-form label { display: grid; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.contact-form small { display: inline; font-size: 9px; font-weight: 400; }
.contact-form input:not([type='checkbox']), .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.55); border-radius: 0; padding: 12px 2px; outline: none; color: #fff; background: transparent; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #fff; }
.contact-form .consent { display: flex; grid-template-columns: none; flex-direction: row; gap: 11px; align-items: flex-start; font-size: 10px; font-weight: 400; letter-spacing: 0; line-height: 1.5; text-transform: none; }
.consent input { margin-top: 2px; accent-color: var(--forest); }
.contact-form .button { justify-self: start; }

footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 35px; align-items: center; padding: 65px 5.5vw 38px; color: #f0ebdf; background: #1f241e; }
.footer-mark { color: #f0ebdf; }
.footer-mark .mark { color: #c5c9ba; border-color: #c5c9ba; }
footer > p { color: #aeb2a5; font-size: 12px; }
footer div { display: flex; gap: 28px; font-size: 12px; }
.copyright { grid-column: 1/-1; margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); }

@media (max-width: 800px) {
  .site-header { min-height: 74px; padding: 0 22px; } nav { gap: 16px; } nav a:not(:last-child) { display: none; }
  .header-brand { width: 170px; height: 62px; } .header-logo-mark { width: 50px; height: 50px; }
  .hero { min-height: calc(100svh - 74px); margin: 0; } .hero-copy { min-height: calc(100svh - 74px); padding: 70px 28px; justify-content: flex-end; }
  .hero-image { background-position: 58% center; } .hero-shade { background: linear-gradient(0deg, rgba(30,27,22,.72), rgba(30,27,22,.13) 78%); }
  .section-pad { padding: 82px 25px; } .intro-grid, .section-heading, .story, .contact { grid-template-columns: 1fr; gap: 48px; }
  .intro-copy .lead { font-size: 25px; } .manifesto { min-height: 540px; padding: 80px 25px; }
  .offer-grid { grid-template-columns: 1fr; } .offer-card, .offer-card:nth-child(4), .offer-card:nth-child(5) { min-height: auto; grid-column: auto; padding: 30px; } .offer-card h3 { margin-top: 70px; }
  .story-image { min-height: 480px; } .story-copy { padding: 0 4px; }
  .process-grid, .practical-grid { grid-template-columns: 1fr; } .process-grid article, .process-grid article:not(:first-child) { min-height: auto; padding: 34px 0; border-right: 0; border-bottom: 1px solid rgba(38,39,32,.18); } .process-grid article:last-child { border-bottom: 0; }
  .price-row { grid-template-columns: 1fr auto; gap: 8px 20px; } .price-row > span:nth-child(2) { grid-row: 2; } .price-row strong { grid-column: 2; grid-row: 1/3; }
  .contact { min-height: auto; } footer { grid-template-columns: 1fr; padding: 55px 25px 30px; } footer div { flex-wrap: wrap; }
}

@media (min-width: 801px) and (max-width: 1100px) { nav { gap: 16px; } nav a { font-size: 11px; } .offer-card { padding: 25px; } .story { grid-template-columns: .9fr 1fr; gap: 6vw; } .story-image { min-height: 600px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
