:root {
  --ink: #070906;
  --ink-2: #0e120b;
  --surface: #171b11;
  --line: rgba(224, 220, 186, 0.17);
  --paper: #d7d3b7;
  --muted: #aaa994;
  --acid: #b9bc7a;
  --acid-dark: #30351f;
  --olive: #59613e;
  --moss: #283020;
  --khaki: #a29d79;
  --shell: min(1180px, calc(100% - 48px));
  --heading: "Bahnschrift Condensed", "Arial Narrow", "Roboto Condensed", sans-serif;
  --brand: "Cinzel", "Times New Roman", Georgia, serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--ink); color: #e6e2ca; font-family: var(--body); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
::selection { background: var(--acid); color: var(--ink); }

.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; background: var(--acid); color: var(--ink); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.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; }
.shell { width: var(--shell); margin-inline: auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: background .3s, border-color .3s; border-bottom: 1px solid transparent; }
.site-header.scrolled { background-color: rgba(8, 10, 6, .94); background-image: linear-gradient(115deg, transparent 0 20%, rgba(86, 94, 57, .16) 20% 33%, transparent 33% 71%, rgba(134, 130, 92, .09) 71% 82%, transparent 82%); border-color: var(--line); backdrop-filter: blur(16px); }
.header-inner { width: var(--shell); height: 82px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; position: relative; z-index: 102; }
.brand-mark { width: 50px; height: 50px; flex: 0 0 50px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: #050505; box-shadow: 0 0 0 1px rgba(230,226,202,.2), 0 0 18px rgba(230,226,202,.08); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(1) contrast(1.14); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--brand); font-size: 1.52rem; font-weight: 800; letter-spacing: .12em; line-height: .92; }
.brand-copy small { margin-top: 5px; color: #c5ccbf; font-size: .62rem; letter-spacing: .16em; }
.main-nav { display: flex; align-items: center; gap: 16px; font-size: .76rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.main-nav a { color: #d7ddd1; white-space: nowrap; transition: color .2s; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--acid); }
.main-nav a[aria-current="page"] { color: var(--acid); }
.main-nav .nav-member { color: #d8d69e; }
.main-nav .nav-cta { padding: 11px 17px; border: 1px solid rgba(185,188,122,.72); background: rgba(77, 85, 52, .23); color: #d8d5a9; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--paper); transition: transform .2s, opacity .2s; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: center; isolation: isolate; overflow: hidden; background: #0d100a; }
.camo-layer { position: absolute; inset: 0; z-index: -2; background-color: #11150d; background-image: radial-gradient(ellipse at 9% 17%, rgba(86,96,57,.52) 0 8%, transparent 8.5%), radial-gradient(ellipse at 28% 76%, rgba(42,51,31,.72) 0 12%, transparent 12.5%), radial-gradient(ellipse at 74% 73%, rgba(62,72,42,.55) 0 13%, transparent 13.5%), linear-gradient(120deg, transparent 0 44%, rgba(178,174,133,.07) 44% 48%, transparent 48%), linear-gradient(90deg, rgba(10,14,8,.12), rgba(10,14,8,.34)), url("./assets/hero-elfi.webp"); background-size: 440px 310px, 570px 420px, 620px 430px, 100% 100%, 100% 100%, cover; background-position: 0 0, 120px 80px, -80px 110px, 0 0, 0 0, center; background-repeat: repeat, repeat, repeat, no-repeat, no-repeat, no-repeat; }
.camo-layer::after { content: ""; position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(214, 211, 177, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(214, 211, 177, .09) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, rgba(0,0,0,.15) 58%, transparent); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,7,4,.82), rgba(5,7,4,.38) 48%, rgba(5,7,4,.12)), linear-gradient(0deg, rgba(5,7,4,.82), transparent 35%); }
.hero-inner { min-height: 100svh; padding-top: 104px; padding-bottom: 62px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); align-items: center; gap: clamp(30px, 4vw, 58px); }
.eyebrow, .section-index { margin: 0 0 21px; color: var(--acid); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #d9dfd3; }
.eyebrow span { width: 42px; height: 2px; background: var(--acid); }
.hero h1, .section h2, .contact h2 { margin: 0; font-family: var(--heading); font-weight: 900; letter-spacing: -.035em; text-transform: uppercase; line-height: .86; }
.hero h1 { max-width: 690px; font-size: clamp(3.45rem, 5vw, 5.8rem); text-shadow: 0 8px 26px rgba(0,0,0,.28); }
.hero h1 em { color: #c6c58b; font-style: normal; -webkit-text-stroke: 1px rgba(198,197,139,.2); }
.hero-lead { max-width: 590px; margin: 22px 0 0; color: #d8d5c2; font-size: clamp(1rem, 1.25vw, 1.12rem); line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.hero-socials { margin-top: 15px; display: flex; align-items: center; gap: 8px; }
.hero-socials > span { margin-right: 3px; color: #b9c2b5; font-size: .67rem; font-weight: 850; letter-spacing: .15em; }
.hero-socials a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(224,220,186,.3); background: rgba(8,11,8,.43); color: #e6e2ca; transition: transform .2s, border-color .2s, background .2s, color .2s; }
.hero-socials a:hover, .hero-socials a:focus-visible { transform: translateY(-2px); border-color: var(--acid); background: var(--acid); color: var(--ink); }
.hero-socials svg { width: 20px; height: 20px; }
.button { min-height: 50px; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; color: var(--paper); font-size: .78rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s, border-color .2s; cursor: pointer; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: #b9bc7a; color: var(--ink); box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.button-primary:hover { background: #d1cf98; }
.button-ghost { border-color: rgba(238,242,230,.35); background: rgba(8,11,8,.35); }
.button-ghost:hover { border-color: var(--paper); }
.field-note { max-width: 540px; margin-top: 22px; border: 1px solid rgba(222,218,184,.25); border-left: 4px solid #858a58; background-color: rgba(12,16,10,.74); background-image: linear-gradient(125deg, rgba(100,110,69,.18), transparent 48%); backdrop-filter: blur(14px); padding: 14px 18px; clip-path: polygon(0 0, 95% 0, 100% 23%, 100% 100%, 0 100%); }
.field-note-head { display: flex; justify-content: space-between; align-items: center; color: #c8c694; font-size: .75rem; font-weight: 850; letter-spacing: .13em; }
.field-note-head b { font-size: .74rem; }
.field-note p { margin: 9px 0; color: #c8c7b5; font-size: .88rem; line-height: 1.48; }
.field-note a { display: flex; justify-content: space-between; color: #efecd7; font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.hero-poster { min-width: 0; margin: 0; position: relative; filter: drop-shadow(0 28px 44px rgba(0,0,0,.38)); transform: rotate(.65deg); }
.hero-poster::before { content: ""; position: absolute; inset: -13px 19px 18px -14px; z-index: -1; border: 1px solid rgba(214,211,177,.42); background: rgba(90,98,59,.19); clip-path: polygon(0 0, 96% 0, 100% 8%, 100% 100%, 4% 100%, 0 92%); }
.poster-frame { padding: 7px; background: #a29d79; clip-path: polygon(0 0, 95% 0, 100% 7%, 100% 100%, 5% 100%, 0 93%); }
.poster-frame img { aspect-ratio: 16 / 9; object-fit: cover; background: #151910; filter: saturate(.78) contrast(1.06) brightness(.91); }
.hero-poster figcaption { margin-top: 11px; padding: 9px 12px; display: flex; justify-content: space-between; gap: 18px; border-left: 3px solid var(--acid); background: rgba(8,11,7,.8); color: #cbc9b2; font-size: .75rem; font-weight: 750; letter-spacing: .1em; }
.hero-poster figcaption b { color: #e2dec2; font-weight: 800; }
.hero-logo { width: min(100%, 500px); justify-self: end; transform: none; filter: drop-shadow(0 28px 52px rgba(0,0,0,.52)); }
.hero-logo::before { inset: -14px 16px 17px -14px; background: rgba(90,98,59,.16); }
.hero-logo-frame { padding: 8px; background: #8b8969; }
.hero-logo-frame img { height: auto; max-height: calc(100svh - 210px); aspect-ratio: auto; object-fit: contain; background: #000; filter: grayscale(1) contrast(1.08) brightness(.96); }
.scroll-cue { position: absolute; left: 24px; bottom: 28px; display: flex; align-items: center; gap: 12px; color: #bdc7b9; font-size: .64rem; letter-spacing: .15em; font-weight: 750; writing-mode: vertical-rl; transform: rotate(180deg); }
.scroll-cue span { width: 1px; height: 42px; background: var(--acid); }

.signal-strip { overflow: hidden; border-block: 1px solid rgba(223,218,183,.25); background-color: #555b39; background-image: radial-gradient(ellipse at 12% 30%, #313822 0 9%, transparent 9.5%), radial-gradient(ellipse at 56% 70%, #777653 0 12%, transparent 12.5%), radial-gradient(ellipse at 88% 22%, #3b4329 0 10%, transparent 10.5%); background-size: 330px 100px, 420px 120px, 360px 100px; color: #f1eed6; }
.signal-track { min-width: max-content; padding: 13px 24px; display: flex; align-items: center; justify-content: center; gap: 28px; font-family: var(--heading); font-weight: 900; letter-spacing: .12em; font-size: .82rem; }
.signal-track i { width: 5px; height: 5px; background: #d7d19e; transform: rotate(45deg); }

.section { padding: 128px 0; }
.activities::before, .field::before, .gallery::before, .events::before, .faq::before, .location::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background-repeat: no-repeat; background-size: cover; opacity: .24; filter: saturate(.42) contrast(1.16) brightness(.68); mix-blend-mode: soft-light; }
.activities::before, .faq::before { background-image: linear-gradient(110deg, rgba(4,7,4,.38), rgba(25,34,18,.08), rgba(4,7,4,.5)), url("./assets/elfi-mimetismo-bosco.jpg"); background-position: center 42%; }
.field::before, .location::before { background-image: linear-gradient(110deg, rgba(4,7,4,.48), rgba(25,34,18,.06), rgba(4,7,4,.56)), url("./assets/elfi-pattuglia-bosco.jpg"); background-position: center 38%; }
.gallery::before, .events::before { background-image: linear-gradient(110deg, rgba(4,7,4,.5), rgba(25,34,18,.08), rgba(4,7,4,.48)), url("./assets/elfi-osservazione-bosco.jpg"); background-position: center 44%; }
.activities > .shell, .field > .shell, .gallery > .shell, .events > .shell, .faq > .shell, .location > .shell { position: relative; z-index: 1; }
.about { background-color: var(--paper); background-image: radial-gradient(ellipse at 8% 18%, rgba(83,91,55,.1) 0 8%, transparent 8.5%), radial-gradient(ellipse at 76% 70%, rgba(122,116,78,.12) 0 12%, transparent 12.5%), linear-gradient(112deg, transparent 0 58%, rgba(91,96,58,.06) 58% 68%, transparent 68%); background-size: 520px 360px, 680px 460px, 100% 100%; color: var(--ink); position: relative; overflow: hidden; }
.about::after { content: "ELFI"; position: absolute; right: -30px; bottom: -96px; color: rgba(11,15,11,.035); font-family: var(--brand); font-size: 25rem; font-weight: 700; line-height: 1; pointer-events: none; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(52px, 8vw, 110px); align-items: center; position: relative; z-index: 1; }
.section h2, .contact h2 { font-size: clamp(3.4rem, 6.2vw, 6.4rem); }
.section h2 span, .contact h2 span { color: var(--olive); }
.about .section-index { color: #4f5934; }
.section-copy .lead { margin: 34px 0 18px; font-size: clamp(1.18rem, 2vw, 1.48rem); line-height: 1.45; font-weight: 680; }
.section-copy > p:not(.lead):not(.section-index) { color: #4e554c; }
.principles { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(10,14,10,.18); }
.principles div { padding: 19px 12px 0 0; display: grid; }
.principles span { color: #677144; font-size: .75rem; font-weight: 900; }
.principles strong { margin-top: 7px; font-family: var(--heading); font-size: 1.2rem; text-transform: uppercase; }
.principles small { color: #555d51; font-size: .8rem; }
.about-visual { margin: 0; position: relative; }
.about-visual::before { content: ""; position: absolute; inset: -15px 16px 16px -15px; border: 1px solid rgba(33,43,25,.38); background: linear-gradient(135deg, rgba(79,88,51,.2), transparent); z-index: -1; clip-path: polygon(0 0, 94% 0, 100% 8%, 100% 100%, 6% 100%, 0 92%); }
.about-visual img { aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.62) contrast(1.08) sepia(.08); background: #263022; clip-path: polygon(0 0, 95% 0, 100% 6%, 100% 100%, 5% 100%, 0 94%); }
.about-visual figcaption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; padding: 13px 16px; background: rgba(8,12,9,.9); color: #ddd9c2; font-size: .75rem; letter-spacing: .13em; }
.about-visual figcaption b { color: var(--acid); }
.club-history { margin-top: 96px; position: relative; z-index: 1; }
.history-head { padding-top: 22px; display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(38px, 7vw, 90px); border-top: 1px solid rgba(10,14,10,.24); }
.history-head p { margin: 0; }
.history-head p:first-child { color: #59643a; font-size: .75rem; font-weight: 900; letter-spacing: .16em; }
.history-head p:last-child { max-width: 690px; color: #4c5549; font-size: 1.04rem; }
.history-timeline { margin: 38px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; list-style: none; }
.history-timeline li { min-height: 320px; padding: 25px; display: flex; flex-direction: column; border-top: 5px solid #788151; background-color: #151b11; background-image: linear-gradient(138deg, rgba(112,122,73,.24), transparent 52%); color: #e9e5cd; clip-path: polygon(0 0, 94% 0, 100% 10%, 100% 100%, 0 100%); }
.history-timeline time { color: #bfc28b; font-family: var(--heading); font-size: clamp(3.2rem, 5vw, 5.2rem); font-weight: 900; letter-spacing: -.04em; line-height: .9; }
.history-timeline div { margin-top: auto; padding-top: 46px; }
.history-timeline strong { font-family: var(--heading); font-size: 1.65rem; line-height: 1; text-transform: uppercase; }
.history-timeline p { margin: 12px 0 0; color: #abb5a7; font-size: .9rem; line-height: 1.55; }

.activities { position: relative; overflow: hidden; background-color: var(--ink); background-image: radial-gradient(ellipse at 8% 16%, rgba(76,87,49,.36) 0 8%, transparent 8.5%), radial-gradient(ellipse at 48% 72%, rgba(47,55,33,.58) 0 14%, transparent 14.5%), radial-gradient(ellipse at 88% 20%, rgba(125,120,78,.16) 0 10%, transparent 10.5%); background-size: 580px 420px, 700px 500px, 620px 430px; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: end; margin-bottom: 64px; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); }
.activities h2 span, .field h2 span { color: #778366; }
.activity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.activity-card { min-height: 390px; position: relative; padding: 32px; border: 1px solid var(--line); background-color: rgba(18,22,13,.9); background-image: linear-gradient(145deg, rgba(119,123,77,.14), transparent 47%), radial-gradient(ellipse at 93% 5%, rgba(91,99,59,.18) 0 14%, transparent 15%); overflow: hidden; transition: background-color .3s, transform .3s, border-color .3s; clip-path: polygon(0 0, 93% 0, 100% 8%, 100% 100%, 0 100%); }
.activity-card:hover { background-color: #1b2114; border-color: rgba(185,188,122,.52); transform: translateY(-5px); }
.card-number { display: block; color: #9a9b7c; font-size: .75rem; font-weight: 850; letter-spacing: .15em; }
.card-icon { margin-top: 56px; color: var(--acid); font-size: 2.4rem; }
.activity-card h3 { margin: 22px 0 10px; font-family: var(--heading); font-size: 2.1rem; line-height: 1; text-transform: uppercase; }
.activity-card p { color: #abb4a7; font-size: .94rem; }
.card-tag { position: absolute; left: 32px; bottom: 27px; color: #c2c291; font-size: .75rem; font-weight: 850; letter-spacing: .16em; }
.activity-card.activity-card-pcr, .activity-card.activity-card-plr { min-height: 480px; padding: 0; background: #050705; }
.activity-poster-button { width: 100%; min-height: inherit; height: 100%; position: relative; display: block; padding: 0; overflow: hidden; border: 0; background: #050705; color: #f0ecd6; text-align: left; text-decoration: none; cursor: pointer; }
.activity-poster-button img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.78) contrast(1.06) brightness(.78); transition: transform .55s ease, filter .35s ease; }
.activity-poster-button:hover img, .activity-poster-button:focus-visible img { transform: scale(1.035); filter: saturate(.98) contrast(1.03) brightness(.9); }
.activity-poster-button:focus-visible { outline: 3px solid var(--acid); outline-offset: -5px; }
.activity-poster-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,6,4,.97) 0, rgba(4,6,4,.72) 25%, transparent 58%), linear-gradient(90deg, rgba(4,6,4,.34), transparent 55%); pointer-events: none; }
.activity-poster-copy { position: absolute; left: 25px; right: 25px; bottom: 23px; z-index: 1; display: grid; line-height: 1.05; }
.activity-poster-copy small { color: #d0d19a; font-size: .67rem; font-weight: 900; letter-spacing: .15em; }
.activity-poster-copy strong { margin-top: 7px; font-family: var(--heading); font-size: clamp(2.15rem, 3vw, 3.1rem); line-height: .9; text-transform: uppercase; }
.activity-poster-copy > span { margin-top: 14px; display: flex; align-items: center; justify-content: space-between; padding-top: 11px; border-top: 1px solid rgba(239,235,211,.32); color: #dedac1; font-size: .7rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.activity-poster-copy b { color: var(--acid); font-size: 1.25rem; line-height: 1; }

.field { position: relative; overflow: hidden; background-color: #11150d; background-image: linear-gradient(120deg, rgba(102,108,67,.12), transparent 28%), radial-gradient(ellipse at 84% 62%, rgba(52,61,35,.38) 0 13%, transparent 13.5%); background-size: 100% 100%, 680px 460px; }
.field-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, 290px); gap: 14px; }
.field-card { position: relative; overflow: hidden; background: #20271d; border: 1px solid var(--line); clip-path: polygon(0 0, 97% 0, 100% 6%, 100% 100%, 0 100%); }
.field-card-wide { grid-row: 1 / 3; }
.field-card img { height: 100%; object-fit: cover; filter: saturate(.65) brightness(.83); transition: transform .6s, filter .4s; }
.field-card:hover img { transform: scale(1.035); filter: saturate(.9) brightness(.92); }
.field-card-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,8,6,.9), transparent 62%); }
.field-card-label { position: absolute; left: 24px; bottom: 22px; display: grid; }
.field-card-label small { color: #c8c994; font-size: .75rem; font-weight: 850; letter-spacing: .15em; }
.field-card-label strong { margin-top: 4px; font-family: var(--heading); font-size: 1.75rem; text-transform: uppercase; }
.field-card-arrow { position: absolute; right: 20px; top: 18px; width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.32); background: rgba(8,11,8,.35); transition: background .2s, color .2s; }
.field-card:hover .field-card-arrow { background: var(--acid); color: var(--ink); }
.field-card-forum { background: #050705; }
.field-card-forum img { object-position: center 43%; filter: saturate(.72) brightness(.68) contrast(1.08); }
.field-card-forum:hover img { filter: saturate(.92) brightness(.8) contrast(1.06); }

.gallery { position: relative; overflow: hidden; background-color: #090c08; background-image: radial-gradient(ellipse at 8% 24%, rgba(82,93,53,.38) 0 9%, transparent 9.5%), radial-gradient(ellipse at 76% 84%, rgba(47,57,32,.56) 0 15%, transparent 15.5%), linear-gradient(128deg, transparent 0 60%, rgba(142,137,89,.08) 60% 69%, transparent 69%); background-size: 620px 430px, 760px 520px, 100% 100%; }
.gallery h2 span { color: var(--acid); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 235px; gap: 14px; }
.gallery-card { grid-column: span 5; min-width: 0; position: relative; padding: 0; overflow: hidden; appearance: none; border: 1px solid rgba(224,220,186,.2); border-radius: 0; background: #1a2016; color: #f0ecd5; text-align: left; cursor: zoom-in; clip-path: polygon(0 0, 96% 0, 100% 8%, 100% 100%, 0 100%); }
.gallery-card-lead { grid-column: span 7; grid-row: span 2; }
.gallery-card-third { grid-column: span 4; }
.gallery-card-half { grid-column: span 6; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.63) contrast(1.08) brightness(.82); transition: transform .55s ease, filter .35s ease; }
.gallery-card-poster img { object-fit: contain; background: #070906; filter: saturate(.9) contrast(1.04) brightness(.88); }
.gallery-focus-upper img { object-position: center 27%; }
.gallery-card:hover img, .gallery-card:focus-visible img { transform: scale(1.045); filter: saturate(.92) contrast(1.04) brightness(.94); }
.gallery-card:focus-visible { outline: 3px solid var(--acid); outline-offset: 3px; }
.gallery-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,8,5,.93), transparent 64%), linear-gradient(125deg, rgba(11,17,9,.2), transparent 50%); pointer-events: none; }
.gallery-label { position: absolute; left: 21px; right: 64px; bottom: 18px; z-index: 1; display: grid; line-height: 1.1; }
.gallery-label small { color: #d0d19a; font-size: .68rem; font-weight: 850; letter-spacing: .15em; }
.gallery-label strong { margin-top: 6px; font-family: var(--heading); font-size: 1.75rem; text-transform: uppercase; }
.gallery-card-lead .gallery-label strong { font-size: clamp(2rem, 3vw, 3.15rem); }
.gallery-zoom { position: absolute; right: 18px; top: 17px; z-index: 1; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.38); background: rgba(7,10,6,.52); color: #f3efd6; font-size: 1.35rem; line-height: 1; transition: background .2s, color .2s, transform .2s; }
.gallery-card:hover .gallery-zoom, .gallery-card:focus-visible .gallery-zoom { background: var(--acid); color: var(--ink); transform: rotate(90deg); }
.gallery-preview-grid > .gallery-card:nth-child(n+7) { display: none; }
.gallery-home-actions { margin-top: 30px; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid rgba(224,220,186,.2); border-left: 4px solid var(--acid); background: rgba(19,24,15,.82); }
.gallery-home-actions p { margin: 0; display: grid; line-height: 1.25; }
.gallery-home-actions strong { color: #e8e4ca; font-family: var(--heading); font-size: 1.65rem; text-transform: uppercase; }
.gallery-home-actions p span { margin-top: 4px; color: #9fa993; font-size: .86rem; }

.gallery-page-body { background: #090c08; }
.gallery-page-main { min-height: 100svh; }
.gallery-page-hero { min-height: 430px; padding: 148px 0 70px; position: relative; display: flex; align-items: flex-end; overflow: hidden; background-color: #10150d; background-image: radial-gradient(ellipse at 8% 20%, rgba(93,105,58,.52) 0 10%, transparent 10.5%), radial-gradient(ellipse at 74% 78%, rgba(46,57,31,.78) 0 17%, transparent 17.5%), linear-gradient(122deg, rgba(9,13,8,.12) 0 58%, rgba(159,153,94,.11) 58% 70%, transparent 70%); background-size: 560px 390px, 760px 510px, 100% 100%; border-bottom: 1px solid rgba(224,220,186,.2); isolation: isolate; }
.gallery-page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .23; background-image: linear-gradient(rgba(220,217,181,.17) 1px, transparent 1px), linear-gradient(90deg, rgba(220,217,181,.17) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 76%); }
.gallery-page-hero::after { content: "GALLERY"; position: absolute; right: -26px; bottom: -54px; z-index: -1; color: rgba(228,223,183,.035); font-family: var(--heading); font-size: clamp(8rem, 20vw, 18rem); font-weight: 900; line-height: .8; pointer-events: none; }
.gallery-page-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: clamp(42px,8vw,110px); align-items: end; }
.gallery-page-hero h1 { max-width: 820px; margin: 0; font-family: var(--heading); font-size: clamp(4rem,8vw,8rem); font-weight: 900; letter-spacing: -.045em; line-height: .82; text-transform: uppercase; }
.gallery-page-hero h1 em { color: var(--acid); font-style: normal; }
.gallery-page-lead { max-width: 650px; margin: 26px 0 0; color: #c2c9bd; font-size: 1.05rem; }
.gallery-back { margin-top: 24px; display: inline-flex; align-items: center; gap: 10px; color: #dedac0; font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.gallery-back:hover, .gallery-back:focus-visible { color: var(--acid); }
.gallery-page-count { width: 190px; height: 190px; padding: 23px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(225,220,184,.35); border-top: 5px solid var(--acid); background: rgba(7,10,6,.76); clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 0 100%); }
.gallery-page-count small, .gallery-page-count span { color: #aeb595; font-size: .67rem; font-weight: 850; letter-spacing: .14em; }
.gallery-page-count strong { color: #efecd5; font-family: var(--heading); font-size: 5.2rem; line-height: .75; }
.full-gallery { padding-top: 64px; }
.gallery-toolbar { position: sticky; top: 82px; z-index: 25; margin-bottom: 30px; padding: 14px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border: 1px solid rgba(224,220,186,.22); background: rgba(7,10,6,.94); backdrop-filter: blur(16px); box-shadow: 0 16px 38px rgba(0,0,0,.22); }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.gallery-filter { min-height: 44px; padding: 10px 14px; border: 1px solid rgba(224,220,186,.22); border-radius: 0; background: #171d12; color: #d5d1b9; font-size: .72rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.gallery-filter span { margin-left: 7px; color: #8f987b; }
.gallery-filter:hover, .gallery-filter:focus-visible { border-color: rgba(185,188,122,.75); color: #f0ecd2; outline: 0; }
.gallery-filter.is-active { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.gallery-filter.is-active span { color: #3b4029; }
.gallery-results { flex: 0 0 auto; margin: 0; color: #aeb59e; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gallery-page-grid .gallery-card[hidden] { display: none; }

.gallery-lightbox { width: min(1180px, calc(100% - 40px)); max-width: none; max-height: calc(100svh - 36px); margin: auto; padding: 0; overflow: visible; border: 0; background: transparent; color: #eee9cf; }
.gallery-lightbox::backdrop { background: rgba(2,4,2,.93); backdrop-filter: blur(12px); }
.gallery-lightbox[open] { display: grid; place-items: center; }
.lightbox-frame { width: 100%; position: relative; padding: 7px; border: 1px solid rgba(221,216,177,.35); background: #151a11; box-shadow: 0 30px 100px rgba(0,0,0,.65); }
.lightbox-image-wrap { min-height: 0; display: grid; place-items: center; background: #050705; overflow: hidden; }
.lightbox-image-wrap img { width: auto; max-width: 100%; max-height: calc(100svh - 150px); object-fit: contain; }
.lightbox-close { position: absolute; z-index: 3; top: 18px; right: 18px; width: 46px; height: 46px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.4); border-radius: 0; background: rgba(5,8,5,.8); color: #f3efd6; font-size: 1.8rem; line-height: 1; cursor: pointer; }
.lightbox-toolbar { min-height: 72px; display: grid; grid-template-columns: 54px minmax(0,1fr) 54px; align-items: center; gap: 16px; padding: 10px 12px; border-top: 1px solid var(--line); }
.lightbox-toolbar button { width: 48px; height: 45px; border: 1px solid rgba(221,216,177,.28); border-radius: 0; background: #242b1b; color: #efecd5; cursor: pointer; transition: background .2s, color .2s; }
.lightbox-toolbar button:hover, .lightbox-toolbar button:focus-visible, .lightbox-close:hover, .lightbox-close:focus-visible { background: var(--acid); color: var(--ink); outline: 0; }
.lightbox-toolbar p { min-width: 0; margin: 0; display: grid; text-align: center; line-height: 1.2; }
.lightbox-toolbar span { color: #a8ad7b; font-size: .65rem; font-weight: 850; letter-spacing: .16em; }
.lightbox-toolbar strong { margin-top: 5px; overflow: hidden; color: #e7e2c8; font-family: var(--heading); font-size: 1.3rem; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
body.lightbox-open { overflow: hidden; }

.italian-shake { position: relative; overflow: hidden; background-color: #090d09; background-image: radial-gradient(ellipse at 8% 18%, rgba(35,116,70,.2) 0 12%, transparent 12.5%), radial-gradient(ellipse at 92% 82%, rgba(128,39,35,.16) 0 14%, transparent 14.5%), linear-gradient(125deg, transparent 0 55%, rgba(221,216,177,.04) 55% 68%, transparent 68%); background-size: 640px 460px, 720px 520px, 100% 100%; }
.italian-shake::after { content: "ITALIAN SHAKE"; position: absolute; right: -22px; bottom: -36px; color: rgba(225,220,182,.025); font-family: var(--heading); font-size: clamp(7rem, 16vw, 16rem); font-weight: 900; line-height: .8; pointer-events: none; white-space: nowrap; }
.italian-shake-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(300px,.78fr) minmax(0,1.22fr); gap: clamp(40px,7vw,90px); align-items: center; }
.italian-shake-visual { width: min(100%,480px); margin: 0; }
.italian-shake-poster { width: 100%; display: block; padding: 0; overflow: hidden; border: 1px solid rgba(222,218,184,.32); background: #050705; cursor: zoom-in; box-shadow: 0 30px 70px rgba(0,0,0,.48); clip-path: polygon(0 0, 95% 0, 100% 4%, 100% 100%, 5% 100%, 0 96%); }
.italian-shake-poster img { width: 100%; height: auto; display: block; filter: saturate(.9) contrast(1.03) brightness(.9); transition: filter .25s ease, transform .25s ease; }
.italian-shake-poster:hover img, .italian-shake-poster:focus-visible img { filter: saturate(1) contrast(1.05) brightness(.98); transform: scale(1.02); }
.italian-shake-poster:focus-visible { outline: 3px solid var(--acid); outline-offset: 4px; }
.italian-shake-visual figcaption { margin-top: 12px; color: #9fa993; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.italian-shake h2 span { position: relative; color: #f0ecd6; }
.italian-shake h2 span::after { content: ""; position: absolute; left: 0; right: 2%; bottom: -.08em; height: 5px; background: linear-gradient(90deg,#16834c 0 33%,#f0efe4 33% 66%,#b92929 66%); transform: rotate(-1deg); }
.italian-shake-lead { margin: 25px 0 0; color: #e6e2c9; font-family: var(--heading); font-size: clamp(1.35rem,2.2vw,2rem); line-height: 1.1; text-transform: uppercase; }
.italian-shake blockquote { margin: 26px 0 0; padding: 18px 20px; border-left: 4px solid; border-image: linear-gradient(#16834c 0 33%,#f0efe4 33% 66%,#b92929 66%) 1; background: rgba(224,220,186,.06); color: #d9dccf; font-size: clamp(1.05rem,1.8vw,1.3rem); line-height: 1.55; }
.italian-shake-copy > p:not(.section-index):not(.italian-shake-lead):not(.italian-shake-note) { max-width: 690px; margin: 24px 0 0; color: #b4bcae; }
.italian-shake-points { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 8px; }
.italian-shake-points span { padding: 9px 12px; border: 1px solid rgba(224,220,186,.24); background: rgba(9,13,7,.72); color: #d3d5c3; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.italian-shake-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.italian-shake-note { max-width: 670px; margin: 18px 0 0; color: #828c80; font-size: .78rem; }

.events { position: relative; overflow: hidden; background-color: #161c11; background-image: radial-gradient(ellipse at 11% 24%, rgba(101,113,65,.4) 0 10%, transparent 10.5%), radial-gradient(ellipse at 87% 77%, rgba(52,63,36,.68) 0 15%, transparent 15.5%), linear-gradient(125deg, transparent 0 58%, rgba(160,153,94,.09) 58% 70%, transparent 70%); background-size: 660px 460px, 780px 540px, 100% 100%; }
.events::after { content: "CALENDAR"; position: absolute; right: -28px; bottom: -85px; color: rgba(225,220,182,.025); font-family: var(--heading); font-size: clamp(9rem, 20vw, 20rem); font-weight: 900; line-height: 1; pointer-events: none; }
.events h2 span { color: var(--acid); }
.calendar-shell { margin-bottom: 24px; position: relative; z-index: 1; border: 1px solid rgba(224,220,186,.24); background: rgba(8,12,7,.9); box-shadow: 0 24px 58px rgba(0,0,0,.24); }
.calendar-switcher { min-height: 82px; padding: 15px 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(224,220,186,.24); background: linear-gradient(115deg, rgba(68,79,44,.38), rgba(8,12,7,.82) 55%); }
.calendar-switcher > p { margin: 0; display: grid; line-height: 1.1; }
.calendar-switcher small { color: #a9ad7d; font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.calendar-switcher strong { margin-top: 6px; color: #e8e3c9; font-family: var(--heading); font-size: 1.45rem; text-transform: uppercase; }
.calendar-tabs { display: flex; gap: 8px; }
.calendar-tab { min-width: 110px; padding: 11px 14px; border: 1px solid rgba(190,194,137,.36); background: #11170e; color: #c2c8b8; font: 900 .78rem/1 var(--body); letter-spacing: .12em; cursor: pointer; transition: border-color .2s, background .2s, color .2s, transform .2s; }
.calendar-tab span { color: #8d967f; }
.calendar-tab:hover, .calendar-tab:focus-visible { border-color: #d2d09a; color: #f0ecd6; outline: 2px solid #d2d09a; outline-offset: 2px; transform: translateY(-1px); }
.calendar-tab.is-active { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.calendar-tab.is-active span { color: #3d4431; }
.calendar-month-panel[hidden] { display: none; }
.calendar-top { min-height: 86px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); background: linear-gradient(125deg, rgba(91,103,58,.28), transparent 48%); }
.calendar-top p { margin: 0; display: grid; line-height: 1; }
.calendar-top small { color: #a9ad7d; font-size: .66rem; font-weight: 900; letter-spacing: .16em; }
.calendar-top strong { margin-top: 8px; font-family: var(--heading); font-size: 2rem; text-transform: uppercase; }
.calendar-top > span { padding: 8px 11px; border: 1px solid rgba(190,194,137,.35); color: #cfd09b; font-size: .66rem; font-weight: 900; letter-spacing: .13em; }
.calendar-weekdays { padding: 0 1px; display: grid; grid-template-columns: repeat(7, minmax(0,1fr)); gap: 1px; background: rgba(224,220,186,.12); }
.calendar-weekdays span { min-width: 0; padding: 10px 6px; background: #171e12; color: #999f7e; font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-align: center; }
.calendar-grid { padding: 1px; display: grid; grid-template-columns: repeat(7, minmax(0,1fr)); gap: 1px; background: rgba(224,220,186,.12); }
.calendar-day, .calendar-empty { min-width: 0; min-height: 84px; padding: 11px; display: flex; flex-direction: column; background: #0c110a; color: #c3c9bb; }
.calendar-empty { background: rgba(8,11,7,.55); }
.calendar-day b { font-family: var(--heading); font-size: 1.25rem; font-weight: 800; line-height: 1; }
.calendar-day.is-sunday { background: #131a0f; color: #d3d0b5; }
.calendar-event { position: relative; justify-content: space-between; overflow: hidden; background: #b9bc7a; color: var(--ink); box-shadow: inset 0 0 0 2px rgba(255,255,255,.28); transition: background .2s, transform .2s; }
.calendar-event::after { content: ""; position: absolute; right: -18px; top: -18px; width: 48px; height: 48px; border: 1px solid rgba(9,13,7,.18); transform: rotate(45deg); }
.calendar-event b { position: relative; z-index: 1; font-size: 2rem; font-weight: 900; }
.calendar-event small { position: relative; z-index: 1; font-size: .6rem; font-weight: 900; letter-spacing: .09em; }
.calendar-event:hover, .calendar-event:focus-visible { background: #d2d09a; color: var(--ink); outline: 3px solid #f0ecd3; outline-offset: -3px; transform: scale(.98); }
.calendar-top-external { background: linear-gradient(125deg, rgba(145,104,43,.34), transparent 52%); }
.calendar-event-external { background: #b38a43; color: #100d07; }
.calendar-event-external:hover, .calendar-event-external:focus-visible { background: #d4ad61; color: #100d07; }
.calendar-event-pcr { background: #829064; color: #0b0f08; }
.calendar-event-pcr:hover, .calendar-event-pcr:focus-visible { background: #aebd84; color: #0b0f08; }
.calendar-legend { min-height: 52px; padding: 12px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #8e978a; font-size: .72rem; }
.calendar-legend span { display: flex; align-items: center; gap: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.calendar-legend i { width: 10px; height: 10px; background: var(--acid); transform: rotate(45deg); }
.calendar-legend-external i { background: #b38a43; }
.calendar-legend-pcr i { background: #829064; }
.calendar-legend-multi { justify-content: flex-start; flex-wrap: wrap; }
.calendar-legend p { margin: 0; }
.calendar-legend-multi p { margin-left: auto; }
.event-card { position: relative; z-index: 1; display: grid; grid-template-columns: 180px minmax(0,1fr) 300px; overflow: hidden; scroll-margin-top: 110px; border: 1px solid rgba(224,220,186,.24); border-top: 5px solid #848c59; background: rgba(8,12,7,.88); box-shadow: 0 30px 70px rgba(0,0,0,.3); clip-path: polygon(0 0, 98% 0, 100% 6%, 100% 100%, 0 100%); }
.event-card + .event-card { margin-top: 24px; }
.event-card-external { grid-template-columns: 300px minmax(0,1fr) 300px; border-top-color: #b38a43; }
.event-card-pcr { grid-template-columns: 300px minmax(0,1fr); border-top-color: #829064; }
.event-poster { min-width: 0; min-height: 100%; padding: 18px; display: grid; align-content: center; gap: 12px; border-right: 1px solid rgba(213,175,102,.24); background: radial-gradient(circle at 50% 36%, rgba(179,138,67,.17), transparent 56%), #060805; color: #d6b064; }
.event-poster-button { width: 100%; border: 0; font: inherit; text-align: left; cursor: zoom-in; }
.event-poster img { width: 100%; height: auto; display: block; border: 1px solid rgba(213,175,102,.3); box-shadow: 0 20px 42px rgba(0,0,0,.42); }
.event-poster span { display: flex; justify-content: space-between; gap: 10px; font-size: .7rem; font-weight: 900; letter-spacing: .11em; }
.event-poster b { color: #f0ecd6; }
.event-poster:hover, .event-poster:focus-visible { color: #f0cf82; outline: 2px solid #d6b064; outline-offset: -4px; }
.event-card-pcr .event-poster { border-color: rgba(160,176,119,.28); background: radial-gradient(circle at 50% 36%, rgba(130,144,100,.2), transparent 58%), #060805; color: #bdc99b; }
.event-card-pcr .event-poster img { border-color: rgba(160,176,119,.38); }
.event-card-pcr .event-poster:hover, .event-card-pcr .event-poster:focus-visible { color: #dce7bd; outline-color: #aebd84; }
.event-date { min-height: 420px; padding: 32px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #babd7c; background-image: linear-gradient(145deg, rgba(255,255,255,.2), transparent 42%), radial-gradient(ellipse at 20% 80%, rgba(52,63,35,.18) 0 18%, transparent 18.5%); color: var(--ink); text-align: center; }
.event-date span { font-size: .72rem; font-weight: 900; letter-spacing: .17em; }
.event-date strong { margin: 6px 0 3px; font-family: var(--heading); font-size: 7rem; font-weight: 900; letter-spacing: -.06em; line-height: .85; }
.event-date b { font-size: .79rem; letter-spacing: .14em; }
.event-date-recurring strong { font-size: 4rem; letter-spacing: .01em; }
.event-date-recurring b { max-width: 120px; }
.event-content { padding: clamp(30px, 4.2vw, 50px); }
.event-status { width: fit-content; display: flex; align-items: center; gap: 9px; color: #d3d39e; font-size: .67rem; font-weight: 900; letter-spacing: .13em; }
.event-status span { width: 9px; height: 9px; background: #aeb76c; box-shadow: 0 0 0 4px rgba(174,183,108,.12); transform: rotate(45deg); }
.event-status-external { color: #d5af66; }
.event-status-external span { background: #b38a43; box-shadow: 0 0 0 4px rgba(179,138,67,.13); }
.event-status-pcr { color: #bdc99b; }
.event-status-pcr span { background: #829064; box-shadow: 0 0 0 4px rgba(130,144,100,.14); }
.event-type { margin: 25px 0 7px; color: #929b79; font-size: .7rem; font-weight: 900; letter-spacing: .15em; }
.event-content h3 { max-width: 600px; margin: 0; font-family: var(--heading); font-size: clamp(2.4rem, 4.2vw, 4.35rem); line-height: .9; text-transform: uppercase; }
.event-content > p:not(.event-type) { max-width: 650px; margin: 22px 0 0; color: #aeb8aa; }
.event-details { margin: 30px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--line); }
.event-details div { min-width: 0; padding: 12px 12px 12px 0; display: grid; grid-template-columns: 80px 1fr; gap: 10px; border-bottom: 1px solid var(--line); }
.event-details div:nth-child(odd) { margin-right: 14px; }
.event-details dt { color: #969d7d; font-size: .64rem; font-weight: 900; letter-spacing: .12em; }
.event-details dd { margin: 0; color: #e0dcc4; font-size: .82rem; font-weight: 650; }
.event-actions { padding: 40px 28px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(224,220,186,.18); background-color: #0b0f09; background-image: linear-gradient(145deg, rgba(82,94,52,.22), transparent 50%); }
.event-actions > p:first-child { margin: 0 0 24px; display: grid; }
.event-actions > p:first-child small { color: #999f7e; font-size: .64rem; font-weight: 900; letter-spacing: .13em; }
.event-actions > p:first-child strong { margin-top: 5px; font-family: var(--heading); font-size: 1.55rem; line-height: 1.05; text-transform: uppercase; }
.event-actions .button { width: 100%; margin-top: 9px; padding-inline: 13px; }
.event-map-link { margin-top: 22px; display: flex; justify-content: space-between; color: #d2d09a; border-bottom: 1px solid rgba(224,220,186,.2); font-size: .73rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.event-map-link:hover, .event-map-link:focus-visible { color: #f0ecd6; }
.event-forum-link { margin-top: 13px; }
.event-actions-external { background-image: linear-gradient(145deg, rgba(145,104,43,.25), transparent 52%); }
.event-actions-pcr { background-image: linear-gradient(145deg, rgba(94,111,66,.3), transparent 54%); }
.event-note { margin: 18px 0 0; color: #7f887b; font-size: .75rem; line-height: 1.5; }

.first-game { background-color: var(--paper); background-image: radial-gradient(ellipse at 16% 78%, rgba(81,90,53,.11) 0 11%, transparent 11.5%), radial-gradient(ellipse at 88% 19%, rgba(123,116,76,.12) 0 10%, transparent 10.5%); background-size: 620px 420px, 570px 390px; color: var(--ink); }
.first-game .section-index { color: #667445; }
.trial-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(48px, 8vw, 110px); align-items: end; margin-bottom: 52px; }
.trial-heading > p { max-width: 510px; margin: 0 0 8px; color: #4f594d; font-size: 1.05rem; }
.trial-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.trial-facts article { min-height: 190px; padding: 24px; display: flex; flex-direction: column; border-top: 4px solid #808957; background-color: #151b11; background-image: linear-gradient(138deg, rgba(112,122,73,.25), transparent 50%); color: #e9e5cd; clip-path: polygon(0 0, 94% 0, 100% 12%, 100% 100%, 0 100%); }
.trial-facts span, .trial-kicker { color: #b8bc83; font-size: .7rem; font-weight: 900; letter-spacing: .15em; }
.trial-facts strong { margin-top: 22px; font-family: var(--heading); font-size: clamp(1.45rem, 2.2vw, 2rem); line-height: 1.05; text-transform: uppercase; }
.trial-facts p { margin: auto 0 0; padding-top: 18px; color: #aeb8aa; font-size: .88rem; line-height: 1.5; }
.trial-membership-brief { margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr 1.22fr; border-block: 1px solid rgba(12,16,11,.2); background: rgba(255,255,255,.2); }
.trial-membership-brief article { min-height: 158px; padding: 22px 24px; border-right: 1px solid rgba(12,16,11,.16); }
.trial-membership-brief article:last-child { border-right: 0; }
.trial-membership-brief span { color: #667445; font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.trial-membership-brief strong { margin-top: 12px; display: block; font-family: var(--heading); font-size: clamp(1.3rem,2vw,1.75rem); line-height: 1.05; text-transform: uppercase; }
.trial-membership-brief p { margin: 12px 0 0; color: #50594e; font-size: .86rem; line-height: 1.5; }
.trial-flow { margin-top: 72px; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(52px, 8vw, 104px); align-items: start; }
.trial-flow-copy { padding: 28px; border-left: 5px solid #76804f; background: rgba(255,255,255,.23); }
.trial-flow-copy h3 { margin: 13px 0 20px; font-family: var(--heading); font-size: clamp(2.5rem, 4vw, 4rem); line-height: .9; text-transform: uppercase; }
.trial-flow-copy p:not(.trial-kicker) { margin: 0; color: #50594e; }
.trial-flow-copy .button { margin-top: 28px; }
.button-dark { background: #171c12; color: #f0ecd7; }
.button-dark:hover { background: #353d26; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(11,14,10,.18); }
.steps li { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid rgba(11,14,10,.18); }
.steps li > span { color: #76845a; font-size: .75rem; font-weight: 900; }
.steps strong { font-family: var(--heading); font-size: 1.6rem; text-transform: uppercase; }
.steps p { margin: 5px 0 0; color: #596157; }

.faq { position: relative; overflow: hidden; background-color: #090c08; background-image: radial-gradient(ellipse at 10% 25%, rgba(86,96,57,.4) 0 10%, transparent 10.5%), radial-gradient(ellipse at 88% 78%, rgba(52,61,36,.55) 0 15%, transparent 15.5%), linear-gradient(120deg, transparent 0 62%, rgba(151,145,92,.08) 62% 72%, transparent 72%); background-size: 650px 460px, 760px 520px, 100% 100%; }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(54px, 8vw, 108px); align-items: start; }
.faq-intro { position: sticky; top: 116px; }
.faq h2 span { color: var(--acid); }
.faq-intro > p:not(.section-index) { max-width: 470px; margin: 28px 0 0; color: #aeb7aa; }
.faq-intro .button { margin-top: 30px; }
.faq-list { border-top: 1px solid rgba(224,220,186,.25); }
.faq-list details { border-bottom: 1px solid rgba(224,220,186,.25); background: rgba(13,18,11,.48); transition: background .2s; }
.faq-list details[open] { background: rgba(44,53,31,.46); }
.faq-list summary { min-height: 76px; padding: 21px 18px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #ebe7cf; font-family: var(--heading); font-size: 1.35rem; line-height: 1.1; text-transform: uppercase; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(215,211,171,.33); color: var(--acid); transition: transform .25s, background .25s, color .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--acid); color: var(--ink); }
.faq-list details p { margin: 0; padding: 0 68px 24px 18px; color: #b1baad; line-height: 1.65; }

.location { position: relative; overflow: hidden; background-color: #10140c; background-image: radial-gradient(ellipse at 10% 22%, rgba(81,92,50,.4) 0 10%, transparent 10.5%), radial-gradient(ellipse at 79% 76%, rgba(42,51,29,.68) 0 16%, transparent 16.5%), linear-gradient(128deg, transparent 0 58%, rgba(138,134,88,.08) 58% 69%, transparent 69%); background-size: 620px 440px, 760px 520px, 100% 100%; }
.location-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px, 7vw, 94px); align-items: center; }
.location h2 span { color: var(--acid); }
.location-lead { max-width: 480px; margin: 30px 0 0; color: #b7c0b3; font-size: 1.05rem; }
.location-data { max-width: 490px; margin: 34px 0 28px; border-top: 1px solid var(--line); }
.location-data div { padding: 12px 0; display: grid; grid-template-columns: 118px 1fr; gap: 15px; border-bottom: 1px solid var(--line); }
.location-data dt { color: #969d7d; font-size: .69rem; font-weight: 850; letter-spacing: .13em; }
.location-data dd { margin: 0; color: #e0dcc4; font-size: .9rem; font-weight: 620; }
.location-button { width: fit-content; }
.location-note { max-width: 460px; margin: 17px 0 0; color: #929b8f; font-size: .8rem; }
.map-frame { min-height: 520px; position: relative; padding: 7px; border: 1px solid rgba(218,214,178,.3); background: #8c8967; box-shadow: 0 28px 60px rgba(0,0,0,.35); clip-path: polygon(0 0, 96% 0, 100% 7%, 100% 100%, 4% 100%, 0 93%); }
.map-frame iframe { width: 100%; min-height: 506px; display: block; border: 0; filter: saturate(.62) contrast(1.05); }
.map-stamp { position: absolute; left: 19px; right: 19px; bottom: 19px; padding: 12px 15px; display: flex; justify-content: space-between; gap: 20px; background: rgba(7,9,6,.9); border-left: 3px solid var(--acid); color: #ddd9c2; backdrop-filter: blur(12px); }
.map-stamp small { color: #c5c794; font-size: .68rem; font-weight: 850; letter-spacing: .12em; }
.map-stamp strong { font-size: .73rem; letter-spacing: .08em; }

.members-area { position: relative; overflow: hidden; background-color: var(--paper); background-image: radial-gradient(ellipse at 10% 18%, rgba(73,84,46,.15) 0 9%, transparent 9.5%), radial-gradient(ellipse at 88% 78%, rgba(119,112,72,.16) 0 14%, transparent 14.5%), linear-gradient(128deg, transparent 0 54%, rgba(55,65,37,.08) 54% 67%, transparent 67%); background-size: 590px 410px, 710px 490px, 100% 100%; color: var(--ink); }
.members-area::after { content: "RESTRICTED"; position: absolute; right: -22px; bottom: -74px; color: rgba(11,15,11,.035); font-family: var(--heading); font-size: clamp(8rem, 19vw, 18rem); font-weight: 900; line-height: 1; pointer-events: none; }
.members-area .section-index { color: #59643a; }
.members-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.members-heading h2 span { color: var(--olive); }
.members-status { width: fit-content; margin: 0 0 22px; padding: 8px 12px 8px 30px; position: relative; display: block; border: 1px solid rgba(31,40,24,.28); background: rgba(255,255,255,.18); color: #394127; font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.members-status::before { content: ""; position: absolute; left: 12px; top: 50%; width: 8px; height: 8px; background: #5e6b3c; transform: translateY(-50%) rotate(45deg); }
.members-lock { width: 128px; height: 128px; display: grid; place-items: center; border: 1px solid rgba(24,32,19,.34); background: rgba(255,255,255,.18); color: #303a22; transform: rotate(2deg); clip-path: polygon(0 0, 84% 0, 100% 16%, 100% 100%, 0 100%); }
.members-lock svg { width: 62px; height: 62px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: square; stroke-linejoin: miter; }
.members-panel { margin-top: 56px; position: relative; z-index: 1; display: grid; grid-template-columns: minmax(320px,.88fr) minmax(0,1.12fr); overflow: hidden; border: 1px solid rgba(16,22,13,.34); border-left: 6px solid #727b4c; background-color: #11160e; background-image: linear-gradient(137deg, rgba(64,76,43,.91), rgba(7,10,6,.96) 62%), url("./assets/hero-elfi.webp"); background-size: cover; background-position: center; background-repeat: no-repeat; color: #eae6cf; box-shadow: 0 30px 70px rgba(35,39,25,.2); clip-path: polygon(0 0, 97% 0, 100% 7%, 100% 100%, 0 100%); }
.members-poster { min-width: 0; margin: 0; display: flex; flex-direction: column; border-right: 1px solid rgba(224,220,186,.18); background: #050705; }
.members-poster-button { min-height: 0; flex: 1; display: block; padding: 0; border: 0; background: #050705; cursor: zoom-in; }
.members-poster-button img { height: 100%; object-fit: contain; object-position: center top; filter: saturate(.92) contrast(1.04) brightness(.92); transition: filter .25s ease, transform .3s ease; }
.members-poster-button:hover img, .members-poster-button:focus-visible img { filter: saturate(1) contrast(1.05) brightness(1); transform: scale(1.012); }
.members-poster-button:focus-visible { outline: 3px solid var(--acid); outline-offset: -5px; }
.members-poster figcaption { min-height: 58px; padding: 11px 14px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid rgba(224,220,186,.18); color: #969f92; font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.members-poster figcaption a { flex: 0 0 auto; padding: 7px 10px; border: 1px solid rgba(224,220,186,.24); color: #e8e3cb; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.members-poster figcaption a:hover, .members-poster figcaption a:focus-visible { border-color: var(--acid); background: var(--acid); color: var(--ink); outline: 0; }
.members-poster figcaption b { margin-left: 7px; }
.members-content { min-width: 0; }
.members-copy { padding: clamp(30px, 5vw, 58px); }
.members-kicker { margin: 0; color: #bfc18b; font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.members-copy h3 { max-width: 510px; margin: 20px 0 22px; font-family: var(--heading); font-size: clamp(2.3rem, 4.2vw, 4.25rem); line-height: .92; text-transform: uppercase; }
.members-copy > p:not(.members-kicker) { max-width: 560px; margin: 0; color: #b5beb1; }
.members-copy .members-privacy { margin-top: 24px; padding: 15px 17px; border-left: 3px solid #aeb276; background: rgba(185,188,122,.08); color: #d5d2bb; font-size: .86rem; font-weight: 650; }
.members-access { padding: clamp(30px, 5vw, 58px); border-top: 1px solid rgba(224,220,186,.18); background: rgba(5,8,5,.4); }
.members-access-item { display: grid; grid-template-columns: 52px 1fr; gap: 17px; align-items: start; }
.members-access-item > span { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(217,214,174,.34); color: #c7c994; font-size: .72rem; font-weight: 900; }
.members-access-item strong { display: block; font-family: var(--heading); font-size: 1.55rem; line-height: 1.05; text-transform: uppercase; }
.members-access-item p { margin: 7px 0 0; color: #9fa99c; font-size: .9rem; }
.members-forum { width: 100%; margin-top: 24px; }
.members-recovery { margin-top: 32px; padding-top: 26px; border-top: 1px solid rgba(224,220,186,.18); }
.members-recovery > span { color: #c7c994; font-size: .69rem; font-weight: 900; letter-spacing: .14em; }
.members-recovery > p { margin: 7px 0 16px; color: #9fa99c; font-size: .86rem; }
.members-recovery-links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.members-recovery-links a { min-width: 0; padding: 14px; position: relative; display: grid; border: 1px solid rgba(224,220,186,.19); background: rgba(48,58,34,.48); transition: background .2s, color .2s, border-color .2s; }
.members-recovery-links a:hover, .members-recovery-links a:focus-visible { border-color: var(--acid); background: var(--acid); color: var(--ink); outline: 0; }
.members-recovery-links small { color: #999f7e; font-size: .61rem; font-weight: 850; letter-spacing: .12em; }
.members-recovery-links a:hover small, .members-recovery-links a:focus-visible small { color: #3d4228; }
.members-recovery-links strong { margin-top: 4px; padding-right: 18px; font-family: var(--heading); font-size: 1rem; text-transform: uppercase; }
.members-recovery-links b { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); font-weight: 500; }

.contact { padding: 128px 0; position: relative; background-color: #0d110a; background-image: radial-gradient(ellipse at 8% 25%, rgba(85,96,53,.42) 0 9%, transparent 9.5%), radial-gradient(ellipse at 62% 78%, rgba(43,52,30,.72) 0 15%, transparent 15.5%), radial-gradient(ellipse at 91% 14%, rgba(123,119,77,.19) 0 11%, transparent 11.5%); background-size: 570px 420px, 740px 520px, 620px 430px; overflow: hidden; }
.contact::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, rgba(185,188,122,.08), transparent 38%); }
.contact-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(56px, 9vw, 120px); }
.contact h2 span { color: var(--acid); }
.contact-copy > p:not(.section-index) { max-width: 500px; color: #aeb8aa; margin-top: 28px; }
.whatsapp-choice { max-width: 540px; margin-top: 34px; scroll-margin-top: 110px; border: 1px solid rgba(185,188,122,.44); background: rgba(14,19,12,.78); }
.whatsapp-choice > p { margin: 0; padding: 11px 14px; border-bottom: 1px solid var(--line); color: #c9c99c; font-size: .72rem; font-weight: 850; letter-spacing: .13em; }
.whatsapp-choice > div { display: grid; grid-template-columns: 1fr 1fr; }
.whatsapp-choice a { min-width: 0; padding: 16px 14px; position: relative; display: grid; border-right: 1px solid var(--line); background: linear-gradient(135deg, rgba(94,105,62,.28), rgba(18,24,15,.7)); transition: background .2s, color .2s; }
.whatsapp-choice a:last-child { border-right: 0; }
.whatsapp-choice a:hover, .whatsapp-choice a:focus-visible { background: var(--acid); color: var(--ink); }
.whatsapp-choice small { color: #979d7b; font-size: .64rem; font-weight: 800; letter-spacing: .12em; }
.whatsapp-choice a:hover small, .whatsapp-choice a:focus-visible small { color: #343820; }
.whatsapp-choice strong { margin-top: 4px; padding-right: 20px; font-family: var(--heading); font-size: 1.14rem; line-height: 1.1; text-transform: uppercase; }
.whatsapp-choice a > span { position: absolute; right: 13px; top: 50%; transform: translateY(-50%); }
.contact-direct { margin-top: 42px; display: grid; gap: 2px; }
.contact-direct a { padding: 15px 0; display: grid; border-bottom: 1px solid var(--line); }
.contact-direct small { color: #9c9d82; font-size: .75rem; letter-spacing: .16em; font-weight: 800; }
.contact-direct strong { margin-top: 4px; font-size: .98rem; font-weight: 650; }
.contact-direct a:hover strong { color: var(--acid); }
.contact-form { padding: 30px; border: 1px solid rgba(185,188,122,.34); border-top: 5px solid #737a4d; background-color: #151a10; background-image: linear-gradient(135deg, rgba(101,108,66,.18), transparent 42%), radial-gradient(ellipse at 94% 80%, rgba(52,61,36,.32) 0 18%, transparent 18.5%); box-shadow: 0 30px 70px rgba(0,0,0,.3); clip-path: polygon(0 0, 96% 0, 100% 4%, 100% 100%, 0 100%); }
.form-top { margin-bottom: 28px; padding-bottom: 15px; display: flex; justify-content: space-between; color: #c5c491; border-bottom: 1px solid var(--line); font-size: .75rem; font-weight: 850; letter-spacing: .14em; }
.contact-form label { display: grid; margin-bottom: 18px; color: #d2d0be; font-size: .75rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.contact-form label small { color: #778274; font-weight: 550; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 7px; border: 0; border-bottom: 1px solid rgba(238,242,230,.23); border-radius: 0; outline: 0; background: #10150f; color: var(--paper); padding: 13px 14px; font-size: .95rem; text-transform: none; letter-spacing: 0; transition: border-color .2s, background .2s; }
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form input:focus, .contact-form textarea:focus { background: #121910; border-color: var(--acid); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #6f796c; }
.form-submit { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; color: #92947c; font-size: .75rem; text-align: center; }

.site-footer { padding: 62px 0 22px; background-color: #070906; background-image: linear-gradient(118deg, transparent 0 32%, rgba(81,89,52,.16) 32% 44%, transparent 44% 73%, rgba(129,124,80,.08) 73% 82%, transparent 82%); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: start; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand div { display: grid; line-height: 1; }
.footer-brand strong { font-family: var(--brand); font-size: 1.9rem; font-weight: 800; letter-spacing: .12em; line-height: .92; }
.footer-brand small { margin-top: 7px; color: #999a80; font-size: .75rem; letter-spacing: .14em; }
.footer-grid > p { margin: 0; color: #8f998b; font-size: .82rem; }
.footer-links { display: grid; justify-items: end; gap: 6px; font-size: .82rem; }
.footer-links a:hover { color: var(--acid); }
.footer-bottom { margin-top: 44px; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #858772; font-size: .75rem; letter-spacing: .12em; }

.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 95; display: flex; align-items: stretch; border: 1px solid rgba(213,214,163,.54); background: rgba(8,11,7,.96); box-shadow: 0 14px 42px rgba(0,0,0,.44); backdrop-filter: blur(14px); }
.floating-whatsapp > span { padding: 11px 13px; display: grid; place-items: center; color: #b8ba94; font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.floating-whatsapp a { padding: 10px 13px; display: flex; align-items: center; gap: 7px; border-left: 1px solid var(--line); color: #f0ecd2; font-size: .78rem; font-weight: 800; transition: background .2s, color .2s; }
.floating-whatsapp a:hover, .floating-whatsapp a:focus-visible { background: var(--acid); color: var(--ink); }
.floating-whatsapp b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #657044; color: #fff; font-size: .58rem; letter-spacing: -.02em; }
.floating-whatsapp a:hover b, .floating-whatsapp a:focus-visible b { background: var(--ink); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }
body.menu-open { overflow: hidden; }

@media (max-width: 1280px) and (min-width: 961px) {
  .main-nav { gap: 9px; font-size: .67rem; letter-spacing: .035em; }
  .main-nav .nav-cta { padding-inline: 11px; }
  .brand { gap: 9px; }
  .brand-mark { width: 46px; height: 46px; flex-basis: 46px; }
  .brand-copy strong { font-size: 1.38rem; }
  .brand-copy small { display: none; }
}

@media (max-width: 960px) {
  :root { --shell: min(calc(100% - 34px), 760px); }
  .site-header.menu-open { background-color: #070906; background-image: linear-gradient(125deg, rgba(82,94,52,.22), transparent 42%), radial-gradient(ellipse at 84% 12%, rgba(120,118,75,.16) 0 15%, transparent 15.5%); border-color: rgba(224,220,186,.2); backdrop-filter: none; }
  .site-header.menu-open .brand-copy strong { color: #f4f0da; }
  .site-header.menu-open .brand-copy small { color: #c5ccbf; }
  .menu-toggle { display: block; position: relative; z-index: 102; border: 1px solid rgba(231,227,196,.35); background: rgba(5,8,5,.72); }
  .menu-toggle.open { border-color: var(--acid); background: var(--acid); }
  .menu-toggle.open span { background: var(--ink); }
  .menu-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 101; min-height: 100svh; height: 100dvh; padding: 112px 24px 34px; display: flex; flex-direction: column; align-items: stretch; gap: 8px; overflow-y: auto; background-color: #070906; background-image: linear-gradient(125deg, rgba(77,89,49,.28), transparent 44%), radial-gradient(ellipse at 88% 20%, rgba(124,121,78,.18) 0 14%, transparent 14.5%), radial-gradient(ellipse at 10% 86%, rgba(47,58,31,.42) 0 18%, transparent 18.5%); color: #f4f0da; opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(100%); transition: transform .3s ease, opacity .22s ease, visibility 0s linear .3s; }
  .main-nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(0); transition-delay: 0s; }
  .main-nav a { width: 100%; padding: 13px 16px; border: 1px solid rgba(224,220,186,.16); border-left: 3px solid #707a4d; background: rgba(14,19,12,.86); color: #f4f0da; font-family: var(--heading); font-size: 1.55rem; line-height: 1.08; text-shadow: 0 2px 8px rgba(0,0,0,.7); }
  .main-nav a:hover, .main-nav a:focus-visible { border-color: rgba(185,188,122,.68); background: #222a18; color: #e4e19d; outline: 0; }
  .main-nav .nav-cta { margin-top: 8px; padding: 15px 16px; width: 100%; border-color: #d8d6a0; background: var(--acid); color: var(--ink); font-family: var(--body); font-size: .82rem; text-align: center; text-shadow: none; }
  .main-nav .nav-cta:hover, .main-nav .nav-cta:focus-visible { background: #d1cf98; color: var(--ink); }
  body.menu-open .floating-whatsapp { visibility: hidden; }
  .hero { min-height: auto; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; padding-top: 112px; padding-bottom: 74px; gap: 36px; }
  .hero-copy { max-width: 720px; }
  .hero-poster { width: min(100%, 760px); transform: rotate(.35deg); }
  .hero-logo { width: min(100%, 480px); justify-self: center; transform: none; }
  .hero-logo-frame img { max-height: none; }
  .scroll-cue { display: none; }
  .about-grid, .trial-heading, .trial-flow, .faq-grid, .location-grid, .members-panel, .contact-grid { grid-template-columns: 1fr; }
  .trial-heading { gap: 24px; }
  .trial-facts { grid-template-columns: repeat(2, 1fr); }
  .trial-membership-brief { grid-template-columns: 1fr; }
  .trial-membership-brief article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(12,16,11,.16); }
  .trial-membership-brief article:last-child { border-bottom: 0; }
  .trial-flow { gap: 42px; }
  .faq-intro { position: static; }
  .about-visual { width: min(100%, 560px); }
  .about-visual img { aspect-ratio: 4/3; }
  .history-head { grid-template-columns: 1fr; gap: 12px; }
  .history-timeline { grid-template-columns: repeat(3, 1fr); }
  .history-timeline li { min-height: 340px; padding: 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .activity-grid { grid-template-columns: 1fr; }
  .activity-card { min-height: 300px; }
  .card-icon { margin-top: 32px; }
  .field-grid { grid-template-columns: 1fr; grid-template-rows: 420px 280px 250px; }
  .field-card-wide { grid-row: auto; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 230px; }
  .gallery-card, .gallery-card-third, .gallery-card-half { grid-column: span 1; }
  .gallery-card-lead { grid-column: 1 / -1; grid-row: span 2; }
  .gallery-page-hero-grid { grid-template-columns: 1fr; }
  .gallery-page-count { width: 100%; height: auto; min-height: 112px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 8px 24px; }
  .gallery-page-count strong { grid-row: 1 / 3; grid-column: 2; font-size: 4.7rem; }
  .gallery-toolbar { position: static; align-items: flex-start; flex-direction: column; }
  .italian-shake-grid { grid-template-columns: 1fr; }
  .italian-shake-visual { width: min(100%,560px); justify-self: center; }
  .event-card { grid-template-columns: 145px 1fr; }
  .event-card-external { grid-template-columns: 300px 1fr; }
  .event-date { min-height: auto; }
  .event-date strong { font-size: 5.5rem; }
  .event-actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; border-top: 1px solid rgba(224,220,186,.18); border-left: 0; }
  .event-actions > p:first-child, .event-map-link, .event-note { grid-column: 1 / -1; }
  .event-actions .button { margin-top: 0; }
  .map-frame { min-height: 470px; }
  .map-frame iframe { min-height: 456px; }
  .members-access { border-top: 1px solid rgba(224,220,186,.18); border-left: 0; }
  .members-poster { width: min(100%,560px); justify-self: center; border-right: 0; }
  .members-content { border-top: 1px solid rgba(224,220,186,.18); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-items: start; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  .header-inner { height: 72px; }
  .brand-mark { width: 43px; height: 43px; flex-basis: 43px; }
  .brand-copy strong { font-size: 1.34rem; }
  .hero-inner { padding-top: 92px; padding-bottom: 58px; gap: 24px; }
  .hero-copy { text-align: center; }
  .hero-logo { order: -1; width: min(70vw, 260px); }
  .hero-logo figcaption { display: none; }
  .eyebrow { justify-content: center; margin-bottom: 14px; }
  .eyebrow span { width: 28px; }
  .hero h1 { font-size: clamp(2.85rem, 13.2vw, 4rem); }
  .hero-lead { margin-top: 18px; font-size: 1rem; line-height: 1.5; }
  .hero::after { background: linear-gradient(90deg, rgba(5,7,4,.78), rgba(5,7,4,.34)), linear-gradient(0deg, rgba(5,7,4,.72), transparent 52%); }
  .hero-actions { display: grid; margin-top: 22px; }
  .hero-socials { justify-content: center; }
  .field-note { max-width: none; margin-top: 18px; text-align: left; }
  .hero-poster::before { inset: -8px 10px 12px -8px; }
  .poster-frame { padding: 4px; }
  .hero-poster figcaption { display: grid; gap: 2px; }
  .signal-track { justify-content: flex-start; }
  .section, .contact { padding: 90px 0; }
  .section h2, .contact h2 { font-size: clamp(3rem, 14.5vw, 4.35rem); }
  .principles { grid-template-columns: 1fr; }
  .principles div { padding: 17px 0; border-bottom: 1px solid rgba(10,14,10,.12); }
  .about-visual img { aspect-ratio: 3/4; }
  .club-history { margin-top: 66px; }
  .history-timeline { grid-template-columns: 1fr; }
  .history-timeline li { min-height: 265px; }
  .activity-card { padding: 25px; }
  .field-grid { grid-template-rows: 400px 300px 230px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 285px; }
  .gallery-card, .gallery-card-third, .gallery-card-half, .gallery-card-lead { grid-column: 1; grid-row: auto; }
  .gallery-card-lead { min-height: 390px; }
  .gallery-label strong, .gallery-card-lead .gallery-label strong { font-size: 1.8rem; }
  .gallery-home-actions { padding: 19px 17px; align-items: stretch; flex-direction: column; }
  .gallery-home-actions .button { width: 100%; }
  .gallery-page-hero { min-height: 0; padding: 116px 0 56px; }
  .gallery-page-hero h1 { font-size: clamp(3.7rem,17vw,5.3rem); }
  .gallery-page-lead { font-size: .98rem; }
  .gallery-page-count { min-height: 100px; padding: 17px; }
  .gallery-page-count strong { font-size: 4rem; }
  .full-gallery { padding-top: 42px; }
  .gallery-toolbar { margin-bottom: 20px; padding: 12px; }
  .gallery-filters { width: 100%; display: grid; grid-template-columns: repeat(2,1fr); }
  .gallery-filter { min-width: 0; padding-inline: 9px; }
  .gallery-results { width: 100%; text-align: center; }
  .italian-shake-actions { display: grid; }
  .italian-shake-actions .button { width: 100%; }
  .italian-shake-points { display: grid; grid-template-columns: repeat(2,1fr); }
  .italian-shake-points span { text-align: center; }
  .italian-shake-points span:last-child { grid-column: 1 / -1; }
  .calendar-switcher { padding: 15px; align-items: stretch; flex-direction: column; gap: 13px; }
  .calendar-tabs { display: grid; grid-template-columns: repeat(3,1fr); }
  .calendar-tab { min-width: 0; }
  .calendar-top { min-height: 74px; padding: 15px; }
  .calendar-top strong { font-size: 1.65rem; }
  .calendar-top > span { max-width: 120px; font-size: .57rem; text-align: center; }
  .calendar-weekdays span { padding: 8px 2px; font-size: .55rem; letter-spacing: .05em; }
  .calendar-day, .calendar-empty { min-height: 55px; padding: 7px; }
  .calendar-day b { font-size: 1rem; }
  .calendar-event b { font-size: 1.45rem; }
  .calendar-event small { font-size: 0; }
  .calendar-event small::after { content: "ELFI"; font-size: .52rem; }
  .calendar-event-external small::after { content: "IS"; }
  .calendar-event-pcr small::after { content: "PCR"; }
  .calendar-legend { align-items: flex-start; flex-direction: column; gap: 5px; }
  .calendar-legend-multi p { margin-left: 0; }
  .event-card { grid-template-columns: 1fr; clip-path: polygon(0 0, 95% 0, 100% 3%, 100% 100%, 0 100%); }
  .event-poster { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(213,175,102,.24); }
  .event-poster img { width: min(100%, 410px); margin-inline: auto; }
  .event-date { min-height: 150px; padding: 20px; flex-direction: row; gap: 13px; }
  .event-date strong { margin: 0; font-size: 5.4rem; }
  .event-date b { max-width: 70px; text-align: left; }
  .event-date-recurring strong { font-size: 3rem; letter-spacing: .01em; }
  .event-date-recurring b { max-width: 96px; }
  .event-content { padding: 29px 20px; }
  .event-details { grid-template-columns: 1fr; }
  .event-details div:nth-child(odd) { margin-right: 0; }
  .event-actions { padding: 28px 20px; display: flex; }
  .event-actions .button { margin-top: 9px; }
  .gallery-lightbox { width: calc(100% - 20px); max-height: calc(100svh - 20px); }
  .lightbox-frame { padding: 4px; }
  .lightbox-image-wrap img { max-height: calc(100svh - 132px); }
  .lightbox-toolbar { grid-template-columns: 46px minmax(0,1fr) 46px; gap: 8px; padding-inline: 5px; }
  .lightbox-toolbar button { width: 43px; }
  .lightbox-toolbar strong { font-size: 1.03rem; }
  .lightbox-close { top: 12px; right: 12px; width: 43px; height: 43px; }
  .contact-form { padding: 22px 18px; }
  .trial-heading { margin-bottom: 36px; }
  .trial-facts { grid-template-columns: 1fr; }
  .trial-facts article { min-height: 170px; }
  .trial-membership-brief article { padding: 20px 18px; }
  .trial-flow { margin-top: 48px; }
  .trial-flow-copy { padding: 22px 18px; }
  .steps li { grid-template-columns: 44px 1fr; gap: 12px; }
  .faq-list summary { min-height: 70px; padding: 18px 10px; font-size: 1.15rem; }
  .faq-list details p { padding: 0 10px 22px; }
  .location-data div { grid-template-columns: 100px 1fr; }
  .map-frame { min-height: 410px; padding: 4px; }
  .map-frame iframe { min-height: 402px; }
  .map-stamp { left: 12px; right: 12px; bottom: 12px; display: grid; gap: 3px; }
  .members-heading { grid-template-columns: 1fr; gap: 26px; }
  .members-lock { width: 84px; height: 84px; }
  .members-lock svg { width: 44px; height: 44px; }
  .members-panel { margin-top: 40px; clip-path: polygon(0 0, 95% 0, 100% 4%, 100% 100%, 0 100%); }
  .members-copy, .members-access { padding: 27px 20px; }
  .members-poster figcaption { align-items: stretch; flex-direction: column; }
  .members-poster figcaption a { text-align: center; }
  .members-recovery-links { grid-template-columns: 1fr; }
  .whatsapp-choice > div { grid-template-columns: 1fr; }
  .whatsapp-choice a { border-right: 0; border-bottom: 1px solid var(--line); }
  .whatsapp-choice a:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { gap: 30px; align-items: flex-end; }
  body { padding-bottom: 61px; }
  .floating-whatsapp { inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; border-inline: 0; border-bottom: 0; }
  .floating-whatsapp > span { display: none; }
  .floating-whatsapp a { min-height: 60px; justify-content: center; padding: 9px 7px; font-size: .82rem; }
  .floating-whatsapp a:first-of-type { border-left: 0; }
}

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

/* Pagina prima prova */
.trial-page-body { background: #090c08; }
.trial-page-main { min-height: 100svh; }
.trial-page-hero { min-height: 100svh; padding: 116px 0 64px; position: relative; display: grid; align-items: center; isolation: isolate; overflow: hidden; background: #0c1009; }
.trial-page-camo { position: absolute; inset: 0; z-index: -2; background-color: #11150d; background-image: radial-gradient(ellipse at 8% 20%, rgba(88,99,57,.62) 0 9%, transparent 9.5%), radial-gradient(ellipse at 41% 80%, rgba(43,52,30,.86) 0 14%, transparent 14.5%), radial-gradient(ellipse at 79% 25%, rgba(124,120,78,.24) 0 12%, transparent 12.5%), radial-gradient(ellipse at 92% 82%, rgba(48,58,32,.72) 0 15%, transparent 15.5%); background-size: 480px 330px, 640px 450px, 570px 410px, 670px 470px; }
.trial-page-camo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,4,.9), rgba(5,7,4,.43) 56%, rgba(5,7,4,.24)), linear-gradient(0deg, rgba(5,7,4,.74), transparent 45%); }
.trial-page-hero-grid { display: grid; grid-template-columns: minmax(0,1.03fr) minmax(370px,.77fr); align-items: center; gap: clamp(38px,6vw,88px); }
.trial-hero-copy h1, .trial-page-section h2, .trial-booking h2 { margin: 0; font-family: var(--heading); font-weight: 900; letter-spacing: -.04em; line-height: .86; text-transform: uppercase; }
.trial-hero-copy h1 { max-width: 760px; font-size: clamp(3.8rem,6.3vw,7.2rem); }
.trial-hero-copy h1 em { color: var(--acid); font-style: normal; }
.trial-hero-lead { max-width: 630px; margin: 26px 0 0; color: #d1d7cd; font-size: clamp(1rem,1.25vw,1.15rem); line-height: 1.6; }
.trial-hero-actions { margin-top: 29px; display: flex; flex-wrap: wrap; gap: 12px; }
.trial-hero-facts { margin-top: 36px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(221,217,180,.25); background: rgba(9,13,7,.68); }
.trial-hero-facts div { min-height: 104px; padding: 15px; display: flex; flex-direction: column; border-right: 1px solid rgba(221,217,180,.18); }
.trial-hero-facts div:last-child { border-right: 0; }
.trial-hero-facts small { color: #9da784; font-size: .61rem; font-weight: 900; letter-spacing: .14em; }
.trial-hero-facts strong { margin-top: auto; color: #efecd5; font-family: var(--heading); font-size: clamp(1.25rem,2vw,1.75rem); line-height: 1; text-transform: uppercase; }
.trial-hero-facts span { margin-top: 5px; color: #9ea99b; font-size: .7rem; }
.trial-hero-visual { margin: 0; position: relative; filter: drop-shadow(0 30px 65px rgba(0,0,0,.48)); }
.trial-hero-visual::before { content: ""; position: absolute; inset: -13px 17px 18px -13px; z-index: -1; border: 1px solid rgba(222,218,184,.38); background: rgba(99,108,67,.19); clip-path: polygon(0 0, 94% 0, 100% 7%, 100% 100%, 5% 100%, 0 93%); }
.trial-hero-visual img { width: 100%; max-height: calc(100svh - 205px); aspect-ratio: 4/5; object-fit: cover; object-position: center 25%; border: 7px solid #8e8b69; filter: saturate(.68) contrast(1.07) brightness(.9); clip-path: polygon(0 0, 94% 0, 100% 7%, 100% 100%, 5% 100%, 0 93%); }
.trial-hero-visual figcaption { margin-top: 10px; padding: 10px 13px; display: grid; gap: 4px; border-left: 3px solid var(--acid); background: rgba(8,11,7,.88); color: #dfdbc4; }
.trial-hero-visual figcaption span { color: #bdc28d; font-size: .64rem; font-weight: 900; letter-spacing: .14em; }
.trial-hero-visual figcaption b { font-size: .7rem; letter-spacing: .08em; }

.trial-page-section { padding: 118px 0; }
.trial-page-section h2, .trial-booking h2 { font-size: clamp(3.3rem,6.2vw,6.8rem); }
.trial-page-section h2 span, .trial-booking h2 span { color: var(--acid); }
.trial-page-heading { margin-bottom: 55px; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(44px,8vw,110px); align-items: end; }
.trial-page-heading > p { max-width: 560px; margin: 0 0 8px; font-size: 1.03rem; line-height: 1.65; }

.trial-included { background-color: var(--paper); background-image: radial-gradient(ellipse at 10% 20%, rgba(77,87,49,.12) 0 11%, transparent 11.5%), radial-gradient(ellipse at 89% 80%, rgba(118,112,72,.12) 0 14%, transparent 14.5%); background-size: 630px 430px, 720px 500px; color: var(--ink); }
.trial-included .section-index, .trial-ready .section-index { color: #5f6c3e; }
.trial-included .trial-page-heading h2 span, .trial-ready .trial-page-heading h2 span { color: #687448; }
.trial-included .trial-page-heading > p, .trial-ready .trial-page-heading > p { color: #4f594d; }
.trial-kit-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(42px,7vw,92px); align-items: stretch; }
.trial-kit-photo { min-width: 0; margin: 0; position: relative; padding: 6px; background: #858466; box-shadow: 0 26px 62px rgba(35,40,27,.22); clip-path: polygon(0 0, 94% 0, 100% 7%, 100% 100%, 5% 100%, 0 93%); }
.trial-kit-photo img { width: 100%; height: 100%; min-height: 510px; object-fit: cover; filter: saturate(.68) contrast(1.04); }
.trial-kit-photo figcaption { position: absolute; left: 19px; right: 19px; bottom: 19px; padding: 14px; border-left: 4px solid var(--acid); background: rgba(7,10,6,.9); color: #e7e3cb; font-size: .82rem; line-height: 1.5; }
.trial-kit-list { border-top: 1px solid rgba(12,16,11,.2); }
.trial-kit-list article { min-height: 125px; padding: 22px 4px; display: grid; grid-template-columns: 62px 1fr; gap: 18px; border-bottom: 1px solid rgba(12,16,11,.2); }
.trial-kit-list article > span { color: #738052; font-size: .7rem; font-weight: 900; }
.trial-kit-list strong { font-family: var(--heading); font-size: 1.55rem; text-transform: uppercase; }
.trial-kit-list p { margin: 7px 0 0; color: #566055; line-height: 1.55; }

.trial-day { position: relative; overflow: hidden; background-color: #0a0d08; background-image: radial-gradient(ellipse at 9% 22%, rgba(84,96,54,.42) 0 10%, transparent 10.5%), radial-gradient(ellipse at 88% 79%, rgba(49,59,33,.66) 0 15%, transparent 15.5%); background-size: 650px 460px, 780px 540px; }
.trial-day-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(48px,8vw,110px); align-items: start; }
.trial-day-copy { position: sticky; top: 120px; }
.trial-day-copy > p:not(.section-index) { max-width: 520px; margin: 28px 0 0; color: #b1baad; line-height: 1.65; }
.trial-day-copy .button { margin-top: 30px; }
.trial-schedule { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(224,220,186,.25); }
.trial-schedule li { min-height: 132px; padding: 24px 8px; display: grid; grid-template-columns: 125px 1fr; gap: 24px; border-bottom: 1px solid rgba(224,220,186,.25); background: rgba(16,21,13,.4); }
.trial-schedule time { color: var(--acid); font-family: var(--heading); font-size: 1.25rem; font-weight: 800; }
.trial-schedule strong { font-family: var(--heading); font-size: 1.65rem; text-transform: uppercase; }
.trial-schedule p { margin: 7px 0 0; color: #aeb7aa; line-height: 1.55; }

.trial-ready { background-color: #e9e5d6; background-image: linear-gradient(125deg, transparent 0 62%, rgba(66,76,45,.08) 62% 73%, transparent 73%); color: var(--ink); }
.trial-ready-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.trial-ready-grid article { min-height: 270px; padding: 24px; display: flex; flex-direction: column; border-top: 5px solid #788253; background: #151b11; color: #eee9d1; clip-path: polygon(0 0, 91% 0, 100% 9%, 100% 100%, 0 100%); }
.trial-ready-grid small { color: #bbc08a; font-size: .67rem; font-weight: 900; letter-spacing: .14em; }
.trial-ready-grid strong { margin-top: 28px; font-family: var(--heading); font-size: 1.6rem; line-height: 1.05; text-transform: uppercase; }
.trial-ready-grid p { margin: auto 0 0; padding-top: 22px; color: #aeb8aa; font-size: .86rem; line-height: 1.55; }

.trial-page-faq { background-color: #0b0e09; background-image: radial-gradient(ellipse at 12% 27%, rgba(88,99,57,.42) 0 10%, transparent 10.5%), radial-gradient(ellipse at 90% 78%, rgba(50,60,34,.6) 0 15%, transparent 15.5%); background-size: 660px 460px, 780px 540px; }
.trial-page-faq h2 span { color: var(--acid); }

.trial-membership { background-color: #151b11; background-image: linear-gradient(132deg, rgba(104,115,68,.22), transparent 42%), radial-gradient(ellipse at 88% 18%, rgba(139,133,84,.14) 0 13%, transparent 13.5%); }
.trial-membership-grid { display: grid; grid-template-columns: 1fr minmax(330px,.72fr); gap: clamp(38px,7vw,92px); align-items: start; }
.trial-membership-copy > p:not(.section-index) { max-width: 610px; margin: 30px 0 0; color: #b5bdb0; font-size: 1.03rem; line-height: 1.7; }
.trial-membership-card { padding: 31px; border: 1px solid rgba(224,220,186,.28); border-top: 6px solid var(--acid); background: rgba(7,10,6,.67); clip-path: polygon(0 0, 91% 0, 100% 9%, 100% 100%, 0 100%); }
.trial-membership-card small, .trial-certificate > small { color: #b5bb85; font-size: .69rem; font-weight: 900; letter-spacing: .15em; }
.trial-membership-card > strong { margin: 18px 0 24px; display: block; color: #f0ecd6; font-family: var(--heading); font-size: clamp(4.7rem,7vw,7rem); line-height: .8; }
.trial-membership-card ul { margin: 0; padding: 20px 0 0 20px; border-top: 1px solid rgba(224,220,186,.22); color: #c5cdc0; }
.trial-membership-card li { margin: 9px 0; padding-left: 5px; }
.trial-certificate { grid-column: 1 / -1; padding: 24px; display: grid; grid-template-columns: 170px 1fr 1fr; gap: 28px; align-items: start; border: 1px solid rgba(224,220,186,.24); border-left: 5px solid var(--acid); background: rgba(7,10,6,.58); }
.trial-certificate strong { display: block; color: #ede9d2; font-family: var(--heading); font-size: 1.25rem; text-transform: uppercase; }
.trial-certificate p { margin: 7px 0 0; color: #aeb8aa; line-height: 1.55; }
.trial-certificate b { color: #dadb9f; }

.trial-page-location { padding: 118px 0; }
.trial-booking { padding: 118px 0; position: relative; overflow: hidden; background-color: #0d110a; background-image: radial-gradient(ellipse at 8% 25%, rgba(85,96,53,.42) 0 9%, transparent 9.5%), radial-gradient(ellipse at 82% 76%, rgba(43,52,30,.72) 0 15%, transparent 15.5%); background-size: 570px 420px, 740px 520px; }
.trial-booking-grid { display: grid; grid-template-columns: 1fr .78fr; gap: clamp(45px,8vw,105px); align-items: center; }
.trial-booking h2 { font-size: clamp(3.2rem,5.8vw,6.2rem); }
.trial-booking-grid > div:first-child > p:not(.section-index) { max-width: 590px; margin: 28px 0 0; color: #b3bcb0; line-height: 1.65; }
.trial-booking .whatsapp-choice { margin-top: 0; max-width: none; }

@media (max-width: 960px) {
  .trial-page-hero-grid, .trial-kit-grid, .trial-day-grid, .trial-membership-grid, .trial-booking-grid { grid-template-columns: 1fr; }
  .trial-page-hero { min-height: auto; padding-top: 116px; }
  .trial-hero-visual { width: min(100%,560px); justify-self: center; }
  .trial-hero-visual img { max-height: none; }
  .trial-day-copy { position: static; }
  .trial-ready-grid { grid-template-columns: repeat(2,1fr); }
  .trial-certificate { grid-template-columns: 150px 1fr 1fr; }
}

@media (max-width: 640px) {
  .trial-page-hero { padding: 94px 0 54px; }
  .trial-page-hero-grid { gap: 34px; }
  .trial-hero-copy { text-align: center; }
  .trial-hero-copy .eyebrow { justify-content: center; }
  .trial-hero-copy h1 { font-size: clamp(3rem,14vw,4.4rem); }
  .trial-hero-lead { margin-top: 19px; }
  .trial-hero-actions { display: grid; }
  .trial-hero-facts { grid-template-columns: repeat(2,1fr); }
  .trial-hero-facts div:nth-child(2) { border-right: 0; }
  .trial-hero-facts div:nth-child(-n+2) { border-bottom: 1px solid rgba(221,217,180,.18); }
  .trial-hero-visual { width: min(86vw,390px); }
  .trial-hero-visual figcaption { text-align: left; }
  .trial-page-section, .trial-page-location, .trial-booking { padding: 88px 0; }
  .trial-page-section h2, .trial-booking h2 { font-size: clamp(3rem,14vw,4.45rem); }
  .trial-page-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }
  .trial-kit-photo img { min-height: 410px; }
  .trial-kit-list article { grid-template-columns: 42px 1fr; gap: 12px; }
  .trial-schedule li { grid-template-columns: 1fr; gap: 10px; }
  .trial-ready-grid { grid-template-columns: 1fr; }
  .trial-ready-grid article { min-height: 220px; }
  .trial-membership-card { padding: 25px 20px; }
  .trial-certificate { grid-template-columns: 1fr; gap: 18px; }
  .trial-certificate > div { padding-top: 16px; border-top: 1px solid rgba(224,220,186,.2); }
  .trial-booking-grid { gap: 38px; }
}
