/* Woof Paradise. One stylesheet, mobile first, no build step.
   Tokens come from the brand: navy is ink, gold is rules and labels, cream is paper. */

/* ---------------------------------------------------------------- fonts */
@font-face { font-family: "Cormorant Garamond"; src: url("../fonts/cormorant-garamond-latin.woff2") format("woff2");
  font-weight: 400 700; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2122; }
@font-face { font-family: "Cormorant Garamond"; src: url("../fonts/cormorant-garamond-latin-ext.woff2") format("woff2");
  font-weight: 400 700; font-display: swap; unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB; }
@font-face { font-family: Montserrat; src: url("../fonts/montserrat-latin.woff2") format("woff2");
  font-weight: 400 700; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2122; }
@font-face { font-family: Montserrat; src: url("../fonts/montserrat-latin-ext.woff2") format("woff2");
  font-weight: 400 700; font-display: swap; unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB; }
@font-face { font-family: Parisienne; src: url("../fonts/parisienne-latin.woff2") format("woff2");
  font-weight: 400; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2122; }
@font-face { font-family: Parisienne; src: url("../fonts/parisienne-latin-ext.woff2") format("woff2");
  font-weight: 400; font-display: swap; unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB; }

/* --------------------------------------------------------------- tokens */
:root {
  --navy-900: #061632; --navy-800: #0B2044; --navy-400: #4A6288; --navy-100: #CFD7E2;
  --gold-800: #6B4710; --gold-700: #7F5613; --gold-600: #9E6C1C; --gold-400: #C79C4F; --gold-300: #D9BC85;
  --cream-050: #FDFBF8; --cream-100: #F7F4F0; --cream-300: #E9E1D6;
  --rose-500: #B7355E;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: Montserrat, "Helvetica Neue", Arial, sans-serif;
  --script: Parisienne, "Segoe Script", cursive;
  --gutter: 20px; --section: 56px; --measure: 62ch;
}
@media (min-width: 768px)  { :root { --gutter: 40px; --section: 76px; } }
@media (min-width: 1024px) { :root { --gutter: 64px; --section: 96px; } }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--cream-100); color: var(--navy-800);
  font-family: var(--sans); font-size: 16px; line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: var(--gold-700); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
:focus-visible { outline: 2px solid var(--gold-600); outline-offset: 2px; }
.skip {
  position: absolute; left: -9999px; top: 0; background: var(--navy-900); color: var(--cream-050);
  padding: 12px 18px; z-index: 10;
}
.skip:focus { left: 0; }

/* ------------------------------------------------------------ furniture */
.wrap { max-width: 1160px; margin: 0 auto; }
.pad  { padding-left: var(--gutter); padding-right: var(--gutter); }
.section { padding-top: var(--section); padding-bottom: var(--section); }
.center { text-align: center; }

.eyebrow {
  margin: 0; font-size: 13px; font-weight: 600; letter-spacing: .22em;
  text-transform: uppercase; color: var(--gold-700);
}
h1, h2, h3 { font-family: var(--serif); font-weight: 600; color: var(--navy-900); text-wrap: balance; }
h1 { margin: 0; font-size: clamp(38px, 11vw, 80px); line-height: .98; letter-spacing: .015em; text-transform: uppercase; }
h2 { margin: 0; font-size: clamp(30px, 6vw, 46px); line-height: 1.0; letter-spacing: .015em; text-transform: uppercase; }
h3 { margin: 0; font-size: clamp(22px, 4vw, 30px); line-height: 1.1; letter-spacing: .01em; text-transform: uppercase; }
.script { font-family: var(--script); color: var(--gold-800); line-height: 1.3; }
h1 .script { display: block; font-size: .58em; text-transform: none; letter-spacing: 0; }
.lede { font-size: clamp(24px, 5vw, 34px); margin: 0; }
p { margin: 0 0 16px; }
p:last-child { margin-bottom: 0; }
.note { font-size: 14px; color: var(--navy-400); max-width: var(--measure); }

hr.rule { border: 0; border-top: 1px solid var(--gold-400); color: var(--gold-400); margin: 0; }
.divider { display: flex; align-items: center; gap: 14px; max-width: 190px; margin: 18px auto 28px; }
.divider hr { flex: 1; }
.divider img { width: 16px; height: 16px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 12px 24px; border-radius: 2px;
  font-size: 14px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  border: 1px solid var(--navy-900); background: var(--navy-900); color: var(--cream-050);
  transition: transform 180ms ease, background 180ms ease;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn:active { transform: scale(.985); }
.btn.ghost { background: transparent; color: var(--navy-900); border-color: var(--gold-400); }
.actions { display: flex; flex-direction: column; gap: 12px; }
@media (min-width: 620px) { .actions { flex-direction: row; justify-content: center; gap: 16px; } }

.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip {
  font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  padding: 6px 12px; border: 1px solid var(--gold-400); color: var(--gold-700);
}

/* ----------------------------------------------------------------- hero */
.hero { position: relative; overflow: hidden; padding: 24px 0 40px; background: var(--cream-100); }
.hero > img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero .frame {
  position: relative; z-index: 1; border: 2px solid var(--gold-400);
  padding: 8px; margin: 0 12px; max-width: 1160px;
}
.hero .inner { border: 1px solid var(--gold-400); padding: 40px 16px; text-align: center; }
.hero .mark { width: 86px; display: block; margin: 0 auto 16px; }
.hero .wordmark {
  font-family: var(--serif); margin: 0; font-size: clamp(30px, 7vw, 46px); font-weight: 600;
  letter-spacing: .015em; text-transform: uppercase; line-height: 1.02; color: var(--navy-900);
}
.hero .actions { margin-top: 28px; }
@media (min-width: 768px) {
  .hero { padding: 40px 0 64px; }
  .hero .frame { padding: 14px; margin: 0 auto; width: calc(100% - 2 * var(--gutter)); }
  .hero .inner { padding: 64px 40px; }
  .hero .mark { width: 132px; margin-bottom: 20px; }
  .hero .actions { margin-top: 40px; }
}

/* ------------------------------------------------------------- services */
.marks { display: grid; grid-template-columns: 1fr 1fr; }
.marks div { text-align: center; padding: 22px 12px; }
.marks div + div { border-left: 1px solid var(--gold-400); }
.marks div:nth-child(odd) { border-left: 0; }
.marks div:nth-child(n+3) { border-top: 1px solid var(--gold-400); }
.marks div:last-child { grid-column: 1 / -1; border-left: 0; }
.marks img { width: 40px; height: 40px; object-fit: contain; margin: 0 auto 14px; display: block; }
.marks p { margin: 0; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
@media (min-width: 768px) {
  .marks { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .marks div { padding: 0 20px; border-top: 0 !important; }
  .marks div + div { border-left: 1px solid var(--gold-400); }
  .marks div:nth-child(odd) { border-left: 1px solid var(--gold-400); }
  .marks div:first-child { border-left: 0; }
  .marks div:last-child { grid-column: auto; border-left: 1px solid var(--gold-400); }
  .marks img { width: 44px; height: 44px; margin-bottom: 16px; }
}

/* ---------------------------------------------------------------- salon */
.people { display: grid; gap: 40px; margin-top: 36px; }
@media (min-width: 760px) { .people { grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; } }
@media (min-width: 1024px) { .people { gap: 56px; } }
.portrait { position: relative; border: 1px solid var(--cream-300); background: var(--cream-050); padding: 8px; }
@media (min-width: 768px) { .portrait { padding: 14px; } }
.portrait img.photo { width: 100%; height: 260px; object-fit: cover; object-position: center 30%; display: block; }
@media (min-width: 768px) { .portrait img.photo { height: 380px; } }
.portrait .empty {
  height: 260px; display: flex; align-items: center; justify-content: center; background: var(--cream-100);
}
@media (min-width: 768px) { .portrait .empty { height: 380px; } }
.portrait .empty img { width: 84px; opacity: .32; }
.badge {
  position: absolute; top: 16px; left: 16px; background: var(--rose-500); color: var(--cream-050);
  font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 6px 12px;
}
.person h3 { margin: 20px 0 10px; }
.person p { max-width: 46ch; font-size: 14px; line-height: 1.75; }

/* -------------------------------------------------------------- gallery */
/* A strip that runs off both edges, so it reads as part of something longer.
   Pattern from Rivian's gallery: complete frame in the middle, neighbours cut
   by the viewport, two quiet controls underneath, nothing moving on its own. */
.gallery { position: relative; }
.band {
  display: flex; gap: 14px; overflow-x: auto; overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory; scroll-padding-left: var(--gutter);
  padding: 0 var(--gutter) 10px;
  scrollbar-width: thin; scrollbar-color: var(--gold-400) transparent;
}
.band::-webkit-scrollbar { height: 3px; }
.band::-webkit-scrollbar-track { background: transparent; }
.band::-webkit-scrollbar-thumb { background: var(--gold-400); border-radius: 2px; }
.band figure { margin: 0; flex: 0 0 76%; scroll-snap-align: start; }
.band img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; display: block;
  background: var(--cream-300);
}
/* Per photo, because the eleven originals are framed too differently for one
   shared value. Re-tuned when the frames went from square to 4:5. */
.band img.p1 { object-position: center 38%; }
.band img.p2 { object-position: center 54%; }
.band img.p3 { object-position: center 46%; }
.band img.p4 { object-position: center 52%; }
.band img.p5 { object-position: center 46%; }
.band img.p6 { object-position: center 54%; }
.band figcaption {
  margin-top: 10px; font-size: 11px; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; color: var(--gold-700);
}
@media (min-width: 620px) { .band figure { flex-basis: 46%; } }
@media (min-width: 900px) { .band { gap: 22px; } .band figure { flex-basis: 31%; } }
@media (min-width: 1280px) { .band figure { flex-basis: 24%; } }

.gallery .nav { display: none; }
@media (min-width: 900px) {
  .gallery .nav {
    display: flex; gap: 10px; justify-content: flex-end; align-items: center;
    padding: 0 var(--gutter); margin-top: 18px;
  }
  .gallery .nav button {
    width: 46px; height: 46px; padding: 0; border: 1px solid var(--gold-400);
    border-radius: 50%; background: transparent; color: var(--navy-900);
    display: grid; place-items: center; cursor: pointer;
    transition: background 180ms ease, border-color 180ms ease;
  }
  .gallery .nav button:hover { background: var(--cream-050); border-color: var(--navy-900); }
  .gallery .nav button[disabled] { opacity: .3; cursor: default; }
  .gallery .nav button[disabled]:hover { background: transparent; border-color: var(--gold-400); }
}

/* The one piece of motion on the site: each frame arrives as it enters view. */
.reveal { opacity: 0; transform: translateY(12px); }
.reveal.seen { opacity: 1; transform: none; transition: opacity 560ms ease, transform 560ms ease; }
@media (prefers-reduced-motion: reduce) { .reveal, .reveal.seen { opacity: 1; transform: none; transition: none; } }

/* --------------------------------------------------------------- prices */
.card { background: var(--cream-050); border: 1px solid var(--cream-300); padding: 24px 20px; }
@media (min-width: 768px) { .card { padding: 48px 40px; } }
.tariff { width: 100%; border-collapse: collapse; }
.tariff caption { text-align: left; font-size: 13px; color: var(--navy-400); padding-bottom: 12px; }
.tariff th { text-align: left; font-size: 11px; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; color: var(--gold-700); padding: 0 0 10px; border-bottom: 1px solid var(--gold-400); }
.tariff th + th, .tariff td + td { text-align: right; }
.tariff td { padding: 14px 0; border-bottom: 1px solid var(--cream-300); font-size: 15px;
  font-variant-numeric: tabular-nums; }
.tariff td:first-child { font-family: var(--serif); font-size: 19px; font-weight: 600; color: var(--navy-900); }
.tariff tr:last-child td { border-bottom: 0; }
@media (max-width: 599px) {
  .tariff, .tariff tbody, .tariff tr, .tariff td { display: block; width: 100%; }
  .tariff thead { display: none; }
  .tariff tr { padding: 14px 0; border-bottom: 1px solid var(--cream-300); }
  .tariff tr:last-child { border-bottom: 0; }
  .tariff td { padding: 0; border: 0; }
  .tariff td + td { text-align: left; display: inline-block; width: 50%; font-size: 14px; }
  .tariff td + td::before { content: attr(data-label); display: block; font-size: 11px; font-weight: 600;
    letter-spacing: .12em; text-transform: uppercase; color: var(--gold-700); }
  .tariff td:first-child { margin-bottom: 6px; }
}

/* ------------------------------------------------------------- find us */
.columns { display: grid; gap: 32px; margin-top: 36px; }
@media (min-width: 768px) { .columns { grid-template-columns: repeat(3, 1fr); gap: 0; } }
.columns > div { text-align: center; padding: 0 20px; }
@media (min-width: 768px) { .columns > div + div { border-left: 1px solid var(--gold-400); } }
.columns img.icon { width: 22px; height: 22px; object-fit: contain; margin: 0 auto 14px; display: block; }
.columns h3 { color: var(--gold-700); margin-bottom: 16px; }
.hours { display: grid; grid-template-columns: auto auto; gap: 8px 24px; justify-content: center;
  font-size: 15px; font-variant-numeric: tabular-nums; }
.hours dt { color: var(--navy-800); } .hours dd { margin: 0; }
.big-number { font-family: var(--serif); font-size: 26px; font-weight: 600; letter-spacing: .02em;
  color: var(--navy-900); display: inline-block; margin-bottom: 8px; }

/* ----------------------------------------------------------------- foot */
/* Four stacked lines, centred, on a phone. One row on a laptop with the address
   pushed left and everything else gathered right. */
.foot { padding-top: 20px; padding-bottom: 44px; }
.foot .line {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  padding-top: 20px; text-align: center;
  font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--navy-400);
}
.foot .social { display: flex; gap: 24px; }
.foot .line a {
  color: var(--navy-900); border-bottom: 1px solid var(--gold-400);
  padding-bottom: 2px; white-space: nowrap;
}
.foot .line a:hover { text-decoration: none; border-bottom-color: var(--navy-900); }
@media (min-width: 768px) {
  .foot .line { flex-direction: row; align-items: center; gap: 28px; text-align: left; }
  .foot .who { margin-right: auto; }
}

/* ------------------------------------------------------------ documents */
.doc { max-width: 76ch; }
.doc h2 { font-size: clamp(22px, 4vw, 26px); margin: 0 0 14px; }
.doc .num { font-family: var(--serif); color: var(--gold-600); font-size: .9em; margin-right: 10px; }
.doc section { margin-bottom: 40px; break-inside: avoid; }
.doc ul { margin: 0; padding-left: 20px; }
.doc li { margin-bottom: 10px; font-size: 15px; line-height: 1.72; }
.doc li::marker { color: var(--gold-400); }
@media (min-width: 1024px) { .doc { max-width: none; column-count: 2; column-gap: 64px; } }

.accept { border: 1px solid var(--gold-400); padding: 28px 24px; text-align: center; margin-top: 8px; }
.accept p { max-width: 60ch; margin: 0 auto; font-size: 15px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}
