:root {
  --ink: #17121a;
  --ink-soft: #4f444d;
  --paper: #fff8fb;
  --pink: #f25397;
  --pink-dark: #c62f72;
  --pink-soft: #f9d7e6;
  --gold: #c69a3c;
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(45, 20, 36, .13);
  --radius: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 4% 12%, rgba(242,83,151,.12) 0 2px, transparent 3px),
    radial-gradient(circle at 94% 8%, rgba(198,154,60,.13) 0 2px, transparent 3px),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { display: block; width: 100%; }
a { color: 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; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .8rem 1rem; border-radius: 12px; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  display: grid; grid-template-columns: 390px 1fr auto; align-items: center; gap: 1.5rem;
  min-height: 142px; padding: .35rem max(1.25rem, calc((100vw - 1180px)/2));
  background: rgba(23,18,26,.95); color: white; backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.brand img { height: 130px; width: auto; max-width: 100%; object-fit: contain; }
.site-nav { display: flex; justify-content: center; gap: 2.25rem; }
.site-nav a { text-decoration: none; font-weight: 700; font-size: .94rem; }
.site-nav a:hover, .site-nav a:focus-visible { color: #ff9ec6; }
.header-call { text-decoration: none; background: var(--pink); padding: .72rem 1rem; border-radius: 999px; font-weight: 800; }
.menu-button { display: none; }

.section-shell { width: min(1180px, calc(100% - 2.5rem)); margin-inline: auto; }
.hero { min-height: calc(100vh - 142px); display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 4rem; padding-block: 5rem; }
.eyebrow { margin: 0 0 .75rem; color: var(--pink-dark); font-weight: 850; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.03; margin: 0; }
h1 { font-size: clamp(3.5rem, 7vw, 6.6rem); letter-spacing: -.055em; }
h1 em { color: var(--pink); font-weight: 500; }
h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); letter-spacing: -.045em; }
.hero-lede { max-width: 38rem; margin: 1.5rem 0 2rem; color: var(--ink-soft); font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .82rem 1.2rem; border-radius: 999px; text-decoration: none; font-weight: 850; }
.button-primary { background: var(--pink); color: white; box-shadow: 0 12px 28px rgba(242,83,151,.25); }
.button-primary:hover, .button-primary:focus-visible { background: var(--pink-dark); }
.button-secondary { border: 2px solid #302632; background: white; }
.availability { display: flex; align-items: center; gap: .55rem; margin: 1.5rem 0 0; color: var(--ink-soft); font-size: .9rem; }
.availability span { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(198,154,60,.13); }

.hero-gallery { display: grid; grid-template-columns: 1fr .78fr; grid-template-rows: 1fr 1fr; gap: 1rem; min-height: 590px; }
.hero-card { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 6px solid white; }
.hero-card-main { grid-row: 1 / 3; }
.hero-card img { height: 100%; object-fit: cover; }

.story { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: center; margin-block: 4rem; padding: clamp(2rem, 5vw, 5rem); background: var(--ink); color: white; border-radius: 44px; overflow: hidden; }
.story-marker { position: absolute; right: -1rem; top: -7rem; font: 700 32rem Georgia, serif; color: rgba(242,83,151,.07); line-height: 1; }
.story .eyebrow { color: #ff9ec6; }
.story h2 { margin-bottom: 1.5rem; }
.story-copy { position: relative; z-index: 1; }
.story-copy > p:not(.eyebrow) { color: #e7dfe5; font-size: 1.05rem; }
blockquote { margin: 2rem 0 0; color: #ff9ec6; font: italic 1.28rem/1.55 Georgia, serif; }
.story-image-wrap { position: relative; z-index: 1; }
.story-image-wrap img { aspect-ratio: 4/5; object-fit: cover; border-radius: 999px 999px 32px 32px; border: 7px solid rgba(255,255,255,.92); }
.story-image-wrap p { margin: .75rem 0 0; text-align: center; color: #f6bfd6; font-weight: 800; }

.creations { padding-block: 5rem; }
.section-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 3rem; align-items: end; margin-bottom: 2.2rem; }
.section-heading > p { color: var(--ink-soft); font-size: 1.08rem; margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.product-card { display: grid; grid-template-columns: 180px 1fr; background: white; border-radius: 24px; overflow: hidden; box-shadow: 0 14px 38px rgba(45,20,36,.09); border: 1px solid #f2d7e3; }
.product-card img { width: 180px; height: 100%; min-height: 220px; object-fit: cover; }
.product-card > div { align-self: center; padding: 1.35rem; }
.product-card h3 { font-size: 1.55rem; }
.product-card p { color: var(--ink-soft); margin: .55rem 0 0; }
.product-wide { grid-column: 1 / -1; grid-template-columns: minmax(280px, .85fr) 1.15fr; }
.product-wide img { width: 100%; max-height: 390px; }

.contact { display: grid; grid-template-columns: 1fr auto; gap: 4rem; align-items: center; margin-block: 4rem 6rem; padding: clamp(2rem, 5vw, 4.5rem); border-radius: 40px; background: linear-gradient(135deg, #ffd9e9, #fff); border: 1px solid #f2bdd4; }
.contact-copy > p:not(.eyebrow):not(.contact-note) { max-width: 42rem; color: var(--ink-soft); font-size: 1.08rem; margin: 1rem 0 1.5rem; }
.contact-note { margin: 1.1rem 0 0; font-size: .9rem; color: var(--ink-soft); }
.qr-card { min-width: 250px; padding: 1.25rem; text-align: center; background: white; border-radius: 28px; box-shadow: var(--shadow); }
.qr-link { display: block; border-radius: 18px; }
.qr-card img { width: 190px; margin: 0 auto .7rem; }
.qr-card strong, .qr-card span, .qr-card a { display: block; }
.qr-card span { color: var(--ink-soft); }
.qr-card a { margin-top: .7rem; color: var(--pink-dark); font-weight: 800; }
.qr-card .qr-link { margin-top: 0; }
.qr-card .text-number { color: var(--ink-soft); }

footer { display: grid; justify-items: center; gap: .35rem; padding: 3rem 1.5rem 6rem; background: var(--ink); color: #e9e1e7; text-align: center; }
footer img { width: 230px; }
footer p { margin: 0; }
footer a { color: #ff9ec6; font-weight: 850; text-decoration: none; }
.mobile-call { display: none; }

@media (max-width: 860px) {
  .site-header { grid-template-columns: 310px 1fr auto; min-height: 118px; }
  .brand img { height: 105px; }
  .header-call { display: none; }
  .menu-button { display: grid; gap: 4px; justify-self: end; width: 44px; height: 44px; place-content: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.1); color: white; }
  .menu-button span:not(.sr-only) { display: block; width: 20px; height: 2px; background: currentColor; }
  .site-nav { position: absolute; top: 118px; inset-inline: 0; display: none; flex-direction: column; align-items: center; gap: 0; padding: .6rem 1.2rem 1rem; background: var(--ink); }
  .site-nav.open { display: flex; }
  .site-nav a { width: min(100%, 440px); padding: .85rem; text-align: center; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero { grid-template-columns: 1fr; gap: 2.5rem; min-height: auto; padding-block: 3.5rem; }
  .hero-gallery { min-height: 500px; }
  .story { grid-template-columns: 1fr; gap: 2rem; }
  .story-image-wrap { max-width: 390px; margin-inline: auto; }
  .section-heading, .contact { grid-template-columns: 1fr; gap: 2rem; }
  .qr-card { justify-self: stretch; }
  .product-card, .product-wide { grid-column: auto; grid-template-columns: 1fr; }
  .product-card img, .product-wide img { width: 100%; height: 280px; min-height: 0; }
  .mobile-call { position: fixed; z-index: 30; left: 1rem; right: 1rem; bottom: 1rem; display: flex; justify-content: center; padding: .95rem; border-radius: 999px; background: var(--pink); color: white; text-decoration: none; font-weight: 900; box-shadow: 0 14px 34px rgba(23,18,26,.28); }
}

@media (max-width: 560px) {
  .site-header { grid-template-columns: minmax(0, 1fr) auto; gap: .75rem; padding-inline: .75rem; }
  .brand img { height: 90px; max-width: 270px; }
  .section-shell { width: min(100% - 1.25rem, 1180px); }
  .hero { padding-top: 2.4rem; }
  h1 { font-size: clamp(3rem, 17vw, 4.8rem); }
  .hero-gallery { grid-template-columns: 1fr 1fr; min-height: 430px; gap: .65rem; }
  .hero-card { border-width: 4px; border-radius: 22px; }
  .hero-card-main { grid-column: 1 / -1; grid-row: auto; }
  .story { border-radius: 30px; padding: 2rem 1.25rem; }
  .story h2 { font-size: 2.65rem; }
  .creations { padding-block: 3.5rem; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1rem; }
  .product-grid { grid-template-columns: 1fr; }
  .contact { border-radius: 28px; padding: 2rem 1.25rem; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
