@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Italiana&display=swap");

:root {
  --ink: #22231f;
  --paper: #eee9dc;
  --cream: #f8f5eb;
  --rust: #a84f31;
  --gold: #c89b47;
  --moss: #52634c;
  --line: rgba(34, 35, 31, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
}
button, input, select { font: inherit; }
button, a, select { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

nav {
  height: 82px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 3;
}
nav a { text-decoration: none; }
nav > div { display: flex; gap: 36px; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.shop-link { color: var(--gold); }
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Italiana", serif;
  font-size: 20px;
  letter-spacing: .02em;
}
.brand span { color: var(--rust); font-size: 26px; }

.hero {
  min-height: 700px;
  padding: 130px 8vw 100px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 25%, rgba(223, 171, 65, .22), transparent 23%),
    linear-gradient(113deg, transparent 0 59%, rgba(255,255,255,.33) 59.2% 60%, transparent 60.2%);
}
.hero:after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(168,79,49,.22);
  border-radius: 50%;
  right: -80px;
  top: 50px;
}
.weather-mark { position: absolute; right: 13vw; top: 180px; width: 250px; height: 310px; z-index: 1; }
.sun {
  display: block;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(197,139,42,.75);
  box-shadow: 0 0 80px rgba(197,139,42,.35);
}
.rain {
  display: block;
  white-space: pre;
  letter-spacing: 11px;
  line-height: 2.4;
  transform: rotate(74deg);
  color: rgba(58,86,96,.58);
  font-size: 30px;
  margin: -30px 0 0 65px;
}
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .19em; font-size: 11px; font-weight: 600; color: var(--rust); }
h1, h2, h3, blockquote { font-family: "Italiana", serif; font-weight: 400; }
h1 { max-width: 850px; margin: 0; font-size: clamp(60px, 8vw, 116px); line-height: .91; letter-spacing: -.035em; position: relative; z-index: 2; }
.hero-copy { max-width: 490px; font-size: 18px; line-height: 1.75; margin: 38px 0; }
.primary-link { display: inline-flex; gap: 28px; align-items: center; font-size: 12px; text-transform: uppercase; letter-spacing: .15em; text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 8px; }
.library-entry-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-top: 55px;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}
.card-library-link {
  display: inline-block;
  margin-top: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 9px;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.reading-shell, .explore { padding: 110px 7vw; }
.reading-shell { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; padding-bottom: 55px; border-bottom: 1px solid var(--line); }
.section-heading h2 { font-size: clamp(46px, 6vw, 82px); margin: 0; line-height: .95; }
.section-heading > p { margin: 0; max-width: 430px; line-height: 1.7; font-size: 15px; }
.mode-tabs { display: flex; margin: 45px 0; border-bottom: 1px solid var(--line); }
.mode-tabs button { background: none; border: 0; padding: 0 55px 18px 0; margin-right: 40px; cursor: pointer; opacity: .4; text-transform: uppercase; letter-spacing: .11em; font-size: 12px; }
.mode-tabs button span { font-family: "Italiana", serif; font-size: 24px; margin-right: 12px; }
.mode-tabs button.active { opacity: 1; border-bottom: 2px solid var(--rust); color: var(--rust); }

.draw-panel { min-height: 520px; display: flex; align-items: center; justify-content: center; gap: 9vw; }
.card-back {
  width: 238px;
  aspect-ratio: 2 / 3.42;
  border-radius: 18px;
  overflow: hidden;
  background: var(--rust);
  color: #e8d9b3;
  border: 10px solid var(--rust);
  outline: 1px solid #e8d9b3;
  outline-offset: -18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 25px 60px rgba(62,33,24,.2);
}
.real-back {
  background: #2c2d28 url("/images/card-back.webp") center / cover no-repeat;
  border: 0;
  outline: 0;
}
.card-back span { font-size: 78px; }
.card-back i { font-style: normal; text-align: center; font-family: "Italiana", serif; font-size: 19px; line-height: 1.3; letter-spacing: .08em; }
.draw-panel > div:last-child { max-width: 410px; }
.draw-panel h3 { font-size: 48px; margin: 0 0 20px; }
.draw-panel p:not(.eyebrow) { line-height: 1.7; }
.primary-button {
  margin-top: 20px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--cream);
  padding: 15px 26px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
  cursor: pointer;
}
.primary-button:disabled { opacity: .3; cursor: not-allowed; }

.three-setup { display: grid; grid-template-columns: 1fr .6fr 1fr; gap: 40px; padding: 75px 0 25px; align-items: start; }
.choice, .path-card { text-align: center; }
.choice > span, .path-card > span { color: var(--rust); font-family: "Italiana", serif; font-size: 30px; }
.choice label { display: block; font-family: "Italiana", serif; font-size: 28px; margin: 20px 0 28px; min-height: 66px; }
select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  padding: 13px 30px 13px 0;
  color: var(--ink);
}
.mini-back { width: 100px; aspect-ratio: 2/3.42; margin: 20px auto; background: var(--rust); color: #e7d5a9; display: grid; place-items: center; font-size: 38px; outline: 1px solid #e7d5a9; outline-offset: -8px; border-radius: 9px; overflow: hidden; }
.path-card p { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.three-button { grid-column: 1 / -1; justify-self: center; }

.reading-cards { display: grid; gap: 34px; padding: 55px 0; align-items: start; }
.reading-1 { grid-template-columns: minmax(280px, 760px); justify-content: center; }
.reading-3 { grid-template-columns: repeat(3, 1fr); }
.card-face { min-width: 0; }
.position-label { text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 600; text-align: center; margin: 0 0 14px; color: var(--rust); }
.card-art {
  position: relative;
  max-width: 330px;
  margin: 0 auto;
  aspect-ratio: 2 / 3.42;
  border-radius: 18px;
  overflow: hidden;
  color: #f1e9d3;
  border: 7px solid #252721;
  outline: 1px solid rgba(239,225,190,.8);
  outline-offset: -13px;
  background:
    radial-gradient(circle at 50% 38%, rgba(211,164,70,.7), transparent 18%),
    linear-gradient(145deg, #23352f, #8e402c 62%, #c28d43);
}
.suit-cups { background: radial-gradient(circle at 50% 40%, #d5b36e, transparent 18%), linear-gradient(145deg,#233b49,#4d7180 55%,#b17b4b); }
.suit-swords { background: radial-gradient(circle at 50% 40%, #d7c486, transparent 18%), linear-gradient(145deg,#33393c,#747573 54%,#5e382d); }
.suit-pentacles { background: radial-gradient(circle at 50% 40%, #d4a749, transparent 18%), linear-gradient(145deg,#263a2b,#64724a 60%,#aa6e35); }
.suit-wands { background: radial-gradient(circle at 50% 40%, #e1b14e, transparent 18%), linear-gradient(145deg,#532b26,#9f4d2c 55%,#bf8841); }
.card-art:before, .card-art:after { content: ""; position: absolute; border: 1px solid rgba(239,225,190,.42); width: 150%; height: 50%; left: -25%; transform: rotate(-25deg); }
.card-art:before { top: 12%; }
.card-art:after { bottom: 10%; transform: rotate(25deg); }
.real-card {
  padding: 0;
  border: 0;
  outline: 0;
  background: #252721;
  box-shadow: 0 20px 45px rgba(34, 28, 20, .18);
}
.real-card:before, .real-card:after { display: none; }
.real-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}
.card-number { position: absolute; top: 24px; left: 26px; font-family: "Italiana", serif; font-size: 22px; z-index: 2; }
.orb { position: absolute; width: 52%; aspect-ratio: 1; border-radius: 50%; left: 24%; top: 24%; border: 1px solid rgba(246,225,176,.65); box-shadow: 0 0 50px rgba(237,194,99,.28); }
.card-sigil { position: absolute; inset: 0; display: grid; place-items: center; font-size: 92px; z-index: 2; text-shadow: 0 8px 28px rgba(0,0,0,.3); }
.card-art-title { position: absolute; bottom: 27px; left: 15px; right: 15px; text-align: center; font-family: "Italiana", serif; font-size: 21px; z-index: 2; }
.card-copy { padding: 28px 10px 10px; max-width: 520px; margin: 0 auto; }
.card-copy h3 { margin: 0 0 15px; font-size: 36px; }
.card-copy p:not(.eyebrow) { font-size: 14px; line-height: 1.7; }
.interpretation p { margin: 0 0 1em; }
.card-copy .invitation { font-family: "Italiana", serif; font-size: 20px !important; border-left: 1px solid var(--rust); padding-left: 17px; margin-top: 22px; }
.jungian-lens { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.jungian-lens .eyebrow { margin-bottom: 10px; }
.reading-actions { display: flex; justify-content: center; }
.text-button { background: none; border: 0; border-bottom: 1px solid var(--ink); padding: 0 0 6px; cursor: pointer; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }

.chat { max-width: 880px; margin: 90px auto 0; border: 1px solid var(--line); padding: 45px; background: #f2eddf; }
.chat-heading { grid-template-columns: 1fr auto; padding-bottom: 28px; }
.chat-heading h2 { font-size: 48px; }
.constraint { font-size: 9px; text-transform: uppercase; letter-spacing: .14em; border: 1px solid var(--line); border-radius: 30px; padding: 8px 12px; }
.messages { padding: 26px 0; max-height: 420px; overflow: auto; }
.message { max-width: 78%; line-height: 1.65; font-size: 14px; padding: 17px 20px; margin: 12px 0; background: var(--cream); }
.message.reader { margin-left: auto; background: var(--ink); color: var(--cream); }
.message span { display: block; text-transform: uppercase; letter-spacing: .13em; font-size: 8px; font-weight: 600; margin-bottom: 7px; color: var(--rust); }
.chat label { font-size: 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 600; }
.chat-input { display: flex; border-bottom: 1px solid var(--ink); margin-top: 8px; }
.chat-input input { width: 100%; border: 0; background: transparent; padding: 15px 0; outline: none; }
.chat-input button { border: 0; background: none; cursor: pointer; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.fine-print { font-size: 10px; opacity: .55; margin-top: 18px; }

.explore { background: #d8d1c0; }
.explore-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding-top: 60px; }
.select-stack label { display: block; margin-bottom: 34px; }
.select-stack label > span { display: block; font-family: "Italiana", serif; font-size: 24px; margin-bottom: 5px; }
.explore-result { min-height: 650px; }
.explore-result .compact { display: grid; grid-template-columns: minmax(240px, 310px) 1fr; gap: 30px; }
.empty-explore { height: 570px; border: 1px solid var(--line); display: grid; place-items: center; align-content: center; gap: 20px; }
.empty-explore span { color: var(--rust); font-size: 80px; }
.empty-explore p { font-family: "Italiana", serif; font-size: 24px; }

.about { padding: 130px 8vw; background: var(--ink); color: var(--paper); }
.about .eyebrow { color: #d89a68; }
.about blockquote { max-width: 1100px; margin: 0 0 75px; font-size: clamp(45px, 6vw, 82px); line-height: 1.05; }
.about > div { max-width: 750px; margin-left: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 45px; line-height: 1.8; font-size: 14px; }
footer { padding: 34px 5vw; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
footer a { text-decoration: none; }
.footer-shop { color: #cbd3ad; }

@media (max-width: 800px) {
  nav > div { display: none; }
  .hero { min-height: 650px; padding: 100px 7vw 70px; }
  .weather-mark { opacity: .38; right: -55px; top: 120px; }
  h1 { font-size: clamp(55px, 17vw, 80px); }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .reading-shell, .explore { padding: 80px 6vw; }
  .draw-panel { flex-direction: column; padding: 55px 0; }
  .card-back { width: 190px; }
  .three-setup, .reading-3, .explore-grid { grid-template-columns: 1fr; }
  .path-card { margin: 30px 0; }
  .reading-cards { gap: 70px; }
  .chat { padding: 28px 20px; margin-top: 70px; }
  .chat-heading { grid-template-columns: 1fr; }
  .message { max-width: 92%; }
  .explore-result .compact { grid-template-columns: 1fr; }
  .about { padding: 90px 7vw; }
  .about > div { grid-template-columns: 1fr; margin: 0; }
  footer { flex-direction: column; text-align: center; }
}

/* Photo-led redesign: half-light, lichen, lavender and lacquer. */
:root {
  --ink: #171816;
  --paper: #b9bdb2;
  --cream: #d9d8cb;
  --rust: #bf7659;
  --gold: #c8bb8a;
  --moss: #657168;
  --lavender: #77768d;
  --lichen: #cbd3ad;
  --night: #111311;
  --line: rgba(27, 29, 27, .24);
}

body {
  background:
    linear-gradient(115deg, rgba(255,255,255,.035), transparent 28%),
    var(--night);
  color: #1b1d1b;
}

nav {
  height: 76px;
  color: #e4e3d7;
  border-color: rgba(228,227,215,.16);
  background: rgba(13,15,14,.9);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
}
.brand span { color: var(--lichen); }
nav > div { color: rgba(228,227,215,.68); }
nav a:hover { color: #fff; }

.hero {
  min-height: min(850px, calc(100vh - 76px));
  padding: 9vw 6vw 8vw;
  display: grid;
  grid-template-columns: minmax(320px,.8fr) minmax(500px,1.2fr);
  align-items: center;
  gap: 5vw;
  color: #ecebdd;
  background:
    radial-gradient(circle at 82% 22%, rgba(207,214,183,.18), transparent 21%),
    linear-gradient(135deg, #0c0e0d 0 48%, #222623 48.2% 72%, #111310 72.2%);
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  background:
    repeating-linear-gradient(18deg, transparent 0 3px, rgba(255,255,255,.025) 4px 5px),
    repeating-linear-gradient(92deg, transparent 0 7px, rgba(255,255,255,.02) 8px 9px);
  pointer-events: none;
}
.hero:after {
  width: 42vw;
  height: 42vw;
  right: -10vw;
  top: -15vw;
  border-color: rgba(202,210,173,.22);
  box-shadow: 0 0 110px rgba(202,210,173,.08);
}
.hero-copy-block { position: relative; z-index: 2; }
.hero .eyebrow { color: #cfd5b5; }
.hero h1 {
  font-size: clamp(64px, 7.5vw, 122px);
  line-height: .84;
  letter-spacing: -.045em;
  text-shadow: 0 14px 45px rgba(0,0,0,.35);
}
.hero-copy { color: rgba(236,235,221,.72); max-width: 430px; }
.hero .primary-link { border-color: rgba(236,235,221,.7); }

.hero-tableau {
  position: relative;
  min-height: 610px;
  z-index: 1;
  perspective: 1200px;
}
.light-fall {
  position: absolute;
  inset: -16% -18% -10% 10%;
  background: linear-gradient(137deg, transparent 0 32%, rgba(227,231,207,.82) 32.5% 56%, rgba(159,168,157,.16) 56.5%);
  filter: blur(1px);
  opacity: .48;
}
.deck-object {
  position: absolute;
  overflow: hidden;
  background: #272b28;
  box-shadow: -25px 36px 24px rgba(0,0,0,.55), 0 2px 0 rgba(255,255,255,.18) inset;
  border: 1px solid rgba(239,239,221,.2);
}
.deck-object img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.7) contrast(.94); }
.guide-object {
  width: min(38vw, 390px);
  aspect-ratio: .68;
  left: 2%;
  top: 2%;
  transform: rotate(-5deg) rotateY(3deg);
}
.guide-object:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(143,143,170,.34), transparent 45%, rgba(18,20,18,.4));
}
.guide-object span {
  position: absolute;
  z-index: 2;
  left: 12%;
  bottom: 7%;
  font-family: "Italiana", serif;
  font-size: clamp(18px,2vw,28px);
  letter-spacing: .04em;
  color: #f0efe4;
}
.oracle-object {
  width: min(30vw, 310px);
  aspect-ratio: .59;
  right: 2%;
  top: 22%;
  transform: rotate(9deg) rotateY(-4deg);
  background: #cbd3ad;
}
.oracle-object img { filter: saturate(.45) hue-rotate(22deg) brightness(1.15); }
.oracle-object:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 72%;
  aspect-ratio: 1;
  left: 14%;
  top: 9%;
  border-radius: 50%;
  border: 10px solid rgba(73,82,63,.38);
  box-shadow: 0 0 0 1px rgba(231,236,203,.48) inset;
}
.oracle-object i {
  position: absolute;
  z-index: 3;
  width: 18%;
  aspect-ratio: 1;
  border-radius: 50%;
  right: 9%;
  bottom: 5%;
  background: #b96e4c;
  box-shadow: 0 0 0 7px rgba(176,104,76,.18);
}
.tableau-note {
  position: absolute;
  right: 0;
  bottom: 1%;
  color: rgba(235,235,220,.55);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .26em;
  transform: rotate(90deg);
  transform-origin: right bottom;
}
.hero-photo {
  min-height: 0;
  margin: 0;
  aspect-ratio: 1;
  overflow: visible;
  transform: rotate(1.5deg);
  background: #222522;
  border: 1px solid rgba(239,239,221,.2);
  box-shadow: -30px 42px 30px rgba(0,0,0,.48);
}
.hero-photo:before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(255,255,255,.12) inset, 0 -70px 100px rgba(5,7,6,.2) inset;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.82) contrast(1.03);
}
.hero-photo figcaption {
  position: absolute;
  z-index: 3;
  right: -4px;
  bottom: -28px;
  color: rgba(235,235,220,.55);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .26em;
}

.reading-shell, .explore { padding: 120px 7vw; }
.reading-shell {
  background:
    radial-gradient(circle at 18% 9%, rgba(124,121,146,.22), transparent 21%),
    linear-gradient(118deg, #d4d4ca 0 62%, #bcc2b7 62.2%);
}
.reading-shell:before, .explore:before {
  content: "";
  display: block;
  width: 54px;
  height: 8px;
  margin-bottom: 52px;
  background: linear-gradient(90deg, var(--lavender) 0 62%, var(--lichen) 62%);
}
.section-heading { border-color: rgba(27,29,27,.25); }
.section-heading h2 { letter-spacing: -.035em; }
.eyebrow { color: #7d5144; }

.mode-tabs button.active { color: #4c534b; border-color: #4c534b; }
.draw-panel {
  margin-top: 34px;
  border: 1px solid rgba(27,29,27,.16);
  background: rgba(236,235,222,.36);
  box-shadow: 24px 28px 0 rgba(72,78,70,.09);
  padding: 60px;
}
.card-back, .card-art, .mini-back { border-radius: 8px; }
.real-back, .real-card {
  box-shadow: -13px 22px 22px rgba(20,22,20,.28);
}
.primary-button {
  background: #252825;
  border-color: #252825;
  box-shadow: 7px 7px 0 rgba(102,112,104,.28);
  transition: transform .2s ease, box-shadow .2s ease;
}
.primary-button:hover { transform: translate(-2px,-2px); box-shadow: 10px 10px 0 rgba(102,112,104,.28); }

.three-setup {
  margin-top: 38px;
  padding: 72px 5vw 42px;
  background: rgba(231,231,218,.42);
  border: 1px solid rgba(27,29,27,.16);
}
.choice > span, .path-card > span, .position-label { color: #705d76; }

.reading-cards { padding-top: 75px; }
.reading-3 .card-face:nth-child(2) { transform: translateY(34px); }
.card-copy { padding-top: 36px; }
.card-copy h3 { letter-spacing: -.025em; }
.card-copy .invitation { border-color: #705d76; }
.jungian-lens { border-color: rgba(27,29,27,.18); }

.chat {
  max-width: 960px;
  border: 0;
  border-left: 10px solid #6f7082;
  background: #c9ccbf;
  box-shadow: 24px 28px 0 rgba(20,22,20,.12);
}
.message { background: #e1e0d2; }
.message.reader { background: #242724; }
.message span { color: #80584d; }

.explore {
  color: #e8e7da;
  background:
    radial-gradient(circle at 76% 25%, rgba(203,211,173,.18), transparent 22%),
    linear-gradient(125deg, #252a27, #151816 64%);
}
.explore:before { background: linear-gradient(90deg, #9290a4 0 62%, #ccd4ae 62%); }
.explore .eyebrow { color: #c9d0ad; }
.explore .section-heading { border-color: rgba(232,231,218,.18); }
.explore select { color: #ecebdd; border-color: rgba(232,231,218,.35); }
.explore select option { color: #20231f; }
.select-stack label > span { color: #d5d6c9; }
.empty-explore { border-color: rgba(232,231,218,.2); background: rgba(255,255,255,.025); }
.empty-explore span { color: #cbd3ad; }
.explore-result .card-copy { color: #deded1; }
.explore-result .jungian-lens { border-color: rgba(232,231,218,.18); }

.about {
  background:
    linear-gradient(140deg, rgba(118,117,139,.18), transparent 38%),
    #0e100f;
}
.about blockquote { color: #e6e5d8; }
.about .eyebrow { color: #c8d0ad; }
footer { color: #d9d8cc; background: #0e100f; border-top: 1px solid rgba(217,216,204,.12); }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-tableau { min-height: 520px; }
}

@media (max-width: 800px) {
  nav {
    position: sticky;
    top: 0;
    height: auto;
    min-height: 76px;
    padding: 10px 5vw 0;
    flex-wrap: wrap;
  }
  .brand { min-height: 42px; font-size: 18px; }
  nav > div {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    justify-content: space-between;
    gap: 18px;
    overflow-x: auto;
    padding: 0;
    border-top: 1px solid rgba(228,227,215,.12);
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  nav > div::-webkit-scrollbar { display: none; }
  nav > div a {
    flex: 0 0 auto;
    padding: 11px 0 13px;
    white-space: nowrap;
    font-size: 9px;
  }
  .hero {
    min-height: auto;
    padding: 90px 7vw 50px;
    grid-template-columns: 1fr;
  }
  .hero h1 { font-size: clamp(58px,18vw,92px); }
  .hero-tableau { min-height: 470px; margin-top: 25px; }
  .hero-photo { min-height: 0; }
  .guide-object { width: 58vw; left: 0; }
  .oracle-object { width: 44vw; right: 1%; }
  .draw-panel { padding: 50px 25px; }
  .reading-3 .card-face:nth-child(2) { transform: none; }
}
