/* Swiss Watchery — precision luxury, dark mode
   Archivo + Space Grotesk + Cormorant Garamond · near-black / brushed steel / champagne gold */

:root {
  --black: #0c0d0f;
  --black-2: #141619;
  --panel: #181b1f;
  --steel: #2a2e34;
  --line: #2f343b;
  --silver: #c7ccd2;
  --mute: #8b9199;
  --gold: #c9a24b;
  --gold-soft: #d8bd7e;
  --champ: #e9dcc0;
  --display: "Cormorant Garamond", Georgia, serif;
  --head: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --sans: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
  --maxw: 1180px;
  --pad: clamp(1.2rem, 4vw, 4rem);
  --reveal-delay: 0ms;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--black);
  color: var(--silver);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-image:
    radial-gradient(circle at 20% -10%, rgba(201, 162, 75, 0.07), transparent 45%),
    radial-gradient(circle at 100% 0%, rgba(120, 130, 145, 0.06), transparent 40%);
  background-attachment: fixed;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.skip-link {
  position: absolute; left: -999px; top: 0;
  background: var(--gold); color: var(--black);
  padding: 0.6rem 1rem; z-index: 100; border-radius: 0 0 6px 0;
  font-family: var(--head); font-weight: 600; letter-spacing: 0.04em;
}
.skip-link:focus { left: 0; }

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

/* ---------- reveal ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay);
}
[data-reveal].is-in { opacity: 1; transform: none; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding: 1rem var(--pad);
  background: color-mix(in srgb, var(--black) 72%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: color-mix(in srgb, var(--black) 90%, transparent);
}
.wordmark { display: flex; align-items: center; gap: 0.75rem; }
.wordmark__mark {
  display: grid; place-items: center;
  width: 44px; height: 44px; border-radius: 50%;
  color: var(--gold);
  border: 1px solid color-mix(in srgb, var(--gold) 55%, transparent);
  background: radial-gradient(circle at 30% 30%, rgba(201, 162, 75, 0.12), transparent 70%);
  flex: none;
}
.wordmark__name {
  font-family: var(--head);
  font-size: 1.3rem; font-weight: 700;
  letter-spacing: 0.02em; display: block; line-height: 1;
  color: #fff;
}
.wordmark__since {
  font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--mute); display: block; margin-top: 0.34rem;
}
.site-nav { display: flex; align-items: center; gap: 1.6rem; }
.site-nav a {
  font-family: var(--head);
  font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--mute); transition: color 0.2s ease;
}
.site-nav a:hover { color: var(--champ); }
.site-nav__cta {
  color: var(--black) !important; background: var(--gold);
  padding: 0.55rem 1rem; border-radius: 999px; letter-spacing: 0.08em;
  font-weight: 600;
}
.site-nav__cta:hover { background: var(--gold-soft); }
@media (max-width: 880px) {
  .site-nav a:not(.site-nav__cta) { display: none; }
}

/* ---------- buttons ---------- */
.btn {
  display: inline-block; font-family: var(--head);
  font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 600;
  padding: 0.9rem 1.6rem; border-radius: 999px;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--gold { background: var(--gold); color: var(--black); }
.btn--gold:hover { background: var(--gold-soft); }
.btn--ghost { border: 1px solid var(--steel); color: var(--champ); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }

/* ---------- hero ---------- */
.hero {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(2rem, 6vw, 5rem) var(--pad) clamp(3rem, 7vw, 6rem);
  display: grid; gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: 1.05fr 0.95fr; align-items: center;
}
@media (max-width: 880px) { .hero { grid-template-columns: 1fr; } }
.hero__eyebrow {
  display: flex; align-items: center; gap: 0.7rem;
  font-family: var(--head);
  font-size: 0.68rem; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 1.2rem;
}
.rule { width: 40px; height: 1px; background: var(--gold); display: inline-block; }
.hero__title {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(3.4rem, 11vw, 7.4rem); line-height: 0.95;
  margin: 0; letter-spacing: -0.01em; color: #fff;
}
.hero__title span { display: block; }
.hero__title--serif { font-style: italic; font-weight: 500; color: var(--gold); }
.hero__sub {
  max-width: 40ch; margin: 1.7rem 0 0; font-size: 1.04rem; color: var(--mute);
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2.1rem; }
.hero__figure { margin: 0; position: relative; }
.hero__figure img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
  border-radius: 6px; border: 1px solid var(--line);
  box-shadow: 0 40px 70px -34px rgba(0, 0, 0, 0.8);
}
.hero__figure figcaption {
  position: absolute; bottom: 1rem; left: 1rem; right: 1rem;
  background: color-mix(in srgb, var(--black) 70%, transparent);
  color: var(--champ); font-family: var(--head);
  font-size: 0.68rem; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 0.6rem 0.9rem; border-radius: 4px;
  border: 1px solid var(--line); backdrop-filter: blur(4px);
}

/* ---------- sections ---------- */
.section {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(2.5rem, 7vw, 6rem) var(--pad);
  border-top: 1px solid var(--line);
}
.section__head { margin-bottom: clamp(1.8rem, 4vw, 3rem); }
.section__head--center { text-align: center; }
.section__num {
  font-family: var(--head); font-weight: 600; font-size: 0.78rem;
  letter-spacing: 0.3em; color: var(--gold); display: block; margin-bottom: 0.6rem;
}
.section__kicker {
  font-family: var(--display); font-weight: 600; font-style: italic;
  font-size: clamp(1.9rem, 4.8vw, 3.2rem); line-height: 1.05; margin: 0;
  max-width: 20ch; color: #fff;
}
.section__head--center .section__kicker { margin: 0 auto; }

/* ---------- story ---------- */
.story { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
@media (max-width: 820px) { .story { grid-template-columns: 1fr; } }
.story__body p { margin: 0 0 1.2rem; font-size: 1.04rem; max-width: 48ch; color: var(--silver); }
.story__pull {
  font-family: var(--display); font-style: italic;
  font-size: clamp(1.5rem, 3.6vw, 2.1rem) !important; line-height: 1.3;
  color: var(--champ); border-left: 2px solid var(--gold);
  padding-left: 1.1rem; margin: 1.9rem 0 !important; max-width: none !important;
}
.story__figure { margin: 0; }
.story__figure img {
  width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 6px;
  border: 1px solid var(--line);
  box-shadow: 0 28px 54px -32px rgba(0, 0, 0, 0.8);
}

/* ---------- services cards ---------- */
.section--services { background: linear-gradient(180deg, transparent, var(--black-2) 50%, transparent); }
.services { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 3vw, 2rem); }
@media (max-width: 720px) { .services { grid-template-columns: 1fr; } }
.card { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; }
.card:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--gold) 45%, var(--line)); box-shadow: 0 28px 54px -34px rgba(0, 0, 0, 0.85); }
.card--wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
@media (max-width: 720px) { .card--wide { grid-template-columns: 1fr; } }
.card__figure { margin: 0; overflow: hidden; }
.card__figure img { width: 100%; height: 100%; min-height: 220px; aspect-ratio: 3 / 2; object-fit: cover; transition: transform 0.6s ease; filter: saturate(0.92); }
.card:hover .card__figure img { transform: scale(1.05); }
.card__body { padding: 1.5rem 1.6rem 1.8rem; }
.card__tag { font-family: var(--head); font-weight: 600; text-transform: uppercase; letter-spacing: 0.16em; color: var(--gold); margin: 0 0 0.45rem; font-size: 0.66rem; }
.card__body h3 { font-family: var(--display); font-weight: 600; font-size: 1.5rem; margin: 0 0 0.55rem; color: #fff; }
.card__body p { margin: 0; color: var(--mute); font-size: 0.96rem; }

/* ---------- brands ---------- */
.brands__intro { text-align: center; max-width: 52ch; margin: 0 auto 2.2rem; color: var(--mute); }
.brands { list-style: none; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; max-width: 880px; }
@media (max-width: 720px) { .brands { grid-template-columns: repeat(2, 1fr); } }
.brands li {
  background: var(--panel); padding: 1.2rem 0.8rem; text-align: center;
  font-family: var(--head); font-weight: 500; font-size: 0.92rem;
  letter-spacing: 0.04em; color: var(--champ);
  transition: background 0.25s ease, color 0.25s ease;
}
.brands li:hover { background: var(--steel); color: var(--gold); }
.brands__note { text-align: center; font-size: 0.78rem; color: var(--mute); margin: 1.6rem auto 0; max-width: 48ch; }

/* ---------- visit ---------- */
.visit { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: stretch; }
@media (max-width: 820px) { .visit { grid-template-columns: 1fr; } }
.visit__addr { font-family: var(--display); font-size: 1.6rem; line-height: 1.4; margin: 0 0 1.4rem; color: #fff; }
.hours { margin: 0 0 1.6rem; border-top: 1px solid var(--line); }
.hours__row { display: flex; justify-content: space-between; gap: 1rem; padding: 0.75rem 0; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.hours__row dt { margin: 0; letter-spacing: 0.04em; color: var(--silver); }
.hours__row dd { margin: 0; color: var(--mute); }
.hours__row--muted dd { color: var(--gold-soft); }
.visit__contact { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1rem; }
.visit__phone { font-family: var(--display); font-size: 1.6rem; color: var(--gold); }
.visit__phone:hover { color: var(--gold-soft); }
.visit__note { font-size: 0.85rem; color: var(--mute); font-style: italic; }
.visit__map { border-radius: 8px; overflow: hidden; border: 1px solid var(--line); min-height: 320px; }
.visit__map iframe { width: 100%; height: 100%; min-height: 320px; border: 0; filter: grayscale(0.4) invert(0.92) hue-rotate(180deg) contrast(0.92); }

/* ---------- coda ---------- */
.coda { text-align: center; padding: clamp(3rem, 8vw, 6rem) var(--pad); border-top: 1px solid var(--line); }
.coda__mark { font-size: 1.8rem; color: var(--gold); margin: 0; }
.coda__line { font-family: var(--display); font-size: clamp(1.4rem, 3.5vw, 2.2rem); margin: 0.6rem 0 0; color: var(--champ); }
.coda__line em { color: var(--gold); }

/* ---------- footer ---------- */
.site-footer {
  background: var(--black-2); color: var(--silver);
  border-top: 1px solid var(--line);
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem;
  padding: clamp(2rem, 5vw, 3.5rem) var(--pad);
}
.site-footer__name { font-family: var(--head); font-weight: 700; font-size: 1.4rem; margin: 0; color: #fff; }
.site-footer__sub { font-size: 0.85rem; color: var(--mute); margin: 0.3rem 0 0; }
.site-footer__col--links { display: flex; flex-direction: column; align-items: flex-end; gap: 0.5rem; justify-content: center; }
.site-footer__col--links a { font-family: var(--head); font-size: 0.82rem; letter-spacing: 0.06em; color: var(--silver); }
.site-footer__col--links a:hover { color: var(--gold); }
.site-footer__small { grid-column: 1 / -1; font-size: 0.72rem; color: var(--mute); margin: 1rem 0 0; }
@media (max-width: 600px) {
  .site-footer { grid-template-columns: 1fr; }
  .site-footer__col--links { align-items: flex-start; }
}
