/* ============================================================
   MARKHALL — Premium Shoe Manufacturing
   Design: Liquid Glass | Bodoni Moda + Jost
   #1C1917 · #CA8A04 gold · #FAFAF9 bg
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Jost:wght@300;400;500;600;700&display=swap');

/* ── Reset ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary:   #1C1917;
  --secondary: #44403C;
  --gold:      #CA8A04;
  --gold-lt:   #F59E0B;
  --bg:        #FAFAF9;
  --text:      #0C0A09;
  --muted:     #57534E;
  --border:    #E7E5E4;
  --white:     #FFFFFF;
  --nav-h:     76px;
  --r:         12px;
  --r-lg:      24px;
  --ease:      cubic-bezier(0.16, 1, 0.3, 1);
}

html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Jost', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a   { text-decoration: none; color: inherit; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ── Typography ──────────────────────────────────────────── */
h1, h2, h3, h4 { font-family: 'Bodoni Moda', serif; line-height: 1.15; }
h1 { font-size: clamp(2.6rem, 6vw, 5.5rem); font-weight: 600; }
h2 { font-size: clamp(1.9rem, 3.5vw, 3.2rem); font-weight: 500; }
h3 { font-size: clamp(1.1rem, 1.8vw, 1.6rem); font-weight: 500; }
h4 { font-size: 1rem; font-weight: 600; }
p  { font-size: 1rem; font-weight: 300; color: var(--muted); line-height: 1.8; }

.label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-block;
}

/* ── Layout ──────────────────────────────────────────────── */
.container  { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; }
.section    { padding: 6rem 0; }
.section-sm { padding: 4rem 0; }

/* ── Buttons ─────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .875rem 2rem;
  border-radius: 4px;
  font-family: 'Jost', sans-serif;
  font-size: .82rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  cursor: pointer;
  transition: all 240ms var(--ease);
  border: none; outline: none;
}
.btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.btn-gold    { background: var(--gold); color: var(--white); }
.btn-gold:hover { background: var(--gold-lt); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(202,138,4,.35); }

.btn-outline { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,.45); }
.btn-outline:hover { background: rgba(255,255,255,.1); border-color: var(--white); }

.btn-dark    { background: var(--primary); color: var(--white); }
.btn-dark:hover { background: var(--secondary); transform: translateY(-2px); }

/* ── Navigation ──────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 1rem; left: 1rem; right: 1rem;
  z-index: 50;
  height: var(--nav-h);
  border-radius: var(--r);
  background: rgba(28,25,23,.72);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border: 1px solid rgba(255,255,255,.08);
  transition: all 300ms var(--ease);
}
.nav.scrolled { background: rgba(28,25,23,.94); box-shadow: 0 8px 32px rgba(0,0,0,.28); }

.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; padding: 0 1.75rem; gap: 1rem; }

.nav-logo { font-family: 'Bodoni Moda', serif; font-size: 1.45rem; font-weight: 700; color: var(--white); letter-spacing: .05em; flex-shrink: 0; }
.nav-logo span { color: var(--gold); }

.nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav-links a { font-size: .78rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.7); transition: color 180ms; cursor: pointer; }
.nav-links a:hover { color: var(--gold); }

.nav-right { display: flex; align-items: center; gap: .75rem; flex-shrink: 0; }

/* Language switcher */
.lang-switcher { position: relative; }
.lang-btn {
  display: flex; align-items: center; gap: .35rem;
  padding: .45rem .8rem;
  border-radius: 6px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.75);
  font-family: 'Jost', sans-serif;
  font-size: .75rem; font-weight: 600; letter-spacing: .06em;
  cursor: pointer;
  transition: all 180ms;
}
.lang-btn:hover { background: rgba(255,255,255,.14); color: var(--white); }
.lang-btn svg  { transition: transform 250ms; }
.lang-btn.open svg { transform: rotate(180deg); }

.lang-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + .5rem);
  right: 0;
  min-width: 140px;
  background: rgba(28,25,23,.96);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0,0,0,.4);
  z-index: 60;
}
.lang-dropdown.open { display: block; }
.lang-option {
  display: flex; align-items: center; gap: .6rem;
  padding: .7rem 1rem;
  color: rgba(255,255,255,.7);
  font-size: .8rem; font-weight: 500;
  cursor: pointer;
  transition: all 160ms;
}
.lang-option:hover { background: rgba(202,138,4,.15); color: var(--white); }
.lang-option.active { color: var(--gold); }
.lang-flag { font-size: 1.1rem; line-height: 1; }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: all 280ms var(--ease); }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile overlay */
.mobile-menu {
  display: none;
  position: fixed; inset: 0;
  background: rgba(12,10,9,.97);
  z-index: 49;
  flex-direction: column; align-items: center; justify-content: center; gap: 2rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu a { font-family: 'Bodoni Moda', serif; font-size: 2rem; color: var(--white); transition: color 180ms; cursor: pointer; }
.mobile-menu a:hover { color: var(--gold); }

/* ── Hero ─────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  background: var(--primary);
  display: flex; align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 65% 38%, rgba(202,138,4,.13) 0%, transparent 65%),
    radial-gradient(ellipse 45% 45% at 18% 78%, rgba(68,64,60,.45) 0%, transparent 60%),
    linear-gradient(140deg, #0C0A09 0%, #1C1917 55%, #272220 100%);
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  pointer-events: none;
}

.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; padding-top: calc(var(--nav-h) + 3rem); padding-bottom: 5rem; }

.hero-content { }
.hero-eyebrow { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; opacity: 0; animation: fadeUp .8s var(--ease) .2s forwards; }
.hero-eyebrow-line { width: 38px; height: 1px; background: var(--gold); }

.hero h1 { color: var(--white); margin-bottom: 1.5rem; opacity: 0; animation: fadeUp .9s var(--ease) .35s forwards; }
.hero h1 em { font-style: italic; color: var(--gold); }

.hero-sub { max-width: 480px; font-size: 1.05rem; color: rgba(255,255,255,.58); font-weight: 300; line-height: 1.8; margin-bottom: 2.5rem; opacity: 0; animation: fadeUp .9s var(--ease) .5s forwards; }

.hero-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; opacity: 0; animation: fadeUp .9s var(--ease) .65s forwards; }

.hero-stats { display: flex; gap: 2.5rem; margin-top: 4rem; padding-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.1); opacity: 0; animation: fadeUp .9s var(--ease) .8s forwards; }
.hero-stat-num { font-family: 'Bodoni Moda', serif; font-size: 2.2rem; font-weight: 600; color: var(--white); line-height: 1; }
.hero-stat-num span { color: var(--gold); }
.hero-stat-label { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-top: .35rem; }

/* Hero shoe visual */
.hero-shoe-wrap {
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  animation: fadeIn 1s var(--ease) .5s forwards;
}
.hero-shoe-svg {
  width: 100%;
  max-width: 540px;
  filter: drop-shadow(0 30px 60px rgba(202,138,4,.22)) drop-shadow(0 10px 30px rgba(0,0,0,.5));
  animation: floatShoe 4s ease-in-out infinite;
}

/* Scroll cue */
.scroll-cue { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: .4rem; opacity: 0; animation: fadeIn 1s ease 1.3s forwards; cursor: pointer; background: none; border: none; }
.scroll-cue span { font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.35); }
.scroll-mouse { width: 20px; height: 32px; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; position: relative; }
.scroll-mouse::after { content: ''; position: absolute; top: 5px; left: 50%; transform: translateX(-50%); width: 3px; height: 6px; background: var(--gold); border-radius: 2px; animation: scrollDot 1.5s ease infinite; }

/* ── Floating shoe animation ─────────────────────────────── */
@keyframes floatShoe {
  0%,100% { transform: translateY(0px) rotate(-1deg); }
  50%      { transform: translateY(-22px) rotate(1deg); }
}
/* Card shoe floats — subtle */
@keyframes floatCard {
  0%,100% { transform: translateY(0px); }
  50%      { transform: translateY(-10px); }
}
.shoe-float-card {
  animation: floatCard 3.5s ease-in-out infinite;
}
/* Stagger delays for multiple cards */
.shoe-float-card.d1 { animation-delay: 0s; }
.shoe-float-card.d2 { animation-delay: .6s; }
.shoe-float-card.d3 { animation-delay: 1.2s; }
.shoe-float-card.d4 { animation-delay: .3s; }
.shoe-float-card.d5 { animation-delay: .9s; }
.shoe-float-card.d6 { animation-delay: 1.5s; }

/* ── Brand Strip ─────────────────────────────────────────── */
.brand-strip { background: var(--gold); padding: .9rem 0; overflow: hidden; }
.brand-strip-track { display: flex; gap: 3.5rem; animation: marquee 22s linear infinite; white-space: nowrap; }
.brand-strip-item { font-size: .68rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.92); flex-shrink: 0; display: flex; align-items: center; gap: .9rem; }
.strip-dot { width: 3px; height: 3px; background: rgba(255,255,255,.5); border-radius: 50%; }

/* ── About ───────────────────────────────────────────────── */
.about { background: var(--bg); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }

.about-visual { position: relative; }
.about-frame {
  width: 100%; aspect-ratio: 4/5;
  border-radius: var(--r-lg); overflow: hidden;
  background: linear-gradient(135deg, #292524 0%, #1C1917 100%);
  position: relative;
}
.about-frame::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 35% 38%, rgba(202,138,4,.2) 0%, transparent 58%); }

.about-badge { position: absolute; top: -1.25rem; right: -1.25rem; width: 96px; height: 96px; background: var(--gold); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--white); text-align: center; box-shadow: 0 8px 28px rgba(202,138,4,.4); }
.about-badge-num { font-family: 'Bodoni Moda', serif; font-size: 1.7rem; font-weight: 700; line-height: 1; }
.about-badge-txt { font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; opacity: .9; }

.glass-card { position: absolute; bottom: 1.5rem; left: 1.5rem; right: 1.5rem; background: rgba(12,10,9,.68); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r); padding: 1.25rem; color: var(--white); }
.glass-card h4 { margin-bottom: .2rem; font-size: 1rem; }
.glass-card p  { font-size: .82rem; color: rgba(255,255,255,.58); margin: 0; }

.about-content { padding-left: .5rem; }
.about-content .label { margin-bottom: 1rem; }
.about-content h2 { margin-bottom: 1.25rem; }
.about-content > p { margin-bottom: 1.75rem; }

.pillars { display: flex; flex-direction: column; gap: 1rem; margin-top: 2rem; }
.pillar { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; border-radius: var(--r); border: 1px solid var(--border); transition: all 240ms var(--ease); cursor: default; }
.pillar:hover { border-color: var(--gold); background: rgba(202,138,4,.04); transform: translateX(4px); }
.pillar-icon { width: 44px; height: 44px; min-width: 44px; background: linear-gradient(135deg,rgba(202,138,4,.14),rgba(202,138,4,.04)); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--gold); }
.pillar h4 { margin-bottom: .2rem; color: var(--text); }
.pillar p  { font-size: .875rem; margin: 0; }

/* ── Process ─────────────────────────────────────────────── */
.process { background: var(--primary); position: relative; overflow: hidden; }
.process::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(202,138,4,.4), transparent); }

.process-header { text-align: center; margin-bottom: 4rem; }
.process-header h2 { color: var(--white); margin: 1rem 0; }
.process-header p  { max-width: 520px; margin: 0 auto; }

.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; position: relative; }
.steps::before { content: ''; position: absolute; top: 2rem; left: 12%; right: 12%; height: 1px; background: linear-gradient(90deg, transparent, rgba(202,138,4,.25), rgba(202,138,4,.25), transparent); }

.step { text-align: center; padding: 1.75rem 1rem; }
.step-num { width: 60px; height: 60px; border-radius: 50%; background: rgba(202,138,4,.1); border: 1px solid rgba(202,138,4,.28); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-family: 'Bodoni Moda', serif; font-size: 1.4rem; color: var(--gold); position: relative; z-index: 2; transition: all 280ms var(--ease); }
.step:hover .step-num { background: var(--gold); color: var(--white); border-color: var(--gold); transform: scale(1.08); }
.step h3 { color: var(--white); font-size: 1.05rem; margin-bottom: .65rem; }
.step p  { font-size: .875rem; color: rgba(255,255,255,.52); }

/* ── Collections ─────────────────────────────────────────── */
.collections { background: var(--bg); }
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-header h2 { margin: .75rem 0 .75rem; }
.section-header p  { max-width: 520px; margin: 0 auto; }

.coll-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.coll-grid + .coll-grid { margin-top: 1.5rem; }

.coll-card {
  position: relative; border-radius: var(--r-lg); overflow: hidden; cursor: pointer;
  transition: transform 340ms var(--ease), box-shadow 340ms var(--ease);
}
.coll-card:hover { transform: translateY(-7px); box-shadow: 0 20px 48px rgba(0,0,0,.25); }
.coll-card:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.coll-bg { width: 100%; aspect-ratio: 3/4; position: relative; overflow: hidden; }
.coll-bg::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 65%; background: linear-gradient(to top, rgba(12,10,9,.92) 0%, transparent 100%); }

/* Card palette variants */
.bg-oxford  { background: linear-gradient(135deg, #292524 0%, #1C1917 100%); }
.bg-sport   { background: linear-gradient(135deg, #1C1917 0%, #3D2800 100%); }
.bg-boot    { background: linear-gradient(135deg, #2C1810 0%, #1C1917 100%); }
.bg-formal  { background: linear-gradient(135deg, #0C0A09 0%, #27221F 100%); }
.bg-casual  { background: linear-gradient(135deg, #2E2A27 0%, #44403C 100%); }
.bg-limited { background: linear-gradient(135deg, #3D2800 0%, #292524 100%); }

.coll-shoe { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 1; }
.coll-shoe svg,
.coll-shoe img { width: 88%; max-width: 260px; object-fit: contain; filter: drop-shadow(0 15px 35px rgba(0,0,0,.5)) drop-shadow(0 4px 12px rgba(202,138,4,.15)); }

.coll-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.5rem; z-index: 3; }
.coll-info .label { margin-bottom: .35rem; }
.coll-info h3 { color: var(--white); font-size: 1.25rem; margin-bottom: .5rem; }
.coll-meta { display: flex; align-items: center; justify-content: space-between; }
.coll-meta span { font-size: .82rem; color: rgba(255,255,255,.55); }
.coll-arrow { width: 30px; height: 30px; background: rgba(255,255,255,.1); backdrop-filter: blur(8px); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); opacity: 0; transform: translateX(-6px); transition: all 280ms var(--ease); }
.coll-card:hover .coll-arrow { opacity: 1; transform: translateX(0); }

/* Tall card spanning 2 rows */
.coll-card-tall { grid-row: span 2; }
.coll-card-tall .coll-bg { aspect-ratio: auto; height: 100%; min-height: 420px; }

/* ── Why Markhall ────────────────────────────────────────── */
.why { background: #F5F4F2; }
.feat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.75rem; }

.feat-card { background: var(--white); border-radius: var(--r-lg); padding: 2.25rem 2rem; border: 1px solid var(--border); transition: all 280ms var(--ease); cursor: default; }
.feat-card:hover { border-color: var(--gold); box-shadow: 0 12px 36px rgba(0,0,0,.07); transform: translateY(-4px); }

.feat-icon { width: 54px; height: 54px; background: linear-gradient(135deg,rgba(202,138,4,.12),rgba(202,138,4,.04)); border-radius: 13px; display: flex; align-items: center; justify-content: center; color: var(--gold); margin-bottom: 1.5rem; }
.feat-card h3 { font-size: 1.15rem; margin-bottom: .6rem; color: var(--text); }
.feat-card p  { font-size: .9rem; }

/* ── Stats ───────────────────────────────────────────────── */
.stats-section { background: var(--primary); padding: 5rem 0; position: relative; overflow: hidden; }
.stats-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 65% 65% at 50% 50%, rgba(202,138,4,.07) 0%, transparent 70%); }

.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; position: relative; }
.stat-item { text-align: center; }
.stat-num { font-family: 'Bodoni Moda', serif; font-size: clamp(2.2rem,4.5vw,3.6rem); font-weight: 600; color: var(--white); line-height: 1; margin-bottom: .5rem; }
.stat-num em { color: var(--gold); font-style: normal; }
.stat-lbl { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.45); }

/* ── Testimonials ────────────────────────────────────────── */
.testimonials { background: var(--bg); }
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }

.testi-card { background: var(--white); border-radius: var(--r-lg); padding: 2rem; border: 1px solid var(--border); transition: all 280ms var(--ease); cursor: default; }
.testi-card:hover { border-color: rgba(202,138,4,.3); box-shadow: 0 8px 28px rgba(0,0,0,.06); }

.testi-quote { font-family: 'Bodoni Moda', serif; font-size: 2.4rem; color: var(--gold); line-height: 1; margin-bottom: .75rem; }
.testi-text  { font-size: .92rem; line-height: 1.8; color: var(--secondary); margin-bottom: 1.25rem; font-style: italic; }
.testi-stars { color: var(--gold); font-size: .9rem; letter-spacing: 2px; margin-bottom: 1rem; }
.testi-author { display: flex; align-items: center; gap: .75rem; }
.author-av { width: 44px; height: 44px; min-width: 44px; border-radius: 50%; background: linear-gradient(135deg,var(--primary),var(--secondary)); display: flex; align-items: center; justify-content: center; font-family: 'Bodoni Moda', serif; font-size: 1.1rem; color: var(--white); }
.author-name { font-weight: 600; font-size: .88rem; color: var(--text); }
.author-role { font-size: .75rem; color: var(--muted); }

/* ── CTA ─────────────────────────────────────────────────── */
.cta-section { background: linear-gradient(135deg,#0C0A09 0%,#1C1917 55%,#272220 100%); padding: 7rem 0; text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 55% 55% at 50% 50%, rgba(202,138,4,.14) 0%, transparent 70%); }
.cta-inner { position: relative; z-index: 2; max-width: 660px; margin: 0 auto; }
.cta-inner .label { margin-bottom: 1.5rem; }
.cta-inner h2 { color: var(--white); margin-bottom: 1.25rem; }
.cta-inner p  { color: rgba(255,255,255,.58); margin-bottom: 2.5rem; font-size: 1.05rem; }
.cta-btns  { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; }

/* ── Contact ─────────────────────────────────────────────── */
.contact { background: var(--bg); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; align-items: start; }

.contact-info .label { margin-bottom: 1rem; }
.contact-info h2 { margin-bottom: 1rem; }
.contact-info > p { margin-bottom: 2.5rem; }

.contact-details { display: flex; flex-direction: column; gap: 1rem; }
.c-detail { display: flex; align-items: flex-start; gap: 1rem; padding: 1.2rem; border-radius: var(--r); border: 1px solid var(--border); transition: border-color 220ms; }
.c-detail:hover { border-color: var(--gold); }
.c-detail-icon { width: 44px; height: 44px; min-width: 44px; background: rgba(202,138,4,.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--gold); }
.c-detail h4 { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: .2rem; }
.c-detail p  { font-size: .9rem; color: var(--text); margin: 0; }

.contact-form { background: var(--white); border-radius: var(--r-lg); padding: 2.5rem; border: 1px solid var(--border); box-shadow: 0 4px 20px rgba(0,0,0,.05); }
.contact-form > h3 { margin-bottom: .4rem; font-size: 1.3rem; }
.contact-form > .form-note { font-size: .85rem; margin-bottom: 2rem; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.form-group { display: flex; flex-direction: column; gap: .45rem; margin-bottom: 1rem; }
.form-group label { font-size: .78rem; font-weight: 600; letter-spacing: .04em; color: var(--text); }
.form-group input,
.form-group textarea,
.form-group select {
  padding: .85rem 1rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-family: 'Jost', sans-serif;
  font-size: .92rem;
  color: var(--text);
  background: var(--bg);
  transition: border-color 180ms, box-shadow 180ms;
  outline: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(202,138,4,.11); }
.form-group textarea { resize: vertical; min-height: 115px; }

/* ── Footer ──────────────────────────────────────────────── */
.footer { background: var(--primary); color: var(--white); padding: 5rem 0 2rem; }

.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 4rem; }

.footer-logo { font-family: 'Bodoni Moda', serif; font-size: 1.65rem; font-weight: 700; margin-bottom: .9rem; }
.footer-logo span { color: var(--gold); }
.footer-brand p { font-size: .88rem; color: rgba(255,255,255,.48); max-width: 270px; line-height: 1.8; }

.footer-socials { display: flex; gap: .65rem; margin-top: 1.5rem; }
.soc-btn { width: 38px; height: 38px; border-radius: 8px; border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.55); cursor: pointer; transition: all 180ms; }
.soc-btn:hover { background: rgba(202,138,4,.2); border-color: var(--gold); color: var(--gold); }

.footer-col h4 { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.38); margin-bottom: 1.5rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .8rem; }
.footer-col ul li a { font-size: .88rem; color: rgba(255,255,255,.58); transition: color 180ms; cursor: pointer; }
.footer-col ul li a:hover { color: var(--gold); }

.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.08); font-size: .78rem; color: rgba(255,255,255,.32); }
.footer-bottom-links { display: flex; gap: 1.75rem; }
.footer-bottom-links a { color: rgba(255,255,255,.32); cursor: pointer; transition: color 180ms; }
.footer-bottom-links a:hover { color: rgba(255,255,255,.65); }

/* ── Animations ──────────────────────────────────────────── */
@keyframes fadeUp  { from { opacity:0; transform:translateY(26px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeIn  { from { opacity:0; } to { opacity:1; } }
@keyframes scrollDot { 0% { transform:translateX(-50%) translateY(0); opacity:1; } 100% { transform:translateX(-50%) translateY(12px); opacity:0; } }
@keyframes marquee { from { transform:translateX(0); } to { transform:translateX(-50%); } }

/* Scroll reveal */
.reveal { opacity:0; transform:translateY(28px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.in { opacity:1; transform:translateY(0); }
.d1 { transition-delay: .1s; }
.d2 { transition-delay: .2s; }
.d3 { transition-delay: .3s; }
.d4 { transition-delay: .4s; }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-shoe-wrap { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-content { padding-left: 0; }
  .steps { grid-template-columns: repeat(2,1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .section { padding: 4rem 0; }
  .nav-links, .nav-right .btn { display: none; }
  .hamburger { display: flex; }
  .coll-grid { grid-template-columns: 1fr 1fr; }
  .coll-card-tall { grid-row: auto; }
  .coll-card-tall .coll-bg { min-height: auto; }
  .feat-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2,1fr); gap: 2rem 1rem; }
  .steps { grid-template-columns: 1fr; }
  .steps::before { display: none; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .form-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
}

@media (max-width: 480px) {
  .coll-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .footer-top { grid-template-columns: 1fr; }
}
