:root {
  --ink: #17221d;
  --ink-soft: #33443b;
  --cream: #f5f1e8;
  --paper: #fbfaf6;
  --sage: #9aae9d;
  --lime: #d7eb9a;
  --rust: #bd5f3a;
  --line: rgba(23, 34, 29, .18);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.announcement { min-height: 34px; padding: 6px clamp(18px, 4vw, 68px); background: var(--lime); display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.announcement a { border-bottom: 1px solid currentColor; }
.site-header { height: 82px; padding: 0 clamp(18px, 4vw, 68px); display: flex; align-items: center; justify-content: space-between; background: rgba(251,250,246,.93); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 12px; font-size: 12px; line-height: 1.1; letter-spacing: .08em; text-transform: uppercase; }
.brand strong { display: block; font-size: 14px; }
.brand-mark { width: 42px; height: 34px; display: flex; align-items: flex-end; gap: 3px; padding: 6px; border: 1px solid var(--ink); }
.brand-mark i { display: block; width: 7px; background: var(--ink); }
.brand-mark i:nth-child(1) { height: 13px; }
.brand-mark i:nth-child(2) { height: 22px; }
.brand-mark i:nth-child(3) { height: 17px; }
nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 38px); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
nav a:not(.nav-cta) { position: relative; }
nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 1px; background: var(--ink); transition: width .25s ease; }
nav a:hover::after { width: 100%; }
.nav-cta { padding: 12px 18px; border: 1px solid var(--ink); transition: .25s ease; }
.nav-cta:hover { background: var(--ink); color: var(--paper); }
.menu-toggle { display: none; }

.hero { min-height: calc(100vh - 116px); position: relative; display: grid; align-content: end; color: white; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("images/hero-kitchen.jpg?v=2") center 58%/cover; animation: heroIn 1.8s ease-out both; }
.hero-shade { background: linear-gradient(90deg, rgba(11,20,16,.79) 0%, rgba(11,20,16,.28) 62%, rgba(11,20,16,.08) 100%), linear-gradient(0deg, rgba(10,18,14,.5), transparent 50%); }
.hero-content { position: relative; z-index: 2; width: min(780px, 88vw); padding: 8vh clamp(20px, 7vw, 120px) 24vh; }
.eyebrow { margin: 0 0 18px; color: var(--rust); font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 1px; margin: 0 10px 3px 0; background: currentColor; }
.eyebrow.light { color: var(--lime); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 600; line-height: .98; letter-spacing: -.045em; }
h1 { font-size: clamp(58px, 7.5vw, 116px); }
h2 { font-size: clamp(42px, 5vw, 76px); }
h1 em, h2 em { color: var(--lime); font-weight: 500; }
.hero-copy { max-width: 590px; margin: 28px 0 34px; font-size: clamp(16px, 1.4vw, 20px); color: rgba(255,255,255,.8); }
.hero-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 24px; border: 1px solid transparent; font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--lime); color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.button-outline { border-color: rgba(255,255,255,.5); color: white; }
.text-link { display: inline-flex; gap: 14px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.light-link { border-color: rgba(255,255,255,.5); color: white; }
.hero-proof { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); width: min(720px, 85vw); margin-left: auto; padding: 0 clamp(20px, 5vw, 80px) 42px 0; }
.hero-proof div { padding: 0 25px; border-left: 1px solid rgba(255,255,255,.35); }
.hero-proof strong { display: block; font-family: var(--serif); font-size: 34px; line-height: 1; color: var(--lime); }
.hero-proof span { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 3; bottom: 0; left: clamp(20px, 4vw, 68px); width: 60px; height: 90px; border: 1px solid rgba(255,255,255,.4); border-bottom: 0; display: grid; place-items: center; }
.scroll-cue span { width: 1px; height: 34px; background: white; animation: scroll 1.8s ease-in-out infinite; }

.section { position: relative; padding: 130px clamp(20px, 7vw, 120px); }
.section-label { position: absolute; top: 40px; left: clamp(20px, 4vw, 68px); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; opacity: .55; }
.section-label.light { color: white; }
.intro { display: grid; grid-template-columns: 1fr 2.2fr 1fr; gap: 7vw; align-items: end; min-height: 620px; background: var(--cream); }
.intro-copy h2 { max-width: 720px; }
.intro-copy h2 em, .about h2 em, .faq h2 em { color: var(--rust); }
.intro-copy > p:not(.eyebrow) { max-width: 670px; margin: 28px 0; color: var(--ink-soft); font-size: 18px; }
.intro-note { padding: 28px 0 10px; border-top: 1px solid var(--line); }
.intro-note p { font-family: var(--serif); font-size: 18px; }
.hand-circle { width: 88px; height: 88px; display: grid; place-items: center; border: 2px solid var(--rust); border-radius: 50% 46% 49% 45%; color: var(--rust); font: italic 42px var(--serif); transform: rotate(-8deg); }

.services { background: var(--paper); }
.section-heading { max-width: 850px; margin: 0 auto 75px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { position: relative; min-height: 390px; padding: 32px; border-right: 1px solid var(--line); transition: background .3s ease, color .3s ease, transform .3s ease; }
.service-card:last-child { border: 0; }
.service-card > span { font-size: 10px; opacity: .45; }
.service-icon { margin: 48px 0 34px; color: var(--rust); font: 50px var(--serif); }
.service-card h3, .process-grid h3 { margin: 0 0 12px; font: 600 24px var(--serif); }
.service-card p { color: var(--ink-soft); }
.service-card a { position: absolute; bottom: 30px; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: .3s ease; }
.service-card:hover { background: var(--ink); color: white; transform: translateY(-8px); }
.service-card:hover p { color: rgba(255,255,255,.65); }
.service-card:hover a { opacity: 1; transform: none; }

.work { padding-left: 0; padding-right: 0; background: var(--ink); color: white; overflow: hidden; }
.work-head { padding: 0 clamp(20px, 7vw, 120px); display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.work-head > p { max-width: 390px; color: rgba(255,255,255,.65); }
.project-track { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 22px; margin: 75px 0 60px clamp(20px, 7vw, 120px); overflow: hidden; }
.project-card { position: relative; min-height: 460px; overflow: hidden; }
.project-card img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.project-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.75)); }
.project-card div { position: absolute; z-index: 2; bottom: 28px; left: 28px; }
.project-card span { color: var(--lime); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.project-card h3 { margin: 5px 0 0; font: 600 25px var(--serif); }
.project-card:hover img { transform: scale(1.04); }
.project-large { min-height: 580px; }
.work-footer { margin: 0 clamp(20px, 7vw, 120px); padding-top: 35px; border-top: 1px solid rgba(255,255,255,.2); display: flex; justify-content: space-between; align-items: center; }
.work-footer p { font: italic 24px var(--serif); }

.about { display: grid; grid-template-columns: 1.15fr 1fr; gap: 9vw; align-items: center; background: var(--cream); }
.about-media { position: relative; }
.about-media img { height: 650px; object-fit: cover; filter: saturate(.8); }
.experience-stamp { position: absolute; right: -55px; bottom: 50px; width: 150px; height: 150px; padding: 25px; background: var(--lime); border-radius: 50%; display: grid; place-items: center; text-align: center; transform: rotate(7deg); }
.experience-stamp strong { display: block; font: 600 45px/1 var(--serif); }
.experience-stamp span { font-size: 9px; line-height: 1.4; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.about-copy > p:not(.eyebrow) { margin: 28px 0; color: var(--ink-soft); font-size: 18px; }
.tick-list { margin: 0 0 34px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.tick-list li { padding: 14px 0 14px 30px; border-bottom: 1px solid var(--line); position: relative; font-size: 14px; }
.tick-list li::before { content: "✓"; position: absolute; left: 3px; color: var(--rust); font-weight: 600; }

.process { background: var(--paper); }
.centered { text-align: center; }
.process-grid { position: relative; max-width: 1150px; margin: 70px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px; }
.process-grid::before { content: ""; position: absolute; top: 38px; left: 16%; right: 16%; height: 1px; background: var(--line); }
.process-grid article { position: relative; text-align: center; }
.process-grid b { position: relative; z-index: 2; width: 76px; height: 76px; margin: 0 auto 25px; border: 1px solid var(--rust); border-radius: 50%; background: var(--paper); display: grid; place-items: center; color: var(--rust); font: italic 30px var(--serif); }
.process-grid p { max-width: 260px; margin: auto; color: var(--ink-soft); font-size: 14px; }

.reviews { min-height: 650px; background: var(--rust); color: white; display: grid; place-items: center; }
.review-wrap { width: min(940px, 100%); text-align: center; }
.quote-mark { height: 70px; color: var(--lime); font: 110px/1 var(--serif); }
.reviews-carousel { position: relative; min-height: 270px; }
.review { display: none; margin: 0; animation: fadeSlide .45s ease both; }
.review.active { display: block; }
.review p { margin: 10px auto 35px; font: 500 clamp(30px, 4vw, 54px)/1.2 var(--serif); letter-spacing: -.025em; }
.review footer strong, .review footer span { display: block; }
.review footer strong { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.review footer span { font-size: 11px; opacity: .65; }
.review-controls { margin-top: 30px; display: flex; justify-content: center; align-items: center; gap: 22px; }
.review-controls button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: transparent; color: white; cursor: pointer; }
.review-controls span { display: flex; gap: 7px; }
.review-controls i { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.35); }
.review-controls i.active { background: var(--lime); transform: scale(1.5); }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; background: var(--cream); }
.faq-intro > p:not(.eyebrow) { margin-top: 25px; color: var(--ink-soft); }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; font: 600 19px var(--serif); cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--rust); transition: transform .25s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -5px 45px 25px 0; color: var(--ink-soft); font-size: 14px; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; background: var(--ink); color: white; }
.contact-copy h2 em { color: var(--lime); }
.contact-copy > p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.65); }
.contact-area { margin-top: 70px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); }
.contact-area span, .contact-area strong, .contact-area small { display: block; }
.contact-area span { margin-bottom: 7px; color: var(--lime); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.contact-area strong { font: 500 18px var(--serif); }
.contact-area small { opacity: .55; }
.contact-form { padding: 42px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); }
.contact-form label { display: block; margin-bottom: 19px; color: rgba(255,255,255,.65); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
input, textarea { width: 100%; margin-top: 7px; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); outline: 0; resize: vertical; background: transparent; color: white; font-size: 15px; text-transform: none; transition: border-color .2s ease; }
input:focus, textarea:focus { border-color: var(--lime); }
input::placeholder, textarea::placeholder { color: rgba(255,255,255,.3); }
.contact-form .button { width: 100%; border: 0; }
.form-note { margin: 14px 0 0; text-align: center; color: rgba(255,255,255,.35); font-size: 10px; }
.spam-field { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.contact-form button[disabled] { cursor: wait; opacity: .65; transform: none; }

footer { padding: 60px clamp(20px, 7vw, 120px) 28px; background: #0d1511; color: white; }
.footer-brand { color: white; }
.footer-brand .brand-mark { border-color: white; }
.footer-brand .brand-mark i { background: white; }
footer > p { color: rgba(255,255,255,.45); font-size: 12px; }
.footer-links { margin: 50px 0 35px; padding: 25px 0; display: flex; gap: 35px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; color: rgba(255,255,255,.3); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.toast { position: fixed; z-index: 100; right: 24px; bottom: 24px; max-width: 380px; padding: 18px 22px; background: var(--lime); color: var(--ink); box-shadow: 0 20px 50px rgba(0,0,0,.3); font-size: 13px; transform: translateY(140%); transition: transform .4s ease; }
.toast.show { transform: none; }
.toast.error { background: #f0c2b2; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroIn { from { transform: scale(1.06); filter: brightness(.7); } to { transform: scale(1); filter: brightness(1); } }
@keyframes scroll { 0%, 100% { transform: scaleY(.4); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } }
@keyframes fadeSlide { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .site-header nav { position: fixed; inset: 82px 0 0; padding: 55px 25px; background: var(--paper); flex-direction: column; justify-content: flex-start; align-items: flex-start; font: 600 28px var(--serif); letter-spacing: 0; text-transform: none; transform: translateX(100%); transition: transform .35s ease; }
  .site-header nav.open { transform: none; }
  .nav-cta { margin-top: 15px; font: 600 11px var(--sans); letter-spacing: .1em; text-transform: uppercase; }
  .menu-toggle { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; border: 0; background: transparent; }
  .menu-toggle span:not(.sr-only) { width: 24px; height: 1px; background: var(--ink); transition: .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .intro { grid-template-columns: 1fr; gap: 50px; }
  .intro > .section-label { display: none; }
  .intro-note { max-width: 300px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; border-right: 0; border-bottom: 1px solid var(--line); }
  .project-track { grid-template-columns: 1fr 1fr; padding-right: 20px; }
  .project-card:last-child { display: none; }
  .about { gap: 60px; }
  .about-media img { height: 530px; }
  .experience-stamp { right: -35px; }
  .faq, .contact { gap: 60px; }
}

@media (max-width: 700px) {
  .announcement span { display: none; }
  .announcement { justify-content: center; }
  .site-header { height: 70px; }
  .site-header nav { inset: 70px 0 0; }
  .brand span:last-child { display: none; }
  .hero { min-height: calc(100svh - 104px); }
  .hero-content { width: 100%; padding: 80px 20px 210px; }
  h1 { font-size: clamp(52px, 16vw, 75px); }
  .hero-proof { width: 100%; padding: 0 20px 32px; }
  .hero-proof div { padding: 0 9px; }
  .hero-proof strong { font-size: 24px; }
  .hero-proof span { font-size: 7px; }
  .scroll-cue { display: none; }
  .section { padding: 100px 20px; }
  .section-label { top: 25px; left: 20px; }
  .intro { min-height: 0; }
  .section-heading { margin-bottom: 45px; }
  .service-card { padding: 28px 20px; }
  .work-head { padding: 0 20px; display: block; }
  .work-head > p { margin-top: 25px; }
  .project-track { margin: 45px 0 45px 20px; grid-template-columns: 88vw 88vw 88vw; overflow-x: auto; scroll-snap-type: x mandatory; }
  .project-card, .project-large { min-height: 480px; scroll-snap-align: start; }
  .project-card:last-child { display: block; }
  .work-footer { margin: 0 20px; display: block; }
  .about { grid-template-columns: 1fr; }
  .about-media img { height: 430px; }
  .experience-stamp { right: 15px; bottom: -35px; width: 120px; height: 120px; }
  .process-grid { grid-template-columns: 1fr; gap: 45px; }
  .process-grid::before { display: none; }
  .reviews { min-height: 600px; }
  .review p { font-size: 31px; }
  .reviews-carousel { min-height: 330px; }
  .faq, .contact { grid-template-columns: 1fr; }
  .contact-form { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-links { flex-wrap: wrap; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
}

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