/* Sherora launch — independent of the storefront theme. */
@font-face {
  font-family: 'Bodoni Moda';
  src: url('../fonts/sherora-bodoni-moda-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: 'Bodoni Moda';
  src: url('../fonts/sherora-bodoni-moda-italic-latin.woff2') format('woff2');
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/sherora-manrope-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}
:root {
  --paper: #fbf6ee;
  --ink: #3a2028;
  --wine: #532436;
  --muted: #76646a;
  --rose: #e9c1bd;
  --gold: #e8c99b;
  --line: #ded1c9;
  --display: 'Bodoni Moda', Georgia, serif;
  --body: 'Manrope', Arial, sans-serif;
  --gutter: clamp(22px, 5.5vw, 100px);
}
* { box-sizing: border-box; }
.svg-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.7 var(--body); }
button, a { -webkit-tap-highlight-color: #e9c1bd55; touch-action: manipulation; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
button, summary, a { outline-offset: 6px; }
:focus-visible { outline: 2px solid #bc7949; }
img, svg { display: block; }
img { max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; }
em { font-weight: 400; }
::selection { background: #e6b8b8; color: #351921; }
.wrap { width: min(1280px, calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.section { padding-block: clamp(70px, 8vw, 120px); }
.eyebrow { font-size: 12px; font-weight: 700; line-height: 1.5; letter-spacing: .2em; text-transform: uppercase; }
.rule-label { display: flex; align-items: center; gap: 16px; }
.rule-label::before { content: ''; width: 30px; height: 1px; background: currentColor; flex: none; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 50; padding: 12px 20px; background: var(--paper); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.announcement { padding: 10px 18px; background: #eacdc2; color: #532b34; text-align: center; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.announcement i { margin-inline: 14px; font-style: normal; }
.site-header { background: var(--paper); position: relative; z-index: 10; }
.nav { display: flex; justify-content: space-between; align-items: center; min-height: 84px; gap: 25px; }
.brand { display: flex; align-items: center; gap: 11px; min-height: 44px; }
.brand-flower { width: 36px; height: 36px; color: var(--wine); }
.brand-name { display: block; font: 500 27px/.95 var(--display); letter-spacing: -.04em; }
.brand-name small { display: block; margin-top: 6px; font: 500 12px/1 var(--body); letter-spacing: .44em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; font-size: 12px; }
.nav-links a:not(.nav-cta):hover { color: #9c4e60; }
.nav-links .nav-cta { border: 1px solid var(--line); padding: 10px 18px; gap: 18px; }
.nav-cta span { font-size: 17px; }
.hero { position: relative; isolation: isolate; overflow: hidden; background: #29131a; color: var(--paper); }
.hero-image { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.03) translate3d(var(--hx, 0px), var(--hy, 0px), 0); transition: transform .65s ease-out; }
.hero::before { content: ''; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, #250e1b70 0%, #250e1b35 40%, transparent 76%), linear-gradient(0deg, #1d0d1688, transparent 25%); }
.hero-content { position: relative; min-height: 720px; min-height: min(820px, max(680px, 82svh)); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 78px 125px; }
.hero-label { color: #eed8bd; display: flex; align-items: center; gap: 10px; }
.status-dot { width: 5px; height: 5px; background: currentColor; border-radius: 50%; box-shadow: 0 0 0 5px #ead7bb16; flex: none; }
.hero h1 { font-size: clamp(64px, 6.6vw, 108px); line-height: 1.06; letter-spacing: -.055em; margin-top: 28px; max-width: 760px; text-shadow: 0 4px 30px #210b1833; }
.hero h1 em { color: #ebbdaf; }
.hero-byline { font-family: var(--display); font-size: clamp(20px, 2vw, 26px); margin-top: 20px; color: #f3dfcc; }
.hero-byline strong { font-weight: 500; }
.hero-lead { max-width: 410px; color: #eddcd7; font-size: 16px; line-height: 1.85; margin-top: 23px; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 32px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; min-height: 48px; padding: 13px 21px; gap: 28px; border: 1px solid transparent; font-size: 12px; font-weight: 600; transition: background .2s, color .2s; }
.button svg, .text-link svg { width: 16px; height: 16px; flex: none; }
.button--cream { background: #faeee0; color: #4a2530; }
.button--cream:hover { background: #e9c1bd; }
.button--wine { background: var(--wine); color: var(--paper); }
.button--wine:hover { background: #71394b; }
.text-link { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; font-size: 12px; border-bottom: 1px solid #ffffff55; }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; position: absolute; bottom: 30px; inset-inline: 0; width: 100%; gap: 20px; }
.hero-founder { display: flex; align-items: center; gap: 13px; }
.initials { display: grid; place-items: center; height: 44px; width: 44px; flex: none; border: 1px solid #eed8bd66; border-radius: 50%; font: italic 17px/1 var(--display); color: var(--gold); }
.hero-founder small { display: block; color: #cfb8af; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.hero-founder strong { font-weight: 500; font-size: 12px; }
.hero-location { text-align: right; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: #eaded6; }
.hero-seal { position: absolute; top: 39px; right: 0; width: 112px; height: 112px; color: #f6dfbd; }
.seal-ring { animation: spin 48s linear infinite; transform-origin: 60px 60px; }
.hero-seal text { font: 12px var(--body); letter-spacing: 2.4px; fill: currentColor; }
.hero-seal path, .hero-seal circle { stroke: currentColor; }
.petal { position: absolute; z-index: -1; pointer-events: none; width: 24px; height: 37px; border-radius: 80% 0 80% 10%; background: linear-gradient(120deg, #e8b7af88, #c1767433); animation: drift 12s ease-in-out infinite alternate; }
.petal--one { left: 48%; top: 16%; transform: rotate(35deg); }
.petal--two { left: 62%; bottom: 14%; width: 15px; height: 26px; animation-delay: -4s; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes drift { to { translate: 18px 30px; rotate: 45deg; } }
.chapter-strip { border-bottom: 1px solid var(--line); }
.chapter-strip .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 22px; color: #82696c; }
.chapter-strip p { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.chapter-strip svg { width: 22px; height: 22px; color: #ac736b; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 38px; }
.section-heading h2 { font-size: clamp(40px, 4.2vw, 66px); letter-spacing: -.045em; line-height: 1.12; margin-top: 15px; }
.section-heading h2 em { color: #955355; }
.section-heading > p { max-width: 290px; color: var(--muted); font-size: 16px; }
.launch-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.launch-stage { perspective: 1300px; min-width: 0; }
.launch-card { position: relative; border: 1px solid #d9c9c0; background: #f0e3d6; transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transform-style: preserve-3d; transition: transform .3s ease-out; }
.launch-card--website { background: #4d2433; color: #fff3e5; border-color: #4d2433; }
.launch-art { height: 240px; display: grid; place-items: center; position: relative; background: radial-gradient(ellipse at 50% 100%, #ae74724a, transparent 70%); margin-inline: 20px; transform-style: preserve-3d; }
.launch-step { position: absolute; left: 13px; top: 22px; font: italic 18px var(--display); opacity: .65; }
.launch-art svg { width: min(84%, 310px); height: 220px; overflow: visible; filter: drop-shadow(0 15px 13px #1a061322); transform: translateZ(32px) rotateY(-9deg) rotateX(4deg); }
.launch-art .art-front { transform: translateZ(12px); }
.card-copy { padding: 28px 34px 31px; border-top: 1px solid #e2c4b733; }
.launch-card--store .card-copy { border-color: #d3c0b5; }
.card-status { display: flex; align-items: center; gap: 9px; color: #e9cba8; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 12px; }
.launch-card--store .card-status { color: #715339; }
.card-copy h3 { font-size: 35px; letter-spacing: -.04em; line-height: 1.1; }
.card-copy > p { color: #e2cdca; margin-top: 12px; font-size: 16px; max-width: 380px; }
.launch-card--store .card-copy > p { color: #75605e; }
.launch-card details { margin-top: 21px; border-top: 1px solid #e2c4b744; padding-top: 7px; }
.launch-card--store details { border-color: #d3c0b5; }
.launch-card summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; min-height: 44px; font-size: 12px; }
.launch-card summary::-webkit-details-marker { display: none; }
.launch-card summary::after { content: '+'; font-size: 23px; font-weight: 400; }
.launch-card details[open] summary::after { content: '−'; }
.launch-card details p { font-size: 16px; padding: 8px 0 12px; max-width: 400px; }
.founder-section { background: #efe3d8; position: relative; overflow: hidden; }
.founder-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 7vw, 110px); align-items: center; }
.founder-art { position: relative; min-width: 0; padding: 10px 24px 24px 0; perspective: 1200px; }
.founder-plaque { aspect-ratio: 4/4.7; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #efd1aa; background: radial-gradient(ellipse at 35% 15%, #874b54, #4b2232 65%); transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) rotate(-3deg); transform-style: preserve-3d; transition: transform .3s ease-out; box-shadow: 18px 19px 0 #e1c5b4, 0 22px 50px #4c263021; }
.founder-plaque::before { content: ''; position: absolute; inset: 20px; border: 1px solid #e7c49d66; border-radius: 180px 180px 0 0; }
.founder-plaque svg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .55; pointer-events: none; }
.plaque-kicker { font-size: 12px; text-transform: uppercase; letter-spacing: .28em; transform: translateZ(25px); }
.plaque-initials { font: italic 500 clamp(105px, 13vw, 200px)/1.3 var(--display); letter-spacing: -.13em; margin-left: -.09em; transform: translateZ(55px); text-shadow: 6px 8px #33122255; }
.plaque-name { font: 400 18px var(--display); transform: translateZ(32px); }
.plaque-base { position: absolute; bottom: 37px; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; }
.founder-flower { position: absolute; width: 102px; height: 102px; bottom: -2px; right: -9px; color: #a87750; background: #f6e6ca; border: 1px solid #bd947144; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 8px 25px #5b28231f; }
.founder-flower svg { width: 48px; height: 48px; }
.founder-copy { min-width: 0; }
.founder-copy h2 { font-size: clamp(49px, 5.7vw, 84px); line-height: 1.04; letter-spacing: -.055em; margin: 20px 0 12px; }
.founder-copy h2 em { color: #915259; }
.founder-role { color: #82544e; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 25px; }
.founder-copy > p:not(.founder-role):not(.eyebrow) { color: #6a555a; font-size: 16px; line-height: 1.9; margin-top: 17px; max-width: 520px; }
.family { margin-top: 28px; border-block: 1px solid #d3c0b6; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.family > div { padding-block: 17px; }
.family > div + div { padding-left: 20px; border-left: 1px solid #d3c0b6; }
.family dt { font-size: 12px; text-transform: uppercase; letter-spacing: .17em; color: #76595c; }
.family dd { margin: 7px 0 0; font: 500 19px/1.3 var(--display); overflow-wrap: break-word; }
.signature { margin-top: 25px; font: italic 400 26px var(--display); color: #8e5758; }
.gallery-section { position: relative; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.gallery-card { margin: 0; min-width: 0; }
.gallery-photo { position: relative; display: block; aspect-ratio: 4/4.5; background: #e1d2c6; overflow: hidden; }
.gallery-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gallery-photo:hover img { transform: scale(1.035); }
.gallery-photo::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px #00000009; pointer-events: none; }
.gallery-arrow { position: absolute; right: 17px; bottom: 17px; width: 44px; height: 44px; display: grid; place-items: center; color: #532436; background: #fbf6eef2; border-radius: 50%; font-size: 22px; }
.gallery-arrow svg { width: 20px; height: 20px; }
.gallery-card figcaption { padding: 17px 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.gallery-card figcaption strong { font-weight: 500; color: var(--ink); }
.gallery-card figcaption span { letter-spacing: .12em; }
.gallery-note { margin-top: 24px; font-size: 12px; color: var(--muted); text-align: center; }
.gallery-note a { text-decoration: underline; text-underline-offset: 4px; display: inline-flex; align-items: center; min-height: 44px; }
.closing { background: #4c2332; color: #f5e4d0; position: relative; overflow: hidden; text-align: center; }
.closing .wrap { position: relative; z-index: 1; }
.closing-flower { width: 34px; height: 34px; margin: 0 auto 27px; color: #e6ba94; }
.closing .eyebrow { margin-bottom: 22px; font-size: 12px; }
.closing h2 { font-size: clamp(45px, 5.7vw, 83px); letter-spacing: -.055em; line-height: 1.12; }
.closing h2 em { color: #e7b7ad; }
.closing p { margin: 24px auto 29px; max-width: 500px; font-size: 16px; color: #dcc1bd; }
.closing-orbit { position: absolute; width: 720px; height: 720px; border: 1px solid #e1b5941f; border-radius: 50%; right: -360px; top: -200px; pointer-events: none; }
.closing-orbit::after { content: ''; position: absolute; inset: 70px; border: 1px solid #e1b5941f; border-radius: 50%; }
.site-footer { padding: 29px 0 calc(29px + env(safe-area-inset-bottom)); }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand { min-height: 44px; display: inline-flex; align-items: center; font: 500 22px var(--display); letter-spacing: -.05em; }
.footer-copy { color: var(--muted); font-size: 12px; text-align: center; }
.footer-tools { display: flex; align-items: center; gap: 14px; }
.motion-toggle { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 0; border: 0; background: none; color: var(--muted); font-size: 12px; }
.motion-toggle:disabled { cursor: default; opacity: .85; }
.motion-toggle svg { width: 14px; height: 14px; }
.motion-toggle[hidden] { display: none; }
.back-top { min-width: 44px; min-height: 44px; border: 1px solid var(--line); display: grid; place-items: center; font-size: 19px; }
.reading-progress { position: fixed; height: 2px; z-index: 30; inset: 0 auto auto 0; width: 100%; transform: scaleX(var(--read, 0)); transform-origin: left; background: #dcaf7b; pointer-events: none; }
html[data-motion='off'] { scroll-behavior: auto; }
html[data-motion='off'] *, html[data-motion='off'] *::before, html[data-motion='off'] *::after { animation: none !important; transition: none !important; }
@media (min-width: 1700px) { .hero-image { object-position: center 60%; } }
@media (max-width: 1050px) {
  .hero h1 { font-size: 75px; }
  .hero::before { background: linear-gradient(90deg, #250e1ba6, #250e1b55 52%, #250e1b10); }
  .founder-grid { gap: 45px; }
}
@media (max-width: 760px) {
  :root { --gutter: 24px; }
  html { scroll-padding-top: 24px; }
  .wrap { width: auto; margin-inline: max(var(--gutter), env(safe-area-inset-left)) max(var(--gutter), env(safe-area-inset-right)); }
  .announcement { font-size: 12px; letter-spacing: .08em; padding: 10px max(16px, env(safe-area-inset-left)); }
  .announcement i { margin-inline: 6px; }
  .nav { min-height: 76px; gap: 14px; }
  .brand-name { font-size: 25px; }
  .brand-flower { width: 30px; height: 30px; }
  .nav-links { gap: 15px; }
  .nav-links .nav-cta { display: none; }
  .nav-links a { font-size: 12px; }
  .hero-content { min-height: 790px; justify-content: flex-start; padding-block: 56px 260px; }
  .hero-image { object-position: 64% center; }
  .hero::before { background: linear-gradient(180deg, #250c17d9 0%, #250c17b3 44%, #250c1740 74%, #250c17b8 100%); }
  .hero h1 { font-size: clamp(54px, 11.7vw, 84px); margin-top: 25px; max-width: 540px; }
  .hero-lead { max-width: 360px; font-size: 16px; }
  .hero-label { font-size: 12px; letter-spacing: .16em; }
  .hero-actions { gap: 20px; margin-top: 27px; }
  .hero-seal { width: 90px; height: 90px; top: auto; bottom: 128px; }
  .hero-bottom { bottom: 24px; align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-location { text-align: left; }
  .hero-founder strong { font-size: 12px; }
  .hero-location { font-size: 12px; letter-spacing: .02em; max-width: 130px; }
  .chapter-strip .wrap { gap: 12px; padding-block: 20px; }
  .chapter-strip p { font-size: 12px; letter-spacing: .11em; }
  .chapter-strip p:last-child, .chapter-strip svg:last-of-type { display: none; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading > p { margin-top: 18px; max-width: 370px; }
  .section-heading h2 { font-size: clamp(40px, 8.7vw, 59px); }
  .launch-grid { grid-template-columns: 1fr; gap: 22px; }
  .launch-art { height: 210px; }
  .launch-art svg { height: 185px; }
  .card-copy { padding: 25px; }
  .founder-grid { grid-template-columns: 1fr; gap: 54px; }
  .founder-art { width: min(100%, 400px); margin: 0 auto; padding-right: 17px; }
  .founder-plaque { aspect-ratio: 4/4.3; box-shadow: 13px 15px 0 #e1c5b4, 0 22px 50px #4c263021; }
  .plaque-initials { font-size: clamp(110px, 38vw, 180px); }
  .founder-copy h2 { font-size: clamp(49px, 12vw, 72px); }
  .founder-flower { width: 80px; height: 80px; right: -5px; }
  .founder-flower svg { width: 37px; height: 37px; }
  .family dd { font-size: 17px; }
  .family > div + div { padding-left: 14px; }
  .gallery-grid { gap: 22px; grid-template-columns: 1fr; }
  .gallery-photo { aspect-ratio: 4/4.4; }
  .closing h2 { font-size: clamp(43px, 10vw, 65px); }
  .footer-row { flex-wrap: wrap; gap: 16px; }
  .footer-copy { order: 3; flex-basis: 100%; text-align: left; }
  .footer-tools { margin-left: auto; }
}
@media (max-width: 360px) {
  :root { --gutter: 20px; }
  .nav-links { gap: 10px; }
  .brand-name { font-size: 22px; }
  .brand-flower { display: none; }
  .hero-actions { gap: 14px; }
  .hero h1 { font-size: 51px; }
  .hero-content { min-height: 795px; }
  .family { grid-template-columns: 1fr; }
  .family > div + div { border-left: 0; border-top: 1px solid #d3c0b6; padding-left: 0; }
}
@media (hover: none), (pointer: coarse) {
  .hero-image, .launch-card, .founder-plaque { transform: none; }
  .gallery-photo:hover img { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
