/* Roya's Bridal Alterations & Custom Making — Skill E House v1.24 build
   DEFAULT PALETTE PATH (v1.15): she has no signage, no printed materials and
   no brand marks anywhere in 132 photos, so there is no iconic set. The
   neutrals are measured from her actual studio; the ACTION colour comes from
   OUTSIDE that world and appears nowhere but CTAs. */

@font-face {
  font-family: "Nunito";
  src: url("fonts/nunito-var.woff2?v=1") format("woff2");
  font-weight: 200 900;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("fonts/rubik-var.woff2?v=1") format("woff2");
  font-weight: 300 900;
  font-display: swap;
}

:root {
  --ground: #fbf8f3;      /* her studio walls sample #e0d4c4; this is that warmth at page weight */
  --tint: #f2ebe0;
  --ink: #241e1b;         /* the ONE dark hue */
  --muted: #6b5f56;
  --accent: #7a5c40;      /* the oak of her mirror frame and the caramel in her rug */
  --accent-lt: #d8c8b4;
  --rule: #e6ddd0;
  --band-text: #f0e8dd;
  --action: #7a2e42;      /* deep bordeaux — outside her all-neutral world, CTAs only */
  --action-dark: #63212f;
  --display: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

body {
  font-family: var(--body);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--ground);
  -webkit-font-smoothing: antialiased;
}

.shell { max-width: 1060px; margin: 0 auto; padding: 0 20px; }

h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: 1.12; }
h2 { font-size: clamp(26px, 4.5vw, 36px); margin-bottom: 26px; }
h3 { font-size: 20px; }
img { max-width: 100%; height: auto; display: block; }

a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ---------- Buttons ---------- */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  border-radius: 10px;
  min-height: 52px;
  padding: 12px 26px;
  width: 100%;
}
.btn-primary { background: var(--action); color: #fff; }
.btn-primary:hover { background: var(--action-dark); }
.btn-secondary { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 2px var(--ink); }
.btn-secondary:hover { background: rgba(36, 30, 27, 0.06); }

/* ---------- Sticky header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--ground);
  border-bottom: 1px solid var(--rule);
}
.header-inner { display: flex; align-items: center; min-height: 62px; gap: 14px; }
.wordmark {
  font-family: var(--display);
  font-weight: 700;
  font-size: 18px;
  color: var(--ink);
  text-decoration: none;
  line-height: 1.05;
}
.wordmark span { display: block; font-size: 12px; letter-spacing: 0.11em; color: var(--accent); text-transform: uppercase; }
.site-nav { display: none; }
/* v1.19 header law: button flush RIGHT at every width; nav-adjacent spacing
   only inside the desktop query (a display:none nav is still a sibling). */
.btn-header {
  margin-left: auto;
  width: auto;
  min-height: 44px;
  min-width: 104px;
  padding: 8px 22px;
  font-size: 16px;
}
@media (min-width: 900px) {
  .site-nav { display: flex; gap: 24px; margin-left: auto; }
  .site-nav a { color: var(--ink); text-decoration: none; font-size: 16px; padding: 10px 2px; }
  .site-nav a:hover { color: var(--action); }
  .btn-header { margin-left: 14px; }
}

/* ---------- First screen ---------- */
.hero { padding: 38px 0 0; }
.eyebrow {
  font-family: var(--display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
/* 19ch, not the house 15ch: it lets each of the headline's two sentences sit
   on its own line at 375px instead of breaking "We'll make / it yours." */
.hero h1 { font-size: clamp(34px, 8.4vw, 54px); max-width: 19ch; }
.subtitle { font-size: 18px; color: var(--muted); max-width: 54ch; margin: 18px 0 24px; }
.cta-row { display: flex; flex-direction: column; gap: 12px; max-width: 420px; }

/* No hours block on this site: she publishes none anywhere, and inventing
   opening hours would be fabrication. The appointment fact takes the slot. */
.booking { margin: 26px 0 30px; }
.booking p { font-size: 17px; font-weight: 500; }
.booking p + p { color: var(--muted); font-size: 15.5px; font-weight: 400; margin-top: 4px; }

.hero-photo img { width: 100%; border-radius: 14px; }

/* ---------- Proof strip (quiet, never a band) ---------- */
.proof { padding: 44px 0 10px; }
.proof-inner { max-width: 720px; }
.proof blockquote p {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(19px, 3vw, 23px);
  line-height: 1.35;
}
.proof blockquote footer { margin-top: 12px; color: var(--muted); font-size: 15.5px; }
.quiet-link {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-block;
  padding: 12px 4px;
  margin: -12px -4px;
}

/* ---------- Sections ---------- */
.section { padding: 58px 0; }
.section-tint { background: var(--tint); }

/* Service cards — PHOTOS, because her photographs are the best asset she has */
.card-grid { display: grid; gap: 20px; }
.card {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 14px;
  overflow: hidden;
}
/* Square, biased upward: every source photo is a full-length portrait, and a
   4/3 letterbox cropped them down to an anonymous white mass of skirt. */
.card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center 38%; }
.card h3 { margin: 16px 18px 6px; }
.card p { margin: 0 18px 18px; color: var(--muted); font-size: 16px; }

/* ---------- THE FITTINGS (signature element) ----------
   Three appointments, which fifteen brides have reverse engineered in public
   because she has never published them. A hand-ruled card, one stitch line
   running down the numbers. */
.fittings {
  position: relative;
  border: 1px solid var(--accent-lt);
  border-radius: 14px;
  background: #fff;
  padding: 30px 22px 26px;
  margin-top: 6px;
}
.fittings ol { list-style: none; counter-reset: fit; position: relative; }
.fittings ol::before {
  content: "";
  position: absolute;
  left: 17px; top: 12px; bottom: 12px;
  border-left: 2px dashed var(--accent-lt);
}
.fittings li {
  counter-increment: fit;
  position: relative;
  padding-left: 56px;
  padding-bottom: 28px;
}
.fittings li:last-child { padding-bottom: 0; }
.fittings li::before {
  content: counter(fit);
  position: absolute;
  left: 0; top: 0;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--tint);
  border: 1px solid var(--accent-lt);
  color: var(--accent);
  font-family: var(--display);
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fittings h3 { margin-bottom: 4px; }
.fittings li p { color: var(--muted); font-size: 16.5px; }
.fittings-note {
  border-top: 1px solid var(--rule);
  margin-top: 26px;
  padding-top: 18px;
  color: var(--muted);
  font-size: 15.5px;
}

/* ---------- Pricing ---------- */
.pricing-copy { max-width: 52ch; }
.pricing-copy p { margin-bottom: 18px; }
.section-cta { display: flex; }
.section-cta .btn { max-width: 420px; }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gallery figure { border-radius: 12px; overflow: hidden; background: #fff; }
.gallery img { width: 100%; height: 100%; aspect-ratio: 3 / 4; object-fit: cover; }

/* ---------- Reviews ---------- */
.review-grid { display: grid; gap: 18px; }
.review {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 14px;
  padding: 22px 22px 18px;
}
.review p { font-size: 16.5px; }
.review p::before { content: "\201C"; color: var(--accent); font-family: var(--display); font-weight: 700; }
.review p::after { content: "\201D"; color: var(--accent); font-family: var(--display); font-weight: 700; }
.review footer { margin-top: 12px; color: var(--muted); font-size: 15px; font-weight: 500; }

/* ---------- About ---------- */
.about-grid { display: grid; gap: 28px; }
.about-copy p { margin-bottom: 16px; max-width: 56ch; }
.about-photo img { border-radius: 14px; }

/* ---------- FAQ ---------- */
.section-faq { padding-top: 0; }
.faq-list { max-width: 720px; }
.faq-list details { border-bottom: 1px solid var(--rule); }
.faq-list details:first-child { border-top: 1px solid var(--rule); }
.faq-list summary {
  font-family: var(--display);
  font-weight: 700;
  font-size: 17px;
  padding: 15px 4px;
  cursor: pointer;
  min-height: 44px;
}
.faq-list details p { padding: 0 4px 16px; color: var(--muted); }

/* ---------- Visit band (the ONE heavy band) ---------- */
.visit-band { background: var(--ink); color: var(--band-text); padding: 56px 0; }
.visit-band h2 { color: #fff; margin-bottom: 10px; }
.visit-band h3 {
  color: var(--accent-lt);
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.visit-grid { display: grid; gap: 32px; }
.visit-cta p { margin-bottom: 20px; max-width: 40ch; }
.visit-cta .btn, .visit-cta .cta-row { max-width: 420px; }
.band-link {
  color: var(--band-text);
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-block;
  padding: 10px 4px;
  margin: -10px -4px;
}

/* ---------- Footer ---------- */
.site-footer { padding: 26px 0 34px; }
.site-footer p { color: var(--muted); font-size: 14.5px; }

/* ---------- Desktop ---------- */
@media (min-width: 700px) {
  .hero { padding-top: 60px; }
  .cta-row { flex-direction: row; }
  .btn { width: auto; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 3fr 2fr; align-items: start; }
  .visit-grid { grid-template-columns: 2fr 1fr 1fr; }
  .fittings { padding: 38px 40px 32px; }
}

/* ---------- Animations (js-gated; content fully visible without JS) ---------- */
html.js .reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 250ms ease, transform 250ms ease;
}
html.js .reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
