:root {
  --cream: #EEF4FA;
  --card: #DCE8F3;
  --ink: #1E2547;
  --ink-soft: #4f5d80;
  --pink: #BDD5EB;
  --pink-deep: #A3C3E2;
  --green: #4F78A8;
  --blue: #F4F8FC;
  --radius: 28px;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
}


* { box-sizing: border-box; }
body, .hero, .card, .block, .foot, .btn, .pill, .zone { transition: background-color .4s ease, color .4s ease; }

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font: 400 16px/1.5 var(--sans);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2 { font-family: var(--serif); font-weight: 500; line-height: 1.02; margin: 0 0 16px; letter-spacing: -0.01em; }
h1 { font-size: clamp(44px, 12vw, 84px); }
h2 { font-size: clamp(40px, 10vw, 64px); }
h1 em, h2 em { font-style: italic; }

main, .foot { width: min(100% - 32px, 1120px); margin-inline: auto; }

/* header: full-width white bar like an atelier shop, stays on top while scrolling */
.top {
  position: sticky; top: 0; z-index: 30; background: #fff;
  border-bottom: 1px solid rgba(30, 37, 71, .08);
}
.topline {
  margin: 0; padding: 8px 0 0; text-align: center; font-size: 10px; letter-spacing: .28em;
  text-transform: uppercase; color: var(--ink-soft);
}
.bar {
  width: min(100% - 32px, 1120px); margin-inline: auto; height: 76px;
  display: grid; grid-template-columns: 48px 1fr 48px; align-items: center;
}
.logo { justify-self: center; display: block; }
.logo img { height: 56px; width: auto; }
.burger, .ig {
  width: 44px; height: 44px; display: grid; place-content: center; gap: 6px;
  background: none; border: 0; padding: 0; cursor: pointer; color: var(--ink);
}
.burger span { display: block; width: 22px; height: 1.5px; background: currentColor; transition: transform .3s, opacity .2s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
.ig { justify-self: end; }
.ig svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.ig .dot { fill: currentColor; stroke: none; }
.drawer {
  position: absolute; top: 100%; left: 0; right: 0; height: calc(100dvh - 100%);
  background: #fff; border-top: 1px solid rgba(30, 37, 71, .08); padding: 12px 0;
  transform: translateX(-100%); visibility: hidden; transition: transform .35s ease, visibility 0s .35s;
}
.drawer.is-open { transform: none; visibility: visible; transition: transform .35s ease; }
.drawer a {
  display: block; padding: 14px 30px; font-family: var(--serif); font-size: 26px; text-decoration: none;
}
.drawer a:hover { background: var(--cream); }
section[id] { scroll-margin-top: 110px; }

/* buttons */
.btn {
  display: flex; justify-content: center; align-items: center; min-height: 56px; padding: 0 28px;
  border-radius: 999px; border: 0; text-decoration: none; cursor: pointer;
  font: 500 16px/1 var(--sans); color: var(--ink); transition: transform .15s, background .15s;
}
.btn:active { transform: scale(.97); }
.btn-pink { background: var(--pink); }
.btn-pink:hover { background: var(--pink-deep); }

/* hero */
.hero-art { position: relative; width: min(100%, 520px); margin: 24px auto; }
.stamp {
  position: absolute; right: -6px; bottom: -6px; width: 30%; aspect-ratio: 1;
  background: var(--cream); border-radius: 50%; padding: 4px;
  box-shadow: 0 6px 20px rgba(30, 37, 71, .12); animation: spin 40s linear infinite;
}
@keyframes spin { to { rotate: 360deg; } }
.heart { display: inline-block; height: .62em; width: auto; vertical-align: .02em; margin-left: .08em; }
.hero { background: var(--card); border-radius: 40px; padding: 32px 20px 20px; margin-top: 16px; }
.hero-frame {
  position: relative; aspect-ratio: 1 / 1; width: 100%;
  border-radius: 46% 54% 52% 48% / 55% 45% 55% 45%; overflow: hidden; background: var(--blue);
  animation: blob 14s ease-in-out infinite alternate;
}
.hero-frame img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transform: scale(1.06); transition: opacity 1.4s ease, transform 7s ease;
}
.hero-frame img.is-on { opacity: 1; transform: scale(1); }
@keyframes blob {
  to { border-radius: 55% 45% 44% 56% / 46% 56% 44% 54%; }
}
.hero-text { color: var(--ink-soft); font-size: 17px; margin: 0 0 20px; max-width: 34ch; }

/* catalog */
.catalog { padding: 56px 0 16px; }
.ship-chip {
  display: inline-block; background: var(--green); color: #fff; font-weight: 500; font-size: 14px;
  padding: 10px 18px; border-radius: 999px; transform: rotate(-3deg); margin-bottom: 24px;
}
.filters { display: flex; gap: 8px; margin-bottom: 20px; }
.pill {
  border: 0; background: var(--pink); color: var(--ink); border-radius: 999px; padding: 10px 18px;
  font: 500 14px/1 var(--sans); cursor: pointer;
}
.pill.is-on { background: var(--ink); color: var(--cream); }

.grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.card { background: var(--card); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; }
.card-img { position: relative; aspect-ratio: 4 / 5; background: var(--blue); }
.card-img { overflow: hidden; }
.track {
  display: flex; height: 100%; overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none; overscroll-behavior-x: contain;
}
.track::-webkit-scrollbar { display: none; }
.track img { flex: 0 0 100%; width: 100%; height: 100%; object-fit: cover; scroll-snap-align: start; user-select: none; }
.dots {
  position: absolute; left: 0; right: 0; bottom: 10px; display: flex; justify-content: center; gap: 5px; pointer-events: none;
}
.dots i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255, 255, 255, .55); transition: width .25s, background .25s; }
.dots i.is-on { width: 16px; border-radius: 3px; background: #fff; }
.card-body { padding: 14px 12px 12px; display: flex; flex-direction: column; flex: 1; text-align: center; }
.price { font-size: 14px; font-weight: 600; margin: 0 0 4px; }
.name { font-family: var(--serif); font-size: 24px; line-height: 1.05; margin: 0 0 6px; }
.desc { font-size: 13px; color: var(--ink-soft); margin: 0 0 14px; flex: 1; }
.card .btn { min-height: 48px; padding: 0 12px; font-size: 15px; }
.card.is-sold .card-img img { filter: grayscale(.6); opacity: .6; }
.card.is-sold .btn { background: transparent; box-shadow: inset 0 0 0 1.5px var(--ink-soft); color: var(--ink-soft); cursor: default; }
.sold-tag {
  position: absolute; top: 10px; left: 10px; background: var(--ink); color: var(--cream);
  font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  padding: 6px 10px; border-radius: 999px;
}

/* colour blocks */
.block { border-radius: 40px; padding: 36px 22px 22px; margin-top: 40px; }
.block p { font-size: 17px; margin: 0 0 22px; }
.block-green { background: var(--green); color: #fff; }
.block-pink { background: var(--pink); }
.rates { list-style: none; margin: 0 0 20px; padding: 0; }
.rates li { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid rgba(30, 37, 71, .15); font-size: 17px; }

/* maker */
.maker { display: grid; gap: 20px; margin-top: 56px; align-items: center; }
.maker img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 72%; border-radius: 180px 180px var(--radius) var(--radius); }
.maker p { font-size: 17px; color: var(--ink-soft); margin: 0 0 14px; }
.sign { margin-top: 22px !important; color: var(--ink) !important; }
.sign span { font-family: var(--serif); font-style: italic; font-size: 38px; line-height: 1.1; }

/* faq */
.faq { margin-top: 56px; }
.faq details { background: var(--green); color: #fff; border-radius: 22px; margin-bottom: 8px; }
.faq summary {
  list-style: none; cursor: pointer; padding: 18px 64px 18px 20px; position: relative; font-weight: 500;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 12px; top: 50%; translate: 0 -50%;
  width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 255, 255, .25);
  display: grid; place-items: center; font-size: 24px; font-weight: 300; transition: rotate .2s;
}
.faq details[open] summary::after { rotate: 45deg; }
.faq details p { margin: 0; padding: 0 20px 18px; opacity: .92; }

/* footer */
.foot { background: var(--card); border-radius: 40px 40px 0 0; margin-top: 56px; padding: 32px 22px 24px; }
.small { font-size: 13px; color: var(--ink-soft); margin: 20px 0; }
.foot-logo { width: min(100%, 520px); height: auto; margin: 8px auto 0; }

/* delivery zone sheet */
.sheet {
  border: 0; padding: 0; width: 100%; max-width: 480px; margin: auto auto 0; border-radius: 32px 32px 0 0;
  background: var(--cream); color: var(--ink);
}
.sheet::backdrop { background: rgba(30, 37, 71, .45); }
.sheet form { padding: 28px 20px calc(20px + env(safe-area-inset-bottom)); }
.sheet-title { font-family: var(--serif); font-size: 30px; margin: 0; }
.sheet-sub { color: var(--ink-soft); margin: 4px 0 18px; }
.zones { display: grid; gap: 8px; }
.zone {
  display: flex; justify-content: space-between; align-items: center; min-height: 58px; padding: 0 22px;
  background: var(--pink); border-radius: 999px; text-decoration: none; font-weight: 500;
}
.zone:hover { background: var(--pink-deep); }
button.zone { width: 100%; border: 0; color: inherit; font: 500 16px var(--sans); cursor: pointer; }
.zone-pay { background: var(--ink); color: var(--cream); }
.zone-pay:hover { background: var(--ink); opacity: .9; }
.step { display: flex; gap: 10px; align-items: center; margin: 8px 0 0; font-size: 15px; color: var(--ink-soft); }
.step b {
  flex: 0 0 24px; height: 24px; border-radius: 50%; display: grid; place-items: center;
  background: var(--ink); color: var(--cream); font-size: 13px;
}
.sheet-back { background: none; border: 0; color: var(--ink-soft); font: 500 14px var(--sans); cursor: pointer; margin-top: 4px; justify-self: start; padding: 8px 0; }
.sheet-close { width: 100%; margin-top: 12px; min-height: 48px; background: none; border: 0; color: var(--ink-soft); font: 500 15px var(--sans); cursor: pointer; }
@media (min-width: 720px) { .sheet { margin: auto; border-radius: 32px; } }

/* larger screens */
@media (min-width: 720px) {
  .grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .hero { display: grid; grid-template-columns: 1fr 1fr; column-gap: 32px; align-items: center; padding: 48px; }
  .hero h1 { grid-column: 1; }
  .hero-art { grid-column: 2; grid-row: 1 / span 3; margin: 0; }
  .logo img { height: 66px; }
  .hero-text, .hero .btn { grid-column: 1; }
  .hero .btn { justify-self: start; }
  .block { padding: 48px; }
  .block .btn { display: inline-flex; }
  .maker { grid-template-columns: 1fr 1.2fr; gap: 48px; }
  .faq { max-width: 760px; }
}
@media (min-width: 1080px) {
  .grid { grid-template-columns: repeat(4, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-frame, .stamp { animation: none; }
  .hero-frame img { transition: none; }
}
