/* ===========================================================================
   Ami Creative Studio — design system
   Warm film / analog. Mobile-first: every block is written for 375px and
   enhanced upward. No framework, no build step.
   =========================================================================== */

/* --- fonts ---------------------------------------------------------------- */
/* Self-hosted. Google's CDN is a GDPR problem for an EU business and costs a
   third-party connection on the critical path. latin-ext carries ā č ē ģ ī ķ ļ ņ š ū ž. */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/fraunces-normal-latin-ext.a04d353989ad.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/fraunces-normal-latin.069cb90e11a3.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 300 600;
  font-display: swap;
  src: url("../fonts/fraunces-italic-latin-ext.cfd11a38fc0d.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 300 600;
  font-display: swap;
  src: url("../fonts/fraunces-italic-latin.701ae03b5183.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("../fonts/inter-normal-latin-ext.1ad231aac0a8.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("../fonts/inter-normal-latin.260c81a4759b.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --- tokens --------------------------------------------------------------- */

:root {
  --paper:        #FBF7F1;
  --paper-warm:   #F5EDE2;
  --paper-deep:   #EBE0D1;
  --card:         #FFFDFA;
  --ink:          #241C17;
  --ink-soft:     #6E5F54;
  --ink-faint:    #9C8D82;
  --clay:         #B5634A;
  --clay-deep:    #8E4A35;
  --clay-wash:    #F6E6DF;
  --sage:         #6B7A5E;
  --line:         rgba(36, 28, 23, 0.13);
  --line-strong:  rgba(36, 28, 23, 0.26);

  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body:    'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* Fluid scale: 375px → 1400px */
  --step--1: clamp(0.82rem, 0.79rem + 0.13vw, 0.9rem);
  --step-0:  clamp(1rem, 0.96rem + 0.18vw, 1.09rem);
  --step-1:  clamp(1.2rem, 1.12rem + 0.36vw, 1.42rem);
  --step-2:  clamp(1.44rem, 1.29rem + 0.65vw, 1.85rem);
  --step-3:  clamp(1.73rem, 1.47rem + 1.1vw, 2.4rem);
  --step-4:  clamp(2.07rem, 1.65rem + 1.79vw, 3.13rem);
  --step-5:  clamp(2.49rem, 1.81rem + 2.86vw, 4.07rem);

  --gutter: clamp(1.25rem, 0.9rem + 1.5vw, 2.5rem);
  --section: clamp(3.5rem, 2.5rem + 4.5vw, 7rem);
  --radius: 4px;
  --radius-lg: 10px;

  --shadow-soft: 0 1px 2px rgba(36, 28, 23, 0.04), 0 8px 24px rgba(36, 28, 23, 0.06);
  --shadow-lift: 0 2px 6px rgba(36, 28, 23, 0.06), 0 18px 44px rgba(36, 28, 23, 0.11);

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* --- reset ---------------------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--step-0);
  font-weight: 350;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, picture, video { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 0 0 0.5em;
  text-wrap: balance;
}
h1 { font-size: var(--step-5); }
h2 { font-size: var(--step-4); }
h3 { font-size: var(--step-2); }
h4 { font-size: var(--step-1); }
p  { margin: 0 0 1.1em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

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

/* Film grain. One fixed layer over everything — cheap, and it's the single
   detail that sells the analog feel. */
body::after {
  content: '';
  position: fixed;
  inset: -50%;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

/* --- layout --------------------------------------------------------------- */

.wrap {
  width: min(100% - (var(--gutter) * 2), 1240px);
  margin-inline: auto;
}
.wrap--narrow { width: min(100% - (var(--gutter) * 2), 760px); }
.wrap--mid    { width: min(100% - (var(--gutter) * 2), 980px); }

.section { padding-block: var(--section); }
.section--tight { padding-block: calc(var(--section) * 0.6); }
.section--warm { background: var(--paper-warm); }
.section--deep { background: var(--paper-deep); }

.stack > * + * { margin-top: 1.15rem; }
.stack-lg > * + * { margin-top: 2.25rem; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: var(--paper);
  padding: 0.7rem 1.1rem;
  z-index: 200;
}
.skip-link:focus { left: 0; }

/* --- type helpers --------------------------------------------------------- */

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--clay);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: '';
  width: 26px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}
.eyebrow--plain::before { display: none; }

.lead {
  font-size: var(--step-1);
  line-height: 1.5;
  color: var(--ink-soft);
  font-weight: 300;
}
.serif-italic { font-family: var(--font-display); font-style: italic; font-weight: 300; }
.muted { color: var(--ink-soft); }
.faint { color: var(--ink-faint); }
.center { text-align: center; }

/* --- buttons -------------------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 1.7rem;
  min-height: 48px;              /* comfortable tap target */
  background: var(--clay);
  color: #fff;
  border: 1px solid var(--clay);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s var(--ease), transform 0.25s var(--ease),
              box-shadow 0.25s var(--ease);
}
.btn:hover { background: var(--clay-deep); border-color: var(--clay-deep); transform: translateY(-1px); box-shadow: var(--shadow-soft); }
.btn:active { transform: translateY(0); }

.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }

.btn--light { background: var(--card); color: var(--ink); border-color: transparent; }
.btn--light:hover { background: #fff; color: var(--clay-deep); }

.btn--small { padding: 0.6rem 1.15rem; min-height: 40px; font-size: 0.82rem; }
.btn--full { width: 100%; }
.btn[disabled], .btn[aria-disabled='true'] { opacity: 0.45; pointer-events: none; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--clay);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s var(--ease), gap 0.2s var(--ease);
}
.link-arrow::after { content: '→'; transition: transform 0.2s var(--ease); }
.link-arrow:hover { border-color: currentColor; }
.link-arrow:hover::after { transform: translateX(3px); }

/* --- header --------------------------------------------------------------- */

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 247, 241, 0.82);
  backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.header.is-stuck { border-bottom-color: var(--line); }

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.85rem;
}

.logo {
  font-family: var(--font-display);
  font-size: 1.32rem;
  letter-spacing: -0.02em;
  text-decoration: none;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
}
.logo strong { font-weight: 500; }
.logo span {
  font-family: var(--font-body);
  font-size: 0.56rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-top: 2px;
}

.nav { display: none; }
.nav a {
  text-decoration: none;
  font-size: 0.92rem;
  color: var(--ink-soft);
  padding-block: 0.35rem;
  border-bottom: 1px solid transparent;
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.nav a:hover, .nav a[aria-current='page'] { color: var(--ink); border-color: var(--clay); }

.header__actions { display: flex; align-items: center; gap: 0.5rem; }
.header__cta { display: none; }

.lang {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}
.lang a {
  padding: 0.35rem 0.6rem;
  text-decoration: none;
  color: var(--ink-faint);
  text-transform: uppercase;
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}
.lang a[aria-current='true'] { background: var(--ink); color: var(--paper); }

.burger {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  gap: 5px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.burger span {
  display: block;
  width: 21px;
  height: 1.5px;
  background: var(--ink);
  transition: transform 0.3s var(--ease), opacity 0.2s var(--ease);
}
.burger[aria-expanded='true'] span:nth-child(1) { transform: translateY(3.25px) rotate(45deg); }
.burger[aria-expanded='true'] span:nth-child(2) { transform: translateY(-3.25px) rotate(-45deg); }

/* mobile drawer */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: var(--paper);
  padding: 6rem var(--gutter) 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform 0.45s var(--ease), visibility 0.45s;
  overflow-y: auto;
}
.drawer.is-open { transform: translateY(0); visibility: visible; }
.drawer a {
  font-family: var(--font-display);
  font-size: var(--step-3);
  text-decoration: none;
  padding-block: 0.5rem;
  border-bottom: 1px solid var(--line);
}
.drawer .btn { margin-top: 1.75rem; }
body.is-locked { overflow: hidden; }

@media (min-width: 62rem) {
  .burger, .drawer { display: none; }
  .nav { display: flex; gap: clamp(1.1rem, 1.8vw, 2rem); align-items: center; }
  .header__cta { display: inline-flex; }
}

/* --- hero ----------------------------------------------------------------- */

.hero { padding-block: clamp(2.5rem, 1rem + 6vw, 5rem) 0; position: relative; }

.hero__grid { display: grid; gap: clamp(2rem, 5vw, 3.5rem); align-items: center; }

.hero__title { margin-bottom: 0.35em; }
.hero__title em {
  font-style: italic;
  font-weight: 300;
  color: var(--clay);
}
.hero__ctas { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }

.hero__media { position: relative; }
.hero__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lift);
}
.hero__caption {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  background: rgba(251, 247, 241, 0.93);
  backdrop-filter: blur(8px);
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  font-size: 0.74rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink-soft);
  text-align: center;
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  margin-top: 2.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
}
.hero__meta div { min-width: 0; }
.hero__meta dt {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 0.3rem;
}
.hero__meta dd { margin: 0; font-family: var(--font-display); font-size: var(--step-1); }

@media (min-width: 54rem) {
  .hero__grid { grid-template-columns: 1.05fr 0.95fr; }
  .hero__media img { aspect-ratio: 3 / 4; }
}

/* --- marquee -------------------------------------------------------------- */

.marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  padding-block: 0.9rem;
  background: var(--paper-warm);
}
.marquee__track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: slide 38s linear infinite;
  font-family: var(--font-display);
  font-style: italic;
  font-size: var(--step-1);
  color: var(--ink-soft);
  white-space: nowrap;
}
.marquee__track span { display: inline-flex; align-items: center; gap: 3rem; }
.marquee__track span::after { content: '·'; color: var(--clay); }
@keyframes slide { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } }

/* --- section headings ----------------------------------------------------- */

.head { margin-bottom: clamp(2rem, 4vw, 3.25rem); max-width: 46ch; }
.head--center { margin-inline: auto; text-align: center; }
.head p { color: var(--ink-soft); font-size: var(--step-1); font-weight: 300; line-height: 1.5; }

.head-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}
.head-row .head { margin-bottom: 0; }

/* --- two sides ------------------------------------------------------------ */

.sides { display: grid; gap: 1.25rem; }
@media (min-width: 50rem) { .sides { grid-template-columns: 1fr 1fr; gap: 1.75rem; } }

.side {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
  isolation: isolate;
  text-decoration: none;
}
.side img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease);
}
.side::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to top, rgba(26, 20, 16, 0.88) 8%, rgba(26, 20, 16, 0.28) 62%, rgba(26, 20, 16, 0.12) 100%);
}
.side:hover img { transform: scale(1.05); }
.side__body { margin-top: auto; }
.side h3 { color: #fff; margin-bottom: 0.4rem; }
.side p { color: rgba(255, 255, 255, 0.82); font-size: 0.95rem; max-width: 34ch; }
.side .link-arrow { color: #fff; margin-top: 1.1rem; }

/* --- cards ---------------------------------------------------------------- */

.grid { display: grid; gap: 1.25rem; }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
@media (min-width: 40rem) {
  .grid--2, .grid--3 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 58rem) {
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .grid { gap: 1.75rem; }
}

.card {
  display: flex;
  flex-direction: column;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease),
              border-color 0.35s var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: transparent; }
.card__media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-deep); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.card:hover .card__media img { transform: scale(1.04); }
.card__body { padding: 1.35rem 1.4rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.card__body h3 { font-size: var(--step-1); margin-bottom: 0.35rem; }
.card__body p { font-size: 0.92rem; color: var(--ink-soft); }
.card__foot {
  margin-top: auto;
  padding-top: 1.1rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  border-top: 1px solid var(--line);
}
.price { font-family: var(--font-display); font-size: var(--step-1); }
.price small { font-family: var(--font-body); font-size: 0.72rem; color: var(--ink-faint); }
.duration { font-size: 0.8rem; color: var(--ink-faint); letter-spacing: 0.04em; }

.tag {
  display: inline-block;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: var(--clay-wash);
  color: var(--clay-deep);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}

/* --- photographers -------------------------------------------------------- */

.people { display: grid; gap: clamp(2rem, 4vw, 3rem); }
@media (min-width: 48rem) { .people { grid-template-columns: 1fr 1fr; } }

.person { text-align: left; }
.person__portrait {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--paper-deep);
  margin-bottom: 1.35rem;
}
.person__portrait img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.person:hover .person__portrait img { transform: scale(1.03); }
.person h3 { margin-bottom: 0.15rem; }
.person__role {
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 0.9rem;
}
.person__tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1rem; }
.person__tags span {
  font-size: 0.74rem;
  padding: 0.2rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
}

/* --- gallery -------------------------------------------------------------- */

.gallery { columns: 2; column-gap: 0.6rem; }
@media (min-width: 40rem) { .gallery { columns: 3; column-gap: 0.85rem; } }
@media (min-width: 64rem) { .gallery { columns: 4; column-gap: 1rem; } }

.gallery figure {
  margin: 0 0 0.6rem;
  break-inside: avoid;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--paper-deep);
  position: relative;
}
@media (min-width: 40rem) { .gallery figure { margin-bottom: 0.85rem; } }
.gallery img { width: 100%; transition: transform 0.7s var(--ease), filter 0.5s var(--ease); }
.gallery figure:hover img { transform: scale(1.035); }

.filters { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2rem; }
.filters a {
  padding: 0.45rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.84rem;
  text-decoration: none;
  color: var(--ink-soft);
  transition: all 0.2s var(--ease);
}
.filters a:hover { border-color: var(--line-strong); color: var(--ink); }
.filters a[aria-current='true'] { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* --- studio spec ---------------------------------------------------------- */

.specs { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
@media (min-width: 34rem) { .specs { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 56rem) { .specs { grid-template-columns: repeat(4, 1fr); } }
.specs div { background: var(--card); padding: 1.4rem 1.25rem; }
.specs dt { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 0.4rem; }
.specs dd { margin: 0; font-family: var(--font-display); font-size: var(--step-2); }

.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.7rem; }
.checklist li { display: flex; gap: 0.75rem; align-items: flex-start; font-size: 0.95rem; }
.checklist li::before {
  content: '';
  flex: none;
  width: 7px;
  height: 7px;
  margin-top: 0.55em;
  border-radius: 50%;
  background: var(--clay);
}
@media (min-width: 40rem) { .checklist--2 { grid-template-columns: 1fr 1fr; gap: 0.7rem 1.75rem; } }

/* --- testimonials --------------------------------------------------------- */

.quotes { display: grid; gap: 1.25rem; }
@media (min-width: 48rem) { .quotes { grid-template-columns: repeat(3, 1fr); } }
.quote {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.6rem;
  display: flex;
  flex-direction: column;
}
.quote__stars { color: var(--clay); letter-spacing: 0.12em; font-size: 0.88rem; margin-bottom: 0.9rem; }
.quote p { font-family: var(--font-display); font-size: var(--step-1); line-height: 1.45; font-weight: 300; }
.quote footer { margin-top: auto; padding-top: 1.1rem; font-size: 0.82rem; color: var(--ink-faint); letter-spacing: 0.05em; }

/* --- FAQ ------------------------------------------------------------------ */

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 1.35rem 2.5rem 1.35rem 0;
  font-family: var(--font-display);
  font-size: var(--step-1);
  position: relative;
  transition: color 0.2s var(--ease);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--clay);
  transition: transform 0.3s var(--ease);
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq summary:hover { color: var(--clay); }
.faq__answer { padding-bottom: 1.5rem; color: var(--ink-soft); max-width: 62ch; }

/* --- forms ---------------------------------------------------------------- */

.field { margin-bottom: 1.15rem; }
.field label {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 0.45rem;
  font-weight: 500;
}
.field__input, .field select, .field textarea, .field input {
  width: 100%;
  padding: 0.85rem 1rem;
  min-height: 48px;
  background: var(--card);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  font-size: 1rem;          /* 16px — stops iOS zooming on focus */
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.field textarea { min-height: 120px; resize: vertical; line-height: 1.6; }
.field__input:focus, .field select:focus, .field textarea:focus, .field input:focus {
  outline: none;
  border-color: var(--clay);
  box-shadow: 0 0 0 3px var(--clay-wash);
}
.field__help { font-size: 0.8rem; color: var(--ink-faint); margin-top: 0.4rem; }
.field__error { font-size: 0.84rem; color: var(--clay-deep); margin-top: 0.4rem; font-weight: 500; }
.field--invalid .field__input, .field--invalid input, .field--invalid select { border-color: var(--clay-deep); }

.field--check { display: flex; gap: 0.75rem; align-items: flex-start; }
.field--check input { width: 20px; height: 20px; min-height: 0; margin-top: 2px; flex: none; accent-color: var(--clay); }
.field--check label { text-transform: none; letter-spacing: 0; font-size: 0.9rem; color: var(--ink-soft); font-weight: 400; margin: 0; }

.field-row { display: grid; gap: 0 1rem; }
@media (min-width: 40rem) { .field-row { grid-template-columns: 1fr 1fr; } }

.alert {
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  border-left: 3px solid var(--clay);
  background: var(--clay-wash);
  color: var(--clay-deep);
  font-size: 0.92rem;
  margin-bottom: 1.5rem;
}
.alert--ok { border-color: var(--sage); background: #E9EEE4; color: #3D4A33; }

.honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

/* --- booking -------------------------------------------------------------- */

.booking { display: grid; gap: clamp(2rem, 4vw, 3rem); align-items: start; }
@media (min-width: 62rem) { .booking { grid-template-columns: 1fr 380px; } }

.panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(1.35rem, 3vw, 2rem);
}
.panel--sticky { position: sticky; top: 5.5rem; }

.step { margin-bottom: 2.25rem; }
.step__label {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 1.1rem;
}
.step__label b {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.72rem;
  font-weight: 500;
  flex: none;
}

/* slot grid */
.slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); gap: 0.5rem; }
.slot {
  padding: 0.7rem 0.3rem;
  min-height: 46px;
  text-align: center;
  background: var(--card);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  font-size: 0.92rem;
  font-variant-numeric: tabular-nums;
  cursor: pointer;
  transition: all 0.18s var(--ease);
}
.slot:hover { border-color: var(--clay); color: var(--clay-deep); }
.slot.is-selected { background: var(--clay); border-color: var(--clay); color: #fff; }
.slot[disabled] { opacity: 0.32; cursor: not-allowed; text-decoration: line-through; }

.slots-empty {
  padding: 1.5rem;
  text-align: center;
  color: var(--ink-faint);
  background: var(--paper-warm);
  border-radius: var(--radius);
  font-size: 0.92rem;
}
.slots-loading { text-align: center; padding: 1.5rem; color: var(--ink-faint); font-size: 0.9rem; }

/* summary rail */
.summary dl { display: grid; gap: 0.85rem; margin: 0 0 1.5rem; }
.summary dl > div { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; }
.summary dt { font-size: 0.78rem; letter-spacing: 0.09em; text-transform: uppercase; color: var(--ink-faint); }
.summary dd { margin: 0; text-align: right; font-weight: 500; }
.summary__total {
  border-top: 1px solid var(--line);
  padding-top: 1rem;
  font-family: var(--font-display);
  font-size: var(--step-2);
}

/* --- CTA band ------------------------------------------------------------- */

.cta-band {
  background: var(--ink);
  color: var(--paper);
  border-radius: var(--radius-lg);
  padding: clamp(2.25rem, 5vw, 4rem);
  text-align: center;
}
.cta-band h2 { color: #fff; }
.cta-band h2 em { font-style: italic; color: #D9A08B; }
.cta-band p { color: rgba(251, 247, 241, 0.72); max-width: 48ch; margin-inline: auto; }
.cta-band .btn { margin-top: 1.75rem; }

/* --- footer --------------------------------------------------------------- */

.footer {
  background: var(--ink);
  color: rgba(251, 247, 241, 0.72);
  padding-block: clamp(3rem, 6vw, 5rem) 2rem;
  font-size: 0.92rem;
}
.footer a { color: inherit; text-decoration: none; transition: color 0.2s var(--ease); }
.footer a:hover { color: #fff; }
.footer__grid { display: grid; gap: 2.5rem; }
@media (min-width: 48rem) { .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 3rem; } }
.footer h4 {
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(251, 247, 241, 0.42);
  margin-bottom: 1.1rem;
}
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.6rem; }
.footer .logo { color: var(--paper); margin-bottom: 1rem; }
.footer .logo span { color: rgba(251, 247, 241, 0.45); }
.footer__bottom {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(251, 247, 241, 0.13);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
  font-size: 0.8rem;
  color: rgba(251, 247, 241, 0.45);
}

address { font-style: normal; }

/* --- reveal on scroll ----------------------------------------------------- */

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* --- misc ----------------------------------------------------------------- */

.breadcrumbs { font-size: 0.8rem; color: var(--ink-faint); margin-bottom: 1.5rem; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--clay); }
.breadcrumbs span { margin-inline: 0.4rem; opacity: 0.5; }

.page-head { padding-block: clamp(2.5rem, 5vw, 4.5rem) 0; }

.divider { border: 0; border-top: 1px solid var(--line); margin-block: var(--section) 0; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
