@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;450;500;600;650;700;800&display=swap');

:root { color-scheme: dark; font-family: 'Outfit', sans-serif; color: #f4f3e9; background: #0b1210; font-synthesis: none; --muted: #a4b0a7; --gold: #e5c27b; --line: #c9dec51c; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: radial-gradient(ellipse at 90% 15%, #233e292b, transparent 45%); }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 6px; }
svg { display: block; width: 24px; height: 24px; }
.container { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: absolute; left: 20px; top: -80px; z-index: 10; padding: 14px; color: #0b1210; background: var(--gold); }
.skip-link:focus { top: 16px; }
.site-header { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-mark { display: flex; align-items: center; justify-content: center; gap: 3px; width: 42px; height: 42px; border: 1px solid #e5c27b6b; border-radius: 11px; transform: rotate(-7deg); background: #e5c27b08; }
.logo-mark i { width: 5px; height: 19px; border-radius: 2px; background: var(--gold); transform: skew(-12deg); }
.logo-text { font-size: 23px; font-weight: 650; letter-spacing: .13em; }
.logo-text small { display: block; margin-top: 3px; font-size: 8px; font-weight: 400; color: var(--muted); letter-spacing: .25em; }
.header-link { font-size: 13px; display: flex; gap: 9px; align-items: center; }
.header-link::before, .available::before { content: ''; width: 6px; height: 6px; background: #9dc5a2; border-radius: 50%; }
.header-link:hover { color: var(--gold); }
.hero { display: grid; grid-template-columns: 1fr 300px; gap: 40px; align-items: center; padding: 68px 0 56px; }
.eyebrow { margin: 0; font-size: 10px; font-weight: 500; letter-spacing: .19em; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold); display: flex; align-items: center; gap: 12px; }
.hero .eyebrow::before { content: ''; width: 26px; height: 1px; background: var(--gold); }
h1 { font-size: clamp(42px, 5vw, 66px); font-weight: 450; line-height: 1.08; letter-spacing: -.045em; margin: 22px 0 20px; }
h1 em { font-style: normal; color: var(--gold); }
.hero-description { max-width: 460px; margin: 0; font-size: 15px; line-height: 1.8; color: var(--muted); }
.hero-art { position: relative; min-height: 210px; display: grid; place-items: center; }
.orbit { position: absolute; width: 215px; height: 215px; border: 1px solid #e5c27b1c; border-radius: 50%; }
.orbit::before { content: ''; position: absolute; inset: -24px; border: 1px solid #e5c27b0c; border-radius: 50%; }
.orbit::after { content: '✦'; position: absolute; top: 6px; right: 18px; font-size: 25px; color: var(--gold); }
.mini-reels { display: flex; gap: 6px; padding: 12px; border: 1px solid #e5c27b66; border-radius: 14px; background: linear-gradient(145deg, #314436, #101d15); box-shadow: 0 20px 55px #0005, inset 0 0 0 4px #0b1410; transform: rotate(-8deg); }
.mini-reels span { display: grid; place-items: center; width: 65px; height: 85px; border: 1px solid #d5bd7852; border-radius: 6px; color: var(--gold); font-size: 58px; font-weight: 700; font-style: italic; background: linear-gradient(#18241b, #2c3a2a 45%, #18241b); text-shadow: 0 3px 0 #8a683c; }
.art-caption { position: absolute; bottom: -9px; font-size: 8px; letter-spacing: .3em; color: #8a9b8c; }
.catalog-section { padding-bottom: 62px; }
.catalog-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; border-top: 1px solid var(--line); }
.catalog-title { display: flex; align-items: center; gap: 12px; }
h2 { margin: 0; font-size: 20px; letter-spacing: -.025em; font-weight: 500; }
.count { display: grid; place-items: center; min-width: 28px; height: 23px; border: 1px solid #c9dec530; border-radius: 5px; color: var(--muted); font-size: 10px; }
.available { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; }
.catalog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 38px; align-items: start; }
.machines { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr)); gap: 24px; }
.machine-card { display: block; overflow: hidden; border: 1px solid #c7d4ba26; border-radius: 13px; background: #142019; transition: border-color .2s, transform .2s, box-shadow .2s; }
.machine-card:hover { border-color: #e5c27b85; transform: translateY(-4px); box-shadow: 0 14px 35px #0003; }
.machine-picture { padding: 20px; background: linear-gradient(135deg, #2d412b, #111f16); border-bottom: 1px solid var(--line); }
.machine-picture img { display: block; width: 100%; height: auto; aspect-ratio: 1368 / 616; border-radius: 5px; box-shadow: 0 8px 22px #0005; }
.machine-content { padding: 25px 28px 0; }
.machine-collection { color: var(--gold); font-size: 9px; }
h3 { font-size: 27px; line-height: 1.2; letter-spacing: -.025em; font-weight: 500; margin: 9px 0 10px; }
.machine-description { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 20px 0 24px; list-style: none; }
.tags li { border: 1px solid #c9dec526; padding: 6px 9px; border-radius: 5px; color: #b7c1b7; font-size: 10px; }
.machine-action { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; border-top: 1px solid var(--line); color: var(--gold); font-size: 13px; font-weight: 500; }
.machine-action svg { width: 19px; height: 19px; transition: transform .2s; }
.machine-card:hover .machine-action svg { transform: translateX(4px); }
.coming-soon { padding: 31px 0 20px 30px; border-left: 1px solid var(--line); margin-top: 14px; }
.coming-icon { color: #7d967e; margin-bottom: 27px; width: 31px; height: 31px; }
.coming-soon .eyebrow { color: #839885; font-size: 9px; }
.coming-soon h3 { font-size: 25px; line-height: 1.3; margin-top: 13px; }
.coming-soon p:last-child { color: var(--muted); font-size: 13px; line-height: 1.8; margin-bottom: 0; }
.site-footer { padding: 24px 0 30px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #8b9c90; font-size: 11px; }
.footer-brand { color: #bcc8bb; letter-spacing: .16em; font-size: 10px; }
.site-footer p { margin: 0; }
noscript p { padding: 20px; border: 1px solid var(--line); }
noscript a { color: var(--gold); text-decoration: underline; }
@media (min-width: 1300px) { .catalog-layout { grid-template-columns: minmax(0, 1fr) 270px; } }
@media (max-width: 950px) { .catalog-layout { grid-template-columns: minmax(0, 1fr) 230px; gap: 25px; } .coming-soon { padding-left: 23px; } .hero { grid-template-columns: 1fr 230px; } .mini-reels span { width: 55px; } }
@media (max-width: 720px) { .container { width: calc(100% - 40px); } .site-header { min-height: 82px; } .hero { padding: 45px 0 38px; grid-template-columns: 1fr; gap: 0; } .hero-art { display: none; } h1 { font-size: 48px; } .hero-description { font-size: 14px; } .catalog-layout { grid-template-columns: 1fr; gap: 24px; } .coming-soon { padding: 22px 0 0; margin: 0; border-left: 0; border-top: 1px solid var(--line); } .coming-icon { display: none; } .coming-soon h3 { font-size: 21px; } .coming-soon h3 br { display: none; } .catalog-section { padding-bottom: 35px; } .site-footer { align-items: flex-start; } .site-footer p { max-width: 190px; text-align: right; line-height: 1.6; } }
@media (max-width: 390px) { .container { width: calc(100% - 32px); } .logo-text { font-size: 20px; } h1 { font-size: 42px; } .available { font-size: 10px; } h2 { font-size: 18px; } .machine-picture { padding: 12px; } .machine-content { padding: 22px 20px 0; } .header-link { font-size: 12px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
