:root {
  --ink: #1a1c18;
  --paper: #ffffff;
  --line: color-mix(in srgb, currentColor 28%, transparent);
  --header-height: 72px;
  --admin-offset: 0px;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-snap-type: y proximity; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar { --admin-offset: 32px; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.siren-mark {
  display: inline-block; width: 1.103em; height: 1em; flex: none;
  background-color: currentColor;
  -webkit-mask: url("../images/siren-wordmark.png") center / contain no-repeat;
  mask: url("../images/siren-wordmark.png") center / contain no-repeat;
}
.siren-inline-mark { width: 1.38em; height: 1.25em; vertical-align: -.4em; }
.eyebrow-brand, .brand-line, .copyright { display: inline-flex; align-items: center; gap: .45em; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 10000; padding: 10px 14px; background: #fff; color: #000; }
.skip-link:focus { top: calc(var(--admin-offset) + 12px); }
:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }

.site-header {
  position: fixed; z-index: 1000; top: var(--admin-offset); left: 0; right: 0; height: var(--header-height);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(18px, 3vw, 48px);
  color: #fff; pointer-events: none;
}
.site-header > * { pointer-events: auto; }
.wordmark { grid-column: 3; justify-self: end; display: grid; place-items: center; width: 52px; height: 56px; }
.wordmark img { width: auto; height: 43px; filter: drop-shadow(0 1px 1px rgba(255,255,255,.28)) drop-shadow(0 2px 12px rgba(0,0,0,.24)); }
.header-collection { grid-column: 2; grid-row: 1; justify-self: center; display: flex; align-items: center; gap: .45em; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.menu-toggle, .menu-close {
  width: max-content; border: 0; background: none; padding: 12px 0; cursor: pointer;
  text-transform: uppercase; letter-spacing: .16em; font-size: 10px;
}
.menu-toggle { display: flex; gap: 10px; align-items: center; }
.menu-toggle { text-shadow: 0 1px 14px rgba(0,0,0,.6); }
.menu-lines, .menu-lines::after { display: block; width: 18px; height: 1px; background: currentColor; content: ""; }
.menu-lines::after { transform: translateY(5px); }
.site-menu {
  inset: 0; width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 30px clamp(20px, 4vw, 64px);
  border: 0; background: #ffffff; color: #181a17;
}
.site-menu::backdrop { background: rgba(0,0,0,.45); }
.site-menu[open] { display: flex; flex-direction: column; animation: menu-in .32s ease both; }
.menu-top { display: flex; justify-content: space-between; align-items: center; }
.site-menu nav { display: grid; align-content: center; flex: 1; max-width: 1100px; }
.site-menu nav a { display: grid; grid-template-columns: minmax(250px, 1fr) 1fr; align-items: center; gap: 30px; border-bottom: 1px solid #aaa79f; padding: 15px 0; font-size: clamp(28px, 5vw, 74px); letter-spacing: -.055em; }
.site-menu .nav-title { display: flex; align-items: center; gap: .2em; min-width: 0; font-size: inherit; letter-spacing: -.055em; }
.site-menu .nav-title b { font: inherit; white-space: nowrap; }
.site-menu .nav-detail { font-size: clamp(12px, 1.4vw, 18px); font-weight: 400; letter-spacing: 0; }
.siren-nav-mark { width: 1.25em; height: 1.13em; }
.menu-signature { display: flex; justify-content: flex-start; align-items: flex-end; margin: 0; line-height: .65; }
.menu-logo { width: auto; height: clamp(110px, 16vw, 220px); filter: drop-shadow(0 2px 16px rgba(0,0,0,.12)); }
.siren-menu-mark { display: block; width: clamp(180px, 25vw, 380px); height: auto; aspect-ratio: 827 / 750; }
@keyframes menu-in { from { opacity: 0; transform: translateY(-15px); } }

.story-card {
  position: relative; min-height: calc(100svh - var(--admin-offset)); height: calc(100svh - var(--admin-offset));
  overflow: hidden; scroll-snap-align: start; scroll-snap-stop: normal;
  background: var(--card-bg); color: var(--card-fg); isolation: isolate;
}
.card-media, .card-picture, .card-picture img, .art-placeholder, .video-mount, .video-mount iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
.card-picture img { object-fit: cover; object-position: var(--focus); }
.video-mount { z-index: 2; overflow: hidden; opacity: 0; transition: opacity .6s ease; }
.video-mount.is-ready { opacity: 1; }
.video-mount[data-fit="cover"] iframe { width: max(100%, 177.78vh); height: max(100%, 56.25vw); top: 50%; left: 50%; transform: translate(-50%, -50%); }
.video-mount[data-fit="contain"] { background: #000; }
.video-mount[data-fit="contain"] iframe { object-fit: contain; }
.card-shade { position: absolute; z-index: 3; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.55), rgba(0,0,0,.02) 65%), linear-gradient(0deg, rgba(0,0,0,.42), transparent 48%); pointer-events: none; }
.art-placeholder { background: radial-gradient(circle at 64% 40%, rgba(170,74,95,.42), transparent 23%), linear-gradient(125deg, #1c111c, #4e1834 50%, #12100f); }
.film-placeholder::before { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.15); }
.card-content { position: absolute; z-index: 5; left: clamp(20px, 6vw, 94px); bottom: clamp(88px, 13vh, 170px); width: min(720px, calc(100% - 40px)); }
.eyebrow { margin: 0 0 16px; font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.card-title { margin: 0; max-width: 13ch; font-size: clamp(52px, 8.7vw, 142px); font-weight: 500; line-height: .83; letter-spacing: -.075em; text-wrap: balance; }
.card-title .siren-title-mark { display: block; width: min(3.3em, 78vw); height: auto; aspect-ratio: 827 / 750; }
.card-description { max-width: 44ch; margin: 24px 0 0; font-size: clamp(14px, 1.2vw, 18px); }
.brand-copy { display: flex; align-items: center; gap: .35em; }
.asset-note, .signup-placeholder { display: inline-block; margin: 26px 0 0; border: 1px solid currentColor; padding: 10px 14px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.release { display: flex; gap: 12px; align-items: center; margin-top: 28px; font-size: clamp(19px, 2vw, 28px); letter-spacing: .16em; }
.release svg { flex: none; }
.card-bottom { position: absolute; z-index: 5; left: clamp(20px, 3vw, 48px); right: clamp(20px, 3vw, 48px); bottom: 25px; display: flex; justify-content: space-between; border-top: 1px solid currentColor; padding-top: 12px; font-size: 9px; letter-spacing: .17em; }
.text-link { display: inline-flex; gap: 38px; align-items: center; margin-top: 26px; border-bottom: 1px solid currentColor; padding: 0 0 6px; text-transform: uppercase; font-size: 11px; letter-spacing: .12em; }
.video-controls { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.control { min-height: 44px; border: 1px solid currentColor; border-radius: 999px; background: rgba(0,0,0,.1); padding: 10px 16px; cursor: pointer; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(8px); }
.control:hover { background: currentColor; color: var(--card-bg); }

.kind-product:not(.product-row-card) { color: var(--card-fg); }
.kind-product:not(.product-row-card) .card-media { left: 43%; width: 57%; }
.kind-product:not(.product-row-card) .card-picture img { object-fit: contain; padding: clamp(60px, 8vw, 130px); }
.product-placeholder { display: grid; place-items: center; background: linear-gradient(145deg, rgba(255,255,255,.4), rgba(20,20,20,.05)); }
.sample-frame { position: relative; display: grid; place-items: center; width: clamp(190px, 28vw, 390px); aspect-ratio: .72; border: 1px solid currentColor; background: rgba(255,255,255,.2); box-shadow: 4vw 4vw 7vw rgba(0,0,0,.14); }
.sample-frame::before { content: ""; position: absolute; top: -10%; width: 22%; height: 13%; border: 1px solid currentColor; background: #22251f; }
.sample-frame span { font-family: Georgia, serif; font-size: clamp(82px, 12vw, 180px); font-style: italic; }
.sample-frame small { position: absolute; bottom: 8%; text-align: center; text-transform: uppercase; letter-spacing: .15em; font-size: 8px; }
.kind-product:not(.product-row-card) .card-content { width: 37%; }
.kind-product:not(.product-row-card) .card-title { max-width: 8ch; font-size: clamp(46px, 6vw, 95px); }
.price { margin-top: 18px; }

.product-row-card {
  min-height: calc(112svh - var(--admin-offset));
  height: calc(112svh - var(--admin-offset));
  background: #ffffff;
  color: var(--card-fg);
}
.product-row-shell { height: 100%; padding: calc(var(--header-height) + 32px) clamp(20px, 4vw, 60px) 70px; display: grid; grid-template-rows: auto minmax(0, 1fr); gap: clamp(20px, 3vh, 38px); }
.product-row-header { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.product-row-title { display: flex; align-items: center; gap: .18em; margin: 0; font-size: clamp(30px, 4vw, 68px); font-weight: 500; letter-spacing: -.055em; }
.siren-product-mark { width: 1.2em; height: 1.09em; }
.product-row { display: grid; grid-auto-flow: column; grid-auto-columns: min(27vw, 360px); gap: clamp(14px, 2vw, 28px); overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; padding-bottom: 10px; }
.product-tile { display: grid; grid-template-rows: minmax(0, 1fr) auto; min-width: 0; scroll-snap-align: start; border: 1px solid #d5d5d5; background: #ffffff; }
.product-image { display: grid; place-items: center; min-height: 0; overflow: hidden; border-bottom: 1px solid #d5d5d5; }
.product-image img { width: 100%; height: 100%; object-fit: contain; padding: clamp(14px, 2vw, 28px); }
.product-info { padding: 16px; }
.product-info h3 { margin: 0 0 7px; font-size: clamp(16px, 1.4vw, 22px); line-height: 1.05; letter-spacing: -.035em; }
.product-price { min-height: 24px; margin-bottom: 13px; }
.product-price del { opacity: .55; margin-right: 5px; }
.product-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border: 1px solid currentColor; padding: 9px 14px; text-transform: uppercase; font-size: 10px; letter-spacing: .1em; }
.product-button:hover { background: #171916; color: #ffffff; }

.kind-announcement {
  display: grid;
  place-items: center;
  background: #e8e4dc;
  color: #682537;
  padding: calc(var(--header-height) + 40px) clamp(24px, 6vw, 96px) 60px;
  text-align: center;
}
.announcement-content { width: min(900px, 100%); font-weight: 700; }
.announcement-content h1, .announcement-content h2 { margin: 0 0 clamp(32px, 5vh, 64px); font-size: clamp(54px, 9vw, 142px); font-weight: 800; line-height: .88; letter-spacing: -.06em; }
.announcement-content p { margin: 0; font-size: clamp(20px, 2.6vw, 42px); font-weight: 700; line-height: 1.5; letter-spacing: -.025em; }

.story-banner {
  scroll-snap-align: start;
  background: var(--card-bg, #e8e4dc);
  color: var(--card-fg, #682537);
  padding: clamp(17px, 2.2vw, 30px) clamp(20px, 5vw, 76px);
  text-align: center;
}
.story-banner p { max-width: 1180px; margin: 0 auto; font-size: clamp(13px, 1.3vw, 18px); font-weight: 600; line-height: 1.45; }
.story-banner strong { font-weight: 800; }

.fragrance-notes-card { display: grid; place-items: center; background: #ffffff; color: #171916; padding: clamp(82px, 9vw, 140px) clamp(20px, 4vw, 60px); }
.fragrance-notes-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(10px, 1.8vw, 28px); width: 100%; }
.fragrance-note-image { aspect-ratio: 1 / 1; margin: 0; overflow: hidden; background: #f3f3f3; }
.fragrance-note-image img { width: 100%; height: 100%; object-fit: cover; }

.site-footer { min-height: 100svh; scroll-snap-align: start; display: flex; flex-direction: column; background: #ffffff; color: #171916; padding: clamp(90px, 10vw, 145px) clamp(20px, 4vw, 60px) 24px; overflow: hidden; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr; align-items: start; gap: 12vw; }
.signup, .footer-service { align-self: start; }
.footer-top .eyebrow { display: flex; align-items: center; min-height: 18px; }
.signup h2 { margin: 0; max-width: 9ch; font-size: clamp(45px, 7vw, 110px); font-weight: 500; line-height: .88; letter-spacing: -.07em; }
.footer-service { display: grid; align-content: start; }
.footer-service a { padding: 10px 0; border-bottom: 1px solid #aaa79f; text-transform: uppercase; font-size: 11px; letter-spacing: .11em; }
.brand-note { width: min(430px, 100%); margin: clamp(60px, 9vh, 110px) 0 20px; font-family: Georgia, serif; font-size: 18px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: auto; border-top: 1px solid #9f9c94; padding-top: 14px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom ul { display: flex; gap: 20px; margin: 0; padding: 0; list-style: none; }

.editorial-page, .page-intro { min-height: 70svh; padding: calc(var(--admin-offset) + 150px) clamp(20px, 7vw, 110px) 100px; }
.editorial-page > h1, .page-intro h1 { margin: 0 0 60px; max-width: 10ch; font-size: clamp(60px, 10vw, 150px); font-weight: 500; line-height: .82; letter-spacing: -.075em; }
.page-content { max-width: 720px; font-family: Georgia, serif; font-size: clamp(18px, 2vw, 28px); }
.page-content a { text-decoration: underline; }
.editorial-page .menu { list-style: none; padding: 30px 0; }
.editorial-page .menu a { display: block; border-bottom: 1px solid #aaa79f; padding: 12px 0; }
.videos-page .story-card { scroll-snap-align: start; }
.empty-state { min-height: 100svh; display: grid; place-items: center; }

@media (max-width: 782px) { body.admin-bar { --admin-offset: 46px; } }
@media (max-width: 767px) {
  :root { --header-height: 62px; }
  html { scroll-snap-type: y proximity; }
  .site-header { grid-template-columns: 1fr auto; }
  .header-collection { display: none; }
  .wordmark { grid-column: 2; width: 45px; height: 48px; }
  .wordmark img { height: 37px; }
  .site-menu { padding: 20px; }
  .site-menu nav a { grid-template-columns: 1fr; gap: 3px; padding: 13px 0; font-size: clamp(27px, 10vw, 46px); }
  .story-card { min-height: calc(100svh - var(--admin-offset)); }
  .card-shade { background: linear-gradient(0deg, rgba(0,0,0,.63), transparent 70%); }
  .card-content { left: 20px; bottom: 92px; width: calc(100% - 40px); }
  .card-title { max-width: 9ch; font-size: clamp(48px, 16vw, 78px); line-height: .86; }
  .card-description { margin-top: 17px; max-width: 34ch; }
  .card-bottom { left: 20px; right: 20px; bottom: 19px; }
  .card-bottom span:last-child { text-align: right; }
  .kind-product:not(.product-row-card) { display: grid; grid-template-rows: 58% 42%; height: auto; min-height: calc(100svh - var(--admin-offset)); }
  .kind-product:not(.product-row-card) .card-media { position: relative; inset: 0; width: 100%; grid-row: 1; }
  .kind-product:not(.product-row-card) .card-content { position: relative; left: auto; bottom: auto; width: auto; grid-row: 2; padding: 24px 20px 78px; }
  .kind-product:not(.product-row-card) .card-title { font-size: clamp(42px, 13vw, 68px); }
  .kind-product:not(.product-row-card) .card-description { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .kind-product:not(.product-row-card) .card-picture img { padding: 65px 15vw 30px; }
  .product-row-shell { padding: calc(var(--header-height) + 18px) 20px 66px; gap: 18px; }
  .product-row-header { display: block; }
  .product-row-header .eyebrow { margin-bottom: 9px; }
  .product-row-title { font-size: clamp(28px, 8vw, 38px); }
  .product-row { grid-auto-columns: min(78vw, 320px); gap: 12px; }
  .product-info { padding: 13px; }
  .kind-announcement { padding-inline: 20px; }
  .announcement-content h1, .announcement-content h2 { font-size: clamp(40px, 12vw, 56px); white-space: nowrap; }
  .announcement-content p { font-size: clamp(18px, 5.5vw, 25px); line-height: 1.6; }
  .story-banner { padding-block: 16px; }
  .story-banner p { font-size: 12px; }
  .fragrance-notes-card { display: block; padding: calc(var(--header-height) + 24px) 20px 44px; }
  .fragrance-notes-grid { grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: min(78vw, 320px); gap: 12px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; }
  .fragrance-note-image { scroll-snap-align: start; }
  .sample-frame { width: min(48vw, 210px); }
  .footer-top { grid-template-columns: 1fr; gap: 70px; }
  .brand-note { margin-top: 70px; }
  .footer-service { width: 100%; }
  .footer-bottom { align-items: flex-start; flex-wrap: wrap; }
  .footer-bottom nav { order: 3; width: 100%; }
  .footer-bottom ul { flex-wrap: wrap; }
}

@media (orientation: landscape) and (max-height: 550px) {
  .story-card { min-height: 620px; height: 620px; }
  .card-content { bottom: 74px; }
  .card-title { font-size: 60px; }
  .kind-product:not(.product-row-card) { display: block; }
  .kind-product:not(.product-row-card) .card-media { position: absolute; left: 43%; width: 57%; height: 100%; }
  .kind-product:not(.product-row-card) .card-content { position: absolute; left: 5vw; bottom: 74px; width: 36%; padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; scroll-snap-type: none; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
