
:root {
  --ink: #06100f;
  --panel: #0b1715;
  --panel-2: #10201d;
  --mist: #e8eee9;
  --soft: #b9c7bf;
  --line: rgba(231, 239, 233, .15);
  --green: #96c9a8;
  --gold: #d4b66b;
  --white: #f4f7f3;
  --shadow: 0 30px 80px rgba(0,0,0,.34);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: "DM Sans", system-ui, sans-serif;
  overflow-x: hidden;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.ambient-lines {
  position: fixed; inset: 0; pointer-events: none; z-index: -1;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(255,255,255,.018) 18% 18.1%, transparent 18.1% 41%, rgba(255,255,255,.018) 41% 41.1%, transparent 41.1% 70%, rgba(255,255,255,.018) 70% 70.1%, transparent 70.1%),
    radial-gradient(circle at 70% 8%, rgba(91,156,121,.11), transparent 28%);
}
.site-header {
  width: min(1440px, calc(100% - 48px));
  margin: 18px auto 0;
  position: sticky; top: 18px; z-index: 20;
  min-height: 70px; padding: 0 14px 0 18px;
  display: flex; align-items: center; justify-content: space-between;
  border: 1px solid var(--line); border-radius: 18px;
  background: rgba(6,16,15,.78); backdrop-filter: blur(20px);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 38px; height: 38px; border: 1px solid rgba(212,182,107,.6); border-radius: 50%;
  display: grid; place-items: center; color: var(--gold); font-family: "Instrument Serif", serif; font-size: 24px;
}
.brand strong, .brand small { display: block; letter-spacing: .16em; }
.brand strong { font-size: .78rem; }
.brand small { font-size: .56rem; color: var(--soft); margin-top: 4px; }
.desktop-nav { display: flex; gap: 28px; }
.desktop-nav a { font-size: .78rem; color: var(--soft); transition: .2s ease; }
.desktop-nav a:hover { color: var(--white); }
.header-actions { display: flex; gap: 8px; align-items: center; }
.icon-button, .account-button, .cart-button {
  border: 1px solid var(--line); background: transparent; color: var(--white); border-radius: 12px; height: 42px;
  display: inline-flex; align-items: center; justify-content: center; line-height: 1; vertical-align: middle;
}
.icon-button { width: 42px; font-size: 1.2rem; }
.account-button, .cart-button { padding: 0 15px; font-size: .78rem; }
.account-button { gap: 7px; min-width: 122px; position: relative; top: 0; }
.account-button-icon { width: 17px; height: 17px; border: 1px solid rgba(212,182,107,.45); border-radius: 50%; display: inline-grid; place-items: center; color: var(--gold); font-size: .66rem; transform: rotate(-90deg); }
.cart-button span {
  margin-left: 8px; display: inline-grid; place-items: center; min-width: 22px; height: 22px; border-radius: 20px;
  background: var(--gold); color: var(--ink); font-weight: 700;
}
.hero {
  width: min(1400px, calc(100% - 48px)); min-height: 680px; margin: 70px auto 0;
  display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px;
}
.eyebrow { margin: 0 0 20px; color: var(--green); font-size: .68rem; font-weight: 700; letter-spacing: .22em; }
.hero h1, .section h2, .newsletter-section h2, .modal h2 {
  font-family: "Instrument Serif", serif; font-weight: 400; margin: 0; letter-spacing: -.03em;
}
.hero h1 { font-size: clamp(4.2rem, 7.3vw, 7.8rem); line-height: .88; }
.hero h1 em { color: var(--gold); font-weight: 400; }
.hero-description { max-width: 550px; color: var(--soft); font-size: 1.02rem; line-height: 1.8; margin: 30px 0 34px; }
.hero-actions { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.primary-button {
  border: 0; background: var(--gold); color: var(--ink); border-radius: 12px; min-height: 50px; padding: 0 22px;
  display: inline-flex; align-items: center; justify-content: center; font-size: .82rem; font-weight: 700;
  box-shadow: 0 10px 34px rgba(212,182,107,.15); transition: transform .2s ease, filter .2s ease;
}
.primary-button:hover { transform: translateY(-2px); filter: brightness(1.05); }
.text-button, .text-link {
  border: 0; background: transparent; color: var(--soft); padding: 12px 0; font-size: .8rem;
}
.text-button:hover, .text-link:hover { color: var(--white); }
.hero-art {
  position: relative; height: 590px; overflow: hidden; border-radius: 32px; border: 1px solid var(--line);
  background:
    linear-gradient(to top, rgba(3,14,12,.95), transparent 60%),
    radial-gradient(circle at 68% 22%, rgba(230,194,111,.85), rgba(153,187,136,.18) 14%, transparent 34%),
    linear-gradient(145deg, #173129, #081411 75%);
  box-shadow: var(--shadow);
}
.sun-disc {
  position: absolute; width: 110px; height: 110px; border-radius: 50%; top: 95px; right: 18%;
  background: radial-gradient(circle, #ffe4a8, #d1aa5d 55%, rgba(209,170,93,0) 72%);
  filter: blur(.2px);
}
.glass-frame { position: absolute; border: 1px solid rgba(230,239,232,.23); transform: skewX(-8deg); }
.frame-one { inset: 40px 65px 80px 90px; }
.frame-two { inset: 80px 120px 45px 25px; }
.frame-three { width: 230px; height: 470px; top: 70px; left: 45%; transform: rotate(10deg); }
.plant-silhouette {
  position: absolute; bottom: -20px; width: 120px; height: 360px; filter: blur(.2px);
  background:
    radial-gradient(ellipse at 20% 36%, #0a1b16 0 18%, transparent 19%),
    radial-gradient(ellipse at 75% 28%, #0a1b16 0 21%, transparent 22%),
    radial-gradient(ellipse at 30% 58%, #0a1b16 0 22%, transparent 23%),
    radial-gradient(ellipse at 80% 52%, #0a1b16 0 18%, transparent 19%),
    linear-gradient(90deg, transparent 48%, #0a1b16 48% 53%, transparent 53%);
}
.plant-one { left: 18%; transform: rotate(-8deg) scale(1.25); }
.plant-two { right: 8%; transform: rotate(12deg) scale(.85); }
.hero-caption {
  position: absolute; left: 28px; right: 28px; bottom: 24px; display: flex; align-items: end; justify-content: space-between;
}
.hero-caption span { color: var(--green); font-size: .62rem; letter-spacing: .2em; }
.hero-caption strong { font-family: "Instrument Serif", serif; font-size: 1.45rem; font-weight: 400; }
.trust-strip {
  width: min(1400px, calc(100% - 48px)); margin: 15px auto 0; display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.trust-strip div { padding: 26px 24px; border-right: 1px solid var(--line); display: grid; gap: 5px; }
.trust-strip div:last-child { border-right: 0; }
.trust-strip span { color: var(--gold); font-size: .62rem; letter-spacing: .15em; }
.trust-strip strong { font-size: .82rem; font-weight: 600; }
.trust-strip small { color: var(--soft); font-size: .7rem; }
.section { width: min(1400px, calc(100% - 48px)); margin: 140px auto 0; }
.section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 48px; }
.section h2, .newsletter-section h2 { font-size: clamp(2.8rem, 5vw, 5rem); line-height: .98; }
.section-heading > p { max-width: 470px; color: var(--soft); line-height: 1.75; font-size: .88rem; margin: 0; }
.collection-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: 16px; }
.collection-card {
  position: relative; min-height: 390px; border: 1px solid var(--line); border-radius: 26px; overflow: hidden; padding: 28px;
  color: var(--white); text-align: left; display: flex; flex-direction: column; justify-content: space-between;
  background:
    linear-gradient(to top, rgba(4,12,10,.96), rgba(4,12,10,.05)),
    radial-gradient(circle at 72% 30%, rgba(213,182,107,.45), transparent 24%),
    linear-gradient(145deg, #1c3b31, #0b1614);
  transition: transform .25s ease, border-color .25s ease;
}
.collection-card:hover { transform: translateY(-5px); border-color: rgba(212,182,107,.5); }
.collection-card.weather { background: linear-gradient(to top, rgba(4,12,10,.96), transparent), radial-gradient(circle at 60% 30%, rgba(137,170,184,.5), transparent 28%), linear-gradient(145deg, #1c363c, #0a1518); }
.collection-card.bloom { background: linear-gradient(to top, rgba(4,12,10,.96), transparent), radial-gradient(circle at 70% 30%, rgba(211,136,72,.55), transparent 22%), linear-gradient(145deg, #352719, #11130e); }
.collection-number { font-size: .66rem; color: var(--green); letter-spacing: .2em; }
.collection-card small { color: var(--green); letter-spacing: .2em; font-size: .6rem; }
.collection-card h3 { font-family: "Instrument Serif", serif; font-weight: 400; font-size: 2.2rem; margin: 10px 0 8px; }
.collection-card p { color: var(--soft); max-width: 340px; line-height: 1.6; font-size: .8rem; margin: 0; }
.gallery-heading { align-items: center; }
.gallery-tools { display: flex; gap: 10px; }
.search-field { height: 46px; border: 1px solid var(--line); border-radius: 12px; display: flex; align-items: center; gap: 8px; padding: 0 12px; }
.search-field input { width: 210px; border: 0; outline: 0; background: transparent; color: var(--white); }
.gallery-tools select {
  border: 1px solid var(--line); background: var(--panel); color: var(--white); border-radius: 12px; padding: 0 14px;
}
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 16px; }
.product-card { cursor: pointer; }
.product-art {
  aspect-ratio: 4 / 4.7; position: relative; border-radius: 22px; overflow: hidden; border: 1px solid var(--line);
  background: linear-gradient(145deg, #24443a, #07110f); transition: transform .3s ease, border-color .3s ease;
}
.product-card:hover .product-art { transform: translateY(-4px); border-color: rgba(212,182,107,.48); }
.product-art::before, .product-art::after { content: ""; position: absolute; }
.product-art::before { width: 46%; height: 75%; left: 22%; top: 12%; border: 1px solid rgba(255,255,255,.21); transform: skewX(-7deg); }
.product-art::after { width: 90px; height: 90px; border-radius: 50%; right: 15%; top: 15%; background: radial-gradient(circle, #efd69a, rgba(239,214,154,0) 70%); }
.product-art.rain { background: radial-gradient(circle at 66% 26%, rgba(152,195,211,.42), transparent 24%), linear-gradient(145deg, #1b3538, #071012); }
.product-art.seedling { background: radial-gradient(circle at 45% 22%, rgba(164,201,130,.42), transparent 28%), linear-gradient(145deg, #253b22, #09100a); }
.product-art.bluehour { background: radial-gradient(circle at 70% 22%, rgba(122,149,215,.45), transparent 26%), linear-gradient(145deg, #1a2948, #080d16); }
.product-art.marigold { background: radial-gradient(circle at 62% 34%, rgba(233,154,69,.7), transparent 19%), linear-gradient(145deg, #40301a, #100f09); }
.product-art.roots { background: radial-gradient(circle at 30% 68%, rgba(163,113,76,.42), transparent 26%), linear-gradient(145deg, #33271e, #0e0c09); }
.product-watermark { position: absolute; left: 18px; top: 18px; color: rgba(255,255,255,.46); font-size: .58rem; letter-spacing: .18em; }
.product-meta { padding: 16px 4px 0; display: flex; justify-content: space-between; gap: 16px; }
.product-meta small { color: var(--green); letter-spacing: .14em; font-size: .56rem; }
.product-meta h3 { font-family: "Instrument Serif", serif; font-size: 1.65rem; font-weight: 400; margin: 5px 0 0; }
.product-meta strong { font-size: .8rem; font-weight: 600; white-space: nowrap; padding-top: 18px; }
.split-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 610px; border: 1px solid var(--line); border-radius: 32px; overflow: hidden; }
.story-visual {
  position: relative; display: grid; place-items: center; min-height: 600px;
  background: radial-gradient(circle at 50% 50%, rgba(212,182,107,.16), transparent 28%), linear-gradient(145deg, #14241f, #07110f);
}
.cross-line { position: absolute; background: rgba(212,182,107,.38); }
.cross-line.vertical { width: 1px; height: 72%; }
.cross-line.horizontal { height: 1px; width: 68%; top: 39%; }
.story-visual span { text-align: center; font-family: "Instrument Serif", serif; font-size: 2rem; line-height: 1.25; color: var(--gold); letter-spacing: .06em; }
.story-copy { padding: 70px; display: flex; flex-direction: column; justify-content: center; background: var(--panel); }
.story-copy p:not(.eyebrow) { color: var(--soft); line-height: 1.8; max-width: 560px; }
.future-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.future-grid article { min-height: 280px; border: 1px solid var(--line); border-radius: 22px; padding: 28px; background: rgba(255,255,255,.02); }
.future-grid span { color: var(--green); letter-spacing: .18em; font-size: .58rem; }
.future-grid h3 { font-family: "Instrument Serif", serif; font-weight: 400; font-size: 2rem; margin: 45px 0 12px; }
.future-grid p { color: var(--soft); font-size: .82rem; line-height: 1.7; }
.newsletter-section {
  width: min(1400px, calc(100% - 48px)); margin: 140px auto 0; padding: 60px; border-radius: 30px;
  display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center;
  background: linear-gradient(135deg, #18362d, #0a1613); border: 1px solid var(--line);
}
.newsletter-section form { display: grid; gap: 14px; }
.newsletter-section label > span:first-child, .modal label > span:first-child { display: block; font-size: .68rem; color: var(--soft); margin-bottom: 8px; }
.newsletter-section input, .modal input {
  width: 100%; height: 50px; border-radius: 12px; border: 1px solid var(--line); background: rgba(0,0,0,.2); color: var(--white); padding: 0 14px; outline: none;
}
.consent-check { display: flex; align-items: flex-start; gap: 10px; color: var(--soft); font-size: .7rem; line-height: 1.5; }
.consent-check input { width: 16px; height: 16px; margin-top: 2px; }
footer { width: min(1400px, calc(100% - 48px)); margin: 60px auto 0; padding: 55px 0 30px; border-top: 1px solid var(--line); }
.footer-brand { display: flex; gap: 14px; align-items: center; }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { letter-spacing: .12em; font-size: .75rem; }
.footer-brand small { color: var(--soft); margin-top: 5px; font-size: .7rem; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 640px; margin: 50px 0; gap: 40px; }
.footer-links div { display: grid; gap: 10px; }
.footer-links strong { font-size: .7rem; margin-bottom: 5px; }
.footer-links a, .footer-links button { color: var(--soft); font-size: .7rem; border: 0; background: none; text-align: left; padding: 0; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 22px; display: flex; justify-content: space-between; color: var(--soft); font-size: .65rem; }
.drawer {
  position: fixed; z-index: 45; top: 0; right: 0; width: min(460px, 100%); height: 100vh; padding: 26px;
  background: #0a1513; border-left: 1px solid var(--line); transform: translateX(102%); transition: transform .28s ease;
  display: flex; flex-direction: column; box-shadow: var(--shadow);
}
.drawer.open { transform: translateX(0); }
.drawer-header { display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.drawer-header h2 { font-family: "Instrument Serif", serif; font-weight: 400; font-size: 2.4rem; margin: 0; }
.close-button { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: transparent; color: var(--white); font-size: 1.2rem; }
.cart-items { flex: 1; overflow: auto; padding: 14px 0; }
.empty-cart { color: var(--soft); text-align: center; padding: 80px 20px; }
.cart-line { display: grid; grid-template-columns: 70px 1fr auto; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); align-items: center; }
.cart-thumb { width: 70px; height: 84px; border-radius: 10px; background: linear-gradient(145deg, #24443a, #07110f); }
.cart-line h4 { margin: 0 0 6px; font-family: "Instrument Serif", serif; font-size: 1.25rem; font-weight: 400; }
.cart-line small { color: var(--soft); }
.remove-item { border: 0; background: transparent; color: var(--soft); font-size: .7rem; }
.cart-footer { border-top: 1px solid var(--line); padding-top: 18px; }
.cart-total { display: flex; justify-content: space-between; margin-bottom: 12px; }
.cart-footer p { color: var(--soft); font-size: .68rem; line-height: 1.5; }
.full { width: 100%; }
.modal-backdrop { position: fixed; inset: 0; z-index: 35; background: rgba(0,0,0,.68); backdrop-filter: blur(8px); opacity: 0; pointer-events: none; transition: .2s ease; }
.modal-backdrop.show { opacity: 1; pointer-events: auto; }
.modal {
  position: fixed; z-index: 50; left: 50%; top: 50%; width: min(560px, calc(100% - 32px)); max-height: calc(100vh - 32px); overflow: auto;
  transform: translate(-50%, -46%) scale(.98); opacity: 0; pointer-events: none; transition: .2s ease;
  border: 1px solid var(--line); border-radius: 24px; background: #0d1917; padding: 34px; box-shadow: var(--shadow);
}
.modal.open { opacity: 1; pointer-events: auto; transform: translate(-50%, -50%) scale(1); }
.modal-close { position: absolute; right: 18px; top: 18px; }
.modal h2 { font-size: 3rem; line-height: 1; margin-bottom: 18px; }
.modal p { color: var(--soft); line-height: 1.7; }
.modal form { display: grid; gap: 14px; margin-top: 25px; }
.fine-print { display: block; color: var(--soft); margin-top: 16px; font-size: .65rem; }
.product-modal { width: min(900px, calc(100% - 32px)); }
.product-modal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.product-modal-art { min-height: 500px; border-radius: 20px; background: linear-gradient(145deg, #24443a, #07110f); border: 1px solid var(--line); }
.product-details h2 { padding-right: 50px; }
.product-specs { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); margin: 24px 0; }
.product-specs div { padding: 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-specs small, .product-specs strong { display: block; }
.product-specs small { color: var(--soft); font-size: .58rem; margin-bottom: 5px; letter-spacing: .1em; }
.product-specs strong { font-size: .76rem; }
.price-row { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.price-row strong { font-size: 1.15rem; }
.toast {
  position: fixed; z-index: 70; left: 50%; bottom: 24px; transform: translate(-50%, 30px); opacity: 0;
  background: var(--white); color: var(--ink); padding: 13px 18px; border-radius: 12px; font-size: .75rem; transition: .2s ease;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; margin-top: 80px; }
  .hero-art { height: 520px; }
  .trust-strip { grid-template-columns: repeat(2,1fr); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .collection-grid { grid-template-columns: 1fr 1fr; }
  .collection-card.large { grid-column: 1 / -1; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .split-story { grid-template-columns: 1fr; }
  .future-grid { grid-template-columns: 1fr; }
  .newsletter-section { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .site-header { width: calc(100% - 20px); top: 10px; margin-top: 10px; min-height: 62px; }
  .brand small, .account-button, .icon-button { display: none; }
  .brand-mark { width: 34px; height: 34px; }
  .hero, .section, .trust-strip, .newsletter-section, footer { width: calc(100% - 28px); }
  .hero { margin-top: 65px; gap: 45px; }
  .hero h1 { font-size: clamp(3.8rem, 18vw, 5.5rem); }
  .hero-art { height: 430px; border-radius: 24px; }
  .hero-caption { flex-direction: column; align-items: flex-start; gap: 6px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { border-right: 0; }
  .section { margin-top: 100px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 20px; }
  .collection-grid, .product-grid { grid-template-columns: 1fr; }
  .collection-card.large { grid-column: auto; }
  .collection-card { min-height: 330px; }
  .gallery-tools { flex-direction: column; margin-top: 24px; }
  .search-field input { width: 100%; }
  .gallery-tools select { height: 46px; }
  .product-art { aspect-ratio: 4 / 4.3; }
  .story-copy { padding: 40px 24px; }
  .story-visual { min-height: 430px; }
  .newsletter-section { padding: 32px 22px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .product-modal-grid { grid-template-columns: 1fr; }
  .product-modal-art { min-height: 330px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
}

/* Phase 2 storefront refinements */
.catalog-count { color: var(--soft); font-size: .72rem; margin: 16px 0 0; letter-spacing: .06em; }
.gallery-tools { flex-wrap: wrap; justify-content: flex-end; }
.gallery-tools select { min-height: 46px; }
.product-art.has-real-preview::before,
.product-art.has-real-preview::after { display: none; }
.product-badge {
  position: absolute; top: 16px; right: 16px; padding: 7px 9px; border-radius: 999px;
  background: rgba(7,17,15,.72); border: 1px solid rgba(255,255,255,.16); color: var(--gold);
  font-size: .54rem; letter-spacing: .16em; backdrop-filter: blur(10px);
}
.product-code, .modal-code { display: inline-block; color: var(--soft); font-size: .58rem; letter-spacing: .12em; margin-top: 7px; }
.card-price { text-align: right; display: grid; align-content: start; gap: 4px; padding-top: 15px; }
.card-price del { color: var(--soft); font-size: .64rem; }
.gallery-empty {
  grid-column: 1 / -1; min-height: 330px; border: 1px dashed var(--line); border-radius: 24px;
  display: grid; place-content: center; text-align: center; padding: 30px;
}
.gallery-empty span { color: var(--green); font-size: .6rem; letter-spacing: .2em; }
.gallery-empty h3 { font-family: "Instrument Serif", serif; font-weight: 400; font-size: 2.5rem; margin: 12px 0 5px; }
.gallery-empty p { color: var(--soft); margin: 0; }
.collection-card.growth { background: linear-gradient(to top, rgba(4,12,10,.96), transparent), radial-gradient(circle at 65% 32%, rgba(123,182,96,.55), transparent 24%), linear-gradient(145deg, #203a1e, #0c140b); }
.collection-card.soil { background: linear-gradient(to top, rgba(4,12,10,.96), transparent), radial-gradient(circle at 65% 32%, rgba(156,107,76,.5), transparent 24%), linear-gradient(145deg, #34251d, #120f0c); }
.cart-license { display: block; color: var(--green); font-size: .58rem; margin-top: 6px; }
.cart-thumb { background-size: cover; background-position: center; }
.modal-code { margin-bottom: 8px; }
.product-modal-art.has-real-preview::before,
.product-modal-art.has-real-preview::after { display: none; }

@media (max-width: 700px) {
  .gallery-tools { align-items: stretch; }
  .gallery-tools > * { width: 100%; }
  .gallery-tools select { width: 100%; }
  .product-modal .price-row { position: sticky; bottom: -34px; background: rgba(13,25,23,.96); padding: 16px 0 4px; }
}
.product-purchase-actions{display:flex;gap:9px;align-items:center}.save-product-button{min-height:50px;border:1px solid var(--line);background:transparent;color:var(--white);border-radius:12px;padding:0 16px;font-size:.78rem;font-weight:700}.save-product-button:hover{border-color:rgba(212,182,107,.5);color:var(--gold)}@media(max-width:700px){.price-row{align-items:flex-start}.product-purchase-actions{width:100%;display:grid;grid-template-columns:.7fr 1.3fr}.product-purchase-actions .primary-button,.save-product-button{width:100%}}


/* Phase 6 Trust Centre + final header alignment pass */
.site-header{display:grid;grid-template-columns:minmax(190px,1fr) auto minmax(260px,1fr);align-items:center}.brand{justify-self:start}.desktop-nav{justify-self:center}.header-actions{justify-self:end;height:42px}.header-actions>*{margin:0!important;align-self:center}.account-button,.cart-button,.icon-button,.accessibility-launcher{position:static!important;top:auto!important;transform:none;box-sizing:border-box}.account-button-icon{line-height:1}.public-announcement{width:min(1400px,calc(100% - 48px));margin:12px auto 0;padding:13px 16px;border:1px solid var(--line);border-radius:13px;background:rgba(150,201,168,.07);display:flex;align-items:center;justify-content:space-between;gap:18px}.public-announcement[hidden]{display:none}.public-announcement div{display:flex;gap:12px;align-items:center}.public-announcement strong{font-size:.72rem}.public-announcement span{color:var(--soft);font-size:.7rem}.public-announcement button{width:32px;height:32px;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--white)}.footer-links{grid-template-columns:repeat(3,1fr);max-width:760px}.footer-links a:hover{color:var(--gold)}
@media(max-width:1100px){.site-header{grid-template-columns:1fr auto}.desktop-nav{display:none}}
@media(max-width:700px){.site-header{display:flex}.public-announcement{width:calc(100% - 20px);align-items:flex-start}.public-announcement div{display:grid;gap:5px}.header-actions{height:42px}}

/* Phase 8 real-catalog identity */
.brand-logo{overflow:hidden;background:rgba(255,255,255,.94)!important;border-color:rgba(151,199,163,.45)!important}.brand-logo img{width:100%;height:100%;object-fit:contain;padding:5px;display:block}.hero-photograph{position:relative;overflow:hidden;background:#0a1714}.hero-photograph>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.93) contrast(1.02)}.hero-image-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,10,8,.04),rgba(2,10,8,.12) 45%,rgba(2,10,8,.75))}.hero-photograph .hero-caption{z-index:2}.product-art.has-real-preview{background-color:#10231d}.opening-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
