:root {
  --navy: #123d57;
  --navy-deep: #082d45;
  --ink: #233039;
  --cream: #fff9ed;
  --paper: #f5ecd9;
  --pink: #ef7096;
  --pink-soft: #ffd8e3;
  --mint: #88cba5;
  --mint-deep: #2e6f56;
  --yellow: #f4c954;
  --purple: #9a80cf;
  --white: #fffefb;
  --line: rgba(18, 61, 87, .18);
  --shadow: 0 20px 60px rgba(27, 52, 62, .14);
  --radius: 1.45rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 15%, rgba(244, 201, 84, .12), transparent 25rem),
    var(--cream);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 1rem;
  top: 1rem;
  padding: .65rem 1rem;
  border-radius: .5rem;
  color: white;
  background: var(--navy-deep);
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.notice-bar {
  min-height: 2.3rem;
  display: grid;
  place-items: center;
  padding: .4rem 1rem;
  color: white;
  background: var(--navy-deep);
  font-size: .84rem;
  letter-spacing: .02em;
}
.notice-bar p { margin: 0; }
.notice-bar span { color: var(--yellow); margin-right: .45rem; }
.notice-bar a { margin-left: .4rem; text-underline-offset: .2rem; }

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  min-height: 5.1rem;
  padding: .65rem clamp(1.2rem, 4vw, 4.5rem);
  border-bottom: 1px solid rgba(18, 61, 87, .12);
  background: rgba(255, 249, 237, .91);
  backdrop-filter: blur(16px);
}
.brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  width: fit-content;
  color: var(--navy-deep);
  text-decoration: none;
  font-family: Georgia, serif;
  font-size: clamp(1rem, 1.5vw, 1.28rem);
  font-weight: 700;
  letter-spacing: -.02em;
}
.brand img {
  width: 3.15rem;
  height: 3.15rem;
  border: 2px solid var(--navy);
  border-radius: .6rem;
  object-fit: contain;
  background: white;
}
.brand small { font-family: inherit; font-size: .62em; font-style: italic; font-weight: 400; }
nav { display: flex; align-items: center; gap: clamp(1.4rem, 3vw, 2.8rem); }
nav a, .footer-links a {
  color: var(--navy-deep);
  text-decoration: none;
  font-size: .93rem;
  font-weight: 650;
}
nav a:hover, .footer-links a:hover { color: var(--pink); }
.shop-status {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .55rem .85rem;
  border: 1.5px solid var(--navy-deep);
  border-radius: 99px;
  color: var(--navy-deep);
  background: transparent;
  text-decoration: none;
  font-weight: 700;
}
.shop-status b { padding: .2rem .48rem; border-radius: 99px; color: white; background: var(--pink); font-size: .67rem; letter-spacing: .04em; text-transform: uppercase; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
  max-width: 1440px;
  min-height: calc(100svh - 7.4rem);
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 7rem) clamp(1.2rem, 5vw, 5.5rem);
  overflow: hidden;
}
.eyebrow {
  margin: 0 0 .9rem;
  color: var(--pink);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2 {
  margin: 0;
  color: var(--navy-deep);
  font-family: Georgia, serif;
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.03;
}
h1 { max-width: 12ch; font-size: clamp(3.25rem, 7vw, 6.7rem); }
h2 { font-size: clamp(2.3rem, 4.5vw, 4.2rem); }
h3 { color: var(--navy-deep); line-height: 1.2; }
.hero-intro {
  max-width: 35rem;
  margin: 1.5rem 0 0;
  color: #44505a;
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
}
.hero-actions { display: flex; align-items: center; gap: 1.4rem; margin-top: 2rem; }
.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: .78rem 1.2rem;
  border: 1.5px solid transparent;
  border-radius: .8rem;
  text-decoration: none;
  cursor: pointer;
  font-weight: 750;
  line-height: 1.2;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--navy-deep); box-shadow: 0 9px 24px rgba(8, 45, 69, .22); }
.button-primary:hover { background: var(--navy); }
.text-link {
  color: var(--navy-deep);
  font-weight: 750;
  text-underline-offset: .35rem;
  text-decoration-thickness: 1.5px;
}
.text-link span { display: inline-block; margin-left: .3rem; }
.hero-note {
  display: flex;
  gap: 1.5rem;
  max-width: 36rem;
  margin-top: 2.8rem;
  padding-top: 1.4rem;
  border-top: 1px dashed rgba(18, 61, 87, .3);
  color: #5c6670;
  font-size: .83rem;
  line-height: 1.45;
}
.hero-note span { max-width: 15rem; }
.hero-note b { display: block; color: var(--navy-deep); font-size: .88rem; }

.hero-gallery {
  position: relative;
  min-height: 0;
  aspect-ratio: 1 / 1.1;
}
.hero-gallery::before {
  content: "";
  position: absolute;
  inset: 8% 5% 5% 12%;
  border: 2px dashed rgba(18, 61, 87, .23);
  border-radius: 45% 38% 42% 47%;
  transform: rotate(-3deg);
}
.hero-card {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: .75rem solid white;
  border-radius: 1.5rem;
  background: white;
  box-shadow: var(--shadow);
}
.hero-card img { width: 100%; height: 100%; object-fit: contain; background: white; }
.hero-card-main { inset: auto; top: 0; left: 0; width: 68%; aspect-ratio: 2 / 3; transform: rotate(-2.5deg); }
.hero-card-small { inset: auto 0 0 auto; width: 42%; aspect-ratio: 2 / 3; transform: rotate(4deg); }
.stitched-tag {
  position: absolute;
  z-index: 3;
  right: 3%;
  top: 3%;
  display: grid;
  place-items: center;
  width: 8.3rem;
  height: 8.3rem;
  border-radius: 50%;
  color: var(--navy-deep);
  background: var(--yellow);
  box-shadow: 0 12px 28px rgba(66, 54, 12, .18);
  transform: rotate(7deg);
  font-family: Georgia, serif;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}
.stitched-tag::after { content: ""; position: absolute; inset: .45rem; border: 1.5px dashed var(--navy); border-radius: 50%; }
.stitched-tag svg { position: absolute; bottom: 1.5rem; width: 4.3rem; fill: none; stroke: var(--navy); stroke-width: 2; }

.promise-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1160px;
  margin: 0 auto;
  border-top: 1px dashed rgba(18, 61, 87, .28);
  border-bottom: 1px dashed rgba(18, 61, 87, .28);
}
.promise-strip > div { display: flex; align-items: center; justify-content: center; gap: .9rem; padding: 1.55rem; }
.promise-strip > div + div { border-left: 1px dashed rgba(18, 61, 87, .28); }
.promise-strip p { margin: 0; color: #657079; font-size: .84rem; line-height: 1.4; }
.promise-strip b { color: var(--navy-deep); font-size: .92rem; }
.promise-icon { color: var(--pink); font-size: 1.65rem; }
.promise-strip > div:nth-child(2) .promise-icon { color: var(--navy); }
.promise-strip > div:nth-child(3) .promise-icon { color: var(--mint-deep); }

.shop-section { max-width: 1320px; margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 5vw, 4.5rem); }
.coming-soon-card { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; overflow: hidden; padding: clamp(2rem, 5vw, 4.5rem); border: 1px solid rgba(18, 61, 87, .14); border-radius: 1.8rem; background: var(--white); box-shadow: var(--shadow); }
.coming-copy { position: relative; }
.tba-label { display: inline-grid; place-items: center; width: 4.8rem; height: 4.8rem; margin: 0 0 1.2rem; border: 2px dashed var(--navy); border-radius: 50%; color: var(--navy-deep); background: var(--yellow); font-family: Georgia, serif; font-size: 1.12rem; font-weight: 800; transform: rotate(-5deg); }
.coming-copy h2 { max-width: 10ch; }
.coming-copy > p:not(.eyebrow):not(.shop-follow) { max-width: 34rem; margin: 1.4rem 0; color: #56636b; font-size: 1.05rem; }
.button-disabled { color: rgba(255,255,255,.82); background: var(--navy-deep); cursor: default; opacity: .82; }
.button-disabled:hover { transform: none; }
.shop-follow { max-width: 30rem; margin: 1rem 0 0; color: #7a858c; font-size: .8rem; }
.coming-gallery { display: grid; grid-template-columns: 1.08fr .92fr; gap: 1rem; align-items: end; }
.coming-gallery figure { position: relative; display: flex; flex-direction: column; margin: 0; overflow: hidden; border: .55rem solid white; border-radius: 1.3rem; background: var(--paper); box-shadow: 0 14px 36px rgba(24, 49, 59, .15); }
.coming-gallery figure:first-child { transform: rotate(-2deg); }
.coming-gallery figure:last-child { transform: rotate(2.5deg) translateY(1.7rem); }
.coming-gallery img { width: 100%; height: auto; aspect-ratio: 2 / 3; object-fit: contain; background: white; }
.coming-gallery figcaption { position: static; padding: .72rem .8rem; color: white; background: var(--navy-deep); line-height: 1.3; }
.coming-gallery figcaption b, .coming-gallery figcaption span { display: block; }
.coming-gallery figcaption b { color: var(--yellow); font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.coming-gallery figcaption span { margin-top: .15rem; font-family: Georgia, serif; font-size: .95rem; font-weight: 700; }

.story-section {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.2rem, 5vw, 4.5rem);
}
.story-mark { position: relative; padding: .55rem; border-radius: 1.3rem; background: white; box-shadow: 0 14px 38px rgba(31, 54, 63, .1); }
.story-mark::before { content: ""; position: absolute; inset: -1rem; border: 2px dashed rgba(18, 61, 87, .28); border-radius: 49% 45% 52% 43%; transform: rotate(5deg); }
.story-mark img { position: relative; width: 100%; height: auto; border-radius: .75rem; object-fit: contain; filter: saturate(.92) contrast(1.04); }
.story-copy h2 { max-width: 12ch; }
.story-copy > p:not(.eyebrow) { max-width: 43rem; color: #526068; font-size: 1.04rem; }
.story-copy .text-link { display: inline-block; margin-top: .8rem; }

.facebook-section { max-width: 1240px; margin: 2rem auto 8rem; padding: 0 1.2rem; }
.facebook-panel { position: relative; overflow: hidden; padding: clamp(2.6rem, 7vw, 5.8rem); border-radius: 1.6rem; color: white; background: var(--navy-deep); box-shadow: var(--shadow); }
.facebook-panel::before { content: ""; position: absolute; right: -3rem; top: -9rem; width: 25rem; height: 25rem; border: 2px dashed rgba(255,255,255,.18); border-radius: 48%; }
.facebook-panel::after { content: ""; position: absolute; right: 7rem; bottom: -12rem; width: 22rem; height: 22rem; border: 2px dashed rgba(244,201,84,.28); border-radius: 50%; }
.facebook-panel .eyebrow { position: relative; z-index: 1; color: var(--yellow); }
.facebook-panel h2 { position: relative; z-index: 1; max-width: 17ch; color: white; font-size: clamp(2.25rem, 4.8vw, 4.3rem); }
.facebook-panel > p:not(.eyebrow) { position: relative; z-index: 1; max-width: 42rem; margin: 1.3rem 0 1.8rem; color: rgba(255,255,255,.74); font-size: 1.05rem; }
.facebook-panel .button { position: relative; z-index: 1; }
.facebook-panel .button span { margin-left: .45rem; }
.facebook-spark { position: absolute; z-index: 1; right: clamp(2rem, 7vw, 6rem); top: clamp(2rem, 5vw, 4rem); color: var(--pink); font-size: clamp(2.5rem, 6vw, 5rem); transform: rotate(10deg); }
.button-light { color: var(--navy-deep); background: var(--yellow); }

footer { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 1rem 3rem; align-items: start; padding: 3rem clamp(1.2rem, 5vw, 5rem) 2rem; color: white; background: var(--navy-deep); }
.footer-brand { color: white; text-decoration: none; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 700; }
footer > p { margin: 0; color: rgba(255,255,255,.63); font-size: .88rem; }
.footer-links { display: flex; justify-self: end; gap: 1.5rem; }
.footer-links a { color: white; }
.copyright { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.13); }
.site-credit { color: rgba(255,255,255,.62); }
.site-credit b { color: white; letter-spacing: .02em; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 4rem; }
  .hero-copy { max-width: 48rem; }
  .hero-gallery { min-height: 0; aspect-ratio: 1 / 1.08; }
  .coming-soon-card { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .notice-bar { font-size: .76rem; }
  .site-header { min-height: 4.5rem; padding: .55rem 1rem; }
  .brand img { width: 2.8rem; height: 2.8rem; }
  .brand span { max-width: 10rem; line-height: 1.1; }
  .shop-status span { display: none; }
  .shop-status { padding: .45rem; border: 0; }
  .hero { padding: 3.3rem 1.2rem 4.5rem; }
  h1 { font-size: clamp(3.2rem, 15vw, 4.7rem); }
  .hero-intro { font-size: 1.06rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-note { flex-direction: column; gap: .8rem; margin-top: 2rem; }
  .hero-gallery { min-height: 0; aspect-ratio: 1 / 1.12; margin-top: .5rem; }
  .hero-card-main { width: 70%; }
  .hero-card-small { width: 44%; }
  .stitched-tag { top: 1%; right: 0; width: 6.8rem; height: 6.8rem; font-size: .87rem; }
  .stitched-tag svg { bottom: 1.1rem; width: 3.4rem; }
  .promise-strip { grid-template-columns: 1fr; margin: 0 1.2rem; }
  .promise-strip > div { justify-content: flex-start; }
  .promise-strip > div + div { border-left: 0; border-top: 1px dashed rgba(18,61,87,.28); }
  .shop-section { padding-top: 5rem; }
  .coming-soon-card { padding: 1.4rem; }
  .coming-gallery { gap: .6rem; }
  .coming-gallery figure { border-width: .35rem; }
  .coming-gallery figure:last-child { transform: rotate(2.5deg) translateY(.8rem); }
  .story-section { grid-template-columns: 1fr; }
  .story-mark { max-width: 22rem; margin: 0 auto; }
  .facebook-section { margin-bottom: 4rem; }
  .facebook-spark { top: 1.5rem; right: 1.5rem; opacity: .7; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-self: start; }
  .copyright { grid-column: 1; flex-direction: column; }
}

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