@font-face { font-family: "Nimbus Sans"; src: url("../fonts/nimbus-sans-regular.woff") format("woff"); font-style: normal; font-weight: 400 600; font-display: swap; }
@font-face { font-family: "Nimbus Sans"; src: url("../fonts/nimbus-sans-bold.woff") format("woff"); font-style: normal; font-weight: 700 900; font-display: swap; }

:root {
  --ink: #071226;
  --ink-2: #0b1b35;
  --ink-3: #102443;
  --paper: #fff8ec;
  --white: #ffffff;
  --muted: #9eabc0;
  --orange: #ef5b50;
  --orange-2: #ff786c;
  --blue: #6d55d9;
  --line: rgba(255, 255, 255, .12);
  --shadow: 0 24px 80px rgba(0, 0, 0, .24);
  --radius: 28px;
  --radius-sm: 18px;
  --container: 1180px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: "Nimbus Sans", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
@supports (overflow: clip) {
  html, body { overflow-x: clip; }
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--orange); color: var(--white); }

.skip-link {
  position: fixed; left: 20px; top: -80px; z-index: 9999;
  padding: 12px 18px; border-radius: 12px; background: var(--paper); color: var(--ink);
}
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 40px), var(--container)); max-width: 100%; margin-inline: auto; }
main, header, footer, section { max-width: 100%; }
.nav-wrap > *, .welcome-intro > *, .promise-grid > *, .category-grid > *, .price-stage > *, .moment-grid > *, .split > *, .service-strip > *, .hours-card > *, .location-grid > *, .service-cards > *, .story-grid > *, .values > *, .footer-grid > * { min-width: 0; }
.section { position: relative; padding: clamp(84px, 10vw, 144px) 0; }
.section--paper { background: var(--paper); color: var(--ink); }
.section--soft { background: var(--ink-2); }
.section--compact { padding: 58px 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px;
  color: var(--orange-2); font-size: .79rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
h1, h2, h3 { margin: 0; font-family: "Nimbus Sans", "Arial", sans-serif; font-weight: 800; line-height: 1.02; letter-spacing: -.045em; }
h1 { font-size: clamp(3.35rem, 8vw, 7.4rem); }
h2 { font-size: clamp(2.3rem, 5vw, 4.8rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); letter-spacing: -.025em; }
p { margin: 0; }
.lead { max-width: 680px; color: #c9d1dd; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.section--paper .lead, .text-muted-dark { color: #526078; }
.accent { color: var(--orange-2); }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; color: var(--orange); }
.text-link span { transition: transform .3s var(--ease); }
.text-link:hover span { transform: translateX(5px); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000; padding: 18px 0;
  transition: background .35s ease, padding .35s ease, border-color .35s ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled { padding: 10px 0; background: rgba(7, 18, 38, .9); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { width: 178px; flex: 0 0 auto; }
.logo img { width: 100%; height: auto; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav__link { position: relative; color: #dce4ef; font-size: .88rem; font-weight: 700; }
.nav__link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .3s var(--ease); }
.nav__link:hover::after, .nav__link[aria-current="page"]::after { right: 0; }
.nav__link[aria-current="page"] { color: var(--white); }
.nav__cta { padding: 12px 18px; border: 1px solid rgba(255, 122, 61, .5); border-radius: 999px; color: var(--white); }
.nav__cta:hover { background: var(--orange); border-color: var(--orange); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.05); color: white; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; transition: .3s var(--ease); }

.hero { min-height: 100svh; position: relative; display: grid; align-items: end; overflow: hidden; }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.05); }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,11,25,.98) 0%, rgba(4,11,25,.86) 38%, rgba(4,11,25,.16) 75%), linear-gradient(0deg, var(--ink) 0%, transparent 35%); }
.hero__noise { position: absolute; inset: 0; opacity: .11; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
.hero__content { position: relative; z-index: 2; padding: 158px 0 80px; }
.hero h1 { max-width: 850px; }
.hero h1 span { display: block; }
.hero__sub { max-width: 610px; margin: 30px 0 34px; color: #d7dfeb; font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  min-height: 54px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px;
  font-weight: 800; cursor: pointer; transition: transform .3s var(--ease), box-shadow .3s ease, background .3s ease;
}
.btn:hover { transform: translateY(-3px); }
.btn--primary { color: var(--white); background: var(--orange); box-shadow: 0 12px 38px rgba(255,90,31,.27); }
.btn--primary:hover { background: #ff6a34; box-shadow: 0 18px 48px rgba(255,90,31,.38); }
.btn--ghost { color: var(--white); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.hero__facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 50px; }
.fact-pill { display: flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(7,18,38,.58); color: #e8edf5; font-size: .86rem; font-weight: 700; backdrop-filter: blur(10px); }
.fact-pill i { width: 8px; height: 8px; border-radius: 50%; background: #57df8a; box-shadow: 0 0 0 5px rgba(87,223,138,.12); }
.scroll-mark { position: absolute; right: max(20px, calc((100vw - var(--container))/2)); bottom: 78px; z-index: 3; display: grid; place-items: center; width: 62px; height: 62px; border: 1px solid var(--line); border-radius: 50%; color: white; animation: bob 2.1s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(8px); } }

.ticker { overflow: hidden; padding: 17px 0; background: var(--orange); color: var(--white); transform: rotate(-1.2deg) scale(1.02); }
.ticker__track { display: flex; width: max-content; animation: ticker 24s linear infinite; }
.ticker__set { display: flex; gap: 42px; padding-right: 42px; font-family: "Nimbus Sans", "Arial", sans-serif; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.ticker__set span::after { content: "✦"; margin-left: 42px; color: var(--ink); }
@keyframes ticker { to { transform: translateX(-50%); } }

.welcome-section { overflow: hidden; background: var(--ink); }
.welcome-section::before { content: ""; position: absolute; width: 520px; height: 520px; left: -260px; top: 90px; border-radius: 50%; background: rgba(109,85,217,.14); filter: blur(80px); pointer-events: none; }
.welcome-intro { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 60px; margin-bottom: 52px; }
.welcome-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -38px; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.promise-card { position: relative; min-height: 430px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.045); transition: transform .45s var(--ease), border-color .45s ease, background .45s ease; }
.promise-card:hover { transform: translateY(-8px); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.075); }
.promise-card__icon { display: grid; place-items: center; width: 66px; height: 66px; margin-bottom: 52px; border-radius: 20px; background: var(--orange); color: white; font-size: 1.55rem; font-weight: 900; transform: rotate(-4deg); }
.promise-card--hours .promise-card__icon { background: var(--blue); }
.promise-card--price .promise-card__icon { background: var(--paper); color: var(--ink); }
.promise-card__label { margin-bottom: 12px; color: var(--orange-2); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.promise-card h3 { font-size: 1.8rem; }
.promise-card p { margin: 15px 0 24px; color: var(--muted); }
.promise-card .text-link { margin-top: auto; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 52px; }
.section-head h2 { max-width: 720px; }
.section-head .lead { max-width: 430px; }
.category-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.category-card { position: relative; min-height: 300px; grid-column: span 4; padding: 30px; overflow: hidden; border: 1px solid rgba(7,18,38,.11); border-radius: var(--radius); background: var(--white); transition: transform .45s var(--ease), box-shadow .45s ease; }
.category-card:nth-child(1), .category-card:nth-child(5) { grid-column: span 8; }
.category-card:hover { transform: translateY(-8px); box-shadow: 0 28px 70px rgba(7,18,38,.14); }
.category-card__number { color: var(--orange); font-family: "Nimbus Sans", "Arial", sans-serif; font-size: .8rem; font-weight: 800; letter-spacing: .14em; }
.category-card h3 { max-width: 250px; margin-top: 76px; font-size: clamp(1.8rem, 3vw, 3.2rem); }
.category-card p { max-width: 370px; margin-top: 13px; color: #657188; }
.category-card__icon { position: absolute; right: 24px; top: 24px; display: grid; place-items: center; width: 62px; height: 62px; border-radius: 18px; background: var(--paper); color: var(--orange); font-size: 1.7rem; transform: rotate(4deg); }
.section-action { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 34px; padding: 24px 27px; border: 1px solid rgba(7,18,38,.11); border-radius: 20px; background: #f4eadb; }
.section-action p { color: #536078; font-weight: 700; }

.price-stage { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.price-stage__copy .lead { margin: 24px 0 31px; }
.price-points { display: grid; gap: 0; margin: 0 0 34px; border-top: 1px solid rgba(7,18,38,.13); }
.price-points > div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(7,18,38,.13); }
.price-points strong { color: var(--ink); }
.price-points span { color: #647086; }
.price-stage__visual { position: relative; min-height: 500px; overflow: hidden; border-radius: calc(var(--radius) + 8px); background: radial-gradient(circle at 72% 22%, rgba(255,255,255,.16), transparent 25%), linear-gradient(145deg, var(--blue), #3f2d99); box-shadow: 0 30px 70px rgba(42,30,100,.24); }
.price-stage__visual::before, .price-stage__visual::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.price-stage__visual::before { width: 430px; height: 430px; right: -150px; top: -100px; box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.02); }
.price-stage__visual::after { width: 190px; height: 190px; left: -70px; bottom: -70px; }
.price-stamp { position: absolute; right: 40px; top: 35px; display: grid; place-content: center; width: 150px; height: 150px; border-radius: 50%; background: var(--orange); color: white; text-align: center; font-weight: 900; font-size: 1.5rem; line-height: 1; letter-spacing: -.03em; transform: rotate(8deg); box-shadow: 0 20px 45px rgba(0,0,0,.18); }
.price-quote { position: absolute; left: clamp(26px, 6vw, 62px); right: clamp(26px, 6vw, 62px); bottom: clamp(30px, 6vw, 62px); z-index: 2; color: white; }
.price-quote > span { display: block; height: 48px; color: rgba(255,255,255,.35); font-size: 6rem; line-height: .8; }
.price-quote p { max-width: 430px; font-size: clamp(1.35rem, 2.4vw, 2.1rem); font-weight: 800; line-height: 1.18; letter-spacing: -.025em; }

.moments-section { background: var(--ink); }
.moment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.moment-card { min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(155deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); }
.moment-card:nth-child(2) { background: linear-gradient(155deg, rgba(109,85,217,.32), rgba(255,255,255,.025)); }
.moment-card:nth-child(3) { background: linear-gradient(155deg, rgba(239,91,80,.28), rgba(255,255,255,.025)); }
.moment-card__time { color: var(--orange-2); font-size: clamp(2.4rem, 4vw, 4rem); font-weight: 900; letter-spacing: -.06em; }
.moment-card__eyebrow { margin-bottom: 12px; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.moment-card h3 { font-size: 1.7rem; }
.moment-card div > p:last-child { margin-top: 15px; color: var(--muted); }
.center-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 20px; margin-top: 38px; color: var(--muted); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 7vw, 100px); align-items: center; }
.image-frame { position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); border-radius: inherit; pointer-events: none; }
.image-frame img { width: 100%; min-height: 550px; object-fit: cover; transition: transform 1.1s var(--ease); }
.image-frame:hover img { transform: scale(1.035); }
.image-badge { position: absolute; right: 20px; bottom: 20px; z-index: 2; width: 130px; height: 130px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--orange); color: var(--white); font-family: "Nimbus Sans", "Arial", sans-serif; font-weight: 800; line-height: 1.15; transform: rotate(7deg); }
.feature-list { display: grid; gap: 0; margin: 38px 0 32px; }
.feature { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 19px 0; border-top: 1px solid var(--line); }
.section--paper .feature { border-color: rgba(7,18,38,.12); }
.feature__icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: rgba(255,90,31,.12); color: var(--orange); font-weight: 800; }
.feature p { color: var(--muted); }
.section--paper .feature p { color: #5d687c; }

.service-strip { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 580px; }
.service-strip__media { overflow: hidden; }
.service-strip__media img { width: 100%; height: 100%; object-fit: cover; }
.service-strip__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 7vw, 90px); background: var(--orange); color: var(--white); }
.service-strip__content .eyebrow { margin: 0 0 18px; color: var(--ink); }
.service-strip__content p { max-width: 550px; margin: 24px 0 30px; font-size: 1.08rem; }
.service-strip .btn--ghost { width: fit-content; background: var(--ink); border-color: var(--ink); }
.hermes-badge { display: inline-flex; align-items: center; gap: 8px; width: fit-content; padding: 9px 14px; border-radius: 10px; background: #35126f; color: white; font-size: .8rem; font-weight: 800; letter-spacing: .015em; box-shadow: 0 12px 25px rgba(37,13,79,.2); }
.hermes-badge::before { content: ""; width: 14px; height: 5px; border-radius: 99px; background: #ff6a3d; box-shadow: 6px 0 0 rgba(255,255,255,.95); transform: skewX(-24deg); }
.service-strip__content > .hermes-badge { margin-bottom: 25px; }
.service-checks { display: flex; flex-wrap: wrap; gap: 9px; margin: -7px 0 30px; }
.service-checks span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; font-size: .78rem; font-weight: 800; }

.hours-card { position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; border: 1px solid var(--line); border-radius: calc(var(--radius) + 8px); background: linear-gradient(135deg, var(--ink-3), #071226); }
.hours-card__intro { padding: clamp(36px, 6vw, 76px); }
.hours-card__intro h2 { margin-bottom: 22px; }
.hours-card__list { padding: clamp(36px, 6vw, 76px); background: rgba(255,255,255,.04); }
.hours-row { display: flex; justify-content: space-between; gap: 30px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.hours-row:last-child { border-bottom: 0; }
.hours-row strong { color: var(--white); }
.open-status { display: inline-flex; align-items: center; gap: 9px; margin-top: 27px; padding: 10px 15px; border-radius: 999px; background: rgba(255,255,255,.07); font-weight: 800; }
.open-status::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: #98a6b9; }
.open-status.is-open::before { background: #57df8a; box-shadow: 0 0 0 5px rgba(87,223,138,.12); }
.open-status.is-closed::before { background: #ff7676; }

.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.location-card { min-height: 390px; padding: clamp(34px, 5vw, 62px); border-radius: var(--radius); }
.location-card--dark { background: var(--ink); color: var(--paper); }
.location-card--orange { background: var(--orange); color: white; }
.location-card h2 { margin: 18px 0 24px; }
.address { font-style: normal; font-size: 1.15rem; }
.map-art { position: relative; overflow: hidden; min-height: 390px; border-radius: var(--radius); background: #d9e4ee; }
.map-art iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.45) contrast(1.05); }
.map-consent { position: absolute; inset: 0; z-index: 2; display: grid; place-content: center; gap: 14px; padding: 35px; text-align: center; background: radial-gradient(circle at 20% 25%, rgba(79,140,255,.23), transparent 25%), linear-gradient(145deg, #dbe5ec, #b8cad8); color: var(--ink); }
.map-consent::before { content: "⌖"; display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto; border-radius: 20px; background: var(--orange); color: white; font-size: 2rem; box-shadow: 0 16px 30px rgba(255,90,31,.24); }
.map-consent p { max-width: 360px; color: #4d5d70; }
.map-consent .btn { min-height: 46px; }

.page-hero { position: relative; overflow: hidden; padding: 190px 0 95px; background: radial-gradient(circle at 82% 10%, rgba(109,85,217,.26), transparent 31%), radial-gradient(circle at 63% 0%, rgba(239,91,80,.12), transparent 28%), var(--ink); }
.page-hero::after { content: ""; position: absolute; right: -130px; bottom: -190px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.015); }
.page-hero h1 { max-width: 920px; font-size: clamp(3.2rem, 7vw, 6.7rem); }
.page-hero .lead { margin-top: 26px; }
.crumbs { display: flex; gap: 9px; margin-bottom: 25px; color: var(--muted); font-size: .85rem; }
.crumbs span { color: var(--orange-2); }

.product-rows { display: grid; gap: 16px; }
.product-row { display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 24px; padding: 25px; border: 1px solid rgba(7,18,38,.1); border-radius: 20px; background: white; transition: .35s var(--ease); }
.product-row:hover { transform: translateX(8px); border-color: rgba(255,90,31,.35); }
.product-row__icon { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 19px; background: var(--paper); font-size: 1.8rem; }
.product-row p { color: #657188; }
.product-row__tag { padding: 8px 12px; border-radius: 99px; background: rgba(255,90,31,.1); color: #d94008; font-size: .78rem; font-weight: 800; text-transform: uppercase; }

.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 360px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--ink-2); }
.service-card__icon { width: 66px; height: 66px; display: grid; place-items: center; margin-bottom: 70px; border-radius: 20px; background: var(--orange); font-size: 1.7rem; }
.service-card p { margin-top: 15px; color: var(--muted); }
.service-card--hermes .hermes-badge { position: absolute; top: 30px; right: 30px; }
.fact-pill--hermes { border-color: rgba(141,121,255,.45); background: rgba(53,18,111,.52); }

.story-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; }
.story-grid blockquote { margin: 0; font-family: "Nimbus Sans", "Arial", sans-serif; font-weight: 800; font-size: clamp(2.2rem, 4.5vw, 4.8rem); line-height: 1.05; letter-spacing: -.045em; }
.story-copy { display: grid; gap: 22px; color: #536078; font-size: 1.08rem; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 60px; }
.value { padding: 30px; border-radius: 22px; background: #f4eadb; }
.value b { display: block; margin-bottom: 16px; color: var(--orange); font-family: "Nimbus Sans", "Arial", sans-serif; font-size: 2rem; }
.value p { color: #586478; }

.contact-list { display: grid; gap: 16px; margin-top: 34px; }
.contact-item { display: grid; grid-template-columns: 48px 1fr; gap: 15px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 17px; }
.contact-item__icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; background: rgba(255,90,31,.14); color: var(--orange-2); }
.contact-item small { display: block; color: var(--muted); }
.contact-item strong { display: block; color: var(--white); }
.legal { max-width: 820px; }
.legal h2 { margin: 55px 0 18px; font-size: clamp(1.7rem, 3vw, 2.6rem); }
.legal h3 { margin: 34px 0 12px; }
.legal p, .legal li { color: #4f5d73; }
.legal ul { padding-left: 20px; }
.notice { margin: 28px 0; padding: 20px; border-left: 4px solid var(--orange); background: #fff0e8; color: #6f351e; }

.cta { position: relative; overflow: hidden; padding: clamp(50px, 8vw, 95px); border-radius: calc(var(--radius) + 10px); background: var(--orange); color: white; }
.cta::after { content: ""; position: absolute; right: -80px; top: -170px; width: 420px; height: 420px; border: 80px solid rgba(255,255,255,.08); border-radius: 50%; }
.cta h2 { position: relative; z-index: 1; max-width: 760px; }
.cta p { position: relative; z-index: 1; max-width: 580px; margin: 22px 0 30px; }
.cta .btn { position: relative; z-index: 1; background: var(--ink); color: white; }
.cta .cta__secondary { background: transparent; border-color: rgba(7,18,38,.42); color: var(--ink); }
.cta .cta__secondary:hover { background: rgba(255,255,255,.25); }

.mobile-visit-bar { display: none; }

.site-footer { padding: 76px 0 28px; background: #040c1b; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 60px; padding-bottom: 55px; }
.footer-logo { width: 190px; margin-bottom: 22px; }
.footer-intro { max-width: 390px; color: var(--muted); }
.footer-title { margin-bottom: 18px; color: white; font-family: "Nimbus Sans", "Arial", sans-serif; font-size: 1rem; }
.footer-links { display: grid; gap: 10px; color: var(--muted); }
.footer-links a:hover { color: var(--orange-2); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 25px; border-top: 1px solid var(--line); color: #738096; font-size: .8rem; }

.cookie-banner { position: fixed; left: 20px; bottom: 20px; z-index: 1500; width: min(450px, calc(100% - 40px)); padding: 23px; border: 1px solid var(--line); border-radius: 20px; background: rgba(11,27,53,.97); box-shadow: var(--shadow); backdrop-filter: blur(18px); transform: translateY(130%); opacity: 0; transition: .6s var(--ease); }
.cookie-banner.is-visible { transform: translateY(0); opacity: 1; }
.cookie-banner h3 { margin-bottom: 8px; font-size: 1.2rem; }
.cookie-banner p { color: var(--muted); font-size: .86rem; }
.cookie-actions { display: flex; gap: 9px; margin-top: 17px; }
.cookie-actions .btn { min-height: 42px; padding: 0 16px; font-size: .82rem; }

.js-ready [data-reveal] { opacity: 0; transform: translateY(36px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js-ready [data-reveal="left"] { transform: translateX(-45px); }
.js-ready [data-reveal="right"] { transform: translateX(45px); }
.js-ready [data-reveal].is-visible { opacity: 1; transform: none; }
.js-ready .hero [data-hero] { opacity: 0; transform: translateY(34px); }
.js-ready .hero [data-hero] { animation: heroIn .9s var(--ease) forwards; animation-delay: var(--delay, 0s); }
@keyframes heroIn { to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .menu-toggle { display: block; position: relative; z-index: 3; }
  body.menu-open .site-header { background: transparent; border-color: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .nav { position: fixed; inset: 0; z-index: 2; width: 100%; max-width: 100%; min-height: 100vh; min-height: 100dvh; overflow-y: auto; overflow-x: hidden; flex-direction: column; justify-content: center; gap: 26px; padding: max(100px, env(safe-area-inset-top)) 24px max(42px, env(safe-area-inset-bottom)); background: rgba(7,18,38,.985); visibility: hidden; opacity: 0; transform: translateY(-8px); transition: opacity .35s var(--ease), transform .35s var(--ease), visibility .35s; }
  .nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .nav__link { font-family: "Nimbus Sans", "Arial", sans-serif; font-size: 1.8rem; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  body.menu-open .mobile-visit-bar, body.menu-open .cookie-banner { visibility: hidden; opacity: 0; pointer-events: none; }
  .js-ready [data-reveal="left"], .js-ready [data-reveal="right"] { transform: translateY(28px); }
  .section-head { display: grid; }
  .welcome-intro { grid-template-columns: 1fr; gap: 30px; }
  .welcome-intro .eyebrow { grid-column: auto; margin-bottom: -12px; }
  .promise-grid, .moment-grid { grid-template-columns: 1fr 1fr; }
  .promise-card:last-child, .moment-card:last-child { grid-column: 1 / -1; }
  .price-stage { grid-template-columns: 1fr; }
  .category-card, .category-card:nth-child(1), .category-card:nth-child(5) { grid-column: span 6; }
  .split, .service-strip, .hours-card, .location-grid, .story-grid { grid-template-columns: 1fr; }
  .service-strip__media { min-height: 460px; }
  .service-cards, .values { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { padding: 12px 0; }
  .logo { width: 151px; }
  h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero { min-height: 780px; }
  .hero__media img { object-position: 63% center; }
  .hero__media::after { background: linear-gradient(0deg, var(--ink) 0%, rgba(4,11,25,.76) 55%, rgba(4,11,25,.36) 100%); }
  .hero__content { padding: 145px 0 58px; }
  .hero__actions .btn { width: 100%; }
  .ticker { transform: none; }
  .hero__facts { margin-top: 33px; }
  .scroll-mark { display: none; }
  .section { padding: 76px 0; }
  .section-head { margin-bottom: 35px; }
  .category-card, .category-card:nth-child(1), .category-card:nth-child(5) { grid-column: 1 / -1; min-height: 280px; }
  .promise-grid, .moment-grid { grid-template-columns: 1fr; }
  .promise-card, .moment-card { min-height: 340px; }
  .promise-card:last-child, .moment-card:last-child { grid-column: auto; }
  .section-action { align-items: stretch; flex-direction: column; }
  .section-action .btn { width: 100%; }
  .price-stage__visual { min-height: 430px; }
  .price-points > div { grid-template-columns: 1fr; gap: 2px; }
  .image-frame img { min-height: 420px; }
  .image-badge { width: 102px; height: 102px; font-size: .85rem; }
  .service-strip__media { min-height: 350px; }
  .service-checks { display: grid; }
  .service-card--hermes .hermes-badge { position: static; margin-bottom: 30px; }
  .service-card--hermes .service-card__icon { margin-bottom: 42px; }
  .service-cards, .values { grid-template-columns: 1fr; }
  .product-row { grid-template-columns: 58px 1fr; gap: 16px; padding: 20px; }
  .product-row__icon { width: 56px; height: 56px; }
  .product-row__tag { grid-column: 2; width: fit-content; }
  .page-hero { padding: 145px 0 72px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .cookie-actions { flex-direction: column; }
  .cookie-actions .btn { width: 100%; }
  body { padding-bottom: 72px; }
  .mobile-visit-bar { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 1200; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 10px 10px 17px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(7,18,38,.94); box-shadow: 0 16px 45px rgba(0,0,0,.35); backdrop-filter: blur(16px); }
  .mobile-visit-bar span { display: grid; line-height: 1.25; }
  .mobile-visit-bar small { color: var(--muted); font-size: .72rem; }
  .mobile-visit-bar a { padding: 11px 17px; border-radius: 12px; background: var(--orange); color: white; font-size: .84rem; font-weight: 800; }
  .cookie-banner { bottom: 88px; }
}

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