:root {
  --navy: #17324d;
  --navy-deep: #0f2639;
  --red: #c72f3d;
  --red-dark: #a81f2f;
  --cream: #f4efe6;
  --paper: #fbf8f1;
  --gold: #d5ad63;
  --ink: #17202a;
  --muted: #6c7379;
  --line: rgba(23, 50, 77, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", sans-serif; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.site-header { height: 84px; padding: 0 clamp(22px, 5vw, 82px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; background: rgba(251, 248, 241, .96); border-top: 4px solid var(--red); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { width: 42px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--red); font: 700 25px/1 "Playfair Display", serif; }
.brand-text { display: grid; gap: 3px; }
.brand-text strong { letter-spacing: .18em; font-size: 14px; }
.brand-text small { font-size: 7px; letter-spacing: .23em; color: var(--muted); }
.nav { display: flex; gap: 34px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.nav a { position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--red); transition: right .25s ease; }
.nav a:hover::after { right: 0; }
.header-phone { justify-self: end; display: grid; text-align: right; font-weight: 800; font-size: 13px; letter-spacing: .04em; }
.header-phone span { color: var(--red); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 4px; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--navy); border-radius: 50%; background: none; padding: 13px 10px; }
.menu-button span { display: block; height: 1px; background: var(--navy); margin: 5px 0; transition: transform .2s; }

.hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: 53% 47%; background: var(--cream); }
.hero-copy { padding: clamp(60px, 8vw, 126px) clamp(28px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; position: relative; }
.hero-copy::before { content: "BOSTON"; position: absolute; top: 7%; left: 4%; font-weight: 800; font-size: clamp(80px, 13vw, 210px); color: rgba(23, 50, 77, .035); letter-spacing: -.07em; pointer-events: none; }
.eyebrow, .section-number { margin: 0 0 28px; color: var(--red); text-transform: uppercase; font-weight: 800; font-size: 10px; letter-spacing: .2em; }
h1, h2 { margin: 0; font-family: "Playfair Display", serif; font-weight: 700; letter-spacing: -.045em; line-height: .95; }
h1 { font-size: clamp(54px, 6.7vw, 116px); color: var(--navy); position: relative; }
h1 em, h2 em { font-weight: 700; color: var(--red); }
.hero-lead { margin: 32px 0; max-width: 570px; font-size: clamp(16px, 1.2vw, 20px); line-height: 1.65; color: #4f5d67; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: space-between; gap: 42px; padding: 0 25px; text-transform: uppercase; letter-spacing: .06em; font-weight: 800; font-size: 11px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-red { background: var(--red); color: white; }
.button-red:hover { background: var(--red-dark); }
.text-link { font-weight: 800; text-transform: uppercase; font-size: 10px; letter-spacing: .08em; border-bottom: 1px solid var(--navy); padding-bottom: 7px; }
.text-link span { color: var(--red); margin-left: 10px; }
.hero-trust { margin-top: auto; padding-top: 70px; display: flex; gap: clamp(25px, 4vw, 65px); }
.hero-trust div { display: grid; gap: 3px; }
.hero-trust strong { font: 700 26px/1 "Playfair Display", serif; color: var(--navy); }
.hero-trust span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.hero-visual { min-height: 650px; position: relative; overflow: hidden; background: var(--navy); }
.hero-visual > img { height: 100%; object-fit: cover; filter: saturate(.78) contrast(.98); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(15,38,57,.75)); }
.hero-stamp { position: absolute; top: 40px; right: 40px; z-index: 2; width: 118px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: white; display: grid; place-items: center; align-content: center; text-align: center; transform: rotate(8deg); }
.hero-stamp strong { font: 700 42px/1 "Playfair Display", serif; }
.hero-stamp span { font-size: 7px; text-transform: uppercase; letter-spacing: .17em; }
.hero-note { position: absolute; left: 45px; bottom: 40px; z-index: 2; color: white; font: 700 clamp(26px, 2.5vw, 42px)/1.05 "Playfair Display", serif; }
.hero-note strong { color: #f6c662; }

.ticker { height: 50px; display: flex; align-items: center; overflow: hidden; white-space: nowrap; background: var(--red); color: white; font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.ticker div { min-width: max-content; animation: marquee 24s linear infinite; }
.ticker i { color: var(--gold); margin: 0 24px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-grid { padding: clamp(90px, 10vw, 170px) clamp(24px, 7vw, 120px); display: grid; grid-template-columns: .45fr 1.2fr .85fr; gap: clamp(28px, 5vw, 90px); align-items: start; }
.section-number { font-size: 9px; }
.intro h2, .programs h2, .gallery-heading h2, .reviews h2, .contact-copy h2 { font-size: clamp(48px, 5.5vw, 90px); color: var(--navy); }
.intro-copy { padding-top: 56px; }
.intro-copy p { font-size: 15px; line-height: 1.8; color: #58636b; margin: 0 0 18px; }

.programs { padding: clamp(90px, 10vw, 155px) clamp(24px, 7vw, 120px); background: #e9e1d3; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 160px); }
.programs-heading { position: sticky; top: 145px; align-self: start; }
.programs-heading p { max-width: 390px; margin-top: 30px; line-height: 1.7; color: #59636b; }
.program-list { border-top: 1px solid rgba(23,50,77,.25); }
.program-card { min-height: 150px; border-bottom: 1px solid rgba(23,50,77,.25); display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 15px; position: relative; overflow: hidden; }
.program-card::before { content: ""; position: absolute; inset: 0 100% 0 0; background: var(--navy); transition: right .35s ease; }
.program-card:hover::before { right: 0; }
.program-card > * { z-index: 1; transition: color .25s, transform .25s; }
.program-card:hover > * { color: white; }
.program-card:hover .program-arrow { transform: translate(4px,-4px); }
.program-index { font-size: 9px; font-weight: 800; color: var(--red); }
.program-card p { margin: 0 0 7px; font-size: 9px; color: var(--muted); text-transform: uppercase; letter-spacing: .09em; }
.program-card h3 { margin: 0; font: 700 clamp(26px, 3vw, 45px)/1 "Playfair Display", serif; }
.program-arrow { font-size: 25px; color: var(--red); }

.method { display: grid; grid-template-columns: 1fr 1fr; min-height: 850px; background: var(--navy); }
.method-photo { min-height: 700px; overflow: hidden; }
.method-photo img { height: 100%; object-fit: cover; }
.method-copy { padding: clamp(70px, 8vw, 140px); color: white; display: flex; flex-direction: column; justify-content: center; }
.section-number.light { color: #e8bc68; }
.method h2 { color: white; font-size: clamp(46px, 5.2vw, 82px); }
.method h2 em { color: #f3c668; }
.method-steps { margin-top: 60px; border-top: 1px solid rgba(255,255,255,.2); }
.method-steps article { padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: 55px 1fr; gap: 15px; }
.method-steps article > span { color: #e8bc68; font-size: 9px; font-weight: 800; }
.method-steps h3 { margin: 0 0 8px; font-size: 18px; }
.method-steps p { margin: 0; color: #bdc8d0; line-height: 1.7; font-size: 13px; }

.gallery-block { padding: clamp(90px, 10vw, 160px) clamp(24px, 7vw, 120px); }
.gallery-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 60px; }
.gallery-heading .section-number { align-self: start; }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 330px 330px; gap: 18px; }
.gallery-grid figure { margin: 0; overflow: hidden; background: #ddd; }
.gallery-grid img { height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-a { grid-row: 1 / 3; }

.reviews { padding: clamp(90px, 10vw, 160px) clamp(24px, 7vw, 120px); background: var(--navy-deep); color: white; }
.reviews-head { display: grid; grid-template-columns: .4fr 1.2fr .4fr; align-items: end; gap: 40px; }
.reviews h2 { color: white; }
.reviews h2 em { color: #f3c668; }
.reviews-head > a { text-align: right; color: #f3c668; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; border-bottom: 1px solid #f3c668; padding-bottom: 8px; }
.review-track { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.review-track article { min-height: 285px; padding: 40px; border-right: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; }
.review-track article:last-child { border-right: 0; }
.stars { color: #f3c668; letter-spacing: .2em; font-size: 11px; }
.review-track p { font: 700 clamp(22px, 2vw, 31px)/1.35 "Playfair Display", serif; margin: 30px 0; }
.review-track span { margin-top: auto; color: #92a2ae; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.review-note { margin: 24px 0 0; font-size: 9px; color: #718491; }

.contacts { display: grid; grid-template-columns: 1fr 1fr; min-height: 770px; background: var(--cream); }
.map-wrap { position: relative; min-height: 630px; }
.map-wrap iframe { border: 0; width: 100%; height: 100%; filter: grayscale(.3) sepia(.1); }
.map-link { position: absolute; right: 24px; top: 24px; background: var(--paper); padding: 18px 22px; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; box-shadow: 0 12px 35px rgba(23,50,77,.15); }
.contact-copy { background: var(--ink); color: white; padding: clamp(70px, 8vw, 135px); display: flex; flex-direction: column; justify-content: center; }
.contact-copy h2 { color: white; }
.contact-copy h2 em { color: #f3c668; }
.contact-copy > p { max-width: 520px; margin: 30px 0; color: #b8c0c5; line-height: 1.75; font-size: 14px; }
.contact-copy .button { width: max-content; }
.contact-data { margin-top: 55px; border-top: 1px solid rgba(255,255,255,.18); padding-top: 30px; display: grid; grid-template-columns: repeat(2,1fr); gap: 30px; }
.contact-data small { color: var(--red); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.contact-data a, .contact-data p { display: block; margin: 8px 0 0; font-size: 13px; line-height: 1.55; }
.contact-data a { font-weight: 800; font-size: 17px; }

footer { min-height: 180px; padding: 40px clamp(24px, 7vw, 120px); background: #0b1b29; color: white; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-top: 1px solid rgba(255,255,255,.1); }
.footer-brand { display: flex; align-items: center; gap: 14px; letter-spacing: .2em; }
footer p { color: #82919c; font-size: 10px; line-height: 1.6; }
footer > a { justify-self: end; color: #e8bc68; text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.floating-wa { position: fixed; right: 22px; bottom: 22px; z-index: 45; width: 58px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: #20b968; color: white; font-size: 11px; font-weight: 800; box-shadow: 0 12px 28px rgba(0,0,0,.22); }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav { position: fixed; inset: 84px 0 0; background: var(--paper); display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 20px; transform: translateX(100%); transition: transform .28s ease; }
  .nav.open { transform: translateX(0); }
  .header-phone { display: none; }
  .menu-button { display: block; justify-self: end; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 620px; }
  .hero-trust { margin-top: 40px; padding-top: 25px; }
  .section-grid { grid-template-columns: .35fr 1fr; }
  .intro-copy { grid-column: 2; padding-top: 0; }
  .programs { grid-template-columns: 1fr; }
  .programs-heading { position: static; }
  .method { grid-template-columns: 1fr; }
  .method-photo { min-height: 560px; }
  .reviews-head { grid-template-columns: .3fr 1fr; }
  .reviews-head > a { grid-column: 2; justify-self: start; }
  .contacts { grid-template-columns: 1fr; }
  .map-wrap { min-height: 520px; }
}

@media (max-width: 700px) {
  .site-header { height: 72px; padding: 0 18px; }
  .brand-mark { width: 38px; }
  .brand-text strong { font-size: 12px; }
  .nav { inset: 72px 0 0; }
  .hero { min-height: auto; }
  .hero-copy { padding: 72px 22px 55px; }
  h1 { font-size: clamp(48px, 16vw, 72px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .text-link { width: max-content; }
  .hero-trust { justify-content: space-between; gap: 10px; }
  .hero-visual { min-height: 520px; }
  .hero-stamp { right: 22px; top: 22px; width: 90px; }
  .hero-note { left: 22px; bottom: 28px; }
  .section-grid { display: block; }
  .intro-title { margin-bottom: 30px; }
  .intro-copy { padding: 0; }
  .programs { padding-left: 20px; padding-right: 20px; }
  .program-card { min-height: 125px; grid-template-columns: 34px 1fr auto; }
  .program-card h3 { font-size: 26px; }
  .method-photo { min-height: 440px; }
  .method-copy { padding: 80px 22px; }
  .gallery-heading { display: block; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 430px 240px 240px; }
  .gallery-a { grid-row: auto; }
  .reviews-head { display: block; }
  .reviews-head > a { display: inline-block; margin-top: 30px; }
  .review-track { display: block; }
  .review-track article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); min-height: 240px; padding: 32px 0; }
  .contact-copy { padding: 80px 22px; }
  .contact-data { grid-template-columns: 1fr; }
  .map-wrap { min-height: 470px; }
  footer { grid-template-columns: 1fr auto; gap: 25px; }
  footer p { grid-row: 2; }
}

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