:root {
  --ink: #173c2d;
  --ink-deep: #102d23;
  --cream: #f4f0e3;
  --paper: #fbf8ef;
  --sage: #d8e1c1;
  --sage-soft: #e7ead7;
  --peach: #efb095;
  --rose: #a85f62;
  --lilac: #c6bce2;
  --yellow: #e3c15f;
  --line: rgba(23, 60, 45, 0.18);
  --radius: 28px;
  --font: "Avenir Next", Avenir, "Trebuchet MS", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--font); overflow-x: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }

.announcement { height: 34px; display: flex; align-items: center; justify-content: center; gap: 22px; background: var(--ink); color: #fffbee; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.announcement-dot { color: var(--peach); font-size: 12px; }
.site-header { height: 78px; padding: 0 clamp(22px, 4vw, 64px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: rgba(244,240,227,.94); backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 50; }
.wordmark { width: 112px; display: block; line-height: 0; }
.wordmark img { display: block; width: 100%; height: auto; }
.desktop-nav { display: flex; gap: clamp(20px, 3vw, 42px); font-size: 13px; font-weight: 700; }
.desktop-nav a { position: relative; }
.desktop-nav a:after { content: ""; position: absolute; height: 1px; background: var(--ink); left: 0; right: 100%; bottom: -5px; transition: right .25s; }
.desktop-nav a:hover:after { right: 0; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.text-button { display: none; background: none; border: 0; color: var(--ink); font-weight: 700; }
.bag-button { min-width: 88px; border: 1px solid var(--ink); color: var(--ink); background: transparent; border-radius: 999px; padding: 10px 14px; font-weight: 800; font-size: 12px; cursor: pointer; transition: .2s; }
.bag-button:hover { background: var(--ink); color: var(--cream); }
.bag-button span { display: inline-grid; place-items: center; margin-left: 7px; width: 19px; height: 19px; border-radius: 50%; background: var(--peach); color: var(--ink); }

.hero { min-height: calc(100vh - 112px); display: grid; grid-template-columns: 1.01fr .99fr; padding-left: clamp(22px, 6vw, 92px); border-bottom: 1px solid var(--line); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(32px, 5vw, 86px) 58px 0; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; text-transform: uppercase; font-size: 11px; letter-spacing: .17em; font-weight: 800; }
.eyebrow > span { width: 26px; height: 2px; background: currentColor; border-radius: 2px; }
h1, h2 { margin: 0; font-weight: 900; letter-spacing: -.065em; line-height: .94; }
h1 { max-width: 750px; font-size: clamp(60px, 7.6vw, 122px); }
h1 em, h2 em { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.06em; }
.hero-description { max-width: 520px; margin: 34px 0 30px; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.primary-button { border: 0; display: inline-flex; justify-content: space-between; align-items: center; gap: 38px; background: var(--ink); color: #fffbee; border-radius: 999px; padding: 16px 20px 16px 24px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s; }
.primary-button:hover { transform: translateY(-2px); background: var(--ink-deep); }
.primary-button span { font-size: 18px; }
.underlined-link { width: fit-content; border-bottom: 1px solid var(--ink); padding-bottom: 4px; font-size: 13px; font-weight: 800; }
.hero-note { margin: 52px 0 0 auto; width: 180px; display: flex; gap: 10px; align-items: flex-start; transform: rotate(-4deg); }
.hero-note p { margin: 4px 0 0; font-family: Georgia, serif; font-style: italic; font-size: 13px; line-height: 1.4; }
.scribble { color: var(--peach); font-size: 38px; line-height: .6; }
.hero-visual { min-height: 600px; position: relative; background: var(--sage); overflow: hidden; isolation: isolate; }
.hero-blob { position: absolute; width: 82%; height: 72%; left: -15%; top: -19%; border-radius: 50%; background: #f4e8d7; transform: rotate(16deg); z-index: -1; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.hero-image[src="hero-ayomy.png"] { background: linear-gradient(140deg,#dce3cc,#eeb39a 58%,#6b866b); }
.hero-sticker { position: absolute; left: 7%; bottom: 13%; width: 126px; height: 126px; border-radius: 45% 55% 48% 52% / 54% 45% 55% 46%; background: var(--cream); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(-8deg); box-shadow: 0 10px 35px rgba(16,45,35,.15); }
.hero-sticker:before { content:""; position:absolute; inset:7px; border:1px dashed var(--ink); border-radius:inherit; }
.hero-sticker span, .hero-sticker strong { font-size: 20px; line-height: .84; font-weight: 900; letter-spacing: -.05em; }
.hero-sticker small { margin-top: 8px; text-transform: uppercase; font-size: 7px; letter-spacing: .15em; }
.hero-caption { position: absolute; right: 24px; bottom: 24px; padding: 9px 13px; border-radius: 999px; background: rgba(244,240,227,.86); backdrop-filter: blur(8px); font-size: 10px; font-weight: 800; }

.marquee { overflow: hidden; padding: 17px 0; background: var(--peach); border-bottom: 1px solid var(--ink); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 32px; animation: marquee 28s linear infinite; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.marquee-track i { font-style: normal; font-size: 18px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-shell { width: min(1400px, calc(100% - clamp(40px, 8vw, 128px))); margin-inline: auto; }
.intro { padding-block: clamp(90px, 11vw, 170px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; }
.intro h2, .shop-heading h2, .customizer-panel h2, .story-copy h2, .how-heading h2, .size-banner h2, .newsletter h2 { font-size: clamp(46px, 5.2vw, 78px); }
.intro-copy > p { max-width: 700px; margin: 0; font-size: clamp(20px, 2.1vw, 30px); line-height: 1.38; letter-spacing: -.025em; }
.benefit-grid { margin-top: 66px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.benefit-grid article { border-top: 1px solid var(--ink); padding-top: 14px; }
.benefit-grid b { font-size: 10px; letter-spacing: .12em; }
.benefit-grid h3 { font-size: 17px; margin: 32px 0 8px; }
.benefit-grid p { font-size: 12px; line-height: 1.5; margin: 0; opacity: .8; }

.shop-section { padding: 100px 0 120px; background: var(--paper); }
.shop-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 54px; }
.shop-heading > p { max-width: 380px; margin: 0 0 5px; font-size: 15px; line-height: 1.5; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.product-card { min-height: 460px; border-radius: var(--radius); position: relative; overflow: hidden; transition: transform .3s; }
.product-card:hover { transform: translateY(-6px); }
.card-sage { background: #cbd8b9; }.card-lilac { background: var(--lilac); }.card-peach { background: #efc1aa; }.card-blue { background: #b9cad0; }
.product-card-button { border: 0; background: none; width: 100%; height: 100%; min-height: 460px; color: var(--ink); text-align: left; padding: 22px; cursor: pointer; display: flex; flex-direction: column; }
.product-number { font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.hat-art { position: relative; width: 230px; height: 230px; margin: auto; filter: drop-shadow(0 18px 15px rgba(23,60,45,.18)); }
.hat-crown, .hat-brim, .hat-ties, .hat-ears, .hat-bow { position: absolute; display: block; }
.hat-crown { width: 134px; height: 110px; left: 48px; top: 43px; background: var(--hat); border-radius: 58% 58% 35% 35% / 78% 78% 25% 25%; transform: perspective(200px) rotateX(-3deg); box-shadow: inset -18px 2px 22px rgba(0,0,0,.08), inset 10px 0 14px rgba(255,255,255,.13); }
.hat-crown:after { content:""; position:absolute; top:9px; left:65px; width:1px; height:90px; background:rgba(255,255,255,.22); transform:rotate(-5deg); }
.hat-brim { width: 200px; height: 58px; left: 15px; top: 125px; background: var(--hat); border-radius: 50% 50% 44% 44% / 25% 25% 75% 75%; box-shadow: inset 0 8px 12px rgba(255,255,255,.13), 0 7px 8px rgba(0,0,0,.12); }
.hat-ties:before, .hat-ties:after { content:""; position:absolute; width:10px; height:66px; background:var(--hat); border-radius:8px; top:164px; }
.hat-ties:before { left:68px; transform:rotate(16deg); }.hat-ties:after { left:152px; transform:rotate(-18deg); }
.wavy-hat .hat-brim { border-radius: 42% 58% 35% 65% / 30% 30% 70% 70%; transform: rotate(-1deg); }
.bell-hat .hat-crown { height: 125px; top: 33px; border-radius: 54% 54% 26% 26% / 65% 65% 30% 30%; }
.bell-hat .hat-brim { width: 182px; left: 24px; top: 139px; height: 68px; border-radius: 40% 40% 50% 50% / 18% 18% 82% 82%; }
.duo-hat .hat-brim { background: color-mix(in srgb, var(--hat) 75%, white); }
.cloud-hat .hat-brim { height: 52px; border-radius: 50%; }
.product-info { display: flex; justify-content: space-between; align-items: end; border-top: 1px solid rgba(23,60,45,.42); padding-top: 16px; }
.product-info h3 { font-size: 21px; letter-spacing: -.04em; margin: 0 0 4px; }.product-info p { font-size: 11px; margin: 0; }.product-info strong { font-size: 12px; }
.card-arrow { position: absolute; top: 18px; right: 18px; width: 34px; height: 34px; border: 1px solid rgba(23,60,45,.45); display: grid; place-items: center; border-radius: 50%; }

.customizer-section { padding: 130px 0; background: var(--ink); color: var(--cream); }
.customizer-shell { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(244,240,227,.2); border-radius: 36px; overflow: hidden; }
.customizer-preview { min-height: 770px; position: relative; display: grid; place-items: center; overflow: hidden; background: #dfe2cb; color: var(--ink); }
.preview-label { position: absolute; top: 28px; left: 30px; text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.preview-orbit { position: absolute; width: 560px; height: 330px; border: 1px solid rgba(23,60,45,.3); border-radius: 50%; transform: rotate(-22deg); }.orbit-two { transform: rotate(24deg); width: 480px; height: 420px; }
.customizer-hat { transform: scale(1.55); z-index: 2; }
.hat-ears { opacity: 0; transition: opacity .2s; left: 76px; top: 15px; width: 28px; height: 57px; background: var(--hat); border-radius: 80% 20% 60% 40%; transform: rotate(-12deg); }
.hat-ears:after { content:""; position:absolute; left:49px; top:2px; width:28px; height:57px; background:var(--hat); border-radius:20% 80% 40% 60%; transform:rotate(24deg); }
.hat-bow { opacity:0; transition:opacity .2s; left:96px; top:173px; width:38px; height:24px; border-radius:50% 10% 50% 10%; background:var(--hat); transform:rotate(35deg); }
.hat-bow:after { content:""; position:absolute; left:25px; top:12px; width:38px; height:24px; border-radius:10% 50% 10% 50%; background:var(--hat); transform:rotate(-70deg); }
.show-ears .hat-ears, .show-bow .hat-bow { opacity:1; }
.preview-caption { position: absolute; left: 30px; bottom: 28px; margin: 0; font-family: Georgia, serif; font-style: italic; line-height: 1.45; }
.customizer-panel { padding: clamp(34px, 5vw, 76px); background: #173c2d; }
.customizer-panel h2 { margin-bottom: 48px; }
fieldset { border: 0; padding: 0 0 24px; margin: 0 0 25px; border-bottom: 1px solid rgba(244,240,227,.18); }
legend { width: 100%; display: flex; align-items: center; gap: 10px; margin-bottom: 17px; font-size: 13px; font-weight: 800; }
legend > span { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid rgba(244,240,227,.4); border-radius: 50%; font-size: 9px; }
legend small { margin-left: auto; font-weight: 500; opacity: .7; }.customizer-panel legend a { margin-left:auto; font-size:10px; border-bottom:1px solid; }
.option-row { display: flex; flex-wrap: wrap; gap: 8px; }
.option-chip { border: 1px solid rgba(244,240,227,.28); color: var(--cream); background: transparent; padding: 10px 15px; border-radius: 999px; font-size: 11px; cursor: pointer; }
.option-chip.active { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.swatch-row { display: flex; gap: 12px; }
.swatch { width: 34px; height: 34px; border-radius: 50%; border: 4px solid var(--ink); background: var(--swatch); outline: 1px solid transparent; cursor: pointer; }.swatch.active { outline-color: var(--cream); }
.extra-list { display: grid; gap: 10px; }.extra-list label { display:grid; grid-template-columns:auto 1fr auto; gap:10px; align-items:center; cursor:pointer; font-size:12px; }.extra-list input { accent-color: var(--peach); }.extra-list b { font-size:11px; }
.add-row { display:flex; align-items:end; justify-content:space-between; gap:20px; }.add-row > div { display:flex; flex-direction:column; gap:5px; }.add-row small { font-size:9px; opacity:.65; }.add-row strong { font-size:32px; }.add-button { background:var(--peach); color:var(--ink); }.add-button:hover { background:#f1c0aa; }

.story { padding-block: 140px; display: grid; grid-template-columns: 1fr .95fr; gap: 9vw; align-items: center; }
.story-card { min-height: 590px; border-radius: 36px; position: relative; overflow: hidden; background: var(--peach); }
.fabric-rings i { position:absolute; border:1px solid rgba(23,60,45,.23); border-radius:50%; width:600px; height:600px; left:-120px; top:-110px; }.fabric-rings i:nth-child(2){inset:-20px auto auto -30px;width:430px;height:430px}.fabric-rings i:nth-child(3){inset:65px auto auto 55px;width:260px;height:260px}.fabric-rings i:nth-child(4){inset:135px auto auto 125px;width:120px;height:120px;background:rgba(244,240,227,.25)}
.story-product { transform: scale(1.45) rotate(6deg); position:absolute; right:5%; bottom:18%; }.story-card > p { position:absolute; left:28px; bottom:28px; margin:0; font-weight:900; font-size:13px; line-height:1.3; }
.story-copy > p:not(.eyebrow) { max-width:560px; font-size:17px; line-height:1.7; margin:34px 0 30px; }

.how-section { padding: 130px 0; background: var(--sage); }
.how-heading { display:flex; justify-content:space-between; align-items:start; margin-bottom:80px; }.how-heading .eyebrow { margin-top:8px; }.how-heading h2 { width:58%; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--ink); }
.steps article { min-height:310px; padding:24px 30px; border-right:1px solid var(--ink); position:relative; }.steps article:last-child{border-right:0}.steps article > span{font-size:10px;font-weight:900}.step-icon{font-family:Georgia,serif;font-size:65px;color:var(--peach);margin:30px 0 10px}.steps h3{font-size:22px;margin:0 0 10px}.steps p{max-width:280px;font-size:13px;line-height:1.55;margin:0}

.size-banner { margin-block:110px; border-radius:32px; background:var(--lilac); padding:44px 48px; display:grid; grid-template-columns:1fr auto auto; align-items:center; gap:45px; }.size-banner h2{font-size:42px}.size-banner > div:first-child > p:last-child{font-size:13px;margin:10px 0 0}.measure-graphic{width:150px;height:150px;border:1px solid var(--ink);border-radius:50%;display:grid;place-items:center;position:relative}.measure-graphic:before,.measure-graphic:after{content:"";position:absolute;width:75%;height:75%;border:1px dashed var(--ink);border-radius:50%}.measure-graphic:after{width:52%;height:52%}.measure-graphic span{font-size:11px;font-weight:900;background:var(--lilac);z-index:1;padding:4px}.secondary-button{border:1px solid var(--ink);background:transparent;border-radius:999px;padding:15px 18px;font-weight:800;font-size:12px;cursor:pointer}.secondary-button span{margin-left:24px}

.newsletter { text-align:center; padding:120px 20px; background:var(--paper); position:relative; overflow:hidden; }.newsletter:before,.newsletter:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:var(--sage);left:-180px;bottom:-210px}.newsletter:after{left:auto;bottom:auto;right:-200px;top:-200px;background:var(--peach)}.newsletter-flower{display:block;font-size:34px;margin-bottom:26px}.newsletter .eyebrow{justify-content:center}.newsletter h2{font-size:clamp(38px,4.5vw,66px)}.newsletter form{width:min(500px,100%);margin:40px auto 15px;display:flex;border-bottom:1px solid var(--ink)}.newsletter input{flex:1;border:0;background:transparent;padding:16px 4px;outline:0;color:var(--ink)}.newsletter form button{border:0;background:transparent;color:var(--ink);font-weight:900;cursor:pointer}.newsletter small{font-size:10px;opacity:.65}

footer { background:var(--ink);color:var(--cream);padding:80px clamp(22px,6vw,90px) 25px }.footer-top{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px;padding-bottom:80px}.footer-wordmark{width:170px;filter:brightness(0) invert(1);opacity:.96}.footer-top > div:first-child p{font-family:Georgia,serif;font-style:italic;line-height:1.5}.footer-top h4{font-size:10px;text-transform:uppercase;letter-spacing:.16em;margin:0 0 24px;opacity:.6}.footer-top > div:not(:first-child){display:flex;flex-direction:column;gap:13px;font-size:13px}.footer-bottom{border-top:1px solid rgba(244,240,227,.2);padding-top:22px;display:flex;justify-content:space-between;text-transform:uppercase;letter-spacing:.1em;font-size:8px;opacity:.7}

.mobile-menu { position:fixed; z-index:100; inset:0; background:var(--peach); padding:100px 30px 30px; display:flex; flex-direction:column; gap:20px; transform:translateY(-105%); transition:transform .45s cubic-bezier(.76,0,.24,1); }.mobile-menu.open{transform:none}.mobile-menu > a{font-size:44px;font-weight:900;letter-spacing:-.05em}.mobile-menu p{margin-top:auto;font-family:Georgia,serif;font-style:italic}.close-button{position:absolute;right:24px;top:24px;width:40px;height:40px;border:1px solid currentColor;border-radius:50%;background:transparent;color:inherit;font-size:24px;cursor:pointer}
.drawer-backdrop,.modal-backdrop{position:fixed;z-index:80;inset:0;background:rgba(8,25,19,.48);opacity:0;visibility:hidden;transition:.3s}.drawer-backdrop.open,.modal-backdrop.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;z-index:90;right:0;top:0;bottom:0;width:min(470px,100%);background:var(--paper);transform:translateX(105%);transition:transform .4s cubic-bezier(.76,0,.24,1);display:flex;flex-direction:column}.cart-drawer.open{transform:none}.drawer-header{padding:28px;display:flex;justify-content:space-between;border-bottom:1px solid var(--line)}.drawer-header p{font-size:24px;font-weight:900;margin:0}.drawer-header small{font-size:10px}.drawer-header button,.cart-item button{border:0;background:transparent;font-size:25px;cursor:pointer;color:var(--ink)}.cart-items{padding:22px;flex:1;overflow:auto}.empty-bag{text-align:center;margin-top:30%;}.empty-bag span{font-size:48px;color:var(--peach)}.empty-bag h3{font-size:24px;margin:12px 0}.empty-bag p{font-size:13px;line-height:1.5}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:16px;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--line)}.cart-thumb{border-radius:16px;background:var(--sage);display:grid;place-items:center;overflow:hidden}.cart-thumb .hat-art{transform:scale(.4);margin:-60px}.cart-item h3{margin:8px 0 6px;font-size:17px}.cart-item p{margin:0;font-size:10px;line-height:1.55}.cart-item strong{display:block;margin-top:10px}.drawer-footer{padding:24px;border-top:1px solid var(--line)}.drawer-footer>div{display:flex;justify-content:space-between;margin-bottom:18px}.drawer-footer .primary-button{width:100%}.drawer-footer small{display:block;text-align:center;margin-top:12px;font-size:9px;opacity:.65}
.size-modal{position:fixed;z-index:90;left:50%;top:50%;transform:translate(-50%,-45%) scale(.96);width:min(560px,calc(100% - 30px));background:var(--cream);border-radius:28px;padding:50px;opacity:0;visibility:hidden;transition:.3s}.size-modal.open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.size-modal h2{font-size:45px}.size-modal>p:not(.eyebrow){line-height:1.6}.size-modal table{width:100%;border-collapse:collapse;margin:28px 0 16px}.size-modal th,.size-modal td{text-align:left;padding:12px;border-bottom:1px solid var(--line);font-size:12px}.size-modal th{text-transform:uppercase;letter-spacing:.1em;font-size:9px}.size-modal small{font-size:10px}.toast{position:fixed;z-index:120;left:50%;bottom:30px;transform:translate(-50%,30px);background:var(--ink);color:var(--cream);border-radius:999px;padding:13px 20px;font-size:12px;font-weight:800;opacity:0;visibility:hidden;transition:.3s}.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}

.theme-switcher { position: fixed; left: 18px; bottom: 18px; z-index: 70; display: flex; align-items: center; gap: 3px; padding: 4px; border: 1px solid rgba(23,60,45,.25); background: rgba(250,248,241,.91); backdrop-filter: blur(14px); box-shadow: 0 8px 30px rgba(16,45,35,.12); }
.theme-switcher > span { padding: 0 9px; font-size: 8px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; opacity: .55; }
.theme-switcher button { border: 0; padding: 9px 12px; background: transparent; color: var(--ink); font-size: 10px; font-weight: 800; cursor: pointer; }
.theme-switcher button.active { background: var(--ink); color: var(--cream); }

/* Scandinavian direction: the AYOMY palette in a quieter, more architectural layout. */
[data-theme="scandi"] { --radius: 3px; --cream:#f6f3ea; --paper:#fbfaf5; --sage:#dfe6d3; }
[data-theme="scandi"] .site-header { height: 72px; background: rgba(246,243,234,.96); }
[data-theme="scandi"] .desktop-nav { gap: clamp(22px,3vw,48px); font-size: 12px; }
[data-theme="scandi"] .hero { grid-template-columns: .86fr 1.14fr; min-height: calc(100vh - 106px); }
[data-theme="scandi"] .hero-copy { padding-top: 82px; padding-bottom: 64px; }
[data-theme="scandi"] h1 { font-size: clamp(58px,6.6vw,104px); max-width: 680px; }
[data-theme="scandi"] h1 em,
[data-theme="scandi"] h2 em { font-family: inherit; font-style: normal; font-weight: 900; }
[data-theme="scandi"] .hero-blob,
[data-theme="scandi"] .hero-sticker,
[data-theme="scandi"] .hero-note { display: none; }
[data-theme="scandi"] .hero-caption { right: 16px; bottom: 16px; border-radius: 2px; background: rgba(246,243,234,.92); }
[data-theme="scandi"] .primary-button,
[data-theme="scandi"] .bag-button,
[data-theme="scandi"] .secondary-button,
[data-theme="scandi"] .option-chip { border-radius: 2px; }
[data-theme="scandi"] .marquee { padding: 13px 0; }
[data-theme="scandi"] .marquee-track { font-size: 9px; letter-spacing: .17em; animation-duration: 40s; }
[data-theme="scandi"] .intro { padding-block: clamp(100px,11vw,160px); }
[data-theme="scandi"] .product-card { border-radius: 3px; min-height: 500px; }
[data-theme="scandi"] .product-card-button { min-height: 500px; }
[data-theme="scandi"] .product-card:hover { transform: none; }
[data-theme="scandi"] .card-arrow { display: none; }
[data-theme="scandi"] .customizer-shell { border-radius: 3px; }
[data-theme="scandi"] .preview-orbit { width: 430px; height: 430px; transform: none; opacity: .55; }
[data-theme="scandi"] .orbit-two { width: 540px; height: 540px; opacity: .3; }
[data-theme="scandi"] .story-card,
[data-theme="scandi"] .size-banner { border-radius: 3px; }
[data-theme="scandi"] .fabric-rings i:nth-child(n+3) { display: none; }
[data-theme="scandi"] .newsletter { border-top: 1px solid var(--line); }
[data-theme="scandi"] .newsletter:before,
[data-theme="scandi"] .newsletter:after,
[data-theme="scandi"] .newsletter-flower { display: none; }
[data-theme="scandi"] .step-icon { color: var(--ink); font-size: 48px; opacity: .7; }
[data-theme="scandi"] .size-modal,
[data-theme="scandi"] .cart-thumb { border-radius: 3px; }

@media (max-width: 1050px) {
  .desktop-nav{display:none}.text-button{display:block}.hero{grid-template-columns:1fr;min-height:auto;padding-left:0}.hero-copy{padding:90px 8vw 70px}.hero-note{display:none}.hero-visual{min-height:72vw}.intro{grid-template-columns:1fr;gap:50px}.product-grid{grid-template-columns:repeat(2,1fr)}.customizer-shell{grid-template-columns:1fr}.customizer-preview{min-height:580px}.story{gap:50px}.footer-top{grid-template-columns:2fr 1fr 1fr}.footer-top>div:last-child{grid-column:2}
}
@media (max-width: 700px) {
  .announcement{gap:10px;font-size:8px}.announcement-dot{font-size:9px}.site-header{height:65px;padding:0 18px;grid-template-columns:1fr auto}.wordmark{font-size:27px}.header-actions{grid-column:2}.bag-button{min-width:auto;padding:8px 10px}.bag-button span{width:17px;height:17px}.hero-copy{padding:70px 22px 55px}.hero-copy h1{font-size:55px}.hero-description{font-size:15px}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.hero-visual{min-height:118vw}.hero-sticker{width:104px;height:104px;bottom:9%}.hero-caption{right:12px;bottom:12px}.marquee{padding:13px 0}.section-shell{width:calc(100% - 36px)}.intro{padding-block:85px}.intro h2,.shop-heading h2,.customizer-panel h2,.story-copy h2,.how-heading h2,.newsletter h2{font-size:43px}.intro-copy>p{font-size:20px}.benefit-grid{grid-template-columns:1fr;margin-top:45px}.benefit-grid article{display:grid;grid-template-columns:36px 1fr;align-items:start}.benefit-grid h3{margin:0}.benefit-grid p{grid-column:2}.shop-section{padding:80px 0}.shop-heading{display:block}.shop-heading>p{margin-top:25px}.product-grid{grid-template-columns:1fr;gap:12px}.product-card,.product-card-button{min-height:390px}.customizer-section{padding:70px 0}.customizer-shell{width:calc(100% - 20px);border-radius:26px}.customizer-preview{min-height:430px}.preview-orbit{width:360px;height:210px}.orbit-two{width:310px;height:300px}.customizer-hat{transform:scale(1.15)}.customizer-panel{padding:40px 22px}.customizer-panel h2{margin-bottom:36px}.swatch-row{gap:8px;flex-wrap:wrap}.add-row{align-items:stretch;flex-direction:column}.add-button{width:100%}.story{padding-block:85px;grid-template-columns:1fr}.story-card{min-height:430px}.story-copy{padding:20px 4px}.how-section{padding:85px 0}.how-heading{display:block}.how-heading h2{width:100%;margin-top:30px}.steps{grid-template-columns:1fr}.steps article{min-height:230px;border-right:0;border-bottom:1px solid var(--ink)}.size-banner{margin-block:70px;padding:35px 24px;grid-template-columns:1fr;text-align:center}.size-banner .eyebrow{justify-content:center}.measure-graphic{margin:auto}.newsletter{padding:85px 20px}.newsletter form{display:block;border:0}.newsletter input{width:100%;border-bottom:1px solid var(--ink);text-align:center}.newsletter form button{margin-top:20px}.footer-top{grid-template-columns:1fr 1fr;gap:45px}.footer-top>div:first-child{grid-column:1/-1}.footer-top>div:last-child{grid-column:auto}.footer-bottom{gap:10px;flex-direction:column}.size-modal{padding:45px 24px 30px}.size-modal h2{font-size:38px}
}

@media (max-width: 700px) {
  .theme-switcher { left: 8px; right: 8px; bottom: 8px; justify-content: center; }
  .theme-switcher > span { display: none; }
  .theme-switcher button { flex: 1; padding-inline: 7px; }
  [data-theme="scandi"] .hero { grid-template-columns: 1fr; min-height: auto; }
  [data-theme="scandi"] .hero-copy { padding: 70px 22px 55px; }
  [data-theme="scandi"] .product-card,
  [data-theme="scandi"] .product-card-button { min-height: 390px; }
  [data-theme="scandi"] .customizer-shell { border-radius: 3px; }
  .wordmark { width: 98px; }
}

@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto}.marquee-track{animation:none}*{transition-duration:.01ms!important} }
