/* ============================================================
   ChronoStreet — Watch & Timepiece Specialist, Dubai
   Design system: "The Index Rail"
   Palette + type from research/brand-system.md
   ============================================================ */

:root {
  --bg:        #F5F1E8;  /* warm cream surface */
  --surface:   #FBF8F1;  /* lifted card surface */
  --ink:       #1B2430;  /* primary deep ink */
  --ink-2:     #232E3C;  /* panel variant */
  --text:      #111418;  /* primary type */
  --muted:     #68717A;  /* secondary type */
  --gold:      #BFA46A;  /* precision accent line */
  --gold-deep: #A98C4F;
  --slate:     #6B7C8F;  /* cta / cool accent */
  --border:    #DDD6C8;  /* hairlines on cream */
  --border-ink:#36404D;  /* hairlines on ink */
  --focus:     #6B7C8F;

  --maxw: 1240px;
  --gut: clamp(20px, 5vw, 64px);
  --r: 3px;

  --ff-display: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  --ff-body: "Inter", system-ui, -apple-system, sans-serif;

  --ease: cubic-bezier(.22,.61,.36,1);
  --shadow: 0 1px 2px rgba(27,36,48,.06), 0 18px 40px -28px rgba(27,36,48,.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--ff-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

h1,h2,h3,h4 {
  font-family: var(--ff-display);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}

.tnum { font-variant-numeric: tabular-nums; letter-spacing: 0; }

/* ---------- layout helpers ---------- */
.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }
.section { padding-block: clamp(64px, 9vw, 132px); position: relative; }
.section--tight { padding-block: clamp(48px, 6vw, 80px); }

/* ---------- the motif: index tick rule ---------- */
.tickrule {
  height: 14px;
  background-image: repeating-linear-gradient(
    to right,
    var(--border) 0, var(--border) 1px,
    transparent 1px, transparent 9px);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: auto 14px;
  opacity: .9;
}
.tickrule--ink {
  background-image: repeating-linear-gradient(
    to right,
    var(--border-ink) 0, var(--border-ink) 1px,
    transparent 1px, transparent 9px);
}

/* eyebrow: 01 / SECTION with a gold node */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--ff-display); font-weight: 600;
  font-size: 13px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--muted);
}
.eyebrow .num { color: var(--gold-deep); font-variant-numeric: tabular-nums; }
.eyebrow::before {
  content: ""; width: 26px; height: 1px; background: var(--gold);
  display: inline-block;
}
.eyebrow--light { color: #C9CEd6; }
.eyebrow--light .num { color: var(--gold); }

/* ---------- buttons ---------- */
.btn {
  --bg-btn: var(--ink); --fg-btn: #F5F1E8;
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; min-height: 52px; padding: 0 26px;
  background: var(--bg-btn); color: var(--fg-btn);
  font-family: var(--ff-display); font-weight: 600; font-size: 15px;
  letter-spacing: .01em; border: 1px solid var(--bg-btn);
  border-radius: var(--r); transition: transform .25s var(--ease), background .25s var(--ease), box-shadow .25s var(--ease);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 24px -14px rgba(27,36,48,.6); }
.btn:active { transform: translateY(0); }
.btn--gold { --bg-btn: var(--gold); --fg-btn: #1B2430; border-color: var(--gold); }
.btn--ghost {
  --bg-btn: transparent; --fg-btn: var(--ink);
  border-color: var(--border);
}
.btn--ghost:hover { border-color: var(--ink); background: rgba(27,36,48,.04); }
.btn--ghost-light { --bg-btn: transparent; --fg-btn: #F5F1E8; border-color: var(--border-ink); }
.btn--ghost-light:hover { background: rgba(245,241,232,.08); border-color: var(--gold); }
.btn--block { width: 100%; }
.btn .ico { width: 17px; height: 17px; }

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

/* ============================================================
   HEADER
   ============================================================ */
.header {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--border);
}
.header__bar {
  display: flex; align-items: center; justify-content: space-between;
  height: 70px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__chip {
  width: 44px; height: 44px; border-radius: var(--r);
  background: #F1ECE0; border: 1px solid var(--border); display: grid; place-items: center;
  flex: none; overflow: hidden;
}
.brand__chip img { width: 100%; height: 100%; object-fit: cover; }
.brand__chip--lg { width: 56px; height: 56px; }
.brand__name {
  font-family: var(--ff-display); font-weight: 700; font-size: 19px;
  letter-spacing: -.01em; color: var(--ink); line-height: 1;
}
.brand__sub {
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted); margin-top: 3px;
}
.nav { display: none; align-items: center; gap: 30px; }
.nav a {
  font-size: 14.5px; font-weight: 500; color: var(--text);
  position: relative; padding-block: 6px; transition: color .2s;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 0;
  background: var(--gold); transition: width .28s var(--ease);
}
.nav a:hover { color: var(--ink); }
.nav a:hover::after { width: 100%; }
.header__cta { display: none; align-items: center; gap: 14px; }
.header__phone {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--ff-display); font-weight: 600; font-size: 15px;
  color: var(--ink);
}
.header__phone .ico { width: 16px; height: 16px; color: var(--gold-deep); }

.burger {
  display: inline-flex; flex-direction: column; gap: 5px;
  width: 46px; height: 46px; align-items: center; justify-content: center;
  background: transparent; border: 1px solid var(--border); border-radius: var(--r);
}
.burger span { width: 20px; height: 1.5px; background: var(--ink); transition: .3s var(--ease); }
.burger[aria-expanded="true"] span:nth-child(1){ transform: translateY(6.5px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2){ opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3){ transform: translateY(-6.5px) rotate(-45deg); }

/* mobile menu */
.mobile-menu {
  position: fixed; inset: 70px 0 0; z-index: 55;
  background: var(--ink); color: #EDEAE0;
  padding: 28px var(--gut) 40px;
  transform: translateY(-12px); opacity: 0; pointer-events: none;
  transition: opacity .3s var(--ease), transform .3s var(--ease);
  display: flex; flex-direction: column;
}
.mobile-menu.open { opacity: 1; transform: none; pointer-events: auto; }
.mobile-menu a.m-link {
  font-family: var(--ff-display); font-weight: 600; font-size: 26px;
  color: #F5F1E8; padding: 16px 0; border-bottom: 1px solid var(--border-ink);
  display: flex; align-items: center; justify-content: space-between;
}
.mobile-menu a.m-link .idx { font-size: 13px; color: var(--gold); font-variant-numeric: tabular-nums; }
.mobile-menu__foot { margin-top: auto; padding-top: 28px; }

/* ============================================================
   HERO — split panel
   ============================================================ */
.hero { position: relative; border-bottom: 1px solid var(--border); }
.hero__grid { display: grid; grid-template-columns: 1fr; }
.hero__media { position: relative; min-height: 56vw; max-height: 460px; overflow: hidden; background: var(--ink); }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(27,36,48,.55), rgba(27,36,48,.05) 55%);
}
.hero__panel {
  background: var(--ink); color: #ECE8DE;
  padding: clamp(36px, 8vw, 80px) var(--gut) clamp(40px,7vw,76px);
  position: relative;
}
.hero__rail { position: absolute; top: 0; bottom: 0; left: var(--gut); width: 1px; background: var(--border-ink); display: none; }
.hero h1 {
  color: #F7F4EC; font-size: clamp(40px, 8.5vw, 76px); line-height: .98;
  margin-top: 22px;
}
.hero h1 em {
  font-style: normal; color: var(--gold);
  display: block;
}
.hero__lead {
  color: #C3C8CF; font-size: clamp(16px, 2.2vw, 19px); max-width: 46ch;
  margin-top: 22px; line-height: 1.55;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero__trust {
  margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--border-ink);
  display: grid; grid-template-columns: repeat(2, auto); gap: 22px 34px;
  justify-content: start;
}
.trust__item { display: flex; flex-direction: column; gap: 3px; }
.trust__big {
  font-family: var(--ff-display); font-weight: 700; font-size: 22px; color: #F5F1E8;
  display: inline-flex; align-items: center; gap: 7px;
}
.trust__big .stars { color: var(--gold); letter-spacing: 1px; font-size: 15px; }
.trust__label { font-size: 12.5px; letter-spacing: .04em; color: #99A1AA; }

/* ============================================================
   MARQUEE — macro product rhythm
   ============================================================ */
.marquee {
  background: var(--ink); overflow: hidden; border-bottom: 1px solid var(--border-ink);
  padding-block: 16px;
}
.marquee__track {
  display: flex; gap: 14px; width: max-content;
  animation: slide 42s linear infinite;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes slide { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } }
.marquee__item {
  width: 150px; height: 100px; flex: none; border-radius: var(--r);
  overflow: hidden; position: relative; filter: grayscale(.15);
  border: 1px solid var(--border-ink);
}
.marquee__item img { width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   STRIP — value props
   ============================================================ */
.strip { background: var(--surface); border-bottom: 1px solid var(--border); }
.strip__grid {
  display: grid; grid-template-columns: 1fr; gap: 0;
}
.strip__cell {
  padding: 30px 0; display: flex; gap: 16px; align-items: flex-start;
  border-bottom: 1px solid var(--border);
}
.strip__cell:last-child { border-bottom: 0; }
.strip__ico {
  width: 38px; height: 38px; flex: none; color: var(--ink);
  border: 1px solid var(--border); border-radius: var(--r);
  display: grid; place-items: center;
}
.strip__ico svg { width: 20px; height: 20px; }
.strip__cell h3 { font-size: 17px; margin-bottom: 4px; }
.strip__cell p { margin: 0; font-size: 14.5px; color: var(--muted); }

/* ============================================================
   SECTION HEAD
   ============================================================ */
.shead { display: grid; gap: 16px; margin-bottom: clamp(32px, 5vw, 56px); }
.shead h2 { font-size: clamp(30px, 5vw, 50px); }
.shead p { margin: 0; color: var(--muted); max-width: 56ch; font-size: 17px; }
.shead--row { }
@media (min-width: 860px){
  .shead--row { grid-template-columns: 1.1fr .9fr; align-items: end; gap: 40px; }
  .shead--row .shead__intro { justify-self: end; }
}

/* ============================================================
   SERVICES
   ============================================================ */
.svc-grid { display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--border); }
.svc {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center;
  gap: 18px; padding: 26px 4px; border-bottom: 1px solid var(--border);
  transition: background .25s var(--ease), padding-inline .25s var(--ease);
}
.svc:hover { background: var(--surface); padding-inline: 14px; }
.svc__no { font-family: var(--ff-display); font-weight: 600; font-size: 13px; color: var(--gold-deep); font-variant-numeric: tabular-nums; }
.svc__body h3 { font-size: clamp(20px, 2.6vw, 26px); }
.svc__body p { margin: 5px 0 0; color: var(--muted); font-size: 15px; max-width: 60ch; }
.svc__arrow { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--border);
  display: grid; place-items: center; color: var(--ink); transition: .25s var(--ease); flex:none; }
.svc:hover .svc__arrow { background: var(--ink); color: var(--gold); transform: rotate(-45deg); border-color: var(--ink); }
.svc__arrow svg { width: 15px; height: 15px; }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.gcell {
  position: relative; overflow: hidden; border-radius: var(--r);
  background: var(--ink); border: 1px solid var(--border);
}
.gcell img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.gcell:hover img { transform: scale(1.05); }
.gcell button { position: absolute; inset: 0; width: 100%; height: 100%; background: transparent; border: 0; padding: 0; }
.gcell__cap {
  position: absolute; left: 10px; bottom: 10px; right: 10px;
  display: flex; align-items: center; gap: 8px;
  color: #fff; font-size: 12.5px; font-weight: 500; letter-spacing: .02em;
  opacity: 0; transform: translateY(6px); transition: .3s var(--ease);
  text-shadow: 0 1px 8px rgba(0,0,0,.6);
}
.gcell:hover .gcell__cap, .gcell:focus-within .gcell__cap { opacity: 1; transform: none; }
.gcell__cap::before { content:""; width:14px;height:1px;background:var(--gold); flex:none; }
.g-tall { grid-row: span 2; }
.g-wide { grid-column: span 2; }

/* ============================================================
   WORKSHOP / ABOUT
   ============================================================ */
.about { background: var(--ink); color: #E6E2D8; }
.about .tickrule { opacity: .5; }
.about__grid { display: grid; grid-template-columns: 1fr; gap: clamp(32px, 5vw, 56px); align-items: center; }
.about h2 { color: #F5F1E8; font-size: clamp(30px, 5vw, 52px); }
.about p { color: #C3C8CF; font-size: 17px; }
.about__lead { font-size: clamp(19px,2.4vw,23px); color:#E6E2D8; line-height:1.5; }
.about__media { position: relative; }
.about__media img { width: 100%; border-radius: var(--r); border: 1px solid var(--border-ink); }
.about__badge {
  position: absolute; left: -10px; bottom: -10px;
  background: var(--gold); color: #1B2430; padding: 16px 20px; border-radius: var(--r);
  font-family: var(--ff-display); box-shadow: 0 18px 30px -18px rgba(0,0,0,.6);
}
.about__badge b { display:block; font-size: 26px; line-height: 1; }
.about__badge span { font-size: 12px; letter-spacing: .06em; }
.about__stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--border-ink); border:1px solid var(--border-ink); border-radius: var(--r); overflow:hidden; margin-top: 30px; }
.about__stat { background: var(--ink); padding: 22px 20px; }
.about__stat b { font-family: var(--ff-display); font-size: 30px; color: #F5F1E8; display:block; }
.about__stat span { font-size: 13px; color: #99A1AA; letter-spacing:.03em; }

/* corner crop marks */
.crop { position: relative; }
.crop::before, .crop::after {
  content:""; position:absolute; width:18px; height:18px; pointer-events:none;
  border-color: var(--gold); border-style: solid; border-width:0;
}
.crop::before { top:-1px; left:-1px; border-top-width:2px; border-left-width:2px; }
.crop::after { bottom:-1px; right:-1px; border-bottom-width:2px; border-right-width:2px; }

/* ============================================================
   MEDIA BAND (full bleed before contact)
   ============================================================ */
.band { position: relative; min-height: 360px; display: grid; place-items: center; overflow: hidden; background: var(--ink); text-align: center; color: #fff; }
.band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band::after { content:""; position:absolute; inset:0; background: rgba(20,27,37,.62); }
.band__in { position: relative; z-index: 2; padding: 72px var(--gut); max-width: 740px; }
.band h2 { color: #fff; font-size: clamp(28px, 5vw, 50px); }
.band p { color: #D5D8DD; margin: 16px auto 28px; max-width: 48ch; }

/* ============================================================
   VISIT / CONTACT
   ============================================================ */
.visit__grid { display: grid; grid-template-columns: 1fr; gap: clamp(36px,5vw,56px); }
.info__row { display: flex; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--border); }
.info__row:first-of-type { border-top: 1px solid var(--border); }
.info__ico { width: 40px; height: 40px; flex:none; border:1px solid var(--border); border-radius: var(--r); display:grid; place-items:center; color: var(--ink); }
.info__ico svg { width: 19px; height: 19px; }
.info__row h4 { font-family: var(--ff-display); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 5px; }
.info__row p, .info__row a.big { font-size: 17px; color: var(--text); margin: 0; }
.info__row a.big { font-weight: 600; }
.info__row a.big:hover { color: var(--gold-deep); }
.info__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.map {
  position: relative; border: 1px solid var(--border); border-radius: var(--r);
  background:
    repeating-linear-gradient(45deg, rgba(107,124,143,.05) 0 12px, transparent 12px 24px),
    var(--surface);
  min-height: 220px; display: grid; place-items: center; text-align: center; margin-top: 22px; overflow: hidden;
}
.map__tag {
  font-family: var(--ff-display); font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--muted); background: var(--bg); border: 1px solid var(--border);
  padding: 9px 16px; border-radius: 100px;
}
.map__pin { width: 14px; height: 14px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(191,164,106,.25); margin-bottom: 12px; }

/* form */
.form { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r); padding: clamp(24px, 4vw, 38px); box-shadow: var(--shadow); }
.form h3 { font-size: clamp(22px,3vw,28px); }
.form p.sub { margin: 8px 0 24px; color: var(--muted); font-size: 15px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13px; font-weight: 600; letter-spacing: .04em; color: var(--text); margin-bottom: 8px; }
.field .req { color: var(--gold-deep); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 14px; font-family: inherit; font-size: 15.5px; color: var(--text);
  background: var(--bg); border: 1px solid var(--border); border-radius: var(--r);
  transition: border-color .2s, box-shadow .2s;
}
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--slate); box-shadow: 0 0 0 3px rgba(107,124,143,.18);
}
.field input.err, .field select.err, .field textarea.err { border-color: #B4543F; box-shadow: 0 0 0 3px rgba(180,84,63,.14); }
.field .msg { font-size: 12.5px; color: #B4543F; margin-top: 6px; display: none; }
.field .msg.show { display: block; }
.field-row { display: grid; grid-template-columns: 1fr; gap: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  padding: 9px 14px; font-size: 13.5px; font-weight: 500; border-radius: 100px;
  background: var(--bg); border: 1px solid var(--border); color: var(--text); transition: .2s var(--ease);
}
.chip[aria-pressed="true"] { background: var(--ink); color: #F5F1E8; border-color: var(--ink); }
.form__note { font-size: 12.5px; color: var(--muted); margin-top: 14px; line-height: 1.5; }
.form__success {
  display: none; text-align: center; padding: 20px 0;
}
.form__success.show { display: block; }
.form__success .tick { width: 56px; height: 56px; border-radius: 50%; background: var(--ink); color: var(--gold); display: grid; place-items: center; margin: 0 auto 18px; }
.form__success h3 { margin-bottom: 8px; }
.form__success p { color: var(--muted); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--ink); color: #C3C8CF; padding-block: clamp(48px,6vw,72px) 28px; }
.footer__grid { display: grid; grid-template-columns: 1fr; gap: 36px; }
.footer .brand__name { color: #F5F1E8; }
.footer .brand__sub { color: #99A1AA; }
.footer__col h4 { font-family: var(--ff-display); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer__col a, .footer__col p { display: block; color: #C3C8CF; font-size: 14.5px; margin-bottom: 10px; transition: color .2s; }
.footer__col a:hover { color: #F5F1E8; }
.socials { display: flex; gap: 10px; }
.socials a { width: 40px; height: 40px; border: 1px solid var(--border-ink); border-radius: var(--r); display: grid; place-items: center; color: #C3C8CF; margin: 0; }
.socials a:hover { border-color: var(--gold); color: var(--gold); }
.socials svg { width: 17px; height: 17px; }
.footer__bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--border-ink); display: flex; flex-direction: column; gap: 10px; font-size: 12.5px; color: #828B95; }
.footer__bottom a { color: #828B95; }

/* ============================================================
   STICKY MOBILE ACTION BAR
   ============================================================ */
.actionbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  display: grid; grid-template-columns: repeat(3, 1fr);
  background: var(--ink); border-top: 1px solid var(--border-ink);
  padding-bottom: env(safe-area-inset-bottom);
  box-shadow: 0 -10px 30px -18px rgba(0,0,0,.7);
}
.actionbar a {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  padding: 11px 6px 12px; color: #ECE8DE; font-size: 12px; font-weight: 600;
  border-right: 1px solid var(--border-ink);
}
.actionbar a:last-child { border-right: 0; }
.actionbar a.primary { background: var(--gold); color: #1B2430; }
.actionbar a svg { width: 19px; height: 19px; }

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ============================================================
   LIGHTBOX
   ============================================================ */
.lightbox {
  position: fixed; inset: 0; z-index: 90; background: rgba(15,20,28,.92);
  display: none; align-items: center; justify-content: center; padding: 24px;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: min(92vw, 1100px); max-height: 86vh; border-radius: var(--r); border: 1px solid var(--border-ink); }
.lightbox__close { position: absolute; top: 18px; right: 18px; width: 48px; height: 48px; border-radius: 50%; background: rgba(245,241,232,.1); border: 1px solid var(--border-ink); color: #F5F1E8; font-size: 22px; }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; border-radius: 50%; background: rgba(245,241,232,.08); border: 1px solid var(--border-ink); color: #F5F1E8; font-size: 22px; display: grid; place-items: center; }
.lightbox__nav.prev { left: 18px; } .lightbox__nav.next { right: 18px; }
.lightbox__cap { position: absolute; bottom: 22px; left: 0; right: 0; text-align: center; color: #C3C8CF; font-size: 13px; letter-spacing: .04em; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (min-width: 600px){
  .strip__grid { grid-template-columns: repeat(2,1fr); }
  .strip__cell { padding: 34px 30px; }
  .strip__cell:nth-child(1), .strip__cell:nth-child(2){ border-bottom: 1px solid var(--border); }
  .strip__cell { border-right: 1px solid var(--border); }
  .strip__cell:nth-child(even){ border-right: 0; }
  .gallery { grid-template-columns: repeat(3,1fr); gap: 12px; }
  .field-row { grid-template-columns: 1fr 1fr; gap: 16px; }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
}
@media (min-width: 860px){
  .hero__media { max-height: none; }
}
@media (min-width: 960px){
  body { font-size: 17px; }
  .nav { display: flex; }
  .header__cta { display: flex; }
  .burger { display: none; }
  .actionbar { display: none; }
  body { padding-bottom: 0 !important; }

  .hero__grid { grid-template-columns: 1.02fr .98fr; min-height: 600px; }
  .hero__media { order: 2; min-height: 100%; }
  .hero__panel { order: 1; display: flex; flex-direction: column; justify-content: center; padding-left: calc(var(--gut) + 30px); }
  .hero__rail { display: block; }
  .hero__trust { grid-template-columns: repeat(3, auto); }

  .strip__grid { grid-template-columns: repeat(4,1fr); }
  .strip__cell { flex-direction: column; border-bottom: 0 !important; border-right: 1px solid var(--border); }
  .strip__cell:last-child { border-right: 0; }

  .about__grid { grid-template-columns: 1fr 1fr; }
  .about__grid.rev .about__media { order: 2; }
  .visit__grid { grid-template-columns: 1fr 1fr; align-items: start; }
  .gallery { gap: 14px; }
}
@media (min-width: 1100px){
  .footer__grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; }
}

/* add bottom space on mobile for action bar */
@media (max-width: 959px){
  body { padding-bottom: 64px; }
}
