:root {
  --purple: #8a77c6;
  --purple-deep: #101a2a;
  --lilac: #b8a7df;
  --orange: #d28a4a;
  --orange-soft: #edb06b;
  --cream: #d9d0bf;
  --paper: #0d1520;
  --ink: #edf2f8;
  --muted: #a9b4c2;
  --line: #2a3747;
  --shadow: 0 22px 60px rgba(3, 8, 14, .46);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top, rgba(138, 119, 198, .18), transparent 28%),
    linear-gradient(180deg, #0b1016 0%, #0d1520 26%, #111b28 100%);
  font-family: "Nunito", sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.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; }
.page-shell { width: min(1180px, calc(100% - 80px)); margin: 0 auto; }

.announcement {
  background: rgba(11, 17, 24, .92);
  color: #e7ecf2;
  text-align: center;
  padding: 9px 20px;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.announcement-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--orange-soft); }
.site-header { position: relative; display: flex; align-items: center; justify-content: flex-end; width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 24px 0; }
.site-header > .brand { position: absolute; left: 50%; transform: translateX(-50%); }
.brand { display: inline-flex; align-items: baseline; gap: 8px; white-space: nowrap; }
.brand-mark { grid-row: 1 / 3; position: relative; display: flex; align-items: end; justify-content: center; height: 52px; font: 800 30px/1 "Baloo 2"; letter-spacing: -7px; color: var(--purple); text-shadow: 1px 2px 0 #fff; }
.brand-mark b { position: relative; z-index: 2; }
.brand-mark .orange { color: var(--orange); }
.brand-stud { position: absolute; top: 0; width: 14px; height: 7px; border-radius: 4px; background: var(--lilac); }
.stud-one { left: 6px; }.stud-two { left: 25px; }.stud-three { left: 44px; }
.brand-name { display: inline-block; font: 800 17px/1 "Baloo 2"; color: var(--purple); letter-spacing: -.03em; }
.brand-the { color: #fff; font: 800 10px/1 "Nunito", sans-serif; letter-spacing: .22em; text-transform: uppercase; }
.brand-name em { color: var(--orange); font-style: normal; }
.brand-subtitle { color: #fff; font-size: 10px; letter-spacing: .28em; font-weight: 800; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 13px; font-weight: 800; color: var(--ink); }
.primary-nav a:not(.nav-button) { transition: color .2s; }.primary-nav a:not(.nav-button):hover { color: var(--orange-soft); }
.nav-button, .button { border-radius: 100px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.nav-button { margin-left: 4px; padding: 13px 18px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); }.nav-button span { color: var(--orange); margin-left: 6px; }
.nav-button:hover, .button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0, 0, 0, .22); }
.menu-toggle { display: none; border: 0; background: none; padding: 5px; }.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { display: block; min-height: 575px; }
.hero-copy { max-width: 720px; margin: 0 auto; padding: 72px 0 20px; position: relative; z-index: 2; text-align: center; }
.hero-copy .eyebrow { justify-content: center; }
.hero-copy .hero-intro { margin-left: auto; margin-right: auto; }
.hero-copy .hero-actions { justify-content: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--orange-soft); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; }
.eyebrow-line { display: inline-block; width: 31px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Baloo 2", sans-serif; }
h1 { margin-bottom: 18px; font-size: clamp(55px, 6vw, 82px); line-height: .89; letter-spacing: -.045em; color: var(--ink); }
h1 span, h2 em { color: var(--orange-soft); font-style: normal; }
.hero-intro { max-width: 410px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; gap: 17px; padding: 15px 22px; border: 0; }
.button-primary { color: #fff; background: linear-gradient(180deg, #9c80d9 0%, #6f5bb8 100%); }.button-primary span { color: var(--orange-soft); font-size: 20px; line-height: 0; }
.text-link { color: var(--ink); font-size: 13px; font-weight: 800; border-bottom: 2px solid var(--orange-soft); padding-bottom: 3px; }.text-link span { color: var(--orange-soft); margin-left: 5px; }
.hero-notes { display: flex; gap: 33px; margin-top: 54px; }.hero-notes div { display: flex; flex-direction: column; gap: 3px; }.hero-notes strong { color: var(--ink); font: 700 15px "Baloo 2"; }.hero-notes span { color: var(--muted); font-size: 10px; }
.hero-art { position: relative; height: 505px; overflow: hidden; }.sunburst { position: absolute; top: 34px; left: 10%; width: 440px; height: 440px; border-radius: 50%; background: repeating-conic-gradient(from 9deg, rgba(237,176,107,.22) 0 12deg, transparent 12deg 25deg); opacity: .9; }.hero-art::before { content: ""; position: absolute; top: 85px; left: 15%; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,255,255,.04); }
.hero-block { position: absolute; transform: rotate(-13deg); border: 3px solid rgba(255,255,255,.2); border-radius: 13px; box-shadow: 0 18px 20px rgba(0, 0, 0, .2), inset 0 3px rgba(255,255,255,.14); display: flex; justify-content: space-around; align-items: start; padding-top: 11px; z-index: 2; }.hero-block::after { content: ""; position: absolute; inset: 0; border-radius: 10px; background: linear-gradient(135deg, rgba(255,255,255,.08), transparent 40%); pointer-events: none; }.hero-block i { width: 25px; height: 14px; border-radius: 7px; background: inherit; border: 3px solid rgba(255,255,255,.2); border-bottom-width: 2px; margin-top: -25px; }.hero-block span { position: absolute; color: white; font: 700 70px "Baloo 2"; top: 25px; opacity: .9; }.hero-block-purple { width: 255px; height: 180px; top: 166px; left: 22%; background: #625299; }.hero-block-orange { width: 195px; height: 135px; top: 273px; left: 49%; transform: rotate(17deg); background: #b86d37; }.hero-block-lilac { width: 160px; height: 116px; top: 81px; left: 53%; transform: rotate(19deg); background: #9d90d0; }.hero-label { position: absolute; z-index: 3; top: 235px; left: 32%; color: white; font: 700 22px/1.02 "Baloo 2"; transform: rotate(-12deg); text-align: center; }.hero-label b { color: var(--orange-soft); }.floating-star { position: absolute; z-index: 4; color: var(--orange-soft); font-size: 28px; }.star-one { top: 112px; left: 11%; }.star-two { top: 354px; left: 80%; color: var(--lilac); font-size: 18px; }.floating-dot { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--orange-soft); }.dot-one { top: 89px; left: 35%; }.dot-two { top: 418px; left: 22%; background: var(--lilac); }

.ticker { overflow: hidden; background: linear-gradient(90deg, #d48a4c, #b76d35); color: #fff; padding: 14px 0; }.ticker-track { display: flex; width: max-content; align-items: center; gap: 28px; padding-left: 30px; font-size: 11px; letter-spacing: .19em; font-weight: 800; }.ticker-track b { color: rgba(255,255,255,.75); font-size: 13px; }
.pricing-section { padding: 105px 0 115px; background: linear-gradient(180deg, rgba(17, 24, 35, 0.96), rgba(12, 18, 26, 1)); }.pricing-grid { display: grid; grid-template-columns: 1.1fr .8fr 1.1fr; gap: 18px; }.price-card { min-height: 320px; padding: 32px; background: rgba(21, 29, 40, .92); border: 1px solid var(--line); border-top: 5px solid var(--purple); box-shadow: 0 10px 30px rgba(0, 0, 0, .18); }.price-card-featured { color: #fff; background: linear-gradient(180deg, rgba(99, 86, 146, .92), rgba(24, 34, 48, .95)); border-top-color: var(--orange); }.price-card-party { border-top-color: var(--orange); }.price-card .card-kicker { margin: 0 0 9px; color: var(--orange-soft); font-size: 10px; letter-spacing: .16em; font-weight: 800; text-transform: uppercase; }.price-card-featured .card-kicker { color: var(--orange-soft); }.price-card h3 { margin: 0 0 24px; color: var(--ink); font-size: 29px; line-height: 1; }.price-card-featured h3 { color: #fff; }.price-list { display: grid; gap: 0; }.price-list div { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 13px; }.price-list strong { color: var(--orange-soft); font-size: 17px; }.minifig-price, .bundle-price, .party-price { display: flex; align-items: baseline; gap: 9px; padding: 15px 0; border-bottom: 1px solid var(--line); }.minifig-price strong, .party-price strong { color: var(--ink); font: 800 48px/1 "Baloo 2"; }.bundle-price strong { color: var(--orange-soft); font: 800 31px/1 "Baloo 2"; }.minifig-price span, .bundle-price span, .party-price span { color: var(--muted); font-size: 12px; }.price-card-party > p:not(.card-kicker) { margin: 19px 0 7px; color: var(--muted); font-size: 13px; line-height: 1.55; }.price-card-party > small { display: block; margin-bottom: 22px; color: var(--orange-soft); font-size: 11px; font-weight: 800; }.event-date b { font-size: 14px; }.hero-sign { margin: auto; }
.walk-in-note { margin-top: 28px; padding: 0 3px; color: var(--muted); font-size: 14px; line-height: 1.6; }.walk-in-note p { margin: 0; }.walk-in-note strong { color: var(--ink); }
.section { padding: 118px 0 126px; }.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 53px; }.section-heading h2, .community-copy h2, .story-copy h2, .visit-copy h2 { margin: 0; color: var(--ink); font-size: clamp(42px, 4vw, 60px); line-height: .94; letter-spacing: -.04em; }.section-description { width: 305px; color: var(--muted); line-height: 1.7; font-size: 14px; margin-bottom: 4px; }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }.collection-card { min-height: 295px; position: relative; overflow: hidden; padding: 35px 32px; border-radius: 4px; border: 1px solid rgba(255,255,255,.05); }.collection-purple { color: #fff; background: linear-gradient(180deg, rgba(104, 86, 155, .98), rgba(31, 38, 53, .98)); }.collection-orange { color: #fff; background: linear-gradient(180deg, rgba(190, 118, 63, .98), rgba(38, 39, 52, .98)); }.collection-cream { background: rgba(255,255,255,.03); border-color: var(--line); color: var(--ink); }.collection-card .card-kicker { margin: 0 0 13px; font-size: 10px; letter-spacing: .16em; font-weight: 800; text-transform: uppercase; opacity: .8; }.collection-card h3 { margin-bottom: 13px; font-size: 29px; line-height: 1; }.collection-card p:not(.card-kicker) { max-width: 245px; margin-bottom: 0; font-size: 13px; line-height: 1.6; opacity: .82; }.collection-card a { font-size: 12px; font-weight: 800; }.collection-card a span { margin-left: 7px; color: var(--orange-soft); font-size: 16px; }.collection-orange a span { color: #f7d9a5; }.collection-cream h3, .collection-cream a { color: var(--ink); }.collection-cream a span { color: var(--orange-soft); }
.card-icon { position: absolute; right: 28px; top: 24px; }.brick-icon { display: flex; gap: 4px; transform: rotate(-7deg); }.brick-icon i { width: 32px; height: 17px; display: block; border-radius: 7px 7px 4px 4px; border: 2px solid currentColor; box-shadow: inset 0 3px rgba(255,255,255,.18); }.purple-brick i { color: var(--lilac); background: rgba(105, 86, 153, .9); }.orange-brick i { color: #f9d39b; background: rgba(181, 95, 48, .92); }.mini-figure { width: 49px; height: 67px; border-radius: 50% 50% 18% 18%; border: 3px solid rgba(255,255,255,.5); background: rgba(237,176,107,.9); }.mini-figure::before { content: "• •"; position: absolute; top: 8px; left: 10px; color: #2b2d36; letter-spacing: 6px; font-size: 10px; }.mini-figure span { position: absolute; bottom: -21px; left: -10px; width: 68px; height: 25px; border: 3px solid rgba(255,255,255,.55); border-top: 0; border-radius: 0 0 8px 8px; }

.community-section { padding: 120px 0; background: var(--cream); }.community-layout { display: grid; grid-template-columns: 47% 53%; align-items: center; gap: 7%; }.community-image { position: relative; padding: 0 12px 35px 0; }.image-frame { position: relative; height: 420px; overflow: hidden; border: 11px solid white; background: #e0b8e2; box-shadow: var(--shadow); transform: rotate(-3deg); }.image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.25), transparent 42%); }.scene-sun { position: absolute; top: 44px; right: 36px; width: 105px; height: 105px; border-radius: 50%; background: #ffae58; }.scene-cloud { position: absolute; width: 145px; height: 35px; border-radius: 50px; background: #fff8f0; opacity: .8; }.cloud-one { top: 80px; left: 29px; }.cloud-two { top: 142px; right: 23px; transform: scale(.65); }.scene-table { position: absolute; bottom: -55px; left: -20px; width: 115%; height: 215px; background: #ffd58f; border-top: 5px solid var(--purple); transform: rotate(-2deg); }.scene-brick { position: absolute; z-index: 2; border: 4px solid var(--purple-deep); border-radius: 10px; box-shadow: inset 0 4px rgba(255,255,255,.3); }.scene-brick::before { content: ""; position: absolute; top: -22px; left: 15px; width: 26px; height: 16px; border: 4px solid var(--purple-deep); border-bottom: 0; border-radius: 7px 7px 0 0; background: inherit; }.scene-brick-one { width: 170px; height: 105px; left: 70px; bottom: 77px; background: var(--purple); transform: rotate(6deg); }.scene-brick-two { width: 95px; height: 72px; right: 71px; bottom: 108px; background: var(--orange); transform: rotate(-9deg); }.scene-brick-three { width: 75px; height: 52px; left: 204px; bottom: 188px; background: var(--lilac); transform: rotate(12deg); }.scene-spark { position: absolute; z-index: 3; top: 160px; left: 70px; color: var(--orange); font-size: 36px; }.scene-caption { position: absolute; z-index: 4; top: 57px; left: 44px; font: 700 32px/1 "Baloo 2"; color: var(--purple); transform: rotate(-3deg); }.scene-caption b { color: var(--orange); }.image-note { position: absolute; right: -2px; bottom: 2px; color: var(--muted); font-size: 11px; font-style: italic; }.community-copy > p:not(.eyebrow) { max-width: 430px; margin: 25px 0 28px; color: var(--muted); line-height: 1.75; font-size: 14px; }.event-list { margin: 20px 0 27px; border-top: 1px solid var(--line); }.event-row { display: grid; grid-template-columns: 50px 1fr 25px; gap: 16px; width: 100%; padding: 15px 3px; border: 0; border-bottom: 1px solid var(--line); text-align: left; color: var(--ink); background: transparent; transition: padding .2s; }.event-row:hover { padding-left: 9px; }.event-date { display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--line); color: var(--purple); }.event-date b { font: 700 22px/1 "Baloo 2"; }.event-date small, .event-details small { font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }.event-details { display: flex; flex-direction: column; justify-content: center; gap: 3px; }.event-details b { font: 700 16px "Baloo 2"; color: var(--purple); }.event-details small { color: var(--muted); letter-spacing: .02em; text-transform: none; }.event-arrow { align-self: center; color: var(--orange); font-size: 22px; }

.story-section { padding: 110px 0; }.story-card { display: grid; grid-template-columns: 90px 1fr 40%; align-items: center; min-height: 350px; overflow: hidden; padding: 45px 0 45px 50px; border-radius: 4px; background: linear-gradient(180deg, rgba(116, 101, 180, .98), rgba(18, 25, 38, .98)); color: #fff; }.story-stamp { width: 70px; height: 70px; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #e5d8f6; text-align: center; font-size: 9px; letter-spacing: .1em; line-height: 1.2; }.story-stamp b { color: var(--orange-soft); font-size: 13px; }.story-copy { padding-left: 45px; }.story-copy .eyebrow { color: var(--orange-soft); }.story-copy h2 { color: #fff; font-size: 46px; }.story-copy > p:not(.eyebrow) { max-width: 330px; color: #d9cfee; font-size: 13px; line-height: 1.7; margin: 22px 0 24px; }.button-light { background: rgba(255,255,255,.94); color: var(--purple-deep); }.story-blocks { position: relative; align-self: stretch; min-height: 260px; }.story-block { position: absolute; border: 5px solid rgba(0,0,0,.18); border-radius: 15px; box-shadow: 0 17px 15px rgba(0, 0, 0, .2), inset 0 4px rgba(255,255,255,.15); }.story-block-one { width: 245px; height: 125px; top: 115px; right: 80px; background: #bb7142; transform: rotate(-12deg); }.story-block-two { width: 180px; height: 110px; top: 42px; right: 10px; background: #9b8fc9; transform: rotate(14deg); }.story-block-three { width: 120px; height: 78px; top: 13px; right: 170px; background: #d8a562; transform: rotate(4deg); }

.visit-section { padding: 100px 0 120px; background: linear-gradient(180deg, rgba(25, 30, 40, 0.92), rgba(14, 19, 28, 1)); }.visit-layout { display: grid; grid-template-columns: 42% 58%; align-items: center; }.visit-intro { max-width: 340px; margin: 23px 0 28px; color: #dfeaf6; line-height: 1.7; font-size: 14px; }.contact-list { display: grid; gap: 18px; }.contact-list > div { display: flex; align-items: start; gap: 13px; }.contact-icon { display: grid; place-content: center; width: 28px; height: 28px; border-radius: 50%; color: var(--orange-soft); background: rgba(255,255,255,.04); font-weight: 800; }.contact-list b { display: block; margin-bottom: 3px; color: var(--ink); font: 700 15px "Baloo 2"; }.contact-list small { display: block; color: #dfeaf6; font-size: 12px; line-height: 1.5; }.contact-list a { border-bottom: 1px solid rgba(184, 167, 223, .8); }.map-card { position: relative; min-height: 360px; margin-left: 50px; overflow: hidden; border: 8px solid rgba(255,255,255,.05); background: rgba(202, 185, 228, .18); box-shadow: var(--shadow); }.map-grid { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(#fff 2px, transparent 2px), linear-gradient(90deg, #fff 2px, transparent 2px); background-size: 42px 42px; transform: rotate(8deg) scale(1.3); }.map-road { position: absolute; width: 140%; height: 33px; border-top: 5px solid #fff; border-bottom: 5px solid #fff; background: #d0bddf; transform: rotate(-22deg); }.road-one { top: 82px; left: -80px; }.road-two { top: 247px; left: -95px; transform: rotate(26deg); }.road-three { top: 145px; left: -60px; transform: rotate(87deg); }.map-pin { position: absolute; top: 118px; left: 52%; display: grid; place-content: center; width: 55px; height: 55px; border: 4px solid var(--purple-deep); border-radius: 50% 50% 50% 0; color: #fff; background: var(--orange); box-shadow: 0 7px 0 rgba(69,32,128,.18); transform: rotate(-45deg); }.map-pin span { transform: rotate(45deg); }.map-label { position: absolute; top: 205px; left: calc(52% + 35px); display: flex; flex-direction: column; padding: 9px 13px; background: white; box-shadow: 0 5px 17px rgba(66,32,128,.12); transform: rotate(-2deg); }.map-label b { color: var(--purple); font: 700 14px "Baloo 2"; }.map-label small { color: var(--muted); font-size: 9px; }.map-button { position: absolute; right: 20px; bottom: 18px; padding: 11px 15px; color: #fff; border-radius: 3px; background: var(--purple); font-size: 11px; font-weight: 800; }.map-button span { color: var(--orange-soft); margin-left: 8px; }

.site-footer { padding: 34px 0 20px; color: #d7c9eb; background: #0b1119; }.footer-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 28px; }.footer-simple { padding-bottom: 24px; }.footer-brand .brand-name { color: var(--purple); }.footer-brand .brand-name em { color: var(--orange); }.footer-brand .brand-subtitle { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); font-size: 10px; }.footer-bottom div { display: flex; gap: 18px; }.footer-bottom a:hover { color: white; }

.modal[hidden] { display: none; }.modal { position: fixed; z-index: 20; inset: 0; display: grid; place-items: center; padding: 20px; }.modal-backdrop { position: absolute; inset: 0; background: rgba(5, 8, 12, .7); backdrop-filter: blur(4px); }.modal-card { position: relative; z-index: 2; width: min(100%, 440px); padding: 42px; background: rgba(15, 21, 30, .98); box-shadow: var(--shadow); }.modal-card h2 { margin: 0 0 8px; color: var(--ink); font-size: 44px; line-height: 1; }.modal-card > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.6; }.modal-close { position: absolute; top: 12px; right: 15px; border: 0; color: var(--ink); background: transparent; font-size: 28px; }.modal-card form { display: grid; gap: 9px; margin-top: 24px; }.modal-card label { color: var(--ink); font-size: 12px; font-weight: 800; }.modal-card input { padding: 13px 14px; border: 1px solid var(--line); outline-color: var(--lilac); background: rgba(255,255,255,.02); color: var(--ink); }.modal-card .button { justify-content: center; margin-top: 8px; }.toast { position: fixed; z-index: 30; right: 24px; bottom: 24px; max-width: 320px; padding: 15px 18px; color: #fff; border-radius: 4px; background: rgba(9, 13, 18, .96); box-shadow: var(--shadow); opacity: 0; transform: translateY(15px); pointer-events: none; transition: .25s; font-size: 13px; }.toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 850px) {
  .page-shell { width: min(100% - 40px, 620px); }.site-header { width: calc(100% - 40px); justify-content: space-between; }.site-header > .brand { position: static; transform: none; }.primary-nav { position: static; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 18px; margin-left: 20px; padding: 0; background: transparent; box-shadow: none; }.primary-nav a { padding: 6px 0; }.nav-button { margin-left: 0; text-align: center; }.hero { display: block; min-height: auto; }.hero-copy { padding: 58px 0 25px; }.hero-art { height: 425px; margin-top: 5px; }.sunburst { left: 5%; }.hero-block-purple { left: 15%; }.hero-block-lilac { left: 54%; }.hero-label { left: 27%; }.section-heading { display: block; }.section-description { width: auto; max-width: 450px; margin-top: 25px; }.collection-grid, .community-layout, .visit-layout { grid-template-columns: 1fr; }.collection-card { min-height: 270px; }.community-image { margin-bottom: 55px; }.story-card { grid-template-columns: 65px 1fr; padding: 35px 25px; }.story-blocks { display: none; }.story-copy { padding-left: 20px; }.map-card { margin: 55px 0 0; }.footer-top { display: block; }.newsletter { display: block; margin-top: 35px; }.newsletter form { margin-top: 15px; }.footer-bottom { gap: 15px; flex-wrap: wrap; }
}
@media (max-width: 480px) {
  .page-shell { width: calc(100% - 32px); }.site-header { width: calc(100% - 32px); }.brand-name { font-size: 15px; }.hero-copy { padding-top: 45px; }.hero-actions { align-items: start; flex-direction: column; gap: 19px; }.hero-notes { gap: 18px; }.hero-notes span { font-size: 9px; }.hero-art { height: 330px; transform: scale(.82); transform-origin: top left; width: 122%; margin-bottom: -60px; }.section, .community-section, .story-section, .visit-section { padding: 75px 0; }.section-heading h2, .community-copy h2, .story-copy h2, .visit-copy h2 { font-size: 45px; }.story-card { display: block; }.story-stamp { margin-bottom: 24px; }.story-copy { padding-left: 0; }.story-copy h2 { font-size: 42px; }.image-frame { height: 320px; }.scene-caption { top: 45px; left: 28px; font-size: 26px; }.scene-brick-one { left: 28px; }.scene-brick-two { right: 25px; }.footer-bottom { display: block; line-height: 2; }.footer-bottom div { margin-top: 8px; }.modal-card { padding: 35px 25px; }
}

/* Simple brand panel in place of stock-style imagery. */
.hero-art { position: relative; width: 100%; height: 300px; overflow: visible; }
.hero-art::before { content: ""; position: absolute; top: 50%; left: 50%; width: 390px; height: 390px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; background: rgba(255,255,255,.03); transform: translate(-50%, -50%); }
.hero-sign { position: absolute; z-index: 2; top: calc(50% + 2px); left: calc(50% - 10px); display: flex; flex-direction: column; align-items: center; justify-content: center; width: 235px; aspect-ratio: 1; padding: 20px; border: 4px solid var(--purple-deep); border-radius: 6px; background: #fff; box-shadow: 10px 10px 0 var(--orange), 18px 18px 0 var(--purple); transform: translate(-50%, -50%) rotate(-3deg); }
.hero-sign-top, .hero-sign-bottom { color: var(--purple-deep); font-size: 12px; letter-spacing: .35em; font-weight: 800; }
.hero-sign strong { color: var(--purple); font: 800 48px/.78 "Baloo 2"; letter-spacing: -.04em; }
.hero-sign strong.orange { color: var(--orange); }
.hero-sign-bottom { margin-top: 1px; padding-top: 0; width: 70%; border-top: 0; text-align: center; }
.hero-rule { position: absolute; z-index: 1; width: 38px; height: 4px; background: var(--orange-soft); transform: rotate(-25deg); }
.rule-left { top: 85px; left: 11%; }.rule-right { right: 11%; bottom: 78px; background: var(--lilac); transform: rotate(25deg); }
.hero-dot { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--orange-soft); }.hero-art .dot-one { top: 70px; left: 31%; }.hero-art .dot-two { right: 28%; bottom: 53px; background: var(--lilac); }
.community-image { padding: 0; }.community-panel { min-height: 350px; display: flex; flex-direction: column; justify-content: center; padding: 55px; border-left: 9px solid var(--orange-soft); background: rgba(17, 23, 32, .9); box-shadow: var(--shadow); }.panel-kicker { color: var(--orange-soft); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; }.community-panel h3 { margin: 13px 0 18px; color: var(--ink); font-size: 43px; line-height: .95; }.community-panel h3 em { color: var(--orange-soft); font-style: normal; }.community-panel > p:last-child { max-width: 270px; color: var(--muted); font-size: 13px; line-height: 1.65; }.panel-lines { display: flex; gap: 6px; margin: 8px 0 18px; }.panel-lines span { width: 31px; height: 6px; border-radius: 4px; background: var(--lilac); }.panel-lines span:nth-child(2) { background: var(--orange-soft); }.panel-lines span:nth-child(3) { background: #8cb2d9; }.story-details { display: grid; grid-template-columns: 28px 1fr; gap: 15px 10px; align-content: center; padding-left: 50px; color: #d9cfee; font-size: 12px; }.story-details span { color: var(--orange-soft); font-weight: 800; }.story-details b { color: #fff; font: 700 18px "Baloo 2"; }
@media (max-width: 850px) { .hero-art { height: 300px; }.hero-art::before { height: 250px; }.community-panel { min-height: 290px; }.story-details { padding: 35px 0 0; } }
@media (max-width: 480px) { .hero-art { height: 275px; transform: none; width: 100%; margin-bottom: 0; }.hero-art::before { width: 100%; height: 220px; }.hero-sign { top: calc(50% + 2px); left: calc(50% - 7px); width: 190px; padding: 15px; }.hero-sign strong { font-size: 29px; }.community-panel { padding: 35px 28px; }.community-panel h3 { font-size: 35px; } }
/* Keep the front logo faithful to the original purple, orange, and cream reference. */
.hero-art::before { top: calc(50% + 18px); left: 50%; width: min(900px, 100%); height: 285px; border-color: #eadcf0; border-radius: 999px; background: #fbf2e5; transform: translate(-50%, -50%); }
.hero-sign { border-color: #28124e; background: #fff; box-shadow: 12px 12px 0 #f26b21, 22px 22px 0 #452080; }
.hero-sign-top, .hero-sign-bottom { color: #28124e; }
.hero-sign strong { color: #452080; }
.hero-sign strong.orange { color: #f26b21; }
@media (max-width: 850px) { .pricing-grid { grid-template-columns: 1fr; }.price-card { min-height: auto; }.primary-nav { gap: 10px 18px; } }
