/* ═══════════════════════════════════════════════════════════════
   THE CHIC EXPLORER
   Visual language v1 — warm, layered, human, photography-led.
   Deliberately avoids: decorative gradients, perfect symmetry,
   cold minimalism.
   ═══════════════════════════════════════════════════════════════ */

/* ───────────────────────────── TOKENS ───────────────────────────── */
:root {
  /* Ink & paper */
  --ink:        #241f1b;
  --ink-2:      #3d3630;
  --ink-3:      #6b6058;
  --paper:      #f7f2ea;
  --paper-2:    #efe5d7;
  --paper-3:    #e5d8c6;

  /* Accents */
  --clay:       #b85c38;
  --clay-deep:  #94452a;
  --olive:      #5c6551;
  --blush:      #e6cfc0;
  --gold:       #c08b4e;

  /* Type */
  --display: "Fraunces", "Times New Roman", serif;
  --sans:    "Jost", "Helvetica Neue", Arial, sans-serif;

  /* Rhythm */
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --maxw: 1380px;
  --section-y: clamp(5rem, 11vw, 10.5rem);

  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* Fraunces has variable SOFT / WONK axes — a little softness and a
   little wonk is what keeps the type from feeling machine-made. */
.h2, .hero__title, .story__title, .wordmark__main, blockquote p {
  font-variation-settings: "SOFT" 30, "WONK" 1;
}

/* ───────────────────────────── RESET ───────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  /* Bumped 1px (0.0625rem) at both ends of the clamp. */
  font-size: clamp(1.0625rem, 1.0125rem + .18vw, 1.1375rem);
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Paper grain. Flat colour reads synthetic; texture reads made. */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  opacity: .11;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

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

/* The UA stylesheet's `[hidden] { display: none }` loses to any class that sets
   `display`, which silently turns a hidden fixed overlay into an invisible
   click-blanket over the whole page. Make hidden mean hidden. */
[hidden] { display: none !important; }

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

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

.skip-link {
  position: absolute; left: 50%; top: 0;
  transform: translate(-50%, -140%);
  z-index: 1000;
  background: var(--ink); color: var(--paper);
  padding: .75rem 1.25rem;
  font-family: var(--sans); font-size: .8rem;
  letter-spacing: .14em; text-transform: uppercase;
  transition: transform .25s var(--ease);
}
.skip-link:focus { transform: translate(-50%, 0); }

/* ───────────────────────────── TYPE SCALE ───────────────────────────── */
.h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(2.1rem, 1.2rem + 3.9vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -.022em;
  margin: 0 0 1.1rem;
  text-wrap: balance;
}
.h2 em { font-style: italic; font-weight: 300; color: var(--clay); }
.h2--light { color: var(--paper); }
.h2--light em { color: var(--blush); }

.eyebrow {
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .26em;
  text-transform: uppercase;
  /* Deeper clay than the accent: at 11px these labels need 4.5:1, and the
     lighter --clay only reaches ~4.0:1 on cream. */
  color: var(--clay-deep);
  margin: 0 0 1.1rem;
  display: flex;
  align-items: center;
  gap: .8rem;
}
.eyebrow::before {
  content: "";
  width: 2.2rem; height: 1px;
  background: currentColor;
  flex: none;
  opacity: .55;
}
.eyebrow--light { color: var(--blush); }

.lede {
  font-size: clamp(1.1rem, 1rem + .5vw, 1.34rem);
  line-height: 1.55;
  color: var(--ink-2);
  font-weight: 300;
}

p { margin: 0 0 1.15rem; color: var(--ink-2); }
p:last-child { margin-bottom: 0; }
main em { font-style: italic; }

.caption {
  font-family: var(--sans);
  font-size: .78rem;
  letter-spacing: .04em;
  color: var(--ink-3);
  font-style: italic;
  line-height: 1.5;
}

/* A hand-drawn underline instead of a highlight box. */
.marked {
  position: relative;
  white-space: nowrap;
}
.marked::after {
  content: "";
  position: absolute;
  left: -.05em; right: -.05em; bottom: .01em;
  height: .34em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 14' preserveAspectRatio='none'%3E%3Cpath d='M2 9c48-5 96-7 148-6 46 1 92 3 148 8' fill='none' stroke='%23b85c38' stroke-width='3.5' stroke-linecap='round' opacity='.42'/%3E%3C/svg%3E") no-repeat center/100% 100%;
  pointer-events: none;
}

/* ───────────────────────────── BUTTONS ───────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  font-family: var(--sans);
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: 1.05em 2.1em;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color .3s var(--ease), color .3s var(--ease),
              border-color .3s var(--ease), transform .3s var(--ease);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }

.btn--solid { background: var(--clay); color: var(--paper); }
.btn--solid:hover { background: var(--clay-deep); }

.btn--line { border-color: rgba(247,242,234,.55); color: var(--paper); }
.btn--line:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }

.btn--line.btn--dark { border-color: rgba(36,31,27,.3); color: var(--ink); }
.btn--line.btn--dark:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }

.btn--ghost {
  border-color: currentColor;
  padding: .8em 1.5em;
  font-size: .68rem;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--clay);
  margin-top: 1.1rem;
}
.link-arrow::after {
  content: "";
  width: 1.6rem; height: 1px;
  background: currentColor;
  transition: width .3s var(--ease);
}
a:hover .link-arrow::after { width: 2.6rem; }

/* ───────────────────────────── LAYOUT ───────────────────────────── */
.section {
  padding: var(--section-y) var(--gutter);
  max-width: var(--maxw);
  margin-inline: auto;
}

.section-head { max-width: 46rem; margin-bottom: clamp(3rem, 5vw, 4.75rem); }
.section-head__sub {
  font-size: clamp(1rem, .95rem + .3vw, 1.15rem);
  color: var(--ink-3);
  max-width: 34rem;
  margin: 0;
}
.section-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
}
.section-head--centred { text-align: center; margin-inline: auto; }
.section-head--centred .eyebrow { justify-content: center; }

/* Image frames — the arch is the signature shape. */
.frame { overflow: hidden; position: relative; background: var(--paper-3); }
.frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}
.frame--arch { border-radius: 50vw 50vw 4px 4px; aspect-ratio: 3 / 4; }
.frame--tall { aspect-ratio: 4 / 5; border-radius: 3px; }
a:hover .frame img { transform: scale(1.045); }

/* ───────────────────────────── HEADER ───────────────────────────── */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  padding: clamp(1rem, 2vw, 1.75rem) var(--gutter);
  color: var(--paper);
  transition: background-color .45s var(--ease), padding .45s var(--ease),
              color .45s var(--ease), box-shadow .45s var(--ease);
}
.site-header.is-stuck {
  background: var(--paper);
  color: var(--ink);
  padding-block: .85rem;
  box-shadow: 0 1px 0 rgba(36,31,27,.12);
}

.header-inner {
  max-width: var(--maxw);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
}

.wordmark { display: flex; flex-direction: column; line-height: 1; }
.wordmark__the {
  font-family: var(--display);
  font-style: italic;
  font-size: .82rem;
  opacity: .8;
  margin-left: .15em;
}
.wordmark__main {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.05rem, .9rem + .5vw, 1.35rem);
  letter-spacing: .07em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(.85rem, 1.7vw, 1.9rem);
  font-size: .68rem;
  font-weight: 400;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav a { position: relative; padding-block: .35rem; }
/* The current page keeps its underline permanently. */
.nav a[aria-current="page"]::after { width: 100%; }
.mobile-nav a[aria-current="page"] { color: var(--clay); }
.nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1px;
  background: currentColor;
  transition: width .32s var(--ease);
}
.nav a:hover::after { width: 100%; }

.header-cta { justify-self: end; }

.nav-toggle {
  display: none;
  justify-self: end;
  background: none;
  border: 0;
  padding: .6rem .2rem;
  cursor: pointer;
  width: 2.2rem;
}
.nav-toggle span {
  display: block;
  height: 1.5px;
  background: currentColor;
  margin: 5px 0;
  transition: transform .35s var(--ease), opacity .25s var(--ease);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 150;
  background: var(--ink);
  color: var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  padding: 6rem var(--gutter) 3rem;
  opacity: 0;
  transition: opacity .4s var(--ease);
}
.mobile-nav.is-open { opacity: 1; }
.mobile-nav nav { display: flex; flex-direction: column; gap: 1.1rem; }
.mobile-nav a {
  font-family: var(--display);
  font-size: clamp(1.9rem, 8vw, 2.9rem);
  font-weight: 300;
  letter-spacing: -.02em;
}
.mobile-nav a:nth-child(even) { font-style: italic; color: var(--blush); }
.mobile-nav__note {
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(247,242,234,.5);
  margin: 0;
}

/* ───────────────────────────── HERO ───────────────────────────── */
.hero {
  position: relative;
  min-height: min(100svh, 980px);
  display: flex;
  align-items: flex-end;
  padding: 8rem var(--gutter) clamp(3.5rem, 7vw, 6rem);
  overflow: hidden;
  color: var(--paper);
  isolation: isolate;
}
.hero__media { position: absolute; inset: -8% 0 -8%; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }

/* Functional scrim for legibility, not decoration. */
.hero__scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(to top, rgba(28,22,18,.88) 0%, rgba(28,22,18,.44) 42%, rgba(28,22,18,.22) 70%, rgba(28,22,18,.5) 100%),
    linear-gradient(to right, rgba(28,22,18,.5) 0%, rgba(28,22,18,.12) 46%, rgba(28,22,18,0) 68%);
}

.hero__content {
  max-width: 54rem;
  position: relative;
}
.hero__title {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(2.6rem, 1rem + 7.1vw, 7.1rem);
  line-height: .96;
  letter-spacing: -.032em;
  margin: 0 0 1.6rem;
}
.hero__title .line { display: block; }
.hero__title .line:nth-child(2) { padding-left: clamp(0rem, 4vw, 3.6rem); }
.hero__title em { font-style: italic; color: var(--blush); font-weight: 300; }

.hero__lede {
  max-width: 33rem;
  font-size: clamp(1rem, .95rem + .35vw, 1.16rem);
  color: rgba(247,242,234,.9);
  margin-bottom: 2.25rem;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; }

.hero__scroll {
  position: absolute;
  right: var(--gutter);
  bottom: clamp(3.5rem, 7vw, 6rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  font-size: .64rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: rgba(247,242,234,.75);
}
.hero__scroll svg { width: 12px; height: 34px; animation: nudge 2.4s var(--ease) infinite; }
@keyframes nudge {
  0%, 100% { transform: translateY(0); opacity: .55; }
  50%      { transform: translateY(7px); opacity: 1; }
}

/* ───────────────────────────── INTRO ───────────────────────────── */
.intro { padding-top: clamp(4.5rem, 9vw, 8.5rem); }
.intro__grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(2.5rem, 7vw, 7.5rem);
  align-items: center;
}

.intro__media { position: relative; padding-bottom: 3rem; }
.intro__media .frame--tall { transform: rotate(-1.4deg); }

.circle-inset {
  position: absolute;
  right: -8%;
  bottom: 8%;
  width: clamp(8rem, 17vw, 13.5rem);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 7px solid var(--paper);
  box-shadow: 0 18px 44px rgba(36,31,27,.16);
}
.circle-inset img { width: 100%; height: 100%; object-fit: cover; }

.caption--float {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 17rem;
  margin: 0;
}

.intro__body .h2 { margin-bottom: 1.5rem; }
.intro__body .lede { margin-bottom: 1.5rem; }

.promise-inline {
  margin: 2.5rem 0 0;
  padding: 1.6rem 0 0 1.75rem;
  border-left: 2px solid var(--clay);
}
.promise-inline p {
  font-family: var(--display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.15rem, 1rem + .7vw, 1.55rem);
  line-height: 1.35;
  color: var(--ink);
  margin-bottom: .8rem;
}
.promise-inline cite {
  font-family: var(--sans);
  font-style: normal;
  font-size: .68rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-3);
}

/* ───────────────────────────── MARQUEE ───────────────────────────── */
.marquee {
  background: var(--clay);
  color: var(--paper);
  padding: 1.1rem 0;
  overflow: hidden;
  white-space: nowrap;
  border-block: 1px solid rgba(36,31,27,.08);
}
.marquee__track { display: inline-flex; animation: slide 42s linear infinite; }
.marquee__group { display: inline-flex; align-items: center; padding-right: 2.5rem; }
.marquee__group b {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1rem, .9rem + .5vw, 1.35rem);
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-inline: 1.6rem;
}
.marquee__group b:nth-child(4n+3) { font-style: italic; text-transform: none; letter-spacing: .01em; }
.marquee__group i { font-style: normal; opacity: .5; font-size: .7rem; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ───────────────────────────── LENS ───────────────────────────── */
.lens { background: transparent; }
.lens__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.25rem, 2.6vw, 2.4rem);
}
/* Break the grid line — symmetry is what makes a page feel generated. */
.lens-card--drop { transform: translateY(clamp(1.5rem, 4vw, 3.75rem)); }

.lens-card__num {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.5rem;
  color: var(--clay);
  margin: 1.4rem 0 .35rem;
  line-height: 1;
}
.lens-card h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.4rem, 1.2rem + .8vw, 2rem);
  letter-spacing: -.015em;
  margin: 0 0 .55rem;
}
.lens-card p {
  font-size: .95rem;
  color: var(--ink-3);
  margin: 0;
  max-width: 22rem;
}
.lens-card .link-arrow { margin-top: .9rem; }

/* ───────────────────────────── STORIES ───────────────────────────── */
.stories { background: var(--paper-2); max-width: none; }
.stories > * { max-width: var(--maxw); margin-inline: auto; }

.stories__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.story--lead .frame { aspect-ratio: 5 / 4; border-radius: 3px; }
.story--lead .story__body { padding-top: 1.75rem; }
.story--lead .story__title {
  font-size: clamp(1.75rem, 1.3rem + 2.1vw, 3.1rem);
}
.story--lead .story__dek {
  font-size: 1.08rem;
  max-width: 30rem;
}

.stories__stack { display: flex; flex-direction: column; gap: clamp(1.5rem, 3vw, 2.5rem); }
.stories__stack .story a {
  display: grid;
  grid-template-columns: 14rem 1fr;
  gap: clamp(1.1rem, 2.2vw, 2rem);
  align-items: center;
}
.stories__stack .frame { aspect-ratio: 4 / 3; border-radius: 3px; }

.story__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0 0 .6rem;
}
.story__meta span:nth-child(2) { opacity: .5; }
.story__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.25rem, 1.1rem + .85vw, 1.75rem);
  line-height: 1.14;
  letter-spacing: -.018em;
  margin: 0 0 .55rem;
  text-wrap: balance;
  transition: color .3s var(--ease);
}
.story a:hover .story__title { color: var(--clay); }
.story__dek { font-size: .95rem; color: var(--ink-3); margin: 0; }

.stories__more { margin-top: clamp(2.75rem, 5vw, 4.5rem); text-align: center; }

/* ───────────────────────────── PROMISE BAND ───────────────────────────── */
.promise {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(4.5rem, 10vw, 9rem) var(--gutter);
  text-align: center;
  position: relative;
  overflow: hidden;
}
/* An oversized quote mark, cropped — a piece of print-shop confidence. */
.promise::before {
  content: "“";
  position: absolute;
  top: -.22em; left: 50%;
  transform: translateX(-50%);
  font-family: var(--display);
  font-size: clamp(16rem, 34vw, 30rem);
  line-height: 1;
  color: rgba(247,242,234,.05);
  pointer-events: none;
}
.promise__inner { max-width: 52rem; margin-inline: auto; position: relative; }
.promise .eyebrow { justify-content: center; }
.promise blockquote { margin: 0 0 1.75rem; }
.promise blockquote p {
  font-family: var(--display);
  /* Must set colour explicitly: the global `p { color: var(--ink-2) }` beats
     the light colour inherited from .promise, and dark-on-dark is unreadable. */
  color: var(--paper);
  font-weight: 400;
  font-size: clamp(2.1rem, 1.2rem + 4vw, 4.6rem);
  line-height: 1.06;
  letter-spacing: -.028em;
  margin: 0;
}
.promise blockquote em { font-style: italic; color: var(--blush); }
/* The band leads with a heading rather than a pull quote, so it needs the
   breathing room the blockquote used to provide (.h2 alone sets 1.1rem). */
.promise .h2 { margin-bottom: 1.6rem; }

.promise__note {
  max-width: 34rem;
  margin-inline: auto;
  color: rgba(247,242,234,.62);
  font-size: 1rem;
}

/* ───────────────────────────── ABOUT ───────────────────────────── */
.about__grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.about__media { position: relative; padding: 1rem 0 5rem 1rem; }

/* Polaroids, taped down. Analogue beats another rounded rectangle. */
.polaroid {
  background: #fffdf8;
  padding: .85rem .85rem 3.1rem;
  margin: 0;
  box-shadow: 0 22px 50px rgba(36,31,27,.18);
  position: relative;
}
.polaroid img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.polaroid figcaption {
  position: absolute;
  left: 1rem; right: 1rem; bottom: 1rem;
  font-family: var(--display);
  font-style: italic;
  font-size: .88rem;
  color: var(--ink-3);
}
.polaroid--a { width: 76%; transform: rotate(-3deg); }
.polaroid--b {
  width: 50%;
  position: absolute;
  right: 0; bottom: 0;
  transform: rotate(4.5deg);
  z-index: 2;
}
.polaroid--b { padding-bottom: 2.4rem; }
.polaroid--b img { aspect-ratio: 1; }
.polaroid--b figcaption { font-size: .78rem; bottom: .75rem; }

/* Mirrors the stack: the large photograph shifts right and the small one
   tucks under its left corner, so a page carrying two of these blocks does
   not read as the same composition twice. */
.about__media--flip .polaroid--a { margin-left: auto; transform: rotate(2.4deg); }
.about__media--flip .polaroid--b { left: 0; right: auto; transform: rotate(-4.5deg); }
/* With the small print tucked under the left corner it would sit on top of
   the large photograph's caption, so that caption moves to the free side. */
.about__media--flip .polaroid--a figcaption { text-align: right; }

.tape {
  position: absolute;
  top: -.9rem; left: 50%;
  transform: translateX(-50%) rotate(-2.5deg);
  width: 6.5rem; height: 1.9rem;
  background: rgba(230,207,192,.72);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
}

.values {
  list-style: none;
  margin: 2rem 0 2.5rem;
  padding: 0;
  display: grid;
  gap: .1rem;
}
.values li {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: .85rem 0;
  border-bottom: 1px solid rgba(36,31,27,.12);
  font-size: 1rem;
  color: var(--ink-2);
}
.values li span {
  font-family: var(--display);
  font-style: italic;
  color: var(--clay);
  font-size: .95rem;
  flex: none;
}

/* ───────────────────────────── DOG FRIENDLY ───────────────────────────── */
.dogs {
  background: var(--paper-2);
  padding: var(--section-y) var(--gutter);
}
.dogs__grid {
  max-width: var(--maxw);
  margin-inline: auto;
  display: grid;
  /* Media on the right here — the About block above puts it on the left, so
     the page alternates instead of marching down one edge. */
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}
.dogs__media { position: relative; padding-bottom: 3rem; }
/* Ada's photograph is portrait, so this frame keeps the tall crop rather than
   the wide one — at 7/5 the wallpaper and the foot of the bed were cut away. */
.dogs__media .frame--tall { transform: rotate(1.6deg); aspect-ratio: 4 / 5; }
/* The About page reuses this band, but its photographs are landscape, so the
   frame there keeps the wide crop rather than the portrait one Ada needs. */
.about-band .dogs__media .frame--tall { aspect-ratio: 4 / 3; }
.dogs__media .circle-inset { right: auto; left: -6%; bottom: 6%; }
.dogs__media .caption--float { left: auto; right: 0; text-align: right; }

.dogs__pledge {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(1.1rem, 1rem + .55vw, 1.4rem);
  line-height: 1.45;
  color: var(--ink);
  margin: 1.75rem 0 2rem;
  padding-left: 1.5rem;
  border-left: 2px solid var(--clay);
}

@media (max-width: 900px) {
  .dogs__grid { grid-template-columns: 1fr; }
  .dogs__media { max-width: 34rem; padding-bottom: 0; order: -1; }
  .dogs__media .circle-inset { left: auto; right: 4%; bottom: 5.5rem; }
  .dogs__media .caption--float { position: static; margin-top: 1.25rem; text-align: left; max-width: 70%; }
}

/* ───────────────────────────── SIGNATURE ───────────────────────────── */
.signature {
  width: clamp(7rem, 14vw, 9.5rem);
  height: auto;
  margin-top: 2rem;
  /* The source PNG is signed on white, recoloured to the brand rust in its
     palette rather than by filter; multiply drops it onto the cream. */
  mix-blend-mode: multiply;
}

/* ───────────────────────────── PRESS ───────────────────────────── */
.press {
  border-block: 1px solid rgba(36,31,27,.12);
  padding: clamp(2rem, 4vw, 3rem) var(--gutter);
}
.press__inner { max-width: var(--maxw); margin-inline: auto; }
.press__label {
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--ink-3);
  text-align: center;
  margin: 0 0 1.75rem;
}
.press__logos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(2rem, 6vw, 5.5rem);
}
.press__logos a { display: block; }
.press__logos img {
  height: clamp(1.4rem, 2.4vw, 2rem);
  width: auto;
  /* Logos ship on white boxes; multiply knocks the background out. */
  mix-blend-mode: multiply;
  filter: grayscale(1);
  opacity: .62;
  transition: opacity .3s var(--ease), filter .3s var(--ease);
}
.press__logos li:hover img { opacity: 1; filter: grayscale(0); }

/* ───────────────────────────── FAQ ───────────────────────────── */
.faq__list { max-width: 46rem; }
.faq__list details {
  border-bottom: 1px solid rgba(36,31,27,.16);
}
.faq__list details:first-child { border-top: 1px solid rgba(36,31,27,.16); }

/* Answers are open by default — this is the disclosure section, so nothing
   here should be hidden behind a click. The toggle is a convenience. */
.faq__list summary {
  list-style: none;
  cursor: pointer;
  padding: 1.35rem 3rem 1.35rem 0;
  position: relative;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.05rem, 1rem + .5vw, 1.3rem);
  line-height: 1.3;
  letter-spacing: -.01em;
  color: var(--ink);
  transition: color .25s var(--ease);
}
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary:hover { color: var(--clay); }

/* A visible, circular hit target so the row reads as interactive. */
.faq__list summary .toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.85rem;
  height: 1.85rem;
  border: 1px solid rgba(36,31,27,.24);
  border-radius: 50%;
  transition: background-color .25s var(--ease), border-color .25s var(--ease);
}
.faq__list summary:hover .toggle { border-color: var(--clay); background: rgba(184,92,56,.08); }

/* Plus that becomes a minus, centred inside the circle. */
.faq__list .toggle::after,
.faq__list .toggle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: .7rem;
  height: 1.5px;
  margin-left: -.35rem;
  background: var(--clay);
  transition: transform .3s var(--ease), opacity .3s var(--ease);
}
.faq__list .toggle::before { transform: translateY(-50%) rotate(90deg); }
.faq__list .toggle::after { transform: translateY(-50%); }
.faq__list details[open] .toggle::before { transform: translateY(-50%) rotate(0deg); opacity: 0; }

.faq__list details p {
  margin: 0;
  padding: 0 3rem 1.6rem 0;
  color: var(--ink-3);
  max-width: 38rem;
}

/* ───────────────────────────── CHIC LIST ───────────────────────────── */
.chic-list {
  position: relative;
  padding: clamp(5rem, 11vw, 9.5rem) var(--gutter);
  color: var(--paper);
  overflow: hidden;
  isolation: isolate;
}
.chic-list__media { position: absolute; inset: 0; z-index: -2; }
.chic-list__media img { width: 100%; height: 100%; object-fit: cover; }
.chic-list__scrim {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(105deg, rgba(28,22,18,.9) 0%, rgba(28,22,18,.68) 48%, rgba(28,22,18,.34) 100%);
}
.chic-list__inner { max-width: 44rem; margin-inline: auto; }
.chic-list__lede {
  color: rgba(247,242,234,.82);
  max-width: 32rem;
  margin-bottom: 2.25rem;
}

.signup__row { display: flex; flex-wrap: wrap; gap: .7rem; }
.signup input {
  flex: 1 1 12rem;
  min-width: 0;
  background: rgba(247,242,234,.09);
  border: 1px solid rgba(247,242,234,.32);
  border-radius: 999px;
  color: var(--paper);
  padding: 1.05em 1.6em;
  font-family: var(--sans);
  font-size: .9rem;
  font-weight: 300;
  transition: border-color .3s var(--ease), background-color .3s var(--ease);
}
.signup input::placeholder { color: rgba(247,242,234,.55); }
.signup input:focus {
  outline: none;
  border-color: var(--blush);
  background: rgba(247,242,234,.15);
}
.signup input[aria-invalid="true"] { border-color: #e2795a; }
.signup .btn { flex: 0 0 auto; }

.signup__msg {
  margin: .9rem 0 0;
  font-size: .85rem;
  color: var(--blush);
  min-height: 1.2em;
}
.signup__small {
  margin: .75rem 0 0;
  font-size: .74rem;
  letter-spacing: .04em;
  color: rgba(247,242,234,.5);
}

/* ───────────────────────────── GRAM ───────────────────────────── */
.gram__strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(.4rem, 1vw, .9rem);
  /* Without this the offset tiles stretch the row and the square images
     leave a strip of background showing beneath them. */
  align-items: start;
}
/* The handle is a link now, so give it a hover cue without breaking the
   display-type look. */
.gram__handle { position: relative; }
.gram__handle em { transition: color .3s var(--ease); }
.gram__handle::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: .06em;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transition: opacity .3s var(--ease);
}
.gram__handle:hover::after { opacity: .45; }

.gram__item { overflow: hidden; background: var(--paper-3); }
.gram__item img {
  width: 100%; aspect-ratio: 1;
  object-fit: cover;
  transition: transform .8s var(--ease), filter .5s var(--ease);
  filter: saturate(.92);
}
.gram__item:hover img { transform: scale(1.07); filter: saturate(1.05); }
.gram__item:nth-child(odd) { margin-top: clamp(.5rem, 1.6vw, 1.5rem); }

/* ───────────────────────────── FOOTER ───────────────────────────── */
.site-footer {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(3.5rem, 7vw, 6rem) var(--gutter) 2rem;
}
/* The wordmark sits centre stage with the columns flanking it, so the footer
   reads as a sign-off rather than a sitemap. */
.footer__top {
  max-width: var(--maxw);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  padding-bottom: 3.25rem;
  border-bottom: 1px solid rgba(247,242,234,.16);
}

.footer__mark { text-align: center; padding-top: .5rem; }
.footer__mark .wordmark { align-items: center; }
.footer__mark .wordmark__main {
  font-size: clamp(1.9rem, 1.2rem + 2.4vw, 3.4rem);
  letter-spacing: .06em;
  font-weight: 400;
}
.footer__mark .wordmark__the { font-size: 1.05rem; margin: 0 0 .1rem; }
.footer__tagline {
  font-family: var(--display);
  font-style: italic;
  font-size: 1rem;
  color: var(--blush);
  margin: .6rem 0 0;
  letter-spacing: .02em;
}
.footer__socials {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  margin-top: 1.6rem;
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.footer__socials a { color: rgba(247,242,234,.6); transition: color .25s var(--ease); }
.footer__socials a:hover { color: var(--paper); }

.footer__cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.5rem, 3vw, 2.5rem); }
.footer__cols--right { justify-items: end; text-align: right; }
.footer__cols--right .footer__col a { width: auto; }
.footer__brand p {
  color: rgba(247,242,234,.62);
  font-size: .95rem;
  max-width: 26rem;
  margin-top: 1.5rem;
}
.footer__based {
  font-size: .7rem !important;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(247,242,234,.4) !important;
  margin-top: 1rem !important;
}

.footer__col { display: flex; flex-direction: column; gap: .7rem; }
.footer__col h4 {
  font-family: var(--sans);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--blush);
  margin: 0 0 .5rem;
}
.footer__col a {
  font-size: .95rem;
  color: rgba(247,242,234,.72);
  transition: color .25s var(--ease);
  width: fit-content;
}
.footer__col a:hover { color: var(--paper); }

.footer__bottom {
  max-width: var(--maxw);
  margin: 1.75rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  font-size: .74rem;
  letter-spacing: .1em;
  color: rgba(247,242,234,.45);
}
.footer__bottom p { margin: 0; color: inherit; }
.footer__promise { font-style: italic; font-family: var(--display); letter-spacing: .02em; }
.footer__bottom a:hover { color: var(--paper); }

/* ───────────────────────────── REVEAL ───────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .85s var(--ease), transform .85s var(--ease);
  transition-delay: calc(var(--d, 0) * 110ms);
}
.reveal.is-in { opacity: 1; transform: none; }
/* The offset cards keep their offset once revealed. */
.lens-card--drop.reveal.is-in { transform: translateY(clamp(1.5rem, 4vw, 3.75rem)); }

/* ═════════════════════════ RESPONSIVE ═════════════════════════ */

/* Seven nav items need more room than four did — hand over to the
   drawer before they start colliding with the wordmark. */
@media (max-width: 1240px) {
  .header-cta { display: none; }
  .header-inner { grid-template-columns: 1fr auto auto; }
}

@media (max-width: 1080px) {
  .nav { display: none; }
  .nav-toggle { display: block; }
  .header-inner { grid-template-columns: 1fr auto; }

  .lens__grid { grid-template-columns: repeat(2, 1fr); gap: clamp(1.5rem, 4vw, 2.5rem); }
  .lens-card--drop { transform: translateY(clamp(1rem, 3vw, 2.5rem)); }
  .lens-card--drop.reveal.is-in { transform: translateY(clamp(1rem, 3vw, 2.5rem)); }

  .gram__strip { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .intro__grid,
  .about__grid,
  .stories__grid { grid-template-columns: 1fr; }

  .section-head--split { grid-template-columns: 1fr; align-items: start; }

  /* The caption now flows below the image, so lift the inset clear of it. */
  .intro__media { padding-bottom: 0; max-width: 34rem; }
  .circle-inset { right: 4%; bottom: 5.5rem; width: clamp(7rem, 22vw, 10rem); }
  .caption--float { position: static; margin-top: 1.25rem; max-width: 70%; }

  .about__media { max-width: 30rem; margin-inline: auto; padding-bottom: 4rem; }

  .hero__scroll { display: none; }

  .footer__top { grid-template-columns: 1fr; text-align: center; }
  .footer__mark { order: -1; padding-top: 0; }
  .footer__cols { justify-items: center; text-align: center; }
  .footer__cols--right { justify-items: center; text-align: center; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .hero { min-height: 92svh; align-items: flex-end; }
  .hero__title .line:nth-child(2) { padding-left: 1.25rem; }
  .hero__actions .btn { flex: 1 1 100%; }

  .lens__grid { grid-template-columns: 1fr; gap: 2.5rem; max-width: 26rem; }
  .lens-card--drop,
  .lens-card--drop.reveal.is-in { transform: none; }

  .stories__stack .story a { grid-template-columns: 1fr; gap: 1rem; }
  .stories__stack .frame { aspect-ratio: 16 / 10; }

  .gram__strip { grid-template-columns: repeat(2, 1fr); }
  .gram__item:nth-child(odd) { margin-top: 0; }

  .signup__row { flex-direction: column; }
  .signup .btn { width: 100%; }

  .footer__top { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; gap: .5rem; }

  .polaroid--a { width: 84%; }
  .polaroid--b { width: 55%; }
}

/* ───────────────────────────── MOTION ───────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .marquee__track { animation: none; }
}

@media print {
  body::after, .site-header, .hero__scroll, .marquee { display: none; }
  .reveal { opacity: 1; transform: none; }
}
