@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("assets/fonts/dm-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/forum-latin.woff2") format("woff2");
}

:root {
  --cream: #f4ecdd;
  --paper: #fffaf1;
  --navy: #071d42;
  --navy-soft: #11335f;
  --gold: #b77a1b;
  --gold-light: #e2bd72;
  --sage: #dfe5d8;
  --sage-ink: #435647;
  --clay: #ead8ce;
  --clay-ink: #74483c;
  --ink: #1c2634;
  --muted: #67665e;
  --line: rgba(157, 106, 30, .28);
  --serif: "Forum", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 18px 50px rgba(44, 35, 20, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1; }
h1 { margin-bottom: 17px; font-size: clamp(2.9rem, 5.15vw, 4.85rem); letter-spacing: -.02em; }
h2 { margin-bottom: 0; font-size: clamp(2.25rem, 3.55vw, 3.6rem); letter-spacing: -.015em; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-160%); background: #fff; padding: 10px 16px; }
.skip-link:focus { transform: none; }
.screen-reader-text { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.eyebrow { margin-bottom: 10px; color: #8d5d15; font-size: .68rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid var(--gold); background: var(--gold); color: #fff; padding: 0 20px; font-size: .76rem; font-weight: 600; letter-spacing: .03em; }
.button-light { border-color: #fff; background: var(--paper); color: var(--navy); }
.simple-link { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: .79rem; font-weight: 600; }
.simple-link span { transition: transform .2s; }
.simple-link:hover span { transform: translateX(4px); }
.light-link { color: #fff; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(255, 250, 241, .97); }
.header-inner { display: grid; width: min(1180px, calc(100% - 40px)); min-height: 70px; grid-template-columns: auto 1fr; align-items: center; gap: 35px; margin-inline: auto; }
.brand { display: flex; align-items: center; gap: 10px; line-height: 1; }
.brand img { width: 43px; height: 43px; border: 1px solid var(--gold); border-radius: 50%; object-fit: cover; }
.brand b { display: block; font-family: var(--serif); font-size: 1.23rem; font-weight: 400; }
.brand small { display: block; margin-top: 4px; color: #936018; font-size: .58rem; letter-spacing: .21em; text-transform: uppercase; }
.site-header nav { display: flex; justify-content: flex-end; gap: 27px; color: #2d3642; font-size: .75rem; font-weight: 600; }
.site-header nav a:hover { color: var(--gold); }
.menu-toggle { display: none; }

.hero { display: grid; grid-template-rows: 380px auto; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); background: var(--paper); }
.hero-copy { display: flex; flex-direction: column; align-items: center; padding: 30px 46px 34px; text-align: center; }
.hero-copy h1 { max-width: 920px; margin-bottom: 0; }
.hero-copy .eyebrow { margin-bottom: 12px; }
.hero-image { min-height: 380px; background: linear-gradient(90deg, rgba(255,250,241,.1), transparent 30%), url("assets/optimized/hero-1600.webp") center 58% / cover; }

.services { padding: 34px 0 58px; }
.compact-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 60px; margin-bottom: 25px; }
.compact-heading > p { max-width: 430px; margin: 0 0 3px; color: var(--muted); font-size: .92rem; }
.compact-heading > .simple-link { justify-self: end; margin-bottom: 6px; }
.card-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.tarot-card { position: relative; overflow: hidden; aspect-ratio: 941 / 1672; border-radius: 15px; background: var(--paper); box-shadow: 0 8px 24px rgba(49, 35, 14, .09); transition: transform .25s, box-shadow .25s; }
.tarot-card img { position: absolute; inset: 0; width: 100%; max-width: none; height: 100%; object-fit: cover; transform: scale(var(--card-image-scale, 1)); transform-origin: center; }
.tarot-card--massage { --card-image-scale: 1.005; }
.tarot-card--guidance { --card-image-scale: 1.024; }
.tarot-card--contact { --card-image-scale: 1.038; }
.tarot-card--formation { --card-image-scale: 1.018; }
.tarot-card:hover { transform: translateY(-6px); box-shadow: 0 18px 36px rgba(49, 35, 14, .16); }
.swipe-hint { display: none; }
.tattoo-feature { position: relative; display: grid; height: 332px; grid-template-columns: 37.4% 62.6%; margin-top: 24px; overflow: hidden; border: 1px solid rgba(157,106,30,.46); background: #fffaf1; box-shadow: 0 16px 38px rgba(44,35,20,.1); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.tattoo-feature:hover { border-color: rgba(183,122,27,.82); transform: translateY(-3px); box-shadow: 0 22px 48px rgba(44,35,20,.15); }
.tattoo-visual { position: relative; min-width: 0; min-height: 0; overflow: hidden; background: #071d42; }
.tattoo-visual::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, transparent 68%, rgba(7,29,66,.13)), linear-gradient(0deg, rgba(7,29,66,.2), transparent 34%); pointer-events: none; }
.tattoo-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .55s ease; }
.tattoo-feature:hover .tattoo-visual img { transform: scale(1.018); }
.tattoo-copy { position: relative; display: flex; min-width: 0; flex-direction: column; align-items: flex-start; justify-content: center; overflow: hidden; padding: 34px 8.5%; background: radial-gradient(circle at 94% 16%, rgba(226,189,114,.24), transparent 23%), linear-gradient(112deg, #fffaf1 0%, #fcf3e3 100%); }
.tattoo-kicker { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 9px; color: #8d5d15; font-size: .61rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.tattoo-kicker i { color: var(--gold); font-style: normal; }
.tattoo-copy b { position: relative; z-index: 1; max-width: 560px; margin: 10px 0 12px; color: var(--navy); font-family: var(--serif); font-size: clamp(2.45rem, 3.45vw, 3.25rem); font-weight: 400; line-height: .94; }
.tattoo-copy p { position: relative; z-index: 1; max-width: 590px; margin-bottom: 14px; color: #5f605a; font-size: .81rem; line-height: 1.5; }
.tattoo-intentions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
.tattoo-intentions span { border: 1px solid rgba(183,122,27,.32); border-radius: 999px; background: rgba(255,250,241,.72); color: #765019; padding: 5px 11px; font-family: var(--serif); font-size: .9rem; line-height: 1; }
.tattoo-link { position: relative; z-index: 1; display: inline-flex; min-height: 39px; align-items: center; gap: 13px; background: var(--navy); color: #fffaf1; padding: 0 17px; font-size: .7rem; font-weight: 600; letter-spacing: .025em; }
.tattoo-link i { color: var(--gold-light); font-style: normal; transition: transform .2s ease; }
.tattoo-feature:hover .tattoo-link i { transform: translateX(4px); }

.founders { display: grid; min-height: 410px; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.founders-photo { min-height: 410px; }
.founders-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.founders-copy { align-self: center; padding: 38px 8%; }
.founders-copy .intro { margin: 18px 0 14px; color: #815717; font-family: var(--serif); font-size: 1.36rem; line-height: 1.25; }
.founders-copy > p:not(.eyebrow):not(.intro) { color: var(--muted); }
.founders-copy .simple-link { margin-top: 10px; }

.vera-universe { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 58px 0 0; }
.vera-main { position: relative; display: grid; overflow: hidden; aspect-ratio: 1942 / 809; grid-column: 1 / -1; grid-template-columns: 55% 45%; border: 1px solid var(--line); background: #f2dfbd; box-shadow: var(--shadow); }
.vera-main-art { position: absolute; inset: 0; background: url("assets/bibliotheque-vera-character-design.webp") left center / cover no-repeat; }
.vera-main-copy { position: relative; z-index: 2; display: flex; grid-column: 2; align-self: center; flex-direction: column; align-items: flex-end; padding: 38px 58px 38px 8px; text-align: right; }
.vera-main-copy .eyebrow { max-width: 470px; margin-bottom: 12px; color: #956016; line-height: 1.5; }
.vera-main h2 { max-width: 500px; margin-bottom: 17px; color: var(--navy); font-size: clamp(3.1rem, 5vw, 4.5rem); line-height: .91; }
.vera-main h2 em { color: var(--gold); font-style: normal; }
.vera-main-copy > p:not(.eyebrow) { max-width: 445px; margin-bottom: 20px; color: #4f514e; font-size: .9rem; }
.vera-main-copy .simple-link { color: var(--navy); }
.quiz-card { position: relative; display: grid; width: 100%; min-height: 420px; grid-column: 1; grid-template-columns: 155px minmax(0, 1fr); align-items: center; gap: 27px; overflow: hidden; border: 1px solid #c69a51; background: linear-gradient(90deg, #0b254d 0 35%, #fffaf1 35% 100%); padding: 38px 31px; text-align: left; box-shadow: 0 18px 45px rgba(44,35,20,.12); }
.quiz-card::before { content: ""; position: absolute; z-index: 1; inset: 10px; border: 1px solid rgba(226,189,114,.5); pointer-events: none; }
.quiz-card::after { content: "✦"; position: absolute; right: 34px; top: 26px; color: rgba(183,122,27,.5); font-size: 1.05rem; }
.quiz-tarot { position: relative; z-index: 2; width: 100%; height: auto; aspect-ratio: 1054 / 1492; border: 1px solid rgba(226,189,114,.7); border-radius: 8px; box-shadow: 0 16px 34px rgba(0,0,0,.28); object-fit: cover; }
.quiz-copy { position: relative; z-index: 2; display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.quiz-card small { color: #8d5d15; font-size: .63rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.quiz-card h3 { margin: 14px 0 17px; color: var(--navy); font-family: var(--serif); font-size: clamp(2.35rem, 3.05vw, 3rem); font-weight: 400; line-height: .93; }
.quiz-card p { max-width: 290px; margin-bottom: 24px; color: var(--muted); font-size: .8rem; }
.quiz-link { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid rgba(183,122,27,.55); padding-bottom: 6px; color: #172d47; font-size: .78rem; font-weight: 600; }
.quiz-link i { font-style: normal; }
.vera-ai { position: relative; display: grid; min-height: 420px; grid-column: 2; grid-template-columns: 155px minmax(0, 1fr); align-items: center; gap: 27px; overflow: hidden; border: 1px solid #c69a51; background: linear-gradient(90deg, #071d42 0 35%, #fffaf1 35% 100%); padding: 38px 31px; text-align: left; box-shadow: 0 18px 45px rgba(44,35,20,.12); }
.vera-ai::before { content: ""; position: absolute; z-index: 1; inset: 10px; border: 1px solid rgba(226,189,114,.5); pointer-events: none; }
.vera-ai::after { content: "✦"; position: absolute; right: 34px; top: 26px; color: rgba(183,122,27,.5); font-size: 1.05rem; }
.ai-icon { position: relative; z-index: 2; display: grid; width: 106px; aspect-ratio: 1; justify-self: center; place-items: center; border: 1px solid rgba(226,189,114,.8); border-radius: 50%; background: radial-gradient(circle, rgba(226,189,114,.14), rgba(7,29,66,.2) 64%); color: #fffaf1; font-family: var(--serif); font-size: 3.65rem; box-shadow: 0 0 0 13px rgba(226,189,114,.08), 0 0 0 29px rgba(226,189,114,.045); }
.ai-icon i { position: absolute; right: -8px; bottom: 3px; border: 1px solid #f4d28a; border-radius: 20px; background: #87570f; color: #fff; padding: 5px 8px; font-family: var(--sans); font-size: .58rem; font-style: normal; font-weight: 600; letter-spacing: .08em; }
.vera-ai-copy { position: relative; z-index: 2; display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.vera-ai small { color: #8d5d15; font-size: .61rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.vera-ai h3 { margin: 10px 0 12px; color: var(--navy); font-family: var(--serif); font-size: 3.25rem; font-weight: 400; line-height: .92; }
.vera-ai p { max-width: 320px; margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.55; }
.soon-chip { margin-top: 22px; border: 1px solid rgba(183,122,27,.38); border-radius: 30px; background: #f8edd9; color: #8d5d15; padding: 8px 13px; font-size: .53rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }

.discover { padding: 58px 0 64px; }
.discover-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 18px; }
.content-card { display: grid; min-height: 360px; grid-template-rows: 125px 1fr; overflow: hidden; border: 1px solid rgba(157,106,30,.34); background: var(--paper); box-shadow: 0 12px 32px rgba(44,35,20,.08); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.content-card:hover { border-color: rgba(183,122,27,.68); transform: translateY(-4px); box-shadow: 0 20px 42px rgba(44,35,20,.13); }
.content-card > img { width: 100%; height: 125px; object-fit: cover; }
.content-card.sage { background: var(--sage); color: var(--sage-ink); }
.content-card.clay { background: var(--clay); color: var(--clay-ink); }
.content-card.interview-feature { position: relative; grid-template-rows: auto minmax(0, 1fr); background: linear-gradient(145deg, #ead8ce, #f2e5dc); }
.interview-feature > img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; filter: saturate(.82) contrast(1.04); }
.interview-feature .content-copy { min-height: 0; padding: 15px 18px 14px; }
.interview-feature .content-copy small { margin-bottom: 4px; }
.interview-feature .content-copy b { font-size: 1.42rem; }
.interview-feature .content-copy > span { padding-top: 8px; }
.content-copy { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; padding: 16px 18px; }
.content-copy small { margin-bottom: 6px; color: #8d5d15; font-size: .62rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.content-copy b { font-family: var(--serif); font-size: 1.52rem; font-weight: 400; line-height: 1.05; }
.content-copy > span { margin-top: auto; padding-top: 14px; font-size: .71rem; font-weight: 600; }
.content-card.feature-card { position: relative; min-height: 360px; grid-template-rows: 172px minmax(0, 1fr); background: var(--paper); color: var(--ink); }
.feature-card::after { content: ""; position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; height: 3px; background: var(--feature-accent, var(--gold)); transform: scaleX(.22); transform-origin: left; transition: transform .25s ease; }
.feature-card:hover::after { transform: scaleX(1); }
.meditation-feature { --feature-accent: #819581; }
.interview-feature-v2 { --feature-accent: #b77a1b; }
.feature-media { position: relative; display: grid; min-width: 0; overflow: hidden; place-items: center; background: #15253d; isolation: isolate; }
.feature-media::before { content: ""; position: absolute; z-index: -1; inset: -22px; background: var(--feature-image) center / cover no-repeat; filter: blur(16px) brightness(.58) saturate(.78); opacity: .9; transform: scale(1.08); }
.feature-media::after { content: ""; position: absolute; inset: 0; border-bottom: 1px solid rgba(255,255,255,.24); background: linear-gradient(90deg, rgba(7,29,66,.24), transparent 32%, rgba(7,29,66,.18)); pointer-events: none; }
.feature-media img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; filter: saturate(.88) contrast(1.03); }
.feature-type { position: absolute; z-index: 2; right: 13px; bottom: 12px; border: 1px solid rgba(255,255,255,.7); border-radius: 30px; background: rgba(7,29,66,.78); color: #fff; padding: 5px 9px 4px; font-size: .52rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(5px); }
.feature-card .content-copy { min-height: 0; padding: 18px 20px 19px; }
.feature-card .content-copy small { position: relative; margin-bottom: 6px; padding-left: 14px; color: #8d5d15; }
.feature-card .content-copy small::before { content: ""; position: absolute; left: 0; top: .43em; width: 6px; height: 6px; border-radius: 50%; background: var(--feature-accent); }
.feature-card .content-copy h3 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: 1.58rem; font-weight: 400; line-height: 1; }
.feature-card .content-copy p { margin: 11px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.45; }
.feature-card .feature-action { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 13px; color: var(--navy); font-size: .7rem; font-weight: 600; }
.feature-action i { color: var(--feature-accent); font-style: normal; transition: transform .2s ease; }
.feature-card:hover .feature-action i { transform: translateX(4px); }
.video-library { position: relative; display: flex; min-height: 360px; flex-direction: column; isolation: isolate; background: linear-gradient(145deg, #fffaf1, #f3e7d6); }
.video-library::after { content: ""; position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; height: 3px; background: var(--gold); transform: scaleX(.22); transform-origin: left; transition: transform .25s ease; }
.video-library:hover::after { transform: scaleX(1); }
.video-library-head { position: relative; overflow: hidden; flex: 0 0 86px; background: radial-gradient(circle at 84% 15%, rgba(219,175,90,.22), transparent 28%), linear-gradient(125deg, #071d42, #102d58); color: #fff; padding: 17px 19px 15px; }
.video-library-head::before, .video-library-head::after { content: ""; position: absolute; border: 1px solid rgba(220,177,92,.24); border-radius: 50%; pointer-events: none; }
.video-library-head::before { right: -33px; top: -58px; width: 128px; height: 128px; }
.video-library-head::after { right: 21px; top: 15px; width: 46px; height: 46px; }
.video-library-head > span { position: relative; z-index: 1; display: block; margin-bottom: 5px; color: #e0b45e; font-size: .58rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.video-library-head > h3 { position: relative; z-index: 1; display: block; margin: 0; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; line-height: 1; }
.video-list { display: flex; min-height: 0; flex: 1; flex-direction: column; padding: 0 16px 7px; }
.video-item { display: grid; min-height: 0; flex: 1; grid-template-columns: 116px minmax(0, 1fr); align-items: center; gap: 12px; border-bottom: 1px solid rgba(157,106,30,.25); padding: 10px 0; }
.video-item:last-child { border-bottom: 0; }
.video-thumb { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid rgba(224,180,94,.5); border-radius: 5px; background: #071d42; box-shadow: 0 6px 15px rgba(7,29,66,.14); }
.video-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,29,66,.18), transparent 55%); transition: background .2s ease; }
.video-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.84) contrast(1.04); transition: transform .28s ease, filter .28s ease; }
.video-play { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; width: 31px; aspect-ratio: 1; place-items: center; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: rgba(7,29,66,.78); color: #fff; padding-left: 2px; font-size: .55rem; box-shadow: 0 4px 12px rgba(0,0,0,.22); backdrop-filter: blur(4px); }
.video-info { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.video-info small { margin-bottom: 4px; color: #9b6719; font-size: .53rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.video-info strong { color: var(--navy); font-family: var(--serif); font-size: 1.13rem; font-weight: 400; line-height: 1.05; }
.video-info > span { display: inline-flex; align-items: center; gap: 7px; margin-top: 9px; color: #17325f; font-size: .64rem; font-weight: 600; }
.video-info i { color: var(--gold); font-style: normal; transition: transform .2s ease; }
.video-item:hover .video-thumb img { transform: scale(1.045); filter: saturate(1) contrast(1.03); }
.video-item:hover .video-info i { transform: translateX(4px); }
.content-card.event-listing { grid-template-rows: 1fr; background: linear-gradient(145deg, #fffaf1, #f4ead8); }
.event-panel { display: flex; min-width: 0; flex-direction: column; padding: 20px 18px 18px; }
.event-panel > small { margin-bottom: 5px; color: #8d5d15; font-size: .6rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.event-panel > h3 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: 1.5rem; font-weight: 400; line-height: 1.05; }
.event-cards { display: grid; flex: 1; align-content: stretch; gap: 10px; margin-top: 14px; }
.event-row { display: grid; min-height: 108px; grid-template-columns: 96px 1fr; overflow: hidden; border: 1px solid #dfc99f; border-radius: 11px; background: rgba(255,253,247,.92); box-shadow: 0 7px 18px rgba(32,45,62,.07); }
.event-row:hover { border-color: var(--gold); transform: translateY(-1px); }
.event-row .event-thumb { width: 96px; height: 100%; min-height: 100px; object-fit: cover; }
.event-details { position: relative; display: flex; min-width: 0; flex-direction: column; justify-content: center; gap: 6px; padding: 12px 30px 12px 13px; }
.event-meta { color: #a36b15; font-size: .54rem; font-weight: 600; letter-spacing: .055em; line-height: 1.3; text-transform: uppercase; }
.event-row strong { color: var(--navy); font-size: .74rem; font-weight: 600; line-height: 1.25; }
.event-row i { position: absolute; right: 13px; bottom: 12px; color: var(--gold); font-style: normal; }

.letter { position: relative; overflow: visible; margin-bottom: 58px; }
.mde-veilleurs-image, .mde-veilleurs-image * { box-sizing: border-box; }
.mde-veilleurs-image { position: relative; }
.mde-veilleurs-image__visual { display: block; width: 100%; height: auto; }
.mde-veilleurs-image__form { position: absolute; inset: 0; }
.mde-veilleurs-image__field { position: absolute; display: block; }
.mde-veilleurs-image__field--first-name { left: 46%; top: 48%; width: 22.4%; height: 12.1%; }
.mde-veilleurs-image__field--email { left: 69.5%; top: 48%; width: 22.8%; height: 12.1%; }
.mde-veilleurs-image__field input { width: 100% !important; height: 100% !important; margin: 0 !important; border: 0 !important; border-radius: 8px !important; background: transparent !important; color: #213764 !important; caret-color: #213764 !important; padding: 0 4.2% 0 17% !important; font-family: Georgia, "Times New Roman", serif !important; font-size: clamp(11px, 1.05vw, 19px) !important; line-height: 1 !important; outline: none !important; box-shadow: none !important; appearance: none !important; transition: background .18s, box-shadow .18s; }
.mde-veilleurs-image__field input::placeholder { color: transparent !important; opacity: 0 !important; }
.mde-veilleurs-image__field input:not(:placeholder-shown) { background: linear-gradient(transparent 20%, rgba(244,234,208,.93) 20%, rgba(244,234,208,.93) 82%, transparent 82%) !important; box-shadow: 0 0 0 1px rgba(181,124,24,.08) inset !important; }
.mde-veilleurs-image__field input:focus { background: linear-gradient(transparent 20%, rgba(248,239,217,.97) 20%, rgba(248,239,217,.97) 82%, transparent 82%) !important; box-shadow: 0 0 0 2px rgba(181,124,24,.12) inset !important; }
.mde-veilleurs-image__button { position: absolute; left: 51.2%; top: 72.8%; width: 36%; height: 15.6%; margin: 0 !important; border: 0 !important; border-radius: 18px !important; background: transparent !important; color: transparent !important; padding: 0 !important; box-shadow: none !important; appearance: none !important; cursor: pointer; }
.mde-veilleurs-image__button:hover, .mde-veilleurs-image__button:focus { outline: none !important; background: rgba(252,247,234,.04) !important; box-shadow: 0 0 0 3px rgba(181,124,24,.14) inset !important; }
.mde-veilleurs-image__button:disabled { cursor: wait; opacity: .65; }
.mde-veilleurs-image__consent { position: absolute; left: 44.6%; top: 63.5%; width: 50.8%; height: 9.8%; display: flex; align-items: flex-start; gap: 0; margin: 0; padding: 0; color: transparent; font-size: 0; cursor: pointer; }
.mde-veilleurs-image__consent input { position: relative; top: 8px; width: 24px; height: 24px; flex: 0 0 24px; margin: 0 0 0 -.1%; overflow: visible; border: 0 !important; border-radius: 6px; background: transparent; opacity: .001; box-shadow: none; accent-color: #c08d35; appearance: none; cursor: pointer; }
.mde-veilleurs-image__consent input:checked { background: rgba(232,242,220,.98); opacity: 1; box-shadow: 0 0 0 2px #6d8f46 inset, 0 1px 4px rgba(55,90,38,.22); }
.mde-veilleurs-image__consent input:checked::before { content: ""; position: absolute; left: 50%; top: 50%; width: 48%; height: 82%; transform: translate(-50%, -58%) rotate(45deg); border-right: clamp(4px, .28vw, 6px) solid #2f8a2e; border-bottom: clamp(4px, .28vw, 6px) solid #2f8a2e; }
.mde-veilleurs-image__message { position: absolute; right: 10%; bottom: 2%; left: 42%; z-index: 5; min-height: 0; margin: 0; border: 1px solid rgba(181,124,24,.25); border-radius: 10px; background: rgba(255,251,241,.94) !important; box-shadow: 0 4px 14px rgba(45,31,9,.12); color: #17325f !important; padding: 7px 12px; font-size: clamp(11px, .9vw, 14px); line-height: 1.25; text-align: center; }
.mde-veilleurs-image__message:empty { display: none; }
.mde-veilleurs-image__message.is-error { border-color: rgba(165,61,46,.32) !important; background: rgba(255,241,236,.96) !important; color: #8f2b1f !important; }

.testimonials { display: grid; grid-template-columns: .62fr 1.38fr; gap: 38px; border-top: 1px solid var(--line); padding: 52px 0 58px; }
.testimonial-title h2 { font-size: 3rem; }
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.quotes blockquote { display: flex; min-height: 190px; flex-direction: column; margin: 0; border: 1px solid var(--line); background: rgba(255,250,241,.68); padding: 22px; }
.quotes blockquote p { font-family: var(--serif); font-size: 1.13rem; line-height: 1.3; }
.quotes footer { margin-top: auto; border-top: 1px solid var(--line); padding-top: 15px; color: #8d5d15; font-size: .72rem; font-weight: 600; }

.site-footer { background: var(--navy); color: #fff; }
.footer-inner { display: grid; min-height: 145px; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 40px; }
.footer-brand b, .footer-brand span { display: block; }
.footer-brand b { font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.footer-brand span { color: var(--gold-light); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-inner p { margin: 0; color: rgba(255,255,255,.6); font-family: var(--serif); font-size: 1.12rem; }
.footer-inner > a { color: var(--gold-light); font-size: .76rem; font-weight: 600; }

@media (max-width: 1000px) {
  .header-inner { grid-template-columns: auto auto; }
  .menu-toggle { display: block; justify-self: end; border: 1px solid var(--gold); background: transparent; color: var(--navy); padding: 8px 12px; }
  .site-header nav { position: absolute; top: 70px; right: 20px; display: none; width: min(300px, calc(100vw - 40px)); flex-direction: column; gap: 0; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); padding: 12px; }
  .site-header nav.open { display: flex; }
  .site-header nav a { padding: 10px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 30px 36px 34px; }
  .card-row { overflow-x: auto; grid-template-columns: repeat(5, 190px); padding-bottom: 18px; scroll-snap-type: x mandatory; }
  .tarot-card { scroll-snap-align: start; }
  .tattoo-feature { height: 310px; grid-template-columns: 40% 60%; }
  .tattoo-copy { padding-inline: 7%; }
  .tattoo-copy b { font-size: clamp(2.15rem, 4.4vw, 2.8rem); }
  .vera-universe { grid-template-columns: 1fr; }
  .vera-main-copy { padding: 30px 34px 30px 8px; }
  .vera-main h2 { font-size: clamp(2.7rem, 5.6vw, 3.7rem); }
  .quiz-card { width: min(800px, 100%); grid-column: 1; grid-template-columns: 195px minmax(0, 1fr); justify-self: center; gap: 38px; padding: 36px 40px; }
  .vera-ai { width: min(800px, 100%); min-height: 350px; grid-column: 1; justify-self: center; }
  .testimonials { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  body { font-size: 15px; }
  .section-shell { width: min(100% - 28px, 1180px); }
  .header-inner { width: calc(100% - 28px); min-height: 68px; }
  .site-header nav { top: 68px; right: 14px; }
  .hero { grid-template-rows: 270px auto; }
  .hero-copy { padding: 27px 25px 30px; }
  h1 { font-size: 2.8rem; line-height: .98; }
  .hero-image { min-height: 270px; grid-row: 1; background-image: linear-gradient(90deg, rgba(255,250,241,.1), transparent 30%), url("assets/optimized/hero-768.webp"); }
  .services { padding: 30px 0 52px; }
  .swipe-hint { display: flex; align-items: center; justify-content: flex-end; gap: 9px; margin: 0 0 11px; color: #8d5d15; font-size: .62rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
  .swipe-hint i { display: grid; width: 28px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(183,122,27,.42); border-radius: 50%; font-style: normal; animation: swipe-nudge 1.6s ease-in-out infinite; }
  .compact-heading { grid-template-columns: 1fr; gap: 16px; }
  .compact-heading > .simple-link { justify-self: start; }
  .card-row { grid-template-columns: repeat(5, 165px); gap: 10px; scroll-padding-right: 35px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .card-row::-webkit-scrollbar { display: none; }
  .tattoo-feature { height: auto; min-height: 0; grid-template-columns: 1fr; margin-top: 18px; }
  .tattoo-visual { aspect-ratio: 4 / 3; }
  .tattoo-copy { padding: 27px 24px 29px; }
  .tattoo-copy b { max-width: 370px; margin-block: 9px 11px; font-size: 2.28rem; }
  .tattoo-copy p { margin-bottom: 14px; font-size: .78rem; }
  .tattoo-intentions { margin-bottom: 18px; }
  .founders { grid-template-columns: 1fr; }
  .founders-photo { min-height: 270px; }
  .founders-copy { padding: 29px 25px; }
  .vera-universe { grid-template-columns: 1fr; padding-top: 50px; }
  .vera-main { display: flex; min-height: 0; flex-direction: column; aspect-ratio: auto; }
  .vera-main-art { position: relative; height: 270px; flex: none; background-position: left center; background-size: auto 100%; }
  .vera-main-copy { align-items: flex-start; padding: 28px 25px 31px; background: var(--paper); text-align: left; }
  .vera-main-copy .eyebrow { margin-bottom: 10px; }
  .vera-main h2 { margin-bottom: 15px; font-size: 3rem; }
  .quiz-card { min-height: 0; grid-template-columns: 1fr; gap: 29px; background: linear-gradient(180deg, #0b254d 0 330px, #fffaf1 330px 100%); padding: 31px 26px 37px; text-align: center; }
  .quiz-card::after { right: 27px; top: 21px; }
  .quiz-tarot { width: 190px; justify-self: center; }
  .quiz-copy { align-items: center; }
  .quiz-card h3 { font-size: 2.55rem; }
  .quiz-card p { max-width: 290px; font-size: .8rem; }
  .vera-ai { min-height: 0; grid-template-columns: 1fr; gap: 28px; background: linear-gradient(180deg, #071d42 0 158px, #fffaf1 158px 100%); padding: 42px 27px 38px; text-align: center; }
  .ai-icon { width: 98px; justify-self: center; font-size: 3.25rem; }
  .vera-ai-copy { align-items: center; }
  .vera-ai h3 { font-size: 2.8rem; }
  .discover { padding: 50px 0; }
  .discover-grid { overflow-x: auto; grid-template-columns: none; grid-auto-columns: 82%; grid-auto-flow: column; padding-bottom: 14px; scroll-padding-right: 45px; scrollbar-width: none; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
  .discover-grid::-webkit-scrollbar { display: none; }
  .content-card { min-height: 335px; grid-template-rows: 120px 1fr; }
  .content-card { scroll-snap-align: start; }
  .content-card > img { height: 120px; }
  .content-card.interview-feature { grid-template-rows: auto minmax(0, 1fr); }
  .interview-feature > img { height: auto; aspect-ratio: 16 / 9; }
  .content-card.event-listing { grid-template-rows: 1fr; }
  .event-panel { padding: 16px; }
  .event-row { grid-template-columns: 88px 1fr; }
  .event-row .event-thumb { width: 88px; }
  .video-library-head { flex-basis: 82px; padding: 16px 17px 14px; }
  .video-library-head > h3 { font-size: 1.48rem; }
  .video-list { padding-inline: 14px; }
  .video-item { grid-template-columns: 96px minmax(0, 1fr); gap: 11px; }
  .video-info strong { font-size: 1.02rem; }
  .letter { margin-bottom: 50px; }
  .mde-veilleurs-image__field input { font-size: 11px !important; }
  .mde-veilleurs-image__button { border-radius: 12px !important; }
  .mde-veilleurs-image__message { right: 8%; bottom: 1.2%; left: 8%; padding: 4px 8px; font-size: 11px; }
  .testimonials { padding: 46px 0 52px; }
  .quotes { overflow-x: auto; grid-template-columns: none; grid-auto-columns: 82%; grid-auto-flow: column; padding-bottom: 14px; scroll-padding-right: 45px; scrollbar-width: none; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
  .quotes::-webkit-scrollbar { display: none; }
  .quotes blockquote { min-height: 160px; }
  .quotes blockquote { scroll-snap-align: start; }
  .footer-inner { grid-template-columns: 1fr; gap: 19px; padding-block: 34px; }
}

@keyframes swipe-nudge { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(4px); } }

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