/* ALTAHANY_LAUNCH_UPGRADE_V1 — public harmonizing layer (loads last). Additive & reversible. */
:root{
  --ath-lu-brown:#5b3a1a;--ath-lu-brown-deep:#4a2f14;
  --ath-lu-gold:#c9a96e;--ath-lu-gold-deep:#b68b42;
  --ath-lu-cream:#fbf6ec;--ath-lu-warm:#fffdf9;--ath-lu-ink:#2d1f14;
  --ath-lu-line:#e7dcc7;--ath-lu-radius:16px;--ath-lu-shadow:0 10px 30px rgba(45,31,20,.10);
}
body{font-family:Arial,"Segoe UI",Tahoma,sans-serif;color:var(--ath-lu-ink);}
img{max-width:100%;}
/* Touch targets >= 44px */
.pub-header a,.pub-header button,.ath-public-auth-link,.ath-header-cart,.ath-public-language-switch,
.pub-mobile-menu,.ath-card-actions button,.ath-card-actions a,.ath-real-card-actions button,
.ath-gold-btn,.ath-single-actions a,.ath-single-actions button,.btn{min-height:44px;}
/* Header: tidy, sticky, no layout shift */
.pub-header{position:sticky;top:0;z-index:50;}
.ath-public-brand img{height:46px;width:auto;max-width:170px;object-fit:contain;}
.pub-nav.pub-nav-links{align-items:center;gap:.5rem;flex-wrap:wrap;}
.ath-public-auth{display:inline-flex!important;gap:.4rem;align-items:center;flex-wrap:nowrap;}
.ath-public-auth-link{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .9rem;border-radius:999px;line-height:1.1;white-space:nowrap;font-weight:700;}
.ath-public-auth-link.is-primary{background:var(--ath-lu-gold-deep);color:#fff;}
.ath-header-cart{display:inline-flex;align-items:center;gap:.35rem;}
.ath-header-cart-badge{min-width:20px;height:20px;display:inline-grid;place-items:center;border-radius:999px;background:var(--ath-lu-gold-deep);color:#fff;font-size:.72rem;padding:0 5px;line-height:1;}
@media(max-width:900px){
  .ath-public-auth{width:100%;justify-content:center;margin-top:.35rem;}
  .ath-public-auth-link{flex:1 1 auto;}
}
/* Cards (designs / gallery / related): CLS-safe + unified actions */
.ath-design-card{border-radius:var(--ath-lu-radius);overflow:hidden;box-shadow:var(--ath-lu-shadow);background:#fff;}
.ath-design-card-image img,.ath-related-designs a img,.ath-fav-card img,.ath-related-card img{aspect-ratio:4/5;width:100%;height:auto;object-fit:cover;}
.ath-card-actions,.ath-real-card-actions{display:flex;flex-wrap:wrap;gap:.5rem;}
.ath-card-actions button,.ath-card-actions a,.ath-real-card-actions button{border-radius:999px;font-weight:600;}
.ath-real-card-actions button.is-active{background:var(--ath-lu-gold-deep);color:#fff;}
.ath-lux-chip{background:var(--ath-lu-cream);color:var(--ath-lu-gold-deep);font-weight:700;}
.ath-gold-btn,.ath-card-actions a.primary,.ath-single-actions a.primary{background:linear-gradient(135deg,var(--ath-lu-gold),var(--ath-lu-gold-deep));color:#fff;border:0;border-radius:999px;padding:.65rem 1.3rem;font-weight:700;}
/* Quote page designs (from quote-flow-final V2) */
.ath-quote-designs{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.6rem;}
.ath-quote-design{border:1px solid var(--ath-lu-line);border-radius:12px;overflow:hidden;}
/* Favorites + account cards */
.ath-fav-grid,.ath-related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.8rem;}
.ath-fav-card{border:1px solid var(--ath-lu-line);border-radius:14px;overflow:hidden;background:#fff;box-shadow:var(--ath-lu-shadow);}
.ath-fav-actions{display:flex;flex-wrap:wrap;gap:.4rem;padding:.5rem;}
.ath-account-stat,.ath-account-lux-stat{border-radius:14px;}
/* Toast for instant AJAX feedback */
.ath-real-toast{position:fixed;inset-inline:0;bottom:18px;margin-inline:auto;width:max-content;max-width:90vw;background:var(--ath-lu-brown-deep);color:#fff;padding:.6rem 1rem;border-radius:999px;opacity:0;transform:translateY(10px);transition:.25s;z-index:9999;pointer-events:none;}
.ath-real-toast.is-visible{opacity:1;transform:translateY(0);}
/* Footer: compact luxury, integrated */
.pub-footer{padding-block:1.6rem .9rem!important;background:var(--ath-lu-brown-deep);color:#f3e9d8;}
.pub-footer .ath-footer-clean-wrap{display:flex;flex-direction:column;gap:1.1rem;}
.ath-footer-main{display:flex;flex-wrap:wrap;gap:1.4rem;align-items:flex-start;}
.ath-footer-logo img{height:42px;width:auto;max-width:160px;object-fit:contain;display:block;}
.ath-footer-bottom{display:flex;flex-wrap:wrap;gap:.5rem 1.2rem;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);padding-top:.8rem;font-size:.82rem;opacity:.92;}
.ath-footer-social a{width:40px;height:40px;display:inline-grid;place-items:center;}
.ath-footer-social svg{width:30px;height:30px;}
@media(max-width:640px){.pub-footer{padding-block:1.2rem .8rem!important;}.ath-footer-bottom{justify-content:center;text-align:center;}}
/* No scroll jank */
@media(prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;scroll-behavior:auto!important;}}
