/* ============================================================
   Servisdr — hizliservistalebi.com
   Concept: Art Deco "Grand Atelier"
   Emerald lacquer + gold leaf + ivory marble
   Display: Marcellus  ·  Body: Jost  (self-hosted)
   ============================================================ */

/* ---- Fonts (self-hosted, latin + latin-ext, Turkish coverage) ---- */
@font-face {
  font-family: "Marcellus";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("marcellus-latin.woff2") format("woff2");
  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: "Marcellus";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("marcellus-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("jost-latin.woff2") format("woff2");
  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: "Jost";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("jost-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---- Tokens ---- */
:root {
  --ad_emerald:      #053B2E;
  --ad_emerald_2:    #0A503C;
  --ad_emerald_deep: #032018;
  --ad_black:        #04130D;
  --ad_gold:         #D4AF37;
  --ad_gold_2:       #EBCB6E;
  --ad_gold_soft:    #B8912E;
  --ad_champagne:    #E7D7A9;
  --ad_champ_dim:    #C4B486;
  --ad_ivory:        #F5EEDD;
  --ad_ivory_2:      #ECE1C9;
  --ad_ink:          #123227;
  --ad_ink_soft:     #46584E;

  --ad_serif: "Marcellus", Georgia, "Times New Roman", serif;
  --ad_sans:  "Jost", "Segoe UI", system-ui, sans-serif;

  --ad_wrap: 1200px;
  --ad_gut: clamp(20px, 5vw, 56px);

  --ad_cut:  polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
  --ad_cut_sm: polygon(9px 0, calc(100% - 9px) 0, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0 calc(100% - 9px), 0 9px);

  --ad_ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---- Reset / base ---- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--ad_sans);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.72;
  color: var(--ad_ink);
  background: var(--ad_emerald_deep);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.ad_locked { overflow: hidden; }

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; padding: 0; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }

:focus-visible {
  outline: 2px solid var(--ad_gold);
  outline-offset: 3px;
}

.ad_skip {
  position: fixed;
  left: 16px; top: -60px;
  z-index: 200;
  background: var(--ad_gold);
  color: var(--ad_emerald_deep);
  font-weight: 600;
  letter-spacing: .04em;
  padding: 10px 18px;
  clip-path: var(--ad_cut_sm);
  transition: top .25s var(--ad_ease);
}
.ad_skip:focus { top: 12px; }

.ad_container {
  width: 100%;
  max-width: var(--ad_wrap);
  margin-inline: auto;
  padding-inline: var(--ad_gut);
}

/* ============================================================
   Ornaments — sunburst, fan, rules
   ============================================================ */
.ad_sunburst {
  position: absolute;
  top: 0; left: 50%;
  width: 150vmax; aspect-ratio: 1;
  transform: translate(-50%, -42%);
  background: repeating-conic-gradient(from 0deg at 50% 50%,
    rgba(212,175,55,.20) 0deg 1.1deg, transparent 1.1deg 8deg);
  -webkit-mask: radial-gradient(closest-side, #000 8%, rgba(0,0,0,.6) 30%, transparent 62%);
  mask: radial-gradient(closest-side, #000 8%, rgba(0,0,0,.6) 30%, transparent 62%);
  pointer-events: none;
  z-index: 0;
}
.ad_sunburst--soft {
  top: 50%;
  transform: translate(-50%, -50%);
  background: repeating-conic-gradient(from 0deg at 50% 50%,
    rgba(212,175,55,.12) 0deg 1deg, transparent 1deg 9deg);
}

.ad_fan {
  --fan: var(--ad_gold);
  display: block;
  width: 62px; height: 30px;
  margin: 0 auto 20px;
  position: relative;
}
.ad_head--left .ad_fan,
.ad_about_body .ad_fan { margin-inline: 0; }
.ad_fan::before {
  content: "";
  position: absolute; inset: 0;
  background: repeating-conic-gradient(from 202deg at 50% 100%,
    var(--fan) 0 1.4deg, transparent 1.4deg 14deg);
  -webkit-mask: radial-gradient(closest-side at 50% 100%, #000 76%, transparent 79%);
  mask: radial-gradient(closest-side at 50% 100%, #000 76%, transparent 79%);
  opacity: .95;
}
.ad_fan::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 0;
  width: 7px; height: 7px;
  transform: translate(-50%, 42%) rotate(45deg);
  background: var(--fan);
}

/* gold double-rule below section eyebrows sits via .ad_head layout */

/* ============================================================
   Buttons
   ============================================================ */
.ad_btn {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  font-family: var(--ad_sans);
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 15px 26px;
  clip-path: var(--ad_cut_sm);
  transition: transform .25s var(--ad_ease), background .25s var(--ad_ease), color .25s var(--ad_ease), box-shadow .25s var(--ad_ease);
  will-change: transform;
}
.ad_btn { white-space: nowrap; }
.ad_btn span { font-weight: 400; letter-spacing: .12em; opacity: .92; }
.ad_btn_lg { padding: 18px 32px; font-size: .88rem; }
.ad_btn_block { display: flex; justify-content: center; width: 100%; }

.ad_btn_gold {
  background: linear-gradient(150deg, var(--ad_gold_2), var(--ad_gold) 55%, var(--ad_gold_soft));
  color: var(--ad_emerald_deep);
}
.ad_btn_gold:hover { transform: translateY(-2px); box-shadow: 0 12px 30px -12px rgba(212,175,55,.7); }

.ad_btn_gold_ghost {
  background: transparent;
  color: var(--ad_champagne);
  box-shadow: inset 0 0 0 1px var(--ad_gold_soft);
}
.ad_btn_gold_ghost:hover { background: rgba(212,175,55,.12); color: var(--ad_gold_2); }

.ad_btn_ink {
  background: var(--ad_emerald);
  color: var(--ad_ivory);
}
.ad_btn_ink:hover { transform: translateY(-2px); background: var(--ad_emerald_2); }

.ad_btn_ink_ghost {
  background: transparent;
  color: var(--ad_ink);
  box-shadow: inset 0 0 0 1px rgba(18,50,39,.35);
}
.ad_btn_ink_ghost:hover { background: rgba(18,50,39,.06); }

.ad_btn_row { display: flex; justify-content: center; margin-top: 48px; }
.ad_btn_group { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

/* ============================================================
   Utility bar
   ============================================================ */
.ad_topbar {
  background: var(--ad_black);
  color: var(--ad_champ_dim);
  font-size: .78rem;
  letter-spacing: .04em;
  border-bottom: 1px solid rgba(212,175,55,.22);
}
.ad_topbar_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 42px;
  flex-wrap: wrap;
}
.ad_topbar_region {
  font-family: var(--ad_serif);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ad_gold);
  font-size: .74rem;
}
.ad_topbar_contact { display: flex; align-items: center; gap: 14px; }
.ad_topbar_phone { color: var(--ad_champagne); font-weight: 500; letter-spacing: .08em; }
.ad_topbar_phone:hover, .ad_topbar_mail:hover { color: var(--ad_gold_2); }
.ad_topbar_div { width: 5px; height: 5px; transform: rotate(45deg); background: var(--ad_gold_soft); }
@media (max-width: 720px) {
  .ad_topbar_region { display: none; }
  .ad_topbar_inner { justify-content: center; min-height: 0; padding-block: 8px; }
}

/* ============================================================
   Header
   ============================================================ */
.ad_header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: var(--ad_emerald_deep);
  border-bottom: 1px solid rgba(212,175,55,.28);
  transition: background .3s var(--ad_ease), box-shadow .3s var(--ad_ease);
}
.ad_header::before,
.ad_header::after {
  content: "";
  position: absolute; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,175,55,.5) 20%, rgba(212,175,55,.5) 80%, transparent);
}
.ad_header::before { top: 3px; }
.ad_header::after { bottom: 3px; opacity: 0; transition: opacity .3s; }
.ad_header.ad_stuck { background: rgba(3,32,24,.94); backdrop-filter: blur(8px); box-shadow: 0 16px 40px -24px #000; }
.ad_header.ad_stuck::after { opacity: 1; }

.ad_header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 84px;
  transition: min-height .3s var(--ad_ease);
}
.ad_header.ad_stuck .ad_header_inner { min-height: 68px; }

/* Brand wordmark */
.ad_brand { display: inline-flex; align-items: center; gap: 12px; }
.ad_brand_mark {
  display: grid; place-items: center;
  width: 46px; height: 46px;
  font-family: var(--ad_serif);
  font-size: 1.5rem;
  color: var(--ad_gold_2);
  background: radial-gradient(circle at 50% 30%, rgba(212,175,55,.18), transparent 70%), var(--ad_emerald);
  box-shadow: inset 0 0 0 1px var(--ad_gold_soft), inset 0 0 0 4px rgba(212,175,55,.15);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.ad_brand_txt { display: flex; flex-direction: column; line-height: 1; }
.ad_brand_name {
  font-family: var(--ad_serif);
  font-size: 1.5rem;
  letter-spacing: .04em;
  color: var(--ad_ivory);
  margin-left: -.32em;
}
.ad_brand_sub {
  font-size: .62rem;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--ad_gold);
  margin-top: 5px;
  padding-left: .2em;
}

/* Desktop nav */
.ad_nav { display: none; }
.ad_nav_list { display: flex; align-items: center; gap: clamp(11px, 1.35vw, 24px); }
.ad_nav_item { position: relative; }
.ad_nav_link {
  font-size: .82rem;
  letter-spacing: .08em;
  color: var(--ad_champagne);
  padding: 8px 2px;
  position: relative;
  white-space: nowrap;
  transition: color .2s;
}
.ad_nav_link::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--ad_gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .28s var(--ad_ease);
}
.ad_nav_link:hover { color: var(--ad_gold_2); }
.ad_nav_link:hover::after { transform: scaleX(1); }

.ad_submenu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 216px;
  background: var(--ad_emerald_deep);
  box-shadow: inset 0 0 0 1px var(--ad_gold_soft), 0 24px 50px -20px #000;
  padding: 10px;
  clip-path: var(--ad_cut_sm);
  opacity: 0; visibility: hidden;
  transition: opacity .25s var(--ad_ease), transform .25s var(--ad_ease), visibility .25s;
  z-index: 5;
}
.ad_nav_has:hover .ad_submenu,
.ad_nav_has:focus-within .ad_submenu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.ad_submenu a {
  display: block;
  font-size: .82rem;
  letter-spacing: .05em;
  color: var(--ad_champagne);
  padding: 9px 14px;
  transition: background .2s, color .2s;
}
.ad_submenu a:hover { background: rgba(212,175,55,.12); color: var(--ad_gold_2); }

.ad_header_cta { display: none; align-items: center; gap: 16px; }
.ad_header_inner { column-gap: 16px; }
.ad_header_phone { display: flex; flex-direction: column; text-align: right; line-height: 1.1; }
.ad_cta_label { font-size: .6rem; letter-spacing: .34em; text-transform: uppercase; color: var(--ad_gold); }
.ad_cta_phone { font-family: var(--ad_serif); font-size: 1.2rem; color: var(--ad_ivory); letter-spacing: .01em; margin-top: 3px; white-space: nowrap; }
.ad_header_phone:hover .ad_cta_phone { color: var(--ad_gold_2); }

/* Burger */
.ad_burger { display: inline-flex; flex-direction: column; gap: 5px; padding: 10px; }
.ad_burger span { width: 26px; height: 2px; background: var(--ad_gold); display: block; transition: transform .3s var(--ad_ease), opacity .3s; }

@media (min-width: 1080px) {
  .ad_nav { display: block; }
  .ad_header_cta { display: flex; }
  .ad_burger { display: none; }
}

/* ============================================================
   Mobile drawer
   ============================================================ */
.ad_scrim {
  position: fixed; inset: 0;
  background: rgba(3,18,13,.66);
  backdrop-filter: blur(2px);
  z-index: 110;
  opacity: 0;
  transition: opacity .3s var(--ad_ease);
}
.ad_scrim.ad_show { opacity: 1; }
.ad_scrim[hidden] { display: none; }

.ad_drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: min(88vw, 380px);
  z-index: 120;
  background: var(--ad_emerald_deep);
  box-shadow: inset 4px 0 0 var(--ad_gold_soft), -30px 0 60px -30px #000;
  padding: 22px 26px 34px;
  transform: translateX(100%);
  transition: transform .38s var(--ad_ease);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.ad_drawer.ad_open { transform: translateX(0); }
.ad_drawer_head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid rgba(212,175,55,.25); }
.ad_brand--sm .ad_brand_mark { width: 40px; height: 40px; font-size: 1.3rem; }
.ad_brand--sm .ad_brand_name { font-size: 1.3rem; }
.ad_drawer_close { display: grid; place-items: center; width: 42px; height: 42px; color: var(--ad_gold); box-shadow: inset 0 0 0 1px var(--ad_gold_soft); clip-path: var(--ad_cut_sm); transition: background .2s; }
.ad_drawer_close:hover { background: rgba(212,175,55,.12); }
.ad_drawer_close svg { width: 20px; height: 20px; }

.ad_drawer_nav { padding-block: 22px; }
.ad_drawer_nav > ul > li { border-bottom: 1px solid rgba(212,175,55,.12); }
.ad_drawer_nav a, .ad_drawer_group {
  display: block;
  font-family: var(--ad_serif);
  font-size: 1.16rem;
  letter-spacing: .05em;
  color: var(--ad_ivory);
  padding: 13px 0;
}
.ad_drawer_group { color: var(--ad_gold); font-size: .78rem; letter-spacing: .28em; text-transform: uppercase; padding-bottom: 4px; }
.ad_drawer_sub { padding-bottom: 8px; }
.ad_drawer_sub a { font-family: var(--ad_sans); font-size: .96rem; color: var(--ad_champagne); padding: 8px 0 8px 6px; }
.ad_drawer_nav a:hover, .ad_drawer_sub a:hover { color: var(--ad_gold_2); }

.ad_drawer_call { margin-top: 6px; justify-content: center; }
.ad_drawer_meta { margin-top: 26px; font-size: .84rem; color: var(--ad_champ_dim); }
.ad_drawer_meta dt { font-family: var(--ad_serif); letter-spacing: .16em; text-transform: uppercase; color: var(--ad_gold); font-size: .68rem; margin-top: 14px; }
.ad_drawer_meta dd { margin-top: 3px; }
.ad_drawer_meta a:hover { color: var(--ad_gold_2); }

/* ============================================================
   Section shells
   ============================================================ */
.ad_section { position: relative; padding-block: clamp(64px, 8vw, 112px); }
.ad_section_ivory { background: var(--ad_ivory); color: var(--ad_ink); }
.ad_section_ivory::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(120% 60% at 50% -10%, rgba(212,175,55,.10), transparent 60%),
    repeating-linear-gradient(90deg, rgba(18,50,39,.03) 0 1px, transparent 1px 3px);
  opacity: .5;
}
.ad_section_dark { background: var(--ad_emerald); color: var(--ad_champagne); }
.ad_section_deep { background: var(--ad_emerald_deep); color: var(--ad_champagne); overflow: hidden; }
.ad_section_dark, .ad_section_deep { border-block: 1px solid rgba(212,175,55,.22); }
.ad_section > .ad_container { position: relative; z-index: 1; }

/* Section heads */
.ad_head { max-width: 720px; margin: 0 auto clamp(40px, 5vw, 66px); text-align: center; }
.ad_head--left { margin-inline: 0; text-align: left; max-width: 640px; }
.ad_eyebrow {
  font-family: var(--ad_serif);
  font-size: .76rem;
  letter-spacing: .38em;
  text-transform: uppercase;
  color: var(--ad_gold);
}
.ad_eyebrow--ink { color: var(--ad_gold_soft); }
.ad_title {
  font-family: var(--ad_serif);
  font-weight: 400;
  font-size: clamp(1.72rem, 3.3vw, 2.9rem);
  line-height: 1.14;
  letter-spacing: .005em;
  color: var(--ad_ink);
  margin-top: 16px;
}
.ad_title--light { color: var(--ad_ivory); }
.ad_sub {
  font-size: 1.02rem;
  color: var(--ad_ink_soft);
  margin-top: 18px;
  max-width: 62ch;
}
.ad_head:not(.ad_head--left) .ad_sub { margin-inline: auto; }
.ad_sub--light { color: var(--ad_champ_dim); }

/* ============================================================
   Hero
   ============================================================ */
.ad_hero {
  position: relative;
  background: var(--ad_emerald_deep);
  color: var(--ad_champagne);
  padding-block: clamp(56px, 9vw, 118px);
  overflow: hidden;
  isolation: isolate;
}
.ad_hero_bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .16;
  filter: grayscale(.3) saturate(1.1);
  z-index: 0;
}
.ad_hero_veil {
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(180deg, rgba(3,32,24,.6), rgba(3,32,24,.86)),
    radial-gradient(90% 70% at 30% 20%, rgba(5,59,46,.4), transparent 70%);
}
.ad_hero .ad_sunburst { z-index: 0; opacity: .9; }
.ad_hero_inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(34px, 5vw, 60px);
  align-items: center;
}
@media (min-width: 940px) {
  .ad_hero_inner { grid-template-columns: 1.15fr .85fr; }
}

.ad_hero_lead .ad_eyebrow { display: inline-block; }
.ad_hero_title {
  font-family: var(--ad_serif);
  font-weight: 400;
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  line-height: 1.06;
  letter-spacing: .004em;
  color: var(--ad_ivory);
  margin-top: 18px;
}
.ad_word { position: relative; white-space: nowrap; color: var(--ad_gold_2); }
.ad_word::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -.02em; height: 2px;
  background: linear-gradient(90deg, transparent, var(--ad_gold), transparent);
}
.ad_hero_copy {
  margin-top: 24px;
  max-width: 54ch;
  color: var(--ad_champ_dim);
  font-size: 1.06rem;
}
.ad_hero_copy strong { color: var(--ad_gold_2); font-weight: 500; }
.ad_hero_actions { margin-top: 32px; }
.ad_chips {
  display: flex; flex-wrap: wrap; gap: 10px 22px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(212,175,55,.28);
}
.ad_chips li {
  position: relative;
  font-size: .84rem;
  letter-spacing: .06em;
  color: var(--ad_champagne);
  padding-left: 22px;
}
.ad_chips li::before {
  content: "";
  position: absolute; left: 0; top: .55em;
  width: 8px; height: 8px;
  transform: translateY(-50%) rotate(45deg);
  background: var(--ad_gold);
  box-shadow: 0 0 0 3px rgba(212,175,55,.18);
}

/* Hero call card */
.ad_hero_card { position: relative; z-index: 2; }
.ad_frame {
  position: relative;
  background: linear-gradient(160deg, rgba(212,175,55,.5), rgba(212,175,55,.16));
  padding: 2px;
  clip-path: var(--ad_cut);
}
.ad_frame > * { position: relative; }
.ad_hero_card .ad_frame {
  background: var(--ad_gold_soft);
}
.ad_hero_card .ad_frame::after {
  content: "";
  position: absolute; inset: 2px;
  clip-path: var(--ad_cut);
  background:
    radial-gradient(120% 80% at 80% 0%, rgba(212,175,55,.14), transparent 55%),
    linear-gradient(180deg, #063d2f, #042219);
  z-index: 0;
}
.ad_hero_card .ad_frame > * { z-index: 1; padding-inline: clamp(24px, 3vw, 34px); }
.ad_hero_card_title {
  font-family: var(--ad_serif);
  font-weight: 400;
  font-size: 1.7rem;
  color: var(--ad_gold_2);
  padding-top: 32px;
  text-align: center;
  letter-spacing: .01em;
}
.ad_hero_card_copy { text-align: center; color: var(--ad_champ_dim); margin-top: 12px; font-size: .96rem; }
.ad_hero_card .ad_btn { margin-top: 22px; }
.ad_card_list { margin-top: 24px; display: grid; gap: 12px; }
.ad_card_list li {
  position: relative;
  padding-left: 26px;
  font-size: .9rem;
  color: var(--ad_champagne);
}
.ad_card_list li::before {
  content: "";
  position: absolute; left: 0; top: .12em;
  width: 15px; height: 15px;
  background: var(--ad_gold);
  clip-path: polygon(50% 0, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0 50%, 39% 39%);
}
.ad_hero_card_note {
  margin-top: 22px; padding: 16px 0 30px;
  border-top: 1px solid rgba(212,175,55,.22);
  font-size: .82rem; color: var(--ad_champ_dim); text-align: center;
}

/* ============================================================
   Hero stat strip
   ============================================================ */
.ad_strip { background: var(--ad_black); border-bottom: 1px solid rgba(212,175,55,.22); }
.ad_strip_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-block: clamp(34px, 4vw, 52px);
}
@media (min-width: 860px) { .ad_strip_grid { grid-template-columns: repeat(4, 1fr); } }
.ad_stat { text-align: center; padding: 18px 16px; position: relative; }
.ad_strip_grid .ad_stat + .ad_stat::before {
  content: "";
  position: absolute; left: 0; top: 22%; bottom: 22%;
  width: 1px; background: linear-gradient(180deg, transparent, rgba(212,175,55,.4), transparent);
}
@media (max-width: 859px) { .ad_strip_grid .ad_stat:nth-child(odd)::before { display: none; } }
.ad_stat_num {
  font-family: var(--ad_serif);
  font-size: clamp(2.1rem, 5vw, 3rem);
  color: var(--ad_gold_2);
  line-height: 1;
  display: inline-flex; align-items: baseline; gap: 2px;
}
.ad_stat_suf { font-size: .5em; color: var(--ad_gold); }
.ad_stat_label {
  margin-top: 12px;
  font-size: .74rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ad_champ_dim);
}

/* ============================================================
   Services
   ============================================================ */
.ad_service_grid {
  display: grid;
  gap: clamp(22px, 2.6vw, 34px);
  grid-template-columns: 1fr;
}
@media (min-width: 620px) { .ad_service_grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .ad_service_grid { grid-template-columns: repeat(4, 1fr); } }

.ad_service {
  background: linear-gradient(180deg, #fff, var(--ad_ivory_2));
  box-shadow: inset 0 0 0 1px rgba(184,145,46,.5);
  clip-path: var(--ad_cut);
  display: flex; flex-direction: column;
  transition: transform .35s var(--ad_ease), box-shadow .35s var(--ad_ease);
}
.ad_service:hover { transform: translateY(-6px); box-shadow: inset 0 0 0 1px var(--ad_gold), 0 26px 46px -30px rgba(18,50,39,.5); }

.ad_plate {
  position: relative;
  display: block;
  background: var(--ad_gold_soft);
  padding: 2px;
  overflow: hidden;
}
.ad_service_media { clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px)); }
.ad_service_media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(1.05); }
.ad_service_media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(3,32,24,.35));
  pointer-events: none;
}
.ad_service_body { padding: 24px 22px 28px; display: flex; flex-direction: column; flex: 1; }
.ad_service_title { font-family: var(--ad_serif); font-weight: 400; font-size: 1.42rem; color: var(--ad_ink); }
.ad_service_title::after { content: ""; display: block; width: 42px; height: 2px; background: var(--ad_gold); margin-top: 12px; }
.ad_service_text { margin-top: 14px; font-size: .93rem; color: var(--ad_ink_soft); }
.ad_tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.ad_tags li {
  font-size: .68rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ad_gold_soft);
  padding: 5px 10px;
  box-shadow: inset 0 0 0 1px rgba(184,145,46,.45);
  clip-path: var(--ad_cut_sm);
}
.ad_service_more {
  margin-top: auto; padding-top: 22px;
  font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600;
  color: var(--ad_ink);
  display: inline-flex; align-items: center; gap: 8px;
}
.ad_service_more::after { content: ""; width: 16px; height: 1px; background: var(--ad_gold_soft); transition: width .25s var(--ad_ease); }
.ad_service:hover .ad_service_more::after { width: 30px; }

/* ============================================================
   Features
   ============================================================ */
.ad_feature_grid { display: grid; gap: 1px; background: rgba(212,175,55,.22); box-shadow: 0 0 0 1px rgba(212,175,55,.22); }
@media (min-width: 640px) { .ad_feature_grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .ad_feature_grid { grid-template-columns: repeat(3, 1fr); } }
.ad_feature {
  background: var(--ad_emerald);
  padding: clamp(28px, 3vw, 40px) clamp(24px, 2.6vw, 36px);
  position: relative;
  transition: background .3s var(--ad_ease);
}
.ad_feature:hover { background: var(--ad_emerald_2); }
.ad_feature_num {
  font-family: var(--ad_serif);
  font-size: 2.6rem;
  color: transparent;
  -webkit-text-stroke: 1px var(--ad_gold_soft);
  line-height: 1;
  display: block;
}
.ad_feature_title { font-family: var(--ad_serif); font-weight: 400; font-size: 1.34rem; color: var(--ad_gold_2); margin-top: 16px; }
.ad_feature_text { margin-top: 12px; font-size: .93rem; color: var(--ad_champ_dim); }

/* ============================================================
   About
   ============================================================ */
.ad_about_grid { display: grid; gap: clamp(36px, 5vw, 66px); align-items: center; }
@media (min-width: 940px) { .ad_about_grid { grid-template-columns: .95fr 1.05fr; } }

.ad_about_media { position: relative; }
.ad_plate--arch {
  border-radius: 46% 46% 6px 6px / 34% 34% 6px 6px;
  background: var(--ad_gold_soft);
  padding: 3px;
  box-shadow: 0 30px 60px -34px rgba(18,50,39,.6);
}
.ad_plate--arch img { border-radius: 45% 45% 4px 4px / 33% 33% 4px 4px; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.ad_plate--inset {
  position: absolute;
  right: -6px; bottom: -30px;
  width: 46%;
  clip-path: var(--ad_cut);
  box-shadow: 0 26px 46px -26px rgba(18,50,39,.7);
}
.ad_plate--inset img { clip-path: var(--ad_cut); aspect-ratio: 4 / 3; object-fit: cover; }
@media (max-width: 520px) { .ad_plate--inset { position: relative; right: 0; bottom: 0; width: 70%; margin-top: 18px; } }

.ad_badge {
  position: absolute;
  left: 50%; bottom: 22px;
  transform: translateX(-50%);
  display: flex; align-items: center; gap: 12px;
  background: var(--ad_emerald_deep);
  box-shadow: inset 0 0 0 1px var(--ad_gold_soft);
  padding: 12px 18px;
  clip-path: var(--ad_cut_sm);
  width: max-content; max-width: 90%;
}
.ad_badge_seal {
  display: grid; place-items: center;
  width: 40px; height: 40px; flex: none;
  font-family: var(--ad_serif); font-size: .74rem; letter-spacing: .04em;
  color: var(--ad_emerald_deep);
  background: var(--ad_gold_2);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.ad_badge_txt { display: flex; flex-direction: column; }
.ad_badge_title { font-size: .78rem; font-weight: 600; color: var(--ad_ivory); letter-spacing: .02em; }
.ad_badge_text { font-size: .72rem; color: var(--ad_champ_dim); margin-top: 2px; }

.ad_prose { margin-top: 20px; color: var(--ad_ink_soft); }
.ad_prose + .ad_prose { margin-top: 16px; }
.ad_checks { margin-top: 26px; display: grid; gap: 14px; }
.ad_checks li { position: relative; padding-left: 30px; font-size: .96rem; color: var(--ad_ink_soft); }
.ad_checks li strong { color: var(--ad_ink); font-weight: 600; }
.ad_checks li::before {
  content: ""; position: absolute; left: 0; top: .18em;
  width: 17px; height: 17px;
  background: var(--ad_gold);
  clip-path: polygon(50% 0, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0 50%, 39% 39%);
}

/* ============================================================
   Metrics band
   ============================================================ */
.ad_metrics { isolation: isolate; }
.ad_metric_grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(212,175,55,.2); box-shadow: 0 0 0 1px rgba(212,175,55,.2); }
@media (min-width: 860px) { .ad_metric_grid { grid-template-columns: repeat(4, 1fr); } }
.ad_metric { background: var(--ad_emerald_deep); padding: clamp(28px, 3.4vw, 44px) 20px; text-align: center; }
.ad_metric_num {
  font-family: var(--ad_serif);
  font-size: clamp(2.2rem, 4.6vw, 3.1rem);
  color: var(--ad_gold_2);
  line-height: 1;
  display: inline-flex; align-items: baseline; gap: .12em; flex-wrap: wrap; justify-content: center;
}
.ad_metric_suf { font-size: .42em; color: var(--ad_gold); letter-spacing: .04em; }
.ad_metric_label { margin-top: 14px; font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ad_champ_dim); }

/* ============================================================
   Process steps
   ============================================================ */
.ad_steps { display: grid; gap: clamp(18px, 2.4vw, 26px); grid-template-columns: 1fr; counter-reset: none; }
@media (min-width: 720px) { .ad_steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .ad_steps { grid-template-columns: repeat(5, 1fr); } }
.ad_step {
  position: relative;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(184,145,46,.4);
  padding: 30px 22px 26px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15px 100%, 0 calc(100% - 15px));
}
.ad_step_num {
  display: grid; place-items: center;
  width: 48px; height: 48px;
  font-family: var(--ad_serif); font-size: 1.4rem;
  color: var(--ad_gold_2);
  background: var(--ad_emerald);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  box-shadow: inset 0 0 0 1px var(--ad_gold_soft);
}
.ad_step_title { font-family: var(--ad_serif); font-weight: 400; font-size: 1.18rem; color: var(--ad_ink); margin-top: 18px; }
.ad_step_text { margin-top: 10px; font-size: .88rem; color: var(--ad_ink_soft); }

.ad_process_cta { margin-top: clamp(40px, 5vw, 60px); }
.ad_frame--band {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px;
  background: linear-gradient(120deg, var(--ad_emerald), var(--ad_emerald_deep));
  padding: clamp(28px, 3.4vw, 44px) clamp(28px, 4vw, 52px);
  clip-path: var(--ad_cut);
  box-shadow: inset 0 0 0 1px var(--ad_gold_soft);
}
.ad_process_cta_title { font-family: var(--ad_serif); font-weight: 400; font-size: 1.6rem; color: var(--ad_gold_2); }
.ad_process_cta_text { color: var(--ad_champ_dim); margin-top: 8px; }

/* ============================================================
   Brands
   ============================================================ */
.ad_brand_grid { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 620px) { .ad_brand_grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 940px) { .ad_brand_grid { grid-template-columns: repeat(4, 1fr); } }
.ad_brand_card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: 15px;
  padding: 16px 18px;
  background: var(--ad_emerald_deep);
  box-shadow: inset 0 0 0 1px rgba(212,175,55,.3);
  clip-path: var(--ad_cut_sm);
  transition: transform .3s var(--ad_ease), box-shadow .3s var(--ad_ease);
}
.ad_brand_card:hover { transform: translateY(-4px); box-shadow: inset 0 0 0 1px var(--ad_gold); }
.ad_monogram {
  grid-row: 1 / span 2; align-self: center;
  display: grid; place-items: center;
  width: 46px; height: 46px;
  font-family: var(--ad_serif); font-size: 1.4rem;
  color: var(--ad_gold_2);
  box-shadow: inset 0 0 0 1px var(--ad_gold_soft);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.ad_brand_card_name { grid-column: 2; align-self: end; font-family: var(--ad_serif); font-size: 1.12rem; color: var(--ad_ivory); }
.ad_brand_card_meta { grid-column: 2; align-self: start; min-width: 0; font-size: .72rem; letter-spacing: .04em; color: var(--ad_champ_dim); margin-top: 2px; }

/* ============================================================
   Fault directory
   ============================================================ */
.ad_fault_grid { display: grid; gap: clamp(22px, 2.6vw, 34px); grid-template-columns: 1fr; }
@media (min-width: 760px) { .ad_fault_grid { grid-template-columns: repeat(3, 1fr); } }
.ad_fault_col {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(184,145,46,.4);
  padding: 26px 26px 20px;
  clip-path: var(--ad_cut);
}
.ad_fault_title {
  font-family: var(--ad_serif); font-weight: 400; font-size: 1.22rem; color: var(--ad_ink);
  padding-bottom: 16px; margin-bottom: 8px;
  border-bottom: 1px solid rgba(184,145,46,.35);
}
.ad_fault_list li { border-bottom: 1px solid rgba(18,50,39,.08); }
.ad_fault_list li:last-child { border-bottom: 0; }
.ad_fault_list a {
  display: block; padding: 11px 0 11px 22px;
  position: relative;
  font-size: .92rem; color: var(--ad_ink_soft);
  transition: color .2s, padding .25s var(--ad_ease);
}
.ad_fault_list a::before {
  content: ""; position: absolute; left: 0; top: 1.05em;
  width: 7px; height: 7px; transform: rotate(45deg);
  background: var(--ad_gold_soft); transition: background .2s;
}
.ad_fault_list a:hover { color: var(--ad_ink); padding-left: 28px; }
.ad_fault_list a:hover::before { background: var(--ad_gold); }

/* ============================================================
   Regions
   ============================================================ */
.ad_region_grid { display: grid; gap: clamp(20px, 2.4vw, 30px); grid-template-columns: 1fr; }
@media (min-width: 760px) { .ad_region_grid { grid-template-columns: repeat(3, 1fr); } }
.ad_region {
  background: var(--ad_emerald);
  box-shadow: inset 0 0 0 1px rgba(212,175,55,.28);
  padding: 28px 26px;
  clip-path: var(--ad_cut);
}
.ad_region_head { padding-bottom: 18px; margin-bottom: 16px; border-bottom: 1px solid rgba(212,175,55,.24); }
.ad_region_title { font-family: var(--ad_serif); font-weight: 400; font-size: 1.5rem; color: var(--ad_gold_2); }
.ad_region_count { font-size: .78rem; letter-spacing: .1em; color: var(--ad_champ_dim); }
.ad_region_list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px 18px; }
.ad_region_list a {
  position: relative; padding: 7px 0 7px 18px;
  font-size: .9rem; color: var(--ad_champagne);
  transition: color .2s;
}
.ad_region_list a::before { content: ""; position: absolute; left: 0; top: .95em; width: 6px; height: 6px; transform: rotate(45deg); background: var(--ad_gold); }
.ad_region_list a:hover { color: var(--ad_gold_2); }

/* ============================================================
   Reviews
   ============================================================ */
.ad_review_grid { display: grid; gap: clamp(20px, 2.4vw, 30px); grid-template-columns: 1fr; }
@media (min-width: 680px) { .ad_review_grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .ad_review_grid { grid-template-columns: repeat(3, 1fr); } }
.ad_review {
  position: relative;
  background: linear-gradient(180deg, #fff, var(--ad_ivory_2));
  box-shadow: inset 0 0 0 1px rgba(184,145,46,.45);
  padding: 30px 28px 26px;
  clip-path: var(--ad_cut);
  display: flex; flex-direction: column;
}
.ad_review::before {
  content: "\201C";
  position: absolute; top: 8px; right: 22px;
  font-family: var(--ad_serif); font-size: 4.6rem; line-height: 1;
  color: rgba(184,145,46,.28);
}
.ad_stars { color: var(--ad_gold); letter-spacing: .12em; font-size: 1rem; }
.ad_review_text { font-size: .96rem; color: var(--ad_ink); margin-top: 16px; flex: 1; }
.ad_review_author { display: flex; align-items: center; gap: 14px; margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(184,145,46,.3); }
.ad_avatar {
  display: grid; place-items: center; flex: none;
  width: 46px; height: 46px;
  font-family: var(--ad_serif); font-size: .96rem; letter-spacing: .04em;
  color: var(--ad_gold_2);
  background: var(--ad_emerald);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.ad_review_who { display: flex; flex-direction: column; }
.ad_review_name { font-family: var(--ad_serif); font-size: 1.05rem; color: var(--ad_ink); }
.ad_review_meta { font-size: .76rem; color: var(--ad_ink_soft); margin-top: 2px; }

/* ============================================================
   Blog
   ============================================================ */
.ad_blog_grid { display: grid; gap: clamp(22px, 2.6vw, 32px); grid-template-columns: 1fr; }
@media (min-width: 720px) { .ad_blog_grid { grid-template-columns: repeat(3, 1fr); } }
.ad_post {
  display: flex; flex-direction: column;
  background: var(--ad_emerald_deep);
  box-shadow: inset 0 0 0 1px rgba(212,175,55,.28);
  clip-path: var(--ad_cut);
  transition: transform .35s var(--ad_ease), box-shadow .35s var(--ad_ease);
}
.ad_post:hover { transform: translateY(-6px); box-shadow: inset 0 0 0 1px var(--ad_gold); }
.ad_post_media { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
.ad_post_media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; filter: saturate(1.05) brightness(.94); }
.ad_post_body { padding: 24px 24px 28px; display: flex; flex-direction: column; flex: 1; }
.ad_post_meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ad_champ_dim); }
.ad_post_cat { color: var(--ad_gold); }
.ad_post_date::before, .ad_post_read::before { content: ""; display: inline-block; width: 4px; height: 4px; transform: rotate(45deg); background: var(--ad_gold_soft); margin-right: 10px; vertical-align: middle; }
.ad_post_title { font-family: var(--ad_serif); font-weight: 400; font-size: 1.24rem; line-height: 1.25; margin-top: 14px; }
.ad_post_title a { color: var(--ad_ivory); transition: color .2s; }
.ad_post_title a:hover { color: var(--ad_gold_2); }
.ad_post_text { margin-top: 12px; font-size: .9rem; color: var(--ad_champ_dim); flex: 1; }
.ad_post_more { margin-top: 20px; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; color: var(--ad_gold_2); display: inline-flex; align-items: center; gap: 8px; }
.ad_post_more::after { content: ""; width: 16px; height: 1px; background: var(--ad_gold); transition: width .25s var(--ad_ease); }
.ad_post:hover .ad_post_more::after { width: 30px; }

/* ============================================================
   FAQ accordion
   ============================================================ */
.ad_faq_wrap { max-width: 880px; }
.ad_accordion { box-shadow: inset 0 0 0 1px rgba(184,145,46,.4); background: #fff; clip-path: var(--ad_cut); }
.ad_ac_item + .ad_ac_item { border-top: 1px solid rgba(184,145,46,.28); }
.ad_ac_btn {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  text-align: left;
  font-family: var(--ad_serif); font-size: 1.12rem; color: var(--ad_ink);
  padding: 22px clamp(22px, 3vw, 32px);
}
.ad_ac_icon { position: relative; flex: none; width: 20px; height: 20px; }
.ad_ac_icon::before, .ad_ac_icon::after { content: ""; position: absolute; top: 50%; left: 50%; background: var(--ad_gold_soft); transition: transform .3s var(--ad_ease); }
.ad_ac_icon::before { width: 16px; height: 2px; transform: translate(-50%, -50%); }
.ad_ac_icon::after { width: 2px; height: 16px; transform: translate(-50%, -50%); }
.ad_ac_item.ad_is_open .ad_ac_icon::after { transform: translate(-50%, -50%) scaleY(0); }
.ad_ac_item.ad_is_open .ad_ac_btn { color: var(--ad_emerald); }
.ad_ac_panel { max-height: 0; overflow: hidden; transition: max-height .4s var(--ad_ease); }
.ad_ac_inner { padding: 0 clamp(22px, 3vw, 32px) 24px; }
.ad_ac_inner p { color: var(--ad_ink_soft); font-size: .96rem; }
.ad_ac_item.ad_is_open .ad_ac_panel { max-height: 60rem; }

.ad_faq_help {
  margin-top: 40px; text-align: center;
  background: linear-gradient(150deg, var(--ad_emerald), var(--ad_emerald_deep));
  padding: clamp(30px, 4vw, 46px);
  clip-path: var(--ad_cut);
  box-shadow: inset 0 0 0 1px var(--ad_gold_soft);
}
.ad_faq_help_title { font-family: var(--ad_serif); font-size: 1.5rem; color: var(--ad_gold_2); }
.ad_faq_help_text { color: var(--ad_champ_dim); margin-top: 10px; }
.ad_faq_help .ad_btn_group { justify-content: center; }
.ad_faq_help .ad_btn_ink { background: var(--ad_gold); color: var(--ad_emerald_deep); }
.ad_faq_help .ad_btn_ink:hover { background: var(--ad_gold_2); }
.ad_faq_help .ad_btn_ink_ghost { color: var(--ad_champagne); box-shadow: inset 0 0 0 1px var(--ad_gold_soft); }
.ad_faq_help .ad_btn_ink_ghost:hover { background: rgba(212,175,55,.12); }

/* Quick access band (FAQ) */
.ad_access { display: grid; gap: 20px; grid-template-columns: 1fr; margin-top: 24px; }
@media (min-width: 620px) { .ad_access { grid-template-columns: 1fr 1fr; } }
.ad_access_card {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(184,145,46,.4);
  padding: 24px 26px;
  clip-path: var(--ad_cut);
}
.ad_access_card--dark { background: var(--ad_emerald); box-shadow: inset 0 0 0 1px rgba(212,175,55,.3); }
.ad_access_title {
  font-family: var(--ad_serif); font-weight: 400; font-size: 1.16rem;
  color: var(--ad_ink);
  padding-bottom: 14px; margin-bottom: 8px;
  border-bottom: 1px solid rgba(184,145,46,.3);
}
.ad_access_card--dark .ad_access_title { color: var(--ad_gold_2); border-bottom-color: rgba(212,175,55,.28); }
.ad_access_links a {
  display: block; padding: 9px 0 9px 20px; position: relative;
  font-size: .94rem; color: var(--ad_ink_soft); transition: color .2s, padding .25s var(--ad_ease);
}
.ad_access_links a::before { content: ""; position: absolute; left: 0; top: 1em; width: 6px; height: 6px; transform: rotate(45deg); background: var(--ad_gold_soft); }
.ad_access_links a:hover { color: var(--ad_ink); padding-left: 26px; }
.ad_hours li {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 10px 0;
  font-size: .92rem; color: var(--ad_champagne);
  border-bottom: 1px solid rgba(212,175,55,.14);
}
.ad_hours li:last-child { border-bottom: 0; }
.ad_hours li span:first-child { color: var(--ad_champ_dim); }
.ad_hours li span:last-child { color: var(--ad_gold_2); font-family: var(--ad_serif); letter-spacing: .02em; }

/* ============================================================
   Closing CTA
   ============================================================ */
.ad_closing {
  position: relative;
  background: var(--ad_emerald_deep);
  color: var(--ad_champagne);
  padding-block: clamp(64px, 8vw, 120px);
  overflow: hidden;
  isolation: isolate;
  border-top: 1px solid rgba(212,175,55,.24);
}
.ad_closing_inner { position: relative; z-index: 1; text-align: center; max-width: 720px; }
.ad_closing_inner .ad_fan { margin-inline: auto; }
.ad_closing_title { font-family: var(--ad_serif); font-weight: 400; font-size: clamp(2rem, 4.4vw, 3.3rem); line-height: 1.1; color: var(--ad_ivory); margin-top: 14px; }
.ad_closing_text { margin-top: 18px; color: var(--ad_champ_dim); font-size: 1.05rem; }
.ad_closing .ad_btn { margin-top: 34px; }

/* ============================================================
   Footer
   ============================================================ */
.ad_footer { background: var(--ad_black); color: var(--ad_champ_dim); font-size: .9rem; }
.ad_foot_top {
  display: grid; gap: clamp(28px, 3vw, 44px);
  grid-template-columns: 1fr;
  padding-top: clamp(56px, 6vw, 84px);
  padding-bottom: 44px;
}
@media (min-width: 680px) { .ad_foot_top { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .ad_foot_top { grid-template-columns: 1.6fr 1fr 1fr 1fr 1.4fr; } }
.ad_foot_brand .ad_brand { margin-bottom: 20px; }
.ad_foot_about { max-width: 42ch; color: var(--ad_champ_dim); font-size: .88rem; }
.ad_foot_title { font-family: var(--ad_serif); font-weight: 400; font-size: 1.02rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ad_gold); margin-bottom: 18px; }
.ad_foot_list li { margin-bottom: 10px; }
.ad_foot_list a, .ad_foot_line a { transition: color .2s; }
.ad_foot_list a:hover, .ad_foot_line a:hover { color: var(--ad_gold_2); }
.ad_foot_contact .ad_foot_line { margin-bottom: 16px; line-height: 1.5; }
.ad_foot_k { display: block; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ad_gold_soft); margin-bottom: 4px; }

.ad_foot_pages { padding-block: 34px; border-top: 1px solid rgba(212,175,55,.16); }
.ad_foot_taglist { display: flex; flex-wrap: wrap; gap: 8px 10px; }
.ad_foot_taglist a {
  font-size: .76rem; letter-spacing: .03em;
  padding: 7px 13px;
  box-shadow: inset 0 0 0 1px rgba(212,175,55,.24);
  clip-path: var(--ad_cut_sm);
  transition: background .2s, color .2s;
}
.ad_foot_taglist a:hover { background: rgba(212,175,55,.12); color: var(--ad_gold_2); }

.ad_foot_bottom {
  display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px;
  padding-block: 26px;
  border-top: 1px solid rgba(212,175,55,.16);
}
.ad_foot_copy { font-size: .8rem; }
.ad_foot_legal { display: flex; flex-wrap: wrap; gap: 10px 20px; }
.ad_foot_legal a { font-size: .8rem; transition: color .2s; }
.ad_foot_legal a:hover { color: var(--ad_gold_2); }
.ad_foot_toplink { margin-left: auto; }
@media (max-width: 620px) { .ad_foot_toplink { margin-left: 0; width: 100%; justify-content: center; } }

/* ============================================================
   Reveal (JS-gated with fail-safe)
   ============================================================ */
.ad_js .ad_reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ad_ease), transform .8s var(--ad_ease); }
.ad_js .ad_reveal.ad_in { opacity: 1; transform: none; }
.ad_js .ad_reveal[data-delay="1"] { transition-delay: .09s; }
.ad_js .ad_reveal[data-delay="2"] { transition-delay: .18s; }
.ad_js .ad_reveal[data-delay="3"] { transition-delay: .27s; }
.ad_js .ad_reveal[data-delay="4"] { transition-delay: .36s; }

@media (prefers-reduced-motion: reduce) {
  .ad_reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .ad_btn, .ad_service, .ad_post, .ad_brand_card { transition: none !important; }
}
