@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Manrope:wght@400;500;600;700&display=swap');

@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
  color: #16241c;
  background: #f3e9dc;
  font-family: 'Manrope', Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ivory: #f3e9dc;
  --forest: #1f3a2e;
  --forest-deep: #16241c;
  --rose: #b97a66;
  --gold: #a67c3d;
  --mist: #e5d9c8;
  --line: rgba(31, 58, 46, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.lenis,
html.lenis body { height: auto; }
html.lenis.lenis-smooth { scroll-behavior: auto !important; }
html.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
html.lenis.lenis-stopped { overflow: hidden; }
html.lenis.lenis-smooth iframe { pointer-events: none; }
body { margin: 0; min-width: 320px; background: var(--ivory); }
body, button, input, textarea { font-family: 'Manrope', Arial, sans-serif; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--rose); outline-offset: 4px; }

.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.section { padding: 132px 0; }
.section--forest { color: var(--ivory); background: var(--forest); }
.section--sand { background: #eaddcc; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { display: block; width: 28px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: 'Fraunces', Georgia, serif; font-weight: 500; letter-spacing: -.045em; }
h1 em, h2 em, h3 em { color: var(--rose); font-style: italic; }
h1 { max-width: 740px; margin-bottom: 28px; font-size: clamp(48px, 6.6vw, 87px); line-height: .99; }
h2 { margin-bottom: 26px; font-size: clamp(40px, 5vw, 68px); line-height: 1.02; }
h3 { letter-spacing: -.025em; }
.section-intro { max-width: 650px; }
.section-intro-body { color: rgba(22, 36, 28, .76); font-size: 16px; line-height: 1.9; }
.section-intro-body p { margin-bottom: 16px; }
.section--forest .section-intro-body { color: rgba(243, 233, 220, .72); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 40; padding: 20px 0; background: rgba(243, 233, 220, .9); border-bottom: 1px solid rgba(31, 58, 46, .08); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.header-logo-image { display: block; width: 192px; height: 58px; overflow: hidden; }
.header-logo-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { position: relative; display: block; width: 31px; height: 31px; border-radius: 50% 50% 50% 4px; background: var(--forest); transform: rotate(-30deg); }
.brand-mark span { position: absolute; width: 1px; height: 20px; background: var(--ivory); transform: rotate(42deg); }
.brand-mark span:first-child { left: 11px; top: 3px; }
.brand-mark span:last-child { left: 17px; top: 7px; transform: rotate(74deg); }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-family: 'Fraunces', Georgia, serif; font-size: 18px; font-weight: 600; letter-spacing: -.03em; }
.brand-copy small { color: rgba(22, 36, 28, .63); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 40px); color: rgba(22, 36, 28, .72); font-size: 11px; font-weight: 700; }
.main-nav > a:not(.header-cta) { transition: color .2s ease; }
.main-nav > a:not(.header-cta):hover { color: var(--forest); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; border: 1px solid transparent; font-size: 11px; font-weight: 700; letter-spacing: .05em; transition: transform .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease; }
.header-cta { padding: 13px 18px; color: var(--ivory); background: var(--forest); }
.header-cta:hover, .button:hover { transform: translateY(-2px); }
.header-cta svg, .button svg { width: 15px; height: 15px; stroke-width: 1.8; }
.menu-toggle { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; color: var(--forest); background: transparent; border: 0; cursor: pointer; }
.menu-toggle svg { width: 24px; height: 24px; }

.hero { position: relative; display: flex; align-items: center; min-height: min(860px, 100vh); padding: 156px 0 90px; overflow: hidden; }
.hero-grain { position: absolute; inset: 0; opacity: .35; pointer-events: none; background-image: radial-gradient(rgba(31, 58, 46, .22) .65px, transparent .65px); background-size: 9px 9px; mask-image: linear-gradient(110deg, black, transparent 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); align-items: center; gap: 9vw; }
.hero-copy { position: relative; z-index: 1; }
.hero-lead { max-width: 490px; margin-bottom: 36px; color: rgba(22, 36, 28, .72); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 27px; }
.button { min-height: 52px; padding: 0 22px; }
.button--primary { color: var(--ivory); background: var(--forest); }
.button--primary:hover { background: var(--rose); }
.button--outline-light { margin-top: 50px; color: var(--ivory); border-color: rgba(243, 233, 220, .42); }
.button--outline-light:hover { color: var(--forest); background: var(--ivory); }
.button--light { color: var(--forest); background: var(--ivory); }
.button--light:hover { color: var(--ivory); background: var(--rose); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-size: 11px; font-weight: 700; }
.text-link svg { width: 15px; height: 15px; transition: transform .2s ease; }
.text-link:hover svg { transform: translateY(3px); }
.hero-visual { position: relative; justify-self: end; width: min(100%, 480px); }
.hero-visual-frame { position: relative; padding: 22px 24px 27px; background: var(--forest); }
.hero-visual-frame::before { position: absolute; top: -15px; right: -15px; width: 84px; height: 84px; border: 1px solid var(--gold); content: ''; }
.hero-visual-frame::after { position: absolute; bottom: -11px; left: -11px; width: 50px; height: 50px; border-bottom: 1px solid var(--rose); border-left: 1px solid var(--rose); content: ''; }
.image-placeholder { position: relative; display: flex; align-items: flex-end; min-height: 500px; overflow: hidden; background: var(--rose); }
.image-placeholder--forest { background: #304d3e; }
.image-placeholder--sage { background: #a9b4a0; }
.image-placeholder--gold { background: #a67c3d; }
.image-placeholder--photo { background: var(--forest); }
.image-placeholder--photo::before, .image-placeholder--photo::after { display: none; }
.real-site-image { position: absolute; inset: 0; z-index: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.image-placeholder::before, .image-placeholder::after { position: absolute; border-radius: 50%; content: ''; }
.image-placeholder::before { top: 11%; right: 10%; width: 62%; aspect-ratio: 1; background: rgba(243, 233, 220, .15); }
.image-placeholder::after { right: -9%; bottom: -12%; width: 75%; aspect-ratio: 1; border: 1px solid rgba(243, 233, 220, .56); }
.placeholder-orbit { position: absolute; top: 15%; left: 15%; width: 45%; height: 70%; border: 1px solid rgba(243, 233, 220, .36); border-radius: 50%; transform: rotate(35deg); }
.placeholder-copy { position: relative; z-index: 1; display: grid; gap: 5px; width: 100%; padding: 25px; color: var(--ivory); }
.placeholder-copy svg { width: 19px; height: 19px; margin-bottom: 5px; color: var(--gold); }
.placeholder-copy span { font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.placeholder-copy small { max-width: 210px; color: rgba(243, 233, 220, .75); font-family: 'Fraunces', Georgia, serif; font-size: 22px; line-height: 1.05; }
.image-placeholder--compact { min-height: 275px; }
.image-placeholder--compact .placeholder-copy { padding: 22px; }
.image-placeholder--compact .placeholder-copy small { font-size: 18px; }
.vertical-note { position: absolute; right: -42px; bottom: 82px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.vertical-note i { margin: 8px 0; color: var(--rose); font-style: normal; }
.hero-note { position: absolute; bottom: 38px; left: -73px; display: flex; align-items: flex-start; gap: 10px; padding: 15px 17px; color: var(--forest); background: var(--ivory); box-shadow: 0 18px 35px rgba(22, 36, 28, .12); font-family: 'Fraunces', Georgia, serif; font-size: 17px; line-height: 1.06; }
.hero-note svg { width: 18px; height: 18px; color: var(--rose); }
.hero-note em { color: var(--rose); }
.hero-scroll { position: absolute; bottom: 30px; left: 50%; display: flex; align-items: center; gap: 11px; color: rgba(22, 36, 28, .4); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll i { display: block; width: 34px; height: 1px; background: var(--rose); }

.about { background: #ede1d2; }
.about-grid { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1fr); align-items: center; gap: clamp(60px, 10vw, 150px); }
.about-visual { position: relative; padding: 0 34px 34px 0; }
.about-visual .image-placeholder { min-height: 570px; }
.about-visual::after { position: absolute; right: 0; bottom: 0; z-index: 2; width: 92px; height: 92px; background: var(--gold); content: ''; mix-blend-mode: multiply; }
.credential-stamp { position: absolute; top: 42px; right: -17px; z-index: 3; display: grid; place-items: center; width: 86px; height: 86px; border: 1px solid var(--ivory); border-radius: 50%; color: var(--ivory); background: var(--forest); transform: rotate(12deg); }
.credential-stamp span { margin-top: 12px; font-family: 'Fraunces', Georgia, serif; font-size: 29px; line-height: .8; }
.credential-stamp small { font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.image-caption { position: absolute; bottom: -14px; left: 20px; z-index: 3; margin: 0; color: var(--forest); font-family: 'Fraunces', Georgia, serif; font-size: 17px; line-height: 1.1; }
.about-copy { padding-bottom: 20px; }
.about-copy .section-intro-body { max-width: 540px; }
.about-signature { display: grid; gap: 8px; margin-top: 40px; padding-top: 19px; border-top: 1px solid var(--line); }
.about-signature span { color: var(--rose); font-family: 'Fraunces', Georgia, serif; font-size: 22px; font-style: italic; }
.about-signature small { color: rgba(22, 36, 28, .6); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.specialties { position: relative; overflow: hidden; }
.specialties::after { position: absolute; top: 80px; right: -150px; width: 350px; height: 350px; border: 1px solid rgba(243, 233, 220, .12); border-radius: 50%; content: ''; }
.specialties-header { position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.specialties .section-intro { max-width: 690px; }
.specialties h2 { color: var(--ivory); }
.side-note { padding-bottom: 14px; color: rgba(243, 233, 220, .5); font-size: 9px; font-weight: 700; line-height: 1.5; letter-spacing: .18em; text-align: right; }
.specialty-list { position: relative; z-index: 1; margin-top: 72px; border-top: 1px solid rgba(243, 233, 220, .24); }
.specialty-row { display: grid; grid-template-columns: 72px minmax(0, 1fr) 225px; gap: 38px; align-items: center; padding: 32px 0; border-bottom: 1px solid rgba(243, 233, 220, .24); }
.specialty-number { color: var(--gold); font-family: 'Fraunces', Georgia, serif; font-size: 17px; }
.specialty-main h3 { max-width: 600px; margin-bottom: 12px; color: var(--ivory); font-size: 32px; }
.specialty-main p { max-width: 580px; margin: 0; color: rgba(243, 233, 220, .65); font-size: 14px; line-height: 1.65; }
.specialty-detail { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 57px; padding: 12px 0 12px 17px; border-left: 2px solid; font-family: 'Fraunces', Georgia, serif; font-size: 15px; line-height: 1.1; }
.specialty-detail svg { width: 19px; flex: 0 0 auto; }
.specialty-detail--rose { color: #dca897; border-color: #dca897; }
.specialty-detail--sage { color: #b6c6ae; border-color: #b6c6ae; }
.specialty-detail--gold { color: #d4aa68; border-color: #d4aa68; }

.difference { background: var(--ivory); }
.difference-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding-bottom: 68px; }
.difference-heading h2 { margin: 0; }
.difference-heading .eyebrow { align-self: flex-start; padding-top: 10px; }
.difference-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.difference-item { display: grid; grid-template-columns: 42px minmax(0, 1fr) 24px; gap: 16px; padding: 32px 25px 28px 0; border-bottom: 1px solid var(--line); }
.difference-item:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 45px; }
.difference-item:nth-child(even) { padding-left: 45px; }
.difference-item > span { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.difference-item h3 { margin-bottom: 10px; font-size: 27px; }
.difference-item p { max-width: 390px; margin: 0; color: rgba(22, 36, 28, .68); font-size: 13px; line-height: 1.65; }
.difference-item > svg { width: 17px; height: 17px; color: var(--rose); }

.testimonials { background: #ead7cf; }
.testimonials-grid { display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: clamp(60px, 10vw, 150px); }
.testimonials-heading .section-intro-body { max-width: 410px; }
.testimonials-heading > .text-link { margin-top: 28px; }
.testimonial-card { position: relative; min-height: 305px; padding: 0; background: var(--forest); box-shadow: 18px 18px 0 var(--rose); }
.testimonial-carousel { position: relative; width: 100%; min-height: 305px; overflow: hidden; }
.testimonial-slides { position: relative; min-height: 305px; }
.testimonial-slide { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 42px 76px 45px; opacity: 0; pointer-events: none; transform: translateX(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.22, 1, .36, 1); }
.testimonial-slide.is-active { opacity: 1; pointer-events: auto; transform: translateX(0); }
.testimonial-slide img { display: block; width: 100%; max-height: 215px; object-fit: contain; background: #fff; box-shadow: 0 10px 28px rgba(0, 0, 0, .12); }
.carousel-control { position: absolute; top: 50%; z-index: 2; display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid rgba(243, 233, 220, .55); border-radius: 50%; color: var(--ivory); background: rgba(31, 58, 46, .72); cursor: pointer; transform: translateY(-50%); transition: color .2s ease, background-color .2s ease, transform .2s ease; }
.carousel-control:hover { color: var(--forest); background: var(--ivory); transform: translateY(-50%) scale(1.06); }
.carousel-control--prev { left: 22px; }
.carousel-control--next { right: 22px; }
.carousel-counter { position: absolute; right: 24px; bottom: 17px; z-index: 2; color: rgba(243, 233, 220, .66); font-size: 9px; font-weight: 700; letter-spacing: .13em; }

.gallery { overflow: hidden; }
.gallery-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.gallery-heading .section-intro { max-width: 650px; }
.instagram-link, .footer-instagram { display: inline-flex; align-items: center; gap: 9px; color: var(--forest); font-size: 11px; font-weight: 700; white-space: nowrap; }
.instagram-link svg, .footer-instagram svg { width: 18px; height: 18px; color: transparent; stroke: transparent; background-image: url('../public/instagram-icon-white.png'), url('/instagram-icon-white.png'); background-position: center; background-repeat: no-repeat; background-size: contain; }
.instagram-icon { display: inline-block; width: 18px; height: 18px; flex: 0 0 auto; border: 0; border-radius: 0; color: transparent; background-image: url('../public/instagram-icon-white.png'), url('/instagram-icon-white.png'); background-position: center; background-repeat: no-repeat; background-size: contain; }
.instagram-icon::before, .instagram-icon::after { display: none; }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr .95fr; gap: 16px; margin-top: 66px; }
.gallery-grid .image-placeholder:first-child { min-height: 360px; }
.gallery-grid .image-placeholder:nth-child(2) { margin-top: 56px; }
.gallery-grid .image-placeholder:nth-child(3) { margin-top: -17px; }
.gallery-note { margin: 25px 0 0; color: rgba(22, 36, 28, .53); font-size: 10px; font-weight: 700; letter-spacing: .07em; }

.assessment { position: relative; overflow: hidden; background: #f0e4d6; }
.assessment-grid { display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.assessment-visual { position: relative; padding: 0 34px 34px 0; }
.assessment-visual::after { position: absolute; right: 0; bottom: 0; z-index: 2; width: 84px; height: 84px; background: var(--gold); content: ''; mix-blend-mode: multiply; }
.assessment-photo { position: relative; min-height: 540px; overflow: hidden; background: var(--forest); box-shadow: 18px 18px 0 var(--rose); }
.assessment-photo-label { position: absolute; bottom: -31px; left: 19px; z-index: 3; color: var(--forest); font-family: 'Fraunces', Georgia, serif; font-size: 18px; line-height: 1.08; }
.assessment-copy { max-width: 650px; }
.assessment-copy h2 { max-width: 620px; }
.assessment-lead { max-width: 590px; margin-bottom: 19px; color: var(--forest); font-family: 'Fraunces', Georgia, serif; font-size: 24px; line-height: 1.25; }
.assessment-body { max-width: 570px; color: rgba(22, 36, 28, .7); font-size: 14px; line-height: 1.75; }
.assessment-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 25px; max-width: 610px; margin: 30px 0 35px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.assessment-list li { display: flex; align-items: flex-start; gap: 9px; padding: 14px 0 12px; border-bottom: 1px solid var(--line); color: rgba(22, 36, 28, .76); font-size: 12px; line-height: 1.4; }
.assessment-list li > svg, .assessment-list li > span:first-child { flex: 0 0 auto; margin-top: 1px; color: var(--rose); }
.assessment-list li > svg { width: 16px; height: 16px; }
.assessment-list li > span:first-child { font-size: 14px; font-weight: 700; }

.process { background: #d4d7c8; }
.process-grid { display: grid; grid-template-columns: .9fr 1fr; gap: clamp(60px, 11vw, 170px); }
.process-intro { max-width: 380px; margin-top: 32px; color: rgba(22, 36, 28, .68); font-size: 15px; line-height: 1.7; }
.process-steps { padding-top: 8px; }
.process-step { display: grid; grid-template-columns: 55px 1fr; gap: 22px; padding: 0 0 34px; margin-bottom: 34px; border-bottom: 1px solid rgba(31, 58, 46, .2); }
.process-step:last-child { margin-bottom: 0; }
.process-step strong { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--rose); border-radius: 50%; color: var(--forest); font-family: 'Fraunces', Georgia, serif; font-size: 19px; font-weight: 500; }
.process-step h3 { margin-bottom: 9px; font-size: 27px; }
.process-step p { max-width: 425px; margin: 0; color: rgba(22, 36, 28, .63); font-size: 13px; line-height: 1.65; }

.location { background: #f2e7d9; }
.location-grid { display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.location-copy .section-intro-body { max-width: 440px; }
.address-block { display: flex; align-items: flex-start; gap: 14px; margin: 39px 0 27px; padding-top: 21px; border-top: 1px solid var(--line); }
.address-block > svg { width: 19px; height: 19px; color: var(--rose); }
.address-block strong { display: block; margin-bottom: 8px; font-family: 'Fraunces', Georgia, serif; font-size: 20px; font-weight: 500; }
.address-block p { margin: 0; color: rgba(22, 36, 28, .67); font-size: 13px; line-height: 1.75; }
.map-frame { position: relative; min-height: 400px; padding: 12px; background: var(--forest); box-shadow: 18px 18px 0 var(--rose); }
.map-frame iframe { display: block; filter: sepia(.18) saturate(.74); }

.contact { padding: 112px 0 126px; }
.contact-grid { display: grid; grid-template-columns: .87fr 1fr; gap: clamp(60px, 11vw, 170px); }
.contact-copy h2 { color: var(--ivory); }
.contact-copy h2 em { color: #dca897; }
.contact-copy > p:not(.eyebrow) { max-width: 420px; color: rgba(243, 233, 220, .68); font-size: 15px; line-height: 1.7; }
.contact-links { display: none; }
.contact-links a { display: inline-flex; align-items: center; gap: 9px; color: var(--ivory); font-size: 12px; font-weight: 700; }
.contact-links svg { width: 20px; height: 20px; color: #dca897; }
.contact-links a:last-child svg { color: transparent; stroke: transparent; background-image: url('../public/instagram-icon-white.png'), url('/instagram-icon-white.png'); background-position: center; background-repeat: no-repeat; background-size: contain; }
.instagram-icon-image { display: block; width: 18px; height: 18px; flex: 0 0 auto; object-fit: contain; }
.contact-links .instagram-icon-image { width: 20px; height: 20px; }
.contact-form { display: grid; gap: 22px; padding: 34px; border: 1px solid rgba(243, 233, 220, .27); }
.contact-form label { display: grid; gap: 9px; color: rgba(243, 233, 220, .64); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(243, 233, 220, .33); outline: 0; resize: vertical; color: var(--ivory); background: transparent; font-size: 14px; letter-spacing: 0; text-transform: none; transition: border-color .2s ease; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(243, 233, 220, .45); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); }
.contact-form .button { justify-self: start; margin-top: 8px; }
.contact-form small { color: rgba(243, 233, 220, .45); font-size: 9px; line-height: 1.5; }

.site-footer { color: var(--ivory); background: var(--forest-deep); }
.footer-main { display: grid; grid-template-columns: 1.1fr 1fr .8fr; gap: 40px; align-items: center; padding: 53px 0; }
.footer-logo-image { display: block; width: 224px; height: 92px; overflow: hidden; }
.footer-logo-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand--light .brand-mark { background: var(--ivory); }
.brand--light .brand-mark span { background: var(--forest); }
.brand--light .brand-copy strong, .brand--light .brand-copy small { color: var(--ivory); }
.footer-main > p { margin: 0; color: rgba(243, 233, 220, .57); font-size: 12px; line-height: 1.65; }
.footer-instagram { justify-self: end; color: var(--ivory); }
.footer-bottom { display: flex; justify-content: space-between; padding: 17px 0 24px; border-top: 1px solid rgba(243, 233, 220, .15); color: rgba(243, 233, 220, .42); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom strong { color: var(--gold); font-weight: 700; }
.whatsapp-float { position: fixed; right: 24px; bottom: calc(24px + env(safe-area-inset-bottom)); z-index: 50; display: inline-flex; align-items: center; justify-content: center; width: 57px; height: 57px; border-radius: 50%; color: white; background: #25d366; box-shadow: 0 9px 25px rgba(15, 74, 40, .28); transition: transform .25s ease, box-shadow .25s ease; }
.whatsapp-float:hover { transform: scale(1.07); box-shadow: 0 12px 30px rgba(15, 74, 40, .37); }
.whatsapp-float img { width: 43px; height: 43px; border-radius: 50%; object-fit: cover; }
.whatsapp-float span { position: absolute; right: 68px; width: max-content; padding: 8px 11px; border-radius: 2px; opacity: 0; color: var(--forest); background: var(--ivory); box-shadow: 0 6px 20px rgba(22, 36, 28, .13); font-size: 10px; font-weight: 700; pointer-events: none; transform: translateX(7px); transition: opacity .2s ease, transform .2s ease; }
.whatsapp-float:hover span { opacity: 1; transform: translateX(0); }

@media (max-width: 950px) {
  .container { width: min(100% - 44px, 720px); }
  .main-nav { gap: 17px; }
  .main-nav > a:not(.header-cta) { display: none; }
  .menu-toggle { display: inline-flex; }
  .main-nav--open { position: absolute; top: 78px; right: 22px; display: grid; gap: 0; width: min(290px, calc(100vw - 44px)); padding: 8px; background: var(--ivory); box-shadow: 0 20px 50px rgba(22, 36, 28, .13); }
  .main-nav--open > a:not(.header-cta) { display: block; padding: 14px 13px; border-bottom: 1px solid var(--line); }
  .main-nav--open .header-cta { margin-top: 8px; }
  .hero-grid, .about-grid, .testimonials-grid, .process-grid, .location-grid, .contact-grid { grid-template-columns: 1fr; gap: 65px; }
  .hero-grid { max-width: 720px; }
  .hero-visual { justify-self: start; width: min(100%, 550px); }
  .hero { min-height: auto; padding-top: 145px; }
  .hero-scroll { display: none; }
  .about-visual { max-width: 500px; }
  .about-copy { max-width: 650px; }
  .assessment-grid { grid-template-columns: 1fr; gap: 65px; }
  .assessment-visual { max-width: 550px; }
  .testimonials-grid, .location-grid, .contact-grid { gap: 70px; }
  .location-copy { max-width: 600px; }
  .contact-copy { max-width: 620px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-instagram { justify-self: start; }
}

@media (max-width: 650px) {
  .container { width: calc(100% - 36px); }
  .section { padding: 88px 0; }
  .site-header { padding: 15px 0; }
  .header-logo-image { width: 156px; height: 49px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { font-size: 7px; }
  .hero { padding: 119px 0 74px; }
  h1 { font-size: clamp(44px, 13vw, 66px); }
  h2 { font-size: clamp(38px, 12vw, 56px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; }
  .hero-visual-frame { padding: 14px 15px 18px; }
  .image-placeholder { min-height: 410px; }
  .hero-note { bottom: 25px; left: -6px; font-size: 15px; }
  .vertical-note { right: -29px; font-size: 7px; }
  .about-grid { gap: 48px; }
  .about-visual { padding-right: 20px; }
  .about-visual .image-placeholder { min-height: 410px; }
  .credential-stamp { right: -2px; width: 72px; height: 72px; }
  .credential-stamp span { font-size: 24px; }
  .image-caption { left: 10px; font-size: 14px; }
  .assessment-visual { padding-right: 20px; }
  .assessment-photo { min-height: 410px; box-shadow: 10px 10px 0 var(--rose); }
  .assessment-photo-label { left: 11px; font-size: 14px; }
  .assessment-list { grid-template-columns: 1fr; gap: 0; }
  .specialties-header, .gallery-heading, .difference-heading { display: block; }
  .side-note { display: block; margin-top: 29px; text-align: left; }
  .specialty-list { margin-top: 48px; }
  .specialty-row { grid-template-columns: 34px minmax(0, 1fr); gap: 12px; padding: 28px 0; }
  .specialty-main h3 { font-size: 27px; }
  .specialty-main p { font-size: 13px; }
  .specialty-detail { grid-column: 2; min-height: auto; margin-top: 4px; padding: 11px 0 5px 13px; font-size: 14px; }
  .button--outline-light { margin-top: 38px; }
  .difference-heading { padding-bottom: 43px; }
  .difference-heading h2 { margin-top: 31px; }
  .difference-list { grid-template-columns: 1fr; }
  .difference-item, .difference-item:nth-child(odd), .difference-item:nth-child(even) { grid-template-columns: 35px minmax(0, 1fr) 24px; padding: 27px 0; border-right: 0; }
  .difference-item h3 { font-size: 24px; }
  .testimonial-card, .testimonial-carousel, .testimonial-slides { min-height: 270px; }
  .testimonial-slide { padding: 37px 57px 42px; }
  .testimonial-slide img { max-height: 190px; }
  .carousel-control--prev { left: 14px; }
  .carousel-control--next { right: 14px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 45px; }
  .gallery-grid .image-placeholder:first-child { grid-column: 1 / -1; min-height: 275px; }
  .gallery-grid .image-placeholder:nth-child(2), .gallery-grid .image-placeholder:nth-child(3) { min-height: 220px; margin-top: 0; }
  .gallery-grid .placeholder-copy small { font-size: 15px; }
  .process-grid { gap: 52px; }
  .process-step { grid-template-columns: 43px 1fr; gap: 12px; }
  .process-step h3 { font-size: 24px; }
  .map-frame { min-height: 330px; padding: 8px; box-shadow: 10px 10px 0 var(--rose); }
  .map-frame iframe { height: 330px; }
  .contact { padding: 84px 0 98px; }
  .contact-form { padding: 25px 19px; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; padding: 42px 0; }
  .footer-logo-image { width: 204px; height: 84px; }
  .footer-bottom { display: grid; gap: 11px; }
  .whatsapp-float { right: 17px; width: 54px; height: 54px; }
  .whatsapp-float img { width: 41px; height: 41px; }
  .whatsapp-float span { display: none; }
}

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