:root {
  --cream: #fbf8f2;
  --paper: #fffdf9;
  --sage: #748268;
  --sage-dark: #4c5d43;
  --sage-pale: #e8ede3;
  --blush: #e9c8c0;
  --blush-pale: #f5e7e2;
  --gold: #c7a64d;
  --ink: #30352e;
  --muted: #656b61;
  --line: rgba(76, 93, 67, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Aptos", "Segoe UI", Arial, sans-serif;
  --shadow: 0 24px 60px rgba(61, 71, 52, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.08; }
h1 { font-size: clamp(3rem, 7vw, 6.7rem); letter-spacing: -.055em; margin-bottom: 1.6rem; }
h2 { font-size: clamp(2.35rem, 4.8vw, 4.5rem); letter-spacing: -.04em; margin-bottom: 1.3rem; }
h3 { font-size: 1.65rem; }
p { color: var(--muted); }
button, input, textarea, select { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 200; background: var(--ink); color: white; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.eyebrow { color: var(--sage-dark); font-size: .74rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 1.2rem; }
.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 7rem); }
.section-narrow { max-width: 1000px; margin: auto; padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 4vw, 3rem); text-align: center; }
.section-narrow > p:last-child { max-width: 780px; margin: auto; font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.45rem); color: var(--ink); }

.site-header { position: sticky; top: 0; z-index: 100; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .55rem clamp(1rem, 4vw, 4rem); background: rgba(251, 248, 242, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; font-family: var(--serif); font-size: 1.15rem; }
.brand img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; }
nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2.1rem); }
nav a { text-decoration: none; font-size: .82rem; font-weight: 600; letter-spacing: .04em; }
nav a:hover { color: var(--sage-dark); }
.nav-cta { padding: .75rem 1.15rem; background: var(--sage-dark); color: white; }
.nav-cta:hover { background: var(--ink); color: white; }
.menu-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 1px; background: var(--ink); margin: 5px; }

.hero { position: relative; min-height: calc(100vh - 78px); display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; overflow: hidden; padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 7vw, 7rem); background: radial-gradient(circle at 83% 30%, rgba(233,200,192,.45), transparent 32%), linear-gradient(118deg, #fffdf9 0 58%, #edf1e9 58%); }
.hero-copy { position: relative; z-index: 2; max-width: 850px; }
.hero h1 em { color: var(--sage); font-weight: 400; }
.hero-lead { font-size: clamp(1rem, 1.7vw, 1.25rem); max-width: 690px; }
.button-row { display: flex; flex-wrap: wrap; gap: 1rem; margin: 2rem 0; }
.button { display: inline-flex; justify-content: center; align-items: center; border: 1px solid var(--sage-dark); padding: .95rem 1.35rem; text-decoration: none; font-size: .82rem; font-weight: 700; letter-spacing: .05em; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--sage-dark); color: #fff; }
.button-primary:hover { background: var(--ink); }
.button-quiet { background: rgba(255,255,255,.55); }
.service-area { font-size: .8rem; letter-spacing: .03em; }
.hero-mark { position: relative; display: grid; place-items: center; }
.logo-frame { width: min(42vw, 560px); aspect-ratio: 1; padding: 1.2rem; border-radius: 50%; background: rgba(255,255,255,.78); box-shadow: var(--shadow); }
.logo-frame img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.botanical-one { position: absolute; width: 380px; height: 380px; left: -160px; bottom: -130px; border: 1px solid rgba(116,130,104,.3); border-radius: 50%; box-shadow: 60px -80px 0 -55px var(--blush), 110px -15px 0 -90px var(--gold); }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: end; gap: 4rem; max-width: 1320px; margin: 0 auto 3rem; }
.section-heading > p { font-size: 1.05rem; }
.section-heading.compact { grid-template-columns: 1fr; }
.services { background: var(--paper); }
.service-grid { max-width: 1320px; margin: auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 330px; padding: clamp(2rem, 5vw, 4rem); background: var(--paper); }
.service-card.featured { background: var(--sage-dark); color: white; }
.service-card.featured p, .service-card.featured li { color: rgba(255,255,255,.8); }
.service-card h3 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin: 2.4rem 0 1rem; }
.service-card ul { padding-left: 1.1rem; color: var(--muted); }
.service-card li { margin: .4rem 0; }
.card-number { position: absolute; top: 2rem; right: 2rem; color: var(--gold); font-size: .72rem; letter-spacing: .12em; }
.fine-print { max-width: 980px; margin: 2rem auto 0; text-align: center; font-size: .78rem; }

.approach { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; background: var(--sage-pale); }
.approach-visual { position: relative; aspect-ratio: 1; max-width: 520px; margin: auto; }
.ring { position: absolute; width: 67%; aspect-ratio: 1; border: 2px solid var(--sage); border-radius: 50%; top: 15%; }
.ring-one { left: 5%; }
.ring-two { right: 5%; border-color: var(--blush); }
.gold-heart { position: absolute; z-index: 2; inset: 0; display: grid; place-items: center; color: var(--gold); font-size: 3rem; }
.approach-copy { max-width: 740px; }
.approach-copy > p:not(.eyebrow) { font-size: 1.06rem; }
.values { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.values span { padding: .55rem .85rem; border: 1px solid rgba(76,93,67,.28); background: rgba(255,255,255,.45); color: var(--sage-dark); font-size: .76rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }

.process { background: var(--paper); }
.process-list { list-style: none; padding: 0; max-width: 1320px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.process-list li { padding: 0 2rem; border-left: 1px solid var(--line); }
.process-list li:first-child { border-left: 0; padding-left: 0; }
.process-list li > span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 2rem; border-radius: 50%; background: var(--blush-pale); color: var(--sage-dark); font-family: var(--serif); }
.process-list h3 { margin-bottom: .7rem; }

.investment { background: linear-gradient(145deg, #faf6ee, #f4ece4); }
.price-grid { max-width: 1320px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 2.5rem; background: var(--paper); border: 1px solid var(--line); }
.price-card.popular { border: 2px solid var(--sage); box-shadow: var(--shadow); transform: translateY(-12px); }
.ribbon { position: absolute; top: 0; right: 0; margin: 0; padding: .35rem .7rem; background: var(--sage); color: white; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.price-label { color: var(--ink); font-family: var(--serif); font-size: 1.4rem; }
.price { display: flex; flex-direction: column; color: var(--sage-dark); font-family: var(--serif); font-size: 3.1rem; line-height: 1; margin: 1.2rem 0 1.5rem; }
.price span { order: -1; font-family: var(--sans); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .65rem; }
.price-card > p:nth-of-type(3) { flex: 1; }
.price-card a { color: var(--sage-dark); font-weight: 700; text-underline-offset: 5px; }
.pricing-notes { max-width: 1050px; margin: 2.5rem auto 0; text-align: center; }
.pricing-notes p { font-size: .8rem; margin-bottom: .5rem; }

.about { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 680px; padding: 0; }
.quote-panel { display: grid; place-items: center; padding: clamp(3rem, 8vw, 8rem); background: var(--sage-dark); color: white; }
blockquote { margin: 0; font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 4.3rem); line-height: 1.16; letter-spacing: -.035em; }
.about-copy { align-self: center; max-width: 760px; padding: clamp(4rem, 8vw, 8rem); }
.about-copy > p:not(.eyebrow) { font-size: 1.08rem; }
.text-link { display: inline-block; margin-top: 1rem; color: var(--sage-dark); font-weight: 700; text-decoration: none; border-bottom: 1px solid; }
.text-link span { display: inline-block; margin-left: .5rem; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.gallery { background: linear-gradient(180deg, var(--paper), #f6f0e8); }
.gallery-grid { max-width: 1320px; margin: auto; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 270px; gap: 1rem; }
.gallery-card { position: relative; overflow: hidden; margin: 0; background: var(--sage-pale); }
.gallery-card:nth-child(1) { grid-column: 1 / 6; grid-row: span 2; }
.gallery-card:nth-child(2) { grid-column: 6 / 13; }
.gallery-card:nth-child(3) { grid-column: 6 / 10; }
.gallery-card:nth-child(4) { grid-column: 10 / 13; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.gallery-card:nth-child(1) img { object-position: center 24%; }
.gallery-card:nth-child(2) img { object-position: center 42%; }
.gallery-card:hover img { transform: scale(1.025); }
.gallery-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(25,31,23,.84)); pointer-events: none; }
.gallery-card figcaption { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 1.5rem; color: white; }
.gallery-card figcaption strong, .gallery-card figcaption span { display: block; }
.gallery-card figcaption strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.gallery-card figcaption span { color: rgba(255,255,255,.74); font-size: .72rem; letter-spacing: .03em; }
.gallery-note { max-width: 1320px; margin: 1rem auto 0; text-align: right; font-size: .72rem; }

.faq { background: var(--paper); }
.faq-list { max-width: 1000px; margin: auto; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 1.4rem 0; }
summary { display: flex; justify-content: space-between; align-items: center; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.3rem; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--sage); font-family: var(--sans); font-size: 1.5rem; }
details[open] summary::after { content: "−"; }
details p { max-width: 820px; padding-right: 2rem; margin: 1rem 0 0; }

.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); background: var(--sage-pale); }
.contact-intro { max-width: 570px; }
.direct-contact { display: grid; gap: .8rem; margin-top: 2rem; }
.direct-contact a { color: var(--sage-dark); font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.45rem); text-decoration: none; word-break: break-word; }
.direct-contact span { display: block; color: var(--muted); font-family: var(--sans); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
form { max-width: 760px; padding: clamp(1.5rem, 4vw, 3.5rem); background: var(--paper); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: block; color: var(--ink); font-size: .77rem; font-weight: 700; letter-spacing: .03em; margin-bottom: 1.1rem; }
input, textarea, select { width: 100%; margin-top: .45rem; padding: .8rem .2rem; border: 0; border-bottom: 1px solid rgba(76,93,67,.35); border-radius: 0; background: transparent; color: var(--ink); outline: 0; }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--sage-dark); box-shadow: 0 1px 0 var(--sage-dark); }
form .button { margin-top: .5rem; }
.form-note { margin: .8rem 0 0; font-size: .72rem; }

footer { display: grid; grid-template-columns: 1fr auto; gap: 2rem; padding: 3rem clamp(1.5rem, 7vw, 7rem); background: #2e372a; color: white; }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand img { width: 72px; height: 72px; border-radius: 50%; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { font-family: var(--serif); font-size: 1.25rem; }
.footer-brand span { color: rgba(255,255,255,.65); font-size: .75rem; }
.footer-links { display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; }
.footer-links a { color: white; font-size: .8rem; text-decoration: none; }
.footer-meta { grid-column: 1/-1; display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); }
.footer-meta p { color: rgba(255,255,255,.55); font-size: .7rem; margin: 0; }

@media (max-width: 900px) {
  h1 { font-size: clamp(3.3rem, 13vw, 5rem); }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(0,0,0,.08); }
  nav.open { display: flex; }
  nav a { padding: .9rem; }
  .hero { grid-template-columns: 1fr; min-height: auto; text-align: center; background: radial-gradient(circle at 50% 80%, rgba(233,200,192,.42), transparent 34%), var(--paper); }
  .hero-copy { margin: auto; }
  .hero-lead { margin-inline: auto; }
  .button-row { justify-content: center; }
  .hero-mark { order: -1; margin-bottom: 2rem; }
  .logo-frame { width: min(78vw, 410px); }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; align-items: start; }
  .approach { grid-template-columns: 1fr; }
  .approach-visual { width: min(85vw, 420px); }
  .process-list { grid-template-columns: repeat(2, 1fr); gap: 3rem 0; }
  .process-list li:nth-child(3) { border-left: 0; padding-left: 0; }
  .price-grid { grid-template-columns: 1fr; gap: 1rem; }
  .price-card.popular { transform: none; }
  .about { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 320px; }
  .gallery-card:nth-child(1), .gallery-card:nth-child(2), .gallery-card:nth-child(3), .gallery-card:nth-child(4) { grid-column: auto; grid-row: auto; }
  .gallery-card:nth-child(1) { grid-column: 1 / -1; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .brand span { display: none; }
  .section { padding-inline: 1.25rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 380px; }
  .gallery-card:nth-child(1) { grid-column: auto; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li:nth-child(3) { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; border-left: 0; border-top: 1px solid var(--line); padding: 1.5rem 0 0; }
  .process-list li:first-child { border-top: 0; }
  .process-list li > span { margin: 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .footer-meta { flex-direction: column; }
}

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