/*
Theme Name: Vini Pirata e a Concha Mágica
Theme URI: https://vinipirata.lojavirtualnuvem.com.br/
Author: Vini Pirata
Description: Site oficial do espetáculo Vini Pirata e a Concha Mágica.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: vini-pirata
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fredoka:wght@400;500;600;700&display=swap');

:root {
  --navy: #062c55;
  --deep: #041e3c;
  --ocean: #087eb4;
  --ocean-light: #12a4d5;
  --coral: #f35650;
  --coral-dark: #d94343;
  --orange: #f28a22;
  --gold: #ffd45a;
  --sand: #fff9ee;
  --ink: #122f4d;
  --muted: #546b80;
  --pink: #f18bb7;
  --white: #fff;
  --font-display: 'Fredoka', 'Trebuchet MS', sans-serif;
  --font-body: 'DM Sans', Arial, sans-serif;
  --page: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  background: var(--sand);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.page-width { width: min(var(--page), calc(100% - 64px)); margin-inline: auto; }
.skip-link {
  position: fixed; z-index: 1000; top: 8px; left: 8px;
  padding: 10px 16px; color: var(--navy); background: white;
  transform: translateY(-150%); border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

/* Orange marks Vini Pirata; the deep blue opens the underwater story. */
.site-header {
  position: sticky; top: 0; z-index: 50;
  color: #102f4b; background: rgba(242, 138, 34, .98);
  border-bottom: 1px solid rgba(88, 46, 8, .18); backdrop-filter: blur(14px);
}
.nav-wrap {
  width: calc(100% - 64px); max-width: 1440px; height: 78px; margin: auto;
  display: flex; align-items: center; justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 10px; flex: none; line-height: 1; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%;
  color: var(--gold); background: var(--navy); font-size: 23px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .22);
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; border: 2px solid #fff5db; border-radius: 50%; }
.brand b { display: block; font: 700 17px var(--font-display); letter-spacing: .07em; }
.brand small {
  display: block; margin-top: 5px; color: #583511; font-size: 10px;
  letter-spacing: .12em; text-transform: uppercase;
}
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 700; }
.site-nav > a:not(.nav-cta) { color: #183750; transition: color .2s; }
.site-nav > a:not(.nav-cta):hover { color: #fff; }
.nav-cta { padding: 10px 16px; color: #102f4b; border: 1px solid rgba(30, 48, 58, .48); border-radius: 999px; }
.nav-cta span { padding-left: 6px; color: #fff; }
.site-nav > .nav-shop { display: inline-flex; align-items: center; gap: 7px; padding: 9px 13px; color: #5a3305; background: #fff1c7; border: 1px solid #e8af35; border-radius: 999px; transition: background .2s, color .2s; }
.site-nav > .nav-shop:hover { color: var(--navy); background: #fff; }
.nav-shop span { font-size: 16px; line-height: 1; }
.menu-toggle { display: none; }

.ocean {
  position: relative; overflow: hidden; color: #fff; background-color: var(--navy);
  background-image: radial-gradient(ellipse at 16% -8%, rgba(39, 171, 218, .54), transparent 35%),
    radial-gradient(ellipse at 91% 68%, rgba(7, 111, 169, .45), transparent 34%),
    linear-gradient(160deg, #073968 0%, #052b53 55%, #041f42 100%);
}
.hero { min-height: 690px; display: grid; align-items: center; padding: 66px 0 90px; }
.hero::after {
  position: absolute; right: 0; bottom: 0; left: 0; height: 110px; content: '';
  background: linear-gradient(0deg, rgba(1, 30, 62, .85), transparent); pointer-events: none;
}
.sunbeam {
  position: absolute; top: -450px; left: 34%; width: 60%; height: 680px;
  transform: rotate(25deg); background: linear-gradient(180deg, rgba(178, 239, 255, .13), transparent 85%);
  filter: blur(8px); pointer-events: none;
}
.hero-inner {
  position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr;
  align-items: center; gap: 52px;
}
.hero-copy { padding: 10px 0 0 30px; }
.eyebrow {
  display: flex; align-items: center; gap: 10px; margin: 0 0 20px;
  color: #a9e8f7; font: 600 12px var(--font-body); letter-spacing: .17em; text-transform: uppercase;
}
.eyebrow-icon { color: var(--gold); font-size: 18px; }
.hero h1, .section-heading h2, .intro-copy h2, .gallery-heading h2,
.vini-copy h2, .contact-inner h2 {
  margin: 0; font: 600 clamp(45px, 5.4vw, 74px)/.99 var(--font-display); letter-spacing: -.035em;
}
.hero h1 em, .section-heading h2 em, .intro-copy h2 em, .gallery-heading h2 em,
.vini-copy h2 em, .contact-inner h2 em { color: var(--gold); font-style: normal; }
.hero-lede { max-width: 470px; margin: 25px 0 29px; color: #d4e8f3; font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 23px; flex-wrap: wrap; }
.button {
  min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center;
  gap: 16px; border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: .015em;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0, 0, 0, .2); }
.button span { font-size: 19px; line-height: 1; }
.button-coral { color: #fff; background: var(--coral); box-shadow: 0 8px 22px rgba(217, 67, 67, .27); }
.button-coral:hover { background: var(--coral-dark); }
.text-link { color: #fff; font-size: 13px; font-weight: 600; }
.text-link span { padding-left: 6px; color: var(--gold); }
.hero-note { display: flex; align-items: center; gap: 11px; margin-top: 40px; color: #b8d2e1; font-size: 12px; line-height: 1.45; }
.note-star { color: var(--gold); font-size: 27px; }
.hero-art { position: relative; width: min(100%, 560px); margin: 0; padding: 16px 28px 42px; justify-self: center; }
.art-shell {
  position: relative; z-index: 1; overflow: hidden; aspect-ratio: 1; border: 9px solid rgba(255, 245, 215, .94);
  border-radius: 46% 46% 44% 44% / 42% 42% 50% 50%; background: #087fbc;
  box-shadow: 0 0 0 4px #d9a753, 0 20px 55px rgba(0, 13, 36, .48);
}
.art-shell img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.hero-art:hover .art-shell img { transform: scale(1.035); }
.hero-art figcaption {
  position: absolute; z-index: 2; bottom: 12px; left: 50%; width: max-content; max-width: calc(100% - 24px); padding: 13px 20px;
  transform: translateX(-50%); color: var(--navy); background: var(--sand); border-radius: 999px; text-align: center;
  font: 500 13px var(--font-display); box-shadow: 0 8px 24px #00193260;
}
.caption-shell { margin-right: 7px; font-size: 18px; }
.orbit-star { position: absolute; z-index: 3; color: var(--gold); font-size: 34px; filter: drop-shadow(0 2px 4px #001); }
.star-one { top: 65px; right: 5px; }
.star-two { bottom: 130px; left: 0; color: var(--pink); font-size: 43px; }
.bubble { position: absolute; display: block; border: 1px solid #b7edff8a; border-radius: 50%; box-shadow: inset 3px 4px 8px #c6f7ff35, 0 0 20px #37c2ef20; }
.b1 { top: 18%; right: 12%; width: 21px; height: 21px; }
.b2 { top: 29%; left: 8%; width: 12px; height: 12px; }
.b3 { right: 45%; bottom: 8%; width: 37px; height: 37px; opacity: .6; }
.scroll-cue {
  position: absolute; z-index: 2; bottom: 20px; left: 50%; display: flex; align-items: center; gap: 10px;
  transform: translateX(-50%); color: #a4c6d8; font-size: 9px; letter-spacing: .16em; text-transform: uppercase;
}
.scroll-cue span { position: relative; width: 18px; height: 30px; border: 1px solid #91c5df; border-radius: 12px; }
.scroll-cue span::after {
  position: absolute; top: 6px; left: 7px; width: 2px; height: 5px; content: '';
  background: var(--gold); border-radius: 3px; animation: scrollHint 1.4s infinite;
}
@keyframes scrollHint { to { opacity: 0; transform: translateY(9px); } }

.sand-section { background: var(--sand); }
.intro-section { padding: 118px 0 130px; }
.intro-grid {
  display: grid; grid-template-columns: .82fr 1fr; align-items: center; gap: clamp(58px, 10vw, 140px);
  max-width: 1120px;
}
.intro-photo { position: relative; width: 100%; max-width: 410px; justify-self: center; }
.intro-photo::before {
  display: none;
}
.intro-photo img {
  position: relative; width: 100%; height: 500px; object-fit: cover; object-position: center 26%;
  border: 3px solid #e8a83e; border-radius: 48% 48% 16px 16px; box-shadow: 0 22px 54px rgba(12, 53, 83, .2);
}
.photo-stamp {
  position: absolute; right: -52px; bottom: 37px; width: 123px; height: 123px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  transform: rotate(8deg); color: #fff; background: var(--coral); border-radius: 50%;
  font: 500 17px/1.2 var(--font-display); text-align: center; box-shadow: 0 9px 24px #a52a2a40;
}
.photo-stamp b { color: var(--gold); font-size: 24px; font-weight: 500; }
.eyebrow-blue { color: #147fae; }
.intro-copy h2, .gallery-heading h2 { color: var(--navy); font-size: clamp(43px, 5vw, 62px); }
.intro-copy h2 em, .gallery-heading h2 em { color: #138cb9; }
.intro-copy > p:not(.eyebrow) { max-width: 510px; margin: 20px 0; color: #49657a; line-height: 1.82; }
.button-blue { margin-top: 13px; color: #fff; background: var(--ocean); }
.button-blue:hover { background: var(--navy); }

.characters { padding: 110px 0 128px; }
.section-heading { max-width: 650px; margin: 0 auto 52px; }
.centered { text-align: center; }
.centered .eyebrow { justify-content: center; }
.section-heading h2 { font-size: clamp(42px, 5vw, 60px); }
.section-heading h2 em { color: #75d8f0; }
.section-heading > p:last-child { max-width: 490px; margin: 18px auto 0; color: #c4dcea; font-size: 15px; }
.character-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.character-card {
  position: relative; overflow: hidden; color: var(--ink); background: #fff; border-radius: 17px;
  box-shadow: 0 22px 44px #00192e35; transition: transform .3s, box-shadow .3s;
}
.character-card:hover { transform: translateY(-8px); box-shadow: 0 28px 55px #00192e55; }
.character-image, .character-friends .friends-art { height: 280px; overflow: hidden; background: #0a7dad; }
.character-image img, .friends-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.character-card:hover .character-image img, .character-card:hover .friends-art img { transform: scale(1.045); }
.character-vini img { object-position: center 16%; }
.character-princess img { object-position: center 24%; }
.character-friends .friends-art { background: #087fbc; }
.friends-art img { object-position: center 30%; }
.character-info { padding: 21px 23px 28px; }
.character-number { color: #1384ad; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.character-info h3 { margin: 8px 0 9px; color: var(--navy); font: 600 27px/1.15 var(--font-display); }
.character-info p { max-width: 310px; margin: 0; color: #596d7e; font-size: 13px; line-height: 1.65; }
.card-shell {
  position: absolute; top: 248px; right: 19px; width: 42px; height: 42px;
  display: grid; place-items: center; color: #7a4b02; background: var(--gold);
  border: 4px solid #fff; border-radius: 50%; font-size: 20px;
}
.card-shell-pink { color: #fff; background: #f5afd0; }
.card-shell-yellow { font-size: 20px; }
.seaweed { position: absolute; bottom: 5px; color: #2fd2b3; font: 100px/1 var(--font-display); opacity: .3; pointer-events: none; }
.seaweed-left { left: 2%; transform: rotate(90deg); }
.seaweed-right { right: 2%; transform: rotate(-90deg); }

.agenda-section { padding: 100px 0 82px; }
.agenda-heading, .press-heading {
  display: flex; align-items: end; justify-content: space-between; gap: 45px; margin-bottom: 38px;
}
.agenda-heading h2, .press-heading h2 {
  margin: 0; color: #fff; font: 600 clamp(43px, 5.2vw, 64px)/.98 var(--font-display); letter-spacing: -.03em;
}
.agenda-heading h2 em { color: #fff2aa; font-style: normal; }
.agenda-heading > p, .press-heading > p {
  max-width: 370px; margin: 0 0 6px; color: #fff2df; font-size: 14px; line-height: 1.8;
}
.event-track { position: relative; height: 26px; margin: 0 12% -4px; }
.event-track::before {
  position: absolute; top: 12px; right: 0; left: 0; content: ''; border-top: 2px dashed #ffe7abbb;
}
.event-track span {
  position: absolute; top: 4px; width: 17px; height: 17px; background: var(--gold);
  border: 4px solid #fff8dd; border-radius: 50%; box-shadow: 0 0 0 3px #f28a22;
}
.event-track span:nth-child(1) { left: 0; }
.event-track span:nth-child(2) { left: 50%; transform: translateX(-50%); }
.event-track span:nth-child(3) { right: 0; }
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.event-card {
  position: relative; display: grid; grid-template-columns: 82px 1fr; gap: 17px; min-height: 242px;
  padding: 22px 19px; color: var(--ink); background: var(--sand); border: 1px solid #fff5dc;
  border-radius: 15px; box-shadow: 0 15px 32px #71380f25;
}
.event-date {
  width: 76px; height: 90px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: #fff; background: var(--ocean); border-radius: 11px; box-shadow: inset 0 -6px #075e8a;
}
.event-date > span { font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.event-date b { margin-top: 1px; font: 600 35px/.94 var(--font-display); }
.event-date small { margin-top: 3px; color: #cdebf5; font-size: 9px; }
.event-date-range b { display: flex; align-items: center; gap: 3px; font-size: 25px; }
.event-date-range i { font-style: normal; }
.event-info { min-width: 0; }
.event-time { color: #127da6; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.event-info h3 { margin: 6px 0 8px; color: var(--navy); font: 600 21px/1.1 var(--font-display); }
.event-info p { margin: 0; color: #526c7e; font-size: 11px; line-height: 1.55; }
.event-info .event-ticket { margin-top: 7px; color: #a44a33; font-weight: 600; }
.event-info > a { display: inline-flex; gap: 7px; margin-top: 13px; color: #087ba7; font-size: 11px; font-weight: 700; }
.event-info > a:hover { color: var(--coral-dark); }
.agenda-footnote { margin: 17px 0 0; color: #fff1db; font-size: 10px; text-align: center; }

.mission-section {
  position: relative; isolation: isolate; overflow: hidden; min-height: 505px; padding: 100px 24px;
  display: grid; place-items: center; color: #fff; background: #f28a22; text-align: center;
}
.mission-backdrop {
  position: absolute; z-index: -1; inset: 0;
  background: radial-gradient(ellipse at 50% 130%, #a7461a45 0, transparent 56%),
    radial-gradient(ellipse at 0 0, #ffd65773, transparent 40%), linear-gradient(135deg, #ef8125, #f4a029 54%, #e76a26);
}
.mission-content { position: relative; max-width: 760px; }
.mission-content .eyebrow { justify-content: center; margin: 0 0 16px; color: #fff4ca; }
.mission-shell { display: block; margin-bottom: 14px; font-size: 38px; filter: drop-shadow(0 4px 2px #873f2270); }
.mission-content h2 { margin: 0; font: 600 clamp(43px, 6vw, 72px)/.98 var(--font-display); letter-spacing: -.03em; text-shadow: 0 3px 0 #a84b2866; }
.mission-content h2 em { color: #fff2aa; font-style: normal; }
.mission-content > p:not(.eyebrow) { max-width: 590px; margin: 22px auto 19px; color: #fff7e8; font-size: 15px; line-height: 1.75; }
.mission-link { padding-bottom: 5px; border-bottom: 1px solid #fff8; font-size: 13px; font-weight: 700; }
.mission-link span { padding-left: 6px; color: #fff2aa; }
.mission-bubble { position: absolute; width: 18px; height: 18px; border: 1px solid #fff9; border-radius: 50%; box-shadow: inset 3px 4px 5px #fff6; }
.mb-one { top: 10%; left: 5%; }
.mb-two { right: 0; bottom: 8%; width: 29px; height: 29px; }

.gallery-section { padding: 112px 0 124px; }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 55px; margin-bottom: 43px; }
.gallery-heading h2 { margin: 0; }
.gallery-heading > p { max-width: 370px; margin: 0 0 8px; color: #587084; font-size: 14px; line-height: 1.8; }
.gallery-grid { display: grid; grid-template-columns: 1.16fr .84fr 1fr; grid-template-rows: 190px 190px; gap: 18px; }
.gallery-item { position: relative; overflow: hidden; margin: 0; background: #0b4770; border-radius: 13px; box-shadow: 0 13px 31px #17364a20; }
.gallery-item::after { position: absolute; inset: 35% 0 0; content: ''; background: linear-gradient(transparent, #001b31bd); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item figcaption { position: absolute; z-index: 1; bottom: 16px; left: 20px; color: #fff; font: 500 16px var(--font-display); text-shadow: 0 2px 8px #0008; }
.gallery-wide { grid-row: span 2; }
.gallery-wide img { object-position: 55% center; }
.gallery-tall { grid-row: span 2; }
.gallery-tall img { object-position: center 38%; }
.gallery-item:last-child img { object-position: center 28%; }

.press-section { padding: 105px 0 118px; }
.press-heading { margin-bottom: 37px; }
.press-heading h2 { color: var(--navy); }
.press-heading h2 em { color: #138cb9; font-style: normal; }
.press-heading > p { color: #587084; }
.press-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.press-card {
  display: flex; flex-direction: column; overflow: hidden; color: var(--ink); background: #fff;
  border: 1px solid #e9e3d6; border-radius: 14px; box-shadow: 0 10px 26px #17364a13;
  transition: transform .25s, box-shadow .25s;
}
.press-card:hover { transform: translateY(-5px); box-shadow: 0 18px 36px #17364a24; }
.press-image { aspect-ratio: 3 / 4; overflow: hidden; background: #0a4770; }
.press-image img { width: 100%; height: 100%; object-fit: cover; object-position: left center; transition: transform .5s; }
.press-card:hover .press-image img { transform: scale(1.025); }
.press-copy { flex: 1; padding: 18px 19px 21px; }
.press-copy > span { color: #1282a9; font-size: 9px; font-weight: 700; letter-spacing: .11em; }
.press-copy h3 { margin: 8px 0; color: var(--navy); font: 600 22px/1.14 var(--font-display); }
.press-copy p { min-height: 48px; margin: 0 0 14px; color: #596d7e; font-size: 12px; line-height: 1.65; }
.press-copy > b { display: inline-flex; gap: 7px; color: #087ba7; font-size: 11px; }
.press-copy > b i { font-size: 15px; font-style: normal; line-height: .9; }
.press-article .article-cover {
  min-height: 275px; padding: 28px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: #fff; text-align: center; background: radial-gradient(circle at 80% 20%, #39b1d5 0, transparent 30%), linear-gradient(145deg, #073968, #052348 75%);
}
.article-cover > span:nth-child(2) { font: 600 30px/.95 var(--font-display); letter-spacing: .08em; }
.article-cover .article-shell { margin-bottom: 12px; color: var(--gold); font-size: 37px; }
.article-cover small { margin-top: 15px; color: #9ed7e8; font-size: 9px; letter-spacing: .18em; }

.orange-world { position: relative; overflow: hidden; color: #fff; background: linear-gradient(130deg, #f18726 0%, #f39b25 46%, #e96e2b 100%); }
.vini-section { padding: 98px 0 105px; }
.vini-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(45px, 10vw, 138px); max-width: 1100px; }
.vini-portrait { position: relative; max-width: 430px; justify-self: center; }
.vini-portrait img {
  width: 100%; height: 440px; object-fit: cover; object-position: center 20%; border: 9px solid #fff4d8;
  border-radius: 46% 46% 18px 18px; box-shadow: 0 20px 50px #76391648;
}
.portrait-label {
  position: absolute; right: -39px; bottom: 28px; width: 112px; height: 112px;
  display: grid; place-content: center; transform: rotate(7deg); color: #fff; background: var(--navy);
  border: 4px solid var(--gold); border-radius: 50%; font: 500 16px/1.1 var(--font-display); text-align: center;
}
.vini-copy .eyebrow { color: #fff7d8; }
.vini-copy h2 { font-size: clamp(45px, 5.3vw, 68px); }
.vini-copy h2 em { color: #fff5ae; }
.vini-copy > p:not(.eyebrow) { max-width: 480px; margin: 19px 0; color: #fff4df; font-size: 14px; line-height: 1.8; }
.button-navy { margin-top: 12px; color: #fff; background: var(--navy); }
.button-navy:hover { background: #04182f; }
.orange-spark { position: absolute; color: #ffdf67; font-size: 82px; opacity: .55; }
.spark-left { top: 10%; left: 4%; }
.spark-right { right: 5%; bottom: 8%; }

.contact-section { padding: 108px 20px 115px; text-align: center; }
.contact-inner { position: relative; max-width: 720px; }
.contact-shell {
  width: 64px; height: 64px; margin: 0 auto 20px; display: grid; place-items: center;
  color: var(--ocean); background: #fff; border-radius: 50%; font-size: 28px; box-shadow: 0 0 0 8px #fff2;
}
.contact-inner .eyebrow { justify-content: center; }
.contact-inner h2 { font-size: clamp(45px, 6vw, 72px); }
.contact-inner h2 em { color: #7ae0f3; }
.contact-inner > p:not(.eyebrow) { max-width: 520px; margin: 22px auto 26px; color: #c9dfeb; font-size: 15px; line-height: 1.8; }
.button-contact { min-width: 245px; }
.contact-options { display: flex; justify-content: center; gap: 12px 25px; flex-wrap: wrap; margin: 23px auto 0; color: #d3e8f1; font-size: 12px; }
.contact-options a { padding-bottom: 2px; border-bottom: 1px solid #82c5da80; }
.contact-options a:hover { color: var(--gold); border-color: var(--gold); }
.contact-decoration { position: absolute; top: 35%; left: -6%; color: #48c5db; font-size: 250px; opacity: .08; transform: rotate(-30deg); line-height: .5; }

.site-footer { color: #bed2df; background: #031a34; }
.footer-main {
  min-height: 135px; display: flex; align-items: center; justify-content: space-between; gap: 32px;
  border-bottom: 1px solid #ffffff1c;
}
.footer-brand b { color: #fff; }
.footer-main > p { max-width: 250px; margin: 0; color: #9bb6c7; font-size: 11px; line-height: 1.6; }
.footer-main nav { display: flex; gap: 19px; font-size: 11px; }
.footer-main nav a:hover { color: var(--gold); }
.footer-social { min-height: 72px; display: flex; align-items: center; gap: 24px; border-bottom: 1px solid #ffffff1c; }
.social-label { color: #9bb6c7; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.footer-social nav { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.footer-social nav a {
  display: inline-flex; align-items: center; gap: 7px; padding: 6px 11px; color: #d4e3ec;
  border: 1px solid #92b8cc45; border-radius: 999px; font-size: 10px; transition: color .2s, border-color .2s, background .2s;
}
.footer-social nav a:hover { color: var(--gold); border-color: #ffd45a99; background: #ffffff09; }
.footer-social nav a span { min-width: 15px; color: var(--gold); font: 600 15px/1 var(--font-body); text-align: center; }
.back-top {
  width: 37px; height: 37px; display: grid; place-items: center; color: #fff;
  border: 1px solid #92b8cc66; border-radius: 50%; font-size: 19px; transition: background .2s;
}
.back-top:hover { background: #ffffff20; }
.footer-bottom { height: 57px; display: flex; align-items: center; justify-content: space-between; color: #7e9bad; font-size: 10px; }
.footer-bottom b { margin-left: 5px; color: var(--gold); font-size: 14px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 3px solid #ffd45a; outline-offset: 4px; border-radius: 4px; }

@media (max-width: 980px) {
  .site-nav { gap: 20px; }
  .hero-inner { grid-template-columns: .95fr 1.05fr; gap: 20px; }
  .hero-copy { padding-left: 0; }
  .hero h1 { font-size: clamp(45px, 6vw, 64px); }
  .hero-art { padding-inline: 15px; }
  .character-image, .character-friends .friends-art { height: 230px; }
  .gallery-grid { grid-template-rows: 165px 165px; }
  .vini-grid { gap: 60px; }
  .event-grid { gap: 12px; }
  .event-card { grid-template-columns: 68px 1fr; gap: 12px; padding: 18px 14px; }
  .event-date { width: 66px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .page-width { width: min(100% - 40px, var(--page)); }
  .nav-wrap { width: calc(100% - 40px); height: 70px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand b { font-size: 15px; }
  .site-nav {
    position: absolute; top: 70px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch;
    max-height: calc(100vh - 70px); overflow-y: auto; gap: 0; padding: 18px 22px 24px; background: #f28a22; border-top: 1px solid #6e380c2e;
    box-shadow: 0 14px 22px #00152950;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a:not(.nav-cta) { padding: 13px 4px; border-bottom: 1px solid #6e380c24; }
  .nav-cta { margin-top: 16px; padding: 13px; text-align: center; }
  .menu-toggle {
    width: 44px; height: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 5px; background: transparent; border: 1px solid #1e303a78; border-radius: 50%; cursor: pointer;
  }
  .menu-toggle span { width: 17px; height: 2px; background: #102f4b; border-radius: 2px; transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: 0; padding: 58px 0 77px; }
  .hero-inner { grid-template-columns: 1fr; gap: 18px; }
  .hero-copy { padding: 0 3px; }
  .hero h1 { font-size: clamp(49px, 11vw, 70px); }
  .hero-lede { max-width: 480px; margin: 20px 0 22px; font-size: 15px; }
  .hero-note { margin-top: 22px; }
  .hero-art { width: min(90%, 425px); padding: 10px 20px 34px; }
  .art-shell { border-width: 6px; }
  .hero-art figcaption { bottom: 7px; left: 50%; padding: 11px 15px; font-size: 11px; }
  .star-one { right: 0; }
  .scroll-cue { bottom: 16px; }
  .intro-section { padding: 77px 0 83px; }
  .intro-grid { grid-template-columns: 1fr; gap: 53px; }
  .intro-photo { width: min(77%, 350px); }
  .intro-photo img { height: 430px; }
  .photo-stamp { right: -44px; bottom: 26px; width: 108px; height: 108px; font-size: 15px; }
  .intro-copy { max-width: 550px; }
  .intro-copy h2, .gallery-heading h2 { font-size: clamp(43px, 10vw, 59px); }
  .intro-copy > p:not(.eyebrow) { font-size: 14px; }
  .characters { padding: 80px 0 87px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2 { font-size: clamp(43px, 9vw, 57px); }
  .character-grid { grid-template-columns: 1fr; max-width: 490px; margin: auto; gap: 17px; }
  .character-card { display: grid; grid-template-columns: .8fr 1fr; min-height: 195px; }
  .character-image, .character-friends .friends-art { height: 100%; min-height: 195px; }
  .character-info { align-self: center; padding: 20px 17px; }
  .character-info h3 { font-size: 23px; }
  .character-info p { font-size: 12px; }
  .card-shell { top: auto; right: auto; bottom: calc(50% - 21px); left: calc(80% - 21px); width: 37px; height: 37px; border-width: 3px; }
  .mission-section { min-height: 430px; padding: 75px 22px; }
  .mission-content h2 { font-size: clamp(43px, 10vw, 62px); }
  .mission-content > p:not(.eyebrow) { font-size: 14px; }
  .gallery-section { padding: 78px 0 85px; }
  .gallery-heading { display: block; margin-bottom: 28px; }
  .gallery-heading > p { margin-top: 18px; font-size: 13px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 200px 170px 170px; gap: 11px; }
  .gallery-wide { grid-row: span 2; }
  .gallery-tall { grid-row: auto; }
  .gallery-item:last-child { grid-column: span 2; }
  .gallery-item figcaption { bottom: 11px; left: 12px; font-size: 13px; }
  .agenda-section { padding: 78px 0 65px; }
  .agenda-heading, .press-heading { display: block; margin-bottom: 28px; }
  .agenda-heading > p, .press-heading > p { margin-top: 16px; font-size: 13px; }
  .event-track { display: none; }
  .event-grid { grid-template-columns: 1fr; max-width: 540px; margin: 0 auto; gap: 13px; }
  .event-card { grid-template-columns: 76px 1fr; min-height: 0; gap: 16px; padding: 20px; }
  .event-date { width: 72px; }
  .event-info h3 { font-size: 23px; }
  .agenda-footnote { line-height: 1.6; }
  .press-section { padding: 78px 0 86px; }
  .press-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .press-copy { padding: 15px 15px 18px; }
  .press-copy h3 { font-size: 20px; }
  .press-copy p { font-size: 11px; }
  .press-article .article-cover { min-height: auto; aspect-ratio: 3 / 4; }
  .vini-section { padding: 76px 0 83px; }
  .vini-grid { grid-template-columns: 1fr; gap: 47px; }
  .vini-portrait { width: min(80%, 370px); }
  .vini-portrait img { height: 390px; }
  .portrait-label { right: -32px; width: 98px; height: 98px; font-size: 14px; }
  .vini-copy { max-width: 540px; }
  .vini-copy h2 { font-size: clamp(47px, 10vw, 64px); }
  .vini-copy > p:not(.eyebrow) { font-size: 13px; }
  .contact-section { padding: 80px 0 85px; }
  .contact-inner h2 { font-size: clamp(45px, 10vw, 65px); }
  .footer-main { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 28px 0; }
  .footer-main > p { grid-row: 2; max-width: 250px; }
  .footer-main nav { grid-column: 1 / -1; grid-row: 3; flex-wrap: wrap; gap: 11px 18px; }
  .back-top { grid-column: 2; grid-row: 1; }
  .footer-social { align-items: flex-start; flex-direction: column; gap: 12px; padding: 18px 0; }
  .footer-social nav { gap: 8px; }
  .footer-bottom { height: auto; min-height: 58px; gap: 12px; font-size: 9px; }
  .footer-bottom span:last-child { text-align: right; }
}

@media (max-width: 420px) {
  .page-width { width: calc(100% - 32px); }
  .nav-wrap { width: calc(100% - 32px); }
  .hero-actions { gap: 15px; }
  .button { min-height: 49px; padding: 0 18px; font-size: 12px; }
  .text-link { font-size: 12px; }
  .character-card { grid-template-columns: .72fr 1fr; }
  .card-shell { left: calc(72% - 21px); }
  .character-info { padding: 16px 14px; }
  .character-info p { font-size: 11px; }
  .character-number { font-size: 8px; }
  .gallery-grid { grid-template-rows: 170px 145px 145px; }
  .gallery-item figcaption { font-size: 12px; }
  .press-grid { grid-template-columns: 1fr; max-width: 390px; margin-inline: auto; }
  .press-image, .press-article .article-cover { aspect-ratio: 3 / 4; }
  .footer-bottom { align-items: flex-start; padding: 14px 0; }
}

/* WordPress menus wrap each link in a list item. */
.site-nav-list { display: flex; align-items: center; gap: 34px; margin: 0; padding: 0; list-style: none; }
.site-nav li { margin: 0; padding: 0; list-style: none; }
.site-nav li > a:not(.nav-cta) { color: #183750; transition: color .2s; }
.site-nav li > a:not(.nav-cta):hover { color: #fff; }
.site-nav li > .nav-shop { display: inline-flex; align-items: center; gap: 7px; padding: 9px 13px; color: #5a3305; background: #fff1c7; border: 1px solid #e8af35; border-radius: 999px; transition: background .2s, color .2s; }
.site-nav li > .nav-shop:hover { color: var(--navy); background: #fff; }
.site-nav li > .nav-cta { display: inline-block; }
@media (max-width: 980px) {
  .site-nav-list { gap: 20px; }
}
@media (max-width: 760px) {
  .site-nav-list { width: 100%; flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav li { width: 100%; }
  .site-nav li > a:not(.nav-cta) { display: block; padding: 13px 4px; border-bottom: 1px solid #6e380c24; }
  .site-nav li > .nav-shop { display: flex; width: fit-content; margin-top: 10px; }
  .site-nav li > .nav-cta { display: block; margin-top: 16px; padding: 13px; text-align: center; }
}

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

/* Character profiles and presentation photo gallery */
.character-poster-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px 20px; }
.poster-card { min-width: 0; padding: 10px 10px 18px; text-align: center; color: var(--ink); background: #fff; border: 1px solid #c7e8f2; border-radius: 16px; box-shadow: 0 17px 35px #00192e38; transition: transform .25s, box-shadow .25s; }
.poster-card:hover { transform: translateY(-5px); box-shadow: 0 23px 42px #00192e50; }
.poster-open { display: block; width: 100%; padding: 0; overflow: hidden; cursor: zoom-in; background: #d8f5ff; border: 0; border-radius: 10px; }
.poster-open img { width: 100%; height: auto; aspect-ratio: 2 / 3; object-fit: contain; }
.poster-card h3 { margin: 14px 4px 6px; color: var(--navy); font: 600 23px/1.15 var(--font-display); }
.poster-card p { max-width: 250px; margin: 0 auto; color: #596d7e; font-size: 12px; line-height: 1.6; }
.gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(3, 230px); grid-auto-flow: row; gap: 16px; }
.gallery-wide, .gallery-tall { grid-row: auto; }
.gallery-wide img, .gallery-tall img, .gallery-item:last-child img { object-position: center; }
.poster-dialog { position: fixed; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: min(94vw, 850px); max-width: 94vw; max-height: 94vh; padding: 20px 22px 14px; overflow: auto; color: #fff; text-align: center; background: #031c35; border: 1px solid #55c9ed; border-radius: 16px; box-shadow: 0 25px 90px #000b; }
.poster-dialog::backdrop { background: #00101ddd; backdrop-filter: blur(5px); }
.poster-dialog form { position: sticky; z-index: 1; top: 0; display: flex; justify-content: flex-end; height: 0; margin: 0; }
.poster-close { display: grid; width: 42px; height: 42px; place-items: center; color: #fff; cursor: pointer; background: #0e5b83; border: 2px solid #fff; border-radius: 50%; font-size: 28px; line-height: 1; }
.poster-dialog img { width: auto; max-width: 100%; max-height: 82vh; margin: auto; object-fit: contain; border-radius: 8px; }
.poster-dialog p { margin: 10px 0 0; font: 600 20px var(--font-display); }
@media (max-width: 980px) {
  .character-poster-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .character-poster-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; }
  .poster-card { display: block; min-height: 0; padding: 7px 7px 13px; }
  .poster-open { height: auto; min-height: 0; }
  .poster-card h3 { margin-top: 11px; font-size: 20px; }
  .poster-card p { font-size: 11px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(4, 170px); gap: 11px; }
  .gallery-item:last-child { grid-column: auto; }
}
@media (max-width: 420px) {
  .gallery-grid { grid-template-rows: repeat(4, 145px); }
}
