/* ============================================================
   Demain Est.1953  |  Fine Menswear  |  Reading, Berkshire
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

:root {
  --navy:        #0e1d44;
  --navy-mid:    #163080;
  --navy-deep:   #08122e;
  --navy-light:  #1e3a9a;
  --brand-blue:  #1b50c4;
  --brand-stripe:#f0ece4;
  --gold:        #b89230;
  --gold-warm:   #c8a23c;
  --gold-pale:   #dfc880;
  --parchment:   #f5ede0;
  --parch-dark:  #ede6d8;
  --off-white:   #faf6ef;
  --text-body:   #1a1e2e;
  --text-mid:    #3c3e56;
  --text-muted:  #6a6c82;
  --rule:        rgba(27,80,196,0.22);
  --border-col:  #c8a23c;
}

body {
  font-family: 'EB Garamond', Georgia, serif;
  background: var(--off-white);
  color: var(--text-body);
  font-size: 18px;
  line-height: 1.74;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

/* ── SCROLLING TICKER ─────────────────────────────────────── */
.ticker-wrap {
  background: var(--navy-mid);
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}
.ticker-track {
  display: inline-flex;
  animation: tickerMove 42s linear infinite;
  width: max-content;
}
.ticker-item {
  font-family: 'Cormorant SC', serif;
  font-size: 11.5px;
  letter-spacing: 3px;
  color: var(--gold-pale);
  padding: 9px 44px 9px 0;
}
.ticker-item::after {
  content: '◆';
  color: var(--gold);
  font-size: 7px;
  margin-left: 44px;
  vertical-align: 2px;
}
@keyframes tickerMove {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── NAVIGATION ───────────────────────────────────────────── */
.site-header {
  background: var(--brand-blue);
  border-bottom: none;
  position: sticky;
  top: 0;
  z-index: 300;
}
.site-header::after {
  content: none;
}
.nav-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.nav-logo em {
  display: block;
  font-family: 'Cormorant SC', serif;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 4.5px;
  color: rgba(255,255,255,0.65);
  font-weight: 400;
  margin-top: 3px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style: none;
}
.nav-links a {
  font-family: 'Cormorant SC', serif;
  font-size: 12.5px;
  letter-spacing: 2.5px;
  color: rgba(255,255,255,0.82);
  text-transform: uppercase;
  position: relative;
  padding-bottom: 4px;
  transition: color 0.2s;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 1px;
  background: rgba(255,255,255,0.7);
  transition: width 0.28s ease;
}
.nav-links a:hover,
.nav-links a.active { color: #ffffff; }
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }

.nav-cta {
  background: rgba(255,255,255,0.18) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.45) !important;
  padding: 9px 22px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  transition: background 0.22s !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: rgba(255,255,255,0.28) !important; }

/* ── BUTTONS ──────────────────────────────────────────────── */
.btn {
  display: inline-block;
  font-family: 'Cormorant SC', serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 14px 36px;
  cursor: pointer;
  transition: all 0.25s;
  border: 2px solid transparent;
}
.btn-gold {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}
.btn-gold:hover {
  background: transparent;
  color: var(--gold-warm);
  border-color: var(--gold-warm);
}
.btn-outline-light {
  background: transparent;
  color: var(--parchment);
  border-color: rgba(223,200,128,0.38);
}
.btn-outline-light:hover {
  border-color: var(--gold);
  color: var(--gold-pale);
}
.btn-outline-dark {
  background: transparent;
  color: var(--text-body);
  border-color: rgba(184,146,48,0.45);
}
.btn-outline-dark:hover {
  background: var(--navy);
  color: var(--gold-pale);
  border-color: var(--navy);
}

/* ── LAYOUT UTILITIES ─────────────────────────────────────── */
.section { padding: 100px 36px; }
.section-inner { max-width: 1140px; margin: 0 auto; }
.section-inner-sm { max-width: 860px; margin: 0 auto; }

.label-tag {
  display: inline-block;
  font-family: 'Cormorant SC', serif;
  font-size: 11px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.label-tag-light { color: var(--gold-pale); }

.section-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 4.2vw, 54px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--text-body);
  margin-bottom: 22px;
}
.section-heading em { font-style: italic; color: var(--gold); }
.section-heading-light { color: var(--parchment); }

.section-sub {
  font-size: 18px;
  color: var(--text-mid);
  line-height: 1.72;
  max-width: 660px;
}
.section-sub-light { color: rgba(245,237,224,0.72); }

.gold-rule {
  display: block;
  width: 52px;
  height: 1px;
  background: var(--gold);
  margin: 18px 0;
}
.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--gold);
  font-size: 9px;
  margin: 0 auto;
}
.ornament::before, .ornament::after {
  content: '';
  display: block;
  height: 1px;
  width: 72px;
  background: var(--rule);
}
.ornament-wide::before,
.ornament-wide::after { width: 140px; }

/* ── HERO (HOMEPAGE) ──────────────────────────────────────── */
.hero-main {
  position: relative;
  height: 94vh;
  min-height: 600px;
  overflow: hidden;
}
.hero-main-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: brightness(0.72) contrast(1.06);
  transform: scale(1.04);
  transition: transform 8s ease-out;
}
.hero-main-img.loaded { transform: scale(1); }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    108deg,
    rgba(20,27,45,0.92) 0%,
    rgba(20,27,45,0.68) 42%,
    rgba(20,27,45,0.18) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 0 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 700px;
}
.hero-eyebrow {
  font-family: 'Cormorant SC', serif;
  font-size: 11.5px;
  letter-spacing: 5px;
  color: rgba(223,200,128,0.75);
  margin-bottom: 30px;
  text-transform: uppercase;
}
.hero-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(48px, 7.5vw, 96px);
  font-weight: 700;
  color: var(--parchment);
  line-height: 1.02;
  margin-bottom: 6px;
}
.hero-heading em {
  display: block;
  font-style: italic;
  color: var(--gold-warm);
}
.hero-year {
  font-family: 'Cormorant SC', serif;
  font-size: 11px;
  letter-spacing: 9px;
  color: rgba(223,200,128,0.45);
  margin: 20px 0 28px;
  white-space: nowrap;
}
.hero-tagline {
  font-size: clamp(16px, 1.8vw, 20px);
  font-style: italic;
  color: rgba(245,237,224,0.78);
  max-width: 430px;
  line-height: 1.62;
  margin-bottom: 44px;
  border-left: 2px solid var(--gold);
  padding-left: 18px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-stamp {
  position: absolute;
  right: 52px;
  bottom: 52px;
  z-index: 3;
  width: 96px;
  height: 96px;
  border: 2px solid rgba(184,146,48,0.6);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.stamp-year {
  font-family: 'Playfair Display', serif;
  font-size: 23px;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}
.stamp-label {
  font-family: 'Cormorant SC', serif;
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--gold-pale);
  margin-top: 3px;
}
.hero-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: rgba(223,200,128,0.45);
  font-family: 'Cormorant SC', serif;
  font-size: 9.5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.scroll-bar {
  width: 1px;
  height: 38px;
  background: linear-gradient(to bottom, rgba(184,146,48,0.6), transparent);
  animation: scrollPulse 2.2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.8; transform: scaleY(1); transform-origin: top; }
  50%       { opacity: 0.25; transform: scaleY(0.6); transform-origin: top; }
}

/* ── PAGE HERO (inner pages) ──────────────────────────────── */
.page-hero {
  position: relative;
  height: 310px;
  overflow: hidden;
}
.page-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  filter: brightness(0.55) contrast(1.1);
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(20,27,45,0.90) 0%,
    rgba(20,27,45,0.65) 55%,
    rgba(20,27,45,0.40) 100%
  );
  display: flex;
  align-items: flex-end;
  padding: 44px 48px;
}
.page-hero-text .label-tag { color: rgba(223,200,128,0.7); }
.page-hero-text h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 700;
  color: var(--parchment);
  line-height: 1.1;
  margin-top: 8px;
}
.page-hero-text h1 em { font-style: italic; color: var(--gold-pale); }
.page-breadcrumb {
  font-family: 'Cormorant SC', serif;
  font-size: 10.5px;
  letter-spacing: 2.5px;
  color: rgba(223,200,128,0.5);
  margin-top: 12px;
}

/* ── PILLARS ──────────────────────────────────────────────── */
.pillars-section { background: var(--parch-dark); padding: 0; }
.pillars-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}
.pillar {
  padding: 52px 30px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  transition: background 0.32s;
  position: relative;
  overflow: hidden;
}
.pillar::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 3px;
  background: var(--brand-blue);
  transition: width 0.32s ease;
}
.pillar:hover::before { width: 100%; }
.pillar:hover { background: var(--navy-mid); }
.pillar:hover .pillar-num  { color: rgba(184,146,48,0.1); }
.pillar:hover .pillar-title { color: var(--gold-pale); }
.pillar:hover .pillar-body  { color: rgba(245,237,224,0.65); }
.pillar-num {
  font-family: 'Playfair Display', serif;
  font-size: 62px;
  font-weight: 900;
  color: rgba(184,146,48,0.1);
  line-height: 1;
  margin-bottom: -4px;
  transition: color 0.32s;
}
.pillar-icon {
  font-size: 24px;
  color: var(--gold);
  margin-bottom: 14px;
  display: block;
}
.pillar-title {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--text-body);
  margin-bottom: 10px;
  transition: color 0.32s;
}
.pillar-body {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.62;
  transition: color 0.32s;
}

/* ── PINSTRIPE DIVIDER ────────────────────────────────────── */
.pinstripe-divider {
  height: 6px;
  background: repeating-linear-gradient(
    90deg,
    var(--brand-blue) 0px,
    var(--brand-blue) 50px,
    #ffffff 50px,
    #ffffff 53px,
    var(--brand-blue) 53px,
    var(--brand-blue) 57px,
    #ffffff 57px,
    #ffffff 60px,
    var(--brand-blue) 60px,
    var(--brand-blue) 110px
  );
}

/* ── BRAND STRIPE BORDER ─────────────────────────────────── */
.brand-stripe {
  height: 8px;
  background: var(--brand-blue);
  width: 100%;
  display: block;
}

/* ── PHOTO STRIP ──────────────────────────────────────────── */
.photo-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  height: 320px;
  gap: 0;
}
.photo-cell {
  position: relative;
  overflow: hidden;
}
.photo-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8) contrast(1.06) saturate(0.88);
  transition: transform 0.7s ease, filter 0.4s;
}
.photo-cell:hover img {
  transform: scale(1.07);
  filter: brightness(0.9) contrast(1.06) saturate(1.0);
}
.photo-cell-cap {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 22px 16px 14px;
  background: linear-gradient(to top, rgba(20,27,45,0.82) 0%, transparent);
  font-family: 'Cormorant SC', serif;
  font-size: 10.5px;
  letter-spacing: 2.5px;
  color: rgba(223,200,128,0.78);
}

/* ── QUOTE BANNER ─────────────────────────────────────────── */
.quote-banner {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.quote-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  filter: brightness(0.5) contrast(1.1) sepia(0.08);
}
.quote-banner-over {
  position: absolute;
  inset: 0;
  background: rgba(20,27,45,0.38);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 36px;
}
.q-text {
  font-family: 'Playfair Display', serif;
  font-size: clamp(18px, 2.6vw, 30px);
  font-style: italic;
  color: var(--parchment);
  max-width: 800px;
  line-height: 1.48;
  position: relative;
}
.q-text::before {
  content: '\201C';
  font-size: 2.8em;
  color: var(--gold);
  line-height: 0;
  vertical-align: -0.42em;
  margin-right: 4px;
}
.q-text::after {
  content: '\201D';
  font-size: 2.8em;
  color: var(--gold);
  line-height: 0;
  vertical-align: -0.42em;
  margin-left: 4px;
}

/* ── STORY SECTION ────────────────────────────────────────── */
.story-layout {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 84px;
  align-items: start;
  margin-top: 64px;
}
.story-img-wrap { position: relative; }
.story-img-frame {
  border: 2px solid var(--border-col);
  overflow: hidden;
  aspect-ratio: 3/4;
  position: relative;
}
.story-img-frame::after {
  content: '';
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(184,146,48,0.22);
  pointer-events: none;
}
.story-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.88) sepia(0.04);
}
.story-badge {
  position: absolute;
  bottom: -18px;
  right: -18px;
  width: 108px;
  height: 108px;
  background: var(--gold);
  border-radius: 50%;
  border: 3px solid var(--off-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.badge-num {
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
}
.badge-text {
  font-family: 'Cormorant SC', serif;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--navy-mid);
  margin-top: 3px;
}
.story-body .lead {
  font-size: 19px;
  font-style: italic;
  color: var(--text-mid);
  line-height: 1.66;
  border-left: 2px solid var(--gold);
  padding-left: 20px;
  margin-bottom: 28px;
}
.story-body p {
  font-size: 17px;
  color: var(--text-mid);
  line-height: 1.82;
  margin-bottom: 18px;
}
.story-body strong { color: var(--text-body); }
.story-stats {
  display: flex;
  gap: 38px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
}
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.stat-label {
  font-family: 'Cormorant SC', serif;
  font-size: 10.5px;
  letter-spacing: 2px;
  color: var(--text-muted);
  margin-top: 5px;
  text-transform: uppercase;
}

/* ── CLIENTS / WHO WE DRESS ───────────────────────────────── */
.clients-section { background: var(--parch-dark); }
.clients-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
  margin-top: 56px;
}
.client-card {
  flex: 0 1 calc(33.333% - 1px);
}
.client-card {
  background: var(--parch-dark);
  padding: 38px 28px;
  transition: background 0.28s;
}
.client-card:hover { background: var(--navy-mid); }
.client-card:hover .client-name { color: var(--gold-pale); }
.client-card:hover .client-desc { color: rgba(245,237,224,0.65); }
.client-icon {
  font-size: 26px;
  color: var(--gold);
  margin-bottom: 14px;
  display: block;
}
.client-name {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-body);
  margin-bottom: 8px;
  transition: color 0.28s;
}
.client-desc {
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.62;
  transition: color 0.28s;
}

/* ── SERVICES ─────────────────────────────────────────────── */
.services-dark { background: var(--navy); }
.service-block {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 28px;
  padding: 50px 0;
  border-bottom: 1px solid rgba(184,146,48,0.18);
  align-items: start;
}
.service-block:first-of-type { padding-top: 0; }
.service-num {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  font-weight: 900;
  color: rgba(184,146,48,0.15);
  line-height: 1;
  text-align: right;
  padding-top: 6px;
}
.service-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--gold-warm);
  margin-bottom: 12px;
}
.service-content p {
  color: rgba(245,237,224,0.68);
  font-size: 16.5px;
  line-height: 1.74;
  margin-bottom: 18px;
}
.service-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.service-list li {
  color: rgba(245,237,224,0.55);
  font-size: 15px;
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}
.service-list li::before {
  content: '◆';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 6.5px;
  top: 8px;
}
.service-img {
  margin-top: 72px;
  border: 2px solid rgba(184,146,48,0.3);
  overflow: hidden;
  height: 420px;
}
.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.82) contrast(1.06) sepia(0.05);
}
.service-img-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  height: 480px;
}
.service-img-pair img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: brightness(0.88) contrast(1.04);
}

/* ── BRAND TABLE ──────────────────────────────────────────── */
.brands-section { background: var(--off-white); }
.brand-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 64px;
}
.brand-quote-block {
  padding-top: 38px;
  border-left: 2px solid var(--gold);
  padding-left: 22px;
}
.brand-quote-block blockquote {
  font-size: 18px;
  font-style: italic;
  color: var(--text-mid);
  line-height: 1.72;
  margin-bottom: 12px;
}
.brand-quote-attr {
  font-family: 'Cormorant SC', serif;
  font-size: 11px;
  letter-spacing: 2.5px;
  color: var(--text-muted);
}
.brands-table {
  border-top: 2px solid var(--navy);
  margin-top: 56px;
}
.brand-row {
  display: grid;
  grid-template-columns: 200px 1fr auto;
  gap: 24px;
  padding: 19px 12px;
  border-bottom: 1px solid var(--rule);
  align-items: center;
  transition: background 0.22s, padding 0.22s;
}
.brand-row:hover { background: var(--parch-dark); }
.brand-name-col {
  font-family: 'Playfair Display', serif;
  font-size: 17.5px;
  font-weight: 600;
  color: var(--text-body);
}
.brand-desc-col {
  font-size: 15px;
  color: var(--text-muted);
  font-style: italic;
  line-height: 1.4;
}
.brand-cat-col {
  font-family: 'Cormorant SC', serif;
  font-size: 10.5px;
  letter-spacing: 2px;
  color: var(--gold);
  white-space: nowrap;
  text-align: right;
}
.brands-img-block {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding-top: 64px;
  border-top: 1px solid var(--rule);
}
.brands-img-block img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  filter: brightness(0.9) sepia(0.04);
}
.brands-img-text .section-heading { font-size: clamp(26px, 3.5vw, 40px); }

/* ── VISIT / CONTACT ──────────────────────────────────────── */
.visit-section { background: var(--parchment); }
.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-top: 60px;
  align-items: start;
}
.info-group { margin-bottom: 36px; }
.info-group h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-body);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--rule);
}
.info-row {
  display: flex;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(184,146,48,0.28);
  font-size: 17px;
  color: var(--text-mid);
}
.info-row:last-child { border-bottom: none; }
.info-icon { color: var(--gold); font-size: 17px; flex-shrink: 0; margin-top: 3px; }
.hours-row {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px dashed rgba(184,146,48,0.28);
  font-size: 16px;
  color: var(--text-mid);
}
.hours-row:last-child { border-bottom: none; }
.hours-day { font-family: 'Cormorant SC', serif; letter-spacing: 1px; }
.hours-time { color: var(--text-body); font-weight: 500; }
.map-block {
  border: 2px solid var(--border-col);
  overflow: hidden;
}
.map-block img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  filter: brightness(0.8) sepia(0.08);
}
.map-footer {
  background: var(--navy);
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.map-addr {
  font-style: italic;
  color: var(--parchment);
  font-size: 15.5px;
}
.directions-link {
  font-family: 'Cormorant SC', serif;
  font-size: 11px;
  letter-spacing: 2.5px;
  color: var(--gold);
  text-transform: uppercase;
  border-bottom: 1px solid rgba(184,146,48,0.4);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.directions-link:hover { color: var(--gold-pale); border-color: var(--gold-pale); }

/* ── INSTAGRAM SECTION ────────────────────────────────────── */
.insta-section {
  background: var(--navy-mid);
  padding: 72px 36px;
  text-align: center;
}
.insta-handle {
  font-family: 'Cormorant SC', serif;
  font-size: 12.5px;
  letter-spacing: 4.5px;
  color: var(--gold);
  margin-bottom: 14px;
}
.insta-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: var(--parchment);
  margin-bottom: 12px;
}
.insta-section p {
  color: rgba(223,200,128,0.7);
  max-width: 480px;
  margin: 0 auto 30px;
  font-size: 17px;
}
.insta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(184,146,48,0.5);
  color: var(--gold-pale);
  font-family: 'Cormorant SC', serif;
  font-size: 12.5px;
  letter-spacing: 2.5px;
  padding: 13px 30px;
  transition: all 0.25s;
}
.insta-btn:hover {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}

/* ── CTA STRIP ────────────────────────────────────────────── */
.cta-strip {
  background: var(--navy);
  padding: 88px 36px;
  text-align: center;
  border-top: 6px solid transparent;
  border-image: repeating-linear-gradient(
    to right,
    var(--navy-deep) 0px,
    var(--navy-deep) 14px,
    rgba(184,146,48,0.35) 14px,
    rgba(184,146,48,0.35) 16px
  ) 6;
}
.cta-for-those {
  font-family: 'Cormorant SC', serif;
  font-size: 11px;
  letter-spacing: 4px;
  color: rgba(223,200,128,0.45);
  text-transform: uppercase;
  margin-bottom: 18px;
}
.cta-strip h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 4vw, 46px);
  font-style: italic;
  color: var(--parchment);
  margin-bottom: 16px;
}
.cta-strip p {
  color: rgba(223,200,128,0.7);
  font-size: 17px;
  max-width: 520px;
  margin: 0 auto 34px;
}

/* ── FOOTER ───────────────────────────────────────────────── */
.site-footer {
  background: var(--navy-deep);
  color: rgba(223,200,128,0.6);
  padding: 74px 36px 28px;
  border-top: 2px solid var(--gold);
}
.footer-inner { max-width: 1140px; margin: 0 auto; }
.footer-top {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(184,146,48,0.18);
}
.footer-brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--gold-warm);
  margin-bottom: 4px;
}
.footer-brand-sub {
  font-family: 'Cormorant SC', serif;
  font-size: 10px;
  letter-spacing: 4px;
  color: rgba(223,200,128,0.42);
  margin-bottom: 18px;
}
.footer-brand p {
  font-size: 14.5px;
  color: rgba(245,237,224,0.45);
  line-height: 1.7;
  max-width: 300px;
}
.footer-col h4 {
  font-family: 'Cormorant SC', serif;
  font-size: 11.5px;
  letter-spacing: 3.5px;
  color: var(--gold);
  margin-bottom: 18px;
  text-transform: uppercase;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  color: rgba(245,237,224,0.5);
  font-size: 15.5px;
  transition: color 0.2s;
}
.footer-col ul li a:hover { color: var(--gold-pale); }
.footer-col .footer-addr {
  color: rgba(245,237,224,0.38);
  font-size: 14.5px;
  line-height: 1.7;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  font-size: 12.5px;
  color: rgba(245,237,224,0.28);
  font-family: 'Cormorant SC', serif;
  letter-spacing: 1px;
  flex-wrap: wrap;
  gap: 10px;
}

/* ── SCROLL ANIMATIONS ────────────────────────────────────── */
[data-fade] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
[data-fade].in-view {
  opacity: 1;
  transform: translateY(0);
}
[data-fade][data-delay="1"] { transition-delay: 0.10s; }
[data-fade][data-delay="2"] { transition-delay: 0.20s; }
[data-fade][data-delay="3"] { transition-delay: 0.30s; }
[data-fade][data-delay="4"] { transition-delay: 0.42s; }

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 1060px) {
  .pillars-row { grid-template-columns: repeat(2, 1fr); }
  .photo-strip { grid-template-columns: repeat(2, 1fr); height: auto; }
  .photo-cell  { height: 250px; }
  .brands-table .brand-row { grid-template-columns: 1fr 1fr; }
  .brand-cat-col { display: none; }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero-content { padding: 0 28px; }
  .story-layout { grid-template-columns: 1fr; gap: 44px; }
  .story-img-wrap { max-width: 400px; }
  .visit-grid { grid-template-columns: 1fr; gap: 44px; }
  .clients-grid .client-card { flex: 0 1 calc(50% - 1px); }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .brand-intro-grid { grid-template-columns: 1fr; gap: 36px; }
  .brands-img-block { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .section { padding: 68px 22px; }
  .pillars-row { grid-template-columns: 1fr; }
  .photo-strip { grid-template-columns: 1fr 1fr; }
  .clients-grid .client-card { flex: 0 1 100%; }
  .hero-main { height: 82vh; }
  .story-stats { flex-wrap: wrap; gap: 22px; }
  .hero-stamp { display: none; }
  .brands-table .brand-row { grid-template-columns: 1fr; }
  .brand-desc-col { display: none; }
}

/* ── CONTACT FORM ─────────────────────────────────────────── */
.contact-section { background: var(--off-white); padding: 80px 36px; }
.contact-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label {
  font-family: 'Cormorant SC', serif;
  font-size: 10.5px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--text-muted);
}
.form-group input,
.form-group textarea,
.form-group select {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 16px;
  color: var(--text-body);
  background: #fff;
  border: 1px solid rgba(27,80,196,0.22);
  border-bottom: 2px solid rgba(27,80,196,0.35);
  padding: 11px 14px;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--brand-blue);
  border-bottom-color: var(--brand-blue);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-note {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.55;
}
.contact-info-side h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: var(--text-body);
  margin-bottom: 20px;
}
.contact-info-side p {
  font-size: 16px;
  color: var(--text-mid);
  line-height: 1.75;
  margin-bottom: 12px;
}
.contact-info-side a { color: var(--brand-blue); }
@media (max-width: 760px) {
  .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .form-row { grid-template-columns: 1fr; }
}

/* ── ADDITIONAL SERVICES ──────────────────────────────────── */
.add-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 52px;
  border-top: 2px solid var(--brand-blue);
}
.add-service-item {
  background: var(--off-white);
  padding: 32px 26px;
  border-bottom: 1px solid rgba(27,80,196,0.1);
  transition: background 0.25s;
}
.add-service-item:hover { background: var(--parch-dark); }
.add-service-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-body);
  margin-bottom: 9px;
}
.add-service-desc {
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.62;
}
@media (max-width: 760px) {
  .add-services-grid { grid-template-columns: 1fr; }
}

/* ── PRODUCT CATEGORIES ───────────────────────────────────── */
.product-cats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 48px;
  border: 1px solid rgba(27,80,196,0.15);
}
.product-cat {
  padding: 24px 16px;
  text-align: center;
  border-right: 1px solid rgba(27,80,196,0.15);
}
.product-cat:last-child { border-right: none; }
.product-cat-name {
  font-family: 'Cormorant SC', serif;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--brand-blue);
  margin-bottom: 6px;
}
.product-cat-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
}
@media (max-width: 800px) {
  .product-cats { grid-template-columns: 1fr 1fr; }
  .product-cat { border-right: 1px solid rgba(27,80,196,0.15); border-bottom: 1px solid rgba(27,80,196,0.15); }
}
