:root {
  --paper: #FAF7F1;
  --ink: #191714;
  --ink-soft: #57524A;
  --rule: #DED7C9;
  --accent: #BE4A24;
  --accent-soft: #F1E1D2;
  --green: #3E4A3A;
  --radius: 3px;

  --font-display: 'Fraunces', serif;
  --font-body: 'Work Sans', sans-serif;
  --font-mono: 'Space Mono', monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 28px;
}

a { color: inherit; }

/* --- signature: film edge / sprocket rule ------------------------------ */
.filmrule {
  height: 22px;
  background-image:
    linear-gradient(var(--ink) 1px, transparent 1px),
    linear-gradient(var(--ink) 1px, transparent 1px);
  background-size: 34px 1px, 34px 1px;
  background-position: top, bottom;
  background-repeat: repeat-x;
  position: relative;
  opacity: 0.9;
}
.filmrule::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    to right,
    var(--paper) 0 10px,
    var(--ink) 10px 12px,
    var(--paper) 12px 34px
  );
  top: 3px;
  height: 6px;
}
.filmrule::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    to right,
    var(--paper) 0 10px,
    var(--ink) 10px 12px,
    var(--paper) 12px 34px
  );
  bottom: 3px;
  height: 6px;
}
.filmrule--tight { height: 14px; margin-bottom: 28px; }

/* --- nav ---------------------------------------------------------------- */
.nav { padding: 22px 0; }
.nav__inner { display: flex; align-items: center; justify-content: space-between; }
.wordmark {
  font-family: var(--font-mono);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  font-size: 15px;
}
.wordmark span { color: var(--accent); }
.nav__links { display: flex; gap: 28px; font-size: 14.5px; }
.nav__links a { text-decoration: none; border-bottom: 1px solid transparent; }
.nav__links a:hover { border-bottom-color: var(--ink); }

/* --- type ---------------------------------------------------------------- */
.eyebrow {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin: 0 0 10px;
}
h1, h2, h3 { font-family: var(--font-display); font-weight: 560; margin: 0; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); line-height: 1.04; }
h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 26px; }
h3 { font-size: 1.15rem; margin-bottom: 6px; }
.lede { font-size: 1.15rem; color: var(--ink-soft); max-width: 46ch; margin: 20px 0 28px; }
.lede--narrow { max-width: 56ch; }

/* --- hero ----------------------------------------------------------------- */
.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 32px;
}
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }
.firstorder { margin-top: 22px; font-size: 14.5px; color: var(--ink-soft); }
.firstorder strong { font-family: var(--font-mono); color: var(--accent); }

.hero__strip { display: grid; gap: 10px; }
.frame {
  aspect-ratio: 3/2;
  background: linear-gradient(155deg, #E4DCC9, #CFC5AC);
  border-radius: var(--radius);
  position: relative;
}
.frame--accent { background: linear-gradient(155deg, var(--accent), #8E3417); }
.frame::after {
  content: "35mm";
  position: absolute;
  bottom: 8px; right: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255,255,255,0.7);
}

/* --- buttons ---------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.12s ease, background 0.12s ease;
}
.btn--primary { background: var(--ink); color: var(--paper); }
.btn--primary:hover { transform: translateY(-1px); background: var(--accent); }
.btn--ghost { border-color: var(--ink); background: transparent; }
.btn--ghost:hover { background: var(--ink); color: var(--paper); }
.btn--block { width: 100%; }
.btn:disabled { opacity: 0.55; cursor: not-allowed; transform: none; }

/* --- packages ---------------------------------------------------------------- */
.packages, .order, .how, .honest { padding: 56px 0; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 26px 22px 22px;
  background: #fff;
  position: relative;
}
.card__frame {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-soft);
  position: absolute;
  top: 18px; right: 20px;
}
.card h3 { max-width: 85%; margin-bottom: 10px; }
.price { font-family: var(--font-display); font-size: 2rem; margin: 4px 0 14px; }
.price span { font-family: var(--font-body); font-size: 14px; color: var(--ink-soft); font-weight: 500; }
.card__desc { color: var(--ink-soft); font-size: 15px; margin-bottom: 22px; min-height: 66px; }
.card.is-selected { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent); }

/* --- order form ---------------------------------------------------------------- */
.order { scroll-margin-top: 40px; }
#order-form { max-width: 560px; }
.field-row { margin-bottom: 20px; }
.field-row label { display: block; font-weight: 600; font-size: 14.5px; margin-bottom: 6px; }
.field-row input[type="text"],
.field-row input[type="email"],
.field-row input[type="number"],
.field-row textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 15px;
  background: #fff;
}
.field-row textarea { resize: vertical; }
.field-row input[type="checkbox"] { margin-right: 8px; }
.hint { font-size: 13px; color: var(--ink-soft); margin: 6px 0 0; }
.mailto-note {
  font-size: 14px;
  color: var(--ink-soft);
  background: var(--accent-soft);
  padding: 12px 14px;
  border-radius: var(--radius);
  margin-bottom: 20px;
}
.form-error { color: var(--accent); font-size: 14.5px; margin-bottom: 14px; }

/* --- how it works ---------------------------------------------------------------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 26px; }
.steps li { display: flex; gap: 18px; align-items: flex-start; }
.steps__num {
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--accent);
  border: 1px solid var(--rule);
  border-radius: 50%;
  width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.steps p { margin: 0; color: var(--ink-soft); }

/* --- footer ---------------------------------------------------------------- */
.footer { border-top: 1px solid var(--rule); padding: 36px 0; margin-top: 40px; }
.footer__inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer p { margin: 4px 0 0; color: var(--ink-soft); font-size: 14px; }
.wordmark--footer { margin: 0; }
.footer__links { display: flex; gap: 20px; font-size: 14px; }
.footer__links a { text-decoration: none; border-bottom: 1px solid var(--rule); }

/* --- responsive ---------------------------------------------------------------- */
@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; }
  .hero__strip { grid-template-columns: repeat(4, 1fr); }
  .cards { grid-template-columns: 1fr; }
  .nav__links { gap: 16px; font-size: 13.5px; }
}

/* --- reduced motion ---------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}

/* --- focus visibility ---------------------------------------------------------------- */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.frame--photo {
  background-image: url('/hero-film.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.frame--photo {
  background-image: url('/hero-film.jpg');
  background-size: cover;
  background-position: center;
}

.frame--photo-2 {
  background-image: url('/hero-film-2.jpg');
  background-size: cover;
  background-position: center;
}

.card {
  display: flex;
  flex-direction: column;
}

.card .btn {
  margin-top: auto;
}

.card h3 {
  min-height: 2.4em;
}

.card .price {
  min-height: 2.5rem;
}

.card {
  display: flex;
  flex-direction: column;
}

.card h3 {
  height: 3.2em;
  display: flex;
  align-items: flex-start;
}

.card .price {
  margin-top: 4px;
}

.card .btn {
  margin-top: auto;
}

.wordmark {
  letter-spacing: 0.04em;
}

.wordmark span {
  margin-left: 0.22em;
  letter-spacing: 0.04em;
}

.wordmark span {
  margin-left: 0.22em;
  letter-spacing: 0.04em;
}

.wordmark span {
  word-spacing: normal;
}

.wordmark span {
  margin-left: 0;
  word-spacing: normal;
}

.wordmark {
  letter-spacing: 0.04em;
  word-spacing: 0;
}

.wordmark span {
  margin-left: 0;
  letter-spacing: 0.04em;
  word-spacing: 0;
}

/* PALETTE PREVIEW — remove this block to revert */
:root {
  --bg: #F2E9E9;
  --paper: #F2E9E9;
  --ink: #2D2D2D;
  --accent: #D9895B;
  --blue: #46658C;
  --blue-light: #4A6D8C;
  --muted: #BFADAB;
}

body {
  background: #F2E9E9;
  color: #2D2D2D;
}

a,
.wordmark span {
  color: #D9895B;
}

.btn--primary {
  background: #46658C;
  color: #F2E9E9;
}

.btn--ghost {
  color: #46658C;
  border-color: #46658C;
}

.card,
.order,
.how,
.stock {
  background: #F2E9E9;
  border-color: #BFADAB;
}

.filmrule {
  background: #BFADAB;
}

.eyebrow {
  color: #46658C;
}

.steps__num,
.card__frame {
  color: #D9895B;
}

/* PALETTE PREVIEW 2 — COUNTY CLUB CHIC */
:root {
  --palette-green: #324D37;
  --palette-blue: #7E91A6;
  --palette-paper: #EDE8E2;
  --palette-cream: #DCDAA5;
  --palette-brown: #65483A;
  --palette-text: #2F2F2F;
}

body {
  background: #EDE8E2;
  color: #2F2F2F;
}

.wordmark span,
a {
  color: #324D37;
}

.btn--primary {
  background: #324D37;
  color: #EDE8E2;
}

.btn--ghost {
  color: #324D37;
  border-color: #324D37;
}

.card,
.order,
.how,
.stock {
  background: #EDE8E2;
  border-color: #DCDAA5;
}

.filmrule {
  background: #DCDAA5;
}

.eyebrow {
  color: #65483A;
}

.steps__num,
.card__frame {
  color: #65483A;
}

/* Palette correction */
:root {
  --palette-green: #324D37;
  --palette-blue: #7E91A6;
  --palette-paper: #EDE8E2;
  --palette-cream: #DCDAA5;
  --palette-brown: #65483A;
  --palette-text: #2F2F2F;
}

body {
  background: #EDE8E2;
  color: #2F2F2F;
}

.wordmark span,
a {
  color: #324D37;
}

.btn--primary {
  background: #324D37;
  color: #EDE8E2;
}

.btn--ghost {
  color: #324D37;
  border-color: #324D37;
}

/* Remove the light-coloured strips */
.filmrule {
  background: #324D37;
}

.card,
.order,
.how,
.stock {
  background: #EDE8E2;
  border-color: #324D37;
}

.eyebrow,
.steps__num,
.card__frame {
  color: #324D37;
}

/* OTAGO FILM LAB — NEUTRAL PALETTE PREVIEW */

body {
  background: #E9E7D7;
  color: #3D3D3F;
}

.wordmark span,
a {
  color: #72544B;
}

.btn--primary {
  background: #72544B;
  color: #E9E7D7;
}

.btn--ghost {
  color: #72544B;
  border-color: #72544B;
}

.card,
.order,
.how,
.stock {
  background: #E9E7D7;
  border-color: #DDD2C3;
}

.filmrule {
  background: #DDD2C3;
}

.eyebrow,
.steps__num,
.card__frame {
  color: #72544B;
}

.price {
  color: #3D3D3F;
}

input,
select,
textarea {
  background: #E9E7D7;
  border-color: #DDD2C3;
  color: #3D3D3F;
}

.btn--primary:hover {
  background: #3D3D3F;
}

/* FINAL NEUTRAL CLEANUP */

body {
  background: #E9E7D7;
  color: #2B2B2B;
}

/* Remove all coloured film rules / strips */
.filmrule,
.filmrule::before,
.filmrule::after {
  background: transparent !important;
  border: none !important;
}

/* Keep sections the same as the page */
.card,
.order,
.how,
.stock {
  background: #E9E7D7 !important;
  border-color: #DDD2C3;
}

/* Strong readable text */
h1,
h2,
h3,
p,
.lede,
.card__desc {
  color: #2B2B2B;
}

/* Brown only for intentional accents */
.wordmark span,
.eyebrow,
.steps__num,
.card__frame {
  color: #72544B;
}

.btn--primary {
  background: #72544B;
  color: #E9E7D7;
}

.btn--ghost {
  color: #72544B;
  border-color: #72544B;
}

.price {
  color: #2B2B2B;
}

/* Keep vertical separators, remove horizontal page rules */

/* Horizontal full-width rules */
.filmrule {
  background: transparent !important;
  height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Restore the vertical separators */
.filmrule::before,
.filmrule::after {
  background: #DDD2C3 !important;
  border: none !important;
}

/* Keep the page neutral */
body {
  background: #E9E7D7;
  color: #2B2B2B;
}

/* Neutral sections */
.card,
.order,
.how,
.stock {
  background: #E9E7D7 !important;
}

/* Keep vertical page structure, remove horizontal colour */
.filmrule {
  background: transparent !important;
}

/* Restore vertical separator elements */
.filmrule::before,
.filmrule::after {
  background: #DDD2C3 !important;
}

/* Neutral page and sections */
body {
  background: #E9E7D7;
  color: #2B2B2B;
}

.card,
.order,
.how,
.stock {
  background: #E9E7D7 !important;
}

/* No green anywhere */
:root {
  --accent: #72544B;
}

/* Clean film separators: keep vertical sprocket marks, remove horizontal lines */
.filmrule {
  background-image: none !important;
  background: transparent !important;
}

.filmrule::before,
.filmrule::after {
  background-image: repeating-linear-gradient(
    to right,
    transparent 0 10px,
    #3D3D3F 10px 12px,
    transparent 12px 34px
  ) !important;
}

/* HIGH-CONTRAST NEUTRAL PALETTE PREVIEW */

body {
  background: #E6E2D8;
  color: #252525;
}

h1,
h2,
h3,
p,
.lede,
.card__desc {
  color: #252525;
}

.wordmark span,
a {
  color: #30332F;
}

.btn--primary {
  background: #30332F;
  color: #F0EDE5;
}

.btn--ghost {
  color: #30332F;
  border-color: #30332F;
}

.card,
.order,
.how,
.stock {
  background: #E6E2D8 !important;
  border-color: #B8B5AA;
}

.eyebrow,
.steps__num,
.card__frame {
  color: #5A5A50;
}

.price {
  color: #252525;
}

input,
select,
textarea {
  background: #F0EDE5;
  border-color: #B8B5AA;
  color: #252525;
}

/* Header divider */
.nav {
  border-bottom: 1px solid #B8B5AA;
}

.stock {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 56px;
  align-items: center;
}

.stock__image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 700px) {
  .stock {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* Slightly stronger structural lines */
.nav {
  border-bottom: 2px solid #B8B5AA;
}

.filmrule {
  opacity: 1;
}

.filmrule {
  background-image:
    linear-gradient(var(--ink) 2px, transparent 2px),
    linear-gradient(var(--ink) 2px, transparent 2px);
}

.stock {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 56px;
  align-items: center;
}

.stock__image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 700px) {
  .stock {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.honest {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 56px;
  align-items: center;
}

.honest__image {
  width: 100%;
}

.honest__image img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

@media (max-width: 700px) {
  .honest {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .honest__image img {
    height: auto;
  }
}

.honest {
  align-items: start;
}

.honest__image {
  justify-self: end;
  margin-top: 70px;
  max-width: 420px;
}

@media (max-width: 700px) {
  .honest__image {
    margin-top: 10px;
    justify-self: stretch;
    max-width: none;
  }
}

.honest {
  align-items: start;
}

.honest__image {
  justify-self: end;
  margin-top: 70px;
  max-width: 420px;
}

@media (max-width: 700px) {
  .honest__image {
    margin-top: 10px;
    justify-self: stretch;
    max-width: none;
  }
}

.honest__image {
  transform: translateX(45px);
}

@media (max-width: 700px) {
  .honest__image {
    transform: none;
  }
}

/* Editorial photo treatment */
.frame--photo,
.frame--photo-2 {
  border: 2px solid #C8C3B8;
  box-shadow: 6px 6px 0 rgba(43, 43, 43, 0.14);
}

.honest__image {
  border: 2px solid #C8C3B8;
  box-shadow: 6px 6px 0 rgba(43, 43, 43, 0.14);
  background: #F1EFE7;
}

.honest__image img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.frame--photo,
.frame--photo-2 {
  border-color: #AAA69C;
  box-shadow: 6px 6px 0 rgba(43, 43, 43, 0.20);
}

.honest__image {
  border-color: #AAA69C;
  box-shadow: 6px 6px 0 rgba(43, 43, 43, 0.20);
}

/* Package grid */
.cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card select {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 15px;
  background: #fff;
}

#film-choice-row select {
  appearance: auto;
}

@media (max-width: 860px) {
  .cards {
    grid-template-columns: 1fr;
  }
}


/* --- film stock badges -------------------------------------------------- */
.card--colour,
.card--bw {
  position: relative;
}

.card__badge {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 62px;
  height: 38px;
  border: 1px solid var(--rule);
  display: flex;
  overflow: hidden;
  border-radius: 3px;
}

.card__badge span {
  flex: 1;
  height: 100%;
}

.card__badge--colour span:nth-child(1) { background: #d94b4b; }
.card__badge--colour span:nth-child(2) { background: #e5a52f; }
.card__badge--colour span:nth-child(3) { background: #62a85a; }
.card__badge--colour span:nth-child(4) { background: #4f8fc4; }
.card__badge--colour span:nth-child(5) { background: #8b5bb7; }

.card__badge--bw span:nth-child(1) { background: #f5f3ee; }
.card__badge--bw span:nth-child(2) { background: #252525; }


/* --- package SVG artwork ----------------------------------------------- */

.card__badge--film,
.card__badge--bundle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  height: 54px;
  margin: 0 0 20px;
}

.card__badge--film img {
  width: 58px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
}

.card__badge--bundle img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.card__badge--bundle .badge-plus {
  font-family: var(--font-mono);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: var(--ink);
  margin: 0 2px;
}

/* --- film + development artwork fix ------------------------------- */

.card__badge--film,
.card__badge--bundle {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  width: 100% !important;
  height: 64px !important;
  margin: 0 0 20px !important;
  background: transparent !important;
  border: 0 !important;
  position: relative !important;
}

.card__badge--film img {
  display: block !important;
  width: 64px !important;
  height: 64px !important;
  max-width: 64px !important;
  max-height: 64px !important;
  object-fit: contain !important;
  flex: 0 0 64px !important;
}

.card__badge--bundle img {
  display: block !important;
  width: 58px !important;
  height: 58px !important;
  max-width: 58px !important;
  max-height: 58px !important;
  object-fit: contain !important;
  flex: 0 0 58px !important;
}

.card__badge--bundle .badge-plus {
  display: block !important;
  width: 18px !important;
  font-family: var(--font-mono) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: var(--ink) !important;
  text-align: center !important;
  flex: 0 0 18px !important;
}

/* --- refine film package icons -------------------------------------- */

.card__badge--film,
.card__badge--bundle {
  width: auto !important;
  height: 42px !important;
  margin: 8px 0 16px 18px !important;
  gap: 8px !important;
}

.card__badge--film img {
  width: 42px !important;
  height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  flex: 0 0 42px !important;
}

.card__badge--bundle img {
  width: 38px !important;
  height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  flex: 0 0 38px !important;
}

.card__badge--bundle .badge-plus {
  width: 14px !important;
  flex: 0 0 14px !important;
  font-size: 17px !important;
}

/* --- position film artwork like the colour / B&W badges ----------- */

.card {
  position: relative !important;
}

.card__badge--film,
.card__badge--bundle {
  position: absolute !important;
  top: 22px !important;
  right: 22px !important;
  left: auto !important;
  width: auto !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 7px !important;
  z-index: 2 !important;
  background: transparent !important;
  border: 0 !important;
}

.card__badge--film img {
  width: 46px !important;
  height: 46px !important;
  max-width: 46px !important;
  max-height: 46px !important;
  flex: 0 0 46px !important;
  object-fit: contain !important;
}

.card__badge--bundle img {
  width: 38px !important;
  height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  flex: 0 0 38px !important;
  object-fit: contain !important;
}

.card__badge--bundle .badge-plus {
  width: auto !important;
  flex: 0 0 auto !important;
  font-size: 17px !important;
  margin: 0 !important;
}

/* Give the title the same breathing room as the other cards */
.card--film h3,
.card--bundle h3 {
  padding-right: 78px;
}

.card--bundle h3 {
  padding-right: 112px;
}

/* --- final package icon adjustments ------------------------------- */

/* Stronger numbered circles in HOW IT WORKS */
.steps__num {
  border-color: #77706A !important;
  color: var(--ink) !important;
}

/* Film icon */
.card__badge--film img {
  width: 46px !important;
  height: 46px !important;
  max-width: 46px !important;
  max-height: 46px !important;
  object-fit: contain !important;
}

/* Bundle: film + scanner */
.card__badge--bundle {
  gap: 9px !important;
}

/* Larger, centred plus sign */
.card__badge--bundle .badge-plus {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 38px !important;
  flex: 0 0 24px !important;
  font-family: var(--font-mono) !important;
  font-size: 27px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: var(--ink) !important;
  text-align: center !important;
}

/* Keep the two icons visually balanced */
.card__badge--bundle img {
  width: 38px !important;
  height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  object-fit: contain !important;
}

/* --- send / drop-off page ------------------------------------------- */

.page-intro {
  padding-top: 70px;
  padding-bottom: 70px;
}

.send-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding-top: 70px;
  padding-bottom: 90px;
}

.send-option {
  min-width: 0;
}

.send-option--mail {
  border-left: 2px solid var(--rule);
  padding-left: 60px;
}

.dropoff-hours {
  margin: 28px 0;
  padding: 18px 20px;
  border: 1px solid var(--rule);
  background: var(--accent-soft);
  font-family: var(--font-mono);
  line-height: 1.7;
}

.dropoff-form {
  margin-top: 30px;
}

.dropoff-form select {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 15px;
  background: #fff;
}

.form-success {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid var(--rule);
  background: var(--accent-soft);
  color: var(--ink);
}

@media (max-width: 860px) {
  .send-options {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .send-option--mail {
    border-left: 0;
    border-top: 2px solid var(--rule);
    padding-left: 0;
    padding-top: 50px;
  }
}

/* --- mountain mark beside wordmark ------------------------------- */

.nav__brand {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}

.nav__mountain {
  width: 25px;
  height: 25px;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}

