:root {
  --ink: #1e2e1f;
  --paper: #f2efe6;
  --cream: #f8f5ed;
  --sage: #556b4d;
  --clay: #8a5e3c;
  --sand: #cdbb9a;
  --charcoal: #222522;
  --taupe: #6b665d;
  --line: rgba(30, 46, 31, .2);
  --muted: #6b665d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Lora", Georgia, serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
.site-header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 18px clamp(22px, 5vw, 76px); border-bottom: 1px solid var(--line); background: rgba(244,240,231,.94); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(10px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-name { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.06rem; font-weight: 600; letter-spacing: .15em; line-height: 1; }
.brand em { color: var(--clay); font-style: normal; font-weight: 500; }
.brand-mark { display: inline-block; color: var(--ink); font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.45rem; font-weight: 500; letter-spacing: -.06em; line-height: .9; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 40px); }
nav a { text-decoration: none; font-size: .86rem; font-weight: 600; }
.nav-cta { padding: 10px 16px; border: 1px solid var(--ink); }
.menu-button { display: none; border: 1px solid var(--ink); background: transparent; padding: 8px 12px; font: inherit; }

.hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .32fr); align-items: end; gap: clamp(50px, 10vw, 150px); padding: clamp(72px, 10vw, 140px) clamp(22px, 7vw, 106px) clamp(60px, 8vw, 105px); position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; width: 440px; height: 440px; border: 1px solid rgba(138,94,60,.34); border-radius: 50%; right: -190px; top: -210px; box-shadow: 0 0 0 54px rgba(138,94,60,.045), 0 0 0 108px rgba(138,94,60,.025); pointer-events: none; }
.eyebrow { margin: 0 0 22px; color: var(--clay); font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; letter-spacing: -.035em; line-height: .98; }
h1 { max-width: 920px; margin-bottom: 28px; font-size: clamp(3.35rem, 7.5vw, 7.2rem); }
h1 span { display: block; color: var(--clay); font-style: italic; }
.lede { max-width: 690px; color: #4e5753; font-size: clamp(1.08rem, 1.5vw, 1.3rem); }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 19px; text-decoration: none; font-weight: 750; line-height: 1.2; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--clay); }
.button-primary:hover { background: #70492f; }
.button-light { color: var(--ink); background: var(--cream); }
.text-link { font-weight: 750; text-underline-offset: 5px; }
.hero-note { border-left: 1px solid var(--line); padding-left: 26px; }
.hero-note .note-number { display: block; margin-bottom: 22px; color: var(--clay); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.4rem; }
.hero-note p { margin-bottom: 8px; font-weight: 650; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip span { padding: 20px; text-align: center; border-right: 1px solid var(--line); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trust-strip span:last-child { border-right: 0; }
.section { padding: clamp(82px, 10vw, 145px) clamp(22px, 7vw, 106px); }
.section-heading { display: grid; grid-template-columns: .4fr 1fr; gap: 50px; align-items: start; margin-bottom: 60px; }
.section-heading h2 { max-width: 880px; margin-bottom: 0; font-size: clamp(2.6rem, 5vw, 5rem); }

.work { background: var(--cream); }
.case-card { background: var(--ink); color: white; }
.case-topline { display: flex; justify-content: space-between; gap: 20px; padding: 17px 22px; border-bottom: 1px solid rgba(255,255,255,.18); color: #c8cfcb; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.case-body { min-height: 360px; display: flex; align-items: end; justify-content: space-between; gap: 40px; padding: clamp(32px, 6vw, 78px); background: radial-gradient(circle at 88% 10%, rgba(138,94,60,.5), transparent 27%), linear-gradient(125deg, transparent 50%, rgba(255,255,255,.035) 50%); }
.case-body h3 { max-width: 740px; margin-bottom: 20px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.3rem, 5vw, 5.2rem); font-weight: 500; line-height: 1; letter-spacing: -.035em; }
.case-body p { max-width: 650px; margin-bottom: 0; color: #d2d8d5; font-size: 1.05rem; }
.case-body .button { flex: 0 0 auto; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.service-grid article { min-height: 315px; padding: 32px clamp(20px, 3vw, 40px); border-right: 1px solid var(--line); }
.service-grid article:last-child { border-right: 0; }
.service-grid span { color: var(--clay); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.15rem; }
.service-grid h3 { margin: 70px 0 16px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.9rem; font-weight: 500; }
.service-grid p { color: var(--muted); }

.pricing { background: var(--cream); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.price-card { display: flex; flex-direction: column; min-height: 590px; padding: 38px clamp(24px, 3vw, 42px); border-right: 1px solid var(--line); }
.price-card:last-child { border-right: 0; }
.price-card.featured { color: white; background: var(--ink); }
.price-label { margin-bottom: 16px; color: var(--clay); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.featured .price-label { color: var(--sand); }
.price { margin-bottom: 20px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.8rem, 4vw, 4.4rem); line-height: 1; }
.price small { display: block; margin-bottom: 7px; font-family: "Lora", Georgia, serif; font-size: .74rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.price-intro { min-height: 82px; color: var(--muted); }
.featured .price-intro { color: #d2d8d5; }
.price-card ul { margin: 20px 0 34px; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.featured ul { border-color: rgba(255,255,255,.2); }
.price-card li { position: relative; margin-bottom: 13px; padding-left: 20px; }
.price-card li::before { content: "—"; position: absolute; left: 0; color: var(--clay); }
.featured li::before { color: var(--sand); }
.price-card .text-link { margin-top: auto; }
.care-note { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: clamp(28px, 6vw, 90px); padding: 34px 0; border-bottom: 1px solid var(--line); }
.care-note p { margin-bottom: 0; }
.care-note .price-label { margin-bottom: 8px; }
.care-price { color: var(--clay); font-family: "Cormorant Garamond", Georgia, serif; font-size: 3rem; white-space: nowrap; }
.care-price span { color: var(--muted); font-family: "Lora", Georgia, serif; font-size: .82rem; }
.payment-note { max-width: 770px; margin: 24px 0 0; color: var(--muted); font-size: .9rem; }

.process { color: white; background: var(--ink); }
.inverse .eyebrow { color: var(--sand); }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); }
.process-list li { display: grid; grid-template-columns: .38fr 1fr; gap: 50px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.process-list > li > span { color: var(--sand); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.2rem; }
.process-list h3 { margin-bottom: 8px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 2rem; font-weight: 500; }
.process-list p { max-width: 650px; margin-bottom: 0; color: #bdc6c2; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 10vw, 150px); }
.about h2 { font-size: clamp(2.8rem, 5.8vw, 6.1rem); }
.about-grid p { color: #505955; font-size: 1.08rem; }
.contact { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.contact-heading { position: sticky; top: 130px; }
.contact .eyebrow { margin-bottom: 26px; }
.contact h2 { margin-bottom: 28px; font-size: clamp(2.8rem, 5vw, 5.6rem); }
.contact-heading > p:not(.eyebrow) { max-width: 530px; color: var(--muted); }
.contact-heading > a { font-weight: 700; text-underline-offset: 5px; overflow-wrap: anywhere; }
.inquiry-form { padding: clamp(28px, 4vw, 52px); color: white; background: var(--ink); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.inquiry-form label { display: block; margin-bottom: 22px; }
.inquiry-form label > span { display: block; margin-bottom: 8px; color: #f2efe6; font-size: .86rem; font-weight: 650; }
.inquiry-form label em { color: #aeb8b3; font-size: .76rem; font-style: normal; font-weight: 400; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid rgba(255,255,255,.3); border-radius: 0; color: white; background: rgba(255,255,255,.055); font: inherit; font-size: 1rem; }
.inquiry-form textarea { min-height: 120px; resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { outline: 2px solid var(--sand); outline-offset: 2px; }
.inquiry-form select option { color: var(--ink); background: white; }
.inquiry-form .button { border: 0; cursor: pointer; font-family: inherit; font-size: .95rem; }
.form-status { margin: 18px 0 0; color: var(--sand); font-size: .9rem; }

footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; padding: 32px clamp(22px, 5vw, 76px); color: #d1d7d4; background: var(--ink); font-size: .82rem; }
footer p { margin: 0; }
.footer-brand { color: white; }
.footer-brand .brand-mark { color: var(--paper); }

@media (max-width: 820px) {
  .menu-button { display: block; }
  nav { display: none; position: absolute; left: 0; right: 0; top: 81px; padding: 24px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  nav.open { display: flex; }
  .hero { min-height: auto; grid-template-columns: 1fr; align-items: start; gap: 55px; }
  .hero-note { max-width: 440px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip span:nth-child(2) { border-right: 0; }
  .trust-strip span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading, .process-list li, .about-grid { grid-template-columns: 1fr; gap: 16px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid article:last-child { border-bottom: 0; }
  .service-grid h3 { margin-top: 35px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .price-card:last-child { border-bottom: 0; }
  .price-intro { min-height: auto; }
  .price-card .text-link { margin-top: 14px; }
  .care-note { grid-template-columns: 1fr; gap: 10px; }
  .contact { grid-template-columns: 1fr; }
  .contact-heading { position: static; }
  .case-body { min-height: 440px; flex-direction: column; align-items: flex-start; justify-content: end; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .hero { padding-top: 66px; }
  h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-actions .text-link { width: auto; }
  .case-topline { flex-direction: column; gap: 5px; }
  .case-body .button { width: 100%; }
  .contact .button { width: 100%; overflow-wrap: anywhere; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .inquiry-form { padding: 26px 20px; }
}

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