:root {
  --cream: #f6f0e6;
  --cream-deep: #ece3d5;
  --paper: #fffaf2;
  --sage: #b8b99d;
  --sage-dark: #8f9274;
  --green: #123c33;
  --green-deep: #082d26;
  --gold: #b4863c;
  --ink: #17352e;
  --muted: #65716c;
  --line: rgba(18, 60, 51, 0.2);
  --display: "Italiana", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-160%); background: var(--green); color: white; padding: .65rem 1rem; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 30; width: 100%; min-height: 84px; padding: 12px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; background: rgba(246, 240, 230, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .9rem; width: max-content; color: var(--green); font-family: var(--display); font-size: 1.5rem; letter-spacing: .01em; text-decoration: none; }
.desktop-nav { display: flex; align-items: center; gap: 2rem; }
.desktop-nav a { font-size: .72rem; font-weight: 600; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a, .footer-links a { position: relative; }
.desktop-nav a::after, .footer-links a::after { position: absolute; right: 0; bottom: -.35rem; left: 0; height: 1px; background: var(--gold); content: ""; transform: scaleX(0); transition: transform .25s ease; }
.desktop-nav a:hover::after, .footer-links a:hover::after { transform: scaleX(1); }

.monogram { display: block; width: 112px; aspect-ratio: 1; border-radius: 50%; background-image: url("assets/casy-monograms.webp"); background-position: 66.666% 50%; background-repeat: no-repeat; background-size: 400% 300%; box-shadow: 0 0 0 1px rgba(180, 134, 60, .35); }
.monogram--small { width: 50px; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .85rem 1.6rem; background: var(--green); border: 1px solid var(--green); color: #fff; font-size: .75rem; font-weight: 600; letter-spacing: .12em; line-height: 1.2; text-align: center; text-decoration: none; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { background: transparent; color: var(--green); transform: translateY(-2px); }
.button--header { justify-self: end; min-height: 44px; padding: .7rem 1.25rem; font-size: .67rem; }
.button--gold { background: var(--gold); border-color: var(--gold); color: var(--green-deep); }
.button--gold:hover { color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: .55rem; padding-block: .3rem; border-bottom: 1px solid var(--gold); color: var(--green); font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(2px, -2px); }

.menu-button, .mobile-nav { display: none; }
.hero { position: relative; width: min(var(--max), calc(100% - 48px)); min-height: calc(100svh - 84px); margin: 0 auto; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: clamp(3rem, 7vw, 8rem); padding: clamp(4rem, 8vw, 7.5rem) 0; }
.hero::before { position: absolute; top: 7%; left: 45%; width: 1px; height: 12%; background: var(--gold); content: ""; opacity: .55; }
.eyebrow { margin: 0 0 1.2rem; color: var(--gold); font-size: .69rem; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 1.6rem; font-family: var(--display); font-weight: 400; letter-spacing: -.025em; line-height: .96; }
h1 { max-width: 680px; font-size: clamp(4rem, 7.6vw, 7.2rem); }
h2 { font-size: clamp(3rem, 5.4vw, 5.8rem); }
h1 em, h2 em { color: var(--gold); font-weight: inherit; }
.flourish { width: min(310px, 70%); margin: 0 0 1.8rem; display: flex; align-items: center; gap: .9rem; color: var(--gold); }
.flourish span { height: 1px; flex: 1; background: var(--gold); }
.flourish b { font-size: .8rem; font-weight: 400; }
.hero__intro { max-width: 540px; margin-bottom: 2.2rem; color: #455b54; font-size: clamp(1rem, 1.5vw, 1.16rem); }
.hero__actions { display: flex; align-items: center; gap: 2rem; }
.hero__visual { position: relative; max-width: 570px; justify-self: end; padding: 0 0 3.5rem 3rem; }
.portrait-frame { aspect-ratio: .78; overflow: hidden; border-radius: 48% 48% 0 0; border: 1px solid rgba(180, 134, 60, .65); background: var(--sage); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 36%; filter: saturate(.82) contrast(.96) sepia(.04); }
.hero__badge { position: absolute; bottom: 0; left: 0; padding: 9px; border-radius: 50%; background: var(--cream); }
.hero__note { position: absolute; right: -3.5rem; bottom: 1rem; margin: 0; color: var(--muted); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: bottom left; }

.trust-bar { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--green); color: #f7f1e8; }
.trust-bar p { margin: 0; padding: 1.5rem clamp(1rem, 4vw, 4rem); border-right: 1px solid rgba(255,255,255,.18); font-family: var(--display); font-size: clamp(1rem, 1.4vw, 1.3rem); text-align: center; }
.trust-bar span { margin-right: .8rem; color: var(--gold); font-family: var(--body); font-size: .62rem; letter-spacing: .15em; }

.section { padding: clamp(5rem, 10vw, 10rem) max(24px, calc((100vw - var(--max)) / 2)); }
.services { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(4rem, 9vw, 9rem); background: var(--paper); }
.section-heading { max-width: 600px; }
.section-heading > p:last-child { max-width: 530px; color: var(--muted); }
.service-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 60px 1fr; gap: 1rem; padding: 1.7rem 0; border-bottom: 1px solid var(--line); }
.service-item > span { color: var(--gold); font-size: .67rem; letter-spacing: .15em; }
.service-item h3 { margin-bottom: .35rem; font-family: var(--display); font-size: clamp(1.6rem, 2.4vw, 2.2rem); font-weight: 400; line-height: 1.1; }
.service-item p { max-width: 520px; margin: 0; color: var(--muted); font-size: .92rem; }
.service-link { margin-top: 2rem; }

.approach { background: var(--green); color: #f8f1e6; }
.approach__intro { display: grid; grid-template-columns: .6fr 1.15fr .85fr; align-items: end; gap: 3rem; border-bottom: 1px solid rgba(255,255,255,.2); }
.approach__intro .eyebrow { align-self: start; }
.eyebrow--light { color: #d6b273; }
.approach__intro h2 { margin-bottom: 2.4rem; }
.approach__intro > p:last-child { margin-bottom: 2.4rem; color: #cbd6d1; }
.approach__steps { margin: 0; padding: 4rem 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; list-style: none; }
.approach__steps li { min-height: 230px; padding: 0 clamp(1.5rem, 4vw, 4rem); border-right: 1px solid rgba(255,255,255,.2); }
.approach__steps li:first-child { padding-left: 0; }
.approach__steps li:last-child { padding-right: 0; border: 0; }
.approach__steps span { display: block; margin-bottom: 2.2rem; color: var(--gold); font-size: .68rem; letter-spacing: .18em; }
.approach__steps h3 { margin-bottom: .8rem; font-family: var(--display); font-size: 2.5rem; font-weight: 400; }
.approach__steps p { color: #cbd6d1; font-size: .92rem; }

.work { background: var(--paper); }
.work__heading { margin-bottom: clamp(3rem, 6vw, 5rem); display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 4rem; }
.work__heading h2 { margin-bottom: 0; }
.work__heading > p { max-width: 470px; margin-bottom: .5rem; color: var(--muted); }
.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(.8rem, 1.6vw, 1.5rem); }
.work-card { position: relative; grid-column: span 4; margin: 0; overflow: hidden; background: var(--sage); }
.work-card--tall { grid-column: span 5; }
.work-card--wide { grid-column: span 7; }
.work-card img { width: 100%; height: 100%; min-height: 420px; aspect-ratio: .82; object-fit: cover; transition: transform .65s ease; }
.work-card--wide img { aspect-ratio: 1.25; }
.work-card:hover img { transform: scale(1.025); }
.work-card figcaption { position: absolute; right: 0; bottom: 0; padding: .7rem 1rem; background: rgba(246,240,230,.94); color: var(--green); font-size: .62rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.work__footer { margin-top: 2.5rem; text-align: center; }

.about { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(4rem, 9vw, 10rem); overflow: hidden; }
.about__image { position: relative; max-width: 560px; }
.about__image::before { position: absolute; inset: -24px 24px 24px -24px; z-index: -1; border: 1px solid var(--gold); content: ""; }
.about__image img { width: 100%; aspect-ratio: .9; object-fit: cover; object-position: center 38%; filter: saturate(.78) sepia(.07); }
.about__caption { position: absolute; right: -4.5rem; bottom: 2rem; padding: .5rem 1rem; background: var(--cream); color: var(--gold); font-size: .63rem; letter-spacing: .2em; text-transform: uppercase; transform: rotate(-90deg); }
.about__copy { max-width: 540px; }
.about__copy > p:not(.eyebrow):not(.about__signature) { color: var(--muted); }
.about__signature { margin: 1.3rem 0 0; color: var(--gold); font-family: var(--display); font-size: 3rem; font-style: italic; }

.reviews { background: var(--green); color: #f8f1e6; }
.reviews__heading { margin-bottom: clamp(3rem, 6vw, 5rem); display: flex; align-items: end; justify-content: space-between; gap: 3rem; border-bottom: 1px solid rgba(255,255,255,.2); }
.reviews__heading h2 { margin-bottom: 2.5rem; }
.reviews__rating { margin-bottom: 2.5rem; text-align: right; }
.reviews__rating span { color: var(--gold); font-size: 1rem; letter-spacing: .25em; }
.reviews__rating p { margin: .45rem 0 0; color: #d3ddd8; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.review-card { min-height: 330px; margin: 0; padding: clamp(1.5rem, 4vw, 3.5rem); display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.2); }
.review-card:first-child { padding-left: 0; }
.review-card:last-child { padding-right: 0; border-right: 0; }
.review-card blockquote { margin: 0 0 3rem; font-family: var(--display); font-size: clamp(1.65rem, 2.6vw, 2.5rem); line-height: 1.25; }
.review-card figcaption { display: flex; flex-direction: column; gap: .2rem; }
.review-card figcaption strong { color: var(--gold); font-size: .74rem; letter-spacing: .15em; text-transform: uppercase; }
.review-card figcaption span { color: #aebdb7; font-size: .72rem; }
.reviews__footer { margin-top: 2.5rem; text-align: center; }
.text-link--light { color: #f8f1e6; }

.locations { background: var(--cream-deep); }
.section-heading--center { margin: 0 auto 4rem; text-align: center; }
.section-heading--center > p:last-child { margin-inline: auto; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.location-card { position: relative; min-height: 340px; padding: clamp(2rem, 5vw, 4rem); background: var(--paper); border: 1px solid rgba(180,134,60,.45); }
.location-card--sage { background: var(--sage); }
.location-card__number { position: absolute; top: 2rem; right: 2rem; color: var(--gold); font-size: .65rem; letter-spacing: .16em; }
.location-card h3 { margin: 0 0 1rem; font-family: var(--display); font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 400; }
.location-card address { margin-bottom: 2rem; color: #52625c; font-style: normal; }
.locations__book { margin-top: 3rem; display: flex; flex-direction: column; align-items: center; gap: .8rem; }
.locations__book small { color: var(--muted); }

.final-cta { position: relative; min-height: 600px; padding: 7rem 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; background: var(--green-deep); color: #fff; text-align: center; }
.final-cta::before, .final-cta::after { position: absolute; width: 340px; height: 340px; border: 1px solid rgba(180,134,60,.4); border-radius: 50%; content: ""; }
.final-cta::before { top: -180px; left: -120px; }
.final-cta::after { right: -160px; bottom: -160px; }
.final-cta .monogram { width: 88px; margin-bottom: 2rem; }
.final-cta h2 { font-size: clamp(3.5rem, 7vw, 7rem); }

.site-footer { padding: 4rem max(24px, calc((100vw - var(--max)) / 2)) 2rem; display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: end; gap: 3rem; background: var(--cream); }
.brand--footer { margin-bottom: 1rem; font-size: 2rem; }
.site-footer p { max-width: 370px; margin: 0; color: var(--muted); font-size: .85rem; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: .6rem; }
.footer-links a { font-size: .83rem; text-decoration: none; }
.copyright { text-align: right; white-space: nowrap; }
.mobile-book { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .button--header { display: none; }
  .menu-button { width: 42px; height: 42px; padding: 10px; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 7px; background: transparent; border: 0; }
  .menu-button span { height: 1px; background: var(--green); transition: transform .2s ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 84px 0 0; padding: 3rem 24px; display: flex; flex-direction: column; gap: 1.3rem; background: var(--cream); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .25s ease; }
  .mobile-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .mobile-nav a { padding-bottom: .8rem; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 2rem; text-decoration: none; }
  .hero { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .hero__visual { padding-left: 1.5rem; }
  .hero__note { display: none; }
  .services { grid-template-columns: 1fr; gap: 3rem; }
  .approach__intro { grid-template-columns: 1fr 2fr; }
  .approach__intro > p:last-child { grid-column: 2; }
  .work-card, .work-card--tall, .work-card--wide { grid-column: span 6; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .copyright { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 720px) {
  body { padding-bottom: 66px; }
  .site-header { min-height: 72px; padding: 10px 18px; }
  .brand { font-size: 1.3rem; }
  .monogram--small { width: 42px; }
  .mobile-nav { inset-block-start: 72px; }
  .hero { width: calc(100% - 36px); min-height: auto; grid-template-columns: 1fr; gap: 3.5rem; padding: 4rem 0 5rem; }
  .hero::before { display: none; }
  h1 { font-size: clamp(3.7rem, 17vw, 5.3rem); }
  h2 { font-size: clamp(3rem, 13vw, 4.4rem); }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .hero__actions .button { width: 100%; }
  .hero__visual { width: calc(100% - 18px); padding: 0 0 2.5rem 1.5rem; justify-self: center; }
  .hero__badge { left: 0; }
  .hero__badge .monogram { width: 92px; }
  .trust-bar { grid-template-columns: 1fr; padding: .6rem 1.4rem; }
  .trust-bar p { padding: 1rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); text-align: left; }
  .trust-bar p:last-child { border: 0; }
  .section { padding: 5.5rem 20px; }
  .service-item { grid-template-columns: 40px 1fr; }
  .approach__intro { display: block; }
  .approach__steps { grid-template-columns: 1fr; padding-top: 2rem; }
  .approach__steps li, .approach__steps li:first-child, .approach__steps li:last-child { min-height: auto; padding: 2rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .approach__steps li:last-child { border: 0; }
  .approach__steps span { margin-bottom: 1rem; }
  .work__heading { grid-template-columns: 1fr; gap: 1rem; }
  .work-grid { grid-template-columns: 1fr 1fr; }
  .work-card, .work-card--tall, .work-card--wide { grid-column: auto; }
  .work-card img, .work-card--wide img { min-height: 280px; aspect-ratio: .76; }
  .about { grid-template-columns: 1fr; gap: 4rem; }
  .about__image { width: calc(100% - 20px); margin-left: 20px; }
  .about__caption { right: -4rem; }
  .reviews__heading { align-items: flex-start; flex-direction: column; gap: 0; }
  .reviews__rating { text-align: left; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card, .review-card:first-child, .review-card:last-child { min-height: auto; padding: 2.5rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .review-card:last-child { border-bottom: 0; }
  .review-card blockquote { margin-bottom: 2rem; }
  .location-grid { grid-template-columns: 1fr; }
  .location-card { min-height: 300px; }
  .final-cta { min-height: 550px; }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 3rem; }
  .copyright { grid-column: auto; }
  .mobile-book { position: fixed; right: 0; bottom: 0; left: 0; z-index: 40; height: 66px; display: flex; align-items: center; justify-content: center; background: var(--gold); color: var(--green-deep); font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
}

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