@font-face {
  font-family: "Typographica";
  src: url("../../../assets/TypoGraphica.otf") format("opentype");
  font-display: swap;
}

:root {
  --memora-red: #ff2538;
  --memora-red-dark: #e91d35;
  --memora-purple: #5c2b83;
  --memora-purple-medium: #7134a4;
  --memora-purple-light: #8f54cf;
  --memora-navy: #15103e;
  --memora-navy-dark: #0d092b;
  --text-primary: #171329;
  --text-secondary: #676276;
  --text-light: #8a8595;
  --background: #ffffff;
  --background-soft: #f8f7fb;
  --background-lilac: #f5f1fa;
  --border: #e8e5ee;
  --border-strong: #dcd7e5;
  --success: #37a76f;
  --warning: #f0a53a;
  --brand-gradient: linear-gradient(90deg, #ff2538 0%, #de245f 48%, #682fa0 100%);
  --dark-gradient: linear-gradient(120deg, #171044 0%, #28105a 52%, #43116b 100%);
  --shadow-sm: 0 7px 22px rgba(31, 19, 61, .07);
  --shadow-lg: 0 24px 65px rgba(27, 12, 59, .15);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: 1180px;
  --hex-primary: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  --hex-icon: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  --hex-horizontal: polygon(9% 0, 91% 0, 100% 50%, 91% 100%, 9% 100%, 0 50%);
  --angled-button: polygon(10px 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 10px 100%, 0 50%);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--text-primary); background: var(--background); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; overflow: hidden; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 16px; background: var(--memora-navy); color: #fff; border-radius: 8px; transform: translateY(-140%); }
.skip-link:focus { transform: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 48px; padding: 0 22px; border: 0; border-radius: 12px; font-size: 14px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid rgba(143, 84, 207, .35); outline-offset: 3px; }
.button-primary { color: #fff; background: var(--brand-gradient); box-shadow: 0 10px 24px rgba(222, 36, 95, .2); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-light { color: var(--memora-navy); background: #fff; }
.button-white { color: var(--memora-purple); background: #fff; min-width: 170px; }
.section-kicker { display: block; margin-bottom: 10px; color: var(--memora-red); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.section-kicker-light { color: #ff8996; }
.section-heading h2, .testimonial-heading h2 { margin: 0; font-size: clamp(28px, 3vw, 40px); line-height: 1.08; letter-spacing: -.045em; }
.inline-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.text-link { color: var(--memora-purple); font-size: 14px; font-weight: 800; }
.text-link span { margin-left: 8px; }

.site-header { position: relative; z-index: 50; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(232,229,238,.82); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 42px; }
.brand { flex: 0 0 190px; }
.brand img { width: 190px; height: 42px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-right: auto; }
.desktop-nav a, .login-link { color: #4e485d; font-size: 13px; font-weight: 700; }
.desktop-nav a:hover, .login-link:hover { color: var(--memora-purple); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.location-pill { display: flex; align-items: center; gap: 8px; padding-right: 18px; border-right: 1px solid var(--border); color: #5f596d; font-size: 12px; font-weight: 700; }
.location-pill svg { width: 17px; height: 17px; fill: none; stroke: var(--memora-purple); stroke-width: 1.8; }
.location-pill .chevron { width: 13px; height: 13px; stroke: #8b8597; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; border-radius: 10px; background: var(--background-soft); }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--text-primary); transition: .2s; }
.mobile-nav { display: none; }

.hero { overflow: hidden; padding: 64px 0 72px; background: linear-gradient(115deg, #fff 0%, #fff 56%, #f7f2fb 100%); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.hero-copy { padding: 18px 0 10px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--memora-purple); font-size: 12px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow-dot { position: relative; width: 19px; height: 19px; border-radius: 50%; background: rgba(255,37,56,.1); }
.eyebrow-dot::after { content: ""; position: absolute; inset: 6px; border-radius: 50%; background: var(--memora-red); }
.hero h1 { max-width: 650px; margin: 19px 0 20px; font-size: clamp(44px, 5vw, 68px); line-height: .99; letter-spacing: -.058em; }
.hero h1 span, .wallet-copy h2 span, .soon-card h1 span { color: transparent; background: var(--brand-gradient); background-clip: text; -webkit-background-clip: text; }
.hero-copy > p { max-width: 570px; margin: 0; color: var(--text-secondary); font-size: 18px; line-height: 1.65; }
.search-bar { display: flex; align-items: center; max-width: 630px; margin-top: 30px; padding: 7px 7px 7px 18px; background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow-sm); }
.search-bar svg { flex: 0 0 21px; width: 21px; height: 21px; fill: none; stroke: var(--memora-purple); stroke-width: 1.8; }
.search-bar input { min-width: 0; flex: 1; height: 45px; padding: 0 14px; border: 0; outline: 0; color: var(--text-primary); background: transparent; }
.search-bar input::placeholder { color: #9b96a6; }
.search-bar button { align-self: stretch; min-width: 106px; border: 0; border-radius: 10px; color: #fff; background: var(--memora-purple); font-size: 13px; font-weight: 800; }
.hero-trust { display: flex; gap: 26px; margin-top: 20px; color: #7d7788; font-size: 12px; font-weight: 650; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust svg { width: 16px; height: 16px; fill: none; stroke: var(--success); stroke-width: 2; }
.hero-visual { position: relative; min-height: 470px; }
.hero-orbit { position: absolute; border: 1px solid rgba(113,52,164,.12); border-radius: 50%; }
.hero-orbit-one { inset: -56px -130px -64px -42px; }
.hero-orbit-two { inset: 20px -54px 4px 34px; }
.featured-card { position: absolute; inset: 0 42px 0 26px; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow-lg); }
.featured-card > img { width: 100%; height: 100%; object-fit: cover; }
.featured-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,5,30,.08) 18%, rgba(10,5,35,.92) 100%); }
.featured-top { position: absolute; inset: 22px 22px auto; display: flex; justify-content: space-between; }
.live-badge { padding: 8px 11px; border-radius: 99px; color: #fff; background: rgba(255,37,56,.92); font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.heart-button { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; background: rgba(18,12,47,.26); backdrop-filter: blur(6px); font-size: 22px; }
.heart-button.active { color: var(--memora-red); background: #fff; }
.featured-content { position: absolute; right: 27px; bottom: 27px; left: 27px; color: #fff; }
.event-kicker { color: #d7cedf; font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.featured-content h2 { margin: 9px 0 7px; font-size: 34px; letter-spacing: -.04em; }
.featured-content p { max-width: 345px; margin: 0 0 19px; color: #ddd7e7; font-size: 13px; line-height: 1.5; }
.featured-meta { display: flex; gap: 11px; }
.featured-meta span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 7px; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.floating-memory { position: absolute; right: -9px; bottom: 62px; display: flex; align-items: center; gap: 11px; width: 191px; padding: 12px; border: 1px solid rgba(255,255,255,.8); border-radius: 14px; background: rgba(255,255,255,.93); box-shadow: 0 16px 35px rgba(30, 14, 67, .18); }
.floating-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; color: #fff; background: var(--brand-gradient); font-size: 11px; }
.floating-memory div { display: flex; flex-direction: column; }
.floating-memory strong { font-size: 11px; }
.floating-memory small { margin-top: 3px; color: var(--text-light); font-size: 8px; }
.floating-ticket { position: absolute; top: 62px; left: -16px; display: grid; padding: 12px 17px; border-radius: 13px; color: var(--memora-purple); background: #fff; box-shadow: 0 16px 34px rgba(30, 14, 67, .15); }
.floating-ticket strong { font-size: 18px; line-height: 1; }
.floating-ticket span { margin-top: 3px; color: var(--text-light); font-size: 9px; }

.section-compact { padding: 62px 0 28px; }
.slider-controls { display: flex; gap: 8px; }
.slider-controls button { width: 38px; height: 38px; border: 1px solid var(--border); border-radius: 50%; color: var(--memora-purple); background: #fff; }
.category-row { display: grid; grid-template-columns: repeat(8, 1fr); gap: 13px; }
.category-card { min-width: 0; padding: 18px 10px 16px; border: 1px solid var(--border); border-radius: 14px; text-align: center; background: #fff; transition: .2s ease; }
.category-card:hover, .category-card.active { transform: translateY(-3px); border-color: rgba(113,52,164,.25); background: var(--background-lilac); box-shadow: var(--shadow-sm); }
.category-icon { display: grid; place-items: center; width: 38px; height: 38px; margin: 0 auto 10px; border-radius: 11px; color: var(--memora-purple); background: #f0e9f7; font-size: 18px; }
.category-card strong { display: block; overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }

.events-section { padding: 52px 0 92px; }
.event-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.event-card { overflow: hidden; border: 1px solid var(--border); border-radius: 18px; background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.event-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.event-image { position: relative; height: 180px; overflow: hidden; background: var(--background-soft); }
.event-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.event-card:hover .event-image img { transform: scale(1.04); }
.event-tag { position: absolute; top: 13px; left: 13px; padding: 6px 9px; border-radius: 99px; color: #fff; background: rgba(21,16,62,.78); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.event-favorite { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border: 0; border-radius: 50%; color: var(--text-primary); background: rgba(255,255,255,.94); font-size: 19px; }
.event-favorite.active { color: var(--memora-red); }
.event-body { padding: 18px; }
.event-date { color: var(--memora-red); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.event-body h3 { min-height: 46px; margin: 8px 0 10px; font-size: 17px; line-height: 1.35; letter-spacing: -.02em; }
.event-location { display: flex; align-items: center; gap: 6px; margin: 0 0 16px; color: var(--text-secondary); font-size: 11px; }
.event-location svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.event-bottom { display: flex; align-items: flex-end; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--border); }
.event-price small { display: block; color: var(--text-light); font-size: 9px; }
.event-price strong { font-size: 14px; }
.event-arrow { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; color: var(--memora-purple); background: var(--background-lilac); }
.empty-state { padding: 45px 20px; border: 1px dashed var(--border-strong); border-radius: 16px; color: var(--text-secondary); text-align: center; }

.memory-band { position: relative; overflow: hidden; color: #fff; background: var(--dark-gradient); }
.memory-grid { min-height: 590px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.memory-glow { position: absolute; border-radius: 50%; filter: blur(5px); opacity: .32; }
.memory-glow-one { width: 420px; height: 420px; right: -170px; top: -180px; background: #9b4de0; }
.memory-glow-two { width: 250px; height: 250px; left: 38%; bottom: -170px; background: #ff2538; opacity: .14; }
.memory-copy { position: relative; z-index: 2; }
.memory-copy h2 { margin: 0 0 24px; font-size: clamp(43px, 5vw, 65px); line-height: .98; letter-spacing: -.055em; }
.memory-copy h2 span { color: #ff7d8b; }
.memory-copy p { max-width: 490px; margin: 0 0 30px; color: #cfc8dd; font-size: 16px; line-height: 1.7; }
.memory-showcase { position: relative; height: 530px; }
.memory-phone { position: absolute; top: 42px; left: 50%; width: 290px; height: 460px; overflow: hidden; border: 7px solid #f4effa; border-radius: 34px; background: #fff; box-shadow: 0 35px 70px rgba(0,0,0,.35); transform: translateX(-50%) rotate(3deg); }
.phone-top { height: 45px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; color: var(--text-secondary); background: #fff; }
.phone-top span:first-child { width: 8px; height: 8px; border-radius: 50%; background: var(--memora-red); }
.phone-top small { color: var(--memora-purple); font-weight: 800; }
.phone-cover { position: relative; height: 325px; }
.phone-cover img { width: 100%; height: 100%; object-fit: cover; }
.phone-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 34%, rgba(13,9,43,.94)); }
.phone-cover div { position: absolute; z-index: 1; right: 18px; bottom: 22px; left: 18px; }
.phone-cover span { color: #ff7b89; font-size: 8px; font-weight: 850; letter-spacing: .1em; }
.phone-cover h3 { margin: 7px 0 5px; font-size: 21px; line-height: 1.05; }
.phone-cover p { margin: 0; color: #d7d0e1; font-size: 9px; }
.phone-stats { height: 76px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; color: var(--text-light); text-align: center; }
.phone-stats span { display: flex; flex-direction: column; gap: 3px; font-size: 8px; }
.phone-stats strong { color: var(--memora-purple); font-size: 15px; }
.memory-chip { position: absolute; z-index: 2; display: flex; align-items: center; gap: 11px; min-width: 170px; padding: 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.12); box-shadow: 0 18px 35px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.memory-chip > span { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 10px; color: #fff; background: var(--brand-gradient); }
.memory-chip div { display: flex; flex-direction: column; }
.memory-chip strong { font-size: 11px; }
.memory-chip small { margin-top: 3px; color: #c9c0d7; font-size: 8px; }
.chip-photo { top: 112px; left: 5px; }
.chip-music { right: -5px; bottom: 120px; }
.chip-seal { left: 44px; bottom: 18px; }

.organizers { padding: 110px 0; }
.organizers-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 105px; }
.organizers-art { position: relative; min-height: 520px; }
.organizers-photo { position: absolute; inset: 28px 36px 30px 0; overflow: hidden; border-radius: 28px; background: var(--memora-navy); box-shadow: var(--shadow-lg); }
.organizers-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.04); }
.organizers-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(140deg, rgba(255,37,56,.08), rgba(92,43,131,.28)); }
.sales-card, .audience-card { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.8); background: rgba(255,255,255,.95); box-shadow: 0 19px 42px rgba(24, 13, 54, .18); }
.sales-card { right: -20px; bottom: 0; width: 190px; padding: 18px; border-radius: 16px; }
.sales-card span, .audience-card > span { display: block; margin-bottom: 8px; color: var(--text-secondary); font-size: 10px; }
.sales-card strong { display: block; font-size: 27px; letter-spacing: -.04em; }
.sales-card small { color: var(--text-light); font-size: 8px; }
.sales-card b { color: var(--success); }
.audience-card { top: 4px; left: -24px; width: 170px; padding: 16px; border-radius: 16px; }
.mini-bars { height: 55px; display: flex; align-items: end; gap: 7px; }
.mini-bars i { flex: 1; border-radius: 4px 4px 0 0; background: var(--brand-gradient); }
.mini-bars i:nth-child(1) { height: 32%; }.mini-bars i:nth-child(2) { height: 52%; }.mini-bars i:nth-child(3) { height: 45%; }.mini-bars i:nth-child(4) { height: 78%; }.mini-bars i:nth-child(5) { height: 62%; }.mini-bars i:nth-child(6) { height: 100%; }
.organizers-copy h2 { max-width: 570px; margin: 0 0 22px; font-size: clamp(37px, 4vw, 53px); line-height: 1.03; letter-spacing: -.052em; }
.organizers-copy > p { margin: 0 0 28px; color: var(--text-secondary); font-size: 16px; line-height: 1.7; }
.benefit-list { display: grid; gap: 18px; margin: 0 0 31px; padding: 0; list-style: none; }
.benefit-list li { display: flex; gap: 15px; }
.benefit-list li > span { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border-radius: 10px; color: var(--memora-purple); background: var(--background-lilac); font-size: 10px; font-weight: 900; }
.benefit-list div { display: flex; flex-direction: column; gap: 4px; }
.benefit-list strong { font-size: 14px; }
.benefit-list small { color: var(--text-secondary); font-size: 11px; }

.wallet-section { padding: 35px 0 110px; }
.wallet-card { min-height: 480px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; overflow: hidden; padding: 55px 70px; border-radius: 30px; background: linear-gradient(120deg, #f7f3fa 0%, #f4edf9 100%); }
.wallet-copy { position: relative; z-index: 3; }
.wallet-copy h2 { margin: 0 0 21px; font-size: clamp(38px, 4.2vw, 55px); line-height: 1.02; letter-spacing: -.055em; }
.wallet-copy p { max-width: 510px; color: var(--text-secondary); font-size: 15px; line-height: 1.7; }
.store-buttons { display: flex; gap: 10px; margin-top: 27px; }
.store-buttons a { min-width: 146px; height: 49px; display: flex; align-items: center; gap: 9px; padding: 0 14px; border-radius: 9px; color: #fff; background: var(--memora-navy-dark); }
.store-buttons a > span { font-size: 19px; }
.store-buttons div { display: flex; flex-direction: column; }
.store-buttons small { font-size: 7px; }
.store-buttons strong { font-size: 13px; }
.wallet-visual { position: relative; height: 420px; }
.phone-shell { position: absolute; z-index: 2; top: 15px; right: 31px; width: 222px; height: 430px; padding: 9px; border-radius: 37px; background: #171329; box-shadow: 0 30px 60px rgba(35, 16, 68, .22); transform: rotate(4deg); }
.phone-screen { height: 100%; padding: 39px 16px 20px; border-radius: 29px; color: var(--text-primary); background: #fff; }
.phone-speaker { position: absolute; z-index: 3; top: 18px; left: 50%; width: 54px; height: 7px; border-radius: 99px; background: #333; transform: translateX(-50%); }
.phone-screen > small { color: var(--text-light); font-size: 8px; }
.phone-screen > h3 { margin: 5px 0 19px; font-size: 19px; }
.mini-ticket { height: 225px; display: flex; flex-direction: column; justify-content: end; padding: 16px; border-radius: 18px; color: #fff; background: linear-gradient(160deg, rgba(255,37,56,.78), rgba(45,18,91,.94)), url("../../../assets/fourkaos-background.jpg") center/cover; }
.mini-ticket span { font-size: 7px; letter-spacing: .08em; }
.mini-ticket strong { margin: 5px 0; font-size: 16px; }
.mini-ticket small { color: #ddd4e7; }
.phone-nav { display: flex; justify-content: space-around; margin-top: 31px; }
.phone-nav i { width: 19px; height: 6px; border-radius: 99px; background: #ded8e5; }.phone-nav i:first-child { background: var(--memora-purple); }
.wallet-ticket { position: absolute; display: flex; flex-direction: column; color: #fff; box-shadow: 0 22px 42px rgba(44, 15, 78, .22); }
.ticket-back { top: 55px; left: 36px; width: 260px; height: 154px; padding: 20px; border-radius: 18px; background: var(--memora-purple); transform: rotate(-14deg); }
.ticket-back span { font-family: Typographica, sans-serif; font-size: 24px; }
.ticket-front { z-index: 3; bottom: 28px; left: 18px; width: 285px; height: 175px; padding: 20px; border-radius: 19px; background: var(--brand-gradient); transform: rotate(-6deg); }
.ticket-brand { margin-bottom: auto; font-family: Typographica, sans-serif; font-size: 21px; }
.ticket-front > small { font-size: 7px; letter-spacing: .1em; }
.ticket-front h3 { margin: 5px 0 10px; font-size: 19px; }
.ticket-code { color: rgba(255,255,255,.8); font-family: monospace; font-size: 16px; letter-spacing: -1px; }
.ticket-front > span { margin-top: 4px; font-size: 7px; }

.testimonials { padding: 100px 0 108px; background: var(--background-soft); }
.testimonial-heading { max-width: 650px; margin: 0 auto 42px; text-align: center; }
.testimonial-heading p { color: var(--text-secondary); font-size: 14px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-card { padding: 27px; border: 1px solid var(--border); border-radius: 18px; background: #fff; }
.quote-mark { color: var(--memora-red); font-family: Georgia, serif; font-size: 36px; line-height: .8; }
.testimonial-card blockquote { min-height: 94px; margin: 13px 0 24px; color: #4e485c; font-size: 13px; line-height: 1.65; }
.testimonial-person { display: flex; align-items: center; gap: 11px; }
.testimonial-avatar { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: #fff; background: var(--brand-gradient); font-size: 12px; font-weight: 850; }
.testimonial-person div { display: flex; flex-direction: column; }
.testimonial-person strong { font-size: 11px; }
.testimonial-person small { margin-top: 2px; color: var(--text-light); font-size: 9px; }

.final-cta { color: #fff; background: var(--brand-gradient); }
.final-cta-inner { min-height: 260px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta-inner > div > span { display: block; margin-bottom: 11px; color: rgba(255,255,255,.78); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.final-cta h2 { margin: 0; font-size: clamp(34px, 4vw, 48px); line-height: 1.06; letter-spacing: -.05em; }

.site-footer { color: #fff; background: var(--memora-navy-dark); }
.footer-main { display: grid; grid-template-columns: 1.35fr repeat(3, .7fr) 1.15fr; gap: 52px; padding-top: 70px; padding-bottom: 58px; }
.footer-brand img { width: 150px; height: 104px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.footer-brand p { margin: 15px 0 0; color: #a9a0ba; font-size: 12px; line-height: 1.55; }
.footer-column, .footer-news { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-column h2, .footer-news h2 { margin: 0 0 8px; font-size: 12px; }
.footer-column a { color: #aaa2b8; font-size: 10px; }
.footer-column a:hover { color: #fff; }
.footer-news p { margin: 0; color: #aaa2b8; font-size: 10px; line-height: 1.5; }
.footer-news form { width: 100%; display: flex; margin-top: 4px; padding: 5px; border: 1px solid #37304f; border-radius: 9px; background: #171236; }
.footer-news input { min-width: 0; flex: 1; height: 34px; padding-inline: 9px; border: 0; outline: 0; color: #fff; background: transparent; font-size: 9px; }
.footer-news button { width: 34px; height: 34px; border: 0; border-radius: 7px; color: #fff; background: var(--memora-purple-medium); }
.footer-news > small { min-height: 14px; color: #c4b6d4; font-size: 8px; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #2a2444; color: #797187; font-size: 9px; }
.social-links { display: flex; gap: 8px; }
.social-links a { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #37304d; border-radius: 50%; color: #b3aabd; font-size: 9px; font-weight: 800; }
.toast { position: fixed; z-index: 100; right: 24px; bottom: 24px; max-width: 330px; padding: 13px 17px; border-radius: 11px; color: #fff; background: var(--memora-navy); box-shadow: var(--shadow-lg); font-size: 12px; opacity: 0; transform: translateY(15px); pointer-events: none; transition: .25s; }
.toast.visible { opacity: 1; transform: none; }

/* Three-shape hexagonal system: primary, icon and horizontal. */
.hex-primary { clip-path: var(--hex-primary); }
.hex-icon { clip-path: var(--hex-icon); }
.hex-horizontal { clip-path: var(--hex-horizontal); }
.hex-frame { position: relative; clip-path: var(--hex-primary); background: var(--brand-gradient); }

.button,
.store-buttons a { border-radius: 12px; clip-path: none; }
.button { padding-inline: 22px; }
.button-small { padding-inline: 18px; }
.final-cta .button { padding-inline: 29px; border-radius: 0; clip-path: var(--angled-button); }

.menu-toggle,
.category-icon,
.event-arrow { clip-path: none; }

/* Hero: a true, layered primary hexagon with three connected cells. */
.hero-visual { min-height: 500px; }
.hero-hex-frame {
  position: absolute;
  top: 24px;
  right: 16px;
  width: min(94%, 500px);
  aspect-ratio: 1.1547;
  padding: 4px;
  filter: drop-shadow(0 27px 34px rgba(27, 12, 59, .2));
}
.hero-hex-frame::before {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: 1;
  clip-path: var(--hex-primary);
  border: 1px solid rgba(255,255,255,.72);
}
.featured-card { position: relative; inset: auto; width: 100%; height: 100%; border-radius: 0; box-shadow: none; }
.featured-top { inset: 48px 70px auto auto; justify-content: flex-end; }
.featured-content { right: 19%; bottom: 14%; left: 19%; }
.featured-content p { max-width: 310px; }
.heart-button { width: 42px; height: 42px; }
.featured-meta span { border-radius: 7px; clip-path: none; }
.hero-node {
  position: absolute;
  z-index: 4;
  width: 112px;
  aspect-ratio: 1.1547;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: var(--memora-purple);
  background: #fff;
  filter: drop-shadow(0 14px 20px rgba(30, 14, 67, .18));
  text-align: center;
}
.hero-node::before { content: ""; position: absolute; inset: 3px; clip-path: inherit; border: 1px solid rgba(113,52,164,.28); }
.hero-node > * { position: relative; z-index: 1; }
.hero-node span { margin-bottom: 4px; color: var(--memora-red); font-size: 18px; }
.hero-node strong { font-size: 10px; line-height: 1.15; text-transform: uppercase; }
.hero-node small { margin-top: 4px; color: var(--text-light); font-size: 7px; line-height: 1.2; }
.hero-highlight { top: 4px; left: 2px; color: #fff; background: var(--brand-gradient); }
.hero-highlight::before { border-color: rgba(255,255,255,.58); }
.hero-highlight span { color: #fff; }
.floating-ticket { top: 82px; right: -19px; left: auto; padding: 16px; border: 0; border-radius: 0; box-shadow: none; }
.floating-ticket strong { font-size: 17px; }
.floating-memory { right: -15px; bottom: 38px; width: 118px; padding: 16px; border: 0; border-radius: 0; box-shadow: none; }

/* Compact category rail: conventional cards with a strong hexagonal icon. */
.section-compact { padding-bottom: 30px; }
.slider-controls button { transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.slider-controls button:hover { color: #fff; border-color: var(--memora-purple); background: var(--memora-purple); transform: translateY(-2px); }
.category-row {
  display: flex;
  gap: 12px;
  padding: 5px 2px 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}
.category-row::-webkit-scrollbar { display: none; }
.category-card {
  position: relative;
  flex: 0 0 136px;
  min-width: 136px;
  min-height: 94px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 12px;
  overflow: visible;
  border: 1px solid var(--border);
  border-radius: 14px;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  background: #fff;
  box-shadow: 0 5px 16px rgba(31,19,61,.04);
  scroll-snap-align: start;
}
.category-card:hover,
.category-card.active { transform: translateY(-3px); border-color: rgba(113,52,164,.28); background: #faf7fd; box-shadow: 0 12px 24px rgba(31,19,61,.09); filter: none; }
.category-icon {
  width: 46px;
  height: auto;
  aspect-ratio: 1.1547;
  margin: 0 auto 9px;
  border-radius: 0;
  clip-path: var(--hex-icon);
  color: #fff;
  background: linear-gradient(145deg, var(--memora-purple-light), var(--memora-purple));
  font-size: 19px;
  box-shadow: 0 7px 16px rgba(92,43,131,.2);
}
.category-card strong { max-width: 100%; white-space: normal; line-height: 1.15; }

/* Editorial event cards protect artwork and keep all information together. */
.event-card {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 14px;
  overflow: visible;
  border: 1px solid var(--border);
  border-radius: 18px;
  clip-path: none;
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.event-card:hover { transform: translateY(-5px); border-color: #dcd1e6; box-shadow: 0 22px 45px rgba(27,12,59,.13); filter: none; }
.event-hex-frame {
  width: 100%;
  height: 188px;
  aspect-ratio: auto;
  padding: 2px;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  background: linear-gradient(135deg, rgba(255,37,56,.7), rgba(104,47,160,.7));
  filter: none;
}
.event-image {
  width: 100%;
  height: 100%;
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
}
.event-body { flex: 1; display: flex; flex-direction: column; padding: 18px 8px 0; background: #fff; }
.event-body h3 { min-height: 48px; }
.event-location { min-height: 30px; }
.event-bottom { margin-top: auto; padding-inline: 0; }
.event-tag {
  top: 10px;
  left: 10px;
  width: 72px;
  aspect-ratio: 1.1547;
  display: grid;
  place-items: center;
  padding: 13px 11px;
  border-radius: 0;
  clip-path: var(--hex-icon);
  line-height: 1.12;
  text-align: center;
}
.event-favorite { top: 12px; right: 12px; }
.event-arrow { clip-path: var(--hex-icon); border-radius: 0; }

/* Memory nodes are equal cells connected by quiet lines. */
.memory-showcase::before { content: ""; position: absolute; inset: 38px 10% 20px; opacity: .2; background-image: linear-gradient(30deg, transparent 46%, #fff 47%, #fff 48%, transparent 49%); pointer-events: none; }
.memory-chip {
  width: 116px;
  min-width: 0;
  aspect-ratio: 1.1547;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 17px 15px;
  border: 0;
  border-radius: 0;
  background: rgba(255,255,255,.14);
  box-shadow: none;
  filter: drop-shadow(0 15px 20px rgba(0,0,0,.18));
  text-align: center;
}
.memory-chip::before { content: ""; position: absolute; inset: 2px; clip-path: inherit; border: 1px solid rgba(255,255,255,.27); }
.memory-chip > span { width: auto; height: auto; margin-bottom: 2px; border-radius: 0; clip-path: none; color: #ff8190; background: none; font-size: 18px; }
.memory-chip strong { font-size: 10px; }
.memory-chip small { margin-top: 1px; font-size: 7px; }
.chip-photo { top: 94px; left: 8px; }
.chip-music { right: 1px; bottom: 120px; }
.chip-seal { left: 42px; bottom: 22px; }
.memory-link { position: absolute; z-index: 1; height: 1px; background: rgba(255,255,255,.25); transform-origin: left center; }
.memory-link-photo { top: 154px; left: 105px; width: 150px; transform: rotate(12deg); }
.memory-link-music { right: 103px; bottom: 178px; width: 135px; transform: rotate(-9deg); }
.memory-link-seal { bottom: 90px; left: 136px; width: 132px; transform: rotate(-25deg); }

/* Organizer visual uses one primary frame and two metric cells. */
.organizers-hex-frame { position: absolute; inset: 48px 30px 38px 0; padding: 4px; filter: drop-shadow(0 24px 30px rgba(27,12,59,.17)); }
.organizers-photo { position: relative; inset: auto; width: 100%; height: 100%; border-radius: 0; box-shadow: none; }
.organizers-photo::after { clip-path: var(--hex-primary); }
.sales-card,
.audience-card {
  width: 128px;
  aspect-ratio: 1.1547;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 0;
  border-radius: 0;
  clip-path: var(--hex-icon);
  box-shadow: none;
  filter: drop-shadow(0 16px 22px rgba(30,14,67,.16));
  text-align: center;
}
.sales-card { right: -7px; bottom: 17px; }
.audience-card { top: 1px; left: -15px; }
.sales-card span,
.audience-card > span { margin-bottom: 5px; font-size: 8px; }
.sales-card strong,
.audience-card strong { display: block; font-size: 22px; letter-spacing: -.04em; }
.sales-card small { font-size: 8px; }
.mini-bars { width: 68px; height: 21px; margin-top: 4px; gap: 4px; }
.benefit-list li > span { border-radius: 0; clip-path: var(--hex-icon); }

/* The wallet is a light overlapping cluster; tickets and phone keep their real shape. */
.wallet-card { position: relative; overflow: visible; border-radius: 0; clip-path: none; background: transparent; }
.wallet-card::before,
.wallet-visual::before,
.wallet-visual::after,
.wallet-copy::before { content: ""; position: absolute; clip-path: var(--hex-primary); pointer-events: none; }
.wallet-card::before { inset: 8% 0; z-index: -3; background: linear-gradient(120deg,#faf8fc,#f4edf9); }
.wallet-copy::before { z-index: -1; top: 50%; left: -115px; width: 470px; aspect-ratio: 1.1547; background: #faf8fc; transform: translateY(-50%); }
.wallet-visual::before { z-index: -2; top: 26px; left: -60px; width: 430px; aspect-ratio: 1.1547; background: #f1e8f8; }
.wallet-visual::after { z-index: -1; top: 60px; right: -56px; width: 310px; aspect-ratio: 1.1547; background: #f8f4fb; box-shadow: inset 0 0 0 2px #e9dff1; }
.wallet-ticket,
.mini-ticket { clip-path: none; border-radius: 18px; }

/* Testimonials use the sole wide variation, with content away from diagonals. */
.testimonial-card {
  position: relative;
  isolation: isolate;
  min-height: 250px;
  padding: 36px 42px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  clip-path: var(--hex-horizontal);
  background: #ded9e7;
  transition: transform .22s ease, filter .22s ease;
}
.testimonial-card::before { content: ""; position: absolute; z-index: -1; inset: 2px; clip-path: inherit; background: #fff; }
.testimonial-card:hover { transform: translateY(-3px); background: #cbb2df; filter: drop-shadow(0 13px 18px rgba(31,19,61,.1)); }
.testimonial-card blockquote { min-height: 112px; margin-top: 10px; }
.testimonial-avatar { border-radius: 0; clip-path: var(--hex-icon); }

.category-card:focus-visible,
.event-card:focus-within,
.testimonial-card:focus-within { filter: drop-shadow(0 0 5px rgba(113,52,164,.55)); }

/* Subtle honeycomb texture is reserved for the closing horizontal bands. */
.final-cta,
.site-footer { position: relative; isolation: isolate; overflow: hidden; }
.final-cta::before,
.site-footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .13;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='76' viewBox='0 0 88 76'%3E%3Cpath d='M22 1h44l21 37-21 37H22L1 38z' fill='none' stroke='%23ffffff' stroke-opacity='.42'/%3E%3C/svg%3E");
  background-size: 88px 76px;
}
.final-cta::after { content: ""; position: absolute; right: 7%; top: -42px; width: 150px; aspect-ratio: 1.1547; clip-path: var(--hex-primary); background: rgba(255,255,255,.07); }

.soon-page { min-height: 100vh; display: grid; place-items: center; padding: 28px; background: radial-gradient(circle at 78% 20%, #f3eafa, transparent 30%), radial-gradient(circle at 16% 85%, #ffecef, transparent 28%), #fff; }
.soon-card { width: min(100%, 660px); padding: 70px; border: 1px solid var(--border); border-radius: 30px; background: rgba(255,255,255,.9); box-shadow: var(--shadow-lg); text-align: center; }
.soon-card > a:first-child { display: block; width: 220px; margin: 0 auto 36px; }
.soon-card > a:first-child img { width: 100%; height: 50px; object-fit: contain; }
.soon-card h1 { margin: 19px 0; font-size: clamp(42px, 7vw, 67px); line-height: 1; letter-spacing: -.055em; }
.soon-card p { max-width: 500px; margin: 0 auto 29px; color: var(--text-secondary); line-height: 1.7; }
