:root {
  --paper: #f7f1e5;
  --paper-deep: #e9dfcd;
  --ink: #25362f;
  --ink-soft: #5d665f;
  --coral: #ef6d4d;
  --coral-deep: #d9573b;
  --butter: #edc94b;
  --sky: #a9d4e5;
  --leaf: #9bb885;
  --white: #fffdf8;
  --line: rgba(37, 54, 47, 0.23);
  --radius: 28px;
  --radius-sm: 16px;
  --sans: "DM Sans", system-ui, sans-serif;
  --hand: "Gaegu", "Comic Sans MS", cursive;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --shadow: 0 24px 70px rgba(60, 53, 38, 0.12);
}

html[lang="zh-CN"] {
  --hand: "ZCOOL KuaiLe", "STKaiti", "Kaiti SC", "KaiTi", cursive;
}

html[lang="ja"] {
  --hand: "Yomogi", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
}

html[lang="ja"] h1 em,
html[lang="ja"] h2 em {
  font-weight: 400;
  letter-spacing: 0;
}

html[lang="ko"] .waitlist-copy {
  padding-inline: clamp(42px, 5vw, 78px);
}

html[lang="ko"] .waitlist h2 {
  max-width: 11em;
  font-size: clamp(42px, 4.2vw, 62px);
  line-height: .98;
  letter-spacing: -.025em;
  word-break: keep-all;
}

html[lang="ko"] .waitlist h2 em {
  display: inline-block;
  margin-top: .08em;
  font-weight: 700;
  letter-spacing: -.015em;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(rgba(49, 49, 32, .045) .7px, transparent .7px) 0 0 / 6px 6px,
    var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-wrap: anywhere;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 16px;
  background: var(--ink); color: white; transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--butter); outline-offset: 4px; }

.announcement {
  min-height: 36px; display: flex; align-items: center; justify-content: center;
  gap: 20px; padding: 8px 24px; background: var(--ink); color: var(--white);
  font-size: 12px; letter-spacing: .04em;
}
.announcement span:first-child { opacity: .72; }
.announcement a { font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.4); }

.site-header {
  height: 88px; padding: 0 clamp(22px, 4vw, 70px); display: grid;
  grid-template-columns: 1fr auto 1fr; align-items: center; position: relative; z-index: 20;
  border-bottom: 1px solid var(--line); background: rgba(247, 241, 229, .88);
  backdrop-filter: blur(12px);
}
.brand { display: inline-flex; align-items: center; gap: 8px; width: fit-content; }
.brand span { font-size: 27px; letter-spacing: -.06em; font-weight: 700; }
.brand-mark { width: 39px; height: 32px; overflow: visible; }
.brand-mark path {
  fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round;
}
.brand-mark path:first-child { fill: var(--coral); stroke: var(--ink); }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); }
.primary-nav a { font-size: 13px; font-weight: 600; position: relative; }
.primary-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -8px;
  height: 2px; background: var(--coral); transition: right .25s var(--ease);
}
.primary-nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 13px; }
.account-trigger {
  min-height: 48px; display: inline-flex; align-items: center; gap: 9px; padding: 4px 11px 4px 5px;
  border: 1.5px solid var(--ink); border-radius: 18px 18px 18px 7px; background: var(--white);
  color: var(--ink); box-shadow: 2px 2px 0 var(--ink); cursor: pointer;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s;
}
.account-trigger:hover {
  transform: translate(1px, 1px); box-shadow: 1px 1px 0 var(--ink); background: #fff;
}
.account-trigger-avatar {
  width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto;
  border: 1.5px solid var(--ink); border-radius: 50% 50% 45% 55% / 56% 46% 54% 44%;
  background: var(--coral); color: var(--white); font: 700 23px/1 var(--hand);
  text-transform: lowercase; transform: rotate(-4deg);
}
.account-trigger-copy { min-width: 66px; display: grid; gap: 1px; text-align: left; line-height: 1.05; }
.account-trigger-hint {
  color: var(--ink-soft); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
}
.account-trigger-label {
  max-width: 88px; overflow: hidden; color: var(--ink); font-size: 11px; font-weight: 700;
  text-overflow: ellipsis; white-space: nowrap;
}
.account-trigger-chevron { color: var(--coral-deep); font: 700 14px/1 var(--hand); transform: rotate(-5deg); }
.account-trigger.is-signed-in .account-trigger-avatar { background: var(--leaf); color: var(--ink); text-transform: uppercase; }
.language-picker {
  min-height: 40px; display: inline-flex; align-items: center; gap: 5px;
  padding: 0 9px 0 11px; border: 1px solid var(--line); border-radius: 999px;
  background: rgba(255, 253, 248, .58); transition: border-color .2s, background .2s;
}
.language-picker:hover, .language-picker:focus-within { border-color: var(--ink); background: var(--white); }
.language-icon { font-size: 18px; line-height: 1; transform: rotate(-12deg); }
.language-picker select {
  width: 69px; min-height: 38px; padding: 0 18px 0 3px; color: var(--ink);
  border: 0; outline: 0; background: transparent; font: 700 11px var(--sans);
  cursor: pointer; appearance: auto;
}
.language-picker select option { color: var(--ink); background: var(--paper); }
.header-cta {
  padding: 12px 18px; color: var(--white); background: var(--coral);
  border: 1.5px solid var(--ink); border-radius: 50px; font-size: 13px; font-weight: 700;
  box-shadow: 3px 3px 0 var(--ink); transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.header-cta:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.menu-toggle { display: none; }

.hero {
  min-height: max(640px, calc(100svh - 88px)); position: relative; overflow: hidden;
  display: grid; align-items: end; padding: clamp(30px, 5vw, 74px);
}
.hero-media { position: absolute; inset: 0; background: #bbdbe1; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(29,39,34,.72) 0, rgba(29,39,34,.32) 42%, transparent 69%),
              linear-gradient(0deg, rgba(29,39,34,.25), transparent 42%);
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-copy { position: relative; z-index: 2; color: white; max-width: 760px; padding-bottom: 5vh; }
.eyebrow {
  display: flex; align-items: center; gap: 9px; margin: 0 0 22px;
  text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 700;
}
.scribble-star { color: var(--butter); font-size: 21px; animation: spin 10s linear infinite; }
.hero h1, .story h2, .feature-intro h2, .product h2, .faq h2, .waitlist h2 {
  margin: 0; font-size: clamp(48px, min(7.4vw, 10.5vh), 112px); letter-spacing: -.065em;
  line-height: .88; font-weight: 600;
}
h1 em, h2 em {
  font-family: var(--hand); font-weight: 700; letter-spacing: -.045em; color: var(--butter); font-style: normal;
}
.hero-lede {
  max-width: 590px; margin: 30px 0 0; font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.55; color: rgba(255,255,255,.88);
}
.hero-actions { display: flex; gap: 28px; align-items: center; margin-top: 34px; }
.button {
  display: inline-flex; align-items: center; gap: 22px; min-height: 54px;
  padding: 0 10px 0 24px; border-radius: 999px; font-size: 14px; font-weight: 700;
}
.button-primary { background: var(--coral); color: white; border: 1.5px solid white; }
.button-dot {
  display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%;
  color: var(--coral); background: white; font-size: 25px; line-height: 1;
}
.text-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.hero-note {
  position: absolute; z-index: 2; top: 15%; right: 5%; color: white;
  display: flex; align-items: center; transform: rotate(-5deg); font: 700 22px/1.05 var(--hand);
}
.hero-note svg { width: 86px; fill: none; stroke: white; stroke-width: 2; stroke-linecap: round; }
.hero-tag {
  position: absolute; z-index: 2; right: 5%; bottom: 7%; display: flex; gap: 9px;
  align-items: center; padding: 10px 15px; border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px; background: rgba(32, 46, 39, .45); backdrop-filter: blur(8px);
  color: white; font-size: 11px; text-transform: uppercase; letter-spacing: .13em;
}
.pulse { width: 7px; height: 7px; border-radius: 50%; background: #d6f28f; box-shadow: 0 0 0 5px rgba(214,242,143,.16); }

.section-pad { padding: clamp(90px, 11vw, 180px) clamp(24px, 6vw, 96px); }
.section-kicker { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: var(--coral-deep); }

.shop {
  position: relative; overflow: hidden; isolation: isolate;
  padding-top: clamp(56px, 7vw, 104px); padding-bottom: clamp(72px, 9vw, 132px);
  background:
    radial-gradient(circle at 91% 8%, rgba(237,201,75,.28) 0 8%, transparent 8.2%),
    linear-gradient(135deg, rgba(169,212,229,.18), transparent 38%),
    var(--white);
  border-bottom: 1px solid var(--line);
}
.shop::before {
  content: "✦"; position: absolute; z-index: -1; top: clamp(28px, 4vw, 62px); right: 4.5%;
  color: var(--coral); font: 700 clamp(70px, 10vw, 150px)/1 var(--hand);
  opacity: .16; transform: rotate(12deg);
}
.shop-heading {
  display: grid; grid-template-columns: .55fr 1.2fr .65fr; gap: 5vw;
  align-items: end; margin-bottom: clamp(42px, 5vw, 70px);
}
.shop-heading .section-kicker { align-self: start; }
.shop h2 {
  margin: 0; font-size: clamp(48px, 6vw, 88px); line-height: .9;
  letter-spacing: -.065em;
}
.shop h2 em { color: var(--coral); }
.shop-heading > p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.product-entry {
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  min-height: 560px; overflow: hidden; border: 1.5px solid var(--ink);
  border-radius: var(--radius); background: var(--paper); box-shadow: 7px 7px 0 var(--ink);
}
.product-entry-photo { min-height: 560px; margin: 0; position: relative; overflow: hidden; }
.product-entry-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.product-entry-photo::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(29,39,34,.42));
}
.product-entry-photo figcaption {
  position: absolute; z-index: 1; left: 24px; bottom: 22px; color: white;
  font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.product-entry-copy {
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
  padding: clamp(40px, 6vw, 86px);
}
.product-entry-copy h3 {
  margin: 0 0 24px; font: 700 clamp(52px, 6.4vw, 88px)/.84 var(--hand);
  letter-spacing: -.045em;
}
.product-entry-copy p { margin: 0 0 22px; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.product-entry-points {
  display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 32px;
}
.product-entry-points span {
  padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px;
  background: rgba(255,253,248,.7); color: var(--ink); font-size: 10px;
  font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.shop-layout {
  display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
  gap: clamp(40px, 7vw, 110px); align-items: start;
}
.shop-gallery { min-width: 0; display: grid; gap: 16px; }
.shop-photo-primary {
  min-height: 590px; margin: 0; position: relative; overflow: hidden;
  border: 1.5px solid var(--ink); border-radius: var(--radius); background: var(--paper);
}
.shop-photo-primary img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.shop-photo-primary figcaption {
  position: absolute; left: 22px; right: 22px; bottom: 22px; display: flex;
  align-items: end; justify-content: space-between; gap: 24px; padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.42); border-radius: 16px;
  background: rgba(37,54,47,.76); color: white; backdrop-filter: blur(12px);
}
.shop-photo-primary figcaption span {
  font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.shop-photo-primary figcaption strong { max-width: 280px; text-align: right; font-size: 13px; }
.shop-product-stage {
  min-height: 460px; display: grid; place-items: center; position: relative; overflow: hidden;
  border: 1.5px solid var(--ink); border-radius: var(--radius); background: var(--sky);
}
.shop-sun {
  position: absolute; width: min(48vw, 590px); aspect-ratio: 1; border-radius: 50%;
  background: var(--butter); right: -2%; bottom: -18%;
}
.shop-product-stage .collar-device { width: min(34vw, 460px); }
.shop-edition {
  position: absolute; top: 24px; left: 24px; z-index: 3; padding: 9px 13px;
  border: 1px solid var(--ink); border-radius: 999px; background: var(--white);
  font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.shop-hand-note {
  position: absolute; right: 5%; top: 14%; z-index: 3; max-width: 180px;
  font: 700 20px/1.05 var(--hand); transform: rotate(6deg);
}
.shop-gallery-secondary { margin-top: 0; }
.shop-values {
  display: grid; grid-template-columns: repeat(3, 1fr);
  padding: 20px; border: 1.5px solid var(--ink); border-radius: var(--radius-sm);
  background: var(--paper);
}
.shop-values span {
  padding: 18px; border-right: 1px solid var(--line); text-align: center;
  font: 700 clamp(22px, 2.5vw, 36px)/1 var(--hand); color: var(--coral-deep);
}
.shop-values span:last-child { border-right: 0; }
.shop-buy-panel { position: sticky; top: 30px; padding-top: 8px; }
.product-overline {
  display: block; margin-bottom: 14px; color: var(--coral-deep);
  font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.shop-buy-panel h1, .shop-buy-panel h3 {
  margin: 0; font: 700 clamp(50px, min(5.8vw, 8.5vh), 82px)/.82 var(--hand);
  letter-spacing: -.045em;
}
.shop-price { margin: 20px 0 0; font-size: 18px; font-weight: 700; }
.product-hand-note {
  width: fit-content; margin: 18px 0 4px; color: var(--coral-deep);
  font: 700 clamp(20px, 2.1vw, 28px)/.92 var(--hand);
  letter-spacing: -.025em; transform: rotate(-2deg);
}
.shop-description { margin: 24px 0; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.shop-benefits { display: grid; gap: 0; margin: 28px 0 32px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.shop-benefits li {
  position: relative; padding: 15px 0 15px 28px; border-bottom: 1px solid var(--line);
  color: var(--ink-soft); font-size: 12px; line-height: 1.5;
}
.shop-benefits li::before {
  content: "✦"; position: absolute; left: 2px; top: 14px; color: var(--coral); font-size: 14px;
}
.product-specs { margin: 0 0 30px; }
.product-specs h2, .product-specs h4 {
  margin: 0 0 12px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
}
.product-specs dl { margin: 0; border-top: 1px solid var(--ink); }
.product-specs dl > div {
  display: grid; grid-template-columns: minmax(90px, .65fr) 1.35fr; gap: 16px;
  padding: 13px 0; border-bottom: 1px solid var(--line);
}
.product-specs dt { color: var(--ink-soft); font-size: 11px; }
.product-specs dd { margin: 0; font-size: 11px; font-weight: 700; text-align: right; }
.purchase-button {
  min-height: 58px; display: flex; align-items: center; justify-content: center;
  padding: 12px 24px; border: 1.5px solid var(--ink); border-radius: 999px;
  background: var(--coral); color: white; box-shadow: 4px 4px 0 var(--ink);
  font-size: 14px; font-weight: 700; transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.purchase-button:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.purchase-button.is-disabled {
  cursor: not-allowed; background: #d6d4ce; color: #696d69; box-shadow: none;
  border-color: #a7aaa6; pointer-events: none;
}
.purchase-note { margin: 16px 0 28px; color: var(--ink-soft); font-size: 11px; text-align: center; }
.shop-policies { border-top: 1px solid var(--ink); }
.shop-policies details { border-bottom: 1px solid var(--ink); }
.shop-policies summary {
  min-height: 62px; display: flex; align-items: center; justify-content: space-between;
  cursor: pointer; list-style: none; font-size: 13px; font-weight: 700;
}
.shop-policies summary::-webkit-details-marker { display: none; }
.shop-policies summary::after { content: "+"; color: var(--coral); font-size: 20px; font-weight: 400; }
.shop-policies details[open] summary::after { content: "−"; }
.shop-policies p { margin: -4px 30px 20px 0; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }

.product-page { background: var(--white); }
.product-page.cart-open { overflow: hidden; }
.store-banner {
  min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 16px;
  padding: 7px 20px; background: var(--ink); color: var(--white);
  font-size: 10px; font-weight: 700; letter-spacing: .14em; text-align: center; text-transform: uppercase;
}
.store-banner span:last-child { color: rgba(255,255,255,.62); }
.product-header {
  position: sticky; top: 0; z-index: 30; grid-template-columns: 1fr auto 1fr;
  background: rgba(255,253,248,.94);
}
.product-header .header-actions { justify-self: end; }
.product-breadcrumb { display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: 11px; }
.product-breadcrumb a:hover { color: var(--coral-deep); }
.product-subnav {
  min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 6px;
  position: sticky; top: 88px; z-index: 29; padding: 6px 18px; border-bottom: 1px solid var(--line);
  background: rgba(247,241,229,.95); backdrop-filter: blur(12px);
}
.product-subnav a {
  min-height: 34px; display: inline-flex; align-items: center; padding: 0 14px;
  border: 1px solid transparent; border-radius: 999px; color: var(--ink-soft);
  font-size: 11px; font-weight: 700; white-space: nowrap;
}
.product-subnav a:hover { color: var(--coral-deep); }
.product-subnav a.is-active { border-color: var(--ink); background: var(--white); color: var(--ink); box-shadow: 2px 2px 0 var(--ink); }
.cart-trigger {
  min-height: 40px; display: inline-flex; align-items: center; gap: 9px;
  padding: 0 4px 0 12px; border: 1px solid var(--line); border-radius: 999px;
  color: var(--ink); background: var(--white); cursor: pointer; font-size: 11px; font-weight: 700;
}
.cart-count {
  min-width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%;
  background: var(--coral); color: white; font-size: 11px;
}
.product-detail-main { padding: clamp(18px, 2vw, 32px) clamp(18px, 2.4vw, 42px) clamp(70px, 8vw, 120px); }
.product-collection {
  max-width: 1480px; margin: 0 auto clamp(76px, 9vw, 138px); padding-top: clamp(36px, 5vw, 76px);
}
.collection-heading {
  display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 36px;
  align-items: end; margin-bottom: clamp(30px, 4vw, 56px);
}
.collection-heading h1 {
  max-width: 760px; margin: 8px 0 0; font-size: clamp(56px, 7vw, 112px);
  font-weight: 700; letter-spacing: -.075em; line-height: .8;
}
.collection-heading h1 em { color: var(--coral); font: 700 .85em var(--hand); letter-spacing: -.04em; }
.collection-heading > p {
  max-width: 44ch; justify-self: end; margin: 0 0 5px; color: var(--ink-soft);
  font-size: clamp(14px, 1.3vw, 17px); line-height: 1.75;
}
.collection-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.2vw, 32px); }
.collection-card {
  min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1.5px solid var(--ink); border-radius: 26px 26px 26px 8px;
  background: var(--white); box-shadow: 6px 6px 0 var(--ink); cursor: pointer;
}
.collection-card-image {
  min-height: 430px; display: block; position: relative; overflow: hidden; background: var(--paper);
  border-bottom: 1.5px solid var(--ink);
}
.collection-card-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .55s var(--ease), opacity .28s var(--ease); }
.collection-card .collection-card-image:hover img { transform: scale(1.025); }
.collection-card-sticker {
  position: absolute; z-index: 3; top: 20px; right: 20px; padding: 9px 13px;
  border: 1.5px solid var(--ink); border-radius: 999px; background: var(--coral); color: white;
  box-shadow: 3px 3px 0 var(--ink); font: 700 15px var(--hand); transform: rotate(2deg);
}
.collection-card-sticker.is-butter { background: var(--butter); color: var(--ink); transform: rotate(-2deg); }
.collection-card-sticker.is-sky { background: var(--sky); color: var(--ink); transform: rotate(1.5deg); }
.collection-card-copy { display: flex; flex: 1; flex-direction: column; padding: clamp(24px, 2.4vw, 34px); }
.collection-card-title { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.collection-card-title span {
  color: var(--coral-deep); font-size: 10px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase;
}
.collection-card-title h2 { margin: 4px 0 0; font-size: clamp(38px, 4vw, 62px); letter-spacing: -.065em; line-height: .9; }
.collection-card-title > strong { padding-top: 18px; font-size: 13px; white-space: nowrap; }
.collection-card-copy > p { max-width: 56ch; margin: 22px 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.collection-card-action {
  min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 0 18px; border: 1.5px solid var(--ink); border-radius: 999px; background: var(--ink);
  margin-top: auto; color: white; font-size: 12px; font-weight: 700; transition: background .2s, transform .2s var(--ease);
}
a.collection-card-action:hover { background: var(--coral-deep); transform: translateY(-2px); }
.collection-card-action.is-muted { justify-content: center; border-color: var(--line); background: var(--paper); color: var(--ink-soft); }
.collar-variant-image { opacity: 0; }
.collar-variant-image.is-active { opacity: 1; }
.pattern-picker { min-width: 0; margin: 20px 0 22px; padding: 0; border: 0; }
.pattern-picker legend {
  margin-bottom: 10px; color: var(--ink-soft); font-size: 10px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
}
.pattern-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.pattern-option {
  min-width: 0; min-height: 68px; display: flex; align-items: center; gap: 8px; padding: 7px 9px;
  border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--ink-soft);
  cursor: pointer; text-align: left; font-size: 10px; font-weight: 700; line-height: 1.15;
}
.pattern-option:hover, .pattern-option.is-active { border-color: var(--ink); color: var(--ink); background: var(--paper); }
.pattern-option.is-active { box-shadow: inset 0 0 0 1px var(--ink); }
.pattern-swatch { width: 32px; height: 32px; flex: 0 0 32px; border: 1px solid var(--line); border-radius: 50%; }
.pattern-meadow {
  background: radial-gradient(circle at 30% 30%, var(--coral) 0 3px, transparent 3.5px),
    radial-gradient(circle at 68% 62%, var(--sky) 0 3px, transparent 3.5px), #fff4dc;
}
.pattern-picnic { background: conic-gradient(from 90deg, #f7efe1 25%, var(--sky) 0 50%, #f7efe1 0 75%, var(--coral) 0) 0 0 / 12px 12px; }
.pattern-confetti {
  background: radial-gradient(circle at 25% 28%, var(--coral) 0 3px, transparent 3.5px),
    radial-gradient(circle at 70% 35%, var(--sky) 0 3px, transparent 3.5px),
    radial-gradient(circle at 52% 72%, var(--butter) 0 3px, transparent 3.5px), #fff4dc;
}
.collection-feature-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 2px 0 22px; }
.collection-feature-tags span {
  padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px;
  background: var(--paper); color: var(--ink-soft); font-size: 9px; font-weight: 700;
}
.collection-card-meta {
  margin-top: 0 !important; color: var(--ink) !important; font-size: 10px !important;
  font-weight: 700; letter-spacing: .04em;
}

@media (min-width: 901px) {
  .collection-page { height: 100dvh; overflow: hidden; }
  .collection-page .product-detail-main {
    height: calc(100dvh - 170px); padding: clamp(10px, 1.6vh, 18px) clamp(20px, 2.4vw, 42px);
    overflow: hidden;
  }
  .collection-page .product-collection {
    height: 100%; display: grid; grid-template-rows: auto auto; align-content: center;
    margin: 0 auto; padding: 0;
  }
  .collection-page .collection-heading {
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr); gap: 24px;
    margin-bottom: clamp(10px, 1.7vh, 18px);
  }
  .collection-page .collection-heading h1 {
    margin-top: 3px; font-size: clamp(42px, 4.2vw, 64px); line-height: .86;
  }
  .collection-page .collection-heading h1 br { display: none; }
  .collection-page .collection-heading > p { max-width: 38ch; font-size: 12px; line-height: 1.5; }
  .collection-page .collection-grid { gap: clamp(16px, 1.8vw, 26px); }
  .collection-page .collection-card { border-radius: 20px 20px 20px 7px; box-shadow: 4px 4px 0 var(--ink); }
  .collection-page .collection-card-image { min-height: 0; height: clamp(180px, 27vh, 245px); flex: 0 0 auto; }
  .collection-page .collection-card-sticker {
    top: 12px; right: 12px; padding: 6px 9px; box-shadow: 2px 2px 0 var(--ink); font-size: 12px;
  }
  .collection-page .collection-card-copy { min-height: 0; padding: clamp(12px, 1.5vh, 18px) clamp(14px, 1.5vw, 20px); }
  .collection-page .collection-card-title { gap: 10px; }
  .collection-page .collection-card-title span { font-size: 8px; }
  .collection-page .collection-card-title h2 { font-size: clamp(29px, 2.8vw, 42px); }
  .collection-page .collection-card-title > strong { padding-top: 10px; font-size: 11px; }
  .collection-page .collection-card-copy > p {
    display: -webkit-box; overflow: hidden; margin: clamp(8px, 1.2vh, 13px) 0;
    font-size: 11px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  }
  .collection-page .collection-card-meta { display: block; margin: 0 0 11px !important; }
  .collection-page .pattern-picker { margin: 5px 0 10px; }
  .collection-page .pattern-picker legend { margin-bottom: 5px; font-size: 8px; }
  .collection-page .pattern-options { gap: 5px; }
  .collection-page .pattern-option { min-height: 42px; gap: 5px; padding: 4px 5px; font-size: 8px; }
  .collection-page .pattern-swatch { width: 23px; height: 23px; flex-basis: 23px; }
  .collection-page .collection-feature-tags { gap: 4px; margin: 0 0 10px; }
  .collection-page .collection-feature-tags span { padding: 5px 7px; font-size: 8px; }
  .collection-page .collection-card-action { min-height: 38px; padding-inline: 13px; font-size: 10px; }
  .collection-page .product-footer { display: none; }
}

@media (min-width: 901px) and (max-height: 720px) {
  .collection-page .collection-heading > p,
  .collection-page .collection-feature-tags { display: none; }
  .collection-page .collection-card-copy > p:not(.collection-card-meta) { display: none; }
  .collection-page .collection-card-image { height: clamp(125px, 24vh, 175px); }
  .collection-page .collection-card-copy { padding-block: 10px; }
  .collection-page .pattern-picker { margin-top: 6px; }
}

@media (min-width: 901px) {
  .product-page:not(.collection-page) .product-detail-main { padding-top: 16px; }
  .product-page:not(.collection-page) .product-carousel-track {
    height: calc(100svh - 218px); min-height: 480px; max-height: 720px;
  }
  .product-page:not(.collection-page) .shop-buy-panel {
    display: flex; flex-direction: column; padding-top: 10px;
  }
  .product-page:not(.collection-page) .product-back-link { margin-bottom: 14px; }
  .product-page:not(.collection-page) .shop-buy-panel h1 { margin-bottom: 4px; }
  .product-page:not(.collection-page) .shop-price { margin-bottom: 4px; }
  .product-page:not(.collection-page) .product-hand-note { margin-block: 8px; }
  .product-page:not(.collection-page) .buy-controls { margin: 10px 0 20px; }

  body[data-product-id="petting-one"] .product-back-link { order: 1; }
  body[data-product-id="petting-one"] .product-overline { order: 2; }
  body[data-product-id="petting-one"] #shop-product-name { order: 3; }
  body[data-product-id="petting-one"] .shop-price { order: 4; }
  body[data-product-id="petting-one"] .product-hand-note { order: 5; }
  body[data-product-id="petting-one"] .buy-controls { order: 6; }
  body[data-product-id="petting-one"] .shop-description { order: 7; }
  body[data-product-id="petting-one"] .shop-benefits { order: 8; }
  body[data-product-id="petting-one"] .product-specs { order: 9; }
  body[data-product-id="petting-one"] .shop-policies { order: 10; }

  .loop-detail-page .product-back-link { order: 1; }
  .loop-detail-page .product-overline { order: 2; }
  .loop-detail-page #loop-product-name { order: 3; }
  .loop-detail-page .shop-price { order: 4; }
  .loop-detail-page .pattern-picker { order: 5; margin-block: 10px; }
  .loop-detail-page .loop-size-preview { order: 6; margin-bottom: 8px; padding: 12px 14px; }
  .loop-detail-page .loop-size-preview p { display: none; }
  .loop-detail-page .buy-controls { order: 7; }
  .loop-detail-page .product-hand-note { order: 8; }
  .loop-detail-page .shop-description { order: 9; }
  .loop-detail-page .loop-status-card { order: 10; }
  .loop-detail-page .product-specs { order: 11; }
  .loop-detail-page .shop-policies { order: 12; }
}
#petting-one-details { scroll-margin-top: 112px; }
.collar-detail-stage { background: var(--paper); }
.collar-detail-stage .collar-variant-image {
  width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover;
  opacity: 0; transform: scale(1.015); transition: opacity .32s var(--ease), transform .55s var(--ease);
}
.collar-detail-stage .collar-variant-image.is-active { opacity: 1; transform: scale(1); }
.collar-gallery-note {
  position: absolute; z-index: 3; left: 24px; bottom: 24px; margin: 0; padding: 9px 13px;
  border-radius: 999px; background: rgba(255,253,248,.9); color: var(--ink);
  font: 700 16px var(--hand); backdrop-filter: blur(8px);
}
.pattern-picker-detail { margin-block: 28px; }
.loop-size-preview { margin: 0 0 24px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.loop-size-preview > span {
  display: block; margin-bottom: 12px; color: var(--ink-soft); font-size: 10px;
  font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.loop-size-preview > div { display: flex; gap: 8px; }
.loop-size-preview > div span,
.loop-size-preview > div button {
  width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--ink);
  border-radius: 50%; background: var(--white); color: var(--ink); font-size: 12px; font-weight: 700;
}
.loop-size-preview > div button { cursor: pointer; }
.loop-size-preview > div button:hover,
.loop-size-preview > div button.is-active { background: var(--ink); color: var(--white); box-shadow: 2px 2px 0 var(--coral); }
.loop-size-preview p { margin: 13px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.55; }
.loop-status-card {
  display: grid; grid-template-columns: 32px 1fr; gap: 10px; margin-bottom: 30px; padding: 18px;
  border: 1.5px solid var(--ink); border-radius: 16px 16px 16px 5px; background: var(--butter);
  box-shadow: 3px 3px 0 var(--ink);
}
.loop-status-card > span { font-size: 19px; }
.loop-status-card strong { font: 700 20px var(--hand); }
.loop-status-card p { margin: 4px 0 0; font-size: 11px; line-height: 1.55; }
.trail-detail-stage { background: var(--paper); }
.trail-detail-stage > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.trail-length-preview { margin: 28px 0 24px; }
.trail-length-preview > span {
  display: block; margin-bottom: 10px; color: var(--ink-soft); font-size: 10px;
  font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.trail-length-preview > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.trail-length-preview article {
  padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper);
}
.trail-length-preview strong { display: block; font-size: 20px; letter-spacing: -.04em; }
.trail-length-preview small { color: var(--ink-soft); font-size: 10px; }
.trail-length-preview > p { margin: 11px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.55; }
.trail-status-card { background: var(--sky); }
.product-back-link {
  display: inline-flex; margin: 0 0 34px; color: var(--ink-soft);
  font-size: 12px; font-weight: 700;
}
.product-back-link:hover { color: var(--coral-deep); }
.product-detail-layout {
  display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(370px, .65fr);
  gap: clamp(22px, 3.5vw, 66px); align-items: start;
}
.product-carousel {
  min-width: 0; position: relative; overflow: hidden; background: var(--paper);
  touch-action: pan-y; overscroll-behavior: contain; scrollbar-width: none;
}
.product-carousel::-webkit-scrollbar { display: none; }
.product-carousel-track {
  height: calc(100svh - 154px); min-height: 580px; max-height: 920px;
  position: relative; overflow: hidden;
}
.product-detail-layout .shop-photo-primary {
  min-height: 0; height: 100%;
  border: 0; border-radius: 0; background: var(--paper);
}
.product-detail-layout .carousel-slide {
  position: absolute; inset: 0; opacity: 0; visibility: hidden;
  transform: translateX(3%); transition: opacity .5s var(--ease), transform .55s var(--ease), visibility 0s .55s;
}
.product-detail-layout .carousel-slide.is-active {
  opacity: 1; visibility: visible; transform: translateX(0); transition-delay: 0s;
}
.product-detail-layout .shop-photo-primary img { object-position: center; }
.product-detail-layout .shop-photo-lifestyle img { object-position: 61% center; }
.product-detail-layout .shop-photo-primary figcaption { bottom: 72px; }
.carousel-controls {
  position: absolute; z-index: 5; inset: 0; pointer-events: none;
}
.carousel-arrow {
  position: absolute; top: 50%; width: 50px; height: 50px; display: grid; place-items: center;
  padding: 0 0 4px; border: 1px solid rgba(37,54,47,.2); border-radius: 50%;
  background: rgba(255,253,248,.9); color: var(--ink); box-shadow: 0 8px 28px rgba(37,54,47,.14);
  cursor: pointer; pointer-events: auto; font-size: 34px; font-weight: 300; line-height: 1;
  transform: translateY(-50%); transition: color .2s, background .2s, transform .2s var(--ease);
}
.carousel-prev { left: 18px; }
.carousel-next { right: 18px; }
.carousel-arrow:hover { color: var(--ink); background: var(--butter); transform: translateY(-50%) scale(1.06); }
.carousel-dots {
  position: absolute; left: 50%; bottom: 24px; display: flex; align-items: center; gap: 7px;
  padding: 10px 12px; border-radius: 999px; background: rgba(37,54,47,.72);
  pointer-events: auto; transform: translateX(-50%); backdrop-filter: blur(10px);
}
.carousel-dot {
  width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%;
  background: rgba(255,255,255,.42); cursor: pointer; transition: width .25s var(--ease), background .25s;
}
.carousel-dot.is-active { width: 24px; border-radius: 999px; background: white; }
.product-detail-layout .shop-buy-panel {
  position: relative; top: 0; max-height: none; overflow: visible;
  padding: clamp(18px, 2.7vw, 46px) clamp(12px, 2.3vw, 38px) 30px;
}
.product-detail-layout .product-back-link { margin-bottom: clamp(24px, 3vh, 44px); }
.product-detail-layout .shop-description { max-width: 44ch; }
.product-detail-layout .shop-benefits { margin-block: clamp(20px, 2.6vh, 32px); }
.buy-controls { margin-bottom: 32px; }
.quantity-control {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  margin-bottom: 13px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
}
.quantity-stepper {
  min-width: 118px; height: 44px; display: grid; grid-template-columns: 38px 1fr 38px;
  align-items: center; border: 1px solid var(--line); border-radius: 999px; background: var(--white);
}
.quantity-stepper button {
  height: 100%; border: 0; color: var(--ink); background: transparent;
  cursor: pointer; font-size: 18px; line-height: 1;
}
.quantity-stepper output { text-align: center; font-size: 12px; font-weight: 700; }
.buy-controls .purchase-button { width: 100%; }
.cart-scrim {
  position: fixed; inset: 0; z-index: 70; background: rgba(27,35,31,.52);
  opacity: 0; transition: opacity .3s var(--ease);
}
.cart-scrim[hidden] { display: none; }
.cart-scrim.is-visible { opacity: 1; }
.cart-drawer {
  position: fixed; z-index: 80; top: 0; right: 0; bottom: 0; width: min(650px, 100%);
  display: flex; flex-direction: column; background: var(--white); box-shadow: -30px 0 80px rgba(37,54,47,.18);
  transform: translateX(105%); visibility: hidden; transition: transform .42s var(--ease), visibility 0s .42s;
}
.cart-drawer.is-open { transform: translateX(0); visibility: visible; transition-delay: 0s; }
.cart-drawer-header {
  min-height: 92px; display: flex; align-items: center; justify-content: space-between;
  padding: 20px clamp(22px, 5vw, 42px); border-bottom: 1px solid var(--line);
}
.cart-drawer-header > div { display: flex; align-items: baseline; gap: 10px; }
.cart-drawer-header h2 { margin: 0; font-size: clamp(24px, 4vw, 34px); letter-spacing: -.045em; }
.cart-drawer-count { color: var(--ink-soft); font-size: 12px; }
.cart-close {
  width: 48px; height: 48px; border: 0; background: transparent; color: var(--ink);
  cursor: pointer; font-size: 42px; font-weight: 300; line-height: 1;
}
.cart-empty { margin: auto; padding: 40px; text-align: center; }
.cart-empty p { margin: 0 0 24px; color: var(--ink-soft); }
.cart-continue {
  padding: 13px 20px; border: 1px solid var(--ink); border-radius: 999px;
  background: transparent; color: var(--ink); cursor: pointer; font-weight: 700;
}
.cart-filled { min-height: 0; display: flex; flex: 1; flex-direction: column; overflow-y: auto; }
.cart-filled[hidden], .cart-empty[hidden] { display: none; }
.cart-shipping {
  display: flex; align-items: center; gap: 12px; margin: 0 clamp(22px, 5vw, 42px);
  padding: 21px 0; border-bottom: 4px solid var(--coral);
}
.cart-shipping span { color: var(--coral); }
.cart-shipping p { margin: 0; font-size: 12px; font-weight: 700; }
.cart-item {
  display: grid; grid-template-columns: 150px 1fr; gap: 24px;
  padding: clamp(28px, 5vw, 42px); border-bottom: 1px solid var(--line);
}
.cart-item img { width: 150px; aspect-ratio: 1; object-fit: cover; background: var(--paper); }
.cart-item-copy { min-width: 0; display: flex; flex-direction: column; }
.cart-item-copy > span {
  margin-top: 8px; color: var(--ink-soft); font-size: 11px; text-transform: uppercase; letter-spacing: .08em;
}
.cart-item-heading { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.cart-item-heading h3 { margin: 0; font-size: 18px; }
.cart-item-heading strong { font-size: 13px; white-space: nowrap; }
.cart-item-actions { display: flex; align-items: center; gap: 18px; margin-top: auto; padding-top: 22px; }
.cart-item-actions .quantity-stepper { min-width: 110px; height: 40px; grid-template-columns: 35px 1fr 35px; }
.cart-remove {
  border: 0; border-bottom: 1px solid currentColor; padding: 2px 0;
  background: transparent; color: var(--ink-soft); cursor: pointer; font-size: 11px;
}
.cart-summary { margin-top: auto; padding: clamp(26px, 5vw, 42px); border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; justify-content: space-between; gap: 20px; font-size: 15px; }
.cart-summary > p:first-of-type { margin: 9px 0 24px; color: var(--ink-soft); font-size: 11px; }
.cart-summary .purchase-button { border-radius: 0; box-shadow: none; background: var(--ink); }
.cart-summary .purchase-button:not(.is-disabled):hover { transform: none; background: var(--coral-deep); }
.product-footer { padding-top: 55px; }
.product-footer .footer-bottom { grid-template-columns: 1fr 1fr; margin-top: 50px; }

.account-dialog {
  position: fixed; inset: 0 0 0 auto; width: min(560px, 100%); height: 100dvh; max-width: none; max-height: none;
  margin: 0; padding: 0; overflow: hidden; border: 0; border-left: 1.5px solid var(--ink);
  border-radius: 30px 0 0 30px; background: var(--paper); color: var(--ink);
  box-shadow: -24px 0 80px rgba(26, 37, 32, .22);
}
.account-dialog[open] { animation: account-drawer-in .42s var(--ease) both; }
.account-dialog::backdrop {
  background: rgba(27,35,31,.48); backdrop-filter: blur(5px);
  animation: account-backdrop-in .25s ease-out both;
}
.account-shell { height: 100%; display: grid; grid-template-rows: auto minmax(0, 1fr); }
.account-drawer-top {
  min-height: 112px; display: flex; align-items: center; gap: 18px; padding: 24px 28px;
  border-bottom: 1.5px solid var(--ink); background: var(--coral); color: var(--ink);
}
.account-mini-brand { display: inline-flex; align-items: center; gap: 7px; font-size: 22px; font-weight: 700; letter-spacing: -.06em; }
.account-mini-brand svg { width: 37px; height: 31px; overflow: visible; }
.account-mini-brand path {
  fill: none; stroke: var(--ink); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round;
}
.account-mini-brand path:first-child { fill: var(--butter); }
.account-drawer-note {
  margin-left: auto; color: rgba(37,54,47,.78); font: 700 15px/.9 var(--hand);
  text-align: right; transform: rotate(-3deg);
}
.account-close {
  width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto;
  border: 1.5px solid var(--ink); border-radius: 50%; background: var(--white); color: var(--ink);
  box-shadow: 2px 2px 0 var(--ink); cursor: pointer; font-size: 30px; font-weight: 300; line-height: 1;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.account-close:hover { transform: translate(1px, 1px) rotate(4deg); box-shadow: 1px 1px 0 var(--ink); }
.account-content {
  overflow-y: auto; overscroll-behavior: contain;
  padding: clamp(34px, 7vh, 64px) clamp(28px, 5vw, 54px) calc(34px + env(safe-area-inset-bottom));
}
.account-heading { display: flex; align-items: start; justify-content: space-between; gap: 24px; }
.account-heading > div { min-width: 0; }
.account-tag-doodle {
  margin-top: 5px; padding: 8px 13px 7px; border: 1.5px solid var(--ink); border-radius: 50%;
  background: var(--butter); font: 700 17px/1 var(--hand); transform: rotate(8deg);
}
.account-kicker {
  display: block; margin-bottom: 12px; color: var(--coral-deep); font-size: 9px;
  font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.account-content h2 {
  margin: 0; font: 700 clamp(48px, 6vw, 66px)/.82 var(--hand); letter-spacing: -.04em;
}
.account-intro { max-width: 38ch; margin: 20px 0 28px; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.account-mode-tabs {
  display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 24px;
  border-bottom: 1.5px solid var(--ink);
}
.account-mode-tabs button {
  min-height: 44px; border: 0; border-bottom: 4px solid transparent; background: transparent;
  color: var(--ink-soft); cursor: pointer; font-size: 12px; font-weight: 700;
}
.account-mode-tabs button[aria-selected="true"] { border-color: var(--coral); color: var(--ink); }
.account-form { display: grid; gap: 18px; }
.account-form label { display: grid; gap: 8px; font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.account-form input {
  width: 100%; min-height: 54px; padding: 0 16px; border: 1.5px solid var(--ink);
  border-radius: 14px 14px 14px 5px; outline: 0; background: var(--white); color: var(--ink); font-size: 15px;
  transition: box-shadow .2s, background .2s;
}
.account-form input::placeholder { color: rgba(93,102,95,.58); }
.account-form input:focus { background: #fff; box-shadow: 3px 3px 0 var(--butter); }
.account-password-field { position: relative; display: block; }
.account-password-field input { padding-right: 68px; }
.account-password-toggle {
  position: absolute; top: 50%; right: 13px; transform: translateY(-50%);
  padding: 5px; border: 0; border-bottom: 1px solid currentColor;
  background: transparent; color: var(--ink-soft); cursor: pointer; font-size: 10px; font-weight: 700;
}
.account-form small { margin-top: -12px; color: var(--ink-soft); font-size: 9px; }
.account-message { min-height: 18px; margin: -6px 0 0; color: #a43c2c; font-size: 12px; line-height: 1.45; }
.account-submit {
  min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 0 12px 0 22px; border: 1.5px solid var(--ink); border-radius: 999px;
  background: var(--coral); color: white; box-shadow: 3px 3px 0 var(--ink);
  cursor: pointer; font-size: 13px; font-weight: 700;
}
.account-submit span:last-child {
  width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%;
  background: var(--white); color: var(--ink); font-size: 17px;
}
.account-submit:disabled { opacity: .55; cursor: wait; }
.account-security {
  display: flex; align-items: flex-start; gap: 8px; margin: 18px 0 0;
  color: var(--ink-soft); font-size: 9px; line-height: 1.5;
}
.account-security span { color: var(--coral); font-size: 12px; }
.account-switch {
  margin-top: 20px; padding: 0; border: 0; background: transparent;
  color: var(--ink-soft); cursor: pointer; font-size: 11px;
}
.account-switch strong { margin-left: 4px; color: var(--coral-deep); border-bottom: 1px solid currentColor; }
.account-profile-card {
  position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center;
  gap: 18px; padding: 25px 22px; overflow: hidden; border: 1.5px solid var(--ink);
  border-radius: 22px 22px 22px 7px; background: var(--white); box-shadow: 5px 5px 0 var(--ink);
}
.account-profile-avatar {
  width: 64px; height: 64px; display: grid; place-items: center; border: 1.5px solid var(--ink);
  border-radius: 50% 50% 45% 55% / 56% 46% 54% 44%; background: var(--leaf);
  font: 700 38px/1 var(--hand); transform: rotate(-4deg);
}
.account-profile-card h2 { overflow: hidden; font-size: clamp(36px, 5vw, 52px); text-overflow: ellipsis; white-space: nowrap; }
.account-profile-card p {
  margin: 8px 0 0; overflow: hidden; color: var(--ink-soft); font-size: 11px;
  text-overflow: ellipsis; white-space: nowrap;
}
.account-profile-mark {
  align-self: start; color: var(--coral); font: 700 24px var(--hand); transform: rotate(10deg);
}
.account-member-line {
  display: flex; align-items: center; gap: 9px; margin: 22px 5px 0;
  color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .04em;
}
.account-member-line span:first-child { color: var(--coral); font-size: 15px; }
.account-orders { margin-top: 38px; }
.account-section-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.account-section-heading h3 { margin: 0; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.account-section-heading > span { color: var(--coral); font: 700 18px var(--hand); }
.account-order-list { border-top: 1.5px solid var(--ink); }
.account-order {
  display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 0;
  border-bottom: 1px solid var(--line); font-size: 11px;
}
.account-order-main { min-width: 0; display: flex; align-items: center; gap: 12px; }
.account-order-thumb {
  width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto;
  border: 1px solid var(--ink); border-radius: 50%; background: var(--butter);
  font: 700 25px var(--hand);
}
.account-order-total { flex: 0 0 auto; text-align: right; }
.account-order strong, .account-order span { display: block; }
.account-order div span { margin-top: 4px; color: var(--ink-soft); font-size: 9px; }
.account-empty { padding: 32px 18px 24px; text-align: center; color: var(--ink); }
.account-empty-paw {
  width: 46px; height: 46px; display: grid; place-items: center; margin: 0 auto 12px;
  border: 1.5px solid var(--ink); border-radius: 50%; background: var(--sky); font: 700 25px var(--hand);
}
.account-empty strong { display: block; font: 700 25px/1 var(--hand); }
.account-empty p { max-width: 32ch; margin: 10px auto 18px; color: var(--ink-soft); font-size: 11px; line-height: 1.55; }
.account-empty a {
  display: inline-flex; align-items: center; gap: 10px; padding-bottom: 3px;
  border-bottom: 1px solid currentColor; color: var(--coral-deep); font-size: 11px; font-weight: 700;
}
.account-logout {
  width: 100%; min-height: 50px; display: flex; align-items: center; justify-content: space-between;
  margin-top: 28px; padding: 0 3px; border: 0; border-top: 1px solid var(--line);
  background: transparent; color: var(--ink-soft); cursor: pointer; font-size: 11px; font-weight: 700;
}
.account-inline-error { padding: 18px 0; color: #a43c2c; font-size: 11px; }
.account-loading { display: flex; justify-content: center; gap: 6px; padding: 35px; }
.account-loading span { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); animation: account-dot .8s infinite alternate; }
.account-loading span:nth-child(2) { animation-delay: .16s; }
.account-loading span:nth-child(3) { animation-delay: .32s; }
@keyframes account-drawer-in { from { transform: translateX(102%); } to { transform: translateX(0); } }
@keyframes account-backdrop-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes account-dot { to { opacity: .25; transform: translateY(-3px); } }

.story { overflow: hidden; }
.story-grid { display: grid; grid-template-columns: 1.5fr .7fr; gap: 8vw; margin: 42px 0 80px; align-items: end; }
.story h2 { font-size: clamp(47px, 6vw, 92px); }
.story h2 em { color: var(--coral); }
.story-copy p:first-child { font-size: 17px; line-height: 1.7; color: var(--ink-soft); }
.hand-note {
  display: inline-block; font: 700 25px/1.05 var(--hand); color: var(--coral-deep); transform: rotate(-3deg);
}
.day-strip { display: grid; grid-template-columns: .85fr 1.5fr .9fr; gap: 18px; }
.moment {
  min-height: 340px; border: 1.5px solid var(--ink); border-radius: var(--radius);
  padding: 22px; position: relative; overflow: hidden; box-shadow: 5px 5px 0 var(--ink);
}
.moment-time { font: 700 18px var(--hand); }
.moment strong { display: block; font-size: 19px; margin-top: auto; }
.moment > span:last-child { font-size: 12px; color: var(--ink-soft); }
.moment-yellow { background: var(--butter); display: flex; flex-direction: column; }
.moment-yellow svg { flex: 1; fill: none; stroke: var(--ink); stroke-width: 2.5; stroke-linecap: round; }
.moment-photo { padding: 0; color: white; }
.moment-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 50%, rgba(25,39,31,.72)); }
.moment-photo img { width: 100%; height: 100%; object-fit: cover; }
.moment-photo div { position: absolute; z-index: 1; left: 24px; bottom: 22px; }
.moment-photo strong { font-size: 22px; margin-top: 6px; }
.moment-blue { background: var(--sky); display: flex; flex-direction: column; }
.big-stat {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 60px;
  font-size: clamp(60px, 7vw, 100px);
  letter-spacing: -.08em;
  font-weight: 700;
  line-height: .82;
}
.big-stat small {
  flex: 0 0 auto;
  margin: 0;
  font: 700 30px/1 var(--hand);
  letter-spacing: 0;
}
.route-line { margin-top: auto; width: 100%; fill: var(--paper); stroke: var(--ink); stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 4 6; }

.features { background: var(--ink); color: var(--white); }
.feature-intro { display: flex; justify-content: space-between; align-items: end; border-bottom: 1px solid rgba(255,255,255,.22); padding-bottom: 60px; }
.feature-intro .section-kicker { align-self: start; color: var(--butter); }
.feature-intro h2 { font-size: clamp(48px, 6vw, 88px); }
.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); }
.feature-card {
  position: relative; min-height: 620px; padding: 30px clamp(20px, 3vw, 44px) 42px;
  display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.22);
}
.feature-card:first-child { border-left: 1px solid rgba(255,255,255,.22); }
.feature-number { font: 700 20px var(--hand); color: rgba(255,255,255,.45); }
.feature-icon {
  width: 150px; height: 150px; margin: 65px auto 80px; display: grid; place-items: center;
  border-radius: 52% 48% 45% 55% / 58% 42% 58% 42%; transform: rotate(-7deg);
}
.feature-icon svg { width: 77px; fill: none; stroke: var(--ink); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.icon-camera { background: var(--butter); }
.icon-location { background: var(--sky); transform: rotate(6deg); }
.icon-heart { background: var(--coral); }
.feature-label { margin: 0 0 12px; color: var(--butter); font: 700 18px var(--hand); text-transform: uppercase; }
.feature-card h3 { margin: 0; font-size: 27px; letter-spacing: -.035em; }
.feature-card p:not(.feature-label) { color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.7; }
.card-note {
  position: absolute; right: 22px; top: 240px; font: 700 16px/1 var(--hand);
  color: rgba(255,255,255,.6); transform: rotate(7deg);
}

.product { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; min-height: 850px; }
.product h2 { margin: 36px 0; font-size: clamp(48px, 5vw, 78px); }
.product h2 em { color: var(--coral); }
.product-copy > p { color: var(--ink-soft); line-height: 1.7; max-width: 520px; }
.product-stage {
  min-height: 600px; display: grid; place-items: center; position: relative; border-radius: 50%;
}
.sun-shape {
  position: absolute; width: min(43vw, 570px); aspect-ratio: 1; border-radius: 47% 53% 61% 39% / 47% 41% 59% 53%;
  background: var(--butter); animation: blob 12s ease-in-out infinite alternate;
}
.collar-device {
  width: min(31vw, 430px); aspect-ratio: 1.55; z-index: 2; border: 4px solid var(--ink);
  border-radius: 43% 57% 51% 49% / 48% 45% 55% 52%; background: var(--coral);
  box-shadow: 12px 16px 0 rgba(37,54,47,.9), inset 10px 10px 20px rgba(255,255,255,.18);
  transform: rotate(-6deg); position: relative;
}
.device-lens {
  position: absolute; width: 32%; aspect-ratio: 1; left: 11%; top: 22%; border: 4px solid var(--ink);
  border-radius: 50%; background: #38453f; box-shadow: inset 0 0 0 9px #101712, inset 0 0 0 15px #51635a;
}
.device-lens i { position: absolute; width: 18%; aspect-ratio: 1; top: 22%; left: 24%; border-radius: 50%; background: rgba(255,255,255,.65); }
.device-mark { position: absolute; right: 18%; top: 30%; width: 64px; }
.device-mark svg { fill: none; stroke: var(--ink); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.device-light { position: absolute; right: 23%; bottom: 24%; width: 9px; height: 9px; border-radius: 50%; background: #d9f39d; border: 1px solid var(--ink); }
.product-annotation { position: absolute; z-index: 3; font: 700 18px var(--hand); }
.annotation-one { top: 10%; right: 1%; transform: rotate(5deg); }
.annotation-two { bottom: 7%; left: 0; transform: rotate(-6deg); }
.annotation-arrow { position: absolute; z-index: 3; width: 80px; fill: none; stroke: var(--ink); stroke-width: 2; stroke-linecap: round; }
.arrow-one { top: 18%; right: 13%; }
.arrow-two { left: 13%; bottom: 14%; }

.experience {
  overflow: hidden; background: var(--paper-deep);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.experience-heading {
  display: grid; grid-template-columns: .55fr 1.25fr .65fr; gap: 5vw;
  align-items: end; padding-bottom: clamp(55px, 7vw, 90px);
}
.experience-heading .section-kicker { align-self: start; }
.experience h2 {
  margin: 0; font-size: clamp(48px, 6vw, 88px); line-height: .9;
  letter-spacing: -.065em;
}
.experience h2 em { color: var(--coral); }
.experience-heading > p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.experience-grid {
  display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 9vw, 150px);
  align-items: center;
}
.experience-steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.experience-steps li {
  display: grid; grid-template-columns: 54px 1fr; gap: 20px;
  padding: 30px 0; border-bottom: 1px solid var(--ink);
}
.experience-steps li > span { font: 700 19px var(--hand); color: var(--coral-deep); }
.experience-steps h3 { margin: 0 0 9px; font-size: 20px; letter-spacing: -.035em; }
.experience-steps p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.app-showcase {
  min-height: 720px; display: grid; place-items: center; position: relative;
  border: 1.5px solid var(--ink); border-radius: 50% 48% 45% 52%;
  background: var(--sky);
}
.app-showcase::before {
  content: ""; position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%;
  background: var(--butter); opacity: .88;
}
.app-note {
  position: absolute; z-index: 3; top: 12%; right: 4%; max-width: 150px;
  font: 700 19px/1.05 var(--hand); transform: rotate(7deg);
}
.phone {
  position: relative; z-index: 2; width: min(330px, 62%); padding: 15px 17px 12px;
  border: 3px solid var(--ink); border-radius: 42px; background: var(--white);
  box-shadow: 12px 14px 0 var(--ink), var(--shadow); transform: rotate(-3deg);
}
.phone-top { display: flex; justify-content: space-between; padding: 0 6px 15px; font-size: 9px; font-weight: 700; }
.app-pet { display: grid; grid-template-columns: 42px 1fr auto; gap: 10px; align-items: center; }
.app-avatar {
  width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%;
  background: var(--coral); color: var(--butter); border: 1.5px solid var(--ink); font-size: 20px;
}
.app-pet strong, .app-pet span { display: block; }
.app-pet strong { font-size: 15px; letter-spacing: -.03em; }
.app-pet div span { margin-top: 2px; color: var(--ink-soft); font-size: 9px; }
.battery-pill { padding: 5px 7px; border-radius: 99px; background: #dcebcf; font-size: 9px; }
.app-map {
  height: 245px; margin-top: 16px; overflow: hidden; position: relative;
  border: 1.5px solid var(--ink); border-radius: 23px; background: #d5e3d1;
}
.app-map svg { width: 100%; height: 100%; }
.map-road { fill: none; stroke: var(--white); stroke-width: 15; stroke-linecap: round; }
.map-route { fill: none; stroke: var(--coral); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 5 7; }
.map-zone { fill: rgba(169,212,229,.5); stroke: var(--ink); stroke-width: 1; stroke-dasharray: 4 5; }
.map-pet { fill: var(--coral); stroke: var(--ink); stroke-width: 3; }
.map-home { fill: var(--butter); stroke: var(--ink); stroke-width: 2; }
.map-label {
  position: absolute; z-index: 1; top: 13px; left: 13px; padding: 6px 9px;
  border: 1px solid var(--ink); border-radius: 99px; background: var(--white);
  font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
}
.map-status {
  position: absolute; left: 13px; bottom: 12px; display: flex; align-items: center; gap: 7px;
  padding: 7px 10px; border-radius: 99px; background: var(--ink); color: white; font-size: 9px;
}
.map-status i { width: 6px; height: 6px; border-radius: 50%; background: #d6f28f; }
.app-recap {
  display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center;
  margin-top: 12px; padding: 14px; border: 1px solid var(--line); border-radius: 18px;
  background: var(--paper);
}
.app-recap span, .app-recap strong { display: block; }
.app-recap div > span { color: var(--coral-deep); font: 700 12px var(--hand); }
.app-recap strong { margin-top: 3px; font-size: 11px; line-height: 1.35; }
.recap-arrow { width: 29px; height: 29px; display: grid !important; place-items: center; border-radius: 50%; background: var(--butter); }
.app-tabs { display: flex; justify-content: space-around; padding: 12px 35px 2px; color: #9ba49f; }
.app-tabs span { font-size: 17px; }
.app-tabs .is-active { color: var(--coral); }

.promise { padding-top: 0; }
.promise-card {
  display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 7vw;
  padding: clamp(50px, 7vw, 100px); background: var(--sky); border: 1.5px solid var(--ink);
  border-radius: var(--radius); box-shadow: 6px 6px 0 var(--ink);
}
.promise-doodle { width: min(100%, 300px); margin: auto; fill: none; stroke: var(--ink); stroke-width: 2.5; stroke-linecap: round; }
.promise-pre { font: 700 22px var(--hand); color: var(--coral-deep); }
.promise h2 { margin: 12px 0 22px; font-size: clamp(38px, 5vw, 72px); letter-spacing: -.06em; }
.promise p { max-width: 610px; color: #43584f; line-height: 1.7; }
.promise .text-link { display: inline-block; margin-top: 18px; }

.faq { display: grid; grid-template-columns: .75fr 1fr; gap: 10vw; }
.faq-heading { position: sticky; top: 130px; align-self: start; }
.faq h2 { font-size: clamp(46px, 5vw, 76px); margin-top: 35px; }
.faq h2 em { color: var(--coral); }
.accordion { border-top: 1px solid var(--ink); }
.accordion details { border-bottom: 1px solid var(--ink); padding: 0 4px; }
.accordion summary {
  min-height: 92px; display: flex; align-items: center; justify-content: space-between;
  cursor: pointer; list-style: none; font-weight: 600; font-size: 18px; gap: 20px;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary > span[aria-hidden] { width: 26px; height: 26px; position: relative; flex: 0 0 auto; }
.accordion summary > span[aria-hidden]::before, .accordion summary > span[aria-hidden]::after {
  content: ""; position: absolute; background: var(--coral); left: 3px; top: 12px; width: 20px; height: 2px;
}
.accordion summary > span[aria-hidden]::after { transform: rotate(90deg); transition: transform .2s; }
.accordion details[open] summary > span[aria-hidden]::after { transform: rotate(0); }
.accordion details p { margin: -10px 55px 30px 0; color: var(--ink-soft); line-height: 1.7; font-size: 14px; }

.waitlist {
  min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden;
  background: var(--coral); color: var(--white);
}
.waitlist-copy { padding: clamp(70px, 9vw, 140px); align-self: center; position: relative; z-index: 2; }
.waitlist .hand-note { color: var(--butter); }
.waitlist h2 { margin: 24px 0; font-size: clamp(55px, 6.5vw, 94px); }
.waitlist-copy > p { color: rgba(255,255,255,.78); max-width: 470px; }
.signup-form {
  display: flex; max-width: 560px; margin-top: 40px; border-bottom: 2px solid white; padding-bottom: 10px; position: relative;
}
.signup-form input {
  flex: 1; min-width: 0; padding: 14px 4px; color: white; background: transparent; border: 0; outline: none; font-size: 17px;
}
.signup-form input::placeholder { color: rgba(255,255,255,.65); }
.signup-form button {
  background: var(--ink); color: white; border: 0; border-radius: 999px; padding: 0 22px; font-weight: 700; cursor: pointer;
}
.form-message { position: absolute; top: calc(100% + 16px); margin: 0; font-size: 13px; }
.waitlist-copy small { display: block; margin-top: 45px; opacity: .62; }
.waitlist-art { position: relative; display: grid; place-items: end center; overflow: hidden; }
.waitlist-art .sun {
  position: absolute; width: min(45vw, 620px); aspect-ratio: 1; border-radius: 50%;
  background: var(--butter); top: 12%; right: -5%;
}
.dog-doodle { position: relative; z-index: 1; width: min(44vw, 600px); fill: var(--paper); stroke: var(--ink); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.heart-doodle { position: absolute; z-index: 2; top: 23%; left: 17%; color: var(--ink); font: 700 55px var(--hand); transform: rotate(-12deg); }
.woof { position: absolute; top: 17%; left: 23%; z-index: 2; color: var(--ink); font: 700 27px var(--hand); transform: rotate(-8deg); }

.site-footer { padding: 75px clamp(24px, 6vw, 96px) 30px; background: var(--ink); color: var(--white); }
.footer-brand span { font-size: 40px; }
.footer-brand .brand-mark { width: 52px; height: 42px; }
.site-footer > p { color: rgba(255,255,255,.55); margin: 20px 0 50px; }
.site-footer > nav { display: flex; gap: 30px; border-top: 1px solid rgba(255,255,255,.18); padding-top: 30px; font-size: 13px; }
.footer-bottom {
  display: grid; grid-template-columns: 1fr 1fr 1fr; margin-top: 80px; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.5); font-size: 11px;
}
.footer-bottom div { display: flex; gap: 25px; justify-content: center; }
.back-top { justify-self: end; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes blob { to { transform: rotate(12deg) scale(1.04); border-radius: 56% 44% 38% 62% / 40% 54% 46% 60%; } }

@media (max-width: 1180px) and (min-width: 901px) {
  .account-trigger { width: 46px; justify-content: center; padding: 4px; border-radius: 16px 16px 16px 6px; }
  .account-trigger-copy, .account-trigger-chevron { display: none; }
  .product-detail-layout { grid-template-columns: minmax(0, 1.05fr) minmax(350px, .95fr); gap: 28px; }
  .product-carousel-track { min-height: 620px; }
  .product-detail-layout .shop-buy-panel { padding-inline: 10px; }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto auto; height: 74px; gap: 4px; padding-inline: 18px; }
  .header-actions { grid-column: 2; grid-row: 1; }
  .header-cta { display: none; }
  .menu-toggle {
    grid-column: 3; grid-row: 1;
    display: grid; gap: 6px; padding: 12px; border: 0; background: transparent; cursor: pointer;
  }
  .menu-toggle span:not(.sr-only) { width: 25px; height: 2px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .primary-nav {
    position: absolute; display: none; top: 73px; left: 0; right: 0; padding: 25px;
    background: var(--paper); border-bottom: 1px solid var(--ink); flex-direction: column; align-items: flex-start; gap: 22px;
  }
  .primary-nav.is-open { display: flex; }
  .language-picker { min-height: 38px; }
  .language-picker select { min-height: 36px; width: 66px; }
  .product-subnav { top: 74px; }
  .hero { min-height: max(680px, calc(100svh - 74px)); padding-bottom: 65px; }
  .hero-media img { object-position: 60% center; }
  .hero-media::after { background: linear-gradient(90deg, rgba(29,39,34,.68), rgba(29,39,34,.13)), linear-gradient(0deg, rgba(29,39,34,.5), transparent); }
  .hero-note { display: none; }
  .collection-heading { grid-template-columns: 1fr; gap: 22px; }
  .collection-heading > p { justify-self: start; }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-card-image { min-height: 500px; }
  .shop-heading, .shop-layout, .product-entry, .product-detail-layout, .story-grid, .product, .faq, .experience-heading, .experience-grid { grid-template-columns: 1fr; }
  .shop-heading { gap: 35px; }
  .shop-heading > p { max-width: 600px; }
  .product-entry-photo { min-height: 500px; }
  .product-entry-copy { min-height: 390px; }
  .shop-buy-panel { position: static; }
  .product-detail-layout .shop-buy-panel { position: static; }
  .product-carousel-track { height: min(78svh, 680px); min-height: 480px; }
  .product-detail-layout .shop-photo-primary { height: 100%; min-height: 0; }
  .product-detail-layout .shop-buy-panel { max-height: none; overflow: visible; padding-inline: 6px; }
  .shop-photo-primary { min-height: 560px; }
  .shop-product-stage { min-height: 520px; }
  .shop-product-stage .collar-device { width: min(57vw, 430px); }
  .story-grid { gap: 35px; }
  .day-strip { grid-template-columns: 1fr 1fr; }
  .moment-blue { grid-column: 1 / -1; min-height: 270px; }
  .feature-intro { display: grid; gap: 40px; }
  .feature-list { grid-template-columns: 1fr; }
  .feature-card { min-height: 420px; border: 0; border-bottom: 1px solid rgba(255,255,255,.22); display: grid; grid-template-columns: 120px 1fr; column-gap: 30px; align-items: center; }
  .feature-card:first-child { border-left: 0; }
  .feature-number { position: absolute; top: 30px; left: 0; }
  .feature-icon { width: 110px; height: 110px; margin: 0; }
  .card-note { display: none; }
  .product-stage { order: -1; min-height: 520px; }
  .collar-device { width: min(58vw, 420px); }
  .sun-shape { width: min(70vw, 540px); }
  .experience-heading { gap: 35px; }
  .experience-heading > p { max-width: 600px; }
  .experience-grid { gap: 65px; }
  .app-showcase { min-height: 650px; }
  .phone { width: min(330px, 60%); }
  .faq-heading { position: static; }
  .waitlist { grid-template-columns: 1fr; }
  .waitlist-art { min-height: 480px; }
  .dog-doodle { width: min(80vw, 560px); }
  .waitlist-art .sun { width: min(80vw, 560px); }
}

@media (max-width: 580px) {
  :root {
    --mobile-gutter: 18px;
    --mobile-section: 68px;
    --radius: 22px;
    --radius-sm: 14px;
  }

  body { overflow-x: hidden; }
  body.menu-open { overflow: hidden; }

  .announcement {
    min-height: 32px; justify-content: center; padding: 7px 12px;
    font-size: 9px; gap: 8px; letter-spacing: .08em; text-align: center;
  }
  .product-collection { margin-bottom: 78px; padding: 24px var(--mobile-gutter) 0; }
  .collection-heading { margin-bottom: 26px; }
  .collection-heading h1 { font-size: clamp(48px, 15.5vw, 68px); line-height: .82; }
  .collection-heading > p { font-size: 13px; line-height: 1.6; }
  .collection-grid { gap: 22px; }
  .collection-card { border-radius: 20px 20px 20px 7px; box-shadow: 4px 4px 0 var(--ink); }
  .collection-card-image { min-height: 0; aspect-ratio: 1 / .9; }
  .collection-card-sticker { top: 13px; right: 13px; padding: 7px 10px; font-size: 13px; box-shadow: 2px 2px 0 var(--ink); }
  .collection-card-copy { padding: 22px 18px 20px; }
  .collection-card-title { gap: 12px; }
  .collection-card-title h2 { font-size: 40px; }
  .collection-card-title > strong { padding-top: 13px; font-size: 11px; }
  .collection-card-copy > p { margin: 17px 0; font-size: 13px; line-height: 1.6; }
  .pattern-options { grid-template-columns: 1fr; }
  .pattern-option { min-height: 50px; }
  .pattern-swatch { width: 28px; height: 28px; flex-basis: 28px; }
  .site-header {
    height: 66px; padding-inline: var(--mobile-gutter); position: sticky; top: 0;
    background: rgba(247, 241, 229, .96); backdrop-filter: blur(16px);
  }
  .product-subnav {
    top: 66px; justify-content: flex-start; min-height: 46px; padding: 5px var(--mobile-gutter);
    overflow-x: auto; scrollbar-width: none;
  }
  .product-subnav::-webkit-scrollbar { display: none; }
  .product-subnav a { min-height: 32px; padding-inline: 12px; font-size: 10px; }
  .brand { gap: 5px; }
  .brand span { font-size: 22px; }
  .brand-mark { width: 31px; height: 28px; }
  .menu-toggle {
    width: 46px; height: 46px; place-content: center; margin-right: -9px;
    border-radius: 50%;
  }
  .menu-toggle span:not(.sr-only) { width: 22px; }
  .primary-nav {
    top: 65px; height: calc(100dvh - 65px); padding: 28px var(--mobile-gutter) 40px;
    gap: 0; border-bottom: 0; background:
      radial-gradient(circle at 92% 8%, rgba(237,201,75,.36) 0 12%, transparent 12.3%),
      var(--paper);
    overflow-y: auto;
  }
  .primary-nav a {
    width: 100%; min-height: 58px; display: flex; align-items: center;
    border-bottom: 1px solid var(--line); font-size: 20px; letter-spacing: -.025em;
  }
  .primary-nav a::after { display: none; }
  .primary-nav a:first-child {
    margin-bottom: 16px; padding: 0 20px; justify-content: space-between;
    border: 1.5px solid var(--ink); border-radius: 999px; color: white;
    background: var(--coral); box-shadow: 3px 3px 0 var(--ink); font-size: 15px;
  }
  .primary-nav a:first-child::after { content: "↗"; display: block; position: static; width: auto; height: auto; background: none; }
  .language-picker { min-height: 42px; padding-left: 8px; padding-right: 5px; }
  .language-icon { display: none; }
  .language-picker select { width: 61px; min-height: 40px; padding-left: 4px; font-size: 10px; }
  .account-trigger {
    width: 44px; min-height: 44px; justify-content: center; padding: 3px;
    border-radius: 15px 15px 15px 6px; box-shadow: 2px 2px 0 var(--ink);
  }
  .account-trigger-copy, .account-trigger-chevron { display: none; }
  .account-trigger-avatar { width: 34px; height: 34px; font-size: 21px; }

  .hero {
    min-height: calc(100svh - 66px); padding: 34px var(--mobile-gutter) 36px;
    align-items: end;
  }
  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(29,39,34,.05) 22%, rgba(29,39,34,.75) 82%, rgba(29,39,34,.88)),
      linear-gradient(90deg, rgba(29,39,34,.42), rgba(29,39,34,.04));
  }
  .hero-copy { width: 100%; max-width: none; padding-bottom: 0; }
  .hero-media img { object-position: 63% center; }
  .eyebrow { margin-bottom: 15px; font-size: 10px; letter-spacing: .15em; }
  .hero h1 {
    max-width: 9em; font-size: clamp(39px, 11.6vw, 47px);
    line-height: .92; letter-spacing: -.055em;
  }
  .hero-lede { max-width: 34ch; margin-top: 18px; font-size: 14px; line-height: 1.55; }
  .hero-actions { width: 100%; margin-top: 24px; gap: 15px; }
  .hero-actions .button { width: 100%; min-height: 54px; justify-content: space-between; }
  .hero-actions .text-link { margin-left: 5px; font-size: 12px; }
  .hero-tag { top: 18px; right: 16px; bottom: auto; padding: 8px 11px; font-size: 9px; }

  .product-header { grid-template-columns: 1fr auto; }
  .product-breadcrumb { display: none; }
  .product-header .header-actions { grid-column: 2; }
  .section-pad { padding: var(--mobile-section) var(--mobile-gutter); }
  .section-kicker { font-size: 10px; letter-spacing: .16em; }

  .shop { padding-block: 58px 72px; }
  .shop::before { top: 20px; right: -3%; font-size: 84px; }
  .shop-heading { gap: 18px; margin-bottom: 32px; }
  .shop h2 { max-width: 10em; font-size: clamp(38px, 11.2vw, 46px); line-height: .94; }
  .shop-heading > p { max-width: 34ch; font-size: 14px; line-height: 1.65; }
  .product-entry { border-radius: 20px; box-shadow: 4px 4px 0 var(--ink); }
  .product-entry-photo { min-height: 0; aspect-ratio: 1.14; }
  .product-entry-copy { min-height: 0; padding: 30px 24px 32px; }
  .product-entry-copy h3 { margin-bottom: 18px; font-size: 52px; }
  .product-entry-copy p { margin-bottom: 18px; font-size: 14px; line-height: 1.65; }
  .product-entry-points { margin-bottom: 24px; }
  .product-entry-copy .button { width: 100%; justify-content: space-between; }

  .story-grid { gap: 22px; margin: 28px 0 38px; }
  .story h2 { font-size: clamp(38px, 11.1vw, 46px); line-height: .94; }
  .story-copy p:first-child { font-size: 15px; line-height: 1.65; }
  .story .hand-note { margin-top: 10px; font-size: 22px; }
  .day-strip {
    width: calc(100% + var(--mobile-gutter)); gap: 12px; margin-right: calc(var(--mobile-gutter) * -1);
    padding: 4px var(--mobile-gutter) 10px 2px; scroll-padding-inline: 2px var(--mobile-gutter);
    scrollbar-width: none;
  }
  .day-strip::-webkit-scrollbar { display: none; }
  .moment { min-width: min(82vw, 330px); min-height: 300px; padding: 19px; box-shadow: 4px 4px 0 var(--ink); }
  .moment-photo div { left: 19px; bottom: 19px; }

  .feature-intro { gap: 22px; padding-bottom: 34px; }
  .feature-intro h2 { font-size: clamp(38px, 11.2vw, 46px); line-height: .94; }
  .feature-card {
    min-height: 0; padding: 30px 4px 34px; display: grid;
    grid-template-columns: 86px 1fr; column-gap: 18px; align-items: start;
  }
  .feature-number { top: 28px; left: auto; right: 2px; }
  .feature-icon { width: 78px; height: 78px; margin: 24px 0 0; }
  .feature-icon svg { width: 44px; }
  .feature-card > div:last-of-type { padding-top: 22px; }
  .feature-label { margin-bottom: 8px; font-size: 15px; }
  .feature-card h3 { font-size: 21px; line-height: 1.12; }
  .feature-card p:not(.feature-label) { margin-bottom: 0; font-size: 13px; line-height: 1.62; }

  .product { min-height: 0; gap: 30px; }
  .product-stage { min-height: 300px; }
  .sun-shape { width: min(76vw, 310px); }
  .collar-device { width: min(68vw, 280px); border-width: 3px; box-shadow: 8px 10px 0 rgba(37,54,47,.9); }
  .device-mark { width: 46px; }
  .product h2 { margin: 24px 0 20px; font-size: clamp(38px, 11.1vw, 46px); line-height: .94; }
  .shop-photo-primary figcaption { left: 14px; right: 14px; bottom: 14px; display: grid; gap: 6px; }
  .shop-photo-primary figcaption strong { text-align: left; }
  .shop-photo-primary { min-height: 390px; }
  .shop-product-stage { min-height: 430px; }
  .shop-sun { width: 105%; right: -30%; }
  .shop-product-stage .collar-device { width: min(72vw, 330px); }
  .shop-hand-note { top: 16%; right: 2%; max-width: 135px; font-size: 15px; }
  .shop-values { padding: 10px 14px; overflow-x: auto; }
  .shop-values span {
    min-width: max-content; padding: 14px 18px; border-bottom: 0; border-right: 1px solid var(--line);
    font-size: 25px;
  }
  .shop-values span:last-child { border-right: 0; }
  .day-strip { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .moment { scroll-snap-align: start; }
  .annotation-one { top: 2%; }
  .arrow-one { top: 12%; right: 17%; }
  .annotation-two { bottom: 0; }
  .arrow-two { bottom: 8%; }
  .experience-heading { gap: 22px; padding-bottom: 40px; }
  .experience h2 { font-size: clamp(38px, 11.2vw, 46px); line-height: .94; }
  .experience-heading > p { font-size: 14px; line-height: 1.65; }
  .experience-grid { gap: 40px; }
  .experience-steps li { grid-template-columns: 36px 1fr; gap: 10px; padding: 22px 0; }
  .experience-steps h3 { font-size: 18px; }
  .app-showcase { min-height: 470px; border-radius: 44% 56% 48% 52%; }
  .app-showcase::before { width: 92%; }
  .phone { width: min(280px, 78%); padding: 13px 14px 10px; border-radius: 32px; transform: rotate(-2deg); box-shadow: 8px 10px 0 var(--ink); }
  .app-note { top: 5%; right: 1%; font-size: 15px; }
  .app-map { height: 190px; }
  .promise-card { grid-template-columns: 1fr; gap: 24px; padding: 34px 24px; border-radius: 20px; box-shadow: 4px 4px 0 var(--ink); }
  .promise-doodle { width: 135px; }
  .promise h2 { margin-block: 10px 18px; font-size: 38px; line-height: .95; }
  .promise p { font-size: 14px; line-height: 1.65; }

  .faq { gap: 34px; }
  .faq h2 { margin-top: 22px; font-size: clamp(38px, 11vw, 45px); line-height: .94; }
  .accordion summary { min-height: 74px; gap: 14px; font-size: 16px; line-height: 1.35; }
  .accordion details p { margin: -2px 36px 24px 0; font-size: 13px; line-height: 1.65; }

  .waitlist { min-height: 0; }
  .waitlist-copy { padding: 62px var(--mobile-gutter); }
  .waitlist h2 { margin: 18px 0; font-size: clamp(42px, 12vw, 50px); line-height: .9; }
  .waitlist-copy > p { font-size: 14px; line-height: 1.6; }
  html[lang="ko"] .waitlist-copy { padding-inline: var(--mobile-gutter); }
  html[lang="ko"] .waitlist h2 { max-width: none; font-size: clamp(36px, 10.5vw, 44px); }
  .signup-form { margin-top: 30px; flex-direction: column; gap: 10px; border: 0; }
  .signup-form input { min-height: 50px; border-bottom: 2px solid white; }
  .signup-form button { min-height: 52px; }
  .waitlist-copy small { margin-top: 34px; }
  .waitlist-art { min-height: 280px; }
  .dog-doodle { width: min(88vw, 380px); }
  .waitlist-art .sun { width: min(84vw, 350px); top: 7%; }

  .site-footer { padding: 54px var(--mobile-gutter) 26px; }
  .footer-brand span { font-size: 34px; }
  .site-footer > p { margin: 16px 0 36px; font-size: 14px; }
  .site-footer > nav { flex-wrap: wrap; }
  .footer-bottom { grid-template-columns: 1fr auto; gap: 22px; margin-top: 50px; }
  .footer-bottom div { justify-content: flex-start; order: 3; grid-column: 1 / -1; }

  .store-banner { min-height: 30px; padding-inline: 12px; font-size: 8px; letter-spacing: .09em; }
  .store-banner span:last-child, .store-banner span[aria-hidden="true"] { display: none; }
  .cart-trigger > span:first-child { display: none; }
  .cart-trigger { min-width: 44px; min-height: 44px; padding-left: 4px; border: 0; background: transparent; }
  .product-page .site-header { top: 0; }
  .product-detail-main { padding: 0 0 62px; }
  .product-detail-layout { gap: 0; }
  .product-carousel-track { height: min(52svh, 470px); min-height: 350px; }
  .product-detail-layout .shop-photo-primary { height: 100%; min-height: 0; }
  .product-detail-layout .shop-photo-primary figcaption { display: none; }
  .collar-gallery-note { left: 14px; bottom: 14px; font-size: 14px; }
  .product-detail-layout .shop-buy-panel { padding: 30px var(--mobile-gutter) 0; }
  .product-detail-layout .product-back-link { margin-bottom: 24px; }
  .product-detail-layout .shop-buy-panel h1 { font-size: 52px; line-height: .86; }
  .shop-price { margin-top: 14px; font-size: 16px; }
  .product-hand-note { margin-top: 14px; font-size: 21px; }
  .product-detail-layout .shop-description { margin-block: 20px; font-size: 14px; line-height: 1.65; }
  .product-detail-layout .shop-benefits { margin-block: 20px 24px; }
  .shop-benefits li { padding-block: 13px; font-size: 12px; }
  .buy-controls {
    position: sticky; z-index: 12; bottom: 0; display: grid;
    grid-template-columns: 104px 1fr; gap: 10px; margin: 0 calc(var(--mobile-gutter) * -1) 28px;
    padding: 11px var(--mobile-gutter) calc(11px + env(safe-area-inset-bottom));
    border-block: 1px solid var(--line); background: rgba(255,253,248,.96);
    backdrop-filter: blur(15px); box-shadow: 0 -10px 28px rgba(37,54,47,.08);
  }
  .quantity-control { margin: 0; }
  .quantity-control > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .quantity-stepper { width: 104px; min-width: 104px; height: 52px; grid-template-columns: 34px 1fr 34px; }
  .quantity-stepper button { min-width: 34px; min-height: 48px; }
  .purchase-button { min-height: 52px; padding-inline: 16px; box-shadow: 3px 3px 0 var(--ink); }
  .purchase-note { display: none; }
  .product-specs { margin-bottom: 24px; }
  .product-specs dl > div { grid-template-columns: minmax(84px, .7fr) 1.3fr; padding: 14px 0; }
  .shop-policies summary { min-height: 58px; }
  .carousel-prev { left: 9px; }
  .carousel-next { right: 9px; }
  .carousel-arrow { width: 46px; height: 46px; font-size: 30px; }
  .carousel-dots { bottom: 12px; }

  .cart-drawer {
    top: auto; width: 100%; height: min(78dvh, 680px); border-radius: 24px 24px 0 0;
    box-shadow: 0 -25px 70px rgba(37,54,47,.2);
    transform: translateY(105%); transition: transform .38s var(--ease), visibility 0s .38s;
  }
  .cart-drawer.is-open { transform: translateY(0); }
  .cart-drawer-header { min-height: 72px; padding: 12px var(--mobile-gutter); }
  .cart-drawer-header h2 { font-size: 27px; }
  .cart-close { width: 48px; height: 48px; }
  .cart-shipping { margin-inline: var(--mobile-gutter); padding: 16px 0; }
  .cart-item { grid-template-columns: 82px 1fr; gap: 14px; padding: 20px var(--mobile-gutter); }
  .cart-item img { width: 82px; }
  .cart-item-heading { display: grid; gap: 4px; }
  .cart-item-actions { align-items: center; flex-direction: row; gap: 14px; margin-left: 0; padding-top: 14px; }
  .cart-item-actions .quantity-stepper { width: 104px; min-width: 104px; height: 42px; }
  .cart-summary { padding: 22px var(--mobile-gutter) calc(18px + env(safe-area-inset-bottom)); }
  .product-footer { padding-top: 48px; }
  .product-footer .footer-bottom { grid-template-columns: 1fr auto; margin-top: 42px; }
  .account-dialog {
    inset: auto 0 0; width: 100vw; height: min(92dvh, 780px); max-width: none; max-height: 92dvh;
    border: 0; border-top: 1.5px solid var(--ink); border-radius: 26px 26px 0 0;
    box-shadow: 0 -22px 70px rgba(26,37,32,.24);
  }
  .account-dialog[open] { animation-name: account-drawer-up; }
  .account-drawer-top { min-height: 82px; padding: 15px var(--mobile-gutter); border-radius: 24px 24px 0 0; }
  .account-drawer-note { display: none; }
  .account-close { width: 46px; height: 46px; margin-left: auto; }
  .account-content { padding: 30px var(--mobile-gutter) calc(28px + env(safe-area-inset-bottom)); }
  .account-content h2 { font-size: 46px; }
  .account-profile-card { grid-template-columns: auto minmax(0, 1fr); padding: 20px 17px; }
  .account-profile-avatar { width: 52px; height: 52px; font-size: 31px; }
  .account-profile-card h2 {
    display: -webkit-box; overflow: hidden; font-size: 36px; line-height: .88;
    white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  }
  .account-profile-mark { display: none; }
  .account-order { gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

@keyframes account-drawer-up {
  from { transform: translateY(102%); }
  to { transform: translateY(0); }
}
