:root {
  --purple-950: #35103a;
  --purple-900: #4c1752;
  --purple-800: #63206b;
  --purple-700: #84358c;
  --purple-600: #9945a3;
  --green-600: #72b637;
  --green-500: #86c542;
  --green-100: #eff8e7;
  --ink: #171318;
  --muted: #6f6872;
  --soft: #f7f4f7;
  --line: #e7e0e8;
  --white: #ffffff;
  --shadow-sm: 0 14px 35px rgba(37, 17, 40, .10);
  --shadow-md: 0 24px 65px rgba(37, 17, 40, .16);
  --shadow-lg: 0 35px 90px rgba(26, 8, 29, .24);
  --radius-sm: 18px;
  --radius-md: 28px;
  --radius-lg: 42px;
  --shell: min(1380px, calc(100% - 56px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
svg { display: block; }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 118px 0; }
.section--soft { background: var(--soft); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 11px 16px; border-radius: 10px; color: var(--white); background: var(--purple-900); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.topbar { position: relative; z-index: 40; color: rgba(255,255,255,.9); background: var(--purple-700); font-size: 12px; font-weight: 600; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 38px; }
.topbar p { margin: 0; letter-spacing: .025em; }
.topbar__links { display: flex; align-items: center; gap: 24px; }
.topbar__links a { transition: opacity .2s ease; }
.topbar__links a:hover { opacity: .72; }
.topbar__links svg { width: 18px; height: 18px; fill: currentColor; }

.site-header { position: sticky; z-index: 35; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: box-shadow .25s ease, border-color .25s ease; }
.site-header.is-scrolled { border-color: rgba(79, 35, 84, .08); box-shadow: 0 12px 35px rgba(31, 12, 34, .08); }
.header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 96px; gap: 36px; }
.brand { display: inline-flex; flex: 0 0 auto; }
.brand img { width: 270px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 8px; }
.main-nav a { position: relative; display: inline-flex; align-items: center; min-height: 46px; padding: 0 14px; border-radius: 12px; font-size: 14px; font-weight: 700; transition: color .2s ease, background .2s ease; }
.main-nav a:not(.nav-button)::after { content: ""; position: absolute; right: 15px; bottom: 5px; left: 15px; height: 2px; border-radius: 2px; background: var(--green-500); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav a:hover, .main-nav a.is-active { color: var(--purple-700); }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); }
.main-nav .nav-button { margin-left: 8px; padding-inline: 20px; color: var(--white); background: var(--purple-700); box-shadow: 0 11px 28px rgba(132, 53, 140, .23); }
.main-nav .nav-button:hover { color: var(--white); background: var(--purple-800); }
.menu-toggle { display: none; flex-direction: column; justify-content: center; width: 46px; height: 46px; padding: 0 11px; border: 0; border-radius: 13px; background: var(--soft); cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 3px 0; border-radius: 999px; background: var(--purple-900); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 780px; color: var(--white); overflow: hidden; background: var(--purple-950); }
.hero__slides, .hero__slide, .hero__shade, .hero__glow { position: absolute; inset: 0; }
.hero__slide { background-position: center; background-size: cover; opacity: 0; transform: scale(1.04); transition: opacity 1s ease, transform 7s ease; }
.hero__slide.is-active { opacity: 1; transform: scale(1); }
.hero__shade { background: linear-gradient(90deg, rgba(24, 8, 27, .88) 0%, rgba(38, 12, 42, .73) 35%, rgba(36, 10, 40, .2) 68%, rgba(21, 7, 24, .26) 100%); }
.hero__glow { background: linear-gradient(180deg, rgba(0,0,0,0) 58%, rgba(28,8,31,.62) 100%); }
.hero__content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: 690px; padding: 80px 0 132px; }
.hero__copy { max-width: 770px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: rgba(255,255,255,.86); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; border-radius: 2px; background: var(--green-500); }
.hero h1, .section h2, .image-break h2, .visit h2 { margin: 0; font-family: "Outfit", Arial, sans-serif; line-height: .98; letter-spacing: -.04em; }
.hero h1 { max-width: 790px; font-size: clamp(64px, 7vw, 108px); font-weight: 700; }
.hero__copy p { max-width: 660px; margin: 28px 0 0; color: rgba(255,255,255,.84); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 25px; border: 1px solid transparent; border-radius: 16px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--purple-700); box-shadow: 0 18px 38px rgba(132, 53, 140, .34); }
.button--primary:hover { background: var(--purple-600); box-shadow: 0 22px 45px rgba(132, 53, 140, .43); }
.button--glass { color: var(--white); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.10); backdrop-filter: blur(12px); }
.button--glass:hover { background: rgba(255,255,255,.18); }
.button--outline { color: var(--purple-700); border-color: rgba(132, 53, 140, .3); background: transparent; }
.button--outline:hover { color: var(--white); background: var(--purple-700); }
.button--white { color: var(--purple-900); background: var(--white); box-shadow: 0 14px 35px rgba(25,8,27,.18); }
.button--white:hover { background: #f7f0f8; }
.hero__controls { position: absolute; right: 0; bottom: 140px; display: flex; align-items: center; gap: 15px; }
.hero-arrow { display: grid; place-items: center; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: var(--white); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); cursor: pointer; transition: background .2s ease; }
.hero-arrow:hover { background: rgba(255,255,255,.18); }
.hero-arrow svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-dots { display: flex; align-items: center; gap: 7px; }
.hero-dots button { width: 24px; height: 4px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.35); cursor: pointer; transition: width .25s ease, background .25s ease; }
.hero-dots button.is-active { width: 45px; background: var(--green-500); }
.hero__quickbar { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); transform: translateY(50%); border: 1px solid rgba(93, 51, 98, .10); border-radius: 25px; background: var(--white); box-shadow: var(--shadow-md); overflow: hidden; }
.hero__quickbar > a { display: flex; align-items: center; gap: 17px; min-height: 122px; padding: 25px 31px; color: var(--ink); transition: background .2s ease; }
.hero__quickbar > a:hover { background: var(--green-100); }
.hero__quickbar > a + a { border-left: 1px solid var(--line); }
.quickbar__icon { display: grid; flex: 0 0 auto; place-items: center; width: 52px; height: 52px; border-radius: 15px; color: var(--purple-700); background: #f3eaf4; }
.quickbar__icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.hero__quickbar span:last-child { display: flex; flex-direction: column; min-width: 0; }
.hero__quickbar strong { font-family: "Outfit", Arial, sans-serif; font-size: 17px; line-height: 1.25; }
.hero__quickbar small { margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.4; }

.intro { padding-top: 190px; }
.intro__grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 100px; }
.kicker { display: inline-block; margin-bottom: 15px; color: var(--purple-700); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.kicker--light { color: rgba(255,255,255,.78); }
.kicker--green { color: #a9d875; }
.section h2 { max-width: 800px; color: var(--purple-950); font-size: clamp(46px, 5.2vw, 74px); font-weight: 700; }
.intro__copy p { max-width: 590px; margin: 28px 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--purple-700); font-size: 14px; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.intro__visual { position: relative; min-height: 610px; }
.intro__visual > img { width: 100%; height: 610px; border-radius: var(--radius-lg); object-fit: cover; box-shadow: var(--shadow-md); }
.intro__badge { position: absolute; left: -52px; bottom: 45px; display: flex; align-items: center; gap: 15px; min-width: 260px; padding: 19px 21px; border-radius: 20px; background: var(--white); box-shadow: var(--shadow-md); }
.intro__badge img { width: 45px; height: 51px; filter: invert(67%) sepia(67%) saturate(440%) hue-rotate(40deg) brightness(90%) contrast(92%); }
.intro__badge span { display: flex; flex-direction: column; color: var(--muted); font-size: 12px; }
.intro__badge strong { color: var(--purple-900); font-family: "Outfit", Arial, sans-serif; font-size: 16px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 55px; margin-bottom: 45px; }
.section-heading > p { max-width: 430px; margin: 0 0 5px; color: var(--muted); font-size: 16px; }
.filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 32px; }
.filter { min-height: 44px; padding: 0 17px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: var(--white); font-size: 12px; font-weight: 800; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.filter:hover, .filter.is-active { color: var(--white); border-color: var(--purple-700); background: var(--purple-700); }
.shop-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 305px; gap: 18px; }
.shop-card { position: relative; min-width: 0; border-radius: 25px; overflow: hidden; isolation: isolate; box-shadow: 0 12px 35px rgba(43, 20, 46, .08); transition: transform .35s ease, box-shadow .35s ease, opacity .25s ease; }
.shop-card--feature { grid-column: span 2; grid-row: span 2; }
.shop-card--wide { grid-column: span 2; }
.shop-card.is-hidden { display: none; }
.shop-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.shop-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.shop-card:hover > img { transform: scale(1.055); }
.shop-card__shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 35%, rgba(20, 7, 23, .84) 100%); }
.shop-card__content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 26px; color: var(--white); }
.shop-card--feature .shop-card__content { padding: 36px; }
.shop-card__content > span { display: inline-block; margin-bottom: 7px; color: #c9eb9e; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.shop-card h3 { margin: 0; font-family: "Outfit", Arial, sans-serif; font-size: clamp(24px, 2vw, 33px); line-height: 1.05; letter-spacing: -.02em; }
.shop-card--feature h3 { font-size: clamp(37px, 4vw, 58px); }
.shop-card__content a { display: inline-flex; align-items: center; gap: 8px; margin-top: 17px; color: rgba(255,255,255,.9); font-size: 12px; font-weight: 800; opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; }
.shop-card:hover .shop-card__content a { opacity: 1; transform: translateY(0); }
.shop-card__content b { font-size: 14px; }
.section-cta { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 36px; padding: 27px 31px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.section-cta p { margin: 0; color: var(--muted); }

.image-break { position: relative; min-height: 760px; color: var(--white); overflow: hidden; }
.image-break > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.image-break__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(31, 8, 35, .88), rgba(41, 12, 45, .45) 54%, rgba(20, 6, 22, .12)); }
.image-break__content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: 760px; }
.image-break h2 { max-width: 850px; font-size: clamp(56px, 7vw, 96px); }
.image-break p { max-width: 560px; margin: 25px 0 0; color: rgba(255,255,255,.82); font-size: 19px; }

.action-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-auto-rows: 620px; gap: 22px; }
.action-card { position: relative; border-radius: 30px; overflow: hidden; color: var(--white); isolation: isolate; box-shadow: var(--shadow-sm); }
.action-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.action-card:hover img { transform: scale(1.04); }
.action-card__shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(22,6,25,.05) 20%, rgba(31,7,35,.86) 100%); }
.action-card__content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 38px; }
.action-card--large .action-card__content { padding: 48px; }
.pill { display: inline-flex; align-items: center; min-height: 29px; padding: 0 11px; border-radius: 999px; color: var(--purple-900); background: #d9f3b8; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.action-card h3 { margin: 17px 0 12px; font-family: "Outfit", Arial, sans-serif; font-size: clamp(38px, 4.2vw, 62px); line-height: 1; letter-spacing: -.035em; }
.action-card:not(.action-card--large) h3 { font-size: clamp(32px, 3.3vw, 49px); }
.action-card p { max-width: 540px; margin: 0; color: rgba(255,255,255,.79); font-size: 16px; }
.action-card a { display: inline-flex; align-items: center; gap: 9px; margin-top: 24px; font-size: 13px; font-weight: 800; }
.action-card a span { transition: transform .2s ease; }
.action-card a:hover span { transform: translate(3px, -3px); }

.section--purple { position: relative; color: var(--white); background: var(--purple-950); overflow: hidden; }
.section--purple::before { content: ""; position: absolute; width: 620px; height: 620px; top: -330px; right: -160px; border-radius: 50%; background: rgba(132,53,140,.23); filter: blur(1px); }
.experience__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 95px; }
.experience__collage { position: relative; min-height: 650px; }
.experience__main { width: 82%; height: 620px; margin: 0; border-radius: 34px; overflow: hidden; }
.experience__main img, .experience__small img { width: 100%; height: 100%; object-fit: cover; }
.experience__small { position: absolute; right: 0; bottom: -35px; width: 43%; height: 310px; margin: 0; border: 11px solid var(--purple-950); border-radius: 27px; overflow: hidden; box-shadow: var(--shadow-lg); }
.experience__clover { position: absolute; top: 34px; right: 5px; display: grid; place-items: center; width: 100px; height: 100px; border-radius: 50%; background: var(--green-500); transform: rotate(9deg); }
.experience__clover img { width: 53px; filter: brightness(0) invert(1); }
.experience__copy h2 { color: var(--white); font-size: clamp(52px, 5.5vw, 78px); }
.experience__copy > p { margin: 27px 0 0; color: rgba(255,255,255,.72); font-size: 17px; }
.check-list { display: grid; gap: 13px; margin: 32px 0 38px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.88); }
.check-list span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: var(--purple-950); background: var(--green-500); font-size: 13px; font-weight: 900; }

.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.news-card { border: 1px solid var(--line); border-radius: 27px; background: var(--white); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.news-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-sm); }
.news-card__image { position: relative; display: block; height: 310px; overflow: hidden; }
.news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.news-card:hover .news-card__image img { transform: scale(1.045); }
.news-card__image span { position: absolute; top: 18px; left: 18px; display: inline-flex; align-items: center; min-height: 30px; padding: 0 11px; border-radius: 999px; color: var(--white); background: rgba(55, 15, 60, .82); backdrop-filter: blur(8px); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.news-card__body { padding: 28px; }
.news-card time { color: var(--muted); font-size: 11px; font-weight: 700; }
.news-card h3 { margin: 10px 0 12px; color: var(--purple-950); font-family: "Outfit", Arial, sans-serif; font-size: 25px; line-height: 1.18; letter-spacing: -.02em; }
.news-card p { margin: 0; color: var(--muted); font-size: 14px; }
.news-card__body > a { display: inline-flex; align-items: center; gap: 8px; margin-top: 21px; color: var(--purple-700); font-size: 12px; font-weight: 800; }

.visit { position: relative; min-height: 700px; color: var(--white); overflow: hidden; }
.visit__background, .visit__background img, .visit__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.visit__background img { object-fit: cover; }
.visit__shade { background: linear-gradient(90deg, rgba(41, 10, 45, .92), rgba(56, 14, 61, .71) 55%, rgba(31, 8, 34, .45)); }
.visit__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 450px; align-items: center; gap: 80px; min-height: 700px; }
.visit h2 { max-width: 810px; font-size: clamp(56px, 6.5vw, 92px); }
.visit__copy p { max-width: 620px; margin: 26px 0 0; color: rgba(255,255,255,.79); font-size: 18px; }
.visit__buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.visit-card { padding: 31px; border: 1px solid rgba(255,255,255,.23); border-radius: 28px; background: rgba(255,255,255,.12); backdrop-filter: blur(18px); box-shadow: var(--shadow-lg); }
.visit-card__row { display: flex; align-items: center; gap: 17px; padding: 18px 0; }
.visit-card__row + .visit-card__row { border-top: 1px solid rgba(255,255,255,.16); }
.visit-card__icon { display: grid; flex: 0 0 auto; place-items: center; width: 48px; height: 48px; border-radius: 14px; color: var(--purple-950); background: var(--green-500); }
.visit-card__icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.visit-card__row div { display: flex; flex-direction: column; }
.visit-card small { color: rgba(255,255,255,.65); font-size: 11px; font-weight: 700; }
.visit-card strong { font-family: "Outfit", Arial, sans-serif; font-size: 17px; }

.footer { padding: 78px 0 28px; background: #f4eff5; }
.footer__grid { display: grid; grid-template-columns: 1.65fr repeat(3, 1fr); gap: 55px; padding-bottom: 50px; }
.footer__brand img { width: 245px; }
.footer__brand p { max-width: 350px; margin: 20px 0 0; color: var(--muted); font-size: 14px; }
.footer h2 { margin: 5px 0 18px; color: var(--purple-950); font-family: "Outfit", Arial, sans-serif; font-size: 15px; }
.footer__grid > div:not(.footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer a { color: var(--muted); font-size: 13px; font-weight: 700; transition: color .2s ease; }
.footer a:hover { color: var(--purple-700); }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; border-top: 1px solid #ded4df; color: #827884; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .brand img { width: 235px; }
  .main-nav a { padding-inline: 10px; }
  .intro__grid, .experience__grid { gap: 60px; }
  .shop-grid { grid-template-columns: repeat(3, 1fr); }
  .shop-card--feature { grid-column: span 2; }
  .shop-card--wide { grid-column: span 1; }
  .visit__inner { grid-template-columns: 1fr 400px; gap: 45px; }
}

@media (max-width: 960px) {
  :root { --shell: min(100% - 34px, 1380px); }
  .topbar__links a:not(:last-child) { display: none; }
  .header__inner { min-height: 82px; }
  .brand img { width: 210px; }
  .menu-toggle { display: flex; }
  .main-nav { position: fixed; inset: 132px 17px auto; display: grid; gap: 4px; padding: 16px; border: 1px solid var(--line); border-radius: 21px; background: rgba(255,255,255,.99); box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { min-height: 48px; padding: 0 14px; }
  .main-nav a::after { display: none; }
  .main-nav .nav-button { margin: 5px 0 0; justify-content: center; }
  .menu-toggle.is-open span:nth-child(2) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(3) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(4) { transform: translateY(-8px) rotate(-45deg); }
  .hero { min-height: 760px; }
  .hero__content { min-height: 650px; padding-bottom: 145px; }
  .hero h1 { font-size: clamp(58px, 10vw, 86px); }
  .hero__controls { right: 4px; bottom: 135px; }
  .hero__quickbar { grid-template-columns: 1fr; transform: translateY(66%); }
  .hero__quickbar > a { min-height: 92px; padding: 18px 24px; }
  .hero__quickbar > a + a { border-top: 1px solid var(--line); border-left: 0; }
  .intro { padding-top: 285px; }
  .intro__grid { grid-template-columns: 1fr; gap: 48px; }
  .intro__copy { max-width: 720px; }
  .intro__visual { min-height: 560px; }
  .intro__visual > img { height: 560px; }
  .intro__badge { left: 28px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 17px; }
  .shop-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 330px; }
  .shop-card--feature { grid-column: span 2; grid-row: span 1; }
  .shop-card--wide { grid-column: span 1; }
  .shop-card__content a { opacity: 1; transform: none; }
  .image-break, .image-break__content { min-height: 650px; }
  .action-grid { grid-template-columns: 1fr; grid-auto-rows: 560px; }
  .experience__grid { grid-template-columns: 1fr; gap: 80px; }
  .experience__collage { max-width: 760px; }
  .experience__copy { max-width: 760px; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card:last-child { grid-column: 1 / -1; }
  .visit__inner { grid-template-columns: 1fr; gap: 46px; padding: 100px 0; }
  .visit-card { max-width: 560px; }
  .footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer__grid > div:last-child { display: none; }
}

@media (max-width: 650px) {
  :root { --shell: min(100% - 24px, 1380px); }
  .section { padding: 82px 0; }
  .topbar__inner { justify-content: center; min-height: 34px; text-align: center; }
  .topbar__links { display: none; }
  .header__inner { min-height: 76px; }
  .brand img { width: 184px; }
  .main-nav { inset: 122px 12px auto; }
  .hero { min-height: 700px; }
  .hero__content { min-height: 610px; padding: 70px 0 185px; }
  .hero__shade { background: linear-gradient(90deg, rgba(25,7,28,.88), rgba(36,9,40,.55)); }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero__copy p { font-size: 16px; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero__controls { right: auto; bottom: 147px; left: 0; }
  .hero__quickbar { width: calc(100% - 24px); transform: translateY(72%); border-radius: 20px; }
  .hero__quickbar > a { min-height: 83px; padding: 14px 17px; }
  .hero__quickbar > a:nth-child(3) { display: none; }
  .quickbar__icon { width: 45px; height: 45px; }
  .hero__quickbar strong { font-size: 15px; }
  .hero__quickbar small { font-size: 11px; }
  .intro { padding-top: 230px; }
  .section h2 { font-size: 44px; }
  .intro__copy p { font-size: 16px; }
  .intro__visual, .intro__visual > img { min-height: 430px; height: 430px; border-radius: 27px; }
  .intro__badge { right: 15px; bottom: 15px; left: 15px; min-width: 0; }
  .filters { flex-wrap: nowrap; margin-right: -12px; overflow-x: auto; padding: 0 12px 7px 0; scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
  .filter { flex: 0 0 auto; }
  .shop-grid { grid-template-columns: 1fr; grid-auto-rows: 400px; gap: 14px; }
  .shop-card--feature, .shop-card--wide { grid-column: auto; grid-row: auto; }
  .shop-card--feature h3, .shop-card h3 { font-size: 34px; }
  .shop-card--feature .shop-card__content, .shop-card__content { padding: 26px; }
  .section-cta { align-items: flex-start; flex-direction: column; }
  .image-break, .image-break__content { min-height: 590px; }
  .image-break h2 { font-size: 54px; }
  .action-grid { grid-auto-rows: 500px; }
  .action-card, .action-card--large { border-radius: 25px; }
  .action-card__content, .action-card--large .action-card__content { padding: 27px; }
  .action-card h3, .action-card:not(.action-card--large) h3 { font-size: 39px; }
  .text-link--desktop { display: none; }
  .experience__grid { gap: 55px; }
  .experience__collage { min-height: 490px; }
  .experience__main { width: 92%; height: 460px; border-radius: 27px; }
  .experience__small { width: 48%; height: 210px; border-width: 7px; border-radius: 20px; }
  .experience__clover { top: 20px; right: 0; width: 74px; height: 74px; }
  .experience__clover img { width: 40px; }
  .experience__copy h2 { font-size: 48px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card:last-child { grid-column: auto; }
  .news-card__image { height: 290px; }
  .visit { min-height: 760px; }
  .visit__inner { padding: 82px 0; }
  .visit h2 { font-size: 53px; }
  .visit__copy p { font-size: 16px; }
  .visit__buttons { flex-direction: column; }
  .visit-card { padding: 22px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__bottom { flex-direction: column; }
}

@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; }
}
