:root {
  --ink: #141311;
  --brown: #463c37;
  --brown-deep: #332c28;
  --cream: #f3eadf;
  --paper: #faf5ef;
  --orange: #f2a260;
  --orange-hot: #ef8b3e;
  --muted: #b9afa7;
  --line: rgba(255,255,255,.14);
  --display: "Bebas Neue", Impact, sans-serif;
  --body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--brown); color: var(--cream); font-family: var(--body); overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.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; left: 1rem; top: -5rem; z-index: 1000; background: white; color: black; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { height: 104px; display: grid; grid-template-columns: 210px 1fr 210px; align-items: center; gap: 2rem; padding: 0 clamp(24px,5vw,78px); position: absolute; z-index: 20; width: 100%; border-bottom: 1px solid rgba(255,255,255,.12); }
.site-header::after { content: ""; width: 210px; }
.brand { width: 145px; height: 78px; overflow: hidden; display: grid; place-items: center; }
.brand img { width: 138px; filter: brightness(0) invert(1); }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1.2rem,3vw,3rem); font-size: .77rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.site-nav a { position: relative; padding: 1rem 0; }
.site-nav a::after { content: ""; position: absolute; height: 2px; width: 0; left: 0; bottom: .65rem; background: var(--orange); transition: width .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { width: 100%; }
.menu-toggle { display: none; }

.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; gap: 1.5rem; padding: 0 1.7rem; background: var(--orange); color: var(--ink); font-family: var(--display); font-size: 1.15rem; letter-spacing: .06em; border: 1px solid var(--orange); transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { background: var(--paper); border-color: var(--paper); transform: translateY(-2px); }
.button-small { min-height: 48px; padding: 0 1.35rem; font-size: 1rem; }

.hero { min-height: 850px; position: relative; display: grid; grid-template-columns: 47% 53%; align-items: stretch; overflow: hidden; background: radial-gradient(circle at 76% 43%, #63554d 0, #463c37 37%, #3d3530 68%); padding-top: 104px; }
.hero::before { content: ""; position: absolute; inset: 104px 0 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, black, transparent 65%); }
.hero-copy { z-index: 4; align-self: center; padding: 5rem 0 5rem clamp(28px,6.2vw,100px); max-width: 720px; }
.eyebrow { color: var(--orange); text-transform: uppercase; font-family: var(--display); font-size: 1.18rem; letter-spacing: .12em; margin: 0 0 1.1rem; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 400; line-height: .92; text-transform: uppercase; }
h1 { font-size: clamp(6.7rem,10.5vw,10.9rem); letter-spacing: -.015em; }
h1 span { color: var(--orange); -webkit-text-stroke: 1px rgba(0,0,0,.06); }
.hero-kicker { font-family: var(--display); font-size: clamp(1.55rem,2.4vw,2.35rem); letter-spacing: .035em; margin: 1.5rem 0 .75rem; }
.hero-text { color: #d2c8c0; max-width: 540px; line-height: 1.8; font-size: .96rem; }
.hero-actions { display: flex; align-items: center; gap: 2.25rem; margin-top: 2.1rem; }
.phone-link { display: flex; align-items: center; gap: .75rem; font-family: var(--display); font-size: 1.35rem; letter-spacing: .04em; }
.phone-link small { display: block; color: var(--muted); font-family: var(--body); text-transform: uppercase; font-size: .6rem; font-weight: 700; letter-spacing: .14em; margin-bottom: .15rem; }
.phone-icon { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-size: .9rem; }
.hero-visual { position: relative; min-width: 0; }
.sun-disc { position: absolute; width: min(46vw,670px); aspect-ratio: 1; border-radius: 50%; background: var(--orange); top: 15%; left: 3%; opacity: .9; box-shadow: 0 0 0 38px rgba(242,162,96,.07), 0 0 0 77px rgba(242,162,96,.035); }
.hero-person { position: absolute; bottom: 0; object-fit: contain; object-position: bottom; filter: saturate(.72) contrast(1.05); }
.hero-person-left { height: 81%; left: -6%; z-index: 2; transform: scaleX(-1); }
.hero-person-right { height: 92%; right: -3%; z-index: 3; }
.hero-stamp { position: absolute; z-index: 5; top: 23%; right: 6%; font-family: var(--display); font-size: 1.3rem; letter-spacing: .1em; text-align: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; width: 86px; height: 86px; display: grid; place-items: center; transform: rotate(8deg); }
.hero-lines { position: absolute; width: 130px; height: 130px; right: 2%; bottom: 8%; border-right: 2px solid rgba(255,255,255,.16); border-bottom: 2px solid rgba(255,255,255,.16); transform: rotate(-12deg); }
.scroll-cue { position: absolute; left: 24px; bottom: 28px; z-index: 8; writing-mode: vertical-rl; text-transform: uppercase; font-size: .62rem; letter-spacing: .2em; color: var(--muted); }
.scroll-cue span { color: var(--orange); margin-top: .7rem; }

.ticker { height: 88px; background: var(--orange); color: var(--ink); overflow: hidden; display: flex; align-items: center; transform: rotate(-.45deg) scale(1.01); transform-origin: center; }
.ticker-track { display: flex; align-items: center; white-space: nowrap; width: max-content; animation: ticker 28s linear infinite; }
.ticker span { font-family: var(--display); text-transform: uppercase; font-size: 2rem; letter-spacing: .04em; padding: 0 2rem; }
.ticker i { font-style: normal; font-size: 1.15rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(90px,10vw,150px) clamp(28px,5vw,78px); }
.about { display: grid; grid-template-columns: 52% 48%; gap: clamp(3rem,7vw,8rem); align-items: center; background: var(--paper); color: var(--ink); }
.about-images { min-height: 660px; position: relative; }
.image-frame { position: absolute; overflow: hidden; background: #ddd; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) sepia(.1); }
.image-frame-back { width: 53%; height: 73%; right: 4%; top: 4%; }
.image-frame-front { width: 58%; height: 76%; left: 0; bottom: 0; border: 12px solid var(--paper); }
.roundel { position: absolute; z-index: 3; width: 132px; height: 132px; right: 35%; bottom: 5%; border-radius: 50%; background: var(--orange); display: grid; place-items: center; }
.roundel span { position: absolute; font-family: var(--display); font-size: .72rem; letter-spacing: .12em; width: 100%; height: 100%; display: grid; place-items: start center; padding-top: 8px; transform: rotate(-22deg); }
.roundel b { font-family: var(--display); font-size: 3.6rem; font-weight: 400; }
.about-copy { max-width: 650px; }
.about-copy h2, .section-heading h2, .reviews-intro h2, .find-copy h2 { font-size: clamp(4rem,6.2vw,6.8rem); }
.about-copy > p:not(.eyebrow) { line-height: 1.9; color: #625b56; max-width: 610px; }
.about-detail { display: flex; align-items: center; gap: 1.2rem; margin: 2rem 0; padding: 1.2rem 0; border-top: 1px solid #d9cec3; border-bottom: 1px solid #d9cec3; }
.about-detail p { margin: 0; line-height: 1.6; color: #625b56; }
.detail-number { font-family: var(--display); font-size: 3rem; color: var(--orange-hot); }

.services { background: var(--brown-deep); }
.section-heading { display: grid; grid-template-columns: minmax(200px,1.5fr) minmax(220px,.6fr); column-gap: 4rem; align-items: end; max-width: 1320px; margin: 0 auto 4.2rem; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading p:last-child { color: var(--muted); line-height: 1.8; padding-bottom: .5rem; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); max-width: 1320px; margin: 0 auto; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 390px; position: relative; padding: 2.3rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, transform .25s ease; overflow: hidden; }
.service-card:hover { background: var(--orange); color: var(--ink); transform: translateY(-4px); }
.service-card img { width: 82px; height: 82px; object-fit: contain; filter: brightness(0) invert(1); opacity: .9; margin: 2.8rem 0 2.6rem; }
.service-card:hover img { filter: brightness(0); }
.service-number { position: absolute; right: 1.6rem; top: 1.4rem; color: var(--muted); font-family: var(--display); font-size: 1.2rem; }
.service-card h3 { font-size: 2rem; letter-spacing: .02em; }
.service-card p { color: var(--muted); line-height: 1.7; font-size: .88rem; }
.service-card:hover p, .service-card:hover .service-number { color: #5c3b21; }

.prices { background: var(--paper); color: var(--ink); display: grid; grid-template-columns: minmax(280px, .78fr) minmax(540px, 1.22fr); gap: clamp(3rem,7vw,8rem); align-items: start; }
.prices-heading { position: sticky; top: 3rem; }
.prices-heading h2 { font-size: clamp(4rem,6.2vw,6.8rem); }
.prices-heading > p:last-child { max-width: 390px; color: #625b56; line-height: 1.8; }
.price-list { border-top: 1px solid #cfc2b5; }
.price-item { display: grid; grid-template-columns: 42px 1fr auto; gap: 1.25rem; align-items: center; padding: 1.8rem .4rem; border-bottom: 1px solid #cfc2b5; transition: padding .25s ease, background .25s ease; }
.price-item:hover { padding-inline: 1.1rem; background: #f2e4d6; }
.price-index { color: var(--orange-hot); font-family: var(--display); font-size: 1.05rem; }
.price-item h3 { font-size: clamp(1.7rem,2.2vw,2.35rem); letter-spacing: .02em; }
.price-item p { margin: .35rem 0 0; color: #766d66; font-size: .82rem; line-height: 1.6; }
.price-item strong { color: var(--orange-hot); font-family: var(--display); font-size: clamp(1.8rem,2.5vw,2.7rem); font-weight: 400; white-space: nowrap; }

.reviews { background: var(--orange); color: var(--ink); display: grid; grid-template-columns: 31% 69%; gap: 3rem; align-items: center; }
.reviews-intro h2 { max-width: 430px; }
.reviews-intro .eyebrow { color: #8f4c1c; }
.review-nav { display: flex; gap: .65rem; margin-top: 2rem; }
.review-nav button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(0,0,0,.4); background: transparent; font-size: 1.2rem; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.review-card { margin: 0; min-height: 365px; padding: 2rem; background: #f8eee3; display: flex; flex-direction: column; justify-content: space-between; transform: rotate(-1deg); }
.review-card:nth-child(2) { transform: translateY(-16px) rotate(1deg); background: var(--brown-deep); color: var(--cream); }
.review-card:nth-child(3) { transform: rotate(.6deg); }
.stars { letter-spacing: .15em; color: var(--orange-hot); font-size: .85rem; }
.review-card p { font-family: var(--display); font-size: clamp(1.65rem,2vw,2.3rem); line-height: 1.2; }
.review-card footer { display: flex; align-items: center; gap: .75rem; text-transform: uppercase; font-size: .72rem; }
.review-card footer span { width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-size: .6rem; }

.find-us { display: grid; grid-template-columns: 33% 34% 33%; align-items: center; gap: 2.5rem; background: var(--brown); }
.find-copy h2 { max-width: 470px; }
.find-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.85; max-width: 430px; }
.find-copy .button { margin-top: 1.4rem; }
.map-card { height: 555px; position: relative; overflow: hidden; background: #d8d0c7; color: var(--ink); display: flex; flex-direction: column; justify-content: end; padding: 2rem; transition: transform .25s ease; }
.map-card:hover { transform: translateY(-5px); }
.map-grid { position: absolute; inset: 0; opacity: .78; background-color: #d8d0c7; background-image: linear-gradient(30deg, transparent 48%, #9ea8a1 49%, #9ea8a1 51%, transparent 52%), linear-gradient(105deg, transparent 48%, #aeb5ae 49%, #aeb5ae 51%, transparent 52%), linear-gradient(0deg, transparent 48%, rgba(255,255,255,.7) 49%, rgba(255,255,255,.7) 51%, transparent 52%); background-size: 160px 160px, 130px 130px, 90px 90px; }
.map-card::after { content: ""; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(transparent, rgba(250,245,239,.95)); }
.map-pin { position: absolute; z-index: 2; left: 50%; top: 46%; transform: translate(-50%,-50%); width: 58px; height: 58px; border-radius: 50% 50% 50% 0; rotate: -45deg; display: grid; place-items: center; background: var(--orange-hot); color: white; font-family: var(--display); font-size: 1.5rem; box-shadow: 0 8px 22px rgba(0,0,0,.25); }
.map-pin::first-letter { rotate: 45deg; }
.map-card strong, .map-card small { position: relative; z-index: 3; }
.map-card strong { font-family: var(--display); font-size: 1.8rem; text-transform: uppercase; }
.map-card small { margin-top: .3rem; }
.contact-list { font-style: normal; }
.contact-list a { display: grid; grid-template-columns: 64px 1fr; gap: 1rem; align-items: center; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.contact-list a:first-child { border-top: 1px solid var(--line); }
.contact-icon { width: 64px; height: 64px; display: grid; place-items: center; background: rgba(255,255,255,.12); font-size: 1.2rem; }
.contact-list small { display: block; color: var(--cream); font-family: var(--display); font-size: 1.55rem; text-transform: uppercase; letter-spacing: .04em; margin-bottom: .45rem; }
.contact-list a > span:last-child { color: var(--muted); line-height: 1.7; font-size: .85rem; }

.site-footer { background: var(--ink); padding: 4rem clamp(28px,5vw,78px) 2rem; text-align: center; }
.footer-brand { display: block; width: 155px; height: 100px; overflow: hidden; margin: 0 auto; }
.footer-brand img { width: 150px; filter: brightness(0) invert(1); }
.site-footer > p { color: var(--muted); }
.footer-links { display: flex; justify-content: center; gap: 2rem; text-transform: uppercase; font-size: .72rem; font-weight: 700; letter-spacing: .12em; margin: 2rem 0 3rem; }
.copyright { border-top: 1px solid var(--line); padding-top: 1.6rem; font-size: .72rem; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 160px 1fr 160px; padding-inline: 30px; }
  .site-header::after { width: 160px; }
  .site-nav { gap: 1.4rem; }
  .hero { min-height: 760px; grid-template-columns: 52% 48%; }
  h1 { font-size: clamp(6rem,10.5vw,8rem); }
  .hero-person-left { left: -25%; height: 75%; }
  .hero-person-right { right: -25%; height: 86%; }
  .about { gap: 3rem; }
  .about-images { min-height: 540px; }
  .reviews { grid-template-columns: 1fr; }
  .prices { grid-template-columns: 1fr; }
  .prices-heading { position: static; }
  .review-grid { max-width: 900px; }
  .find-us { grid-template-columns: 1fr 1fr; }
  .contact-list { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
  .contact-list a, .contact-list a:first-child { border: 1px solid var(--line); padding: 1.25rem; }
}

@media (max-width: 780px) {
  .site-header { height: 82px; grid-template-columns: 1fr auto; padding: 0 20px; position: absolute; }
  .site-header::after { display: none; }
  .brand { width: 112px; height: 72px; }
  .brand img { width: 108px; }
  .menu-toggle { display: flex; width: 44px; height: 44px; padding: 11px 9px; flex-direction: column; justify-content: space-around; border: 1px solid rgba(255,255,255,.25); background: transparent; z-index: 22; }
  .menu-toggle span:not(.sr-only) { height: 2px; width: 100%; background: white; transition: transform .25s ease, opacity .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { display: none; position: absolute; inset: 0 0 auto; min-height: 100vh; background: var(--ink); flex-direction: column; justify-content: center; gap: 1rem; font-family: var(--display); font-size: 2.2rem; letter-spacing: .04em; }
  .site-nav.is-open { display: flex; }
  .hero { min-height: 850px; padding-top: 82px; display: block; }
  .hero::before { inset: 82px 0 0; background-size: 55px 55px; }
  .hero-copy { padding: 4.4rem 22px 0; text-align: center; position: relative; z-index: 8; }
  .hero .eyebrow { font-size: .95rem; }
  h1 { font-size: clamp(5.2rem,24vw,7.5rem); line-height: .84; }
  .hero-kicker { margin-top: 1rem; font-size: 1.55rem; }
  .hero-text { font-size: .85rem; line-height: 1.7; margin-inline: auto; max-width: 360px; }
  .hero-actions { justify-content: center; flex-direction: column; gap: 1.1rem; margin-top: 1.4rem; }
  .hero-actions .button { min-height: 52px; }
  .phone-link { display: none; }
  .hero-visual { position: absolute; inset: auto 0 0; height: 45%; }
  .sun-disc { width: 95vw; top: 13%; left: 3%; opacity: .64; }
  .hero-person-left { height: 96%; left: -12%; }
  .hero-person-right { height: 105%; right: -18%; }
  .hero-stamp { width: 62px; height: 62px; font-size: .85rem; top: 20%; right: 5%; }
  .scroll-cue { display: none; }
  .ticker { height: 70px; }
  .ticker span { font-size: 1.55rem; padding-inline: 1.25rem; }
  .section { padding: 82px 22px; }
  .about { grid-template-columns: 1fr; }
  .about-images { min-height: 470px; order: 2; margin-top: 1rem; }
  .about-copy { order: 1; }
  .about-copy h2, .section-heading h2, .reviews-intro h2, .find-copy h2 { font-size: clamp(3.7rem,16vw,5.3rem); }
  .prices-heading h2 { font-size: clamp(3.7rem,16vw,5.3rem); }
  .image-frame-front { border-width: 8px; }
  .roundel { width: 104px; height: 104px; right: 30%; }
  .section-heading { display: block; margin-bottom: 2.5rem; }
  .section-heading p:last-child { margin-top: 1.5rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; }
  .service-card img { margin: 2rem 0; width: 70px; height: 70px; }
  .price-item { grid-template-columns: 32px 1fr auto; gap: .75rem; padding-block: 1.4rem; }
  .price-item p { display: none; }
  .price-item h3 { font-size: 1.5rem; }
  .price-item strong { font-size: 1.75rem; }
  .reviews { gap: 2.5rem; }
  .review-grid { grid-template-columns: 1fr; overflow: hidden; }
  .review-card { min-height: 300px; transform: none !important; }
  .review-card:nth-child(3) { display: none; }
  .find-us { grid-template-columns: 1fr; }
  .map-card { height: 420px; }
  .contact-list { display: block; }
  .contact-list a { border-width: 0 0 1px; }
  .contact-list a:first-child { border-width: 1px 0; }
  .footer-links { gap: 1.2rem; flex-wrap: wrap; }
}

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