:root {
  --lilac: #d9cde4;
  --lilac-deep: #c7b5d7;
  --navy: #092a59;
  --gold: #d4a64f;
}

.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
body { background: #fff; }
.grain { opacity: .025; }

.promo-bar { height: 28px; padding: 0 20px; display: flex; align-items: center; justify-content: center; gap: 20px; background: #090909; color: #fff; font-size: 8px; letter-spacing: .13em; position: relative; z-index: 35; }
.promo-bar i { font-style: normal; opacity: .55; }
.site-header { top: 28px; height: 76px; position: absolute; grid-template-columns: 1fr auto 1fr; padding: 0 4.5vw; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(20,20,20,.08); backdrop-filter: blur(12px); }
.brand-logo { width: 190px; height: 60px; display: flex; flex-direction: row; align-items: center; gap: 10px; }
.brand-logo::before, .footer-logo::before, .sub-brand-logo::before { content: ''; flex: 0 0 auto; width: 48px; height: 48px; background-image: url('../brand/anbo-dream-logo.jpg'); background-repeat: no-repeat; background-size: 122px 122px; background-position: center 35%; border-radius:50%; }
.brand-logo::after, .footer-logo::after, .sub-brand-logo::after { content: '安铂卓梦\A ANBO DREAM'; white-space: pre; font-family: var(--cn-serif); font-size: 14px; line-height: 1.25; letter-spacing: .08em; color: var(--navy); }
.brand-logo::after { font-weight: 600; }
.desktop-nav { gap: 24px; font-family: var(--condensed); font-size: 10px; letter-spacing: .08em; }
.desktop-nav i { display: none; }
.header-actions { gap: 8px; }

.hero { height: 700px; min-height: 700px; max-height: none; margin-top: 76px; background: linear-gradient(90deg,#ede7f3 0 52%,#d4c5e2 52% 100%); }
.hero::before { background: radial-gradient(circle at 30% 50%,rgba(255,255,255,.4),transparent 50%); }
.hero-copy { left: 5vw; top: 47%; transform: translateY(-42%); max-width: 43vw; }
.eyebrow { color: #9a3157; font-weight: 700; margin-bottom: 24px; }
.hero h1 { font-family: var(--serif); font-size: clamp(50px,5.2vw,78px); line-height: .99; letter-spacing: -.045em; text-transform: none; }
.hero-en { max-width: 390px; margin: 26px 0 28px; font-family: var(--cn-serif); font-size: 13px; line-height: 1.75; letter-spacing: .03em; }
.outline-button { width: 186px; justify-content: center; gap: 16px; padding: 15px 18px; background: #111; color: white; border-color: #111; font-family: var(--condensed); font-size: 10px; letter-spacing: .1em; }
.outline-button:hover { background: var(--navy); }
.hero-secondary { display: block; width: fit-content; margin-top: 18px; padding-bottom: 4px; border-bottom: 1px solid; font-size: 9px; letter-spacing: .12em; }
.hero-collage { inset: 0 0 0 52%; overflow: hidden; }
.hero-collage::after, .hero-orbit, .hero-number { display: none; }
.hero-image { border-radius: 0; transform: none; box-shadow: 0 18px 45px rgba(44,30,51,.14); }
.hero-bag { inset: 0; width: 100%; height: 100%; }
.hero-bag img { object-fit: contain; object-position: center; background: #f3f3f3; filter: saturate(.84) brightness(1.02); transform: none; }
.hero-watch { width: 28%; height: 36%; left: 3%; top: 56%; border: 10px solid rgba(255,255,255,.78); }
.hero-watch img { object-fit: contain; background: #f5f1ed; }
.hero-shoe { width: 26%; height: 27%; left: 31%; bottom: 5%; border: 8px solid rgba(255,255,255,.75); }
.hero-shoe img { filter: saturate(.72); }
.hero-glasses { width: 25%; height: 24%; right: 3%; bottom: 6%; border: 8px solid rgba(255,255,255,.75); }
.hero-meta { display: none; }

.issue-nav { height: 72px; grid-template-columns: repeat(4,1fr); padding: 0 4vw; background: #fff; }
.issue-nav a { justify-content: center; padding: 0 20px; font-size: 9px; }
.issue-nav em { font-size: 22px; color: var(--ink); }
.section-shell { width: min(1380px,90vw); }
.collection { padding: 62px 0 72px; }
.section-heading, .commerce-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 30px; }
.section-heading p { font-family: var(--condensed); font-size: 9px; line-height: 1; letter-spacing: .13em; color: var(--muted); }
.section-heading h2, .commerce-heading h2 { font-family: var(--serif); font-weight: 400; font-size: 38px; line-height: 1; margin: 10px 0 0; letter-spacing: -.03em; }
.commerce-heading a, .commerce-heading > span { font-size: 8px; letter-spacing: .12em; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-template-rows: auto; gap: 18px; }
.product-card, .product-card:first-child { grid-column: auto; grid-row: auto; height: auto; }
.product-media, .product-card:first-child .product-media { height: auto; aspect-ratio: .86; }
.product-media img { object-fit: cover; }
.product-tag { background: #171717; color: #fff; padding: 5px 8px; }
.quick-add { position: absolute; left: 12px; right: 12px; bottom: 12px; width: calc(100% - 24px); height: 40px; margin: 0; border-radius: 0; border: 1px solid #111; background: rgba(255,255,255,.95); color: #111; opacity: 1; transform: none; font-size: 9px; letter-spacing: .11em; display: flex; align-items: center; justify-content: center; gap: 8px; }
.product-card:first-child .quick-add, .product-card:hover .quick-add { opacity: 1; transform: none; }
.quick-add:hover { background: #111; color: #fff; }
.quick-add span { font-size: 13px; }
.product-info { padding-top: 11px; }
.product-info h3 { font-family: var(--cn-serif); font-size: 13px; }
.product-info p { font-size: 8px; }

.mood { height: 430px; }
.mood-image { inset: 0 0 0 39%; }
.mood-shade { background: linear-gradient(90deg,#35152f 0 43%,rgba(53,21,47,.52) 64%,rgba(30,10,25,.05)); }
.mood-copy { left: 7vw; }
.mood-copy > p { font-size: 58px; margin-bottom: 28px; }
.mood-copy h2 { font-size: 23px; margin-bottom: 24px; }

.category-shop { padding: 66px 0 72px; }
.category-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.category-grid a { position: relative; overflow: hidden; background: #ddd; }
.category-grid figure { aspect-ratio: .82; margin: 0; overflow: hidden; }
.category-grid img { transition: transform .55s ease; }
.category-grid a:hover img { transform: scale(1.04); }
.category-grid span { position: absolute; left: 16px; bottom: 16px; color: white; font-size: 12px; letter-spacing: .12em; text-shadow: 0 1px 8px rgba(0,0,0,.55); }

.archive { background: #f7f4f0; padding: 66px 0 78px; }
.archive-head { display: block; margin-bottom: 32px; }
.archive-head p { font-family: var(--condensed); font-size: 9px; line-height: 1; letter-spacing: .14em; color: var(--muted); }
.archive-head h2 { font-family: var(--serif); font-size: 38px; letter-spacing: -.03em; margin-top: 10px; }
.archive-grid { gap: 50px 18px; }
.archive-card:nth-child(3n+2) { transform: none; }

.editor-notes { padding: 70px 0; }
.notes-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.notes-grid article { min-height: 220px; display: grid; grid-template-columns: 44% 1fr; border: 1px solid var(--line); background: #fff; }
.notes-grid article > img { min-height: 220px; }
.notes-grid article > div { padding: 24px 20px; }
.notes-grid b { font-size: 7px; letter-spacing: .12em; color: var(--muted); }
.notes-grid h3 { font-family: var(--cn-serif); font-size: 17px; font-weight: 400; line-height: 1.45; margin: 22px 0 12px; }
.notes-grid p { font-family: var(--cn-serif); font-size: 10px; line-height: 1.8; color: var(--muted); }

.gift { min-height: 390px; grid-template-columns: .78fr 1.5fr; background: linear-gradient(100deg,#e9e0f1,#d2bfdf); }
.gift-copy { padding: 60px 7vw; }
.gift-copy h2 { font-family: var(--serif); font-size: 42px; line-height: 1.08; }
.gift-still { min-height: 390px; }
.plinth { box-shadow: 0 20px 45px rgba(56,39,32,.16); }
.services { padding: 38px 4vw; }

.signup { min-height: 220px; padding: 55px 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #fff; text-align: center; border-top: 1px solid var(--line); }
.signup h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: 32px; letter-spacing: -.02em; }
.signup p { margin: 12px 0 22px; font-family: var(--cn-serif); font-size: 11px; color: var(--muted); }
.signup form { width: min(620px,90vw); display: grid; grid-template-columns: 1fr 180px; }
.signup input, .signup button { height: 45px; border: 1px solid #222; padding: 0 14px; background: #fff; font-size: 10px; }
.signup input { outline: none; }
.signup button { background: #151515; color: #fff; cursor: pointer; letter-spacing: .1em; }

.site-footer { padding-top: 50px; }
.footer-logo { display: flex; align-items: center; gap: 12px; width: fit-content; }
.footer-logo::before { width: 50px; height: 50px; background-size: 128px 128px; }
.footer-logo::after { color: #f0eadf; font-size: 16px; }
.footer-brand p { margin-top: 22px; }
body[data-lang='en'] .hero-en, body[data-lang='en'] .notes-grid h3, body[data-lang='en'] .notes-grid p, body[data-lang='en'] .signup p { font-family: var(--condensed); }
body[data-lang='en'] .hero h1 { font-size: clamp(47px,4.7vw,72px); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .hero { height: 620px; min-height: 620px; }
  .hero-copy { top: 50%; max-width: 46vw; }
  .hero h1, body[data-lang='en'] .hero h1 { font-size: clamp(42px,5.8vw,56px); }
  .hero-collage { inset: 0 0 0 52%; }
  .hero-bag { inset: 0; }
  .hero-bag img { object-fit: contain; object-position: center; }
  .hero-watch, .hero-shoe, .hero-glasses { display: none; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .notes-grid { grid-template-columns: 1fr; }
  .notes-grid article { grid-template-columns: 34% 1fr; }
}

@media (max-width: 680px) {
  .promo-bar { height: 25px; gap: 8px; padding: 0 8px; font-size: 6px; white-space: nowrap; }
  .promo-bar span:nth-of-type(2), .promo-bar i:nth-of-type(2), .promo-bar span:nth-of-type(3) { display: none; }
  .site-header { top: 25px; height: 67px; padding: 0 14px; }
  .brand-logo { width: 150px; height: 54px; gap: 6px; }
  .brand-logo::before { width: 40px; height: 40px; background-size: 102px 102px; }
  .brand-logo::after { font-size: 12px; }
  .hero { margin-top: 67px; height: 720px; min-height: 720px; background: linear-gradient(180deg,#eee8f3 0 48%,#d2c3df 48% 100%); }
  .hero-copy { left: 22px; top: 25%; max-width: calc(100% - 44px); transform: translateY(-38%); }
  .eyebrow { margin-bottom: 16px; }
  .hero h1, body[data-lang='en'] .hero h1 { font-size: 40px; }
  .hero-en { margin: 18px 0; font-size: 11px; max-width: 270px; }
  .outline-button { width: 168px; padding: 13px; }
  .hero-secondary { margin-top: 12px; }
  .hero-collage { inset: 48% 0 0 0; }
  .hero-bag img { object-fit: contain; object-position: center; }
  .hero-watch, .hero-shoe, .hero-glasses { display: block; }
  .hero-watch { width: 28%; height: 41%; left: 4%; top: 54%; border-width: 5px; }
  .hero-shoe { width: 29%; height: 31%; left: 34%; border-width: 5px; }
  .hero-glasses { width: 29%; height: 28%; border-width: 5px; }
  .issue-nav { display: grid; grid-template-columns: 1fr 1fr; height: auto; padding: 0; overflow: hidden; }
  .issue-nav a { min-width: 0; min-height: 58px; justify-content: flex-start; padding: 0 18px; font-size: 8px; }
  .issue-nav em { font-size: 17px; }
  .section-shell { width: calc(100% - 32px); }
  .collection, .category-shop, .editor-notes { padding: 52px 0 58px; }
  .section-heading h2, .commerce-heading h2, .archive-head h2 { font-size: 31px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 38px 10px; }
  .product-card:first-child { grid-column: auto; }
  .product-media, .product-card:first-child .product-media { aspect-ratio: .8; }
  .quick-add { height: 36px; font-size: 8px; }
  .product-info h3 { font-size: 11px; }
  .mood { height: 590px; }
  .mood-copy > p { font-size: 43px; }
  .category-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .category-grid a:last-child { grid-column: 1 / -1; }
  .category-grid a:last-child figure { aspect-ratio: 1.65; }
  .archive { padding: 55px 0 65px; }
  .archive-grid { gap: 38px 10px; }
  .notes-grid article { grid-template-columns: 40% 1fr; min-height: 190px; }
  .notes-grid article > img { min-height: 190px; }
  .notes-grid article > div { padding: 18px 14px; }
  .notes-grid h3 { font-size: 15px; margin: 15px 0 8px; }
  .gift { grid-template-columns: 1fr; }
  .gift-copy { padding-bottom: 20px; }
  .signup h2 { font-size: 27px; }
  .signup form { grid-template-columns: 1fr; gap: 8px; }
  .site-footer { padding-top: 45px; }
}

/* Readable, consistent type scale */
.promo-bar { font-size: 11px; }
.desktop-nav { font-size: 13px; }
.lang-toggle { font-size: 11px; }
.eyebrow { font-size: 13px; line-height: 1.4; }
.hero-en { font-size: 16px; line-height: 1.65; }
.outline-button, .hero-secondary { font-size: 13px; }
.issue-nav a { font-size: 13px; line-height: 1.35; }
.section-heading p, .archive-head p { font-size: 12px; line-height: 1.4; }
.section-heading h2, .commerce-heading h2, .archive-head h2 { font-size: 42px; line-height: 1.12; }
.text-link, .commerce-heading a, .commerce-heading > span { font-size: 12px; line-height: 1.4; }
.product-tag { font-size: 11px; }
.quick-add { font-size: 12px; }
.product-info h3 { font-size: 16px; line-height: 1.4; }
.product-info span, .product-info p { font-size: 12px; line-height: 1.45; }
.mood { height: 500px; }
.mood-copy > p { font-size: clamp(40px, 4vw, 54px); line-height: 1.08; margin-bottom: 26px; }
.mood-copy h2 { font-size: 28px; line-height: 1.55; margin-bottom: 24px; }
.mood-copy a { font-size: 14px; line-height: 1.5; }
.category-grid span { font-size: 14px; }
.notes-grid b { font-size: 11px; }
.notes-grid h3 { font-size: 20px; }
.notes-grid p { font-size: 14px; line-height: 1.75; }
.gift-copy > p:first-child { font-size: 12px; }
.gift-copy > p:not(:first-child) { font-size: 14px; }
.services h3 { font-size: 12px; }
.services p { font-size: 13px; line-height: 1.7; }
.signup p { font-size: 14px; }
.signup input, .signup button { font-size: 13px; }
.footer-column { font-size: 12px; line-height: 1.45; }
.copyright { font-size: 10px; }

@media (max-width: 980px) {
  .section-heading h2, .commerce-heading h2, .archive-head h2 { font-size: 38px; }
  .product-info h3 { font-size: 15px; }
}

@media (max-width: 680px) {
  .promo-bar { font-size: 9px; }
  .eyebrow { font-size: 11px; }
  .hero-en { font-size: 14px; }
  .outline-button, .hero-secondary { font-size: 12px; }
  .issue-nav a { font-size: 11px; }
  .section-heading h2, .commerce-heading h2, .archive-head h2 { font-size: 34px; }
  .product-info h3 { font-size: 14px; }
  .product-info span, .product-info p { font-size: 11px; }
  .mood { height: 650px; }
  .mood-image { inset: 48% 0 0; }
  .mood-shade { background: linear-gradient(180deg,#35152f 0 50%,rgba(53,21,47,.24) 78%); }
  .mood-copy { top: 68px; left: 24px; right: 45px; transform: none; }
  .mood-copy > p { font-size: 38px; line-height: 1.12; margin-bottom: 22px; }
  .mood-copy h2 { font-size: 24px; line-height: 1.5; margin-bottom: 20px; }
  .mood-copy a { font-size: 13px; }
  .category-grid span { font-size: 13px; }
  .notes-grid h3 { font-size: 17px; }
  .notes-grid p { font-size: 13px; }
  .services h3 { font-size: 11px; }
  .services p { font-size: 12px; }
}

/* 双语内容块按 body 语言显隐（辅助页 / 政策页用） */
body.anbo-en .anbo-zh { display: none !important; }
body.anbo-zh .anbo-en { display: none !important; }
