:root {
  --ink: #16031e;
  --deep: #24052f;
  --plum: #4d0f63;
  --grape: #8c20ae;
  --pink: #f0a2ff;
  --acid: #bff12c;
  --cream: #fff8ed;
  --white: #ffffff;
  --muted: #cdbad2;
  --line: rgba(255,255,255,.16);
  --radius: 28px;
  --shadow: 0 28px 80px rgba(14,0,21,.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; overflow-x: hidden; }
body.locked { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--acid); color: var(--ink); }
.page-noise { position: fixed; inset: 0; pointer-events: none; z-index: 100; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

.site-header { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 14px clamp(20px, 4vw, 68px); background: rgba(22,3,30,.74); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: border-color .25s, background .25s; }
.site-header.scrolled { border-color: var(--line); background: rgba(22,3,30,.93); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.brand img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px rgba(255,255,255,.25); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 18px; letter-spacing: -.04em; }
.brand-copy small { margin-top: 5px; color: var(--pink); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 34px; color: #eadced; font-size: 14px; font-weight: 700; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 100%; height: 2px; background: var(--acid); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 9px; }
.icon-button, .bag-button { border: 1px solid var(--line); background: rgba(255,255,255,.06); cursor: pointer; transition: .22s ease; }
.icon-button { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; }
.icon-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.icon-button:hover { background: var(--white); color: var(--ink); transform: rotate(-7deg); }
.bag-button { display: flex; align-items: center; gap: 13px; height: 46px; padding: 0 8px 0 18px; border-radius: 999px; font-weight: 800; }
.bag-button b { display: grid; place-items: center; min-width: 30px; height: 30px; padding: 0 8px; background: var(--acid); color: var(--ink); border-radius: 50%; }
.bag-button:hover { background: var(--grape); }

.hero { position: relative; min-height: calc(100vh - 77px); display: grid; grid-template-columns: minmax(0, .95fr) minmax(400px, .85fr); align-items: center; gap: clamp(30px, 5vw, 90px); padding: clamp(54px, 7vw, 108px) clamp(24px, 7vw, 112px) 80px; isolation: isolate; overflow: hidden; }
.hero::before { content: "CANTINHO"; position: absolute; left: -2vw; bottom: -2.5vw; z-index: -2; color: rgba(255,255,255,.023); font: 1000 clamp(110px, 19vw, 300px)/.7 Arial Black, sans-serif; letter-spacing: -.1em; }
.hero-glow { position: absolute; z-index: -3; border-radius: 50%; filter: blur(10px); }
.glow-one { width: 720px; height: 720px; right: -200px; top: -220px; background: radial-gradient(circle, rgba(141,32,174,.54), transparent 67%); }
.glow-two { width: 500px; height: 500px; left: -230px; bottom: -290px; background: radial-gradient(circle, rgba(192,241,44,.12), transparent 67%); }
.hero-copy { max-width: 710px; position: relative; z-index: 2; }
.eyebrow, .section-kicker { font-size: 12px; letter-spacing: .18em; font-weight: 900; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--acid); }
.eyebrow span { width: 30px; height: 2px; background: currentColor; }
.hero h1, .section-heading h2, .menu-header h2, .custom-copy h2, .visit-card h2 { margin: 0; font-family: "Arial Black", Impact, sans-serif; font-weight: 900; letter-spacing: -.072em; line-height: .91; text-transform: uppercase; }
.hero h1 { margin-top: 27px; font-size: clamp(64px, 8.2vw, 132px); }
.hero h1 em { color: var(--pink); font-family: Georgia, serif; font-weight: 400; text-transform: none; letter-spacing: -.065em; }
.hero-text { max-width: 580px; margin: 30px 0 0; color: #ddcde1; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.primary-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 58px; padding: 0 20px 0 24px; border: 0; border-radius: 999px; background: var(--acid); color: var(--ink); font-weight: 900; cursor: pointer; box-shadow: 0 10px 30px rgba(191,241,44,.13); transition: transform .22s, box-shadow .22s; }
.primary-button span { display: grid; place-items: center; width: 32px; height: 32px; color: var(--white); background: var(--ink); border-radius: 50%; }
.primary-button:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(191,241,44,.25); }
.text-link { border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 5px; font-size: 14px; font-weight: 800; }
.hero-proof { display: flex; align-items: center; gap: 22px; margin-top: 48px; }
.proof-item { display: grid; gap: 2px; }
.proof-item strong { font-size: 15px; }
.proof-item span { color: var(--muted); font-size: 13px; }
.proof-line { width: 1px; height: 34px; background: var(--line); }
.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.hero-photo-wrap { width: min(100%, 570px); aspect-ratio: .84; padding: 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 46% 46% 18% 18% / 28% 28% 12% 12%; transform: rotate(3.5deg); box-shadow: var(--shadow); overflow: hidden; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; filter: saturate(1.08) contrast(1.05); transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.hero-photo-wrap:hover .hero-photo { transform: scale(1.045); }
.hero-stamp { position: absolute; left: -34px; top: 70px; z-index: 4; display: grid; place-items: center; width: 132px; height: 132px; color: var(--ink); background: var(--acid); border-radius: 50%; transform: rotate(-12deg); box-shadow: 0 15px 50px rgba(0,0,0,.23); }
.hero-stamp span { font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-stamp strong { font-family: Georgia, serif; font-size: 25px; font-style: italic; }
.floating-note { position: absolute; z-index: 4; padding: 13px 18px; color: var(--ink); background: var(--white); border-radius: 13px; font-size: 12px; font-weight: 800; line-height: 1.35; box-shadow: 0 14px 35px rgba(0,0,0,.2); }
.note-one { right: -14px; top: 35%; transform: rotate(6deg); }
.note-two { left: 4px; bottom: 60px; color: var(--white); background: var(--grape); transform: rotate(-5deg); }

.marquee { overflow: hidden; color: var(--ink); background: var(--pink); border-block: 1px solid #ffd8ff; transform: rotate(-.8deg) scale(1.02); }
.marquee-track { display: flex; align-items: center; width: max-content; gap: 34px; padding: 17px 0; animation: marquee 25s linear infinite; }
.marquee span { font: 900 15px/1 Arial Black, sans-serif; letter-spacing: .08em; }
.marquee b { font-size: 19px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-shell { width: min(1380px, calc(100% - 48px)); margin-inline: auto; }
.favorites { padding-block: clamp(110px, 12vw, 190px); }
.section-heading, .menu-header { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 58px; }
.section-kicker { display: block; margin-bottom: 18px; color: var(--acid); }
.section-heading h2, .menu-header h2, .custom-copy h2, .visit-card h2 { font-size: clamp(48px, 6vw, 94px); }
.section-heading p, .menu-header p { max-width: 430px; margin: 0 0 8px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.feature-grid { display: grid; grid-template-columns: 1.28fr .72fr; grid-template-rows: repeat(2, 320px); gap: 18px; }
.feature-card { position: relative; border-radius: var(--radius); overflow: hidden; isolation: isolate; box-shadow: var(--shadow); }
.feature-large { grid-row: 1 / 3; }
.feature-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.2,1); }
.feature-card:hover img { transform: scale(1.055); }
.feature-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,0,23,.92), rgba(22,3,30,.04) 70%); }
.feature-number { position: absolute; top: 24px; right: 26px; z-index: 2; font: italic 24px/1 Georgia, serif; }
.feature-content { position: absolute; inset: auto 28px 28px; z-index: 2; }
.feature-content > span { color: var(--acid); font-size: 11px; font-weight: 900; letter-spacing: .17em; }
.feature-content h3 { margin: 8px 0 0; font: 900 clamp(32px, 4.2vw, 68px)/.95 Arial Black, sans-serif; letter-spacing: -.055em; text-transform: uppercase; }
.feature-content p { max-width: 440px; margin: 13px 0 0; color: #e1d5e4; line-height: 1.5; }
.round-add, .product-bottom button { border: 0; border-radius: 50%; background: var(--acid); color: var(--ink); cursor: pointer; font-weight: 500; transition: transform .25s, background .25s; }
.round-add { position: absolute; right: 0; bottom: 0; display: grid; place-items: center; width: 58px; height: 58px; font-size: 30px; }
.round-add:hover, .product-bottom button:hover { transform: rotate(90deg) scale(1.06); background: var(--white); }
.feature-large .round-add { width: 68px; height: 68px; }
.feature-large .feature-content { padding-right: 72px; }

.menu-section { padding: clamp(90px, 11vw, 160px) 0; background: var(--cream); color: var(--ink); border-radius: 54px 54px 0 0; }
.menu-section .section-kicker { color: var(--grape); }
.menu-header p { color: #6c5970; }
.filter-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 38px; }
.filter-chip { min-height: 46px; padding: 0 22px; border: 1px solid #cbbbc7; border-radius: 999px; background: transparent; color: #4a354c; font-weight: 850; cursor: pointer; transition: .22s; }
.filter-chip:hover, .filter-chip.active { color: var(--white); background: var(--ink); border-color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { min-width: 0; display: flex; flex-direction: column; background: var(--white); border: 1px solid #e8dfe5; border-radius: 24px; overflow: hidden; transition: transform .27s, box-shadow .27s; }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 24px 55px rgba(62,31,66,.14); }
.product-card[hidden] { display: none; }
.product-image { position: relative; aspect-ratio: 1.12; overflow: hidden; background: #eaddeb; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.product-card:hover .product-image img { transform: scale(1.05); }
.product-badge { position: absolute; top: 14px; left: 14px; padding: 7px 10px; color: var(--white); background: var(--grape); border-radius: 999px; font-size: 9px; font-weight: 1000; letter-spacing: .08em; }
.product-badge-green { color: var(--ink); background: var(--acid); }
.product-info { flex: 1; display: flex; flex-direction: column; justify-content: space-between; gap: 22px; padding: 22px; }
.product-info h3 { margin: 0; font-size: 22px; letter-spacing: -.035em; }
.product-info p { min-height: 63px; margin: 9px 0 0; color: #715e73; font-size: 14px; line-height: 1.5; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product-bottom strong { font-size: 12px; color: #765e77; }
.product-bottom strong b { display: block; margin-top: 3px; color: var(--ink); font-size: 21px; }
.product-bottom button { width: 44px; height: 44px; font-size: 24px; }
.empty-state { padding: 70px 20px; text-align: center; }
.empty-state span { font-size: 45px; color: var(--grape); }
.empty-state h3 { margin: 8px 0; font-size: 28px; }
.empty-state p { color: #715e73; }

.custom-section { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: clamp(50px, 8vw, 120px); padding-block: clamp(110px, 13vw, 190px); }
.custom-art { position: relative; min-height: 610px; display: grid; place-items: center; }
.custom-art::before { content: ""; position: absolute; width: 88%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.custom-art img { position: relative; width: min(90%, 620px); aspect-ratio: 1; object-fit: cover; border-radius: 50%; transform: rotate(-7deg); box-shadow: var(--shadow); }
.orbit { position: absolute; display: grid; place-items: center; width: 104px; height: 104px; background: var(--pink); color: var(--ink); border-radius: 50%; font: italic 18px Georgia, serif; box-shadow: 0 15px 35px rgba(0,0,0,.28); }
.orbit-one { top: 12%; left: 3%; transform: rotate(-12deg); }
.orbit-two { right: 2%; bottom: 11%; color: var(--white); background: var(--grape); transform: rotate(8deg); }
.custom-copy h2 { margin-bottom: 32px; }
.custom-copy h2 i { color: var(--pink); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.custom-copy p { max-width: 560px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.custom-copy .primary-button { margin-top: 20px; }

.visit-section { padding: 0 24px 80px; }
.visit-card { width: min(1440px, 100%); min-height: 520px; margin: auto; display: grid; grid-template-columns: .7fr 1.35fr .9fr; align-items: center; gap: clamp(30px, 6vw, 90px); padding: clamp(40px, 6vw, 90px); color: var(--ink); background: var(--pink); border-radius: 36px; overflow: hidden; }
.visit-card > img { width: 100%; max-width: 290px; aspect-ratio: 1; object-fit: cover; border-radius: 50%; box-shadow: 14px 14px 0 var(--grape); transform: rotate(-7deg); }
.visit-card .section-kicker { color: var(--plum); }
.visit-card h2 { font-size: clamp(50px, 6.4vw, 100px); }
.visit-details { display: grid; gap: 28px; align-self: stretch; align-content: center; padding-left: 38px; border-left: 1px solid rgba(22,3,30,.22); }
.visit-details p { margin: 0; line-height: 1.55; }
.visit-details p span { display: block; margin-bottom: 7px; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.visit-details a { width: max-content; padding-bottom: 5px; border-bottom: 1px solid; font-weight: 900; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 36px clamp(24px, 6vw, 90px); border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
footer > a:last-child { font-weight: 800; }

.search-panel { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 24px; background: rgba(22,3,30,.97); opacity: 0; visibility: hidden; transition: .3s; }
.search-panel.open { opacity: 1; visibility: visible; }
.panel-close { position: absolute; top: 24px; right: 32px; border: 0; background: transparent; font: 300 50px/1 sans-serif; cursor: pointer; }
.search-inner { width: min(900px, 100%); }
.search-inner > span { color: var(--acid); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.search-inner label { display: block; margin: 16px 0 28px; font: 900 clamp(45px, 7vw, 100px)/.9 Arial Black, sans-serif; letter-spacing: -.07em; text-transform: uppercase; }
.search-inner input { width: 100%; padding: 22px 0; border: 0; border-bottom: 2px solid rgba(255,255,255,.4); outline: 0; color: var(--white); background: transparent; font-size: clamp(20px, 3vw, 36px); }
.search-inner input::placeholder { color: #7d6981; }
.search-inner small { display: block; margin-top: 18px; color: var(--muted); }

.drawer-backdrop, .modal-backdrop { position: fixed; inset: 0; z-index: 69; background: rgba(9,0,13,.7); opacity: 0; visibility: hidden; backdrop-filter: blur(5px); transition: .3s; }
.drawer-backdrop.open, .modal-backdrop.open { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; top: 0; right: 0; z-index: 70; width: min(470px, 100%); height: 100%; display: flex; flex-direction: column; padding: 28px; color: var(--ink); background: var(--cream); transform: translateX(102%); visibility: hidden; transition: transform .4s cubic-bezier(.2,.8,.2,1), visibility .4s; }
.cart-drawer.open { transform: translateX(0); visibility: visible; }
.drawer-header { display: flex; align-items: start; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid #d9cdd7; }
.drawer-header span { color: var(--grape); font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.drawer-header h2 { margin: 4px 0 0; font: 900 44px/1 Arial Black, sans-serif; letter-spacing: -.06em; text-transform: uppercase; }
.drawer-header button, .modal-close { border: 0; background: transparent; color: currentColor; font: 300 40px/1 sans-serif; cursor: pointer; }
.cart-items { flex: 1; overflow: auto; padding: 14px 0; }
.cart-empty { flex: 1; display: grid; place-items: center; align-content: center; text-align: center; }
.cart-empty > div { font-size: 55px; color: var(--grape); }
.cart-empty h3 { margin: 8px 0; font-size: 23px; }
.cart-empty p { max-width: 270px; margin: 0; color: #735e74; line-height: 1.5; }
.cart-empty button { margin-top: 24px; padding: 12px 20px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; color: var(--ink); font-weight: 800; cursor: pointer; }
.cart-item { display: grid; grid-template-columns: 76px 1fr auto; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid #e0d5dd; }
.cart-item img { width: 76px; height: 76px; object-fit: cover; border-radius: 15px; }
.cart-item h4 { margin: 0; font-size: 16px; }
.cart-item p { margin: 6px 0; color: #79627a; font-size: 12px; }
.cart-item strong { font-size: 15px; }
.cart-item button { border: 0; background: transparent; color: #7b647d; cursor: pointer; }
.cart-footer { padding-top: 20px; border-top: 1px solid #d9cdd7; }
.cart-footer > div { display: flex; align-items: center; justify-content: space-between; }
.cart-footer > div strong { font-size: 24px; }
.cart-footer > button { width: 100%; height: 58px; margin-top: 17px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border: 0; border-radius: 999px; background: var(--ink); color: var(--white); font-weight: 900; cursor: pointer; }
.cart-footer > button span { color: var(--acid); font-size: 22px; }
.cart-footer small { display: block; margin-top: 10px; color: #806e80; text-align: center; }

.product-modal { position: fixed; inset: 50% auto auto 50%; z-index: 72; width: min(900px, calc(100% - 32px)); max-height: min(720px, calc(100vh - 32px)); margin: 0; padding: 0; display: grid; grid-template-columns: .95fr 1.05fr; border: 0; border-radius: 30px; background: var(--cream); color: var(--ink); box-shadow: var(--shadow); transform: translate(-50%, -46%) scale(.96); opacity: 0; visibility: hidden; overflow: auto; transition: .3s; }
.product-modal[open] { transform: translate(-50%, -50%) scale(1); opacity: 1; visibility: visible; }
.product-modal::backdrop { display: none; }
.modal-close { position: absolute; top: 16px; right: 18px; z-index: 2; width: 44px; height: 44px; border-radius: 50%; background: var(--white); }
.modal-image { position: relative; min-height: 570px; }
.modal-image img { width: 100%; height: 100%; object-fit: cover; }
.modal-image span { position: absolute; left: 20px; bottom: 20px; padding: 8px 12px; background: var(--acid); border-radius: 999px; font-size: 9px; font-weight: 1000; letter-spacing: .1em; }
.modal-content { display: flex; flex-direction: column; padding: 50px 38px 34px; }
.modal-kicker { color: var(--grape); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.modal-content h2 { margin: 10px 0 14px; font: 900 clamp(36px, 5vw, 58px)/.95 Arial Black, sans-serif; letter-spacing: -.06em; text-transform: uppercase; }
.modal-content > p { min-height: 66px; margin: 0; color: #6f5b71; line-height: 1.55; }
.modal-content fieldset { margin: 31px 0 0; padding: 0; border: 0; }
.modal-content legend { margin-bottom: 13px; font-size: 14px; font-weight: 900; }
.size-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.size-option input { position: absolute; opacity: 0; }
.size-option span { display: grid; place-items: center; min-height: 56px; border: 1px solid #cbbbc9; border-radius: 13px; font-weight: 900; cursor: pointer; transition: .2s; }
.size-option input:checked + span { color: var(--white); background: var(--grape); border-color: var(--grape); box-shadow: inset 0 0 0 2px var(--cream); }
.modal-action { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 36px; }
.modal-action > div { display: grid; }
.modal-action small { color: #735e74; }
.modal-action strong { font-size: 25px; }
.modal-action button { min-height: 56px; flex: 1; display: flex; align-items: center; justify-content: space-between; padding: 0 18px 0 22px; border: 0; border-radius: 999px; background: var(--ink); color: var(--white); font-weight: 900; cursor: pointer; }
.modal-action button span { color: var(--acid); font-size: 25px; }
.toast { position: fixed; left: 50%; bottom: 26px; z-index: 90; display: flex; align-items: center; gap: 12px; padding: 12px 13px 12px 19px; background: var(--white); color: var(--ink); border-radius: 999px; font-weight: 850; box-shadow: 0 16px 45px rgba(0,0,0,.35); transform: translate(-50%, 120px); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.toast.show { transform: translate(-50%, 0); }
.toast span { display: grid; place-items: center; width: 28px; height: 28px; background: var(--acid); border-radius: 50%; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .visit-card { grid-template-columns: .7fr 1.3fr; }
  .visit-details { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); border-left: 0; border-top: 1px solid rgba(22,3,30,.22); padding: 28px 0 0; }
}

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .brand-copy { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 60px 24px 90px; }
  .hero h1 { font-size: clamp(58px, 17vw, 100px); }
  .hero-visual { min-height: 520px; }
  .hero-photo-wrap { width: min(92%, 510px); }
  .hero-stamp { left: 0; top: 55px; width: 112px; height: 112px; }
  .section-heading, .menu-header { align-items: start; flex-direction: column; }
  .feature-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 520px 300px; }
  .feature-large { grid-column: 1 / -1; grid-row: auto; }
  .feature-content h3 { font-size: 32px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .custom-section { grid-template-columns: 1fr; }
  .custom-art { min-height: 510px; }
  .product-modal { grid-template-columns: .8fr 1.2fr; }
  .modal-image { min-height: 500px; }
  footer { flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .site-header { padding-inline: 16px; }
  .bag-button span { display: none; }
  .bag-button { padding-left: 8px; }
  .hero { padding-top: 45px; }
  .hero h1 { font-size: 16.2vw; }
  .hero-text { margin-top: 22px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-proof { margin-top: 36px; }
  .hero-visual { min-height: 450px; margin-top: 16px; }
  .hero-photo-wrap { aspect-ratio: .88; }
  .hero-stamp { width: 96px; height: 96px; top: 34px; }
  .hero-stamp strong { font-size: 20px; }
  .floating-note { display: none; }
  .section-shell { width: min(100% - 30px, 1380px); }
  .favorites { padding-block: 100px; }
  .section-heading, .menu-header { margin-bottom: 38px; }
  .section-heading h2, .menu-header h2, .custom-copy h2 { font-size: 14vw; }
  .section-heading p, .menu-header p { font-size: 16px; }
  .feature-grid { grid-template-columns: 1fr; grid-template-rows: 450px repeat(2, 290px); }
  .feature-large { grid-column: auto; }
  .feature-content { inset: auto 20px 20px; }
  .feature-content p { padding-right: 60px; font-size: 14px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { aspect-ratio: 1.3; }
  .product-info p { min-height: auto; }
  .custom-art { min-height: 360px; }
  .orbit { width: 82px; height: 82px; font-size: 15px; }
  .visit-section { padding-inline: 15px; }
  .visit-card { grid-template-columns: 1fr; padding: 38px 25px; }
  .visit-card > img { width: 170px; }
  .visit-card h2 { font-size: 14vw; }
  .visit-details { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; }
  .footer-brand .brand-copy { display: grid; }
  .product-modal { grid-template-columns: 1fr; max-height: calc(100vh - 20px); }
  .modal-image { min-height: 245px; height: 245px; }
  .modal-content { padding: 30px 22px 24px; }
  .modal-content > p { min-height: auto; }
  .modal-content fieldset { margin-top: 22px; }
  .modal-action { padding-top: 25px; }
}

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