:root {
  color-scheme: light;
  --ink: #171512;
  --ink-soft: #565047;
  --black: #0c0b0a;
  --black-2: #151310;
  --gold: #d7a24e;
  --gold-2: #efc373;
  --gold-soft: #f6ead4;
  --cream: #f7f3ed;
  --paper: #fffdf9;
  --line: #e9e1d6;
  --green: #2a8a57;
  --shadow: 0 22px 60px rgba(47, 35, 19, .12);
  --shadow-soft: 0 12px 34px rgba(47, 35, 19, .08);
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shell: 1440px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-size: 15px; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
svg { display: block; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; border-radius: 10px; background: #fff; color: #111; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
.desktop-shell { width: min(var(--shell), calc(100% - 64px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 100; height: 74px; color: #fff; background: rgba(11,10,9,.96); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.header-row { height: 74px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-symbol { width: 42px; height: 42px; color: var(--gold-2); display: grid; place-items: center; }
.brand-symbol svg { width: 40px; height: 40px; }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-size: 17px; letter-spacing: .01em; }
.brand-copy small { font-size: 10px; color: rgba(255,255,255,.62); letter-spacing: .14em; }
.main-nav { display: flex; align-items: stretch; height: 74px; gap: 28px; margin-left: auto; }
.main-nav a { position: relative; display: flex; align-items: center; color: rgba(255,255,255,.74); font-weight: 600; font-size: 14px; white-space: nowrap; transition: color .2s; }
.main-nav a:hover, .main-nav a.is-active { color: #fff; }
.main-nav a.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; border-radius: 3px 3px 0 0; background: linear-gradient(90deg,var(--gold),var(--gold-2)); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.search-button { height: 40px; display: inline-flex; align-items: center; gap: 8px; padding: 0 13px; color: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.04); cursor: pointer; }
.search-button svg { width: 17px; height: 17px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 12px; font-weight: 700; transition: transform .2s, filter .2s, box-shadow .2s; }
.button:hover { transform: translateY(-1px); filter: brightness(1.03); }
.button svg { width: 20px; height: 20px; }
.button-small { height: 40px; padding: 0 18px; font-size: 14px; }
.button-large { min-height: 52px; padding: 0 24px; font-size: 15px; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.24); background: transparent; }
.button-gold { color: #17120c; background: linear-gradient(135deg,var(--gold-2),var(--gold)); box-shadow: 0 10px 28px rgba(215,162,78,.22); }
.button-dark { color: #fff; border-color: rgba(255,255,255,.24); background: rgba(0,0,0,.2); }
.hero { position: relative; color: #fff; background: radial-gradient(circle at 54% 22%,#3c2a17 0,#17110a 38%,#080706 76%); padding: 30px 0 0; overflow: hidden; }
.hero::before { content:""; position:absolute; inset:0; pointer-events:none; background: linear-gradient(90deg,rgba(0,0,0,.38),transparent 38%,transparent 70%,rgba(0,0,0,.15)); }
.hero-grid { position: relative; min-height: 550px; display: grid; grid-template-columns: minmax(390px, .9fr) minmax(390px, .95fr) minmax(330px, .72fr); gap: 26px; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: 42px 0 86px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 800; letter-spacing: .16em; color: #e9c98e; }
.eyebrow span { width: 30px; height: 1px; background: var(--gold); }
.hero h1 { margin: 20px 0 18px; font-size: clamp(48px,4.25vw,72px); line-height: 1.08; letter-spacing: -.05em; font-weight: 780; }
.hero h1 em { color: var(--gold-2); font-style: normal; }
.hero-lead { max-width: 570px; margin: 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.85; }
.hero-actions { display: flex; gap: 14px; margin-top: 30px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; color: rgba(255,255,255,.68); font-size: 13px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(215,162,78,.12); }
.hero-photo-wrap { position: relative; align-self: stretch; min-height: 520px; overflow: hidden; border-radius: 0; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; }
.hero-photo-shade { position: absolute; inset: 0; background: linear-gradient(90deg,#0d0906 0,rgba(13,9,6,.1) 24%,transparent 70%,rgba(13,9,6,.2)),linear-gradient(0deg,rgba(0,0,0,.28),transparent 46%); }
.hero-caption { position: absolute; left: 24px; bottom: 36px; display: flex; align-items: center; gap: 12px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(11,9,7,.58); backdrop-filter: blur(14px); }
.caption-icon { width: 38px; height: 38px; display:grid; place-items:center; border-radius:12px; color:var(--gold-2); background:rgba(215,162,78,.12); }
.caption-icon svg { width: 22px; height: 22px; }
.hero-caption div { display:grid; gap:2px; }
.hero-caption strong { font-size: 14px; }
.hero-caption small { color:rgba(255,255,255,.6); font-size: 11px; }
.hero-panel { position: relative; z-index: 3; padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(13,13,12,.74); box-shadow: 0 24px 70px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
.panel-head { display:flex; align-items:end; justify-content:space-between; padding:4px 3px 14px; border-bottom:1px solid rgba(255,255,255,.08); }
.panel-head span { font-size:9px; letter-spacing:.16em; color:var(--gold-2); }
.panel-head h2 { margin:4px 0 0; font-size:20px; }
.panel-head a { color:rgba(255,255,255,.58); font-size:12px; }
.quick-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:8px; padding:14px 0; }
.quick-grid a { min-height:96px; padding:14px; display:grid; grid-template-columns:38px 1fr; align-content:center; column-gap:10px; border:1px solid rgba(255,255,255,.07); border-radius:14px; background:rgba(255,255,255,.035); transition:.2s; }
.quick-grid a:hover { transform:translateY(-2px); border-color:rgba(215,162,78,.35); background:rgba(215,162,78,.08); }
.quick-icon { grid-row:1/3; width:38px; height:38px; display:grid; place-items:center; border-radius:12px; color:var(--gold-2); background:rgba(215,162,78,.12); }
.quick-icon svg { width:20px; height:20px; }
.quick-grid strong { align-self:end; font-size:13px; }
.quick-grid small { align-self:start; margin-top:4px; color:rgba(255,255,255,.48); font-size:10px; }
.new-user-card { display:grid; grid-template-columns:42px 1fr auto; align-items:center; gap:11px; margin-top:4px; padding:13px; border-radius:14px; color:#2b2115; background:linear-gradient(135deg,#fff8eb,#ebc982); }
.gift-icon { width:42px; height:42px; display:grid; place-items:center; color:#9c6d25; }
.gift-icon svg { width:30px; height:30px; }
.new-user-card div { display:grid; gap:3px; }
.new-user-card strong { font-size:13px; }
.new-user-card small { font-size:10px; color:#786044; }
.new-user-card a { padding:9px 12px; border-radius:9px; color:#fff; background:#8f6428; font-size:11px; font-weight:700; }
.search-strip { position: relative; z-index: 5; transform: translateY(28px); height:76px; display:grid; grid-template-columns:1fr 1fr 220px; max-width:980px; margin-left:auto; margin-right:auto; color:var(--ink); background:#fff; border-radius:18px; box-shadow:var(--shadow); overflow:hidden; }
.search-field { position:relative; padding:15px 22px; display:grid; gap:3px; border-right:1px solid var(--line); }
.search-field label { color:#9a8e7e; font-size:10px; letter-spacing:.08em; }
.search-field select { width:100%; border:0; outline:0; appearance:none; color:#2c2822; background:transparent; font-weight:650; cursor:pointer; }
.search-submit { border:0; display:flex; align-items:center; justify-content:center; gap:12px; color:#251b0e; background:linear-gradient(135deg,var(--gold-2),var(--gold)); font-weight:800; cursor:pointer; }
.search-submit svg { width:20px; height:20px; }
.section { padding: 90px 0; }
.section-light { background:#fff; }
.section-cream { background:var(--cream); }
.section-dark { color:#fff; background:linear-gradient(145deg,#0e0d0b,#1b1712); }
.section-heading { display:grid; grid-template-columns:1fr 1fr auto; align-items:end; gap:34px; margin-bottom:30px; }
.section-heading.compact { margin-bottom:26px; }
.section-kicker { display:block; margin-bottom:8px; color:#a77b36; font-size:11px; font-weight:800; letter-spacing:.17em; }
.section-kicker.gold { color:var(--gold-2); }
.section-heading h2, .ai-copy h2 { margin:0; font-size:38px; line-height:1.16; letter-spacing:-.035em; }
.section-heading p { margin:0; max-width:560px; color:#71695f; line-height:1.75; }
.section-link { color:#8b642b; font-weight:700; white-space:nowrap; }
.section-link span { margin-left:8px; }
.service-layout { display:grid; grid-template-columns:minmax(380px,.85fr) minmax(500px,1.15fr); gap:22px; }
.service-list { border:1px solid var(--line); border-radius:var(--radius-lg); overflow:hidden; background:#fff; box-shadow:var(--shadow-soft); }
.service-list a { min-height:105px; display:grid; grid-template-columns:48px 1fr auto 18px; align-items:center; gap:15px; padding:0 22px; border-bottom:1px solid var(--line); transition:.2s; }
.service-list a:last-child { border-bottom:0; }
.service-list a:hover { background:#fcf7ee; }
.service-icon { width:44px; height:44px; display:grid; place-items:center; border-radius:13px; color:#8b642b; background:var(--gold-soft); font-size:11px; font-weight:800; }
.service-list div { display:grid; gap:6px; }
.service-list strong { font-size:16px; }
.service-list small { color:#8b8379; }
.service-list b { color:#b37b2c; font-size:13px; }
.service-list a>span:last-child { color:#b6aa9b; font-size:24px; }
.service-feature { min-height:440px; position:relative; overflow:hidden; border-radius:var(--radius-lg); box-shadow:var(--shadow); }
.service-feature img { width:100%; height:100%; object-fit:cover; object-position:center 38%; }
.service-feature::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(12,9,6,.76),rgba(12,9,6,.06) 64%); }
.service-feature-overlay { position:absolute; z-index:2; left:34px; bottom:34px; max-width:350px; color:#fff; }
.service-feature-overlay span { color:var(--gold-2); font-size:11px; letter-spacing:.16em; font-weight:800; }
.service-feature-overlay h3 { margin:10px 0 10px; font-size:32px; }
.service-feature-overlay p { margin:0; color:rgba(255,255,255,.72); line-height:1.7; }
.service-feature-overlay a { display:inline-flex; margin-top:18px; padding:11px 16px; border:1px solid rgba(255,255,255,.3); border-radius:10px; font-weight:700; }
.look-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.look-card { overflow:hidden; border:1px solid #e5dccf; border-radius:20px; background:#fff; box-shadow:var(--shadow-soft); transition:.22s; }
.look-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }
.look-image { position:relative; aspect-ratio:1/1; overflow:hidden; }
.look-image img { width:100%; height:100%; object-fit:cover; transition:transform .5s; }
.look-card:hover img { transform:scale(1.035); }
.badge { position:absolute; left:12px; top:12px; padding:6px 9px; border-radius:8px; color:#fff; background:rgba(140,91,28,.88); font-size:10px; font-weight:800; }
.look-image button { position:absolute; right:12px; top:12px; width:36px; height:36px; border:0; border-radius:50%; color:#fff; background:rgba(0,0,0,.35); backdrop-filter:blur(8px); cursor:pointer; font-size:21px; }
.look-copy { min-height:86px; padding:16px; display:flex; align-items:center; justify-content:space-between; gap:12px; }
.look-copy div { display:grid; gap:5px; }
.look-copy strong { font-size:15px; }
.look-copy small { color:#92877a; font-size:11px; }
.look-copy>span { color:#b77928; font-weight:800; }
.ai-grid { display:grid; grid-template-columns:minmax(460px,.95fr) minmax(440px,1.05fr); gap:72px; align-items:center; }
.ai-photo { position:relative; min-height:580px; border-radius:30px; overflow:hidden; box-shadow:0 35px 90px rgba(0,0,0,.35); }
.ai-photo img { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; }
.ai-photo::after { content:""; position:absolute; inset:0; border:1px solid rgba(255,255,255,.14); border-radius:inherit; box-shadow:inset 0 0 80px rgba(0,0,0,.25); }
.scan-line { position:absolute; z-index:2; left:9%; right:9%; top:50%; height:1px; background:linear-gradient(90deg,transparent,var(--gold-2),transparent); box-shadow:0 0 20px var(--gold); animation:scan 4s ease-in-out infinite; }
@keyframes scan { 0%,100%{top:18%;opacity:.35}50%{top:82%;opacity:1} }
.ai-label { position:absolute; z-index:3; padding:12px 15px; border:1px solid rgba(255,255,255,.18); border-radius:13px; color:rgba(255,255,255,.75); background:rgba(12,10,8,.62); backdrop-filter:blur(14px); font-size:11px; }
.ai-label strong { display:block; margin-top:3px; color:#fff; font-size:14px; }
.label-one { left:24px; top:24px; }
.label-two { right:24px; bottom:24px; }
.ai-copy h2 { margin-top:10px; font-size:45px; }
.ai-copy>p { margin:20px 0 28px; color:rgba(255,255,255,.63); line-height:1.85; font-size:16px; }
.ai-copy ul { list-style:none; margin:0; padding:0; display:grid; gap:12px; }
.ai-copy li { display:grid; grid-template-columns:44px 1fr; align-items:center; gap:14px; padding:15px; border:1px solid rgba(255,255,255,.09); border-radius:15px; background:rgba(255,255,255,.035); }
.ai-copy li>span { width:40px; height:40px; display:grid; place-items:center; border-radius:12px; color:var(--gold-2); background:rgba(215,162,78,.11); font-size:11px; font-weight:800; }
.ai-copy li div { display:grid; gap:4px; }
.ai-copy li strong { font-size:14px; }
.ai-copy li small { color:rgba(255,255,255,.5); }
.ai-buttons { display:flex; align-items:center; gap:22px; margin-top:26px; }
.text-link { color:var(--gold-2); font-weight:700; }
.store-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.store-card { overflow:hidden; border:1px solid var(--line); border-radius:22px; background:#fff; box-shadow:var(--shadow-soft); }
.store-photo { height:210px; position:relative; overflow:hidden; background:#ddd; }
.store-photo img { width:100%; height:100%; object-fit:cover; transition:transform .5s; }
.store-card:hover .store-photo img { transform:scale(1.04); }
.store-photo span { position:absolute; right:12px; bottom:12px; padding:7px 9px; border-radius:8px; color:#fff; background:rgba(0,0,0,.6); font-size:10px; }
.store-body { padding:18px; }
.store-title { display:flex; align-items:start; justify-content:space-between; gap:12px; }
.store-title h3 { margin:0; font-size:17px; }
.store-title span { flex:0 0 auto; padding:5px 8px; border-radius:999px; color:var(--green); background:#e7f5ed; font-size:9px; font-weight:800; }
.store-body>p { margin:8px 0 12px; color:#8e857a; font-size:12px; }
.rating { display:flex; align-items:center; gap:8px; }
.rating b { font-size:14px; }
.rating span { color:#d49a40; letter-spacing:.08em; font-size:11px; }
.rating small { color:#999086; }
.store-footer { display:flex; align-items:center; justify-content:space-between; margin-top:15px; padding-top:14px; border-top:1px solid var(--line); }
.store-footer small { color:#7c746b; }
.store-footer a { padding:8px 14px; border-radius:9px; color:#fff; background:#1b1814; font-size:11px; font-weight:700; }
.membership { padding:36px 0; color:#fff; background:linear-gradient(115deg,#0c0b0a,#21180f 58%,#0e0c09); }
.membership-inner { min-height:140px; display:grid; grid-template-columns:110px 1.2fr 1fr auto; align-items:center; gap:28px; }
.membership-mark { width:96px; height:96px; display:grid; place-items:center; border:1px solid rgba(239,195,115,.35); border-radius:50%; color:var(--gold-2); background:radial-gradient(circle,rgba(215,162,78,.18),transparent 65%); font-family:Georgia,serif; font-size:25px; font-weight:800; }
.membership-copy>span { color:var(--gold-2); font-size:10px; font-weight:800; letter-spacing:.16em; }
.membership-copy h2 { margin:7px 0 7px; font-size:28px; }
.membership-copy p { margin:0; color:rgba(255,255,255,.55); }
.membership-benefits { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.membership-benefits span { display:flex; align-items:center; gap:7px; color:rgba(255,255,255,.72); font-size:12px; }
.membership-benefits i { width:21px; height:21px; display:grid; place-items:center; border-radius:50%; color:#21170c; background:var(--gold-2); font-style:normal; font-size:11px; }
.stats { color:#fff; background:#090807; }
.stats-grid { display:grid; grid-template-columns:repeat(5,1fr); padding:30px 0; }
.stats-grid div { min-height:62px; display:grid; align-content:center; justify-content:center; gap:4px; border-right:1px solid rgba(255,255,255,.09); text-align:center; }
.stats-grid div:last-child { border-right:0; }
.stats-grid strong { color:var(--gold-2); font-size:25px; }
.stats-grid span { color:rgba(255,255,255,.48); font-size:11px; }
.site-footer { padding:58px 0 20px; color:#d7d0c8; background:#11100e; }
.footer-grid { display:grid; grid-template-columns:1.7fr repeat(3,.75fr); gap:50px; }
.footer-brand p { max-width:430px; color:#7e7770; line-height:1.75; }
.footer-grid>div:not(.footer-brand) { display:grid; align-content:start; gap:11px; }
.footer-grid h3 { margin:2px 0 7px; color:#fff; font-size:14px; }
.footer-grid>div:not(.footer-brand) a { color:#8d857d; font-size:12px; }
.footer-grid a:hover { color:var(--gold-2); }
.footer-bottom { margin-top:42px; padding-top:20px; display:flex; justify-content:space-between; border-top:1px solid rgba(255,255,255,.08); color:#6d6660; font-size:11px; }
.search-modal[hidden] { display:none; }
.search-modal { position:fixed; inset:0; z-index:300; display:grid; place-items:start center; padding-top:110px; }
.search-backdrop { position:absolute; inset:0; border:0; background:rgba(0,0,0,.68); backdrop-filter:blur(9px); }
.search-dialog { position:relative; width:min(760px,calc(100% - 32px)); padding:28px; border:1px solid rgba(255,255,255,.12); border-radius:24px; color:#fff; background:#171512; box-shadow:0 30px 100px rgba(0,0,0,.55); }
.search-dialog-head { display:flex; align-items:start; justify-content:space-between; }
.search-dialog-head span { color:var(--gold-2); font-size:10px; letter-spacing:.15em; }
.search-dialog-head h2 { margin:5px 0 0; font-size:25px; }
.search-dialog-head button { width:40px; height:40px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.15); border-radius:12px; color:#fff; background:transparent; cursor:pointer; }
.search-dialog-head svg { width:20px; height:20px; }
#globalSearchForm { display:grid; grid-template-columns:1fr 110px; gap:10px; margin-top:22px; }
#globalSearchForm input { height:52px; padding:0 17px; border:1px solid rgba(255,255,255,.14); border-radius:13px; outline:none; color:#fff; background:rgba(255,255,255,.06); }
#globalSearchForm input:focus { border-color:var(--gold); }
#globalSearchForm button { border:0; border-radius:13px; color:#23190e; background:linear-gradient(135deg,var(--gold-2),var(--gold)); font-weight:800; cursor:pointer; }
.search-suggestions { display:flex; flex-wrap:wrap; align-items:center; gap:9px; margin-top:16px; }
.search-suggestions>span { color:rgba(255,255,255,.45); font-size:11px; }
.search-suggestions button { padding:8px 11px; border:1px solid rgba(255,255,255,.11); border-radius:999px; color:rgba(255,255,255,.72); background:rgba(255,255,255,.04); cursor:pointer; font-size:11px; }
.mobile-nav { display:none; }
@media (max-width: 1260px) {
  .desktop-shell { width:min(var(--shell),calc(100% - 36px)); }
  .main-nav { gap:18px; }
  .main-nav a { font-size:13px; }
  .hero-grid { grid-template-columns:minmax(340px,.88fr) minmax(360px,.92fr) minmax(310px,.75fr); gap:16px; }
  .hero h1 { font-size:54px; }
  .quick-grid a { padding:11px; }
}
@media (max-width: 1080px) {
  .main-nav { display:none; }
  .header-actions { margin-left:auto; }
  .hero-grid { grid-template-columns:1fr 1fr; }
  .hero-panel { grid-column:1/-1; display:grid; grid-template-columns:1fr 280px; gap:18px; margin-bottom:70px; }
  .panel-head { grid-column:1/-1; }
  .quick-grid { grid-template-columns:repeat(3,1fr); }
  .new-user-card { align-self:center; }
  .service-layout { grid-template-columns:1fr; }
  .service-feature { min-height:500px; }
  .look-grid { grid-template-columns:repeat(2,1fr); }
  .ai-grid { gap:38px; }
  .membership-inner { grid-template-columns:90px 1fr auto; }
  .membership-benefits { grid-column:2/3; }
  .footer-grid { grid-template-columns:1.4fr repeat(3,1fr); gap:28px; }
}
@media (max-width: 780px) {
  body { padding-bottom:76px; }
  .desktop-shell { width:calc(100% - 24px); }
  .site-header, .header-row { height:64px; }
  .brand-symbol { width:36px; height:36px; }
  .brand-symbol svg { width:34px; height:34px; }
  .brand-copy strong { font-size:15px; }
  .brand-copy small { display:none; }
  .header-actions .search-button span, .header-actions .button { display:none; }
  .search-button { width:40px; padding:0; justify-content:center; }
  .hero { padding-top:0; }
  .hero-grid { display:block; min-height:auto; }
  .hero-copy { padding:50px 4px 28px; }
  .hero h1 { font-size:45px; }
  .hero-lead { font-size:15px; }
  .hero-actions { display:grid; grid-template-columns:1fr 1fr; }
  .button-large { padding:0 13px; }
  .hero-proof { gap:12px; font-size:11px; }
  .hero-photo-wrap { min-height:430px; margin:0 -12px; }
  .hero-panel { display:block; margin:14px 0 66px; }
  .quick-grid { grid-template-columns:repeat(2,1fr); }
  .search-strip { width:calc(100% - 24px); height:auto; grid-template-columns:1fr; transform:translateY(25px); border-radius:17px; }
  .search-field { border-right:0; border-bottom:1px solid var(--line); }
  .search-submit { min-height:56px; }
  .section { padding:68px 0; }
  .section-heading { display:block; }
  .section-heading p { margin-top:10px; }
  .section-link { display:inline-flex; margin-top:14px; }
  .section-heading h2, .ai-copy h2 { font-size:32px; }
  .service-list a { grid-template-columns:44px 1fr auto; padding:0 15px; }
  .service-list a>span:last-child { display:none; }
  .service-feature { min-height:430px; }
  .look-grid { grid-template-columns:1fr 1fr; gap:12px; }
  .look-copy { display:grid; }
  .ai-grid { grid-template-columns:1fr; }
  .ai-photo { min-height:490px; }
  .ai-copy h2 { font-size:36px; }
  .store-grid { grid-template-columns:1fr; }
  .membership-inner { display:block; padding:8px 0; text-align:center; }
  .membership-mark { margin:0 auto 18px; }
  .membership-benefits { margin:20px 0; }
  .stats-grid { grid-template-columns:repeat(2,1fr); }
  .stats-grid div { border-bottom:1px solid rgba(255,255,255,.08); }
  .stats-grid div:nth-child(2n) { border-right:0; }
  .stats-grid div:last-child { grid-column:1/-1; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
  .footer-bottom { display:grid; gap:7px; }
  .mobile-nav { position:fixed; z-index:180; left:8px; right:8px; bottom:max(8px,env(safe-area-inset-bottom)); display:grid; grid-template-columns:repeat(5,1fr); padding:7px; border:1px solid rgba(255,255,255,.13); border-radius:19px; color:#c4bdb5; background:rgba(13,12,10,.94); backdrop-filter:blur(18px); box-shadow:0 18px 60px rgba(0,0,0,.42); }
  .mobile-nav a { min-height:48px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:3px; border-radius:13px; font-size:9px; }
  .mobile-nav svg { width:19px; height:19px; }
  .mobile-nav .mobile-ai { color:#20170d; background:linear-gradient(135deg,var(--gold-2),var(--gold)); }
}
@media (max-width: 480px) {
  .hero h1 { font-size:38px; }
  .hero-actions { grid-template-columns:1fr; }
  .look-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-brand { grid-column:auto; }
  .membership-benefits { grid-template-columns:1fr; justify-items:center; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior:auto !important; animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; }
}
