:root {
  --ink: #263531;
  --ink-soft: #68736c;
  --cream: #f7f3ed;
  --paper: #fffdf8;
  --sage: #dfe3d9;
  --sage-deep: #b9c3b4;
  --teal: #687666;
  --coral: #b9786d;
  --gold: #b69a70;
  --line: rgba(23, 53, 59, .14);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
.section-shell { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.site-header { height: 82px; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(246, 244, 237, .94); position: sticky; top: 0; z-index: 5; backdrop-filter: blur(14px); }
.brand { display: inline-flex; gap: 11px; align-items: center; letter-spacing: -.02em; }
.brand-logo { width: 42px; height: 42px; display: block; object-fit: contain; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--serif); font-size: 21px; font-style: italic; }
.brand strong, .brand small { display: block; line-height: 1.1; }
.brand strong { font-size: 14px; font-weight: 700; }
.brand small { margin-top: 4px; color: var(--ink-soft); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 34px; margin-left: 110px; font-size: 13px; color: var(--ink-soft); }
.desktop-nav a, .text-link, .practice-card a, .site-footer a { transition: color .2s ease; }
.desktop-nav a:hover, .text-link:hover, .practice-card a:hover, .site-footer a:hover { color: var(--coral); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 16px 22px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .02em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; line-height: 0; font-weight: 400; }
.button-small { padding: 11px 16px; gap: 12px; }
.button-outline { border-color: var(--line); }
.button-outline:hover { background: var(--ink); color: var(--cream); }
.button-primary { background: var(--coral); color: #fff; }
.button-primary:hover { background: #a9655b; }
.button-cream { background: var(--cream); color: var(--ink); }
.button-cream:hover { background: #fff; }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 690px; align-items: center; gap: 75px; padding-block: 68px 82px; }
.hero-copy { padding-bottom: 12px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 25px; color: var(--teal); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 24px; height: 1px; background: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; }
h1 { max-width: 610px; margin-bottom: 28px; font-size: clamp(52px, 6vw, 84px); line-height: .99; }
h1 em, h2 em { color: var(--coral); font-style: italic; }
.hero-text { max-width: 450px; margin-bottom: 34px; color: var(--ink-soft); font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.text-link { color: var(--teal); font-size: 12px; font-weight: 700; }
.text-link span { display: inline-block; margin-left: 7px; color: var(--coral); font-size: 16px; }
.hero-meta { display: flex; gap: 38px; margin-top: 63px; padding-top: 22px; border-top: 1px solid var(--line); }
.hero-meta strong, .hero-meta span { display: block; }
.hero-meta strong { font-size: 11px; letter-spacing: .08em; }
.hero-meta span { margin-top: 4px; color: var(--ink-soft); font-size: 11px; }
.hero-art { min-height: 570px; position: relative; overflow: hidden; background: var(--sage); }
.art-orbit { position: absolute; border: 1px solid rgba(47, 98, 94, .32); border-radius: 50%; transform: rotate(-28deg); }
.orbit-one { width: 520px; height: 220px; top: 48px; left: -35px; }
.orbit-two { width: 570px; height: 290px; top: 163px; left: -100px; border-color: rgba(220, 128, 107, .5); }
.art-sun { position: absolute; width: 244px; height: 244px; top: 113px; left: 130px; border-radius: 50%; background: var(--coral); }
.art-sun::after { content: ""; position: absolute; inset: 32px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.art-leaf { position: absolute; width: 165px; height: 280px; border: 1px solid var(--teal); border-radius: 100% 0 100% 0; transform: rotate(35deg); }
.leaf-one { right: 36px; bottom: 28px; background: rgba(166, 197, 181, .8); }
.leaf-two { left: 25px; bottom: -52px; border-color: rgba(220, 128, 107, .65); transform: rotate(-36deg); }
.art-card { position: absolute; right: 25px; top: 27px; width: 190px; padding: 19px 18px 17px; background: rgba(251,250,246,.94); box-shadow: 0 12px 35px rgba(23, 53, 59, .08); }
.quote-mark { color: var(--coral); font-family: var(--serif); font-size: 42px; line-height: .5; }
.art-card p { margin: 15px 0 16px; font-family: var(--serif); font-size: 16px; line-height: 1.2; }
.art-signature { color: var(--ink-soft); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.art-label { position: absolute; left: 26px; bottom: 25px; color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .1em; line-height: 1.65; text-transform: uppercase; }
.art-label span { color: var(--teal); }
.trust-bar { border-block: 1px solid var(--line); background: #eeece3; }
.trust-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.trust-title { color: var(--ink-soft); font-family: var(--serif); font-size: 17px; font-style: italic; }
.trust-item { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 700; letter-spacing: .03em; }
.trust-item i { color: var(--coral); font-style: normal; }
.section-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; }
.about { padding-block: 130px 123px; }
h2 { margin-bottom: 0; font-size: clamp(39px, 4.3vw, 61px); line-height: 1.03; }
.section-intro h2 { max-width: 460px; }
.about-body { padding-top: 45px; max-width: 510px; color: var(--ink-soft); }
.about-body .lead { color: var(--ink); font-family: var(--serif); font-size: 27px; line-height: 1.18; }
.about-body p:not(.lead) { max-width: 450px; font-size: 15px; }
.credentials { display: flex; gap: 0; margin-top: 48px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credentials > div { flex: 1; padding: 17px 15px 17px 0; border-right: 1px solid var(--line); }
.credentials > div + div { padding-left: 16px; }
.credentials > div:last-child { border-right: 0; }
.credentials strong, .credentials span { display: block; }
.credentials strong { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.credentials span { margin-top: 4px; color: var(--ink-soft); font-size: 10px; line-height: 1.35; }
.practice { padding-block: 110px 125px; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1fr .68fr; gap: 60px; align-items: end; margin-bottom: 58px; }
.section-heading > p { max-width: 330px; margin-bottom: 4px; color: var(--ink-soft); font-size: 15px; }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.practice-card { min-height: 352px; padding: 25px 25px 22px; display: flex; flex-direction: column; }
.card-light { background: #eeece3; }
.card-sage { background: var(--sage); }
.card-dark { background: var(--teal); color: var(--cream); }
.card-number { color: var(--ink-soft); font-size: 10px; letter-spacing: .1em; }
.card-dark .card-number, .card-dark p { color: rgba(246,244,237,.68); }
.card-icon { display: block; margin: 28px 0 34px; color: var(--coral); font-family: var(--serif); font-size: 40px; line-height: .7; }
.practice-card h3 { max-width: 220px; margin-bottom: 13px; font-family: var(--serif); font-size: 28px; font-weight: 500; line-height: 1.05; letter-spacing: -.03em; }
.practice-card p { max-width: 275px; margin-bottom: 20px; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.practice-card a { margin-top: auto; font-size: 11px; font-weight: 700; }
.practice-card a span { margin-left: 7px; color: var(--coral); font-size: 16px; }
.appointment { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; padding-block: 105px; background: var(--teal); color: var(--cream); }
.appointment::before { content: ""; position: absolute; }
.appointment-copy { padding-left: 35px; }
.eyebrow-light { color: var(--sage); }
.appointment-copy h2 { max-width: 500px; margin-bottom: 25px; color: var(--cream); }
.appointment-copy p:not(.eyebrow) { max-width: 380px; margin-bottom: 32px; color: rgba(246,244,237,.72); font-size: 15px; }
.appointment-signature { width: 230px; max-width: 100%; height: auto; display: block; margin: 0 0 28px; opacity: .88; }
.appointment-steps { padding-top: 10px; }
.step { display: flex; gap: 25px; padding: 0 0 28px; margin-bottom: 28px; border-bottom: 1px solid rgba(246,244,237,.2); }
.step > span { color: var(--coral); font-family: var(--serif); font-size: 22px; }
.step strong { font-family: var(--serif); font-size: 21px; font-weight: 500; }
.step p { max-width: 330px; margin: 5px 0 0; color: rgba(246,244,237,.68); font-size: 13px; }
.faq { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; padding-block: 130px 120px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 21px; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--coral); font-family: var(--sans); font-size: 22px; font-weight: 400; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 550px; margin: -5px 35px 22px 0; color: var(--ink-soft); font-size: 13px; }
.final-cta { display: flex; align-items: end; justify-content: space-between; gap: 50px; padding-block: 80px 100px; border-top: 1px solid var(--line); }
.final-cta h2 { max-width: 700px; font-size: clamp(38px, 4.5vw, 61px); }
.final-cta .eyebrow { margin-bottom: 22px; }
.site-footer { background: #eae8df; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; gap: 32px; min-height: 105px; }
.footer-brand { margin-right: auto; }
.footer-inner > p, .footer-inner > a, .copyright { color: var(--ink-soft); font-size: 11px; }
.footer-inner > a span { color: var(--coral); font-size: 16px; }
.footer-note { padding-block: 16px 25px; color: var(--ink-soft); font-size: 10px; }
.hero-photo-art { background: #e9e0d5; }
.hero-photo-art::before { content: ""; position: absolute; width: 270px; height: 270px; left: -95px; bottom: -75px; border: 1px solid rgba(182, 154, 112, .72); border-radius: 50%; }
.hero-photo-main, .hero-photo-detail { position: absolute; overflow: hidden; margin: 0; background: var(--paper); box-shadow: 0 24px 45px rgba(23, 53, 59, .13); }
.hero-photo-main { inset: 24px 25px 26px 74px; border: 8px solid var(--paper); border-radius: 150px 150px 8px 8px; }
.hero-photo-main img, .hero-photo-detail img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-photo-main img { object-position: 52% 48%; }
.hero-photo-detail { left: 18px; bottom: 24px; width: 145px; height: 170px; padding: 7px; transform: rotate(-5deg); }
.hero-photo-detail img { object-position: 50% 50%; }
.hero-photo-art .art-card { z-index: 2; }
.hero-photo-art .art-label { z-index: 2; left: auto; right: 28px; bottom: 22px; color: var(--paper); text-shadow: 0 1px 8px rgba(23,53,59,.5); }
.photo-story { padding-block: 115px 125px; border-top: 1px solid var(--line); }
.photo-story-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 60px; align-items: end; margin-bottom: 55px; }
.photo-story-heading h2 { max-width: 450px; }
.photo-story-heading > p { max-width: 330px; margin-bottom: 3px; color: var(--ink-soft); font-size: 15px; }
.photo-story-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 17px; }
.photo-story figure { position: relative; overflow: hidden; margin: 0; background: var(--sage); }
.photo-story img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.photo-story figure:hover img { transform: scale(1.035); }
.photo-story-large { min-height: 510px; }
.photo-story-large img { object-position: 50% 50%; }
.photo-story-side { display: grid; grid-template-rows: 1fr 1fr; gap: 17px; }
.photo-story-side figure { min-height: 246px; }
.photo-story-side figure:first-child img { object-position: 50% 42%; }
.photo-story-side figure:last-child img { object-position: 50% 42%; }
.photo-story figcaption { position: absolute; right: 16px; bottom: 15px; left: 16px; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-shadow: 0 1px 8px rgba(0,0,0,.55); text-transform: uppercase; }
.team { padding-block: 115px 125px; border-top: 1px solid var(--line); }
.team-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 17px; }
.team-grid figure { position: relative; overflow: hidden; margin: 0; min-height: 420px; background: var(--sage); }
.team-grid img { width: 100%; height: 100%; display: block; object-fit: cover; }
.location { padding-block: 110px 125px; border-top: 1px solid var(--line); }
.location-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: stretch; }
.location-info { display: flex; flex-direction: column; justify-content: center; gap: 28px; }
.hours-list { display: flex; flex-direction: column; gap: 14px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.hours-list > div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.hours-list span { color: var(--ink-soft); font-size: 13px; }
.hours-list strong { font-family: var(--serif); font-size: 16px; font-weight: 500; text-align: right; }
.location-address { color: var(--ink-soft); font-size: 14px; }
.location-map { min-height: 360px; overflow: hidden; background: var(--sage); }
.location-map iframe { width: 100%; height: 100%; min-height: 360px; border: 0; display: block; }
.testimonials { padding-block: 115px 125px; border-top: 1px solid var(--line); }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.testimonial-card { padding: 30px 26px 26px; min-height: 230px; display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: transform .2s ease, box-shadow .2s ease; }
.testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0, 0, 0, .08); }
.testimonial-card p { flex: 1; margin: 15px 0 22px; font-family: var(--serif); font-size: 17px; line-height: 1.35; }
.testimonial-name { color: var(--ink-soft); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
@media (max-width: 900px) {
  .section-shell { width: min(100% - 44px, 650px); }
  .site-header { height: 72px; padding-inline: 22px; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 48px; padding-block: 72px 55px; }
  .hero-art { min-height: 440px; }
  .art-sun { left: 29%; top: 95px; }
  .trust-inner { flex-wrap: wrap; gap: 17px 28px; padding-block: 21px; }
  .trust-title { width: 100%; }
  .section-grid, .faq { grid-template-columns: 1fr; gap: 20px; }
  .about { padding-block: 90px; }
  .about-body { padding-top: 20px; }
  .section-heading, .appointment { grid-template-columns: 1fr; gap: 40px; }
  .photo-story-heading { grid-template-columns: 1fr; gap: 25px; }
  .photo-story-grid { grid-template-columns: 1fr; }
  .photo-story-large { min-height: 390px; }
  .photo-story-side { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .photo-story-side figure { min-height: 210px; }
  .practice { padding-block: 80px 90px; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-card { min-height: 280px; }
  .appointment { width: 100%; padding: 75px max(22px, calc((100% - 650px) / 2)); }
  .appointment-copy { padding-left: 0; }
  .faq { padding-block: 90px; }
  .final-cta { align-items: start; flex-direction: column; padding-block: 70px 80px; }
  .footer-inner { flex-wrap: wrap; gap: 15px 24px; padding-block: 25px; }
  .footer-brand { width: 100%; }
  .team { padding-block: 80px 90px; }
  .team-grid { grid-template-columns: 1fr; }
  .team-grid figure { min-height: 280px; }
  .location { padding-block: 80px 90px; }
  .location-grid { grid-template-columns: 1fr; gap: 32px; }
  .location-map { min-height: 280px; }
  .location-map iframe { min-height: 280px; }
  .testimonials { padding-block: 80px 90px; }
  .testimonial-grid { grid-template-columns: 1fr; }
}
@media (max-width: 500px) {
  .section-shell { width: calc(100% - 36px); }
  .site-header .button { padding: 10px 11px; font-size: 10px; }
  h1 { font-size: 54px; }
  .hero-text { font-size: 15px; }
  .hero-actions { align-items: start; flex-direction: column; gap: 20px; }
  .hero-meta { gap: 20px; }
  .hero-meta span { max-width: 100px; }
  .hero-art { min-height: 370px; }
  .hero-photo-main { inset: 18px 16px 18px 50px; }
  .hero-photo-detail { left: 8px; bottom: 16px; width: 105px; height: 125px; }
  .hero-photo-art .art-label { right: 14px; bottom: 14px; font-size: 9px; }
  .art-sun { width: 180px; height: 180px; left: 25%; top: 93px; }
  .art-card { right: 14px; top: 18px; width: 145px; }
  .art-card p { font-size: 14px; }
  .orbit-one { width: 400px; height: 180px; left: -35px; }
  .orbit-two { width: 430px; height: 220px; left: -60px; }
  .trust-item { font-size: 10px; }
  .credentials { flex-wrap: wrap; }
  .credentials > div { min-width: 50%; border-bottom: 1px solid var(--line); }
  .credentials > div:nth-child(2) { border-right: 0; }
  .credentials > div:last-child { min-width: 100%; border-bottom: 0; }
  .section-heading { gap: 25px; }
  .appointment { padding-inline: 18px; }
  .photo-story-side { gap: 9px; }
  .photo-story-side figure { min-height: 155px; }
  .footer-inner > p, .footer-inner > a, .copyright { font-size: 10px; }
}
