/* ==========================================================================
   CIAO: Cuisine Authentique Italienne
   Identity: Blueprint Marketing. Palette and type per the brand deck.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------------------- */

:root {
  /* Brand palette, from CIAO_BrandIdentity9.jpg */
  --espresso: #36251b;   /* Espresso Earth  */
  --pomodoro: #a5452a;   /* Pomodoro Brick  */
  --olive:    #3a573a;   /* Olive Grove     */
  --panna:    #fff3da;   /* Panna Light     */

  /* Derived surfaces */
  --panna-warm:   #f8e8c8;
  --panna-deep:   #f0dcb8;
  --olive-deep:   #2c4430;
  --olive-lift:   #46653f;
  --pomodoro-deep:#8d3821;
  --espresso-lift:#4a3527;

  /* Text tints */
  --ink:        var(--espresso);
  --ink-soft:   #5b4636;
  --ink-mute:   #6f5b48;
  --on-dark:        var(--panna);
  --on-dark-soft:   rgba(255, 243, 218, 0.84);
  --on-dark-mute:   rgba(255, 243, 218, 0.75);
  --rule:           rgba(54, 37, 27, 0.16);
  --rule-strong:    rgba(54, 37, 27, 0.32);
  --rule-dark:      rgba(255, 243, 218, 0.3);

  /* Type */
  --sans:  "scandia-web", "Scandia", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --serif: "antonia-variable", "Antonia Text", "Antonia", Georgia, "Times New Roman", serif;

  /* Spacing scale */
  --s1: 0.5rem;
  --s2: 0.75rem;
  --s3: 1rem;
  --s4: 1.5rem;
  --s5: 2rem;
  --s6: 3rem;
  --s7: 4rem;
  --s8: 6rem;
  --s9: 8rem;

  /* Layout */
  --max:    1280px;
  --narrow: 860px;
  --gutter: clamp(1.25rem, 4vw, 3.5rem);
  --header-h: 76px;

  --radius: 2px;
  --shadow: 0 18px 48px -24px rgba(54, 37, 27, 0.45);

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

/* Paper grain, generated rather than shipped as an image */
:root {
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23g)' opacity='0.5'/%3E%3C/svg%3E");
}

/* --------------------------------------------------------------------------
   2. Reset and base
   -------------------------------------------------------------------------- */

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1rem);
}

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

body {
  margin: 0;
  background: var(--panna);
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 420;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
  line-height: 1.68;
  font-synthesis-weight: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
[hidden] { display: none !important; }

h1, h2, h3, h4 {
  margin: 0;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

p { margin: 0 0 1.1em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

figure, blockquote, dl, dd { margin: 0; }
address { font-style: normal; }
html { background: var(--panna); }

a { color: inherit; }

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid var(--pomodoro);
  outline-offset: 3px;
  border-radius: 1px;
}

.on-dark :where(a, button, input, select, textarea):focus-visible {
  outline-color: var(--panna);
}

::selection { background: var(--pomodoro); color: var(--panna); }

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

.skip-link {
  position: absolute; top: 0; left: 50%;
  transform: translate(-50%, -110%);
  z-index: 200;
  background: var(--pomodoro); color: var(--panna);
  padding: 0.75rem 1.25rem;
  font-family: var(--sans); font-size: 0.8125rem;
  letter-spacing: 0.09em; text-transform: uppercase;
  text-decoration: none;
}
.skip-link:focus { transform: translate(-50%, 0); }

/* --------------------------------------------------------------------------
   3. Typography primitives
   -------------------------------------------------------------------------- */

/* Per the deck: Scandia carries small uppercase labels, Antonia carries
   the large editorial statements. Do not invert this. */

.eyebrow {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pomodoro);
  margin: 0 0 var(--s4);
  display: block;
}
.on-dark .eyebrow,
.section--olive .eyebrow,
.section--espresso .eyebrow,
.section--pomodoro .eyebrow,
.page-hero .eyebrow,
.eyebrow--light { color: var(--panna); opacity: 0.88; }

.display {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.25rem, 1.4rem + 3.6vw, 4.25rem);
  line-height: 1.04;
  letter-spacing: -0.022em;
}

.h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.875rem, 1.3rem + 2.2vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.375rem, 1.15rem + 0.95vw, 1.875rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.lede {
  font-size: clamp(1.125rem, 1.02rem + 0.5vw, 1.375rem);
  line-height: 1.6;
  font-weight: 400;
  color: var(--ink-soft);
}
.on-dark .lede { color: var(--on-dark-soft); }

.statement {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.375rem, 1.05rem + 1.5vw, 2.125rem);
  line-height: 1.38;
  letter-spacing: -0.014em;
}

.small-caps {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Antonia has no italic in the kit, so italic labels use Scandia italic. */
.label-it {
  font-family: var(--sans);
  font-style: italic;
  font-weight: 420;
  font-size: 0.875rem;
  color: var(--ink-mute);
  letter-spacing: 0.005em;
}

/* --------------------------------------------------------------------------
   4. Layout
   -------------------------------------------------------------------------- */

.wrap {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.wrap--narrow { max-width: var(--narrow); }

.section { padding-block: clamp(3.5rem, 7vw, 7rem); }
.section--tight { padding-block: clamp(2.5rem, 5vw, 4.5rem); }
.section--tall  { padding-block: clamp(4.5rem, 9vw, 9rem); }

.section--panna    { background: var(--panna); }
.section--warm     { background: var(--panna-warm); }
.section--olive    { background: var(--olive);    color: var(--on-dark); }
.section--espresso { background: var(--espresso); color: var(--on-dark); }
.section--pomodoro { background: var(--pomodoro); color: var(--on-dark); }

.on-dark { color: var(--on-dark); }
.on-dark h1, .on-dark h2, .on-dark h3 { color: var(--panna); }

/* Anything sitting on a dark section takes the light text tints, whether or
   not an inner wrapper carries .on-dark. Without this a .lede keeps its dark
   ink and lands at 1.1:1 on olive, which is invisible. */
.section--olive, .section--espresso, .section--pomodoro,
.page-hero, .block--olive, .block--pomodoro {
  --ink: var(--panna);
  --ink-soft: var(--on-dark-soft);
  --ink-mute: var(--on-dark-mute);
  --rule: var(--rule-dark);
  --rule-strong: rgba(255, 243, 218, 0.45);
}
.section--olive h1, .section--olive h2, .section--olive h3,
.section--espresso h1, .section--espresso h2, .section--espresso h3,
.section--pomodoro h1, .section--pomodoro h2, .section--pomodoro h3,
.page-hero h1, .page-hero h2, .page-hero h3 { color: var(--panna); }

/* Grain overlay on flat colour surfaces */
.grain { position: relative; isolation: isolate; }
.grain::before {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--grain);
  background-size: 220px 220px;
  opacity: 0.06;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
.section--olive.grain::before,
.section--espresso.grain::before,
.section--pomodoro.grain::before {
  mix-blend-mode: overlay;
  opacity: 0.1;
}
.grain > * { position: relative; z-index: 1; }

.stack > * + * { margin-top: var(--s4); }
.stack-lg > * + * { margin-top: var(--s6); }

.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: var(--s4) var(--s6);
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.section-head__text { max-width: 50ch; }
.section-head p { margin-top: var(--s3); }

.rule { height: 1px; background: var(--rule); border: 0; margin: 0; }
.on-dark .rule { background: var(--rule-dark); }

/* --------------------------------------------------------------------------
   5. Brand marks
   -------------------------------------------------------------------------- */

/* The marks are the real transparent PNGs from the identity, placed as plain
   <img>. They were CSS masks; a mask image that fails to resolve paints
   nothing at all, so the logo could vanish silently. An <img> cannot. */
.wordmark, .lockup {
  display: block;
  width: 100%;
  height: auto;
}

/* Hand-drawn line art from Website/Illustrations, placed as plain <img> like
   the logo. They were CSS masks, and Chrome will not paint a mask image loaded
   from a local file, so opening the site from the folder showed none of them.
   Brown originals for light surfaces, cream copies in illus/cream/ for dark. */
.illus { display: block; height: auto; }

/* Hand-drawn illustration set above the words on a colour band. Width comes
   from --w so each drawing sits at its own natural size. */
.band-illus {
  width: var(--w, 80px);
  margin: 0 auto var(--s5);
  color: var(--panna);
}

/* --------------------------------------------------------------------------
   6. Buttons
   -------------------------------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  font-family: var(--sans);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.0625rem 1.875rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background-color 0.25s var(--ease), color 0.25s var(--ease),
              border-color 0.25s var(--ease), transform 0.25s var(--ease);
}
.btn:active { transform: translateY(1px); }

.btn--primary {
  background: var(--pomodoro);
  color: var(--panna);
  border-color: var(--pomodoro);
}
.btn--primary:hover { background: var(--pomodoro-deep); border-color: var(--pomodoro-deep); }

.btn--olive {
  background: var(--olive);
  color: var(--panna);
  border-color: var(--olive);
}
.btn--olive:hover { background: var(--olive-deep); border-color: var(--olive-deep); }

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

.btn--ghost-light {
  background: transparent;
  color: var(--panna);
  border-color: rgba(255, 243, 218, 0.45);
}
.btn--ghost-light:hover { background: var(--panna); color: var(--espresso); border-color: var(--panna); }

.btn--sm { padding: 0.75rem 1.25rem; font-size: 0.75rem; }
.btn--block { width: 100%; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: 0.45; pointer-events: none; }

.btn-row { display: flex; flex-wrap: wrap; gap: var(--s3); }

/* Text link with a rule that draws in */
.link {
  font-family: var(--sans);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 0.35em;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;
  transition: color 0.2s var(--ease), opacity 0.2s var(--ease);
}
.link:hover { color: var(--pomodoro); }
.on-dark .link:hover,
.section--olive .link:hover,
.section--espresso .link:hover,
.section--pomodoro .link:hover { color: var(--panna); opacity: 0.7; }

/* --------------------------------------------------------------------------
   7. Header and menu panel
   -------------------------------------------------------------------------- */

/* Follows the original Framer header: burger and En | Fr on the left, the
   mark in the centre, La carte and an outlined Réserver on the right.
   Everything else lives in the olive panel behind the burger. */

.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  color: var(--panna);
  transition: background-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.header::before {
  content: "";
  position: absolute; inset: 0 0 -56px;
  background: linear-gradient(to bottom,
    rgba(22, 14, 9, 0.94) 0%,
    rgba(22, 14, 9, 0.82) 46%,
    rgba(22, 14, 9, 0.34) 76%,
    rgba(22, 14, 9, 0) 100%);
  opacity: 1;
  transition: opacity 0.35s var(--ease);
  pointer-events: none;
}
.header.is-stuck {
  background: var(--espresso);
  box-shadow: 0 1px 0 rgba(255, 243, 218, 0.1), 0 12px 32px -20px rgba(0, 0, 0, 0.7);
}
.header.is-stuck::before { opacity: 0; }

/* Pages without a photographic hero start solid */
.header--solid { background: var(--espresso); }
.header--solid::before { opacity: 0; }

.header__inner {
  position: relative;
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: var(--s4);
}

.header__left,
.header__right {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.4vw, 2.25rem);
}
.header__right { justify-content: flex-end; }

.header__brand {
  display: block;
  width: 84px;
  color: var(--panna);
  text-decoration: none;
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease), visibility 0.45s;
}

/* Home: the hero already carries the big mark, so the header one waits until
   the hero has scrolled away rather than showing two logos at once. */
.header--home:not(.is-past-hero) .header__brand {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
}

.header__link {
  font-family: var(--serif);
  font-size: 1.125rem;
  font-weight: 420;
  line-height: 1.2;
  color: var(--panna);
  text-decoration: none;
  padding-block: 0.35rem;
  position: relative;
  white-space: nowrap;
}
.header__link::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: currentColor;
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.header__link:hover::after,
.header__link[aria-current="page"]::after { transform: scaleX(1); }

/* The outlined "Réserver" with a drawn arrow, from the draft */
.btn-line {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-family: var(--serif);
  font-size: 1.125rem;
  font-weight: 420;
  line-height: 1.2;
  color: var(--panna);
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid rgba(255, 243, 218, 0.8);
  padding: 0.55rem 1.1rem 0.6rem 1.25rem;
  transform-origin: left top;
  transition: background-color 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
}
.btn-line:hover { background: var(--panna); color: var(--espresso); border-color: var(--panna); }
.btn-line .arrow { width: 26px; height: 10px; flex: none; transition: transform 0.3s var(--ease); }
.btn-line:hover .arrow { transform: translateX(3px); }

/* Burger: three hairlines that fold into an X */
.burger {
  appearance: none;
  position: relative;
  width: 32px; height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--panna);
  cursor: pointer;
  flex: none;
}
.burger span {
  position: absolute; left: 0;
  width: 100%; height: 1.5px;
  background: currentColor;
  transition: top 0.38s var(--ease), transform 0.38s var(--ease), opacity 0.2s var(--ease);
}
.burger span:nth-child(1) { top: 8px; }
.burger span:nth-child(2) { top: 15px; }
.burger span:nth-child(3) { top: 22px; }
.header.is-open .burger span:nth-child(1) { top: 15px; transform: rotate(45deg) scaleX(0.9); }
.header.is-open .burger span:nth-child(2) { opacity: 0; }
.header.is-open .burger span:nth-child(3) { top: 15px; transform: rotate(-45deg) scaleX(0.9); }

/* Language: "En | Fr" set in Antonia, the current one at full strength */
.lang {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
  font-family: var(--serif);
  font-size: 1.125rem;
  line-height: 1.2;
}
.lang__btn {
  appearance: none;
  border: 0;
  background: none;
  padding: 0.25rem 0;
  font: inherit;
  font-weight: 420;
  color: var(--panna);
  opacity: 0.75;
  cursor: pointer;
  transition: opacity 0.2s var(--ease);
}
.lang__btn:hover { opacity: 0.92; }
.lang__btn[aria-pressed="true"] { opacity: 1; }
.lang__sep { opacity: 0.6; }

/* While the panel is open the header goes clear and gives way to it */
.header.is-open,
.header--solid.is-open { background: transparent; box-shadow: none; }
.header.is-open::before { opacity: 0; }
.header.is-open .header__brand { opacity: 0; visibility: hidden; }
.header.is-open .header__right,
.header.is-closing .header__right { visibility: hidden; }

html.menu-open { overflow: hidden; }

.menu-panel {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: var(--olive);
  color: var(--panna);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.menu-panel__inner {
  min-height: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding: calc(var(--header-h) + clamp(1.5rem, 5vh, 3.5rem)) var(--gutter) var(--s6);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: var(--s6);
}
.menu-panel__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  justify-items: start;
  gap: clamp(0.4rem, 1.4vh, 0.9rem);
}
.menu-panel__link {
  display: inline-block;
  font-family: var(--serif);
  font-size: clamp(1.625rem, 1.3rem + 1vw, 2.125rem);
  font-weight: 420;
  line-height: 1.25;
  color: var(--panna);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transform-origin: left top;
  transition: text-decoration-color 0.25s var(--ease);
}
.menu-panel__link:hover,
.menu-panel__link[aria-current="page"] { text-decoration-color: currentColor; }
.menu-panel .btn-line { margin-top: clamp(1.5rem, 4vh, 2.5rem); }
.menu-panel__illus {
  width: clamp(120px, 13vw, 190px);
  align-self: center;
  color: var(--panna);
  opacity: 0.9;
}

@media (max-width: 760px) {
  .header__link { display: none; }
  .header__brand { width: 66px; }
  .lang { font-size: 1rem; }
  .header .btn-line { font-size: 1rem; padding: 0.45rem 0.8rem 0.5rem 0.9rem; gap: 0.6rem; }
  .header .btn-line .arrow { width: 20px; }
  .menu-panel__illus { display: none; }
  .menu-panel__inner { grid-template-columns: 1fr; }
}
@media (max-width: 400px) {
  .header__inner { gap: var(--s2); }
  .header__left { gap: 1rem; }
  .header .btn-line .arrow { display: none; }
}

/* --------------------------------------------------------------------------
   8. Hero
   -------------------------------------------------------------------------- */

.hero {
  position: relative;
  min-height: min(92vh, 900px);
  display: flex;
  align-items: flex-end;
  color: var(--panna);
  overflow: hidden;
}
.hero--short { min-height: min(62vh, 620px); }

.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(28, 18, 12, 0.86) 0%, rgba(28, 18, 12, 0.5) 34%, rgba(28, 18, 12, 0.12) 62%, rgba(28, 18, 12, 0.42) 100%);
}

.hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding: calc(var(--header-h) + var(--s7)) var(--gutter) var(--s6);
}

.hero__title { margin: 0 0 var(--s5); }
.hero__mark { width: clamp(180px, 26vw, 300px); color: var(--panna); }

.hero__tagline {
  font-family: var(--sans);
  font-size: clamp(0.6875rem, 0.62rem + 0.3vw, 0.8125rem);
  font-weight: 400;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--panna);
  opacity: 0.95;
  margin: 0 0 var(--s4);
}

.hero__copy { max-width: 30ch; margin-bottom: var(--s6); }
.hero__copy .statement { color: var(--panna); }

/* Centred hero, as all three reference restaurants do: image, mark, one short
   line, and text links. No paragraph. */
.hero--center { align-items: center; text-align: center; }
.hero--center .hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: calc(var(--header-h) + var(--s7)) var(--s8);
}
.hero--center .hero__title { display: flex; justify-content: center; width: 100%; }

.hero__links {
  display: flex;
  align-items: center;
  gap: var(--s5);
  margin-top: var(--s5);
}
.hero__links .link { border-bottom-color: rgba(255, 243, 218, 0.5); }
.hero__links .link:hover { color: var(--panna); border-bottom-color: var(--panna); }
.hero__links .sep {
  width: 1px;
  height: 1rem;
  background: rgba(255, 243, 218, 0.4);
}

/* --------------------------------------------------------------------------
   8b. Info strip: where / hours / contact, directly under the hero
   -------------------------------------------------------------------------- */

.info-strip {
  background: var(--panna-warm);
  padding-block: clamp(2.5rem, 5vw, 4rem);
}
.info-strip__grid {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
  text-align: center;
}
@media (min-width: 720px) {
  .info-strip__grid { grid-template-columns: repeat(3, 1fr); }
}
.info-strip h2 {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pomodoro);
  margin-bottom: var(--s3);
}
.info-strip p, .info-strip address {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--ink-soft);
  margin: 0;
}
.info-strip a { text-decoration: none; border-bottom: 1px solid var(--rule-strong); }
.info-strip a:hover { border-bottom-color: var(--pomodoro); color: var(--pomodoro); }

/* Page hero for interior pages */
.page-hero {
  background: var(--olive);
  color: var(--panna);
  padding: calc(var(--header-h) + clamp(3rem, 6vw, 5.5rem)) 0 clamp(3rem, 6vw, 5.5rem);
}
.page-hero__inner { max-width: 60ch; }
.page-hero .lede { color: var(--on-dark-soft); margin-top: var(--s4); }

/* --------------------------------------------------------------------------
   9. Filmstrip (from the identity deck)
   -------------------------------------------------------------------------- */

.filmstrip {
  --sprocket: 30px;
  position: relative;
  background: #c1a179;
  padding-block: var(--sprocket);
  overflow: hidden;
}
/* 35mm perforations: rounded rectangles, not dots */
.filmstrip::before,
.filmstrip::after {
  content: "";
  position: absolute; left: 0; right: 0;
  height: var(--sprocket);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='30'%3E%3Crect x='11' y='9' width='22' height='12' rx='3.5' fill='%23FFF3DA'/%3E%3C/svg%3E");
  background-size: 44px var(--sprocket);
  background-repeat: repeat-x;
  z-index: 2;
}
.filmstrip::before { top: 0; }
.filmstrip::after  { bottom: 0; }

.filmstrip__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  gap: 5px;
  height: clamp(300px, 31vw, 440px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-inline: 5px;
}
.filmstrip__track::-webkit-scrollbar { display: none; }

.frame {
  position: relative;
  height: 100%;
  overflow: hidden;
  scroll-snap-align: center;
  background: var(--espresso);
}
.frame img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.9s var(--ease);
}
.frame:hover img { transform: scale(1.04); }
.frame--mono img { filter: grayscale(1) contrast(1.05); opacity: 0.85; }

.frame__label {
  position: absolute;
  inset: auto 0 0;
  padding: var(--s5) var(--s4) var(--s4);
  background: linear-gradient(to top, rgba(28, 18, 12, 0.78), transparent);
  color: var(--panna);
  font-family: var(--serif);
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.5rem);
  line-height: 1.15;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

@media (min-width: 900px) {
  .filmstrip__track { grid-auto-columns: 1fr; overflow-x: visible; }
}

/* --------------------------------------------------------------------------
   10. Colour-block editorial rows (deck slide 4)
   -------------------------------------------------------------------------- */

.blocks { display: grid; }

.block {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  min-height: clamp(320px, 42vw, 460px);
}
/* The media is taken out of flow so a portrait photo cannot stretch the row.
   Row height comes from min-height and the body copy instead. */
.block__media { position: relative; overflow: hidden; min-height: 280px; }
.block__media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
}

.block__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem) var(--gutter);
}
.block__body > * { max-width: 46ch; }
.block__body h3 { margin-bottom: var(--s3); }

.block--olive    { background: var(--olive);    color: var(--on-dark); }
.block--warm     { background: var(--panna-warm); }
.block--pomodoro { background: var(--pomodoro); color: var(--on-dark); }

@media (min-width: 860px) {
  .block { grid-template-columns: 1fr 1fr; }
  .block--flip .block__media { order: 2; }
  .block--flip .block__body {
    order: 1;
    align-items: flex-end;
    text-align: right;
  }
  .block--flip .block__body > * { margin-left: auto; }
  .block__body { padding-inline: clamp(2.5rem, 5vw, 5rem); }
}

/* --------------------------------------------------------------------------
   11. Menu
   -------------------------------------------------------------------------- */

.menu-nav {
  position: sticky;
  top: var(--header-h);
  z-index: 40;
  background: var(--panna);
  border-bottom: 1px solid var(--rule);
}
.menu-nav__track {
  display: flex;
  gap: var(--s5);
  overflow-x: auto;
  scrollbar-width: none;
  padding-block: var(--s3);
}
.menu-nav__track::-webkit-scrollbar { display: none; }
.menu-nav__link {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink-mute);
  white-space: nowrap;
  padding-block: 0.25rem;
  border-bottom: 2px solid transparent;
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.menu-nav__link:hover { color: var(--ink); }
.menu-nav__link.is-active { color: var(--pomodoro); border-bottom-color: var(--pomodoro); }

.course { padding-block: clamp(2.5rem, 5vw, 4.5rem); scroll-margin-top: calc(var(--header-h) + 60px); }

.course__head {
  display: flex;
  align-items: baseline;
  gap: var(--s3);
  margin-bottom: var(--s5);
}
.course__head h2 {
  font-family: var(--sans);
  font-size: clamp(1rem, 0.9rem + 0.4vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--pomodoro);
}
.course__head .label-it { margin-left: 0; }

/* The boxed courses on the printed card */
.course--boxed {
  border: 1px solid var(--rule-strong);
  padding: clamp(1.75rem, 3.5vw, 2.75rem);
  margin-block: clamp(1.5rem, 3vw, 2.5rem);
}
.course--boxed .course__head { margin-top: 0; }

.dishes {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.25rem) clamp(2rem, 5vw, 4.5rem);
}
@media (min-width: 760px) {
  .dishes--two { grid-template-columns: 1fr 1fr; }
}

.dish { break-inside: avoid; }
.dish__top {
  display: flex;
  align-items: baseline;
  gap: var(--s3);
  margin-bottom: 0.3rem;
}
.dish__name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.0625rem;
  letter-spacing: -0.005em;
  line-height: 1.3;
}
.dish__veg {
  font-weight: 400;
  color: var(--olive);
  font-size: 0.9em;
}
.dish__dots {
  flex: 1;
  border-bottom: 1px dotted var(--rule-strong);
  transform: translateY(-0.25em);
  min-width: 1.5rem;
}
.dish__price {
  font-family: var(--serif);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  font-size: 1rem;
  color: var(--ink);
  flex: none;
}
.dish__desc {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 46ch;
  margin: 0;
}

.side-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.6rem; }
.side-list li {
  display: flex;
  align-items: baseline;
  gap: var(--s2);
  font-size: 0.9375rem;
  color: var(--ink-soft);
}
.side-list .dish__dots { transform: translateY(-0.2em); }

.course__note {
  margin-top: var(--s5);
  font-family: var(--sans);
  font-style: italic;
  font-weight: 420;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

.menu-flourish {
  width: clamp(120px, 16vw, 190px);
  color: var(--espresso);
  opacity: 0.85;
  margin-left: auto;
}

/* Compact preview used on the home page */
.preview-cols {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
}
@media (min-width: 800px) { .preview-cols { grid-template-columns: repeat(3, 1fr); } }
.preview-col > h3 {
  font-family: var(--sans);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--pomodoro);
  padding-bottom: var(--s3);
  border-bottom: 1px solid var(--rule);
  margin-bottom: var(--s4);
}
.preview-col .dish + .dish { margin-top: var(--s4); }

/* --------------------------------------------------------------------------
   12. Cards, gallery, misc content
   -------------------------------------------------------------------------- */

.grid { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
@media (min-width: 720px) { .grid--2 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 860px) { .grid--3 { grid-template-columns: repeat(3, 1fr); } }

.split {
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
@media (min-width: 880px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--wide-left  { grid-template-columns: 1.15fr 1fr; }
  .split--wide-right { grid-template-columns: 1fr 1.15fr; }
  .split--flip > :first-child { order: 2; }
  .split--top { align-items: start; }
  .split--stretch { align-items: stretch; }
  .split--stretch .figure { aspect-ratio: auto; height: 100%; min-height: 420px; }
}

.figure { position: relative; overflow: hidden; background: var(--panna-deep); }
.figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.figure--tall  { aspect-ratio: 3 / 4; }
.figure--wide  { aspect-ratio: 4 / 3; }
.figure--pano  { aspect-ratio: 16 / 9; }
.figure figcaption {
  margin-top: var(--s3);
  font-family: var(--sans);
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

.card {
  background: var(--panna);
  border: 1px solid var(--rule);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  display: flex;
  flex-direction: column;
  gap: var(--s3);
}
.card h3 { margin-bottom: 0.25rem; }
.card__num {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--pomodoro);
}

.quote {
  margin: 0;
  padding-left: clamp(1.25rem, 3vw, 2rem);
  border-left: 2px solid var(--pomodoro);
}
.quote p {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.75rem);
  line-height: 1.4;
  letter-spacing: -0.012em;
  color: var(--ink);
}
.quote footer {
  margin-top: var(--s3);
  font-family: var(--sans);
  font-size: 0.75rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

.prose { max-width: 62ch; }
.prose p { font-size: 1.0625rem; line-height: 1.72; }
.prose h3 { margin-top: var(--s6); margin-bottom: var(--s3); }
.prose h3:first-child { margin-top: 0; }

.info-list { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s4); }
.info-list dt, .info-list__term {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 0.35rem;
}
.on-dark .info-list dt, .on-dark .info-list__term { color: var(--on-dark-mute); }
.info-list dd { margin: 0; }

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 4px;
}
.gallery a { display: block; position: relative; overflow: hidden; aspect-ratio: 4 / 5; }
.gallery img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.gallery a:hover img { transform: scale(1.05); }

/* The matchbox moment */
.spark { text-align: center; }
.spark__flame {
  width: 34px;
  margin: 0 auto var(--s5);
}
.spark p {
  font-family: var(--serif);
  font-weight: 420;
  font-size: clamp(1.5rem, 1.2rem + 1.6vw, 2.5rem);
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--panna);
}

/* Home: the menu teaser under the filmstrip. Two small photographs staggered
   either side of the words, rather than one photo filling half the screen. */
.teaser__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "body body" "a b";
  gap: clamp(1.5rem, 4vw, 3rem) var(--s4);
  align-items: center;
}
.teaser__body { grid-area: body; text-align: center; }
.teaser__body .h2 { max-width: 14ch; margin-inline: auto; }
.teaser__body .link { display: inline-block; margin-top: var(--s5); }
.teaser__img { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: var(--olive-deep); }
.teaser__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.teaser__img--a { grid-area: a; }
.teaser__img--b { grid-area: b; }
@media (min-width: 860px) {
  .teaser__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 1fr);
    grid-template-areas: "a body b";
    gap: clamp(2rem, 5vw, 5rem);
  }
  .teaser__img { max-width: 320px; width: 100%; }
  .teaser__img--a { justify-self: end; margin-bottom: clamp(3rem, 7vw, 6rem); }
  .teaser__img--b { justify-self: start; margin-top: clamp(3rem, 7vw, 6rem); }
}

/* Story page: alternating photo and text rows at a readable size */
.story-row {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.story-row__img { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: var(--panna-deep); }
.story-row__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.story-row__text { max-width: 34rem; }
.story-row__text .statement { margin-bottom: var(--s5); }
.story-row__text p:not(.statement) { font-size: 1.0625rem; line-height: 1.72; color: var(--ink-soft); }
@media (max-width: 879px) {
  .story-row__img { max-width: 440px; }
}
@media (min-width: 880px) {
  .story-row { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); }
  .story-row--flip { grid-template-columns: minmax(0, 6fr) minmax(0, 4fr); }
  .story-row--flip .story-row__img { order: 2; }
  .story-row--flip .story-row__text { justify-self: end; }
}

.quote--center {
  border-left: 0;
  padding-left: 0;
  text-align: center;
}
.quote--center p { font-size: clamp(1.5rem, 1.15rem + 1.5vw, 2.25rem); line-height: 1.32; }

/* Three values, each under its own drawing */
.values {
  display: grid;
  gap: clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
}
@media (min-width: 760px) { .values { grid-template-columns: repeat(3, 1fr); } }
.values__item .band-illus { margin-bottom: var(--s4); }
.values__item h2 { margin-bottom: var(--s2); }
.values__item p { color: var(--on-dark-soft); margin: 0; }

/* --------------------------------------------------------------------------
   13. Forms
   -------------------------------------------------------------------------- */

.form { display: grid; gap: var(--s4); }

.field { display: grid; gap: 0.45rem; }
.field--half { }

.field > label, .fieldset__legend {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.field__hint {
  font-family: var(--sans);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--ink-mute);
  letter-spacing: 0;
  text-transform: none;
}

.input, .select, .textarea {
  width: 100%;
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 420;
  color: var(--ink);
  background: var(--panna);
  border: 1px solid var(--rule-strong);
  border-radius: var(--radius);
  padding: 0.875rem 1rem;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.textarea { resize: vertical; min-height: 6.5rem; line-height: 1.6; }
.select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%2336251b' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}
.input:hover, .select:hover, .textarea:hover { border-color: var(--ink-mute); }
.input:focus, .select:focus, .textarea:focus {
  outline: none;
  border-color: var(--pomodoro);
  box-shadow: 0 0 0 3px rgba(165, 69, 42, 0.16);
}
.input::placeholder, .textarea::placeholder { color: var(--ink-mute); opacity: 0.85; }

.field.is-invalid .input,
.field.is-invalid .select,
.field.is-invalid .textarea { border-color: var(--pomodoro); background: rgba(165, 69, 42, 0.05); }

.field__error {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--pomodoro);
  letter-spacing: 0;
  text-transform: none;
  display: none;
}
.field.is-invalid .field__error { display: block; }

.field-row { display: grid; gap: var(--s4); }
@media (min-width: 620px) { .field-row { grid-template-columns: 1fr 1fr; } }
@media (min-width: 620px) { .field-row--3 { grid-template-columns: repeat(3, 1fr); } }

.fieldset { border: 0; margin: 0; padding: 0; display: grid; gap: 0.65rem; }

/* Time chips */
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.chip { position: relative; }
.chip input {
  position: absolute; opacity: 0; width: 100%; height: 100%;
  margin: 0; cursor: pointer;
}
.chip span {
  display: block;
  font-family: var(--sans);
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 0.6rem 0.95rem;
  border: 1px solid var(--rule-strong);
  border-radius: var(--radius);
  background: var(--panna);
  transition: all 0.18s var(--ease);
  font-variant-numeric: tabular-nums;
}
.chip input:hover + span { border-color: var(--ink-mute); }
.chip input:focus-visible + span { outline: 2px solid var(--pomodoro); outline-offset: 2px; }
.chip input:checked + span {
  background: var(--espresso);
  border-color: var(--espresso);
  color: var(--panna);
}
.chip input:disabled + span {
  opacity: 0.55;
  cursor: not-allowed;
  text-decoration: line-through;
}
.chip input:disabled { cursor: not-allowed; }

/* A slot that is booked out. Still selectable, because choosing it is how you
   join the waitlist. */
.chip--full span {
  position: relative;
  color: var(--ink-mute);
  border-style: dashed;
  padding-right: 1.35rem;
}
.chip--full span::after {
  content: "";
  position: absolute;
  top: 50%; right: 0.6rem;
  width: 5px; height: 5px;
  margin-top: -2.5px;
  border-radius: 999px;
  background: var(--pomodoro);
}
.chip--full input:checked + span {
  background: var(--pomodoro);
  border-color: var(--pomodoro);
  border-style: solid;
  color: var(--panna);
}
.chip--full input:checked + span::after { background: var(--panna); }

.checkbox {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  font-size: 0.9375rem;
  line-height: 1.5;
  cursor: pointer;
}
.checkbox input {
  flex: none;
  width: 1.15rem; height: 1.15rem;
  margin-top: 0.15rem;
  accent-color: var(--pomodoro);
  cursor: pointer;
}

/* Availability notice */
.notice {
  border: 1px solid var(--rule-strong);
  border-left: 3px solid var(--pomodoro);
  background: rgba(165, 69, 42, 0.06);
  padding: var(--s4);
  display: grid;
  gap: var(--s3);
}
.notice__title {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--pomodoro);
}
.notice p { font-size: 0.9375rem; margin: 0; }
.notice--olive { border-left-color: var(--olive); background: rgba(58, 87, 58, 0.07); }
.notice--olive .notice__title { color: var(--olive); }

/* Confirmation panel */
.confirm {
  border: 1px solid var(--olive);
  background: rgba(58, 87, 58, 0.06);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  display: grid;
  gap: var(--s4);
}
.confirm__mark {
  width: 42px; height: 42px;
  border-radius: 999px;
  background: var(--olive);
  color: var(--panna);
  display: grid;
  place-items: center;
}
.confirm__summary {
  display: grid;
  gap: 0.85rem;
  border-block: 1px solid var(--rule);
  padding-block: var(--s4);
}
.confirm__row { display: flex; gap: var(--s3); align-items: baseline; }
.confirm__row dt {
  flex: none;
  width: 9.5rem;
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.confirm__row dd { margin: 0; font-weight: 500; }

.form-aside {
  background: var(--panna-warm);
  padding: clamp(1.75rem, 3.5vw, 2.5rem);
  align-self: start;
  position: sticky;
  top: calc(var(--header-h) + var(--s4));
}
@media (max-width: 879px) { .form-aside { position: static; } }

/* --------------------------------------------------------------------------
   14. Footer
   -------------------------------------------------------------------------- */

.footer { background: var(--espresso); color: var(--on-dark); padding-block: clamp(3rem, 6vw, 5rem) var(--s5); }
.footer__top {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
  border-bottom: 1px solid var(--rule-dark);
}
@media (min-width: 780px)  { .footer__top { grid-template-columns: 1.3fr 1fr 1fr; } }
@media (min-width: 1060px) { .footer__top { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; } }

.footer__brand { width: 104px; color: var(--panna); margin-bottom: var(--s4); }
.footer h4 {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--on-dark-mute);
  margin: 0 0 var(--s3);
}
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.6rem; }
.footer a { color: var(--on-dark-soft); text-decoration: none; transition: color 0.2s var(--ease); }
.footer a:hover { color: var(--panna); }
.footer address { font-style: normal; color: var(--on-dark-soft); line-height: 1.7; }

.newsletter { display: grid; gap: 0.6rem; }
.newsletter__row { display: flex; gap: 0.5rem; }
.newsletter input {
  flex: 1; min-width: 0;
  background: transparent;
  border: 1px solid var(--rule-dark);
  color: var(--panna);
  font-family: var(--serif);
  font-size: 0.9375rem;
  padding: 0.75rem 0.9rem;
  border-radius: var(--radius);
}
.newsletter input::placeholder { color: var(--on-dark-mute); }
.newsletter input:focus { outline: none; border-color: var(--panna); }
.newsletter button {
  flex: none;
  background: var(--pomodoro);
  color: var(--panna);
  border: 0;
  border-radius: var(--radius);
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-inline: 1.1rem;
  cursor: pointer;
  transition: background-color 0.2s var(--ease);
}
.newsletter button:hover { background: var(--pomodoro-deep); }
.newsletter__note { font-family: var(--sans); font-size: 0.75rem; color: var(--on-dark-mute); }
.newsletter__note--ok { color: var(--panna); }

.footer__bottom {
  padding-top: var(--s5);
  display: flex;
  flex-wrap: wrap;
  gap: var(--s3) var(--s5);
  justify-content: space-between;
  font-family: var(--sans);
  font-size: 0.75rem;
  color: var(--on-dark-mute);
}

/* --------------------------------------------------------------------------
   15. Motion
   -------------------------------------------------------------------------- */

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
  will-change: opacity, transform;
}
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}

/* --------------------------------------------------------------------------
   16. Print
   -------------------------------------------------------------------------- */

@media print {
  .header, .footer, .menu-nav, .btn, .skip-link, .hero__media { display: none !important; }
  body { background: #fff; color: #000; }
  .section { padding-block: 1rem; }
  .course { break-inside: avoid; }
}
