/* Dated Halloween layer. Andias red, cream and product-first photography remain. */
html[data-season="halloween"] { --season-amber: #ffd093; --season-ink: #191d1c; }
html[data-season="halloween"] .announcement { display: flex; background: #b5091b; color: #fff5e4; padding: 9px 24px; border: 0; min-height: 38px; }
.season-announcement { display: flex; justify-content: center; align-items: center; gap: 25px; max-width: 100%; }
.season-announcement > span { display: inline-block; float: none; }
.season-announcement > span:first-child { font-size: 12px; font-weight: 600; letter-spacing: .12em; }
.season-announcement > span:last-child { font-size: 13px; letter-spacing: 0; }
.season-announcement:hover > span:last-child { text-decoration: underline; text-underline-offset: 4px; }
html[data-season="halloween"] .life-header { border-bottom: 2px solid #d9985d; }
html[data-season="halloween"] .brand-hero { background: #191d1c; color: #fff8ee; min-height: 640px; }
html[data-season="halloween"] .brand-hero-copy { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(ellipse at 0% 100%, #522220 0%, transparent 65%); }
html[data-season="halloween"] .brand-hero-copy > :not(.season-web) { position: relative; z-index: 1; }
html[data-season="halloween"] .brand-hero-copy > .eyebrow { color: #ffcf91; font-size: 12px; letter-spacing: .13em; }
html[data-season="halloween"] .brand-hero h1 { font-size: clamp(60px, 5.9vw, 94px); line-height: 1.04; max-width: 650px; }
html[data-season="halloween"] .brand-hero h1 > span,
html[data-season="halloween"] .brand-hero h1 > em { display: block; }
html[data-season="halloween"] .brand-hero h1 em { color: #ffbd78; }
html[data-season="halloween"] .brand-hero-copy > p:not(.eyebrow) { color: #e8dfd5; max-width: 420px; font-size: 17px; }
html[data-season="halloween"] .brand-hero .button.pale { background: #e00d21; color: #fff; border-color: #e00d21; }
html[data-season="halloween"] .brand-hero .button.pale:hover { background: #bb0014; }
html[data-season="halloween"] .brand-hero-link { color: #fff5e7; }
html[data-season="halloween"] .hero-origin { color: #d7c9bd; }
html[data-season="halloween"] .brand-hero-art { background: #152120; }
html[data-season="halloween"] .brand-hero-art > img { object-position: 50% 50%; }
html[data-season="halloween"] .hero-photo-note { background: #fff5e6f5; border: 1px solid #d9b480; }
.season-web { position: absolute; top: -8px; right: -6px; width: min(52%, 300px); height: auto; opacity: .4; z-index: 0; pointer-events: none; transform-origin: top right; animation: web-drift 10s ease-in-out 2; }
.season-stamp { position: absolute; right: 22px; top: 24px; display: grid; gap: 5px; max-width: calc(100% - 44px); background: #191d1ce8; color: #ffe0af; padding: 12px 16px; border: 1px solid #ffce8e50; border-radius: 3px; transform: rotate(3deg); pointer-events: none; animation: season-arrive .7s ease-out both; }
.season-stamp > span:first-child { font-size: 11px; letter-spacing: .1em; font-weight: 600; }
.season-stamp > span:last-child { font-size: 12px; line-height: 1.35; }
html[data-season="halloween"] .brand-proof-strip { border-bottom-color: #d9c3ae; background: #fff2df; }
html[data-season="halloween"] .topping-atelier { background: #222321; color: #fff4e4; position: relative; }
html[data-season="halloween"] .topping-editorial > .eyebrow { color: #ffc883; }
html[data-season="halloween"] .topping-editorial h2 { color: #fff4e4; }
html[data-season="halloween"] .topping-editorial p:not(.eyebrow) { color: #dfd4c6; }
html[data-season="halloween"] .topping-editorial .topping-number { color: #ffb777; }
html[data-season="halloween"] .topping-editorial .text-link { color: #fff4e4; }
html[data-season="halloween"] .topping-explorer { color: var(--ink); background: #fff7eb; }
html[data-season="halloween"] .topping-tabs button[aria-pressed="true"] { background: #ad1425; color: #fff; border-color: #ad1425; }
.season-visit { display: grid; grid-template-columns: 1fr auto; gap: 9px 24px; padding: 28px 5vw; background: #232522; color: #fff4e4; border-left: 6px solid #d90214; }
.season-visit > span:first-child { font-size: 11px; letter-spacing: .1em; color: #ffc889; grid-column: 1/-1; }
.season-visit strong { font-size: 32px; line-height: 1.2; font-weight: 500; letter-spacing: -.025em; }
.season-visit > span:last-child { font-size: 15px; line-height: 1.6; max-width: 440px; align-self: center; }
.season-visit:hover strong { color: #ffc889; }
html[data-season="halloween"] .life-footer { border-top: 4px solid #c88949; }
@keyframes season-arrive { from { opacity: 0; transform: translateY(6px) rotate(0); } to { opacity: 1; transform: translateY(0) rotate(3deg); } }
@keyframes web-drift { 0%,100% { transform: rotate(0); } 50% { transform: rotate(2deg); } }
@media (max-width: 750px) {
  html[data-season="halloween"] .announcement { padding: 8px 15px; min-height: 34px; }
  .season-announcement { gap: 12px; }
  .season-announcement > span:first-child { font-size: 12px; letter-spacing: .055em; }
  .season-announcement > span:last-child { display: none; }
  html[data-season="halloween"] .brand-hero { min-height: 0; }
  html[data-season="halloween"] .brand-hero-copy { padding-block: 43px 35px; }
  html[data-season="halloween"] .brand-hero-copy > .eyebrow { font-size: 11px; line-height: 1.5; letter-spacing: .085em; margin-bottom: 24px; }
  html[data-season="halloween"] .brand-hero h1 { font-size: clamp(45px, 10.9vw, 76px); letter-spacing: -.05em; margin-bottom: 23px; }
  html[data-season="halloween"] .brand-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .season-web { width: 190px; opacity: .3; }
  .season-stamp { top: 16px; right: 16px; padding: 10px 13px; }
  .season-stamp > span:last-child { display: none; }
  .season-visit { grid-template-columns: 1fr; padding: 25px 24px; }
  .season-visit strong { font-size: 29px; }
}
@media (prefers-reduced-motion: reduce) { .season-stamp, .season-web { animation: none; } }
.no-motion .season-stamp, .no-motion .season-web { animation: none; }
