:root {
  --ink: #201a17;
  --espresso: #30231e;
  --cream: #f7f2ea;
  --paper: #fffdf9;
  --gold: #b28d55;
  --muted: #6f655f;
  --line: rgba(48,35,30,.14);
  --serif: "Lora", 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: 17px; line-height: 1.7; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
.site-header { height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px,5vw,78px); background: rgba(255,253,249,.96); backdrop-filter: blur(12px); position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; text-transform: uppercase; font-size: .78rem; letter-spacing: .16em; font-weight: 600; }
.brand-mark { width: 42px; height: 42px; border: 1px solid var(--espresso); border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-size: .75rem; letter-spacing: .03em; }
.site-header nav { display: flex; align-items: center; gap: 32px; font-size: .88rem; }
.site-header nav a:not(.nav-cta) { border-bottom: 1px solid transparent; }
.site-header nav a:hover { border-color: var(--gold); }
.nav-cta { padding: 12px 20px; background: var(--espresso); color: #fff; border: 1px solid var(--espresso); }
.menu-toggle { display: none; background: none; border: 0; font: inherit; }
.hero { min-height: calc(100vh - 86px); display: grid; grid-template-columns: 1.08fr .92fr; background: var(--cream); overflow: hidden; }
.hero-copy { padding: clamp(64px,9vw,132px) clamp(28px,7vw,110px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { text-transform: uppercase; letter-spacing: .2em; font-size: .75rem; font-weight: 600; color: #8d714a; margin: 0 0 24px; }
.hero h1, .section h2, .statement h2 { font-family: var(--serif); font-weight: 500; line-height: 1.12; margin: 0; }
.hero h1 { font-size: clamp(3rem,5.5vw,6.1rem); max-width: 800px; }
.hero h1 em { display: block; color: #947649; font-weight: 400; }
.hero-intro { font-size: clamp(1.05rem,1.4vw,1.25rem); max-width: 650px; color: #554b45; margin: 34px 0; }
.hero-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 13px 24px; text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; font-weight: 600; transition: .2s; }
.button-dark { background: var(--espresso); color: white; }
.button:hover { transform: translateY(-2px); }
.text-link { font-size: .9rem; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }
.hero-notes { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 60px; color: #655b54; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.hero-notes span + span:before { content: "·"; margin-right: 20px; }
.hero-portrait { position: relative; background: #d8c7b1; min-height: 600px; }
.portrait-frame { height: 100%; clip-path: ellipse(76% 84% at 64% 46%); }
.portrait-frame img { object-position: center center; }
.statement { padding: 100px clamp(24px,10vw,160px); text-align: center; background: var(--espresso); color: white; }
.statement p { text-transform: uppercase; letter-spacing: .2em; color: #e0cba7; font-size: .76rem; }
.statement h2 { font-size: clamp(2.2rem,3.8vw,4.2rem); max-width: 1050px; margin: 18px auto; }
.section { padding: clamp(84px,10vw,140px) clamp(24px,6vw,90px); }
.section-heading { max-width: 760px; margin-bottom: 58px; }
.section-heading h2 { font-size: clamp(2.5rem,4.2vw,4.7rem); }
.section-heading > p:last-child { font-size: 1.05rem; color: var(--muted); max-width: 570px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.service-card { background: var(--cream); overflow: hidden; border-radius: 22px; }
.service-image { aspect-ratio: 4/3; overflow: hidden; }
.service-image img { transition: transform .6s; }
.service-card:hover img { transform: scale(1.03); }
.service-content { padding: 30px; }
.service-number { font-size: .72rem; letter-spacing: .16em; color: #8a6a3e; }
.service-content h3, .benefit-grid h3, .process-grid h3 { font-family: var(--serif); font-size: 1.6rem; line-height: 1.25; font-weight: 600; margin: 12px 0; }
.service-content p { color: var(--muted); }
.service-content a { display: inline-block; margin-top: 12px; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; border-bottom: 1px solid; }
.about { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(50px,8vw,130px); align-items: center; background: #efe5d8; }
.about-photo { aspect-ratio: 4/5; max-height: 740px; border-radius: 220px 220px 24px 24px; overflow: hidden; }
.about-photo img { object-position: center 18%; }
.about-copy { max-width: 650px; }
.about-copy h2 { font-size: clamp(2.8rem,4.7vw,5.2rem); }
.about-copy .lead { font-family: var(--serif); font-size: clamp(1.4rem,2.1vw,2rem); line-height: 1.45; font-weight: 500; }
.about-copy > p:last-child { color: #554b45; }
.process { background: var(--espresso); color: white; }
.section-heading.light .eyebrow { color: #e0cba7; }
.process-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.2); }
.process-grid li { padding: 40px 40px 20px 0; }
.process-grid li + li { border-left: 1px solid rgba(255,255,255,.2); padding-left: 40px; }
.process-grid span { color: #e0cba7; font-size: .78rem; letter-spacing: .14em; }
.process-grid h3 { font-size: 1.8rem; }
.process-grid p { color: #d9d0ca; }
.benefits { background: linear-gradient(180deg,#fffdf9 0%,#f6efe5 100%); }
.benefit-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; background: transparent; border: 0; }
.benefit-card { min-height: 285px; padding: 36px; border: 1px solid rgba(84,61,46,.11); border-radius: 28px; box-shadow: 0 14px 38px rgba(52,37,29,.06); position: relative; overflow: hidden; }
.benefit-card:after { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; right: -65px; bottom: -75px; background: rgba(255,255,255,.38); }
.benefit-card.rose { background: #f3e5df; }
.benefit-card.champagne { background: #eadcc5; }
.benefit-card.ivory { background: #fffaf2; }
.benefit-card.cocoa { background: #d8c2ae; }
.benefit-icon { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.7); color: #705230; font-weight: 600; font-size: .76rem; letter-spacing: .08em; }
.benefit-label { margin: 24px 0 4px; text-transform: uppercase; letter-spacing: .15em; font-size: .7rem; font-weight: 600; color: #7a5d3c; }
.benefit-grid h3 { font-size: clamp(1.65rem,2.2vw,2.1rem); margin: 4px 0 12px; }
.benefit-grid article > p:last-child { color: #544b45; max-width: 430px; margin-bottom: 0; }
.faq { background: var(--cream); }
.faq-list { max-width: 900px; margin-left: auto; }
.faq details { border-top: 1px solid var(--line); padding: 26px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-family: var(--sans); font-size: 1.25rem; line-height: 1.45; font-weight: 600; list-style: none; display: flex; justify-content: space-between; gap: 20px; }
.faq summary:after { content: "+"; color: #8a6a3e; font-size: 1.5rem; font-weight: 400; }
.faq details[open] summary:after { content: "−"; }
.faq details p { color: #554b45; max-width: 700px; font-size: 1.05rem; }
.contact { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; background: var(--espresso); color: #f7f2ea; align-items: center; }
.contact h2 { font-size: clamp(2.7rem,4.7vw,5rem); }
.contact > div > p:last-child { max-width: 650px; }
.contact .eyebrow { color: #e0cba7; }
.contact-actions { display: flex; flex-direction: column; gap: 14px; }
.button-light { background: #f7f2ea; color: var(--espresso); }
.button-outline { border: 1px solid #f7f2ea; }
.contact-actions p { text-align: center; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
footer { padding: 38px clamp(24px,6vw,90px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; background: #191412; color: #e9dfd4; font-size: .8rem; }
footer p:last-child { text-align: right; }
.footer-brand .brand-mark { border-color: #e9dfd4; }
@media (max-width: 900px) {
  .site-header nav { position: absolute; left: 0; right: 0; top: 86px; background: var(--paper); padding: 24px; flex-direction: column; align-items: stretch; display: none; border-bottom: 1px solid var(--line); }
  .site-header nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { order: 2; }
  .hero-portrait { min-height: 68vh; order: 1; }
  .portrait-frame { clip-path: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: 1fr 1fr; }
  .about { grid-template-columns: 1fr; }
  .about-photo { max-width: 570px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li + li { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding-left: 0; }
  .contact { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer p:last-child { text-align: center; }
}
@media (max-width: 600px) {
  body { font-size: 17px; }
  .site-header { height: 72px; padding: 0 18px; }
  .site-header nav { top: 72px; }
  .brand > span:last-child { font-size: .68rem; }
  .brand-mark { width: 36px; height: 36px; }
  .hero { min-height: auto; }
  .hero-portrait { min-height: 520px; }
  .hero-copy { padding: 64px 22px; }
  .hero h1 { font-size: 3rem; }
  .hero-notes { gap: 10px; margin-top: 42px; }
  .hero-notes span + span:before { margin-right: 10px; }
  .statement { padding: 78px 22px; }
  .section { padding: 82px 22px; }
  .service-card { display: block; }
  .section-heading { margin-bottom: 40px; }
  .about-photo { aspect-ratio: 1/1.15; }
  .process-grid li { padding: 30px 0; }
  .benefit-grid { grid-template-columns: 1fr; gap: 16px; }
  .benefit-card { min-height: 0; padding: 30px; }
  .contact { gap: 36px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button, .service-image img { transition: none; } }
