/* deployment-build:bc10b6cfe3465128e0dc */
:root {
  --ink: #24171a;
  --ink-soft: #65565a;
  --paper: #f5edde;
  --paper-bright: #fffaf1;
  --paper-deep: #e7dac8;
  --wine: #641f3a;
  --wine-dark: #3a1424;
  --rose: #d8849e;
  --rose-pale: #f1c4cf;
  --navy: #172737;
  --blue: #e3edf0;
  --blue-pale: #b8cbd3;
  --blue-strong: #6ea4b4;
  --tobacco: #a86436;
  --yellow: #e9c96a;
  --line: rgba(36, 23, 26, 0.23);
  --muted: #65565a;
  --red: #a33e54;
  --white: #fffaf1;
  --shadow: 0 18px 45px rgba(38, 18, 25, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "Courier New", Courier, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--navy);
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  background:
    radial-gradient(circle at 8% 2%, rgba(216, 132, 158, 0.22), transparent 29rem),
    var(--navy);
}

body.sheet-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

a {
  color: inherit;
}

img {
  display: block;
  width: 100%;
}

.canvas-shell {
  width: min(100%, 1240px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background:
    linear-gradient(rgba(71, 52, 48, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(71, 52, 48, 0.055) 1px, transparent 1px),
    var(--paper);
  background-size: 28px 28px;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.35);
}

.masthead {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 28px clamp(22px, 6vw, 82px) 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.82);
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  flex: 0 0 auto;
  color: var(--paper-bright);
  border-radius: 50%;
  background: var(--wine);
  font: 700 18px/1 var(--serif);
  transform: rotate(-5deg);
}

.brand-name {
  font: 800 16px/1.1 var(--sans);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-sub {
  margin-top: 4px;
  color: var(--ink-soft);
  font: 700 11px/1.2 var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.issue {
  color: var(--ink-soft);
  text-align: right;
  font: 700 11px/1.45 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
  min-height: 720px;
  padding: clamp(32px, 6vw, 76px) clamp(22px, 6vw, 82px) clamp(50px, 7vw, 92px);
  background:
    radial-gradient(circle at 81% 29%, rgba(233, 201, 106, 0.26), transparent 24rem),
    linear-gradient(135deg, rgba(255, 250, 241, 0.45), transparent 50%);
}

.hero-photo-wrap {
  position: relative;
  z-index: 1;
  padding: 16px 16px 54px;
  border: 1px solid rgba(36, 23, 26, 0.16);
  border-radius: 4px;
  background: var(--paper-bright);
  box-shadow: var(--shadow);
  transform: rotate(-1.3deg);
}

.hero-photo-wrap::before {
  position: absolute;
  z-index: 2;
  top: -18px;
  left: 50%;
  width: 130px;
  height: 38px;
  content: "";
  background: rgba(218, 210, 168, 0.72);
  box-shadow: 0 3px 6px rgba(52, 32, 24, 0.08);
  transform: translateX(-50%) rotate(1.8deg);
}

.hero-photo {
  height: clamp(490px, 64vw, 650px);
  object-fit: cover;
  object-position: 50% 35%;
  border: 1px solid rgba(36, 23, 26, 0.18);
  filter: saturate(0.9) contrast(0.98);
}

.photo-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 17px;
  color: var(--ink-soft);
  font: 700 11px/1.3 var(--mono);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.kicker {
  display: inline-block;
  margin: 0 0 18px;
  padding: 8px 11px 7px;
  color: var(--wine-dark);
  background: var(--rose-pale);
  font: 800 11px/1 var(--mono);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transform: rotate(-1deg);
}

.hero h1 {
  max-width: 600px;
  margin: 0;
  color: var(--wine-dark);
  font: 700 clamp(58px, 8vw, 104px)/0.86 var(--serif);
  letter-spacing: -0.065em;
}

.hero-intro {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font: 500 clamp(17px, 2vw, 21px)/1.55 var(--sans);
}

.cta-note {
  position: relative;
  max-width: 560px;
  margin: 35px 0 0 -58px;
  padding: 30px 32px 28px 64px;
  color: var(--paper-bright);
  border: 1px solid rgba(255, 250, 241, 0.16);
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.045), transparent 50%),
    var(--wine-dark);
  box-shadow: 0 18px 44px rgba(58, 20, 36, 0.26);
  transform: rotate(0.8deg);
}

.cta-note::after {
  position: absolute;
  top: 22px;
  right: 25px;
  content: "♡";
  color: var(--rose-pale);
  font: 400 40px/1 var(--serif);
  transform: rotate(8deg);
}

.cta-note-label {
  margin: 0 0 12px;
  color: var(--rose-pale);
  font: 700 11px/1.2 var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cta-note h2 {
  max-width: 380px;
  margin: 0;
  font: 700 clamp(31px, 4vw, 47px)/0.98 var(--serif);
  letter-spacing: -0.035em;
}

.cta-note > p:not(.cta-note-label):not(.notice) {
  max-width: 430px;
  margin: 16px 0 22px;
  color: rgba(255, 250, 241, 0.78);
  font: 500 15px/1.55 var(--sans);
}

.primary-action,
.paper-action,
.dark-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 50px;
  padding: 0;
  border: 0;
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  font: 800 14px/1 var(--sans);
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: none;
}

.primary-action {
  width: min(100%, 330px);
  color: var(--paper-bright);
}

.cta-note .primary-action {
  width: min(100%, 380px);
  min-height: 58px;
  padding: 0 12px 0 20px;
  color: var(--wine-dark);
  border: 2px solid var(--paper-bright);
  background: var(--rose-pale);
  box-shadow: 5px 5px 0 rgba(255, 250, 241, 0.24);
  font-size: 15px;
  transform: rotate(-0.35deg);
  transition:
    box-shadow 160ms ease,
    transform 160ms ease;
}

.cta-note .primary-action .arrow {
  display: inline-grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  color: var(--paper-bright);
  border-radius: 50%;
  background: var(--wine-dark);
}

.cta-note .primary-action:hover {
  box-shadow: 7px 7px 0 rgba(255, 250, 241, 0.3);
  transform: translate(-2px, -2px) rotate(-0.35deg);
}

.cta-note .primary-action:active {
  box-shadow: 2px 2px 0 rgba(255, 250, 241, 0.2);
  transform: translate(2px, 2px) rotate(-0.35deg);
}

.primary-action:focus-visible,
.paper-action:focus-visible,
.dark-action:focus-visible,
.social-row a:focus-visible,
.legal-links button:focus-visible,
.pick-row a:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 4px;
}

.primary-action:disabled {
  cursor: wait;
  opacity: 0.72;
}

.primary-action .arrow,
.paper-action .arrow,
.dark-action .arrow {
  font-size: 25px;
  line-height: 1;
  transition: transform 160ms ease;
}

.primary-action:hover .arrow,
.paper-action:hover .arrow,
.dark-action:hover .arrow {
  transform: translateX(5px);
}

.cta-micro {
  display: block;
  margin-top: 10px;
  color: rgba(255, 250, 241, 0.58);
  font: 700 9px/1.35 var(--mono);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.section {
  padding: clamp(58px, 8vw, 98px) clamp(22px, 6vw, 82px);
  border-top: 1px solid var(--line);
}

.section-head {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.54fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 38px;
}

.section-index {
  display: block;
  margin-bottom: 10px;
  color: var(--tobacco);
  font: 800 11px/1 var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-title {
  max-width: 760px;
  margin: 0;
  color: var(--navy);
  font: 700 clamp(42px, 6vw, 74px)/0.94 var(--serif);
  letter-spacing: -0.05em;
}

.section-deck {
  margin: 0;
  color: var(--ink-soft);
  font: 500 15px/1.65 var(--sans);
}

.shift-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, 0.78fr);
  gap: 24px;
  align-items: stretch;
}

.wide-photo-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(36, 23, 26, 0.22);
  background: var(--navy);
  box-shadow: var(--shadow);
}

.wide-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(0.78) contrast(1.02) brightness(0.9);
}

.wide-photo-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(23, 39, 55, 0.74));
  pointer-events: none;
}

.wide-photo-label {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 20px;
  left: 22px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  color: var(--paper-bright);
}

.wide-photo-label strong {
  display: block;
  font: 700 28px/1 var(--serif);
}

.wide-photo-label span {
  color: rgba(255, 250, 241, 0.66);
  font: 700 10px/1.3 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shift-notes {
  display: grid;
  gap: 10px;
}

.shift-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: 25px 24px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.78);
}

.shift-card:nth-child(2) {
  background: #efe2c8;
  transform: rotate(0.5deg);
}

.shift-card:nth-child(3) {
  color: var(--paper-bright);
  background: var(--navy);
  transform: rotate(-0.35deg);
}

.note-number {
  color: var(--rose);
  font: 800 12px/1 var(--mono);
}

.shift-card h3 {
  margin: 0 0 8px;
  font: 700 23px/1.05 var(--serif);
}

.shift-card p {
  margin: 0;
  color: var(--ink-soft);
  font: 500 14px/1.55 var(--sans);
}

.shift-card:nth-child(3) p {
  color: rgba(255, 250, 241, 0.68);
}

.list-section {
  color: var(--paper-bright);
  background:
    radial-gradient(circle at 74% 25%, rgba(216, 132, 158, 0.18), transparent 25rem),
    var(--navy);
}

.list-section .section-index {
  color: var(--rose-pale);
}

.list-section .section-title {
  color: var(--paper-bright);
}

.list-section .section-deck {
  color: rgba(255, 250, 241, 0.62);
}

.culture-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
}

.records-photo {
  position: relative;
  margin: 0;
  padding: 14px 14px 48px;
  color: var(--ink);
  background: var(--paper-bright);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  transform: rotate(2.2deg);
}

.records-photo::before {
  position: absolute;
  z-index: 2;
  top: -13px;
  right: 18%;
  width: 100px;
  height: 30px;
  content: "";
  background: rgba(241, 196, 207, 0.68);
  transform: rotate(-4deg);
}

.records-photo img {
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(0.85) contrast(0.98);
}

.records-photo figcaption {
  padding: 15px 4px 0;
  font: 700 12px/1.3 var(--mono);
  text-transform: lowercase;
}

.index-stack {
  display: grid;
  gap: 13px;
}

.index-card {
  position: relative;
  padding: 23px 26px 22px 74px;
  color: var(--ink);
  border: 1px solid rgba(36, 23, 26, 0.22);
  background:
    repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent 30px,
      rgba(59, 88, 108, 0.13) 31px
    ),
    var(--paper-bright);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.index-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  width: 1px;
  content: "";
  background: rgba(179, 77, 115, 0.28);
}

.index-card:nth-child(2) {
  transform: rotate(-0.65deg);
}

.index-card:nth-child(3) {
  transform: rotate(0.45deg);
}

.index-card small {
  display: block;
  margin-bottom: 8px;
  color: var(--wine);
  font: 800 10px/1 var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.index-card h3 {
  margin: 0 0 6px;
  font: 700 26px/1 var(--serif);
}

.index-card p {
  margin: 0;
  color: var(--ink-soft);
  font: 500 14px/1.5 var(--sans);
}

.paper-action {
  width: min(100%, 360px);
  margin-top: 16px;
  color: var(--paper-bright);
}

.support {
  background:
    radial-gradient(circle at 14% 54%, rgba(233, 201, 106, 0.2), transparent 23rem),
    var(--paper);
}

.support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.17fr) minmax(290px, 0.83fr);
  gap: 22px;
  align-items: stretch;
}

.wishlist-card {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: var(--paper-bright);
  border: 1px solid rgba(36, 23, 26, 0.22);
  background: var(--wine-dark);
  box-shadow: var(--shadow);
}

.wishlist-card > img {
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: 50% 47%;
  filter: saturate(0.82) contrast(1.02) brightness(0.82);
}

.wishlist-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 27%, rgba(37, 15, 25, 0.93));
  pointer-events: none;
}

.wishlist-copy {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 5vw, 52px);
  bottom: clamp(28px, 5vw, 52px);
  left: clamp(24px, 5vw, 52px);
}

.wishlist-copy small,
.support-label {
  color: var(--rose-pale);
  font: 800 10px/1 var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wishlist-copy h3,
.coffee-card h3,
.picks-card h3 {
  margin: 10px 0 12px;
  font: 700 clamp(31px, 4vw, 50px)/0.96 var(--serif);
  letter-spacing: -0.04em;
}

.wishlist-copy p {
  max-width: 540px;
  margin: 0 0 20px;
  color: rgba(255, 250, 241, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.support-side {
  display: grid;
  gap: 22px;
}

.coffee-card,
.picks-card {
  position: relative;
  padding: 38px 34px;
  border: 1px solid var(--line);
}

.coffee-card {
  overflow: hidden;
  color: var(--paper-bright);
  background:
    radial-gradient(circle at 100% 0, rgba(233, 201, 106, 0.24), transparent 15rem),
    var(--wine);
}

.coffee-card::after {
  position: absolute;
  right: 24px;
  bottom: 17px;
  content: "☕";
  opacity: 0.16;
  font-size: 86px;
  transform: rotate(-8deg);
}

.coffee-card h3,
.picks-card h3 {
  font-size: clamp(29px, 3.2vw, 43px);
}

.coffee-card p,
.picks-card > p {
  margin: 0 0 18px;
  color: rgba(255, 250, 241, 0.7);
  font-size: 14px;
  line-height: 1.6;
}

.dark-action {
  position: relative;
  z-index: 2;
  width: min(100%, 280px);
  color: var(--paper-bright);
}

.picks-card {
  background: rgba(255, 250, 241, 0.74);
}

.picks-card .support-label {
  color: var(--tobacco);
}

.picks-card > p {
  color: var(--ink-soft);
}

.pick-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding: 17px 0;
  border-top: 1px solid var(--line);
}

.pick-row:last-of-type {
  border-bottom: 1px solid var(--line);
}

.pick-icon {
  color: var(--wine);
  font: 800 11px/1 var(--mono);
}

.pick-row strong,
.pick-row span {
  display: block;
}

.pick-row strong {
  font: 700 15px/1.2 var(--serif);
}

.pick-row div > span {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.35;
}

.pick-row a {
  display: grid;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  place-items: center;
  color: var(--wine);
  background: var(--paper-bright);
  font-weight: 800;
  text-decoration: none;
}

.affiliate-note {
  margin: 17px 0 0 !important;
  color: rgba(101, 86, 90, 0.8) !important;
  font: 700 9px/1.5 var(--mono) !important;
}

.closing {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.44fr);
  gap: 46px;
  align-items: center;
  padding: clamp(58px, 8vw, 94px) clamp(22px, 6vw, 82px);
  color: var(--paper-bright);
  border-top: 1px solid rgba(255, 250, 241, 0.18);
  background:
    radial-gradient(circle at 88% 45%, rgba(216, 132, 158, 0.23), transparent 22rem),
    var(--wine-dark);
}

.closing h2 {
  margin: 0;
  font: 700 clamp(48px, 7vw, 82px)/0.9 var(--serif);
  letter-spacing: -0.055em;
}

.closing p {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 250, 241, 0.67);
  font-size: 15px;
  line-height: 1.6;
}

.closing .primary-action {
  min-width: 250px;
  justify-self: end;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 24px;
  padding: 34px clamp(22px, 6vw, 82px);
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  background: var(--paper-bright);
}

.footer strong,
.footer small {
  display: block;
}

.footer strong {
  color: var(--wine-dark);
  font: 700 30px/1 var(--serif);
}

.footer small {
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.4;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
}

.social-row:empty {
  display: none;
}

.social-row a {
  min-height: 36px;
  color: var(--wine);
  font: 800 11px/36px var(--mono);
  text-decoration: none;
}

.legal-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 3px 22px calc(28px + env(safe-area-inset-bottom));
  color: var(--ink-soft);
  background: var(--paper-bright);
  font-size: 10px;
}

.legal-links button {
  min-height: 44px;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.runtime-only {
  display: none;
}

html.is-passing,
html.is-passing body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

html.is-passing body {
  display: block;
  padding: 0;
}

html.is-passing body > :not(.passing-screen):not(noscript) {
  display: none !important;
}

.passing-screen {
  display: none;
}

html.is-passing .passing-screen {
  position: fixed;
  z-index: 2147483647;
  inset: 0;
  display: grid;
  width: 100vw;
  height: 100dvh;
  min-height: 100%;
  padding: 24px;
  place-items: center;
  overflow: hidden;
  color: #f4f6f8;
  background: radial-gradient(circle at 50% 42%, #351927 0, #0a0b0d 52%);
  font: 15px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
  touch-action: none;
}

.passing-inner {
  display: grid;
  width: min(100%, 340px);
  gap: 8px;
  justify-items: center;
}

.passing-mark {
  color: #ffd7e0;
  font: 30px/1 Georgia, serif;
  animation: passing-mark 1.1s ease-in-out infinite alternate;
}

.passing-screen strong {
  font-size: 14px;
  font-weight: 550;
  letter-spacing: 0.01em;
}

@keyframes passing-mark {
  to {
    opacity: 0.72;
    transform: scale(1.08);
  }
}

.gate-feedback {
  display: grid;
  gap: 5px;
  margin-top: 8px;
}

.notice {
  margin: 0;
  color: rgba(255, 250, 241, 0.72);
  font-size: 10px;
  line-height: 1.4;
}

.cta-micro:empty,
.notice:empty {
  display: none;
}

.is-writing .notice:not(:empty)::before {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 7px;
  border: 1.5px solid rgba(241, 196, 207, 0.3);
  border-top-color: var(--rose-pale);
  border-radius: 50%;
  content: "";
  animation: notice-spin 0.75s linear infinite;
  vertical-align: -1px;
}

@keyframes notice-spin {
  to {
    transform: rotate(360deg);
  }
}

.cloud-mount {
  display: grid;
  height: 0;
  min-height: 0;
  padding: 0;
  place-items: center;
  overflow: hidden;
}

.cloud-mount.is-checking {
  width: 100%;
  height: auto;
  min-height: 68px;
  padding: 4px 0;
  overflow: visible;
}

html.is-passing .passing-inner .cloud-mount.is-checking {
  width: 100%;
  padding-top: 10px;
}

.sheet {
  width: min(calc(100% - 20px), 464px);
  max-height: min(78svh, 608px);
  margin: auto auto 0;
  padding: 38px 22px calc(24px + env(safe-area-inset-bottom));
  border: 1px solid var(--line);
  border-radius: 24px 24px 0 0;
  color: var(--ink);
  background: rgba(255, 250, 241, 0.98);
  box-shadow: 0 -16px 64px rgba(20, 39, 55, 0.3);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.sheet::backdrop {
  background: rgba(12, 18, 25, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.sheet-handle {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 45px;
  height: 4px;
  border-radius: 99px;
  background: rgba(36, 23, 26, 0.18);
  transform: translateX(-50%);
}

.sheet-close {
  position: absolute;
  top: 12px;
  right: 14px;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  place-items: center;
  color: var(--wine-dark);
  background: var(--white);
  cursor: pointer;
  font-size: 21px;
}

.sheet h2 {
  margin: 0 0 13px;
  color: var(--wine-dark);
  font: 600 24px/1.05 Georgia, serif;
  letter-spacing: -0.02em;
}

.sheet p {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.sheet button:focus-visible,
.sheet a:focus-visible {
  outline: 2px solid var(--wine);
  outline-offset: 3px;
}

.check-sheet {
  text-align: center;
}

.check-mark {
  display: grid;
  width: 68px;
  height: 68px;
  margin: 0 auto 16px;
  border: 1px solid rgba(163, 62, 84, 0.25);
  border-radius: 50%;
  place-items: center;
  color: var(--wine);
  background: #f8e9e4;
  box-shadow: 0 13px 38px rgba(58, 20, 36, 0.12);
  font-size: 18px;
  font-weight: 800;
}

.check-confirm {
  width: 100%;
  min-height: 54px;
  margin-top: 19px;
  padding: 13px 16px;
  border: 1px solid var(--wine-dark);
  border-radius: 2px;
  color: var(--white);
  background: var(--wine-dark);
  cursor: pointer;
  font-weight: 760;
}

.check-confirm:disabled,
.escape-actions button:disabled,
.android-browser-choices button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.picture-mount {
  min-height: 0;
}

.captcha-disclosure {
  font-size: 10px !important;
}

.captcha-disclosure a {
  color: var(--muted);
}

.escape-sheet {
  text-align: left;
}

.escape-sheet.is-launching {
  text-align: center;
}

.escape-sheet.is-launching .sheet-close,
.escape-sheet.is-launching .native-exit-cue,
.escape-sheet.is-launching .escape-guide,
.escape-sheet.is-launching .android-browser-choices,
.escape-sheet.is-launching .escape-actions,
.escape-sheet.is-launching .escape-status,
.escape-sheet.is-launching .escape-footnote {
  display: none;
}

.escape-sheet.is-launching .escape-mark {
  margin-inline: auto;
  animation: escape-launch-pulse .8s ease-in-out infinite alternate;
}

.escape-sheet.is-launching h2 {
  margin-bottom: 5px;
}

.escape-sheet.is-launching [data-away-copy] {
  margin-top: 0;
}

@keyframes escape-launch-pulse {
  to { opacity: .7; transform: translateY(-2px) scale(1.04); }
}

.native-exit-cue {
  position: fixed;
  z-index: 2;
  right: max(10px, env(safe-area-inset-right));
  bottom: calc(6px + env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: auto 54px;
  align-items: center;
  gap: 5px;
  pointer-events: none;
  color: var(--white);
  filter: drop-shadow(0 2px 8px rgba(32,17,24,.45));
}

.native-exit-cue[hidden] { display: none; }

.native-exit-cue span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(32,17,24,.84);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .01em;
}

.native-exit-cue svg {
  width: 54px;
  height: 42px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.escape-sheet[data-recovery-profile="snapchat-ios"] {
  padding-bottom: calc(72px + env(safe-area-inset-bottom));
}

.escape-sheet[data-recovery-profile="snapchat-ios"] .escape-guide {
  border-color: rgba(145,64,84,.3);
  box-shadow: 0 10px 30px rgba(80,36,50,.1);
}

.escape-sheet[data-recovery-profile="snapchat-ios"] .escape-guide strong {
  font-size: 15px;
}

.escape-sheet[data-recovery-profile="snapchat-ios"] .escape-copy-link {
  min-height: 38px;
  border-color: transparent;
  color: var(--muted);
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.escape-sheet[data-recovery-profile="snapchat-ios"] .escape-status,
.escape-sheet[data-recovery-profile="snapchat-ios"] .escape-footnote {
  display: none;
}

.escape-sheet[data-recovery-profile="tiktok-ios"] .escape-guide {
  border-color: rgba(145,64,84,.3);
  box-shadow: 0 10px 30px rgba(80,36,50,.1);
}

.escape-sheet[data-recovery-profile="tiktok-ios"] .escape-guide strong {
  font-size: 15px;
}

.escape-sheet[data-recovery-profile="tiktok-ios"] .escape-copy-link {
  min-height: 38px;
  border-color: transparent;
  color: var(--muted);
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.escape-sheet[data-recovery-profile="tiktok-ios"] .escape-status,
.escape-sheet[data-recovery-profile="tiktok-ios"] .escape-footnote {
  display: none;
}

.escape-mark {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 0 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  place-items: center;
  color: var(--wine-dark);
  background: var(--rose-pale);
}

.escape-mark svg {
  width: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.escape-guide {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  margin-top: 16px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
}

.menu-dots {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border-radius: 11px;
  background: var(--rose-pale);
}

.escape-mark.is-centered {
  margin-inline: auto;
}

.menu-dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--wine-dark);
}

.menu-dots.is-browser-icon span { display: none; }
.menu-dots.is-browser-icon::before {
  content: "\2197";
  color: var(--wine-dark);
  font-size: 22px;
  font-weight: 760;
  line-height: 1;
}

.escape-guide strong,
.escape-guide small {
  display: block;
}

.escape-guide strong {
  color: var(--wine-dark);
  font-size: 13px;
  line-height: 1.3;
}

.escape-guide small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.android-browser-choices {
  margin-top: 14px;
}

.android-browser-choices[hidden] {
  display: none;
}

.android-browser-choices > span {
  display: block;
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 11px;
}

.android-browser-choices > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.android-browser-choices button {
  min-height: 43px;
  padding: 8px 6px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--wine-dark);
  background: var(--white);
  cursor: pointer;
  font-size: 11px;
  font-weight: 720;
}

.escape-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 14px;
}

.escape-actions.is-android {
  grid-template-columns: 1fr;
}

.escape-actions.is-single {
  grid-template-columns: 1fr;
}

.escape-actions button {
  min-height: 51px;
  padding: 11px 12px;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 760;
}

.escape-retry {
  border: 1px solid var(--wine-dark);
  color: var(--white);
  background: var(--wine-dark);
}

.escape-copy-link {
  border: 1px solid var(--line);
  color: var(--wine-dark);
  background: var(--white);
}

.escape-status {
  min-height: 18px;
  margin-top: 11px !important;
  color: var(--wine) !important;
  font-size: 11px !important;
  text-align: center;
}

.escape-footnote {
  margin-top: 4px !important;
  color: var(--muted) !important;
  font-size: 10px !important;
  text-align: center;
}

.noscript {
  position: fixed;
  z-index: 2147483647;
  inset: 0;
  display: grid;
  padding: 32px;
  place-items: center;
  color: var(--wine-dark);
  background: var(--paper);
  text-align: center;
}

.is-writing .protected-action .arrow {
  animation: busy-pulse 0.8s ease-in-out infinite alternate;
}

@keyframes busy-pulse {
  to {
    transform: translateX(3px);
  }
}

@media (max-width: 920px) {
  .hero,
  .section-head,
  .shift-layout,
  .culture-layout,
  .support-grid,
  .closing {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-photo-wrap {
    width: min(100%, 650px);
    margin: 0 auto;
  }

  .hero-photo {
    height: min(125vw, 670px);
  }

  .hero-copy {
    display: grid;
    justify-items: start;
  }

  .cta-note {
    width: calc(100% + 20px);
    margin: 30px 0 0 -10px;
    padding-left: 32px;
  }

  .section-head {
    gap: 18px;
  }

  .culture-layout {
    gap: 52px;
  }

  .records-photo {
    width: min(93%, 620px);
    margin: 0 auto;
  }

  .closing .primary-action {
    min-width: 0;
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .masthead {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 16px 18px 14px;
  }

  .issue {
    display: none;
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }

  .brand-name {
    font-size: 13px;
  }

  .brand-sub {
    margin-top: 3px;
    font-size: 8px;
  }

  .hero {
    gap: 0;
    padding: 24px 18px 45px;
  }

  .hero-photo-wrap {
    padding: 8px 8px 38px;
  }

  .hero-photo-wrap::before {
    top: -12px;
    width: 92px;
    height: 25px;
  }

  .hero-photo {
    height: 310px;
    max-height: none;
    object-position: 50% 35%;
  }

  .photo-caption {
    gap: 8px;
    margin-top: 13px;
    font-size: 9px;
  }

  .hero-copy {
    width: 100%;
    margin-top: 21px;
  }

  .kicker {
    margin-bottom: 10px;
    font-size: 9px;
  }

  .hero h1 {
    font-size: 64px;
  }

  .hero-intro {
    display: none;
  }

  .cta-note {
    width: calc(100% + 14px);
    margin: 18px 0 0 -7px;
    padding: 23px 21px 21px;
  }

  .cta-note::after {
    top: 16px;
    right: 15px;
    font-size: 32px;
  }

  .cta-note h2 {
    max-width: 260px;
    font-size: 32px;
  }

  .cta-note > p:not(.cta-note-label):not(.notice) {
    margin: 12px 0 15px;
    font-size: 13px;
    line-height: 1.45;
  }

  .primary-action {
    min-height: 44px;
    font-size: 13px;
  }

  .cta-note .primary-action {
    width: 100%;
    min-height: 58px;
    font-size: 15px;
  }

  .section {
    padding: 54px 18px;
  }

  .section-title {
    font-size: 43px;
  }

  .section-deck {
    font-size: 13px;
  }

  .wide-photo-card,
  .wide-photo-card img {
    min-height: 410px;
  }

  .wide-photo-label {
    display: block;
  }

  .wide-photo-label span {
    display: block;
    margin-top: 6px;
  }

  .shift-card {
    padding: 22px 19px;
  }

  .index-card {
    padding: 21px 18px 20px 53px;
  }

  .index-card::before {
    left: 37px;
  }

  .wishlist-card,
  .wishlist-card > img {
    min-height: 570px;
  }

  .wishlist-card > img {
    object-position: 50% 47%;
  }

  .coffee-card,
  .picks-card {
    padding: 30px 24px;
  }

  .closing {
    padding: 58px 18px;
  }

  .footer {
    grid-template-columns: 1fr;
    padding: 30px 18px 22px;
  }

  .social-row {
    justify-content: flex-start;
  }
}

@media (max-width: 368px) {
  .escape-actions {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero {
    padding-top: 18px;
  }

  .hero-photo {
    height: 230px;
  }

  .hero-copy {
    margin-top: 16px;
  }

  .cta-note {
    margin-top: 13px;
  }
}

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