/*
Theme Name: Angelique Coiffure
Theme URI: https://angelique-coiffure.gr/
Author: Angelique Coiffure
Description: Premium animated WordPress theme for Angelique Coiffure in Alimos.
Version: 2.7.2
Text Domain: angelique-coiffure
*/

@font-face {
  font-family: "GFS Didot";
  src: url("assets/fonts/gfs-didot-greek-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: "GFS Didot";
  src: url("assets/fonts/gfs-didot-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-greek-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-greek-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-latin-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-greek-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --black: #080808;
  --ink: #11100e;
  --ivory: #f4f0e8;
  --paper: #eee8dd;
  --gold: #c6a56b;
  --gold-on-light: #765820;
  --muted: #a9a49a;
  --line: rgba(198, 165, 107, 0.3);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--ivory);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.preloader-active { overflow: hidden; }

.site-preloader {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--ivory);
  background: radial-gradient(circle at 50% 45%, rgba(198, 165, 107, 0.1), transparent 28%), #050505;
  opacity: 1;
  visibility: visible;
  transition: opacity 800ms cubic-bezier(.65, 0, .35, 1), visibility 800ms;
}

.site-preloader::before,
.site-preloader::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.site-preloader::before {
  inset: 28px;
  border: 1px solid rgba(198, 165, 107, 0.22);
  transform: scale(1);
  transition: transform 900ms cubic-bezier(.65, 0, .35, 1);
}

.site-preloader::after {
  width: min(66vw, 780px);
  height: min(66vw, 780px);
  border: 1px solid rgba(198, 165, 107, 0.12);
  border-radius: 50%;
  animation: preloader-orbit 8s linear infinite;
}

.preloader-glow {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(198, 165, 107, 0.08);
  filter: blur(70px);
  animation: preloader-glow 2.4s ease-in-out infinite;
}

.preloader-inner {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  text-align: center;
}

.preloader-logo {
  width: clamp(92px, 10vw, 138px);
  height: auto;
  opacity: 0;
  filter: drop-shadow(0 18px 44px rgba(198, 165, 107, 0.2));
  animation: preloader-logo-in 900ms 100ms cubic-bezier(.2,.75,.2,1) forwards;
}

.preloader-wordmark {
  display: grid;
  gap: 7px;
  margin-top: 24px;
  opacity: 0;
  transform: translateY(12px);
  animation: preloader-copy-in 700ms 420ms ease forwards;
}

.preloader-wordmark span {
  font-family: "GFS Didot", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 0.9;
  letter-spacing: 0.16em;
}

.preloader-wordmark small {
  color: var(--gold);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.56em;
}

.preloader-inner > p {
  margin: 26px 0 18px;
  color: #8f887e;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.32em;
  opacity: 0;
  animation: preloader-copy-in 700ms 620ms ease forwards;
}

.preloader-line {
  width: min(210px, 52vw);
  height: 1px;
  overflow: hidden;
  background: rgba(198, 165, 107, 0.2);
  opacity: 0;
  animation: preloader-copy-in 500ms 720ms ease forwards;
}

.preloader-line span {
  display: block;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  animation: preloader-progress 1.2s 760ms cubic-bezier(.65,0,.35,1) infinite;
}

.site-preloader.is-leaving {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-preloader.is-leaving::before { transform: scale(1.04); }

.site-preloader.is-leaving .preloader-inner {
  transform: translateY(-12px) scale(1.025);
  transition: transform 800ms cubic-bezier(.65,0,.35,1);
}

@keyframes preloader-logo-in {
  from { opacity: 0; transform: scale(0.76) rotate(-5deg); }
  to { opacity: 1; transform: scale(1) rotate(0); }
}

@keyframes preloader-copy-in {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes preloader-progress {
  from { transform: translateX(-110%); }
  to { transform: translateX(350%); }
}

@keyframes preloader-orbit {
  to { transform: rotate(360deg); }
}

@keyframes preloader-glow {
  0%, 100% { opacity: 0.45; transform: scale(0.86); }
  50% { opacity: 1; transform: scale(1.12); }
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  height: 108px;
  display: flex;
  align-items: center;
  padding: 0 clamp(24px, 4vw, 72px);
  gap: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.42));
  backdrop-filter: blur(14px);
  transition:
    height 300ms ease,
    background 300ms ease,
    box-shadow 300ms ease;
}

.site-header.is-scrolled {
  height: 82px;
  background: rgba(5, 5, 5, 0.94);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  white-space: nowrap;
}

.brand-mark {
  display: block;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  transition:
    width 300ms ease,
    height 300ms ease,
    flex-basis 300ms ease,
    transform 300ms ease;
}

.brand:hover .brand-mark {
  transform: rotate(-2deg) scale(1.035);
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 3px;
}

.brand-name {
  font-family: "GFS Didot", "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0.14em;
}

.brand-sub {
  color: var(--gold);
  font-size: 7px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.29em;
}

.site-header.is-scrolled .brand-mark {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  padding: 12px 0;
  font-size: 14px;
  color: #e8e3da;
}

.desktop-nav a::after {
  position: absolute;
  content: "";
  height: 1px;
  inset: auto 50% 2px;
  background: var(--gold);
  transition: inset 180ms ease;
}

.desktop-nav a:hover::after {
  inset-inline: 0;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.phone-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 24px;
  border-left: 1px solid var(--line);
  font-size: 14px;
}

.phone-link svg {
  color: var(--gold);
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid var(--gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-outline {
  color: var(--gold);
}

.button-outline:hover {
  color: #090909;
  background: var(--gold);
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 850px;
  height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #020202;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  will-change: transform;
  animation:
    image-in 1.1s ease both,
    hero-cinema 18s 1.1s ease-in-out infinite alternate;
}

.hero-shade {
  background:
    linear-gradient(90deg, #020202 0%, rgba(2, 2, 2, 0.98) 29%, rgba(2, 2, 2, 0.46) 58%, rgba(2, 2, 2, 0.08) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent 40%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 55vw);
  margin: 96px 0 0 clamp(24px, 5vw, 82px);
}

.eyebrow,
.section-kicker {
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.24em;
}

.hero-seo-kicker {
  display: block;
  margin-bottom: 26px;
  color: var(--gold);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.24em;
}

.hero h1,
.statement h2,
.section-heading h2,
.contact h2 {
  margin: 22px 0 28px;
  font-family: "GFS Didot", "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.hero h1 {
  font-size: clamp(68px, 7.6vw, 116px);
  line-height: 0.78;
}

.hero-line {
  display: inline-block;
}

.hero-stagger {
  animation: hero-copy-in 850ms cubic-bezier(.2,.7,.2,1) both;
}

.hero-stagger-1 { animation-delay: 180ms; }
.hero-stagger-2 { animation-delay: 260ms; }
.hero-stagger-3 { animation-delay: 340ms; }
.hero-stagger-4 { animation-delay: 420ms; }
.hero-stagger-5 { animation-delay: 520ms; }
.hero-stagger-6 { animation-delay: 620ms; }

.hero h1 em {
  color: var(--gold);
  font-weight: 500;
}

.hero-copy {
  max-width: 540px;
  color: #c7c1b8;
  font-size: 16px;
  line-height: 1.8;
}

.hero-cta {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.button-gold {
  min-width: 186px;
  color: #090909;
  background: var(--gold);
}

.button-gold:hover {
  background: #d7b878;
}

.text-link {
  padding: 10px 0 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  color: #eae5db;
  font-size: 12px;
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  right: 48px;
  bottom: 32px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  letter-spacing: 0.24em;
  writing-mode: vertical-rl;
}

.scroll-cue span {
  width: 1px;
  height: 44px;
  background: var(--gold);
}

.line-icon {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 clamp(24px, 7vw, 110px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0d0c0b;
}

.trust-bar > div {
  display: flex;
  min-height: 112px;
  align-items: center;
  gap: 20px;
  padding: 24px 42px;
  border-right: 1px solid var(--line);
}

.trust-bar > div:first-child {
  padding-left: 0;
}

.trust-bar > div:last-child {
  border-right: 0;
}

.trust-bar .line-icon {
  flex: 0 0 auto;
  color: var(--gold);
}

.trust-bar span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.trust-bar b {
  display: block;
  color: var(--ivory);
  font-family: "GFS Didot", "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 500;
}

.section-shell {
  padding: 120px clamp(24px, 7vw, 110px);
}

.statement {
  color: var(--ink);
  background: var(--ivory);
}

.statement .section-kicker,
.reviews .section-kicker,
.statement h2 em,
.reviews h2 em {
  color: var(--gold-on-light);
}

.statement-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: clamp(60px, 10vw, 160px);
  margin-top: 38px;
}

.statement h2,
.section-heading h2,
.contact h2 {
  font-size: clamp(46px, 5.2vw, 78px);
  line-height: 0.98;
}

.beauty-ticker {
  overflow: hidden;
  padding: 26px 0 20px;
  border-top: 1px solid #d6cec2;
  border-bottom: 1px solid #d6cec2;
  color: var(--ink);
  background: var(--ivory);
}

.beauty-ticker-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 34px;
  white-space: nowrap;
  animation: ticker-slide 26s linear infinite;
}

.beauty-ticker span {
  font-family: "GFS Didot", "Cormorant Garamond", serif;
  font-size: clamp(32px, 4vw, 58px);
  letter-spacing: -0.025em;
}

.beauty-ticker b {
  color: var(--gold);
  font-size: 13px;
}

.statement h2 {
  margin: 0;
}

.statement h2 em,
.section-heading h2 em,
.contact h2 em {
  color: var(--gold);
  font-weight: 500;
}

.statement.section-shell h2 em,
.reviews.section-shell .section-heading h2 em {
  color: var(--gold-on-light);
}

.statement-grid > div > p {
  margin: 0 0 22px;
  color: #4c4842;
  font-size: 15px;
  line-height: 1.9;
}

.brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid #d4cbbc;
  font-family: "GFS Didot", "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 600;
}

.editorial-story {
  position: relative;
  display: grid;
  min-height: 820px;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  align-items: center;
  gap: clamp(56px, 8vw, 130px);
  overflow: hidden;
  padding: 110px clamp(24px, 7vw, 110px);
  background: radial-gradient(circle at 72% 34%, rgba(198, 165, 107, 0.12), transparent 32%), #0b0a09;
}

.editorial-story::before {
  position: absolute;
  content: "";
  inset: 36px;
  border: 1px solid rgba(198, 165, 107, 0.18);
  pointer-events: none;
}

.editorial-collage {
  position: relative;
  min-height: 610px;
}

.editorial-image {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #17130f;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

.editorial-image::after {
  position: absolute;
  content: "";
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 8px rgba(0, 0, 0, 0.08);
  pointer-events: none;
}

.editorial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s cubic-bezier(.2,.7,.2,1);
}

.editorial-image:hover img {
  transform: scale(1.045);
}

.editorial-image-main {
  inset: 0 20% 0 0;
  z-index: 1;
}

.editorial-image-main img {
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.12);
}

.editorial-image-main:hover img {
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.16);
}

.editorial-image-top {
  z-index: 3;
  width: 42%;
  height: 42%;
  top: -3%;
  right: 0;
  transform: rotate(2.5deg);
}

.editorial-image-bottom {
  z-index: 2;
  width: 38%;
  height: 38%;
  right: 2%;
  bottom: -2%;
  transform: rotate(-3deg);
}

.editorial-orbit {
  position: absolute;
  z-index: 4;
  left: clamp(36px, 4vw, 72px);
  bottom: 70px;
  display: grid;
  width: 116px;
  height: 116px;
  place-items: center;
  border: 1px solid rgba(198, 165, 107, 0.48);
  border-radius: 50%;
  color: var(--gold);
  font-family: "GFS Didot", serif;
  font-size: 25px;
  letter-spacing: 0.12em;
  animation: orbit-float 5s ease-in-out infinite;
}

.editorial-orbit::before,
.editorial-orbit::after {
  position: absolute;
  content: "✦";
  color: var(--gold);
  font-family: serif;
  font-size: 10px;
}

.editorial-orbit::before { top: -5px; }
.editorial-orbit::after { bottom: -5px; transform: rotate(45deg); }

.editorial-copy {
  position: relative;
  z-index: 5;
  max-width: 520px;
}

.editorial-copy h2 {
  margin: 24px 0 30px;
  font-family: "GFS Didot", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(50px, 5.4vw, 82px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.editorial-copy h2 em {
  color: var(--gold);
  font-weight: 500;
}

.editorial-copy > p {
  color: #bcb5aa;
  font-size: 14px;
  line-height: 1.9;
}

.editorial-points {
  display: grid;
  margin: 34px 0;
  border-top: 1px solid var(--line);
}

.editorial-points span {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  color: #ddd6ca;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.editorial-points b {
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.14em;
}

.editorial-link {
  display: inline-block;
  color: var(--gold);
}

.services {
  background: var(--black);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p {
  max-width: 420px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 74px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-card {
  position: relative;
  min-height: 360px;
  padding: 34px 30px;
  border-right: 1px solid var(--line);
  overflow: hidden;
  transition: background 220ms ease;
}

.service-card:last-child {
  border-right: 0;
}

.service-card:hover {
  background: #14120f;
}

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-card-top > span {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.service-card-top .line-icon {
  color: var(--gold);
  transition: transform 220ms ease;
}

.service-card:hover .service-card-top .line-icon {
  transform: rotate(-5deg) scale(1.08);
}

.service-card h3 {
  max-width: 220px;
  margin: 80px 0 20px;
  font-family: "GFS Didot", "Cormorant Garamond", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.05;
}

.service-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.service-card a {
  position: absolute;
  bottom: 32px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-card a b {
  margin-left: 5px;
  font-size: 15px;
}

.gallery {
  color: var(--ink);
  background: var(--ivory);
}

.gallery .section-heading > p {
  color: #5b564f;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1.1fr;
  gap: 18px;
  margin-top: 70px;
}

.gallery-grid figure {
  margin: 0;
}

.gallery-grid figure:nth-child(2) {
  margin-top: 90px;
}

.gallery-image {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #1b1815;
}

.gallery-image::after {
  position: absolute;
  content: "";
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.1);
  transition: transform 300ms linear;
  will-change: transform;
}

.gallery-grid figure:hover img {
  filter: saturate(1.06) contrast(1.02);
}

.gallery-grid figcaption {
  padding: 22px 2px 0;
}

.gallery-grid figcaption span {
  color: #916e3b;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.gallery-grid figcaption h3 {
  margin: 8px 0 0;
  font-family: "GFS Didot", "Cormorant Garamond", serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.1;
}

.visual-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0b0a09;
}

.visual-value {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  padding: 64px clamp(28px, 4vw, 70px);
  border-right: 1px solid var(--line);
  transition: background 300ms ease;
}

.visual-value:last-child { border-right: 0; }
.visual-value:hover { background: #14110e; }

.visual-value::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 180px;
  right: -86px;
  bottom: -86px;
  border: 1px solid rgba(198, 165, 107, 0.18);
  border-radius: 50%;
  transition: transform 500ms ease;
}

.visual-value:hover::after { transform: scale(1.25); }

.visual-value-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  font-size: 18px;
}

.visual-value-monogram {
  display: block;
  color: rgba(198, 165, 107, 0.18);
  font-family: "GFS Didot", serif;
  font-size: 92px;
  line-height: 0.78;
  animation: monogram-breathe 4.8s ease-in-out infinite;
}

.visual-value p {
  margin: 62px 0 12px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.24em;
}

.visual-value-center p { margin-top: 45px; }

.visual-value h3 {
  max-width: 330px;
  margin: 0;
  font-family: "GFS Didot", "Cormorant Garamond", serif;
  font-size: clamp(27px, 2.4vw, 38px);
  font-weight: 500;
  line-height: 1.08;
}

.image-reel {
  overflow: hidden;
  padding: 34px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #090909;
}

.image-reel-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: image-reel-slide 38s linear infinite;
}

.image-reel:hover .image-reel-track {
  animation-play-state: paused;
}

.image-reel figure {
  position: relative;
  width: clamp(250px, 25vw, 390px);
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #16130f;
}

.image-reel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2,.7,.2,1);
}

.image-reel figure:hover img {
  transform: scale(1.06);
}

.image-reel figcaption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 14px;
  color: white;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-shadow: 0 2px 16px #000;
}

.reviews {
  color: var(--ink);
  background: var(--paper);
}

.section-heading.compact {
  justify-content: flex-start;
}

.google-rating {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  gap: 22px;
  min-height: 88px;
  align-items: center;
  margin-top: 46px;
  padding: 18px 24px;
  border: 1px solid #cfc3b3;
  background: rgba(255, 255, 255, 0.28);
  transition:
    border-color 220ms ease,
    background 220ms ease,
    transform 220ms ease;
}

.google-rating:hover {
  border-color: #b59a72;
  background: rgba(255, 255, 255, 0.58);
  transform: translateY(-2px);
}

.google-rating-brand {
  color: #3c4043;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.google-rating-score {
  display: flex;
  align-items: center;
  gap: 12px;
}

.google-rating-score strong {
  font-family: "GFS Didot", "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 600;
}

.google-rating-stars {
  color: #f6ad01;
  font-size: 16px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.google-rating-count {
  color: #645c53;
  font-size: 12px;
}

.google-rating-link {
  color: #72552d;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 68px;
  background: #d7cdbf;
}

.review-grid figure {
  margin: 0;
  padding: 38px;
  background: var(--paper);
}

.stars {
  color: #9f7741;
  font-size: 11px;
  letter-spacing: 0.15em;
}

.review-grid blockquote {
  min-height: 150px;
  margin: 30px 0;
  font-family: "GFS Didot", "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
}

.review-grid figcaption {
  color: #645c53;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.faq {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(70px, 10vw, 150px);
  background: #0e0d0c;
}

.faq h2 {
  margin: 22px 0 0;
  font-family: "GFS Didot", "Cormorant Garamond", serif;
  font-size: clamp(46px, 5.2vw, 78px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.faq h2 em {
  color: var(--gold);
  font-weight: 500;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  cursor: pointer;
  font-family: "GFS Didot", "Cormorant Garamond", serif;
  font-size: 23px;
  font-weight: 500;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--gold);
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 300;
  transition: transform 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 680px;
  margin: -4px 48px 28px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(70px, 11vw, 170px);
  background: #0b0b0a;
}

.contact h2 {
  margin-bottom: 28px;
}

.contact-copy > p:not(.section-kicker) {
  max-width: 500px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.contact-phone {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 38px 0 26px;
  font-family: "GFS Didot", "Cormorant Garamond", serif;
  font-size: clamp(34px, 4vw, 52px);
}

.contact-phone svg {
  color: var(--gold);
  font-size: 22px;
}

.button-light {
  color: var(--gold);
}

.button-light:hover {
  color: var(--black);
  background: var(--gold);
}

.contact-details {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 50px;
  padding: 54px;
  border: 1px solid var(--line);
}

.detail-block > span,
.hours > span {
  display: block;
  margin-bottom: 28px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.detail-block p {
  margin: 5px 0;
  font-family: "GFS Didot", "Cormorant Garamond", serif;
  font-size: 24px;
}

.detail-block a {
  display: inline-block;
  margin-top: 26px;
  color: var(--muted);
  font-size: 12px;
}

.hours > div {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
}

.hours b {
  font-weight: 600;
}

.hours p {
  margin: 0;
  color: var(--muted);
}

footer {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 36px clamp(24px, 7vw, 110px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #050505;
}

footer p {
  margin: 0;
  color: #827d75;
  font-size: 10px;
}

footer p:last-child {
  margin-left: auto;
}

.footer-brand .brand-mark {
  width: 50px;
  height: 50px;
  flex-basis: 50px;
}

/* Dedicated, indexable local service pages */
.seo-service-page {
  background: var(--black);
}

.seo-service-hero {
  position: relative;
  min-height: 760px;
  height: min(880px, 92svh);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #050505;
}

.seo-service-hero > img,
.seo-service-shade {
  position: absolute;
  inset: 0;
}

.seo-service-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  animation: image-in 900ms ease both;
}

.seo-service-shade {
  background:
    linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.98) 34%, rgba(5, 5, 5, 0.62) 61%, rgba(5, 5, 5, 0.12) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.48), transparent 48%);
}

.seo-service-hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 58vw);
  margin: 110px 0 0 clamp(24px, 6vw, 96px);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 44px;
  color: #9b958c;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.breadcrumbs a:hover {
  color: var(--gold);
}

.breadcrumbs span:last-child {
  color: #d5cfc5;
}

.seo-service-hero h1 {
  max-width: 800px;
  margin: 20px 0 28px;
  font-family: "GFS Didot", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(62px, 7.2vw, 108px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.seo-service-lead {
  max-width: 670px;
  color: #cbc5bc;
  font-size: 15px;
  line-height: 1.85;
}

.seo-service-content {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(70px, 10vw, 150px);
  color: var(--ink);
  background: var(--ivory);
}

.seo-service-intro {
  position: sticky;
  top: 122px;
  align-self: start;
}

.seo-service-intro h2,
.seo-why h2,
.related-services h2,
.seo-contact-cta h2 {
  margin: 22px 0 0;
  font-family: "GFS Didot", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(45px, 5vw, 72px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.seo-service-intro h2 em,
.seo-why h2 em,
.related-services h2 em,
.seo-contact-cta h2 em {
  color: #9f7741;
  font-weight: 500;
}

.seo-service-sections article {
  padding: 0 0 58px;
  border-top: 1px solid rgba(17, 16, 14, 0.18);
}

.seo-service-sections article + article {
  padding-top: 58px;
}

.seo-service-sections h2 {
  margin: 28px 0 24px;
  font-family: "GFS Didot", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 600;
  line-height: 1.08;
}

.seo-service-sections p {
  color: #514d47;
  font-size: 15px;
  line-height: 1.9;
}

.seo-why {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(70px, 10vw, 150px);
  background: #0d0c0b;
}

.seo-why h2 em {
  color: var(--gold);
}

.seo-why ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.seo-why li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 86px;
  border-bottom: 1px solid var(--line);
  color: #d8d2c8;
  font-size: 13px;
  line-height: 1.65;
}

.seo-why li span {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.seo-service-faq {
  background: #0e0d0c;
}

.related-services {
  color: var(--ink);
  background: var(--paper);
}

.related-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 62px;
  border-top: 1px solid rgba(17, 16, 14, 0.2);
  border-bottom: 1px solid rgba(17, 16, 14, 0.2);
}

.related-service-grid > a {
  min-height: 250px;
  padding: 30px;
  border-right: 1px solid rgba(17, 16, 14, 0.2);
  transition: color 180ms ease, background 180ms ease;
}

.related-service-grid > a:last-child {
  border-right: 0;
}

.related-service-grid > a:hover {
  color: var(--ivory);
  background: var(--ink);
}

.related-service-grid span,
.related-service-grid b {
  color: #9f7741;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.related-service-grid h3 {
  min-height: 100px;
  margin: 44px 0 18px;
  font-family: "GFS Didot", "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.05;
}

.seo-contact-cta {
  padding: clamp(90px, 12vw, 170px) 24px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 10%, rgba(198, 165, 107, 0.12), transparent 38%),
    #080808;
}

.seo-contact-cta h2 {
  font-size: clamp(58px, 8vw, 104px);
}

.seo-contact-cta h2 em {
  color: var(--gold);
}

.seo-contact-cta > p:not(.section-kicker) {
  max-width: 620px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.seo-contact-cta .contact-phone {
  justify-content: center;
}

.mobile-call {
  display: none;
}

.cookie-consent {
  position: fixed;
  z-index: 120;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px;
  border: 1px solid rgba(198, 165, 107, 0.48);
  color: var(--ivory);
  background: rgba(8, 8, 8, 0.97);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.58);
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
  backdrop-filter: blur(18px);
}

.cookie-consent.is-open {
  opacity: 1;
  transform: translateY(0);
}

.cookie-consent-kicker {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.cookie-consent h2 {
  margin: 0 0 10px;
  font-family: "GFS Didot", "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 500;
}

.cookie-consent-copy > p:not(.cookie-consent-kicker),
.cookie-consent details p {
  max-width: 620px;
  margin: 0;
  color: #b9b3a9;
  font-size: 12px;
  line-height: 1.65;
}

.cookie-consent details {
  margin-top: 12px;
  color: #bbb4aa;
  font-size: 11px;
}

.cookie-consent summary {
  width: max-content;
  cursor: pointer;
  color: var(--gold);
}

.cookie-consent details p {
  margin-top: 10px;
}

.cookie-consent details a {
  display: inline-block;
  margin-top: 8px;
  color: var(--gold);
}

.cookie-consent-actions {
  display: flex;
  min-width: 210px;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.cookie-button {
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--gold);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 600;
  transition:
    color 180ms ease,
    background 180ms ease;
}

.cookie-button-primary {
  color: #090909;
  background: var(--gold);
}

.cookie-button-primary:hover {
  background: #d6b779;
}

.cookie-button-secondary {
  color: var(--ivory);
  background: transparent;
}

.cookie-button-secondary:hover {
  color: #090909;
  background: var(--gold);
}

.cookie-settings {
  position: fixed;
  z-index: 49;
  bottom: 16px;
  left: 16px;
  padding: 8px 10px;
  border: 1px solid rgba(198, 165, 107, 0.35);
  color: #aaa39a;
  background: rgba(8, 8, 8, 0.92);
  cursor: pointer;
  font: inherit;
  font-size: 9px;
}

.privacy-page {
  min-height: 100vh;
  padding-top: 108px;
  background:
    radial-gradient(circle at 86% 8%, rgba(198, 165, 107, 0.12), transparent 32%),
    var(--black);
}

.privacy-hero {
  padding: clamp(74px, 10vw, 138px) clamp(24px, 7vw, 110px) clamp(58px, 8vw, 100px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.privacy-hero-inner,
.privacy-content {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.privacy-back {
  display: inline-flex;
  margin-bottom: 40px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.privacy-hero h1 {
  max-width: 850px;
  margin: 14px 0 24px;
  font-family: "GFS Didot", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 400;
  line-height: 0.98;
}

.privacy-hero h1 em {
  color: var(--gold);
  font-weight: 400;
}

.privacy-lead {
  max-width: 720px;
  margin: 0;
  color: #c7c0b6;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.8;
}

.privacy-updated {
  margin: 26px 0 0;
  color: #858078;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.privacy-content {
  display: grid;
  gap: 0;
  padding: clamp(62px, 9vw, 110px) 24px;
}

.privacy-section {
  display: grid;
  grid-template-columns: minmax(180px, 0.65fr) minmax(0, 1.6fr);
  gap: clamp(34px, 7vw, 100px);
  padding: 46px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.privacy-section:first-child {
  padding-top: 0;
}

.privacy-section h2 {
  margin: 0;
  font-family: "GFS Didot", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.05;
}

.privacy-copy {
  color: #b8b1a7;
  font-size: 14px;
  line-height: 1.85;
}

.privacy-copy p {
  margin: 0 0 18px;
}

.privacy-copy p:last-child {
  margin-bottom: 0;
}

.privacy-copy ul {
  display: grid;
  gap: 12px;
  margin: 18px 0;
  padding-left: 20px;
}

.privacy-copy strong,
.privacy-copy a {
  color: var(--ivory);
}

.privacy-copy a {
  text-decoration: underline;
  text-decoration-color: rgba(198, 165, 107, 0.65);
  text-underline-offset: 4px;
}

.privacy-table-wrap {
  overflow-x: auto;
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.privacy-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  color: #b8b1a7;
  font-size: 12px;
  line-height: 1.6;
}

.privacy-table th,
.privacy-table td {
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  vertical-align: top;
}

.privacy-table th {
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.privacy-contact-card {
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(198, 165, 107, 0.42);
  background: rgba(198, 165, 107, 0.07);
}

.privacy-contact-card a {
  color: var(--gold);
  font-size: clamp(17px, 2vw, 23px);
}

.footer-legal {
  color: #9b958c;
  font-size: 10px;
  text-decoration: underline;
  text-decoration-color: rgba(198, 165, 107, 0.45);
  text-underline-offset: 4px;
}

@keyframes image-in {
  from {
    opacity: 0;
    transform: scale(1.03);
  }
}

@keyframes hero-cinema {
  from {
    transform: scale(1);
    object-position: 50% 50%;
  }
  to {
    transform: scale(1.055);
    object-position: 54% 48%;
  }
}

@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(28px);
    filter: blur(4px);
  }
}

@keyframes ticker-slide {
  to {
    transform: translateX(-50%);
  }
}

@keyframes image-reel-slide {
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@keyframes orbit-float {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-10px) rotate(4deg); }
}

@keyframes monogram-breathe {
  0%, 100% { opacity: 0.65; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.04); }
}

.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 850ms cubic-bezier(.2,.7,.2,1),
    transform 850ms cubic-bezier(.2,.7,.2,1);
}

.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .gallery-grid figure:nth-child(2) {
  transition-delay: 100ms;
}

.motion-ready .gallery-grid figure:nth-child(3) {
  transition-delay: 200ms;
}

@media (max-width: 1120px) {
  .desktop-nav {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .statement-grid,
  .contact,
  .faq {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card:nth-child(2) {
    border-right: 0;
  }

  .service-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .trust-bar > div {
    padding-inline: 24px;
  }

  .editorial-story {
    grid-template-columns: 1fr;
  }

  .editorial-collage {
    width: min(760px, 100%);
    min-height: 650px;
  }

  .editorial-copy {
    max-width: 700px;
  }

  .seo-service-content,
  .seo-why {
    grid-template-columns: 1fr;
  }

  .seo-service-intro {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-preloader::before { inset: 14px; }

  .site-preloader::after {
    width: 88vw;
    height: 88vw;
  }

  .preloader-wordmark span { font-size: 32px; }

  .site-header {
    position: fixed;
    height: 82px;
    padding: 0 20px;
  }

  .brand {
    gap: 9px;
  }

  .brand-mark,
  .site-header.is-scrolled .brand-mark {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
  }

  .brand-name {
    font-size: 14px;
    letter-spacing: 0.11em;
  }

  .brand-sub {
    font-size: 6px;
    letter-spacing: 0.19em;
  }

  .header-actions {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
    margin-left: auto;
  }

  .mobile-menu summary {
    display: grid;
    width: 38px;
    height: 38px;
    padding: 10px 8px;
    list-style: none;
    cursor: pointer;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary span {
    display: block;
    height: 1px;
    background: var(--ivory);
  }

  .mobile-menu nav {
    position: absolute;
    top: 54px;
    right: -20px;
    width: min(290px, 88vw);
    display: flex;
    flex-direction: column;
    padding: 22px;
    border: 1px solid var(--line);
    background: #090909;
    box-shadow: 0 20px 60px #000;
  }

  .mobile-menu nav a {
    padding: 12px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 14px;
  }

  .hero {
    min-height: 760px;
    height: 100svh;
    align-items: end;
  }

  .hero-image {
    object-position: 61% center;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, #020202 4%, rgba(2, 2, 2, 0.96) 33%, rgba(2, 2, 2, 0.18) 72%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.48), transparent);
  }

  .hero-content {
    width: auto;
    margin: 0 22px 76px;
  }

  .hero h1 {
    margin: 18px 0 22px;
    font-size: clamp(56px, 17vw, 76px);
    line-height: 0.83;
  }

  .hero-seo-kicker {
    max-width: 300px;
    margin-bottom: 22px;
    font-size: 9px;
    line-height: 1.6;
  }

  .hero-copy {
    max-width: 500px;
    font-size: 13px;
    line-height: 1.7;
  }

  .hero-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-top: 24px;
  }

  .hero-cta .button {
    display: none;
  }

  .scroll-cue {
    display: none;
  }

  .section-shell {
    padding: 80px 22px;
  }

  .trust-bar {
    grid-template-columns: 1fr;
    padding: 0 22px;
  }

  .trust-bar > div,
  .trust-bar > div:first-child {
    min-height: 92px;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-bar > div:last-child {
    border-bottom: 0;
  }

  .statement-grid {
    gap: 42px;
    margin-top: 28px;
  }

  .statement h2,
  .section-heading h2,
  .contact h2 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .editorial-story {
    min-height: 0;
    gap: 64px;
    padding: 82px 22px;
  }

  .editorial-story::before { inset: 14px; }
  .editorial-collage { min-height: 520px; }
  .editorial-image-main { inset: 0 12% 0 0; }

  .editorial-image-top {
    width: 43%;
    height: 34%;
    top: 5%;
  }

  .editorial-image-bottom {
    width: 40%;
    height: 33%;
    bottom: 3%;
  }

  .editorial-orbit {
    left: auto;
    right: 24px;
    bottom: 48%;
    width: 86px;
    height: 86px;
    font-size: 18px;
  }

  .editorial-copy h2 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .section-heading {
    display: block;
  }

  .section-heading > p {
    margin-top: 30px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .service-card {
    min-height: 310px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-card:nth-child(3) {
    border-bottom: 1px solid var(--line);
  }

  .service-card h3 {
    margin-top: 48px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 46px;
  }

  .gallery-grid figure:nth-child(2) {
    margin-top: 0;
  }

  .gallery-image {
    aspect-ratio: 5 / 6;
  }

  .visual-values {
    grid-template-columns: 1fr;
  }

  .visual-value {
    min-height: 285px;
    padding: 44px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .visual-value:last-child { border-bottom: 0; }
  .visual-value p,
  .visual-value-center p { margin-top: 38px; }

  .image-reel {
    padding: 20px 0;
  }

  .image-reel figure {
    width: 76vw;
  }

  .review-grid {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .google-rating {
    grid-template-columns: 1fr auto;
    gap: 8px 18px;
    margin-top: 34px;
    padding: 18px;
  }

  .google-rating-score {
    justify-content: flex-end;
  }

  .google-rating-count {
    grid-column: 1;
  }

  .google-rating-link {
    grid-column: 2;
    grid-row: 2;
  }

  .review-grid blockquote {
    min-height: auto;
  }

  .contact {
    gap: 55px;
  }

  .faq {
    gap: 48px;
  }

  .faq-list summary {
    min-height: 78px;
    font-size: 20px;
  }

  .contact-details {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }

  .seo-service-hero {
    min-height: 760px;
    height: auto;
  }

  .seo-service-hero > img {
    object-position: 68% center;
  }

  .seo-service-shade {
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.95), rgba(5, 5, 5, 0.48)),
      linear-gradient(0deg, #050505 0%, rgba(5, 5, 5, 0.38) 65%, rgba(5, 5, 5, 0.6) 100%);
  }

  .seo-service-hero-content {
    width: auto;
    margin: 120px 22px 70px;
  }

  .breadcrumbs {
    margin-bottom: 36px;
  }

  .seo-service-hero h1 {
    font-size: clamp(50px, 15vw, 70px);
  }

  .seo-service-lead {
    font-size: 14px;
  }

  .seo-service-content,
  .seo-why {
    gap: 50px;
  }

  .seo-service-intro h2,
  .seo-why h2,
  .related-services h2 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .related-service-grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .related-service-grid > a {
    min-height: 210px;
    border-right: 0;
    border-bottom: 1px solid rgba(17, 16, 14, 0.2);
  }

  .related-service-grid > a:last-child {
    border-bottom: 0;
  }

  .related-service-grid h3 {
    min-height: auto;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 94px;
  }

  footer p:last-child {
    margin-left: 0;
  }

  .privacy-page {
    padding-top: 88px;
  }

  .privacy-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mobile-call {
    position: fixed;
    z-index: 50;
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #090909;
    background: var(--gold);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
    font-size: 13px;
    font-weight: 600;
  }

  .cookie-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: 1fr;
    gap: 20px;
    width: auto;
    padding: 22px 18px;
  }

  .cookie-consent-actions {
    min-width: 0;
  }

  .cookie-settings {
    bottom: 82px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .preloader-logo,
  .preloader-wordmark,
  .preloader-inner > p,
  .preloader-line {
    opacity: 1;
    transform: none;
    animation-delay: 0ms !important;
  }
}
