:root {
  --navy: #10294c;
  --navy-soft: #2b3d5e;
  --teal: #0b7478;
  --teal-dark: #07595f;
  --teal-pale: #e4f1ef;
  --coral: #ef775f;
  --coral-pale: #fde9e3;
  --blue-pale: #e8f0f8;
  --ivory: #fbfaf7;
  --paper: #ffffff;
  --line: #dfe4e3;
  --muted: #5e6a79;
  --shadow: 0 20px 44px rgba(16, 41, 76, .08);
  --radius-card: 18px;
  --radius-button: 10px;
  --container: 1240px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[hidden] { display: none !important; }
body { margin: 0; color: var(--navy); background: var(--ivory); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
body.is-gated { overflow: hidden; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid rgba(239, 119, 95, .75); outline-offset: 3px; }
::selection { background: var(--teal); color: white; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 99; top: 10px; left: 10px; padding: 10px 14px; color: white; background: var(--navy); border-radius: 8px; transform: translateY(-180%); transition: transform .2s var(--ease); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(var(--container), calc(100% - 80px)); margin-inline: auto; }

.age-gate { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: rgba(16, 41, 76, .74); backdrop-filter: blur(12px); }
.age-gate[hidden] { display: none; }
.age-gate__card { width: min(520px, 100%); padding: 44px 44px 38px; text-align: center; background: var(--ivory); border: 1px solid rgba(255,255,255,.65); border-radius: 24px; box-shadow: 0 28px 90px rgba(7, 37, 71, .3); }
.brand { display: inline-flex; position: relative; align-items: baseline; color: var(--navy); text-decoration: none; font-family: Georgia, 'Times New Roman', serif; font-size: 2rem; letter-spacing: -.065em; line-height: 1; }
.brand b { color: var(--coral); font-weight: 700; }
.brand small { position: absolute; top: calc(100% + 4px); left: 0; color: var(--teal); font-family: Arial, sans-serif; font-size: .62rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.brand--gate { font-size: 2.15rem; }
.age-gate__mark, .trust-strip__mark { display: inline-grid; place-items: center; width: 68px; height: 68px; margin: 36px auto 20px; color: var(--teal-dark); font-size: 1.15rem; font-weight: 700; background: var(--teal-pale); border: 2px solid rgba(11,116,120,.25); border-radius: 50%; }
.age-gate h1 { margin: 0 auto 12px; max-width: 12em; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 5vw, 2.65rem); line-height: 1.08; letter-spacing: -.045em; }
.age-gate p { margin: 0 auto; max-width: 40ch; color: var(--navy-soft); }
.age-gate__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 28px; }
.age-gate__note { margin-top: 22px !important; color: var(--muted) !important; font-size: .77rem; }

.site-shell { min-height: 100dvh; }
.site-header { position: sticky; z-index: 20; top: 0; background: rgba(251, 250, 247, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.primary-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 46px); font-size: .95rem; }
.primary-nav a { text-decoration: none; }
.primary-nav a:not(.button) { padding-block: 26px 24px; border-bottom: 2px solid transparent; transition: color .2s ease, border-color .2s ease; }
.primary-nav a:not(.button):hover, .primary-nav a:not(.button):focus-visible { color: var(--teal); border-color: var(--teal); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle__line { display: block; width: 25px; height: 2px; margin: 5px; background: var(--navy); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: var(--radius-button); font-weight: 700; text-decoration: none; transition: transform .2s var(--ease), background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.98); }
.button--primary { color: white; background: var(--teal); box-shadow: 0 8px 18px rgba(11,116,120,.16); }
.button--primary:hover { background: var(--teal-dark); }
.button--outline { color: var(--teal-dark); background: transparent; border-color: var(--teal); }
.button--outline:hover { color: white; background: var(--teal); }
.button--quiet { color: var(--navy); background: transparent; border-color: var(--line); }
.button--quiet:hover { border-color: var(--navy); background: white; }
.button--coral { color: white; background: var(--coral); box-shadow: 0 8px 18px rgba(239,119,95,.18); }
.button--coral:hover { background: #d9624f; }
.button--full { width: 100%; }
.button__icon { display: grid; place-items: center; width: 24px; height: 24px; border: 1.5px solid currentColor; border-radius: 50%; font-size: .8rem; }
.button-icon, .sort-icon { width: 20px; height: 20px; flex: 0 0 auto; }

.hero { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--ivory); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; min-height: 590px; padding-block: 52px 34px; }
.hero__copy { position: relative; z-index: 2; padding-right: 34px; }
.eyebrow { margin: 0 0 16px; color: var(--teal); font-size: .76rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; }
.hero h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.3rem, 5.4vw, 5.9rem); line-height: .97; letter-spacing: -.07em; }
h1 em, h2 em { font-style: italic; font-weight: 400; }
.hero__lede { max-width: 38ch; margin: 28px 0; color: var(--navy-soft); font-size: 1.12rem; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; width: fit-content; color: var(--teal-dark); font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; }
.text-link span { font-size: 1.25em; line-height: 1; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.hero__microcopy { display: flex; align-items: center; gap: 8px; margin-top: 34px; color: var(--muted); font-size: .8rem; }
.shield-icon { display: grid; place-items: center; width: 20px; height: 20px; color: var(--teal); border: 1px solid currentColor; border-radius: 6px 6px 9px 9px; font-size: .7rem; }
.hero-art { position: relative; min-height: 485px; isolation: isolate; }
.hero-art__sun { position: absolute; top: 8%; right: 18%; width: 130px; height: 130px; background: #f5e7d9; border-radius: 50%; }
.hero-art__orb { position: absolute; border-radius: 48% 52% 42% 58%; transform: rotate(-12deg); }
.hero-art__orb--mist { top: 21%; right: 2%; width: 55%; height: 39%; background: #dbe9e9; }
.hero-art__orb--coral { bottom: 8%; left: 10%; width: 52%; height: 30%; background: #f49a84; transform: rotate(8deg); }
.hero-art__hill { position: absolute; right: -20%; left: 0; height: 53%; border-radius: 56% 44% 0 0; transform: rotate(-3deg); }
.hero-art__hill--back { bottom: 10%; background: #a9cccd; opacity: .88; }
.hero-art__hill--front { bottom: -3%; background: var(--teal); clip-path: ellipse(69% 58% at 61% 100%); opacity: .9; }
.hero-art__chat { position: absolute; top: 31%; right: 29%; display: flex; align-items: center; gap: 8px; width: 120px; height: 80px; padding: 20px; background: var(--teal); border-radius: 50% 50% 50% 12%; transform: rotate(-8deg); box-shadow: 0 18px 24px rgba(16,41,76,.12); }
.hero-art__chat span { width: 9px; height: 9px; background: white; border-radius: 50%; }
.hero-art__plant { position: absolute; z-index: 2; right: 21%; bottom: 7%; width: 150px; height: 220px; color: #275e68; transform: rotate(4deg); }
.hero-art__line { position: absolute; z-index: 2; right: -10%; width: 95%; height: 80px; border-top: 2px solid rgba(255,255,255,.8); border-radius: 50%; transform: rotate(-12deg); }
.hero-art__line--one { bottom: 27%; }
.hero-art__line--two { bottom: 19%; right: -8%; transform: rotate(-18deg); opacity: .62; }

.trust-strip { background: var(--teal-pale); border-bottom: 1px solid #c9e2df; }
.trust-strip__inner { display: flex; align-items: center; gap: 20px; min-height: 104px; }
.trust-strip__mark { flex: 0 0 auto; width: 54px; height: 54px; margin: 0; font-size: .95rem; }
.trust-strip p { flex: 1; margin: 0; color: var(--navy-soft); }
.trust-strip p strong { color: var(--navy); }
.trust-strip .text-link { margin-left: auto; }

.section { padding-block: 104px; }
.section--topics { background: var(--paper); }
.section-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-heading--split > p { max-width: 43ch; margin: 0; color: var(--navy-soft); font-size: 1.06rem; }
.section h2 { margin-bottom: 16px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.7rem, 5vw, 4.6rem); line-height: .98; letter-spacing: -.065em; }
.topic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.topic-card { position: relative; display: flex; min-height: 334px; flex-direction: column; padding: 31px 30px 27px; overflow: hidden; color: var(--navy); background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius-card); text-decoration: none; transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s ease; }
.topic-card::before { content: ''; position: absolute; inset: auto 0 0; height: 5px; background: var(--teal); }
.topic-card--coral::before { background: var(--coral); }
.topic-card--blue::before { background: #3f7ebd; }
.topic-card:hover { border-color: transparent; box-shadow: var(--shadow); transform: translateY(-5px); }
.topic-card__number { color: var(--muted); font-size: .74rem; font-weight: 700; letter-spacing: .12em; }
.topic-card__icon { display: grid; place-items: center; width: 54px; height: 54px; margin: 30px 0 18px; color: var(--teal-dark); background: var(--teal-pale); border-radius: 50%; font-size: 2rem; line-height: 1; }
.topic-card--coral .topic-card__icon { color: var(--coral); background: var(--coral-pale); }
.topic-card--blue .topic-card__icon { color: #245b83; background: var(--blue-pale); }
.topic-card h3 { max-width: 12ch; margin-bottom: 12px; font-family: Georgia, 'Times New Roman', serif; font-size: 1.75rem; line-height: 1.07; letter-spacing: -.04em; }
.topic-card p { margin: 0; color: var(--navy-soft); font-size: .94rem; }
.topic-card__link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 28px; color: var(--teal-dark); font-size: .9rem; font-weight: 700; }
.topic-card__link span { font-size: 1.3em; }

.section--community { background: var(--ivory); }
.community-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .75fr); align-items: start; gap: 54px; }
.community-main .section-heading { margin-bottom: 30px; }
.section-heading > p:last-child { max-width: 54ch; margin: 0; color: var(--navy-soft); font-size: 1.05rem; }
.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.filter-button { min-height: 40px; padding: 0 19px; color: var(--navy); background: transparent; border: 1px solid #c9d2d4; border-radius: 999px; font-weight: 700; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.filter-button:hover, .filter-button.is-active { color: white; background: var(--teal); border-color: var(--teal); }
.discussion-list { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius-card); }
.discussion { display: grid; grid-template-columns: 58px minmax(0, 1fr) 120px auto; align-items: center; gap: 18px; padding: 23px 22px; border-bottom: 1px solid var(--line); }
.discussion:last-child { border-bottom: 0; }
.discussion[hidden] { display: none; }
.discussion__icon { display: grid; place-items: center; width: 52px; height: 52px; color: var(--teal-dark); background: var(--teal-pale); border-radius: 50%; font-size: 1.65rem; }
.discussion__icon--coral { color: var(--coral); background: var(--coral-pale); }
.discussion__icon--blue { color: #245b83; background: var(--blue-pale); }
.discussion__topic { color: var(--teal-dark); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.discussion h3 { margin: 4px 0 4px; font-family: Georgia, 'Times New Roman', serif; font-size: 1.32rem; line-height: 1.12; letter-spacing: -.025em; }
.discussion__body p { margin: 0; color: var(--navy-soft); font-size: .88rem; }
.discussion__meta { display: grid; gap: 4px; padding-left: 18px; color: var(--navy-soft); font-size: .79rem; border-left: 1px solid var(--line); }
.discussion__meta span:last-child::before { content: '✓'; margin-right: 5px; color: var(--teal); font-weight: 700; }
.report-button { justify-self: end; min-height: 38px; padding: 0 14px; color: var(--coral); background: transparent; border: 1px solid rgba(239,119,95,.65); border-radius: 8px; font-size: .8rem; font-weight: 700; transition: color .2s ease, background .2s ease; }
.report-button:hover { color: white; background: var(--coral); }
.composer { margin-top: 24px; padding: 28px; background: white; border: 1px solid var(--teal); border-radius: var(--radius-card); }
.composer__heading { display: flex; align-items: center; gap: 13px; margin-bottom: 21px; }
.composer__icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--teal-dark); border: 2px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-size: 1.45rem; }
.composer h3 { margin: 0 0 2px; font-family: Georgia, serif; font-size: 1.45rem; letter-spacing: -.03em; }
.composer p { margin: 0; color: var(--navy-soft); font-size: .85rem; }
.composer > label, .report-dialog label { display: block; margin-bottom: 7px; color: var(--navy); font-size: .8rem; font-weight: 700; }
.composer textarea, .report-dialog textarea, .report-dialog select { width: 100%; padding: 13px 14px; color: var(--navy); background: var(--ivory); border: 1px solid #b8c8ca; border-radius: 9px; resize: vertical; }
.composer textarea::placeholder, .report-dialog textarea::placeholder { color: #6b7480; opacity: 1; }
.composer textarea:focus, .report-dialog textarea:focus, .report-dialog select:focus { border-color: var(--teal); outline: 3px solid rgba(11,116,120,.16); }
.composer__footer { display: flex; justify-content: space-between; gap: 24px; margin-top: 17px; }
.checks { display: grid; gap: 8px; color: var(--navy-soft); font-size: .79rem; }
.checks label { display: flex; align-items: flex-start; gap: 7px; }
.checks input { flex: 0 0 auto; width: 17px; height: 17px; margin: 0; accent-color: var(--teal); }
.checks a { color: var(--teal-dark); }
.composer__actions { display: flex; align-items: center; gap: 10px; }
.composer__actions .button { min-height: 40px; padding-inline: 15px; font-size: .83rem; }
.form-note { margin-top: 16px !important; color: var(--muted) !important; font-size: .73rem !important; }
.standards-card { padding: 32px 29px; background: #f1f7f6; border: 1px solid #cfe2e0; border-radius: var(--radius-card); }
.standards-card h2 { margin-bottom: 27px; font-size: 2.45rem; }
.standards-list { display: grid; gap: 22px; margin: 0 0 27px; padding: 0; list-style: none; }
.standards-list li { display: grid; grid-template-columns: 45px 1fr; align-items: start; gap: 12px; }
.standards-list__icon { display: grid; place-items: center; width: 44px; height: 44px; color: var(--teal-dark); background: white; border: 1px solid #c6dedb; border-radius: 50%; font-size: .84rem; font-weight: 700; }
.standards-list strong { display: block; margin-bottom: 2px; font-family: Georgia, serif; font-size: 1.06rem; }
.standards-list p { margin: 0; color: var(--navy-soft); font-size: .82rem; }

.section--gallery { background: var(--ivory); border-top: 1px solid var(--line); }
.gallery-shell { position: relative; }
.gallery-heading { align-items: end; margin-bottom: 32px; }
.gallery-heading > div:first-child { max-width: 650px; }
.gallery-heading h2 { margin-bottom: 18px; }
.gallery-heading > div:first-child > p:not(.eyebrow) { max-width: 58ch; margin: 0 0 22px; color: var(--navy-soft); font-size: 1.08rem; }
.gallery-heading .button { margin-top: 4px; }
.gallery-sort { display: flex; align-items: center; gap: 10px; padding-bottom: 3px; }
.sort-button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 44px; padding: 0 20px; color: var(--navy); background: transparent; border: 1px solid #c9d2d4; border-radius: 999px; font-weight: 700; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.sort-button:hover, .sort-button.is-active { color: var(--teal-dark); border-color: var(--teal); background: white; }
.sort-button.is-active .sort-icon { color: var(--teal); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; min-height: 80px; }
.gallery-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: 0 4px 13px rgba(16,41,76,.04); transition: transform .25s var(--ease), box-shadow .25s ease, border-color .25s ease; }
.gallery-card:hover { border-color: #b4cecd; box-shadow: var(--shadow); transform: translateY(-3px); }
.gallery-card__media { display: block; width: 100%; aspect-ratio: 1.52; object-fit: cover; background: var(--teal-pale); }
.gallery-card__media--fallback { display: grid; place-items: center; padding: 25px; color: var(--teal-dark); font-family: Georgia, serif; font-size: 1.1rem; text-align: center; }
.gallery-card__body { display: flex; min-height: 145px; flex-direction: column; padding: 18px 21px 0; }
.gallery-card__title { margin: 0 0 8px; color: var(--navy); font-family: Georgia, serif; font-size: 1.42rem; line-height: 1.08; letter-spacing: -.035em; }
.gallery-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin: 0; color: var(--navy-soft); font-size: .84rem; }
.gallery-card__meta::first-letter { color: var(--navy); }
.gallery-card__category { color: var(--teal); }
.gallery-card__actions { display: flex; align-items: center; gap: 11px; margin: auto -21px 0; padding: 12px 21px 15px; border-top: 1px solid var(--line); }
.helpful-button, .image-report-button { display: inline-flex; align-items: center; gap: 8px; min-height: 36px; padding: 0; color: var(--navy-soft); background: transparent; border: 0; font-size: .84rem; }
.helpful-button:hover, .helpful-button[aria-pressed="true"] { color: var(--teal-dark); }
.helpful-button svg { width: 23px; height: 23px; }
.helpful-button[aria-pressed="true"] svg path { fill: currentColor; }
.helpful-count { min-width: 1.4em; }
.image-report-button { margin-left: auto; color: var(--coral); }
.image-report-button:hover { color: #b6493b; text-decoration: underline; }
.gallery-state { margin: 24px 0 0; padding: 24px; color: var(--navy-soft); background: white; border: 1px solid var(--line); border-radius: 14px; text-align: center; }
.gallery-state--empty { border-style: dashed; }
.gallery-safety-band { display: flex; align-items: center; gap: 15px; margin-top: 28px; padding: 18px 23px; color: var(--navy); background: var(--teal-pale); border-radius: 9px; }
.gallery-safety-band p { margin: 0; font-weight: 700; }
.gallery-safety-icon { width: 40px; height: 40px; flex: 0 0 auto; color: white; padding: 8px; background: var(--teal); border-radius: 50%; }
.gallery-own-status { display: flex; align-items: flex-start; gap: 15px; margin-top: 22px; padding: 18px 22px; border: 1px dashed #70abb0; border-radius: 12px; }
.gallery-own-status__icon { display: grid; place-items: center; flex: 0 0 auto; width: 40px; height: 40px; color: var(--teal-dark); border: 2px solid currentColor; border-radius: 50%; }
.gallery-own-status__icon svg { width: 24px; height: 24px; }
.gallery-own-status h3 { margin: 0 0 4px; font-family: Georgia, serif; font-size: 1.15rem; }
.gallery-own-status__copy > p { margin: 0 0 8px; color: var(--navy-soft); font-size: .83rem; }
.gallery-own-status-list { display: grid; gap: 6px; }
.gallery-own-status__item { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; color: var(--navy-soft); font-size: .86rem; }
.gallery-own-status__item strong { color: var(--navy); }
.gallery-own-status__badge { color: var(--teal-dark); font-size: .75rem; font-weight: 700; }
.gallery-own-status__badge--rejected { color: #9d3328; }

.upload-dialog { width: min(500px, calc(100% - 32px)); max-height: min(92dvh, 900px); padding: 0; color: var(--navy); background: transparent; border: 0; }
.upload-dialog::backdrop { background: rgba(16,41,76,.7); backdrop-filter: blur(8px); }
.upload-dialog__card { position: relative; max-height: min(92dvh, 900px); overflow: auto; padding: 33px; background: var(--paper); border: 1px solid white; border-radius: 17px; box-shadow: 0 22px 64px rgba(16,41,76,.24); }
.upload-dialog h2 { margin-bottom: 8px; font-family: Georgia, serif; font-size: 2.15rem; letter-spacing: -.05em; }
.upload-dialog__intro { margin: 0 0 20px; color: var(--navy-soft); font-size: .88rem; }
.upload-dialog label { display: block; margin: 15px 0 7px; color: var(--navy); font-size: .8rem; font-weight: 700; }
.upload-dialog input[type="text"], .upload-dialog textarea, .upload-dialog select { width: 100%; min-height: 45px; padding: 11px 13px; color: var(--navy); background: var(--ivory); border: 1px solid #b8c8ca; border-radius: 9px; }
.upload-dialog textarea { resize: vertical; }
.upload-dialog input:focus, .upload-dialog textarea:focus, .upload-dialog select:focus { border-color: var(--teal); outline: 3px solid rgba(11,116,120,.16); }
.upload-file { display: block; margin: 0; padding: 20px 16px; color: var(--teal-dark); background: #fbfcfb; border: 1px dashed #9dbabc; border-radius: 11px; text-align: center; cursor: pointer; }
.upload-file:hover { border-color: var(--teal); background: var(--teal-pale); }
.upload-file__icon { display: block; width: 42px; height: 42px; margin: 0 auto 9px; }
.upload-file__title { display: block; font-size: .86rem; font-weight: 700; }
.upload-file__detail { display: block; margin-top: 4px; color: var(--muted); font-size: .76rem; font-weight: 400; }
.upload-file input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-preview { display: block; width: 100%; max-height: 180px; margin-top: 12px; object-fit: cover; border-radius: 9px; }
.upload-checks { display: grid; gap: 10px; margin-top: 18px; }
.upload-checks label { display: flex; align-items: flex-start; gap: 8px; margin: 0; color: var(--navy-soft); font-size: .79rem; font-weight: 400; }
.upload-checks input { flex: 0 0 auto; width: 17px; height: 17px; margin: 0; accent-color: var(--teal); }
.upload-privacy { display: flex; align-items: flex-start; gap: 9px; margin: 17px 0 0; color: var(--navy-soft); font-size: .78rem; }
.upload-privacy svg { width: 20px; height: 20px; flex: 0 0 auto; color: var(--teal); }
.upload-dialog__actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; }
.upload-dialog__actions .button { min-height: 42px; padding-inline: 17px; font-size: .84rem; }
.upload-dialog .button:disabled { cursor: not-allowed; opacity: .52; transform: none; box-shadow: none; }
.upload-status { min-height: 1.35em; margin: 14px 0 0; color: var(--coral); font-size: .83rem; }
.upload-success { display: flex; align-items: flex-start; gap: 12px; margin-top: 17px; padding: 15px 16px; color: var(--navy); background: var(--teal-pale); border: 1px solid #c9e2df; border-radius: 10px; }
.upload-success svg { width: 25px; height: 25px; flex: 0 0 auto; color: var(--teal-dark); }
.upload-success strong { display: block; margin-bottom: 2px; }
.upload-success p { margin: 0; color: var(--navy-soft); font-size: .79rem; }

.admin-image-panel { margin-top: 0; padding-block: 84px; background: #eef5f4; border-top: 1px solid #cfe2e0; }
.admin-image-panel .section-heading { margin-bottom: 20px; }
.admin-image-panel .section-heading h2 { margin-bottom: 8px; font-size: 2rem; }
.admin-image-panel .section-heading > p:last-child { font-size: .88rem; }
.admin-image-list { display: grid; gap: 14px; }
.admin-image-item { display: grid; grid-template-columns: minmax(175px, .8fr) minmax(220px, 1fr) minmax(210px, .9fr) minmax(180px, .8fr); gap: 19px; padding: 17px; background: white; border: 1px solid var(--line); border-radius: 12px; }
.admin-image-item__preview { width: 100%; aspect-ratio: 1.35; object-fit: cover; border-radius: 8px; background: var(--teal-pale); }
.admin-image-item__meta h3 { margin: 0 0 5px; font-family: Georgia, serif; font-size: 1.28rem; line-height: 1.08; }
.admin-image-item__meta p { margin: 0 0 11px; color: var(--navy-soft); font-size: .82rem; }
.admin-image-item__meta p:last-child { margin-bottom: 0; }
.admin-image-item__checklist { display: grid; align-content: start; gap: 10px; padding-left: 17px; border-left: 1px solid var(--line); }
.admin-image-item__checklist label { display: flex; align-items: flex-start; gap: 8px; color: var(--navy-soft); font-size: .79rem; }
.admin-image-item__checklist input { width: 17px; height: 17px; margin: 0; accent-color: var(--teal); }
.admin-image-item__actions { display: flex; flex-direction: column; gap: 10px; padding-left: 17px; border-left: 1px solid var(--line); }
.admin-image-item__actions label { color: var(--navy); font-size: .78rem; font-weight: 700; }
.admin-image-item__actions textarea { width: 100%; min-height: 72px; padding: 10px; color: var(--navy); background: var(--ivory); border: 1px solid #b8c8ca; border-radius: 8px; resize: vertical; }
.admin-image-item__actions .button { min-height: 39px; padding-inline: 12px; font-size: .79rem; }
.admin-image-item__actions .button--coral.button--outline { color: var(--coral); background: transparent; border-color: var(--coral); box-shadow: none; }
.admin-image-item__actions .button--coral.button--outline:hover { color: white; background: var(--coral); }
.admin-image-report { grid-template-columns: minmax(130px, .6fr) minmax(180px, 1fr) minmax(200px, 1fr) minmax(170px, .7fr); align-items: center; }
.admin-image-report .admin-image-item__actions { align-self: stretch; justify-content: center; }
.admin-image-report__reason { color: var(--navy-soft); font-size: .82rem; }

.section--learn { background: var(--paper); }
.featured-guide { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); min-height: 328px; overflow: hidden; background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius-card); }
.featured-guide__art { position: relative; min-height: 280px; overflow: hidden; background: #dcebea; }
.guide-sun { position: absolute; top: 13%; left: 31%; width: 86px; height: 86px; background: var(--coral); border-radius: 50%; }
.guide-wave { position: absolute; inset: auto -15% -20%; width: 120%; height: 66%; border-radius: 55% 45% 0 0; transform: rotate(-12deg); }
.guide-wave--back { background: #aacbca; transform: rotate(12deg); }
.guide-wave--front { background: #407c84; }
.guide-leaf { position: absolute; bottom: 14%; left: 17%; width: 30px; height: 92px; background: #235f68; border-radius: 100% 0 100% 0; transform: rotate(25deg); box-shadow: 29px 19px 0 -5px #235f68, 45px -16px 0 -7px #235f68; }
.featured-guide__copy { display: flex; flex-direction: column; justify-content: center; padding: 39px 44px; }
.label { display: block; margin-bottom: 11px; font-size: .77rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.label--coral { color: var(--coral); }
.featured-guide h3 { margin-bottom: 13px; font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.02; letter-spacing: -.045em; }
.featured-guide p { max-width: 49ch; margin: 0 0 24px; color: var(--navy-soft); }
.featured-guide .button { align-self: flex-start; }
.guide-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 16px; }
.guide-card { display: flex; min-height: 265px; flex-direction: column; padding: 21px 20px; background: white; border: 1px solid var(--line); border-radius: 14px; text-decoration: none; transition: transform .2s var(--ease), box-shadow .2s ease, border-color .2s ease; }
.guide-card:hover { border-color: #a6c9c9; box-shadow: 0 15px 26px rgba(16,41,76,.07); transform: translateY(-3px); }
.guide-card__index { color: var(--coral); font-size: .75rem; font-weight: 700; }
.guide-card__icon { display: grid; place-items: center; width: 42px; height: 42px; margin: 17px 0 13px; color: var(--teal-dark); background: var(--teal-pale); border-radius: 50%; font-size: 1.5rem; }
.guide-card__icon--coral { color: var(--coral); background: var(--coral-pale); }
.guide-card__icon--blue { color: #245b83; background: var(--blue-pale); }
.guide-card h3 { margin-bottom: 8px; font-family: Georgia, serif; font-size: 1.22rem; line-height: 1.06; letter-spacing: -.03em; }
.guide-card p { margin: 0; color: var(--navy-soft); font-size: .82rem; }
.guide-card .text-link { margin-top: auto; padding-top: 20px; font-size: .81rem; border: 0; }
.medical-note { display: flex; align-items: flex-start; gap: 10px; margin: 28px 0 0; padding: 17px 19px; color: var(--navy-soft); background: var(--ivory); border: 1px solid var(--line); border-radius: 12px; font-size: .82rem; }
.medical-note span { color: var(--teal); font-size: 1.15rem; line-height: 1; }

.section--safety { background: #edf6f5; }
.section-heading--safety { display: grid; grid-template-columns: 92px minmax(0, 620px); gap: 22px; align-items: start; margin-bottom: 44px; }
.safety-mark { display: grid; place-items: center; width: 76px; height: 90px; color: var(--teal-dark); border: 3px solid currentColor; border-radius: 48% 48% 54% 54%; font-size: 2rem; }
.section-heading--safety h2 { margin-bottom: 15px; }
.section-heading--safety p:last-child { max-width: 58ch; }
.safety-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr); gap: 24px; }
.safety-principles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.safety-principles article { min-height: 216px; padding: 24px 22px; background: white; border: 1px solid #d9e5e3; border-radius: 14px; }
.principle-icon { display: grid; place-items: center; width: 49px; height: 49px; margin-bottom: 21px; color: var(--teal-dark); background: var(--teal-pale); border-radius: 50%; font-size: .82rem; font-weight: 700; }
.principle-icon--coral { color: var(--coral); background: var(--coral-pale); }
.principle-icon--blue { color: #245b83; background: var(--blue-pale); }
.safety-principles h3 { margin-bottom: 7px; font-family: Georgia, serif; font-size: 1.28rem; letter-spacing: -.03em; }
.safety-principles p { margin: 0; color: var(--navy-soft); font-size: .86rem; }
.report-card { padding: 29px; background: white; border: 1px solid #d4e1df; border-radius: 14px; }
.report-card__flag { display: grid; place-items: center; width: 49px; height: 49px; margin-bottom: 17px; color: var(--coral); border: 1px solid var(--coral); border-radius: 50%; font-size: 1.4rem; }
.report-card h3 { margin-bottom: 8px; font-family: Georgia, serif; font-size: 1.65rem; letter-spacing: -.04em; }
.report-card > p { margin: 0; color: var(--navy-soft); font-size: .86rem; }
.report-card ol { display: grid; gap: 12px; margin: 23px 0 25px; padding: 0; list-style-position: inside; color: var(--navy-soft); font-size: .83rem; }
.report-card ol li::marker { color: var(--teal); font-weight: 700; }
.urgent-callout { display: grid; grid-template-columns: 60px minmax(0, 1fr) auto; align-items: center; gap: 19px; margin-top: 26px; padding: 21px 24px; background: var(--coral-pale); border: 1px solid #f8d3c8; border-radius: 14px; }
.urgent-callout__icon { display: grid; place-items: center; width: 54px; height: 54px; color: white; background: var(--coral); border-radius: 50%; font-size: 1.7rem; }
.urgent-callout h3 { margin-bottom: 2px; font-family: Georgia, serif; font-size: 1.35rem; }
.urgent-callout p { margin: 0; color: var(--navy-soft); font-size: .84rem; }

.section--about { background: var(--ivory); }
.about-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 72px; align-items: start; }
.about-intro { padding-top: 8px; }
.about-intro h2 { max-width: 8ch; }
.about-intro > p:not(.eyebrow) { max-width: 43ch; margin-bottom: 38px; color: var(--navy-soft); }
.values { padding-top: 22px; border-top: 1px solid var(--line); }
.values h3 { margin-bottom: 16px; color: var(--teal-dark); font-family: Georgia, serif; font-size: 1.5rem; }
.values p { margin: 0 0 13px; color: var(--navy-soft); font-size: .9rem; }
.values strong { color: var(--navy); }
.faq-list { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius-card); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 0; }
.faq-list summary { display: flex; align-items: center; gap: 15px; padding: 25px 28px; color: var(--navy); font-size: 1.05rem; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '⌄'; margin-left: auto; color: var(--teal); font-size: 1.35rem; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(180deg); }
.faq-list summary span { display: grid; place-items: center; flex: 0 0 auto; width: 31px; height: 31px; color: white; background: var(--teal); border-radius: 50%; font-size: .72rem; }
.faq-list details > p { max-width: 65ch; margin: -5px 55px 25px 74px; color: var(--navy-soft); font-size: .9rem; }

.site-footer { padding-block: 48px 23px; color: var(--navy); background: white; border-top: 1px solid var(--line); }
.site-footer__top { display: flex; align-items: end; gap: 24px; padding-bottom: 30px; }
.site-footer__top > p { margin: 0 0 1px 36px; color: var(--muted); font-size: .78rem; }
.back-to-top { display: grid; place-items: center; width: 39px; height: 39px; margin-left: auto; color: var(--teal); border: 1px solid var(--teal); border-radius: 50%; text-decoration: none; font-size: 1.3rem; }
.site-footer__bottom { display: flex; flex-wrap: wrap; gap: 18px 30px; padding-top: 20px; color: var(--muted); border-top: 1px solid var(--line); font-size: .77rem; }
.site-footer__bottom a { text-decoration: none; }
.site-footer__bottom a:hover { color: var(--teal); }
.site-footer__bottom span { margin-left: auto; }

.toast { position: fixed; z-index: 60; right: 24px; bottom: 24px; max-width: min(370px, calc(100% - 48px)); padding: 14px 17px; color: white; background: var(--navy); border-left: 4px solid var(--coral); border-radius: 9px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(15px); transition: opacity .25s ease, transform .25s var(--ease); }
.toast.is-visible { opacity: 1; transform: translateY(0); }
.report-dialog { width: min(520px, calc(100% - 32px)); padding: 0; color: var(--navy); background: transparent; border: 0; }
.report-dialog::backdrop { background: rgba(16,41,76,.7); backdrop-filter: blur(8px); }
.report-dialog__card { position: relative; padding: 33px; background: var(--ivory); border: 1px solid white; border-radius: 17px; box-shadow: 0 22px 64px rgba(16,41,76,.24); }
.dialog-close { position: absolute; top: 12px; right: 14px; width: 34px; height: 34px; color: var(--navy); background: transparent; border: 0; border-radius: 50%; font-size: 1.55rem; }
.dialog-close:hover { background: var(--coral-pale); }
.report-dialog h2 { margin-bottom: 10px; font-family: Georgia, serif; font-size: 2.35rem; letter-spacing: -.05em; }
.report-dialog__card > p:not(.eyebrow) { margin: 0 0 22px; color: var(--navy-soft); font-size: .88rem; }
.report-dialog label { margin-top: 15px; }
.report-dialog label span { color: var(--muted); font-weight: 400; }
.report-dialog select { min-height: 45px; }
.report-dialog__card .button { margin-top: 22px; }
.account-label { color: var(--teal-dark); font-size: .78rem; font-weight: 700; }
.account-button { min-height: 38px; padding-inline: 13px; font-size: .8rem; }
.account-button--danger { color: #9d3328; border-color: #e4b2aa; }
.composer input, .composer select, .auth-dialog input { width: 100%; min-height: 45px; margin-bottom: 14px; padding: 11px 13px; color: var(--navy); background: var(--ivory); border: 1px solid #b8c8ca; border-radius: 9px; }
.composer input:focus, .composer select:focus, .auth-dialog input:focus { border-color: var(--teal); outline: 3px solid rgba(11,116,120,.16); }
.admin-panel { margin-top: 28px; padding: 25px; background: #eef5f4; border: 1px solid #cfe2e0; border-radius: var(--radius-card); }
.admin-panel h2 { font-size: 2rem; }
.admin-panel__subheading { margin: 28px 0 12px; font-family: Georgia, serif; font-size: 1.4rem; }
.admin-post-list { display: grid; gap: 12px; }
.admin-post { padding: 17px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.admin-post h3 { margin-bottom: 7px; font-size: 1.1rem; }
.admin-post p { white-space: pre-line; margin: 0 0 12px; color: var(--navy-soft); font-size: .87rem; }
.admin-post .button { min-height: 38px; margin-right: 8px; padding-inline: 13px; font-size: .8rem; }
.auth-dialog { width: min(500px, calc(100% - 32px)); padding: 0; color: var(--navy); background: transparent; border: 0; }
.auth-dialog::backdrop { background: rgba(16,41,76,.7); backdrop-filter: blur(8px); }
.auth-dialog__card { position: relative; padding: 33px; background: var(--ivory); border: 1px solid white; border-radius: 17px; box-shadow: 0 22px 64px rgba(16,41,76,.24); }
.auth-dialog h2 { margin-bottom: 10px; font-family: Georgia, serif; font-size: 2.25rem; letter-spacing: -.05em; }
.auth-dialog label { display: block; margin: 15px 0 7px; color: var(--navy); font-size: .8rem; font-weight: 700; }
.auth-dialog label input[type="checkbox"] { width: auto; min-height: 0; margin: 0 8px 0 0; padding: 0; accent-color: var(--teal); }
.auth-dialog__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.form-message { min-height: 1.4em; color: var(--coral); font-size: .84rem; }
.auth-dialog__warning { margin: 0 0 18px; color: #9d3328; font-size: .9rem; }

@media (max-width: 1019px) {
  .container { width: min(var(--container), calc(100% - 48px)); }
  .site-header__inner { min-height: 68px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 18px 18px; background: var(--ivory); border-bottom: 1px solid var(--line); box-shadow: 0 16px 22px rgba(16,41,76,.08); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a:not(.button) { padding: 13px 2px; border-bottom: 1px solid var(--line); }
  .primary-nav .button { margin-top: 13px; }
  .primary-nav .account-button { margin-top: 10px; }
  .hero__grid { min-height: 520px; }
  .hero h1 { font-size: clamp(3rem, 5.4vw, 4.7rem); }
  .community-layout { grid-template-columns: 1fr; gap: 34px; }
  .standards-card { max-width: 680px; }
  .guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-layout { gap: 40px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-heading { align-items: start; }
  .gallery-sort { margin-top: 17px; }
  .admin-image-item { grid-template-columns: minmax(160px, .7fr) minmax(220px, 1fr) minmax(190px, .85fr); }
  .admin-image-item__actions { grid-column: 2 / -1; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: end; padding: 15px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .admin-image-item__actions label { grid-column: 1 / -1; }
  .admin-image-item__actions textarea { min-height: 45px; }
  .admin-image-report { grid-template-columns: minmax(130px, .55fr) minmax(180px, 1fr) minmax(170px, .8fr); }
  .admin-image-report .admin-image-item__actions { grid-column: 3; grid-row: 1; display: flex; border: 0; padding: 0 0 0 15px; }
}

@media (max-width: 759px) {
  .container { width: min(var(--container), calc(100% - 36px)); }
  .account-label { padding: 13px 2px 0; }
  .brand { font-size: 1.7rem; }
  .brand small { font-size: .54rem; }
  .age-gate__card { padding: 34px 24px 30px; }
  .hero__grid { display: block; min-height: 0; padding-block: 56px 0; }
  .hero__copy { padding-right: 0; }
  .hero h1 { font-size: clamp(2.65rem, 11vw, 3.75rem); }
  .hero__lede { margin-block: 23px; font-size: 1rem; }
  .hero-art { min-height: 300px; margin-top: 22px; }
  .hero-art__sun { width: 88px; height: 88px; }
  .hero-art__chat { top: 29%; right: 27%; width: 95px; height: 60px; padding: 15px; }
  .hero-art__plant { right: 13%; bottom: 9%; width: 100px; height: 170px; }
  .hero-art__line { width: 115%; right: -22%; }
  .trust-strip__inner { flex-wrap: wrap; gap: 12px; padding-block: 20px; }
  .trust-strip p { flex-basis: calc(100% - 70px); }
  .trust-strip .text-link { margin-left: 0; padding-left: 68px; }
  .section { padding-block: 76px; }
  .section-heading--split { display: block; margin-bottom: 30px; }
  .section-heading--split > p { margin-top: 20px; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-card { min-height: 270px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 18px; }
  .gallery-heading > div:first-child > p:not(.eyebrow) { font-size: .98rem; }
  .gallery-sort { width: 100%; margin-top: 18px; }
  .sort-button { flex: 1; min-height: 42px; padding-inline: 12px; }
  .gallery-safety-band { align-items: flex-start; padding: 16px; }
  .gallery-safety-band p { font-size: .83rem; }
  .gallery-own-status { padding: 16px; }
  .discussion { grid-template-columns: 46px minmax(0,1fr) auto; gap: 12px; padding: 18px 15px; }
  .discussion__icon { width: 42px; height: 42px; font-size: 1.3rem; }
  .discussion__meta { grid-column: 2 / 3; grid-row: 2; display: flex; gap: 14px; padding: 8px 0 0; border-left: 0; font-size: .75rem; }
  .report-button { grid-column: 3; grid-row: 2; }
  .composer { padding: 22px 17px; }
  .composer__footer { display: grid; gap: 18px; }
  .composer__actions { justify-content: flex-end; }
  .featured-guide { grid-template-columns: 1fr; }
  .featured-guide__art { min-height: 220px; }
  .featured-guide__copy { padding: 29px 24px 31px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card { min-height: 215px; }
  .section-heading--safety { grid-template-columns: 54px minmax(0,1fr); gap: 14px; }
  .safety-mark { width: 52px; height: 64px; font-size: 1.5rem; border-width: 2px; }
  .safety-principles { grid-template-columns: 1fr; }
  .safety-principles article { min-height: 0; }
  .urgent-callout { grid-template-columns: 48px minmax(0,1fr); padding: 18px; }
  .urgent-callout__icon { width: 45px; height: 45px; }
  .urgent-callout .button { grid-column: 2; justify-self: start; }
  .about-layout { grid-template-columns: 1fr; gap: 42px; }
  .about-intro h2 { max-width: 12ch; }
  .faq-list summary { padding: 20px 18px; font-size: .95rem; }
  .faq-list details > p { margin: -1px 24px 22px 64px; }
  .site-footer__top { display: grid; align-items: start; }
  .site-footer__top > p { margin: 18px 0 0; }
  .back-to-top { grid-column: 2; grid-row: 1 / span 2; margin-left: auto; }
  .site-footer__bottom span { width: 100%; margin-left: 0; }
  .upload-dialog { width: calc(100% - 20px); max-width: none; }
  .upload-dialog__card { max-height: calc(100dvh - 20px); padding: 28px 20px 22px; border-radius: 14px; }
  .upload-dialog__actions { position: sticky; bottom: -22px; margin-inline: -20px; padding: 15px 20px 0; background: var(--paper); }
  .upload-dialog__actions .button { flex: 1; }
  .admin-image-item, .admin-image-report { display: flex; flex-direction: column; gap: 14px; }
  .admin-image-item__preview { width: 100%; max-height: 240px; aspect-ratio: 1.6; }
  .admin-image-item__checklist, .admin-image-item__actions, .admin-image-report .admin-image-item__actions { width: 100%; padding: 14px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .admin-image-item__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .admin-image-item__actions label, .admin-image-item__actions textarea { grid-column: 1 / -1; }
  .admin-image-report__reason { width: 100%; }
}

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