:root {
  --ink: #171b1c;
  --muted: #667074;
  --paper: #f4f3ef;
  --white: #fff;
  --line: #d9dddc;
  --ocean: #173f4a;
  --ocean-bright: #256477;
  --amber: #f2a51f;
  --amber-dark: #985b00;
  --green: #2f5c4b;
  --page: 1240px;
  --radius: 6px;
  --shadow: 0 18px 50px rgba(18, 31, 35, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.5; }
body.is-locked { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
:where(a, button, input, select):focus-visible { outline: 3px solid var(--amber-dark); outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 9999; padding: 10px 14px; background: var(--white); border: 2px solid var(--ink); }
.skip-link:focus { top: 16px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.page-width { width: min(calc(100% - 40px), var(--page)); margin-inline: auto; }

.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 7px 44px; background: var(--ocean); color: var(--white); font-size: 12px; font-weight: 700; }
.announcement[hidden] { display: none; }
.announcement-change { min-height: 28px; padding: 0; border: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.75); background: transparent; color: var(--white); font-size: 11px; font-weight: 800; white-space: nowrap; }
.announcement-close { position: absolute; right: 10px; color: var(--white); }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, 0.96); border-bottom: 1px solid rgba(23, 27, 28, 0.1); backdrop-filter: blur(14px); }
.header-inner { width: min(calc(100% - 40px), var(--page)); min-height: 74px; margin-inline: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; width: max-content; }
.brand-name { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 700; letter-spacing: 0; }
.brand-market { color: var(--amber-dark); font-size: 10px; font-weight: 800; letter-spacing: 0.16em; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { position: relative; color: #303638; font-size: 14px; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--amber); transition: right 180ms ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.desktop-nav a[aria-current="page"] { color: var(--ocean); font-weight: 800; }
.desktop-nav a[aria-current="page"]::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 6px; }
.icon-button, .cart-button { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 0; background: transparent; color: inherit; }
.icon-button:hover, .cart-button:hover { background: var(--paper); }
.icon-button svg, .cart-button svg, .button svg, .trust-grid svg, .hero-facts svg, .dialog-delivery svg, .search-form svg { width: 19px; height: 19px; stroke-width: 1.8; }
.cart-button { position: relative; }
.cart-count { position: absolute; right: 1px; top: 0; min-width: 17px; height: 17px; padding-inline: 4px; display: grid; place-items: center; border-radius: 50%; background: var(--amber); color: var(--ink); font-size: 10px; font-weight: 800; }
.cart-count[hidden] { display: none; }
.sort-control select { min-height: 44px; border: 0; background: transparent; color: var(--ink); font-size: 13px; font-weight: 700; }
.mobile-menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 560px; height: min(720px, calc(100svh - 118px)); display: flex; align-items: center; overflow: hidden; background: url("assets/images/hero-cinema.webp") center 54% / cover no-repeat; color: var(--white); }
.hero-overlay { position: absolute; inset: 0; background: rgba(4, 11, 14, 0.52); }
.hero-content { position: relative; z-index: 1; padding-block: 68px 92px; }
.eyebrow { margin: 0 0 14px; color: var(--amber-dark); font-size: 12px; font-weight: 850; letter-spacing: 0.14em; }
.hero .eyebrow { color: #ffd177; }
.hero h1 { max-width: 760px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 64px; font-weight: 500; line-height: 1.02; letter-spacing: 0; }
.hero-copy { max-width: 610px; margin: 24px 0 0; color: rgba(255, 255, 255, 0.84); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 800; transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--amber); color: var(--ink); }
.button-primary:hover { background: #ffb62f; }
.button-quiet { border-color: rgba(255, 255, 255, 0.55); background: rgba(12, 23, 27, 0.38); color: var(--white); }
.button-dark { background: var(--ocean); color: var(--white); }
.button-dark:hover { background: var(--ocean-bright); }
.button-outline { border-color: var(--ink); background: transparent; color: var(--ink); }
.button-full { width: 100%; }
.text-button { min-height: 44px; padding: 0; display: inline-flex; align-items: center; gap: 7px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--ocean); font-weight: 800; }
.text-button svg { width: 16px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 18px 28px; margin: 32px 0 0; padding: 0; list-style: none; color: rgba(255, 255, 255, 0.82); font-size: 13px; }
.hero-facts li { display: flex; align-items: center; gap: 8px; }

.trust-band { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 104px; display: flex; align-items: center; gap: 14px; padding: 18px 24px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid svg { flex: 0 0 auto; color: var(--ocean-bright); }
.trust-grid span { display: grid; gap: 3px; }
.trust-grid strong { font-size: 14px; }
.trust-grid small { color: var(--muted); font-size: 12px; }

.worlds-section { padding: 86px 0 0; background: var(--white); }
.worlds-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.worlds-heading h2 { max-width: 720px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 43px; font-weight: 500; line-height: 1.1; }
.world-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.world { min-height: 390px; display: flex; flex-direction: column; align-items: flex-start; padding: 34px; color: var(--ink); }
.world > span { font-size: 11px; font-weight: 850; letter-spacing: 0.08em; }
.world > svg { width: 32px; height: 32px; margin-top: auto; stroke-width: 1.5; }
.world h3 { margin: 22px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 34px; letter-spacing: 0; }
.world p { max-width: 280px; margin: 0 0 24px; font-size: 13px; line-height: 1.65; }
.world button, .world a { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: inherit; font-size: 12px; font-weight: 800; }
.world button svg, .world a svg { width: 15px; }
.world-play { background: #dce8ee; }
.world-create { background: #f3e7bd; }
.world-select { background: #e3ebe3; }
.world-living { background: #eadbd8; }

.scene-section, .catalog-section, .support-section { padding-block: 88px; }
.scene-section { background: var(--paper); }
.section-heading-row, .catalog-toolbar { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr); gap: 70px; align-items: end; }
.section-heading-row h2, .catalog-toolbar h2, .spotlight-content h2, .create-copy h2, .support-layout > div:first-child h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 43px; font-weight: 500; line-height: 1.1; letter-spacing: 0; }
.section-heading-row > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.scene-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr); grid-template-rows: repeat(2, minmax(270px, 1fr)); gap: 16px; margin-top: 44px; }
.scene-card { position: relative; min-height: 310px; overflow: hidden; border-radius: var(--radius); background: var(--ocean); color: var(--white); }
.scene-card-featured { grid-row: 1 / 3; min-height: 636px; }
.scene-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.scene-card:not(.scene-card-featured) > img { object-position: center; }
.scene-card-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4, 10, 12, 0.08) 15%, rgba(4, 10, 12, 0.84) 100%); }
.scene-card-copy { position: absolute; inset: auto 0 0; z-index: 1; padding: 28px; }
.scene-card-featured .scene-card-copy { padding: 42px; }
.scene-card-eyebrow { margin: 0 0 7px; color: #ffd177; font-size: 10px; font-weight: 850; letter-spacing: 0.13em; }
.scene-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 600; line-height: 1.08; }
.scene-card-featured h3 { font-size: 46px; }
.scene-card-copy > p:not(.scene-card-eyebrow) { max-width: 620px; margin: 10px 0 7px; color: rgba(255, 255, 255, 0.82); font-size: 13px; }
.scene-card-copy > small { color: rgba(255, 255, 255, 0.62); font-size: 11px; }
.scene-card-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-top: 20px; }
.scene-card-bottom > strong { font-size: 13px; white-space: nowrap; }
.scene-card-actions { display: flex; gap: 8px; }
.scene-card .button { min-height: 42px; padding-inline: 14px; font-size: 12px; }
.button-light { border-color: rgba(255, 255, 255, 0.72); background: rgba(12, 23, 27, 0.45); color: var(--white); }
.button-light:hover { background: var(--white); color: var(--ink); }

.catalog-section { background: var(--white); }
.catalog-toolbar { margin-bottom: 36px; }
.catalog-side { display: grid; gap: 16px; }
.concept-data-note { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin-top: -12px; margin-bottom: 30px; padding: 13px 16px; border-left: 3px solid var(--amber-dark); background: #fff8e8; color: #5f5645; }
.concept-data-note svg { width: 18px; color: var(--amber-dark); }
.concept-data-note p { margin: 0; font-size: 12px; line-height: 1.55; }
.concept-data-note a { min-height: 44px; display: inline-flex; align-items: center; color: var(--ocean); font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.catalog-controls { display: flex; justify-content: flex-end; align-items: center; gap: 24px; color: var(--muted); font-size: 13px; }
.sort-control { display: flex; align-items: center; gap: 10px; padding-left: 18px; border-left: 1px solid var(--line); }
.fulfillment-note { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-left: 3px solid var(--green); background: #edf4f0; }
.fulfillment-note.is-origin { border-left-color: var(--amber-dark); background: #fff7e7; }
.fulfillment-note svg { width: 20px; flex: 0 0 auto; color: var(--green); }
.fulfillment-note.is-origin svg { color: var(--amber-dark); }
.fulfillment-note span { display: grid; gap: 2px; }
.fulfillment-note strong { font-size: 13px; }
.fulfillment-note small { color: var(--muted); font-size: 11px; line-height: 1.45; }
.catalog-scene-filters { display: flex; gap: 4px; margin-bottom: 26px; padding-bottom: 12px; overflow-x: auto; border-bottom: 1px solid var(--line); }
.catalog-scene-filters button { flex: 0 0 auto; min-height: 44px; padding: 0 13px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); font-size: 12px; font-weight: 750; }
.catalog-scene-filters button.is-active { border-bottom-color: var(--amber-dark); color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 20px; }
.product-grid[hidden] { display: none; }
.product-card { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--white); }
.product-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #eff2f1; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.product-card:hover .product-media img { transform: scale(1.025); }
.product-card[data-product="c300-retro"] .product-media img, .product-card[data-product="heritage-colors"] .product-media img { object-fit: contain; padding: 7%; background: #f1f4f3; }
.product-badge { position: absolute; left: 14px; top: 14px; z-index: 2; padding: 6px 9px; border-radius: 3px; background: var(--white); color: var(--ink); font-size: 10px; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.quick-view-button { position: absolute; right: 12px; bottom: 12px; width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--white); color: var(--ink); box-shadow: 0 5px 18px rgba(23, 27, 28, 0.15); }
.quick-view-button svg { width: 18px; }
.product-delivery-strip { min-height: 58px; display: flex; align-items: flex-start; gap: 9px; padding: 11px 12px; border-bottom: 1px solid var(--line); background: #f7f8f7; }
.product-delivery-strip > svg { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 1px; color: var(--muted); }
.product-delivery-strip > label { min-width: 0; flex: 1; display: grid; gap: 2px; }
.product-delivery-strip select { width: 100%; min-width: 0; height: 44px; padding: 0 22px 0 0; overflow: hidden; border: 0; background: transparent; color: var(--ink); font-size: 12px; font-weight: 800; text-overflow: ellipsis; cursor: pointer; }
.product-delivery-strip select:focus-visible { outline: 2px solid var(--amber-dark); outline-offset: 2px; }
.product-delivery-strip small { color: var(--muted); font-size: 10px; line-height: 1.45; overflow-wrap: anywhere; }
.product-info { display: grid; grid-template-columns: 1fr auto; gap: 6px 14px; padding: 16px 4px 0; }
.product-identity { grid-column: 1 / -1; color: var(--amber-dark); font-size: 10px; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.product-scene { grid-column: 1 / -1; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; }
.product-name-button { min-height: 44px; display: inline-flex; align-items: center; padding: 0; border: 0; background: transparent; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 600; text-align: left; }
.product-card-link { align-self: center; display: inline-flex; align-items: center; justify-content: flex-end; gap: 5px; color: var(--ocean); font-size: 12px; font-weight: 800; white-space: nowrap; }
.product-card-link svg { width: 14px; }
.product-price { align-self: start; font-size: 14px; font-weight: 800; white-space: nowrap; }
.product-price del, .dialog-price del { margin-right: 5px; color: #92999b; font-weight: 500; }
.empty-state { min-height: 320px; display: grid; place-items: center; align-content: center; gap: 10px; text-align: center; }
.empty-state[hidden] { display: none; }
.empty-state svg { width: 36px; height: 36px; color: var(--muted); }
.empty-state h3 { margin: 0; }
.empty-state > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 13px; }
.empty-state-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 8px; }

.home-blog-section { padding-block: 88px; background: #f5f2eb; }
.home-blog-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 20px; margin-top: 40px; }
.home-blog-grid article { min-width: 0; overflow: hidden; border: 1px solid #dedfd9; border-radius: var(--radius); background: var(--white); }
.home-blog-grid article > a:first-child { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #e4e9e7; }
.home-blog-grid article > a:first-child img { width: 100%; height: 100%; object-fit: cover; transition: transform 260ms ease; }
.home-blog-grid .home-blog-create > a:first-child { background: #e7ecea; }
.home-blog-grid .home-blog-create > a:first-child img { object-fit: contain; padding: 8%; }
.home-blog-grid article:hover > a:first-child img { transform: scale(1.025); }
.home-blog-grid article > div { padding: 24px; }
.home-blog-grid article > div > p { margin: 0 0 12px; color: var(--amber-dark); font-size: 10px; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.home-blog-grid h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 600; line-height: 1.18; }
.home-blog-grid article > div > span { display: block; margin-top: 14px; color: var(--muted); font-size: 11px; }
.home-blog-grid article > div > a:last-child { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; color: var(--ocean); font-size: 12px; font-weight: 800; }
.home-blog-grid article > div > a:last-child svg { width: 16px; }
.home-blog-featured h3 { font-size: 30px; }
.home-blog-all { display: flex; justify-content: flex-end; margin-top: 28px; }

.spotlight-section { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr); min-height: 710px; background: #e9efee; }
.spotlight-media { display: grid; place-items: center; overflow: hidden; background: var(--ocean); }
.spotlight-media img { width: min(82%, 720px); object-fit: contain; filter: drop-shadow(0 28px 35px rgba(0, 0, 0, 0.35)); }
.spotlight-content { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(40px, 7vw, 120px); }
.spotlight-content > p:not(.eyebrow) { max-width: 610px; margin: 22px 0 0; color: var(--muted); line-height: 1.75; }
.spec-list { margin: 30px 0; border-top: 1px solid #c8d1ce; }
.spec-list > div { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid #c8d1ce; }
.spec-list dt { color: var(--muted); font-size: 12px; font-weight: 750; text-transform: uppercase; }
.spec-list dd { margin: 0; font-size: 14px; font-weight: 650; }
.spotlight-content .button { align-self: flex-start; }

.create-section { padding-block: 96px; overflow: hidden; background: #f7c75c; }
.create-inner { display: grid; grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr); gap: 70px; align-items: center; }
.create-copy h2 { max-width: 520px; }
.create-copy > p:not(.eyebrow) { max-width: 560px; margin: 22px 0 28px; color: #4e4636; line-height: 1.72; }
.create-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.create-workflow { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(23, 27, 28, 0.42); border-left: 1px solid rgba(23, 27, 28, 0.42); }
.create-workflow > div { min-height: 218px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto 1fr auto; align-items: start; gap: 0 16px; padding: 26px; border-right: 1px solid rgba(23, 27, 28, 0.42); border-bottom: 1px solid rgba(23, 27, 28, 0.42); }
.create-workflow span { font-size: 11px; font-weight: 850; }
.create-workflow svg { grid-column: 2; justify-self: end; width: 34px; height: 34px; stroke-width: 1.4; }
.create-workflow strong { grid-column: 1 / -1; align-self: end; margin-top: 34px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.create-workflow small { grid-column: 1 / -1; margin-top: 6px; color: #554b38; line-height: 1.5; }

.gift-section { padding-block: 96px; background: #11191b; color: var(--white); }
.gift-layout { display: grid; grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr); gap: 76px; align-items: center; }
.gift-intro h2 { max-width: 580px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 43px; font-weight: 500; line-height: 1.1; }
.gift-intro > p:not(.eyebrow) { max-width: 570px; margin: 22px 0 30px; color: rgba(255, 255, 255, 0.66); line-height: 1.7; }
.gift-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gift-controls label { display: grid; gap: 6px; color: rgba(255, 255, 255, 0.62); font-size: 11px; font-weight: 750; }
.gift-controls select, .gift-controls input { width: 100%; height: 46px; padding: 0 12px; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 3px; background: #1d282b; color: var(--white); color-scheme: dark; font-size: 13px; }
.gift-controls .button { align-self: end; }
.gift-timing { min-height: 44px; display: flex; align-items: flex-start; gap: 9px; margin: 16px 0 0; padding: 10px 12px; border-left: 3px solid rgba(255, 255, 255, 0.28); background: rgba(255, 255, 255, 0.07); color: rgba(255, 255, 255, 0.72); font-size: 11px; line-height: 1.55; }
.gift-timing svg { width: 17px; flex: 0 0 auto; }
.gift-timing.is-likely { border-left-color: #65b889; color: #d9f2e4; }
.gift-timing.is-tight { border-left-color: #e4b852; color: #fff0c9; }
.gift-timing.is-late { border-left-color: #d97866; color: #ffdcd5; }
.gift-result { min-height: 560px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr); background: var(--white); color: var(--ink); }
.gift-result-media { min-height: 560px; display: grid; place-items: center; overflow: hidden; background: #f0f2f0; }
.gift-result-media img { width: 100%; height: 100%; object-fit: cover; }
.gift-result-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.gift-result-copy > span { color: var(--amber-dark); font-size: 10px; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.gift-result-copy > p:first-of-type { margin: 26px 0 8px; color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: 0.1em; }
.gift-result-copy h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 31px; line-height: 1.08; }
.gift-result-copy > p:last-of-type { margin: 15px 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.gift-result-copy > strong { margin-bottom: 24px; font-size: 20px; }
.gift-result-copy .button { align-self: flex-start; }

.support-section { background: var(--white); }
.support-layout { display: grid; grid-template-columns: 0.9fr 1.35fr; gap: 50px 90px; align-items: start; }
.support-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.support-steps article { min-height: 210px; padding: 24px 22px; border-right: 1px solid var(--line); }
.support-steps article:first-child { border-left: 1px solid var(--line); }
.support-steps span { color: var(--amber-dark); font-size: 12px; font-weight: 800; }
.support-steps h3 { margin: 34px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 21px; }
.support-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.support-layout > .button { grid-column: 2; justify-self: start; }
.support-actions { grid-column: 2; display: flex; flex-wrap: wrap; gap: 10px; justify-self: start; }

.site-footer { padding: 70px 0 24px; background: #11191b; color: rgba(255, 255, 255, 0.72); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.brand-footer .brand-name { color: var(--white); }
.footer-brand p { margin-top: 16px; font-family: Georgia, "Times New Roman", serif; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 10px; }
.footer-grid h2 { margin: 0 0 8px; color: var(--white); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-grid a, .footer-grid p { margin: 0; font-size: 13px; }
.footer-grid a:hover { color: var(--white); }
.footer-market-change { min-height: 32px; padding: 0; border: 0; border-bottom: 1px solid #aeb9bc; background: transparent; color: #d7dfe1; font-size: 11px; font-weight: 800; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 11px; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 20px; }
.footer-legal a:hover { color: var(--white); }

.drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 500; width: min(430px, 100%); display: flex; flex-direction: column; background: var(--white); box-shadow: var(--shadow); transform: translateX(105%); transition: transform 220ms ease; }
.drawer.is-open { transform: translateX(0); }
.drawer-header { min-height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px 0 24px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.page-scrim { position: fixed; inset: 0; z-index: 450; background: rgba(4, 10, 12, 0.55); }
.page-scrim[hidden] { display: none; }
.cart-lines { flex: 1; overflow: auto; padding: 8px 24px; }
.cart-line { display: grid; grid-template-columns: 84px 1fr auto; gap: 14px; padding-block: 18px; border-bottom: 1px solid var(--line); }
.cart-line img { width: 84px; height: 84px; object-fit: contain; background: var(--paper); }
.cart-line h3 { margin: 0 0 4px; font-family: Georgia, "Times New Roman", serif; font-size: 16px; }
.cart-line p { margin: 0; color: var(--muted); font-size: 12px; }
.cart-line-price { font-size: 13px; font-weight: 800; white-space: nowrap; }
.cart-line-actions { display: flex; align-items: center; gap: 12px; margin-top: 11px; }
.cart-line-actions button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); background: transparent; }
.cart-line-actions button svg { width: 13px; }
.cart-line-actions .remove-line { width: auto; border: 0; color: var(--muted); font-size: 11px; text-decoration: underline; }
.cart-empty { flex: 1; display: grid; place-items: center; align-content: center; gap: 12px; padding: 24px; text-align: center; }
.cart-empty[hidden], .cart-summary[hidden] { display: none; }
.cart-empty > svg { width: 42px; height: 42px; color: var(--muted); }
.cart-empty h3 { margin: 0; }
.cart-summary { padding: 22px 24px 26px; border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; justify-content: space-between; margin-bottom: 7px; font-size: 13px; }
.cart-summary > .cart-destination { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; margin: -4px 0 18px; padding: 12px; background: var(--paper); }
.cart-destination > svg { width: 18px; color: var(--ocean-bright); }
.cart-destination > span { display: grid; min-width: 0; }
.cart-destination small { color: var(--muted); font-size: 10px; }
.cart-destination strong { font-size: 13px; }
.cart-destination em { color: var(--muted); font-size: 10px; font-style: normal; }
.cart-destination button { min-height: 36px; padding: 0 4px; border: 0; border-bottom: 1px solid var(--ocean); background: transparent; color: var(--ocean); font-size: 11px; font-weight: 800; }
.cart-summary > .cart-total { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 15px; }
.cart-summary p { margin: 9px 0 18px; color: var(--muted); font-size: 11px; }

dialog { padding: 0; border: 0; border-radius: var(--radius); box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(4, 10, 12, 0.62); }
.product-dialog { width: min(1040px, calc(100% - 32px)); max-height: min(820px, calc(100svh - 32px)); overflow: auto; }
.dialog-close { position: absolute; top: 12px; right: 12px; z-index: 2; border-radius: 50%; background: var(--white); }
.product-dialog-layout { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; }
.dialog-product-media { display: grid; place-items: center; min-height: 620px; padding: 36px; background: #edf1f0; }
.dialog-product-media img { width: 100%; max-height: 520px; object-fit: contain; }
.dialog-product-copy { padding: 62px 52px 44px; }
.dialog-product-copy h2, .checkout-form h2, .order-confirmation h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 34px; line-height: 1.12; }
.dialog-price { margin: 22px 0 0; font-size: 21px; font-weight: 800; }
.dialog-description { margin: 16px 0; color: var(--muted); line-height: 1.7; }
.dialog-features { display: grid; gap: 7px; margin: 18px 0 24px; padding: 0; list-style: none; font-size: 13px; }
.dialog-features li::before { content: "✓"; margin-right: 9px; color: var(--green); font-weight: 900; }
.variant-picker { margin: 0; padding: 0; border: 0; }
.variant-picker legend { margin-bottom: 10px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.variant-picker > div { display: flex; flex-wrap: wrap; gap: 8px; }
.variant-option input { position: absolute; opacity: 0; }
.variant-option span { min-height: 38px; display: inline-flex; align-items: center; padding: 0 12px; border: 1px solid var(--line); border-radius: 4px; font-size: 12px; font-weight: 700; }
.variant-option input:checked + span { border-color: var(--ocean); background: var(--ocean); color: var(--white); }
.purchase-row { display: grid; grid-template-columns: 140px 1fr; gap: 10px; margin-top: 24px; }
.catalog-status { display: flex; align-items: flex-start; gap: 9px; margin: 22px 0 0; padding: 12px 14px; border-left: 3px solid var(--ocean-bright); background: #edf4f3; color: var(--muted); font-size: 12px; line-height: 1.5; }
.catalog-status svg { width: 18px; flex: 0 0 auto; color: var(--ocean-bright); }
.quantity-picker { height: 48px; display: grid; grid-template-columns: 44px 1fr 44px; border: 1px solid var(--line); border-radius: 4px; }
.quantity-picker button { display: grid; place-items: center; padding: 0; border: 0; background: transparent; }
.quantity-picker button svg { width: 14px; }
.quantity-picker input { width: 100%; border: 0; text-align: center; -moz-appearance: textfield; }
.quantity-picker input::-webkit-outer-spin-button, .quantity-picker input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.dialog-delivery { display: flex; gap: 8px; margin: 16px 0 0; color: var(--muted); font-size: 12px; }
.dialog-link-row { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 12px; }
.dialog-support-link, .dialog-details-link { min-height: 36px; display: inline-flex; align-items: center; gap: 7px; color: var(--ocean); font-size: 12px; font-weight: 800; }
.dialog-support-link[hidden] { display: none; }
.dialog-support-link svg, .dialog-details-link svg { width: 15px; }

.search-dialog { width: min(680px, calc(100% - 32px)); padding: 18px; }
.search-form { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; padding-left: 12px; border: 1px solid var(--line); }
.search-form input { min-width: 0; height: 54px; border: 0; outline: 0; }
.search-suggestions { display: flex; flex-wrap: wrap; gap: 8px; padding: 16px 2px 2px; }
.search-suggestions span { width: 100%; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.search-suggestions button { padding: 7px 10px; border: 1px solid var(--line); border-radius: 3px; background: var(--white); font-size: 12px; }

.market-dialog { width: min(520px, calc(100% - 32px)); }
.market-form { padding: 46px 40px 38px; }
.market-form h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 34px; line-height: 1.12; }
.market-form > p:not(.eyebrow) { margin: 12px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.market-form label { display: grid; gap: 6px; color: var(--muted); font-size: 11px; font-weight: 800; }
.market-form select { width: 100%; height: 46px; padding: 0 12px; border: 1px solid var(--line); border-radius: 3px; background: var(--white); color: var(--ink); font-size: 14px; }
.market-preview { min-height: 68px; display: grid; gap: 3px; align-content: center; margin: 14px 0 20px; padding: 12px 14px; border-left: 3px solid var(--green); background: #edf4f0; }
.market-preview strong { font-size: 13px; }
.market-preview small { color: var(--muted); font-size: 11px; }

.checkout-dialog { width: min(620px, calc(100% - 32px)); max-height: calc(100svh - 32px); overflow: auto; }
.checkout-form { padding: 50px; }
.checkout-form[hidden] { display: none; }
.demo-privacy-note { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; padding: 12px 14px; border-left: 3px solid var(--amber-dark); background: #fff7e7; }
.demo-privacy-note svg { width: 19px; flex: 0 0 auto; color: var(--amber-dark); }
.demo-privacy-note span { display: grid; gap: 2px; }
.demo-privacy-note strong { font-size: 12px; }
.demo-privacy-note small { color: var(--muted); font-size: 11px; line-height: 1.45; }
.checkout-destination { display: grid; gap: 8px; margin-top: 24px; }
.checkout-destination label { display: grid; gap: 6px; color: var(--ink); font-size: 12px; font-weight: 800; }
.checkout-destination select { width: 100%; height: 46px; padding: 0 12px; border: 1px solid var(--line); border-radius: 3px; background: var(--white); color: var(--ink); font-size: 14px; }
.checkout-destination > small { color: var(--muted); font-size: 11px; line-height: 1.5; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 26px; }
.form-grid label { display: grid; gap: 5px; color: var(--muted); font-size: 11px; font-weight: 750; }
.form-grid input, .form-grid select { width: 100%; height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: 3px; background: var(--white); color: var(--ink); font-size: 14px; }
.field-full { grid-column: 1 / -1; }
.checkout-breakdown { display: grid; gap: 9px; margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); }
.checkout-breakdown > div { display: flex; justify-content: space-between; gap: 18px; font-size: 13px; }
.checkout-breakdown > div > span { min-width: 0; }
.checkout-breakdown > div > strong { flex: 0 0 auto; }
.checkout-breakdown .checkout-total { margin-top: 5px; padding-top: 13px; border-top: 1px solid var(--line); font-size: 16px; }
.checkout-tax-note { margin: 10px 0 18px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.checkout-delivery { display: flex; align-items: center; gap: 8px; margin: 0 0 18px; color: var(--muted); font-size: 12px; }
.checkout-delivery svg { width: 17px; flex: 0 0 auto; }
.order-confirmation { min-height: 520px; display: grid; place-items: center; align-content: center; gap: 14px; padding: 50px; text-align: center; }
.order-confirmation[hidden] { display: none; }
.order-confirmation > svg { width: 50px; height: 50px; color: var(--green); }
.order-confirmation p { margin: 0; color: var(--muted); }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 1000; max-width: min(420px, calc(100% - 32px)); padding: 12px 16px; border-radius: 4px; background: var(--ink); color: var(--white); font-size: 13px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 16px); transition: opacity 160ms ease, transform 160ms ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: auto 1fr auto; gap: 14px; }
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 12px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .trust-grid > div:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .world-grid { grid-template-columns: 1fr 1fr; }
  .world { min-height: 330px; }
  .scene-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .scene-card-featured { grid-column: 1 / -1; grid-row: auto; min-height: 520px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-blog-grid { grid-template-columns: 1fr 1fr; }
  .home-blog-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.25fr 0.75fr; }
  .home-blog-grid .home-blog-featured > a:first-child { aspect-ratio: 16 / 9; }
  .home-blog-featured > div { display: flex; flex-direction: column; justify-content: center; }
  .spotlight-section { grid-template-columns: 1fr; }
  .spotlight-media { min-height: 520px; }
  .create-inner, .gift-layout, .support-layout { grid-template-columns: 1fr; }
  .gift-result { min-height: 500px; }
  .support-layout > .button, .support-actions { grid-column: 1; }
  .footer-grid { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 760px) {
  .desktop-nav { display: none; }
  .mobile-menu-button { display: inline-flex; }
  .mobile-nav { display: none; padding: 8px 20px 18px; border-top: 1px solid var(--line); }
  .mobile-nav.is-open { display: grid; }
  .mobile-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
  .mobile-nav a[aria-current="page"] { color: var(--ocean); font-weight: 850; }
}

@media (max-width: 680px) {
  .page-width, .header-inner { width: min(calc(100% - 28px), var(--page)); }
  .announcement { min-height: 38px; padding-left: 32px; font-size: 11px; }
  .header-inner { min-height: 64px; }
  .brand-name { font-size: 24px; }
  .brand-market { display: none; }
  .header-actions { gap: 0; }
  .icon-button, .cart-button { width: 44px; height: 44px; }
  .hero { min-height: 600px; height: calc(100svh - 206px); max-height: 650px; align-items: flex-end; background-position: 58% center; }
  .hero-overlay { background: rgba(3, 11, 14, 0.58); }
  .hero-content { padding-block: 70px 44px; }
  .hero h1 { max-width: 520px; font-size: 42px; line-height: 1.04; }
  .hero-copy { margin-top: 18px; font-size: 15px; }
  .hero-actions { margin-top: 24px; }
  .hero-actions .button { flex: 1 1 100%; }
  .hero-facts { gap: 10px 16px; margin-top: 22px; font-size: 11px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:first-child, .trust-grid > div:nth-child(3) { min-height: 78px; border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .worlds-section { padding-top: 62px; }
  .worlds-heading { display: block; margin-bottom: 26px; }
  .worlds-heading h2 { font-size: 34px; }
  .world-grid { grid-template-columns: 1fr; }
  .world { min-height: 290px; padding: 26px 22px; }
  .scene-section, .catalog-section, .support-section, .create-section, .gift-section, .home-blog-section { padding-block: 62px; }
  .section-heading-row, .catalog-toolbar { grid-template-columns: 1fr; gap: 20px; }
  .section-heading-row h2, .catalog-toolbar h2, .spotlight-content h2, .create-copy h2, .support-layout > div:first-child h2 { font-size: 34px; }
  .scene-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .scene-card, .scene-card-featured { grid-column: auto; min-height: 460px; }
  .scene-card-copy, .scene-card-featured .scene-card-copy { padding: 24px 20px; }
  .scene-card h3, .scene-card-featured h3 { font-size: 34px; }
  .scene-card-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
  .scene-card-actions { width: 100%; }
  .scene-card-actions .button { flex: 1; }
  .catalog-controls { justify-content: space-between; }
  .concept-data-note { grid-template-columns: auto 1fr; margin-top: 0; }
  .concept-data-note a { grid-column: 2; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 28px 10px; }
  .product-info { grid-template-columns: 1fr; gap: 4px; }
  .product-price, .product-scene, .product-identity { grid-column: 1; }
  .product-name-button { min-height: 45px; font-size: 16px; }
  .product-price { font-size: 13px; }
  .home-blog-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .home-blog-featured { grid-column: auto; display: block; }
  .home-blog-grid .home-blog-featured > a:first-child, .home-blog-grid article > a:first-child { aspect-ratio: 16 / 10; }
  .home-blog-grid article > div { padding: 22px 20px; }
  .home-blog-featured h3, .home-blog-grid h3 { font-size: 25px; }
  .home-blog-all { justify-content: stretch; }
  .home-blog-all .button { width: 100%; }
  .spotlight-section { min-height: 0; }
  .spotlight-media { min-height: 390px; }
  .spotlight-content { padding: 58px 20px 64px; }
  .create-inner { gap: 32px; }
  .create-workflow { grid-template-columns: 1fr; }
  .create-workflow > div { min-height: 174px; }
  .gift-layout { gap: 34px; }
  .gift-intro h2 { font-size: 34px; }
  .gift-controls { grid-template-columns: 1fr; }
  .gift-result { min-height: 0; grid-template-columns: 1fr; }
  .gift-result-media { min-height: 340px; }
  .gift-result-copy { padding: 30px 22px; }
  .support-layout { gap: 34px; }
  .support-steps { grid-template-columns: 1fr; }
  .support-steps article, .support-steps article:first-child { min-height: 0; padding: 20px 0; border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .support-steps h3 { margin-top: 14px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid a, .footer-market-change, .footer-legal a { min-height: 44px; display: inline-flex; align-items: center; }
  .footer-legal a { padding-inline: 8px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
  .footer-legal { justify-content: flex-start; }
  .product-dialog-layout { grid-template-columns: 1fr; }
  .dialog-product-media { min-height: 340px; padding: 34px; }
  .dialog-product-media img { max-height: 300px; }
  .dialog-product-copy { padding: 36px 22px 28px; }
  .purchase-row { grid-template-columns: 140px 1fr; }
  .market-form { padding: 44px 20px 24px; }
  .checkout-form { padding: 46px 20px 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: 1; }
}

@media (max-width: 480px) {
  .announcement { align-items: flex-start; flex-direction: column; gap: 2px; padding-block: 7px; padding-right: 48px; }
  .announcement-change { min-height: 44px; }
  .product-grid { grid-template-columns: 1fr; gap: 34px; }
  .product-name-button { min-height: 44px; }
  .purchase-row { grid-template-columns: 1fr; }
  .quantity-picker { width: 140px; }
}

@media (max-width: 680px) and (max-height: 740px) {
  .hero { min-height: 520px; height: calc(100svh - 147px); }
  .hero-content { padding-block: 38px 28px; }
  .hero h1 { font-size: 36px; }
  .hero-copy { line-height: 1.5; }
  .hero-actions { margin-top: 18px; }
  .hero-facts { margin-top: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
