:root {
    --wine: #961a1e;
    --wine-dark: #741015;
    --ink: #211d1d;
    --ink-soft: #373030;
    --ivory: #f5f0e8;
    --paper: #fbf9f5;
    --white: #fff;
    --muted: #766e69;
    --line: rgba(33, 29, 29, .15);
    --radius-sm: 14px;
    --radius-md: 22px;
    --radius-lg: 32px;
    --serif: 'Newsreader', Georgia, serif;
    --sans: 'Manrope', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; line-height: 1.68; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.container { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 128px 0; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; }
h2 { font-size: clamp(2.6rem, 5vw, 4.9rem); line-height: 1.04; margin-bottom: 0; }
h2 em { color: var(--wine); font-weight: 500; }

.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; color: var(--wine); font-size: .78rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.eyebrow--light { color: rgba(255, 255, 255, .72); }

.btn { min-height: 56px; padding: 0 28px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; cursor: pointer; font-size: .82rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; box-shadow: 0 8px 24px rgba(33,29,29,.08); transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--light { color: var(--ink); background: var(--ivory); }
.btn--light:hover { background: var(--white); }
.btn--dark { color: var(--white); background: var(--ink); }
.btn--dark:hover { background: var(--wine); }
.text-link { padding: 8px 0; border: 0; border-bottom: 1px solid currentColor; background: none; cursor: pointer; font-size: .86rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.text-link span { margin-left: 12px; }
.text-link--light { color: var(--white); }

/* Navigation */
.navbar { position: fixed; top: 14px; left: 18px; right: 18px; z-index: 100; color: var(--ink); background: rgba(255,255,255,.94); border: 1px solid rgba(33,29,29,.08); border-radius: 20px; box-shadow: 0 10px 35px rgba(33,29,29,.09); backdrop-filter: blur(18px); }
.navbar__inner { width: min(1340px, calc(100% - 34px)); height: 70px; margin: auto; display: flex; align-items: center; }
.navbar__logo { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.navbar__mark { position: relative; width: 46px; height: 46px; border-radius: 13px; overflow: hidden; display: block; background: var(--paper); }
.navbar__mark img { width: 100%; height: 100%; padding: 4px; object-fit: contain; }
.navbar__wordmark { display: flex; flex-direction: column; line-height: 1; }
.navbar__wordmark strong { color: var(--ink); font: italic 600 1.28rem var(--serif); }
.navbar__wordmark small { margin-top: 5px; color: var(--wine); font-size: .62rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.navbar__links { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.nav-link { padding: 10px 14px; border: 0; border-radius: 999px; display: inline-flex; align-items: center; background: none; cursor: pointer; font-size: .84rem; font-weight: 500; line-height: 1.2; transition: color .2s ease, background .2s ease; }
.nav-link:hover { color: var(--wine); background: rgba(150,26,30,.07); }
.nav-link.active { color: var(--white); background: var(--wine); }
.navbar__cta { margin-left: 20px; padding: 12px 18px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; cursor: pointer; font-size: .77rem; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; transition: all .25s; }
.navbar__cta:hover { color: var(--white); background: var(--wine); border-color: var(--wine); }
.navbar__toggle { display: none; margin-left: auto; padding: 10px; border: 0; border-radius: 50%; background: var(--ivory); cursor: pointer; }
.navbar__toggle span { display: block; width: 25px; height: 1px; margin: 6px 0; background: var(--ink); }
.mobile-overlay, .mobile-nav { display: none; }

/* Hero */
.hero { min-height: 690px; height: min(830px, calc(100vh - 116px)); margin: 102px 20px 20px; padding: 18px 18px 18px 0; display: grid; grid-template-columns: minmax(0, 54%) minmax(420px, 46%); overflow: hidden; border-radius: var(--radius-lg); background: var(--wine); color: var(--white); box-shadow: 0 20px 60px rgba(83,13,17,.18); }
.hero__copy { padding: clamp(70px, 8vw, 130px) clamp(40px, 6.5vw, 110px) 54px max(32px, calc((100vw - 1380px) / 2 + 24px)); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero h1 { max-width: 770px; margin: 0 0 30px; font-size: clamp(3.2rem, 5.8vw, 6.7rem); line-height: .94; }
.hero h1 em { color: #e9c9c2; font-weight: 500; }
.hero__lead { max-width: 560px; margin-bottom: 40px; color: rgba(255, 255, 255, .73); font-size: clamp(1rem, 1.3vw, 1.15rem); }
.hero__actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero__locations { width: 100%; margin-top: auto; padding-top: 44px; border-top: 1px solid rgba(255,255,255,.22); display: flex; gap: 32px; color: rgba(255,255,255,.7); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.hero__locations span + span::before { content: '·'; margin-right: 32px; }
.hero__visual { position: relative; margin: 0; overflow: hidden; border-radius: 24px; background: var(--ink); }
.hero__slides { position: absolute; inset: 0; }
.hero__slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.035); transition: opacity .9s ease, transform 6s ease; }
.hero__slide.is-active { z-index: 1; opacity: 1; transform: scale(1); }
.hero__slider-controls { position: absolute; z-index: 3; left: 18px; bottom: 18px; min-height: 46px; padding: 7px 10px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(30,24,24,.42); backdrop-filter: blur(12px); }
.hero__slider-arrow { width: 30px; height: 30px; padding: 0; border: 0; border-radius: 50%; display: grid; place-items: center; color: var(--white); background: transparent; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.hero__slider-arrow:hover { background: rgba(255,255,255,.18); transform: scale(1.05); }
.hero__slider-dots { display: flex; align-items: center; gap: 6px; }
.hero__slider-dot { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.45); cursor: pointer; transition: width .3s ease, background .3s ease; }
.hero__slider-dot.is-active { width: 22px; background: var(--white); }
.hero__slider-arrow:focus-visible, .hero__slider-dot:focus-visible { outline: 2px solid var(--white); outline-offset: 2px; }
.hero__visual figcaption { position: absolute; right: 18px; bottom: 18px; max-width: 280px; padding: 18px 23px; border-radius: 16px; color: var(--ink); background: rgba(245,240,232,.94); box-shadow: 0 10px 30px rgba(33,29,29,.12); backdrop-filter: blur(8px); font: 500 1.05rem/1.35 var(--serif); }

@media (prefers-reduced-motion: reduce) {
    .hero__slide { transition: none; transform: none; }
}

.occasions { padding: 25px 28px; overflow: hidden; background: var(--ink); color: var(--ivory); }
.occasions__track { width: min(1240px, 100%); margin: auto; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; row-gap: 10px; }
.occasions span { margin: 0 18px; font: 500 1.02rem var(--serif); white-space: nowrap; }
.occasions i { color: var(--wine); font-style: normal; font-size: .7rem; }

/* About / Our Story */
.about-story { background: var(--ivory); }
.about-story__header { margin-bottom: 72px; display: grid; grid-template-columns: 1fr .65fr; gap: 28px 80px; align-items: end; }
.about-story__header .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.about-story__header > p:last-child { max-width: 410px; margin: 0 0 9px; color: var(--muted); font: 500 1.25rem/1.5 var(--serif); }
.about-story__feature { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1fr); gap: clamp(55px, 8vw, 110px); align-items: start; }
.about-story__visual { position: sticky; top: 105px; margin: 0; overflow: hidden; border-radius: var(--radius-lg); box-shadow: 0 22px 60px rgba(33,29,29,.12); }
.about-story__visual img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.about-story__visual figcaption { position: absolute; right: 18px; bottom: 18px; max-width: 285px; padding: 20px 24px; border-radius: 16px; color: var(--white); background: rgba(150,26,30,.94); font: 500 1.08rem/1.4 var(--serif); box-shadow: 0 12px 35px rgba(69,8,11,.22); }
.about-story__content { padding-top: 10px; }
.about-story__content > p { max-width: 650px; margin-bottom: 24px; color: var(--muted); font-size: .98rem; }
.about-story__content .about-story__lead { margin-bottom: 30px; color: var(--ink); font: 500 clamp(1.5rem, 2.2vw, 2rem)/1.38 var(--serif); }
.about-story__content .about-story__closing { margin: 36px 0; padding-left: 24px; border-left: 2px solid var(--wine); color: var(--ink); font: italic 500 1.35rem/1.5 var(--serif); }
.about-story__purpose { margin-top: 48px; padding: 38px; border-radius: var(--radius-md); color: var(--white); background: var(--wine); box-shadow: 0 18px 48px rgba(83,13,17,.15); }
.about-story__purpose > span { display: block; margin-bottom: 17px; color: rgba(255,255,255,.68); font-size: .76rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.about-story__purpose h3 { margin: 0 0 15px; font: 500 1.75rem/1.2 var(--serif); }
.about-story__purpose p { margin: 0; color: rgba(255,255,255,.76); font-size: .9rem; }

/* Shared heading */
.section-heading { margin-bottom: 72px; }
.section-heading--split { display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 80px; }
.section-heading--split > p { margin-bottom: 7px; color: var(--muted); }

/* Services */
.services { background: var(--paper); }
.services__list { padding: 0 32px; border: 1px solid rgba(33,29,29,.08); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 14px 45px rgba(33,29,29,.045); }
.service-row { display: grid; grid-template-columns: 70px .8fr 1fr 45px; gap: 32px; align-items: center; padding: 35px 0; border-bottom: 1px solid var(--line); transition: padding .25s ease, color .25s ease; }
.service-row:hover { padding-inline: 12px; color: var(--wine); }
.service-row__number { color: var(--wine); font: 500 .76rem var(--sans); }
.service-row h3 { margin: 0; font: 500 clamp(1.35rem, 2.1vw, 1.9rem) var(--serif); }
.service-row p { max-width: 510px; margin: 0; color: var(--muted); font-size: .96rem; }
.service-row__mark { justify-self: end; font-size: 1.2rem; }

/* Work */
.work { color: var(--white); background: var(--ink); }
.work .section-heading--split > p { color: rgba(255,255,255,.55); }
.work__grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-flow: dense; gap: 18px; }
.work-card { position: relative; min-height: 0; aspect-ratio: 4 / 5; padding: 0; border: 0; border-radius: var(--radius-md); overflow: hidden; background: #171414; color: var(--white); text-align: left; cursor: zoom-in; box-shadow: 0 14px 38px rgba(0,0,0,.16); }
.work-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.work-card:hover img { transform: scale(1.035); }
.work-card__shade { position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(18,12,12,.88)); }
.work-card__meta { position: absolute; left: 26px; bottom: 63px; color: rgba(255,255,255,.75); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.work-card strong { position: absolute; left: 26px; right: 20px; bottom: 24px; font: 500 1.35rem var(--serif); }

/* Pricing */
.pricing { background: var(--ivory); }
.pricing__heading { max-width: 800px; }
.pricing__heading > p:last-child { max-width: 610px; margin: 28px 0 0; color: var(--muted); }
.pricing__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; grid-column: span 2; min-height: 670px; padding: 36px 32px 30px; border: 1px solid rgba(33,29,29,.1); border-radius: var(--radius-md); display: flex; flex-direction: column; overflow: hidden; background: rgba(255,255,255,.52); box-shadow: 0 12px 35px rgba(33,29,29,.045); transition: transform .25s ease, box-shadow .25s ease; }
.price-card:hover { transform: translateY(-5px); box-shadow: 0 20px 46px rgba(33,29,29,.09); }
.price-card:nth-child(4) { grid-column: 2 / span 2; }
.price-card--featured { color: var(--white); background: var(--wine); border-color: var(--wine); }
.price-card__badge { position: absolute; top: 16px; right: 16px; padding: 8px 13px; border-radius: 999px; color: var(--wine); background: var(--ivory); font-size: .75rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.price-card__name { margin-bottom: 9px; font: 500 1.7rem var(--serif); }
.price-card__tagline { min-height: 42px; margin-bottom: 25px; color: var(--muted); font-size: .88rem; }
.price-card--featured .price-card__tagline { color: rgba(255,255,255,.68); }
.price-card__price { margin: 8px 0 24px; font-family: var(--serif); white-space: nowrap; }
.price-card__price span { font-size: clamp(2.3rem, 3vw, 3.25rem); letter-spacing: -.04em; }
.price-card__price small { font: 600 .66rem var(--sans); letter-spacing: .11em; }
.price-card__divider { height: 1px; margin-bottom: 25px; background: var(--line); }
.price-card--featured .price-card__divider { background: rgba(255,255,255,.25); }
.price-card__includes { margin-bottom: 17px; color: var(--muted); font-size: .77rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.price-card--featured .price-card__includes { color: rgba(255,255,255,.65); }
.price-card ul { margin: 0 0 32px; padding: 0; list-style: none; }
.price-card li { display: flex; gap: 10px; margin-bottom: 12px; font-size: .9rem; }
.price-card li svg { width: 17px; flex: 0 0 17px; fill: none; stroke: var(--wine); stroke-width: 1.6; }
.price-card--featured li svg { stroke: white; }
.price-card__button { width: 100%; margin-top: auto; padding: 15px 19px; border: 1px solid var(--ink); border-radius: 999px; display: flex; justify-content: space-between; background: var(--ink); color: var(--white); cursor: pointer; font-size: .8rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.price-card__button:hover { transform: translateY(-2px); background: var(--wine); border-color: var(--wine); }
.price-card--featured .price-card__button { color: var(--wine); background: var(--white); border-color: var(--white); }
.pricing__terms { margin-top: 70px; padding-top: 32px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; }
.pricing__terms > div { display: grid; grid-template-columns: 34px 1fr; gap: 14px; }
.pricing__terms span { color: var(--wine); font-size: .77rem; font-weight: 600; }
.pricing__terms p { margin: 0; color: var(--muted); font-size: .86rem; }
.pricing__terms strong { display: block; margin-bottom: 5px; color: var(--ink); }

/* Process */
.process { padding: 120px 0; color: var(--white); background: var(--wine); }
.process__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px, 12vw, 190px); }
.process__title h2 em { color: #e9c9c2; }
.process__steps { margin: 0; padding: 0; list-style: none; }
.process__steps li { padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.23); display: grid; grid-template-columns: 55px 1fr; gap: 15px; }
.process__steps li:first-child { padding-top: 0; }
.process__steps span { padding-top: 5px; color: rgba(255,255,255,.6); font-size: .77rem; }
.process__steps strong { font: 500 1.35rem var(--serif); }
.process__steps p { margin: 6px 0 0; color: rgba(255,255,255,.7); font-size: .92rem; }

/* Contact */
.contact { background: var(--paper); }
.contact__grid { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(70px, 10vw, 160px); }
.contact__intro > p:not(.eyebrow) { max-width: 520px; margin-top: 28px; color: var(--muted); }
.contact__details { margin-top: 60px; }
.contact__details > a { padding: 15px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 48px minmax(0, 1fr) 22px; align-items: center; gap: 15px; transition: color .2s ease, padding .2s ease; }
.contact__details > a:hover { padding-left: 8px; color: var(--wine); }
.contact__icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; color: var(--wine); background: rgba(150,26,30,.08); }
.contact__icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.contact__icon svg .fill { fill: currentColor; stroke: none; }
.contact__link-copy { min-width: 0; display: flex; flex-direction: column; }
.contact__link-copy small { color: var(--muted); font-size: .75rem; }
.contact__link-copy strong { overflow-wrap: anywhere; font-size: .86rem; font-weight: 600; }
.contact__arrow { justify-self: end; color: var(--muted); font-size: .9rem; transition: transform .2s ease; }
.contact__details > a:hover .contact__arrow { color: var(--wine); transform: translate(2px, -2px); }
.contact-form { padding: 48px; border: 1px solid rgba(33,29,29,.07); border-radius: var(--radius-lg); background: var(--ivory); box-shadow: 0 18px 55px rgba(33,29,29,.065); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: block; margin-bottom: 23px; color: var(--ink); font-size: .8rem; font-weight: 600; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 9px; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(33,29,29,.28); border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-size: .96rem; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--wine); }
.contact-form textarea { resize: vertical; }
.contact-form .btn { width: 100%; margin-top: 8px; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }

/* Footer */
.footer { padding: 78px max(32px, calc((100vw - 1240px)/2)) 30px; color: var(--white); background: var(--ink); }
.footer__inner { display: grid; grid-template-columns: 1fr .35fr .65fr; gap: 80px; }
.footer__logo { width: 96px; height: 126px; object-fit: contain; object-position: left; filter: brightness(0) invert(1); }
.footer__brand p { max-width: 350px; margin-top: 18px; color: rgba(255,255,255,.52); font: 500 1.15rem/1.5 var(--serif); }
.footer__label { margin-bottom: 20px; color: rgba(255,255,255,.45); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.footer__nav a, .footer__contact a, .footer__contact span { display: block; margin: 10px 0; padding: 0; border: 0; background: none; color: rgba(255,255,255,.7); font-size: .8rem; text-align: left; }
.footer__nav a:hover, .footer__contact a:hover { color: white; }
.footer__bottom { margin-top: 70px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; color: rgba(255,255,255,.42); font-size: .75rem; letter-spacing: .07em; text-transform: uppercase; }
.contact-float { position: fixed; z-index: 80; right: 24px; bottom: 24px; width: 66px; height: 66px; border: 3px solid rgba(255,255,255,.9); border-radius: 50%; display: grid; place-items: center; color: var(--white); background: #25d366; box-shadow: 0 12px 35px rgba(37,211,102,.34); transition: transform .25s ease, box-shadow .25s ease; }
.contact-float:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 16px 42px rgba(37,211,102,.45); }
.contact-float svg { width: 32px; height: 32px; fill: currentColor; stroke: none; }

/* Lightbox and notification */
.lightbox { position: fixed; inset: 0; z-index: 1000; padding: 70px; display: flex; flex-direction: column; align-items: center; justify-content: center; visibility: hidden; opacity: 0; background: rgba(18,14,14,.96); transition: opacity .25s, visibility .25s; }
.lightbox.open { visibility: visible; opacity: 1; }
.lightbox img { max-width: 92vw; max-height: 78vh; border-radius: 18px; object-fit: contain; }
.lightbox p { margin-top: 18px; color: white; font: 500 1.2rem var(--serif); }
.lightbox__close { position: absolute; top: 23px; right: 30px; border: 0; background: none; color: white; font-size: 2.2rem; cursor: pointer; }
.notification { position: fixed; z-index: 1200; left: 50%; bottom: 28px; transform: translate(-50%, 20px); max-width: calc(100% - 40px); padding: 15px 22px; border-radius: 999px; opacity: 0; color: white; background: var(--ink); font-size: .8rem; box-shadow: 0 12px 35px rgba(0,0,0,.18); transition: .3s ease; }
.notification.show { opacity: 1; transform: translate(-50%, 0); }

/* Internal pages */
.page-hero { margin: 102px 20px 0; padding: 145px 0 105px; overflow: hidden; border-radius: var(--radius-lg); color: var(--white); background: var(--wine); }
.page-hero h1 { max-width: 1050px; margin: 0; font: 500 clamp(3.6rem, 7vw, 7rem)/.96 var(--serif); letter-spacing: -.045em; }
.page-hero h1 em { color: #e9c9c2; font-weight: 500; }
.page-hero .container > p:last-child { max-width: 600px; margin: 32px 0 0; color: rgba(255,255,255,.72); font-size: 1.05rem; }
.page-hero--compact { padding-block: 110px 82px; }

/* Homepage */
.home-about { background: var(--ivory); }
.home-about__grid { display: grid; grid-template-columns: 1fr .75fr; gap: clamp(65px, 10vw, 160px); align-items: center; }
.home-about__grid > div:last-child p { margin-bottom: 30px; color: var(--muted); font: 500 1.3rem/1.55 var(--serif); }
.home-services { background: var(--paper); }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 390px; overflow: hidden; border-radius: var(--radius-md); color: var(--white); box-shadow: 0 14px 38px rgba(33,29,29,.11); }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-card:hover img { transform: scale(1.04); }
.service-card__shade { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(25,17,17,.88)); }
.service-card strong { position: absolute; left: 24px; right: 55px; bottom: 24px; font: 500 1.4rem var(--serif); }
.service-card__arrow { position: absolute; right: 22px; bottom: 24px; font-size: 1.2rem; }
.why-us { color: var(--white); background: var(--wine); }
.why-us__grid { display: grid; grid-template-columns: .85fr 1fr; gap: clamp(60px, 10vw, 150px); }
.why-us__intro h2 em { color: #e9c9c2; }
.why-us__list { border-top: 1px solid rgba(255,255,255,.22); }
.why-us__list > div { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.22); display: grid; grid-template-columns: 55px 1fr; gap: 15px; }
.why-us__list span { color: rgba(255,255,255,.5); font-size: .75rem; }
.why-us__list strong { font: 500 1.25rem var(--serif); }
.gallery-preview { background: var(--white); }
.gallery-preview .section-heading--split > .text-link { align-self: end; justify-self: end; }
.testimonials { background: var(--paper); }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.experience-grid article { padding: 34px; border: 1px solid rgba(33,29,29,.08); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 12px 35px rgba(33,29,29,.04); }
.experience-grid__stars { margin-bottom: 28px; color: var(--wine); letter-spacing: .15em; }
.experience-grid h3 { margin-bottom: 12px; font: 500 1.4rem var(--serif); }
.experience-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.home-cta { margin: 0 20px 20px; padding: 92px 0; border-radius: var(--radius-lg); color: var(--white); background: var(--ink); }
.home-cta__inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.home-cta h2 { color: var(--white); }

/* About page */
.values { background: var(--paper); }
.values__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.values__grid article { min-height: 255px; padding: 28px 24px; border-radius: var(--radius-md); background: var(--ivory); }
.values__grid article > span { color: var(--wine); }
.values__grid h3 { margin: 42px 0 12px; font: 500 1.4rem var(--serif); }
.values__grid p { margin: 0; color: var(--muted); font-size: .82rem; }
.team { background: var(--white); }
.team__list { border-top: 1px solid var(--line); }
.team__list > div { padding: 26px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: .7fr 1fr; gap: 40px; }
.team__list span { color: var(--muted); font-size: .82rem; }
.team__list strong { font: 500 1.22rem/1.5 var(--serif); }
.numbers { padding: 75px 0; color: var(--white); background: var(--wine); }
.numbers__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.numbers__grid > div { display: flex; flex-direction: column; align-items: center; border-right: 1px solid rgba(255,255,255,.2); }
.numbers__grid > div:last-child { border: 0; }
.numbers__grid strong { font: 500 clamp(3rem, 6vw, 5.5rem) var(--serif); }
.numbers__grid span { color: rgba(255,255,255,.68); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }

/* Services page */
.service-index { position: sticky; top: 94px; z-index: 50; padding: 14px 0; overflow-x: auto; background: rgba(251,249,245,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.service-index .container { display: flex; gap: 8px; }
.service-index a { flex: 0 0 auto; padding: 9px 14px; border-radius: 999px; color: var(--muted); background: var(--white); font-size: .76rem; }
.service-index a:hover { color: var(--white); background: var(--wine); }
.service-detail:nth-of-type(even) { background: var(--ivory); }
.service-detail[id] { scroll-margin-top: 155px; }
.service-detail__grid { display: grid; grid-template-columns: .85fr 1fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.service-detail--reverse figure { order: 2; }
.service-detail figure { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius-lg); }
.service-detail figure img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.service-detail figcaption { position: absolute; left: 18px; bottom: 18px; padding: 12px 16px; border-radius: 999px; color: var(--white); background: rgba(33,29,29,.78); font-size: .72rem; }
.service-detail__content h2 { margin-bottom: 24px; }
.service-detail__lead { color: var(--muted); font-size: 1.02rem; }
.service-detail__includes { margin: 32px 0; padding: 24px 0; border-block: 1px solid var(--line); }
.service-detail__includes > span, .service-detail__packages > span { display: block; margin-bottom: 15px; color: var(--wine); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.service-detail__includes ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; list-style: none; }
.service-detail__includes li::before { content: '✓'; margin-right: 9px; color: var(--wine); }
.service-detail__packages { margin-bottom: 30px; }
.service-detail__packages > div { display: flex; flex-wrap: wrap; gap: 8px; }
.service-detail__packages a { padding: 9px 12px; border: 1px solid var(--line); border-radius: 12px; display: flex; flex-direction: column; }
.service-detail__packages strong { font-size: .78rem; }
.service-detail__packages small { color: var(--muted); font-size: .68rem; }

/* Gallery, contact and FAQ pages */
.gallery-page { background: var(--ink); }
.gallery-filters { margin-bottom: 42px; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.gallery-filters button { padding: 10px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.7); background: transparent; cursor: pointer; }
.gallery-filters button.active, .gallery-filters button:hover { color: var(--ink); background: var(--ivory); }
.gallery-page__grid .work-card.is-hidden { display: none; }
.contact-page { background: var(--paper); }
.contact-page__grid { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(65px, 9vw, 130px); }
.contact-page__info h2 { margin-bottom: 50px; }
.contact-page__links { border-top: 1px solid var(--line); }
.contact-page__links > a, .contact-page__links > div { padding: 18px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 120px 1fr 20px; gap: 15px; align-items: center; }
.contact-page__links span { color: var(--muted); font-size: .75rem; }
.contact-page__links strong { overflow-wrap: anywhere; font-size: .83rem; }
.contact-page__links i { font-style: normal; }
.faq { background: var(--paper); }
.faq__grid { display: grid; grid-template-columns: .65fr 1fr; gap: clamp(65px, 10vw, 150px); align-items: start; }
.faq__grid > div:first-child > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); }
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; font: 500 1.2rem var(--serif); list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--wine); font: 400 1.4rem var(--sans); transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 650px; padding: 0 35px 25px 0; color: var(--muted); }

@media (max-width: 1050px) {
    .navbar__links, .navbar__cta { display: none; }
    .navbar__toggle { display: block; }
    .mobile-overlay { position: fixed; inset: 0; z-index: 150; background: rgba(20,15,15,.45); }
    .mobile-overlay.open { display: block; }
    .mobile-nav { position: fixed; inset: 10px 10px 10px auto; z-index: 160; width: min(380px, calc(88vw - 10px)); padding: 88px 34px 38px; border-radius: 28px; display: flex; flex-direction: column; gap: 10px; transform: translateX(calc(102% + 12px)); background: var(--ivory); box-shadow: -12px 0 45px rgba(33,29,29,.14); transition: transform .35s ease; }
    .mobile-nav.open { transform: none; }
    .mobile-nav__close { position: absolute; top: 22px; right: 22px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--white); font-size: 1.7rem; line-height: 1; cursor: pointer; }
    .mobile-nav__brand { margin-bottom: 28px; display: flex; align-items: center; gap: 11px; }
    .mobile-nav .nav-link { padding: 13px 18px; font: 500 1.35rem var(--serif); text-align: left; }
    .hero { grid-template-columns: 1fr 1fr; }
    .hero__copy { padding-inline: 40px; }
    .hero h1 { font-size: clamp(3.2rem, 7vw, 5rem); }
    .price-card { grid-column: span 3; }
    .price-card:nth-child(4) { grid-column: span 3; }
    .price-card:last-child { grid-column: 2 / span 4; }
    .work__grid { grid-template-columns: repeat(2, 1fr); }
    .contact__grid { grid-template-columns: 1fr; }
    .service-cards { grid-template-columns: repeat(2, 1fr); }
    .values__grid { grid-template-columns: repeat(3, 1fr); }
    .contact-page__grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .container { width: min(100% - 38px, 620px); }
    .section { padding: 84px 0; }
    .navbar { top: 10px; left: 10px; right: 10px; border-radius: 17px; }
    .navbar__inner { width: calc(100% - 22px); height: 64px; }
    .navbar__mark { width: 42px; height: 42px; }
    .navbar__wordmark strong { font-size: 1.15rem; }
    .page-hero { margin: 88px 10px 0; padding: 85px 0 65px; border-radius: 25px; }
    .page-hero h1 { font-size: clamp(3.1rem, 13vw, 5rem); }
    .hero { min-height: auto; height: auto; margin: 88px 10px 14px; padding: 0 10px 10px; border-radius: 25px; display: flex; flex-direction: column; }
    .hero__copy { min-height: 585px; padding: 62px 14px 35px; order: 0; }
    .hero__visual { min-height: 430px; order: 1; }
    .hero h1 { font-size: clamp(3.15rem, 14vw, 4.6rem); }
    .hero__lead { font-size: .95rem; }
    .hero__actions { align-items: flex-start; flex-direction: column; gap: 15px; }
    .hero__locations { margin-top: 55px; gap: 14px; }
    .hero__locations span + span::before { margin-right: 14px; }
    .about-story__header, .about-story__feature, .section-heading--split, .process__grid { grid-template-columns: 1fr; gap: 42px; }
    .about-story__header { margin-bottom: 50px; }
    .about-story__header .eyebrow { grid-column: auto; }
    .about-story__visual { position: relative; top: auto; }
    .about-story__purpose { padding: 30px 24px; }
    .section-heading--split { align-items: start; }
    .section-heading { margin-bottom: 48px; }
    .home-about__grid, .why-us__grid, .service-detail__grid, .faq__grid { grid-template-columns: 1fr; gap: 42px; }
    .service-cards, .experience-grid, .values__grid { grid-template-columns: 1fr; }
    .service-card { min-height: 430px; }
    .home-cta { margin-inline: 10px; padding: 70px 0; border-radius: 25px; }
    .home-cta__inner { align-items: flex-start; flex-direction: column; }
    .values__grid article { min-height: auto; }
    .team__list > div { grid-template-columns: 1fr; gap: 8px; }
    .numbers__grid { grid-template-columns: 1fr; gap: 35px; }
    .numbers__grid > div { padding-bottom: 35px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
    .service-index { top: 84px; }
    .service-detail--reverse figure { order: initial; }
    .service-detail__includes ul { grid-template-columns: 1fr; }
    .contact-page__links > a, .contact-page__links > div { grid-template-columns: 85px minmax(0, 1fr) 18px; }
    .service-row { grid-template-columns: 38px 1fr 25px; gap: 12px; padding: 27px 0; }
    .service-row p { grid-column: 2 / -1; padding-right: 20px; }
    .service-row__mark { grid-column: 3; grid-row: 1; }
    .work__grid { grid-template-columns: 1fr; }
    .work-card { grid-column: auto; min-height: 0; }
    .pricing__grid { grid-template-columns: 1fr; }
    .price-card, .price-card:nth-child(4), .price-card:last-child { grid-column: auto; min-height: auto; }
    .pricing__terms { grid-template-columns: 1fr; gap: 28px; }
    .contact-form { padding: 32px 22px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .contact__details > a { grid-template-columns: 44px minmax(0, 1fr) 20px; gap: 12px; }
    .contact__icon { width: 42px; height: 42px; border-radius: 12px; }
    .footer { padding: 65px 22px 25px; }
    .footer__inner { grid-template-columns: 1fr; gap: 40px; }
    .footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
    .contact-float { width: 60px; height: 60px; right: 14px; bottom: 14px; }
    .contact-float svg { width: 29px; height: 29px; }
    .lightbox { padding: 50px 18px; }
}

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