/* Håndformet public storefront. Hand-written, no build step (see docs/DECISIONS.md). */

:root {
    --bg: #F7F8F4;
    --surface: #E8ECE5;
    --primary: #C85F47;
    --primary-deep: #8F3D2C;
    --primary-dark: #6F2F23;
    --pink: #E8B8B2;
    --pink-deep: #A64F5C;
    --sage: #7D9276;
    --sage-deep: #405447;
    --text: #232824;
    --muted: #606960;
    --hairline: #D8DDD6;
    --footer: #243029;
    --sold-scrim: rgba(35, 40, 36, 0.76);

    --font-display: "Fraunces", Georgia, serif;
    --font-body: "Nunito Sans", system-ui, sans-serif;
    --ease-out: cubic-bezier(.2, .7, .2, 1);   /* the house curve: fast start, soft landing */
    --ease-soft: cubic-bezier(.4, 0, .2, 1);
    --radius: 6px;
    --radius-sm: 4px;
    --shadow: 0 10px 30px rgba(35, 40, 36, 0.08);
    --wrap: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3 { font-family: var(--font-display); font-weight: 500; line-height: 1.08; margin: 0 0 .5em; text-wrap: balance; }

a { color: var(--primary-deep); text-decoration: none; }
a:hover { text-decoration: underline; }

img { max-width: 100%; display: block; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.narrow { max-width: 720px; }
.center { text-align: center; }
.muted { color: var(--muted); }
.small { font-size: .9rem; }

.skip-link {
    position: absolute; left: -9999px; top: 0; background: var(--primary-deep); color: #fff;
    padding: 10px 16px; border-radius: var(--radius-sm); z-index: 100;
}
.skip-link:focus { left: 12px; top: 12px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* Buttons */
.btn {
    display: inline-flex; align-items: center; justify-content: center; min-height: 48px;
    font-family: var(--font-body); font-weight: 800; font-size: .95rem;
    padding: 12px 24px; border-radius: 6px; border: 0; cursor: pointer; text-align: center;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s var(--ease-out), box-shadow .25s var(--ease-out);
}
.btn:hover { text-decoration: none; }
.btn:active { transform: translateY(1px); }
.btn:disabled, .btn[aria-disabled="true"] { opacity: .55; cursor: not-allowed; transform: none; box-shadow: none; }
.btn-primary { background: var(--primary-deep); color: #fff; box-shadow: none; }
.btn-primary:hover { background: var(--primary-dark); color: #fff; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(35, 40, 36, .14); }
.btn-small { padding: 8px 16px; font-size: .9rem; min-height: 40px; }
.btn-block { width: 100%; }
.btn-link { background: none; border: 0; color: var(--muted); cursor: pointer; text-decoration: underline; font-family: var(--font-body); padding: 4px 2px; min-height: 44px; display: inline-flex; align-items: center; transition: color .15s ease; }
.btn-link:hover { color: var(--pink-deep); }
.link-arrow { display: inline-flex; align-items: center; min-height: 44px; font-weight: 700; }
.link-arrow:hover { transform: translateX(3px); text-decoration: none; }
.link-arrow:active { transform: translateX(1px); }

/* Header */
.site-header { border-bottom: 1px solid var(--hairline); background: var(--bg); position: sticky; top: 0; z-index: 50; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; padding-bottom: 16px; position: relative; }
.logo { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--sage-deep); }
.logo-mark { width: 30px; height: 30px; flex: none; }
.logo:hover { text-decoration: none; }
.logo.small { font-size: 1.2rem; }
@media (max-width: 360px) { .logo { font-size: 1.25rem; gap: 8px; } }
.main-nav { display: flex; gap: 26px; align-items: center; font-weight: 700; font-size: .92rem; }
.main-nav a { color: var(--text); }
.main-nav a:hover { color: var(--primary-deep); text-decoration: none; }
.main-nav a[aria-current="page"] { color: var(--primary-deep); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 7px; }
.cart-link { position: relative; }
.cart-count { background: var(--pink-deep); color: #fff; border-radius: 999px; padding: 1px 8px; font-size: .8rem; }
.lang-switch { font-size: .78rem; font-weight: 700; border: 1px solid var(--hairline); padding: 3px 9px; border-radius: 999px; color: var(--muted); }
.lang-switch:hover { text-decoration: none; color: var(--text); border-color: var(--muted); }
.admin-link { background: var(--primary-deep); color: #fff; padding: 6px 12px; border-radius: 4px; font-weight: 700; font-size: .85rem; }
.admin-link:hover { background: var(--primary-dark); color: #fff; text-decoration: none; }

/* Mobile nav (hamburger) */
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 10px; background: none; border: 0; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .22s ease, opacity .22s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 720px) {
    .nav-toggle { display: flex; }
    .main-nav {
        display: none;
        position: absolute; top: 100%; left: 0; right: 0;
        flex-direction: column; align-items: stretch; gap: 0;
        background: var(--bg); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline);
        padding: 6px 20px 16px; box-shadow: 0 12px 24px rgba(35, 40, 36, .08);
    }
    .main-nav.open { display: flex; }
    .main-nav a { display: block; padding: 15px 4px; font-size: 1.08rem; border-bottom: 1px solid var(--hairline); }
    .main-nav .cart-link { display: flex; align-items: center; gap: 8px; }
    .main-nav .lang-switch { align-self: flex-start; margin-top: 14px; padding: 11px 18px; min-height: 44px; display: inline-flex; align-items: center; font-size: .85rem; border-bottom: 0; }
    .main-nav .admin-link { display: inline-flex; align-self: flex-start; min-height: 44px; padding: 10px 14px; border-bottom: 0; font-size: .88rem; }
    .main-nav a:last-child { border-bottom: 0; }
}

/* Hero */
.hero { background: var(--surface); padding: 80px 0; text-align: center; }
.hero-title { font-size: 3rem; max-width: 16ch; margin-inline: auto; }
.hero-sub { font-size: 1.15rem; color: var(--muted); max-width: 46ch; margin: 0 auto 28px; }

/* Product-first homepage */
.home-hero { padding: 50px 0 48px; background: var(--bg); }
.hero-editorial { display: grid; gap: 36px; }
.hero-copy { position: relative; max-width: 1040px; padding-right: 150px; }
.home-kicker, .section-kicker, .page-kicker {
    color: var(--sage-deep); font-size: .76rem; font-weight: 800;
    letter-spacing: 0; text-transform: uppercase; margin: 0 0 14px;
}
.home-h1 { font-size: 4.6rem; line-height: .98; max-width: 13ch; margin: 0; letter-spacing: 0; }
.atelier-seal {
    position: absolute; top: 2px; right: 4px; display: flex; flex-direction: column;
    align-items: center; justify-content: center; width: 104px; aspect-ratio: 1.08;
    color: var(--sage-deep); transform: rotate(-4deg);
}
.atelier-seal strong { font-family: var(--font-display); font-size: 3rem; font-style: italic; font-weight: 500; line-height: .95; }
.atelier-seal span { min-width: 0; font-size: .62rem; font-weight: 800; line-height: 1.25; }
.atelier-seal span + span { color: var(--primary-deep); }
.hero-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-top: 30px; }
.hero-intro .btn-primary {
    min-height: 44px; padding: 7px 0 4px; border-radius: 0; border-bottom: 1px solid currentColor;
    background: transparent; color: var(--primary-deep); box-shadow: none;
}
.hero-intro .btn-primary:hover { background: transparent; color: var(--primary-deep); box-shadow: none; transform: translateX(4px); }
.home-sub { color: var(--muted); font-size: 1.08rem; max-width: 47ch; margin: 0; }
.hero-showcase { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(245px, .72fr); gap: 38px; align-items: center; }
.hero-piece { position: relative; display: block; min-width: 0; overflow: visible; color: var(--text); }
.hero-piece:hover { text-decoration: none; }
.hero-piece picture, .hero-piece img { display: block; width: 100%; }
.hero-piece picture { height: 370px; overflow: hidden; transition: border-radius .55s var(--ease-out); }
.hero-piece--primary picture { border-radius: 38% 9% 26% 14% / 18% 31% 12% 35%; }
.hero-piece--secondary picture { height: 290px; border-radius: 56% 44% 37% 63% / 45% 57% 43% 55%; }
.hero-piece img { height: 100%; object-fit: cover; transition: transform .55s var(--ease-out); }
.hero-piece--primary img { object-position: center 78%; }
.hero-piece--secondary img { object-position: center 52%; }
.hero-piece__caption { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 14px 14px 0; font-size: .88rem; }
.hero-piece__caption strong { font-family: var(--font-display); font-size: 1rem; font-weight: 600; transition: color .2s ease; }
.hero-piece__meta { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); white-space: nowrap; }
.hero-piece__maker { padding-left: 9px; border-left: 1px solid var(--hairline); }
.hero-piece--mette, .product-card--mette, .product-page--mette { --maker-accent: var(--pink-deep); }
.hero-piece--nicole, .product-card--nicole, .product-page--nicole { --maker-accent: var(--sage-deep); }
.piece-code { color: var(--text); font-family: var(--font-body); font-size: .68rem; font-weight: 800; font-variant-numeric: tabular-nums; line-height: 1; white-space: nowrap; }
.craft-index { color: var(--text); }
.craft-index__inner { display: flex; align-items: baseline; justify-content: center; gap: clamp(26px, 6vw, 76px); padding-block: 30px; }
.craft-index__item { position: relative; display: flex; align-items: baseline; gap: 10px; padding: 0; }
.craft-index__item + .craft-index__item::before { content: '/'; position: absolute; left: clamp(-42px, -3vw, -20px); color: var(--primary); font-family: var(--font-display); font-size: 1.4rem; font-weight: 400; opacity: .65; transform: rotate(-8deg); }
.craft-index__item strong { color: var(--primary-deep); font-family: var(--font-display); font-size: 1.5rem; font-weight: 500; line-height: 1; }
.craft-index__item span { color: var(--sage-deep); font-size: .72rem; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
.section-pull { padding-top: 62px; }
.featured-section { padding-top: 52px; }
.shop-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 28px; }
.shop-head .link-arrow { color: var(--primary-deep); font-size: .95rem; white-space: nowrap; }
.shop-head .link-arrow:hover { color: var(--primary-deep); }
.shop-head .section-title { margin: 0; }
@media (hover: hover) and (pointer: fine) {
    .hero-piece:hover img { transform: scale(1.025); }
    .hero-piece:hover .hero-piece__caption strong { color: var(--primary-deep); }
    .hero-piece--primary:hover picture { border-radius: 34% 13% 30% 10% / 22% 27% 16% 31%; }
    .hero-piece--secondary:hover picture { border-radius: 51% 49% 43% 57% / 51% 52% 48% 49%; }
}

/* Sections */
.section { padding: 72px 0; }
.section-soft { background: var(--surface); padding: 76px 0 64px; }
.section-title { font-size: 2.15rem; margin-bottom: 28px; letter-spacing: 0; }
.page-intro { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.page-intro--left { margin-left: 0; text-align: left; }
.page-intro h1 { font-size: 3.75rem; margin-bottom: 16px; }
.page-lead, .page-intro .lead { max-width: 53ch; margin: 0 auto; color: var(--muted); font-size: 1.12rem; }
.page-intro--left .page-lead, .page-intro--left .lead { margin-left: 0; }
.catalog-section, .gallery-section, .about-section, .contact-section, .request-section { padding-top: 64px; }

/* Product grid + cards */
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 18px; }
@media (max-width: 360px) { .product-grid { gap: 14px; } }
.product-card { display: block; color: var(--text); }
.product-card:hover { text-decoration: none; }
.product-card__media { position: relative; aspect-ratio: 1 / 1.08; overflow: hidden; background: var(--surface); transition: border-radius .55s var(--ease-out), transform .3s var(--ease-out), box-shadow .2s ease; }
.product-card:nth-child(3n+1) .product-card__media { border-radius: 18% 66% 31% 58% / 25% 42% 68% 52%; }
.product-card:nth-child(3n+2) .product-card__media { border-radius: 62% 14% 57% 28% / 43% 67% 21% 59%; }
.product-card:nth-child(3n) .product-card__media { border-radius: 36% 52% 11% 67% / 62% 24% 58% 18%; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease-out); }
.piece-code--media {
    position: absolute; z-index: 4; top: 11px; left: 11px; padding: 7px 9px;
    border-radius: 48% 52% 45% 55% / 55% 44% 56% 45%;
    background: rgba(247, 248, 244, .9); color: var(--maker-accent);
    transform: rotate(-3deg); box-shadow: 0 2px 10px rgba(35, 40, 36, .06);
}
.product-card .piece-code--media { left: 50%; transform: translateX(-50%) rotate(-3deg); }
@media (hover: hover) and (pointer: fine) {
    .product-card:hover .product-card__title { color: var(--primary-deep); }
    .product-card:hover .product-card__media { transform: translateY(-2px); }
    .product-card:hover .product-card__media img { transform: scale(1.025); }
    .product-card:nth-child(3n+1):hover .product-card__media { border-radius: 25% 59% 38% 51% / 32% 49% 61% 45%; }
    .product-card:nth-child(3n+2):hover .product-card__media { border-radius: 55% 21% 50% 35% / 50% 60% 28% 52%; }
    .product-card:nth-child(3n):hover .product-card__media { border-radius: 43% 45% 18% 60% / 55% 31% 51% 25%; }
}
/* Touch: a soft press instead of sticky hovers */
@media (hover: none) {
    .product-card:active .product-card__media { transform: scale(.98); transition: transform .15s var(--ease-out); }
}
.product-card.is-sold .product-card__media img { filter: saturate(.85); }
.product-card__body { padding: 13px 18px 0; text-align: center; }
.product-card__title { font-size: 1.1rem; margin: 0 0 5px; overflow-wrap: anywhere; line-height: 1.25; min-height: 2.5em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-card__meta { display: flex; justify-content: center; align-items: baseline; gap: 18px; flex-wrap: wrap; margin: 0; color: var(--muted); }
.price { color: var(--text); font-weight: 700; font-size: .95rem; font-variant-numeric: tabular-nums; }
.maker-name { font-size: .9rem; color: var(--muted); display: inline-flex; align-items: center; }

.maker-dot { display: inline-block; width: 10px; height: 10px; border-radius: 3px 1px 3px 2px; margin-right: 6px; vertical-align: middle; }
.maker-mette { background: var(--pink); }
.maker-nicole { background: var(--sage); }

.sold-overlay, .reserved-overlay {
    position: absolute; z-index: 3; inset: auto 12% 11%;
    border-radius: 58% 42% 61% 39% / 46% 56% 44% 54%;
    background: var(--sold-scrim); color: #fff; text-align: center; padding: 10px 14px;
    font-family: var(--font-display); font-size: 1rem; letter-spacing: 0;
}
.reserved-overlay { background: rgba(95, 106, 80, .8); }
.sold-overlay.big { top: auto; bottom: 24px; left: 50%; right: auto; transform: translateX(-50%); border-radius: 58% 42% 54% 46% / 45% 57% 43% 55%; padding: 12px 22px; white-space: nowrap; }

/* Catalog filters */
.filter-pills { display: flex; gap: 26px; margin-bottom: 34px; flex-wrap: wrap; }
.pill { padding: 9px 0 10px; margin-bottom: -1px; border-bottom: 2px solid transparent; border-radius: 0; background: transparent; color: var(--muted); font-weight: 700; min-height: 44px; display: inline-flex; align-items: center; }
.pill:hover { text-decoration: none; background: transparent; color: var(--text); border-bottom-color: var(--hairline); }
.pill.is-active { background: transparent; color: var(--text); border-bottom-color: var(--primary); }
.pill-mette { color: var(--pink-deep); }
.pill-nicole { color: var(--sage-deep); }
.pill-mette.is-active { color: var(--pink-deep); border-bottom-color: var(--pink-deep); }
.pill-nicole.is-active { color: var(--sage-deep); border-bottom-color: var(--sage-deep); }

/* Product detail */
.product-detail { display: grid; grid-template-columns: 1fr; gap: 32px; }
.product-gallery { position: relative; display: grid; gap: 16px; }
.gallery-open { display: block; width: 100%; padding: 0; border: 0; border-radius: inherit; background: transparent; color: inherit; cursor: zoom-in; overflow: hidden; }
.gallery-img { cursor: zoom-in; transition: filter .2s ease, transform .25s cubic-bezier(.2, .7, .2, 1); }
.gallery-img:hover { filter: brightness(1.03); transform: scale(1.01); }
@keyframes hf-zoom-in { from { opacity: 0; transform: scale(.94); } to { opacity: 1; transform: scale(1); } }
.lightbox { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; overflow-y: auto; background: rgba(58, 51, 44, .92); padding: 16px; cursor: zoom-out; animation: hf-page-in .25s ease both; -webkit-tap-highlight-color: transparent; }
.lightbox[hidden] { display: none; }
.lightbox__img { margin: auto; max-width: calc(100vw - 32px); max-height: 92vh; max-height: calc(100dvh - 32px); border-radius: 8px; box-shadow: 0 24px 70px rgba(0, 0, 0, .45); cursor: default; animation: hf-zoom-in .28s var(--ease-out) both; transition: opacity .16s ease; }
.lightbox__close { position: absolute; top: max(14px, env(safe-area-inset-top)); right: 14px; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: rgba(251, 247, 240, .14); border: 1px solid rgba(251, 247, 240, .3); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); color: #fff; font-size: 1.6rem; line-height: 1; cursor: pointer; padding: 0; border-radius: 50%; transition: transform .15s ease, background .15s ease; opacity: 1; }
.lightbox__close:hover { transform: scale(1.08); background: var(--primary-deep); }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(251, 247, 240, .16); border: 1px solid rgba(251, 247, 240, .3); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); color: #fff; font-size: 2.2rem; line-height: 1; width: 52px; height: 52px; border-radius: 50%; cursor: pointer; transition: background .18s ease, transform .15s ease; }
.lightbox__nav:hover { background: var(--primary-deep); }
.lightbox__nav:active { transform: translateY(-50%) scale(.9); }
.lightbox__prev { left: max(14px, calc(50vw - 360px)); }
.lightbox__next { right: max(14px, calc(50vw - 360px)); }
.lightbox__nav[hidden] { display: none; }
@media (max-width: 480px) {
    .lightbox__nav { top: auto; bottom: 18px; transform: none; background: rgba(255, 255, 255, .32); }
    .lightbox__nav:active { transform: scale(.9); }
    .lightbox__prev { left: 22px; }
    .lightbox__next { right: 22px; }
    .lightbox__img { max-height: 78vh; max-height: calc(100dvh - 120px); }
}
.gallery-main { width: 100%; height: auto; border-radius: 24% 8% 20% 6% / 8% 22% 7% 18%; overflow: hidden; box-shadow: none; }
.gallery-thumb { width: 100%; height: auto; overflow: hidden; border-radius: 54% 18% 47% 27% / 34% 61% 22% 56%; }
.product-page .gallery-main .piece-code--media { top: 20px; left: 32px; transform: rotate(-3deg); }
@media (min-width: 900px) {
    .gallery-thumb { width: 46%; justify-self: end; }
    .gallery-thumb:nth-child(odd) { justify-self: start; border-radius: 24% 58% 17% 64% / 63% 21% 57% 29%; }
}
@media (max-width: 899px) {
    .product-gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; }
    .gallery-main { grid-column: 1 / -1; width: 100%; }
    .gallery-thumb { width: 100%; max-width: 88px; aspect-ratio: 1; border: 1px solid var(--hairline); box-shadow: none; }
    .gallery-thumb .gallery-open, .gallery-thumb picture, .gallery-thumb .gallery-img { width: 100%; height: 100%; }
    .gallery-thumb .gallery-img { object-fit: cover; }
}
.eyebrow { display: flex; align-items: center; gap: 4px; color: var(--muted); font-weight: 700; font-size: .8rem; letter-spacing: 0; text-transform: uppercase; margin-bottom: 10px; }
.product-page { background: #fff; }
.product-title { font-size: 2.55rem; overflow-wrap: anywhere; }
.product-price { font-size: 1.55rem; font-weight: 700; color: var(--primary-deep); letter-spacing: 0; margin: 0 0 24px; }
.vat-note { font-size: .8rem; font-weight: 400; color: var(--muted); margin-left: 4px; }
.buy-form { margin-bottom: 20px; }
.btn-buy { width: 100%; max-width: min(360px, 100%); }
.only-one { color: var(--muted); font-size: .95rem; line-height: 1.4; margin: 12px 0 0; max-width: min(360px, 100%); }
.status-note { background: var(--surface); padding: 14px 18px; border-radius: 4px; }
.status-note.sold { color: var(--pink-deep); }
.special-note { color: var(--sage-deep); font-weight: 600; }
.product-story { margin: 22px 0; font-size: 1.12rem; line-height: 1.7; color: var(--text); max-width: 46ch; }
.product-safety { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid var(--hairline); max-width: 46ch; }
.product-safety h2 { margin: 0 0 12px; font-family: var(--font-body); font-size: .78rem; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.product-safety dl { display: grid; grid-template-columns: minmax(92px, auto) 1fr; gap: 7px 14px; margin: 0; font-size: .9rem; line-height: 1.5; }
.product-safety dt { color: var(--muted); font-weight: 700; }
.product-safety dd { margin: 0; overflow-wrap: anywhere; }
.product-warning { margin: 14px 0 0; padding: 11px 13px; border-left: 3px solid var(--maker-accent); background: var(--surface); font-size: .9rem; line-height: 1.55; }
.product-specs { display: grid; grid-template-columns: minmax(90px, auto) 1fr; gap: 10px 24px; margin: 24px 0; border-top: 1px solid var(--hairline); padding-top: 20px; }
.product-specs dt { font-weight: 700; color: var(--muted); font-size: .82rem; letter-spacing: 0; text-transform: uppercase; }
.product-specs dd { margin: 0; }
.handmade-note { color: var(--muted); font-style: italic; font-size: .95rem; }

/* Cart */
.cart-list { list-style: none; padding: 0; margin: 0 0 24px; }
.cart-row { display: grid; grid-template-columns: 80px 1fr auto auto; align-items: center; gap: 16px 20px; padding: 16px 0; border-bottom: 1px solid var(--hairline); }
@media (max-width: 440px) {
    .cart-row { grid-template-columns: 64px 1fr; grid-template-areas: "img info" "img price" "img remove"; align-items: start; column-gap: 14px; row-gap: 6px; }
    .cart-row img { grid-area: img; width: 64px; height: 64px; align-self: center; }
    .cart-row__info { grid-area: info; }
    .cart-row__price { grid-area: price; font-weight: 700; }
    .cart-row form { grid-area: remove; justify-self: start; }
}
.cart-row img { border-radius: var(--radius-sm); object-fit: cover; }
.cart-row__info { display: flex; flex-direction: column; }
.cart-row__price { font-weight: 700; }
.cart-total { display: flex; justify-content: space-between; font-size: 1.2rem; margin: 16px 0 24px; }
.pay-note { text-align: center; margin-top: 10px; }

/* Content pages */
.prose { max-width: 720px; }
.prose h2 { margin-top: 1.6em; font-size: 1.3rem; }
.prose p, .prose li { color: var(--text); }
.prose ul { padding-left: 1.2em; }
.empty-state { padding: 40px 0; }
.withdrawal-form { background: var(--surface); border: 0; border-radius: var(--radius-sm); padding: 18px 22px; margin: 16px 0; font-size: .95rem; line-height: 1.85; color: var(--text); }
.withdrawal-form p { margin: 0 0 6px; }
.withdrawal-form small { color: var(--muted); }

/* About / meet-the-makers */
.center-intro { text-align: center; }
.lead { font-size: 1.2rem; color: var(--muted); max-width: 54ch; margin: 0 auto; }
.makers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; max-width: 920px; margin: 32px auto 0; align-items: start; }
.maker-card { display: flex; flex-direction: column; padding: 22px 24px 12px 0; text-align: left; }
.maker-card:nth-child(2) { margin-top: 72px; padding-right: 0; padding-left: 24px; }
.maker-card h2 { margin: 0 0 8px; font-size: 1.85rem; }
.maker-card p { color: var(--text); font-size: .95rem; line-height: 1.55; }
.maker-avatar { width: 82px; height: 72px; border-radius: 58% 42% 61% 39% / 43% 56% 44% 57%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1.8rem; color: #fff; margin: 0 0 18px; transform: rotate(-4deg); }
.maker-card:nth-child(2) .maker-avatar { border-radius: 38% 62% 44% 56% / 58% 36% 64% 42%; transform: rotate(4deg); }
.avatar-mette { background: var(--pink-deep); }
.avatar-nicole { background: var(--sage-deep); }
.maker-ig { align-self: flex-start; margin-top: auto; padding-top: 12px; font-weight: 700; font-size: .95rem; }
.ship-note { max-width: 680px; margin: 92px auto 0; text-align: center; }
@media (max-width: 400px) { .maker-card { padding-top: 20px; } .maker-card p { font-size: .9rem; line-height: 1.5; } .maker-avatar { width: 56px; height: 56px; font-size: 1.4rem; margin-bottom: 10px; } }
@media (min-width: 560px) { .makers-grid { gap: 64px; } }
@media (min-width: 700px) {
    .makers-grid { margin-top: 36px; }
    .maker-card h2 { font-size: 1.75rem; }
    .maker-card p { font-size: 1rem; line-height: 1.6; }
    .maker-avatar { width: 92px; height: 80px; font-size: 2rem; margin-bottom: 18px; }
}

/* Contact + request */
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: 72px; max-width: 980px; margin: 0 auto; align-items: start; }
.contact-form, .request-form { position: relative; padding-top: 32px; }
.contact-form::before, .request-form::before {
    content: ''; position: absolute; top: 0; left: 0; width: 76px; height: 9px;
    border-radius: 64% 36% 72% 28% / 38% 66% 34% 62%; background: var(--primary);
    transform: rotate(-2deg);
}
.request-form { width: calc(100% - 40px); max-width: 720px; margin: 0 auto; }
.contact-details { border-radius: 19% 5% 16% 7% / 8% 21% 6% 18%; background: var(--surface); padding: 38px 34px; }
.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 20px; }
.contact-list strong { color: var(--muted); font-size: .85rem; text-transform: uppercase; letter-spacing: 0; }
.contact-list a { display: block; overflow-wrap: anywhere; }
.contact-socials { display: grid; gap: 8px; margin: 26px 0 0; padding-top: 22px; border-top: 1px solid var(--hairline); }

/* Thank-you */
.tak-card { max-width: 560px; margin: 32px auto 0; text-align: center; background: #fff; border: 1px solid var(--hairline); border-radius: var(--radius); padding: 52px 32px; box-shadow: none; }
.tak-emoji { font-size: 3rem; line-height: 1; margin-bottom: 10px; }
.tak-card h1 { font-size: 2.6rem; margin: 0 0 .3em; }
.tak-card .lead { margin-bottom: 8px; }
.tak-order { color: var(--muted); margin: 16px 0 26px; }
.btn-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 22px; }
.gallery-body { margin-top: 34px; }
.center { text-align: center; }

/* Gentle staggered fade-in for product grids (opacity only, so hover-lift is unaffected) */
@keyframes hf-fade-in { from { opacity: 0; } to { opacity: 1; } }
.product-grid .product-card { animation: hf-fade-in .55s ease both; }
.product-grid .product-card:nth-child(2) { animation-delay: .06s; }
.product-grid .product-card:nth-child(3) { animation-delay: .12s; }
.product-grid .product-card:nth-child(4) { animation-delay: .18s; }
.product-grid .product-card:nth-child(n+5) { animation-delay: .24s; }
@media (prefers-reduced-motion: reduce) { .product-grid .product-card { animation: none; } }

.meet { text-align: center; max-width: 640px; margin: 0 auto; }
.meet-text { max-width: 52ch; margin: 0 auto; font-size: 1.1rem; }
.makers { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: 22px 0; }
.maker-chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; background: transparent; border-bottom: 1px solid var(--hairline); border-radius: 0; font-weight: 700; color: var(--text); }
.maker-chip:hover { text-decoration: none; border-color: var(--muted); background: var(--bg); }
.maker-chip .maker-dot { margin: 0; }
.btn-soft { background: #fff; border: 1px solid var(--hairline); color: var(--text); }
.btn-soft:hover { background: #fff; color: var(--text); border-color: var(--muted); transform: translateY(-1px); box-shadow: 0 8px 18px rgba(35, 40, 36, .08); }

/* Homepage studio band */
.studio-band { background: #DDE7DD; padding: 104px 0 84px; border-radius: 42% 58% 0 0 / 46px 72px 0 0; }
.studio-band__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: end; }
.studio-copy .section-title { max-width: 12ch; font-size: 3.1rem; margin-bottom: 22px; }
.studio-copy p { max-width: 48ch; margin: 0; }
.studio-makers { border-top: 1px solid rgba(64, 84, 71, .35); }
.studio-makers a { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; min-height: 76px; padding: 13px 0; border-bottom: 1px solid rgba(64, 84, 71, .35); color: var(--sage-deep); font-family: var(--font-display); font-size: 2rem; }
.studio-makers a:hover { color: var(--primary-deep); text-decoration: none; }
.studio-makers small { font-family: var(--font-body); color: var(--muted); font-size: .82rem; font-weight: 700; }

/* Footer */
.site-footer { position: relative; background: var(--footer); color: #F7F8F4; margin-top: 0; padding: 86px 0 28px; border-radius: 46% 54% 0 0 / 22px 34px 0 0; }
.site-footer::before { content: none; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.site-footer .logo { color: #F7F8F4; font-size: 1.55rem; }
.footer-brand p { color: #BCC8BE; font-size: .95rem; margin: 12px 0 0; }
.footer-ig a { color: #F2B3A7; font-weight: 700; }
.footer-col { display: flex; flex-direction: column; gap: 9px; }
.footer-col h3, .footer-heading { font-family: var(--font-body); font-weight: 800; font-size: .76rem; text-transform: uppercase; letter-spacing: 0; color: #9EADA1; margin: 0 0 12px; }
.footer-col a { color: #F7F8F4; }
.footer-col a:hover { color: #F2B3A7; }
.footer-seller p { margin-top: 0; color: #BCC8BE; font-size: .95rem; line-height: 1.7; }
.footer-seller a { color: #F7F8F4; }
.footer-bottom { margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(247, 248, 244, .18); color: #9EADA1; }
@media (max-width: 639px) {
    .footer-col { gap: 0; }
    .footer-col a { display: inline-flex; align-items: center; min-height: 44px; }
    .footer-ig a, .footer-seller a { display: inline-flex; align-items: center; min-height: 44px; }
}

/* Cookie banner */
.cookie-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; max-width: 720px; margin: 0 auto; background: var(--text); color: var(--bg); padding: 16px 20px; border-radius: 4px; display: flex; flex-wrap: wrap; gap: 14px 18px; align-items: center; justify-content: space-between; box-shadow: 0 12px 32px rgba(35, 40, 36, .28); z-index: 80; }
@media (max-width: 480px) { .cookie-banner { flex-direction: column; align-items: stretch; text-align: center; } .cookie-banner .btn { width: 100%; } }
.cookie-banner[hidden] { display: none; } /* respect the hidden attribute over display:flex */
.cookie-banner p { margin: 0; font-size: .95rem; }
.cookie-banner .btn { background: var(--bg); color: var(--primary-deep); font-weight: 700; min-height: 44px; }
.cookie-banner .btn:hover { background: #fff; color: var(--primary-deep); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(122, 69, 40, .26); }

/* Focus visibility */
a:focus-visible, button:focus-visible, .pill:focus-visible,
input:focus-visible, select:focus-visible, textarea:focus-visible,
.btn:focus-visible, .lang-switch:focus-visible { outline: 3px solid var(--primary-deep); outline-offset: 2px; border-radius: 4px; }
.hero-piece:focus-visible, .product-card:focus-visible { outline: 0; }
.hero-piece:focus-visible picture, .product-card:focus-visible .product-card__media { box-shadow: 0 0 0 3px var(--primary-deep), 0 0 0 7px var(--bg); }
.gallery-open:focus-visible { outline: 3px solid var(--primary-deep); outline-offset: -6px; border-radius: inherit; }

/* Responsive */
@media (min-width: 640px) {
    .product-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 30px; }
}
@media (min-width: 900px) {
    .product-grid { grid-template-columns: repeat(4, 1fr); gap: 34px 24px; }
    .product-grid:has(> .product-card:nth-child(3):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .gallery-grid .product-card:only-child { grid-column: 1 / -1; justify-self: center; width: min(100%, 320px); }
    .product-detail { grid-template-columns: 1.12fr .88fr; gap: 72px; align-items: start; }
    .product-info { position: sticky; top: 108px; border-top: 1px solid var(--hairline); padding-top: 28px; }
    .hero { padding: 110px 0; }
}

@media (max-width: 899px) {
    .home-h1 { font-size: 3.65rem; }
    .hero-copy { padding-right: 116px; }
    .atelier-seal { width: 92px; }
    .atelier-seal strong { font-size: 2rem; }
    .hero-showcase { grid-template-columns: minmax(0, 1.55fr) minmax(220px, .75fr); gap: 26px; }
    .hero-piece picture { height: 330px; }
    .hero-piece--secondary picture { height: 250px; }
    .hero-piece--primary img { object-position: center 70%; }
    .studio-band__inner { grid-template-columns: 1fr; gap: 48px; }
    .contact-layout { gap: 40px; }
}

@media (max-width: 720px) {
    .wrap { padding-inline: 18px; }
    .home-hero { padding: 32px 0 36px; }
    .hero-editorial { gap: 26px; }
    .hero-copy { padding-right: 0; }
    .atelier-seal { display: none; }
    .home-h1 { font-size: 2.72rem; max-width: 12ch; }
    .hero-intro { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 23px; }
    .hero-intro .btn-primary { padding-inline: 0; }
    .home-sub { font-size: 1rem; }
    .hero-showcase { grid-template-columns: minmax(0, 1.45fr) minmax(105px, .82fr); gap: 14px; }
    .hero-piece picture { height: 250px; }
    .hero-piece--secondary picture { height: 185px; }
    .hero-piece--primary img { object-position: center 58%; }
    .hero-piece--secondary img { object-position: center; }
    .hero-piece__caption { align-items: flex-start; flex-direction: column; gap: 2px; padding: 10px 6px 0; }
    .hero-piece__meta { gap: 6px; }
    .hero-piece__maker { padding-left: 6px; font-size: .76rem; }
    .craft-index__inner { justify-content: space-between; gap: 12px; padding-block: 18px; }
    .craft-index__item { align-items: flex-start; flex: 1; flex-direction: column; justify-content: center; gap: 4px; min-height: 62px; padding: 0; }
    .craft-index__item + .craft-index__item::before { display: none; }
    .craft-index__item strong { font-size: 1.35rem; }
    .craft-index__item span { font-size: .61rem; }
    .section { padding: 58px 0; }
    .section-pull { padding-top: 48px; }
    .catalog-section, .gallery-section, .about-section, .contact-section, .request-section { padding-top: 42px; }
    .page-intro { margin-bottom: 38px; }
    .page-intro h1 { font-size: 2.65rem; }
    .page-lead, .page-intro .lead { font-size: 1rem; }
    .shop-head { align-items: flex-end; margin-bottom: 24px; }
    .shop-head .section-title { font-size: 1.85rem; }
    .filter-pills { gap: 20px; margin-bottom: 28px; }
    .product-card__media { aspect-ratio: 1; }
    .product-card__body { padding-inline: 4px; text-align: left; }
    .product-card__meta { justify-content: space-between; gap: 6px; }
    .studio-band { padding: 80px 0 62px; border-radius: 43% 57% 0 0 / 24px 38px 0 0; }
    .studio-copy .section-title { font-size: 2.45rem; }
    .studio-makers a { min-height: 66px; font-size: 1.65rem; }
    .contact-layout { grid-template-columns: 1fr; }
    .contact-details { padding: 24px; }
    .request-form { width: 100%; }
    .product-title { font-size: 2.15rem; }
    .site-footer { padding-top: 72px; border-radius: 44% 56% 0 0 / 16px 24px 0 0; }
}

@media (max-width: 480px) {
    .makers-grid { grid-template-columns: 1fr; gap: 40px; }
    .maker-card, .maker-card:nth-child(2) { margin-top: 0; padding: 18px 0 10px; }
    .ship-note { margin-top: 54px; }
    .hero-piece--secondary .hero-piece__maker { display: none; }
    .contact-details { border-radius: 12% 4% 10% 3% / 5% 13% 4% 11%; }
}

@media (max-width: 360px) {
    .home-h1 { font-size: 2.35rem; }
    .page-intro h1 { font-size: 2.35rem; }
    .prose > h1.section-title { font-size: 1.9rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}

/* ---- Motion / smoothness ---- */
@keyframes hf-page-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes hf-slide-up { from { opacity: 0; transform: translateY(110%); } to { opacity: 1; transform: none; } }
@keyframes hf-dropdown { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }

main#indhold { animation: hf-page-in .32s ease backwards; }
.flash { animation: hf-page-in .4s ease both; }
.cookie-banner:not([hidden]) { animation: hf-slide-up .4s cubic-bezier(.4, 0, .2, 1) both; }
.main-nav.open { animation: hf-dropdown .22s ease both; }

a { transition: color .15s ease; }
.main-nav a, .footer-col a, .footer-ig a, .link-arrow, .maker-chip, .lang-switch, .admin-link, .product-card__title {
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, transform .12s ease;
}
.pill { transition: background-color .18s ease, color .18s ease; }
input, select, textarea { transition: border-color .15s ease, box-shadow .15s ease; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(200, 95, 71, .16); }
.maker-chip:hover, .lang-switch:hover { transform: translateY(-1px); }
.btn > span[aria-hidden="true"] { display: inline-block; margin-left: 3px; transition: transform .2s var(--ease-out); }
.btn:hover > span[aria-hidden="true"] { transform: translateX(3px); }

/* Checkout + flash */
.flash { background: var(--pink); color: var(--text); padding: 12px 16px; border-radius: var(--radius-sm); margin-bottom: 16px; }
.checkout-form { margin-top: 8px; }
.fulfillment { border: 1px solid var(--hairline); border-radius: var(--radius); padding: 16px 18px; margin: 0 0 20px; }
.fulfillment legend { font-weight: 700; padding: 0 6px; }
.radio { display: flex; align-items: center; gap: 10px; padding: 8px 12px; min-height: 44px; cursor: pointer; border-radius: var(--radius-sm); transition: background-color .15s ease; }
.radio:hover { background: var(--surface); }
.radio:has(input:checked) { background: var(--surface); }
.radio input { width: 20px; height: 20px; accent-color: var(--primary); }
.totals { border-top: 1px solid var(--hairline); padding-top: 16px; margin-bottom: 20px; }
.totals-row { display: flex; justify-content: space-between; padding: 6px 0; }
.totals-row.total { font-size: 1.2rem; border-top: 1px solid var(--hairline); margin-top: 8px; padding-top: 12px; }

/* Cart + checkout panels */
.shop-panel { background: #fff; border: 1px solid var(--hairline); border-radius: 4px; padding: 10px 22px; box-shadow: none; margin-bottom: 20px; }
.shop-panel .cart-row:last-child { border-bottom: 0; }
.shop-panel .cart-total { margin: 14px 2px; }
.checkout-form.shop-panel { padding: 22px; }
.checkout-form .fulfillment { border: 0; padding: 0; margin: 0 0 16px; }
.checkout-form .fulfillment legend { padding: 0; }
.empty-cart { text-align: center; padding: 30px 0; }
.empty-cart p { margin-bottom: 18px; }
.to-pay { margin-top: 4px; }

/* Notify-me */
.notify-form { margin-top: 22px; padding: 18px; background: var(--surface); border-radius: var(--radius); }
.notify-label { display: block; font-weight: 700; margin-bottom: 10px; }
.notify-row { display: flex; gap: 10px; flex-wrap: wrap; }
.notify-row input { flex: 1; min-width: 180px; padding: 11px 14px; border: 1px solid var(--hairline); border-radius: 4px; font: inherit; background: #fff; color: var(--text); }
.notify-consent { display: flex; align-items: flex-start; gap: 9px; margin-top: 12px; font-size: .86rem; line-height: 1.45; color: var(--muted); }
.notify-consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 1px; accent-color: var(--primary); }
.legal-form { margin-top: 24px; padding: 22px; background: var(--surface); border-radius: var(--radius-sm); }
.withdrawal-declaration, .withdrawal-record { background: var(--bg); border-left: 4px solid var(--primary); padding: 14px 16px; margin: 0; }
.gallery-notify { max-width: 560px; margin: 44px auto 0; }

/* ---- Signature craft details ("lidt skæve, helt vores egne") ---- */
/* Fraunces' WONK axis: gently wonky letterforms — typography that matches the ceramics. */
h1, h2, h3, .logo { font-variation-settings: 'SOFT' 0, 'WONK' 1; }
h1, h2, h3 { text-wrap: balance; }
p, li { text-wrap: pretty; }
a { text-underline-offset: 3px; }
::selection { background: var(--pink-deep); color: #fff; }

/* Product price gets the display serif — gallery-label feel */
.product-price { font-family: var(--font-display); font-weight: 600; font-size: 1.7rem; font-variation-settings: 'SOFT' 0, 'WONK' 1; }
.product-page .product-info { border-top: 0; padding-top: 0; }
.piece-code--inline { color: var(--text); font-size: .72rem; }
.eyebrow-divider { color: var(--hairline); margin: 0 3px; }

/* Scroll reveals (elements get .js-reveal via JS; reduced-motion users never do) */
.js-reveal { transform: translateY(8px); transition: transform .42s var(--ease-out); }
.js-reveal.in-view { transform: none; }

/* Gallery lens frames (hover-zoom on desktop; lightbox unchanged) */
.gallery-frame { overflow: hidden; position: relative; }
.gallery-frame .gallery-img { width: 100%; height: auto; display: block; border-radius: 0; box-shadow: none; transition: transform .45s cubic-bezier(.2, .7, .2, 1), filter .2s ease; }

/* Lost dino on the 404 */
.nf-dino { display: flex; justify-content: center; margin-bottom: 6px; }

/* WCAG AA (axe-verified): compliant resting maker-pill text + underlined prose links */
.pill-mette { color: #9A4A3D; }
p a:not(.btn) { text-decoration: underline; }

.back-link { display: inline-block; margin-bottom: 14px; font-weight: 700; font-size: .95rem; color: var(--muted); transition: color .2s ease, transform .2s var(--ease-out); }
.back-link:hover { color: var(--primary-deep); text-decoration: none; transform: translateX(-3px); }

/* ---- Card hover: peek the piece's second photo ---- */
.product-card__media .card-alt { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .35s ease, transform .55s var(--ease-out); }
@media (hover: hover) and (pointer: fine) {
    .product-card:hover .card-alt { opacity: 1; }
}

/* ---- Sticky mobile buy bar (product page) ---- */
.buybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: none; align-items: center; gap: 12px; background: rgba(247, 248, 244, .96); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-top: 1px solid var(--hairline); padding: 10px 16px; padding-bottom: max(10px, env(safe-area-inset-bottom)); transform: translateY(105%); transition: transform .32s var(--ease-out); will-change: transform; }
.buybar.show { transform: none; }
.buybar__info { flex: 1; min-width: 0; line-height: 1.3; }
.buybar__info strong { display: block; font-family: var(--font-display); font-variation-settings: 'SOFT' 0, 'WONK' 1; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.buybar__info span { color: var(--primary-deep); font-weight: 700; font-size: .95rem; }
.buybar .btn { padding: 11px 20px; flex: none; }
.buybar__soon { color: var(--muted); font-weight: 600; flex: none; }
@media (max-width: 720px) { .buybar { display: flex; } }

/* ---- Public inquiry forms (kontakt + ønsk et stykke) ---- */
.form-card { text-align: left; }
.inquiry-form { display: grid; gap: 14px; }
.inquiry-form label { font-weight: 700; font-size: .95rem; }
.field-optional { color: var(--muted); font-size: .85em; font-weight: 400; }
.contact-method { min-width: 0; margin: 0; padding: 0; border: 0; }
.contact-method legend { padding: 0; font-weight: 700; font-size: .95rem; }
.field-help { margin: 2px 0 8px; color: var(--muted); font-size: .86rem; font-weight: 400; }
.inquiry-form input, .inquiry-form textarea, .inquiry-form select {
    width: 100%; margin-top: 6px; padding: 12px 14px;
    border: 1px solid var(--hairline); border-radius: var(--radius-sm);
    font: inherit; font-size: max(1rem, 16px); background: #fff; color: var(--text); display: block;
}
.inquiry-form textarea { min-height: 132px; resize: vertical; }
.inquiry-form .btn { justify-self: start; margin-top: 4px; }
.form-duo { display: grid; gap: 14px; }
@media (min-width: 560px) { .form-duo { grid-template-columns: 1fr 1fr; } }
.form-note { margin: 0; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.contact-meta { margin-top: 22px; }

/* <picture> wrappers must pass the sizing chain through to their img */
.product-card__media picture { display: block; width: 100%; height: 100%; }
.hero-piece picture { display: block; width: 100%; }
.gallery-frame picture { display: block; width: 100%; }
/* The second-photo wrapper overlays the first instead of stacking below it */
.product-card__media picture.card-alt-pic { position: absolute; inset: 0; }

/* ---- Checkout: gift note + trust chips ---- */
.gift-field { display: block; margin: 18px 0 4px; text-align: left; }
.gift-field__label { display: block; font-weight: 700; }
.gift-field .muted { display: block; margin: 2px 0 8px; }
.checkout-form textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--hairline); border-radius: var(--radius-sm); font: inherit; font-size: max(1rem, 16px); background: #fff; color: var(--text); resize: vertical; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; justify-content: center; margin: 14px 0 4px; }
.trust-chip { border: 1px solid var(--hairline); border-radius: 6px; padding: 3px 10px; font-size: .78rem; font-weight: 700; color: var(--muted); background: #fff; }

/* ---- Thank-you page: pieces, timeline, gift, confetti ---- */
.tak-card { position: relative; overflow: hidden; }
.tak-sub { font-family: var(--font-display); font-variation-settings: 'SOFT' 0, 'WONK' 1; font-weight: 600; font-size: 1.1rem; margin: 0 0 10px; }
.tak-pieces { margin: 22px 0 0; }
.tak-items { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; justify-items: center; }
.tak-items li { display: flex; align-items: center; gap: 12px; text-align: left; }
.tak-items img { border-radius: 8px; object-fit: cover; border: 2px solid #fff; box-shadow: var(--shadow); }
.tak-gift { margin: 18px auto 0; max-width: 46ch; background: rgba(231, 183, 174, .22); border-radius: var(--radius-sm); padding: 12px 16px; font-size: .95rem; }
.tak-steps { margin: 24px 0 6px; }
.tak-steps ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; text-align: left; max-width: 44ch; margin-inline: auto; counter-reset: takstep; }
.tak-steps li { display: flex; gap: 10px; align-items: baseline; line-height: 1.5; }
.tak-steps li > span { flex: 0 0 auto; }
.tak-card .btn { margin-top: 22px; }
.tak-confetti { position: absolute; inset: 0; pointer-events: none; }
.tak-confetti i { position: absolute; top: -12px; width: 8px; height: 12px; border-radius: 2px; opacity: 0; }
@media (prefers-reduced-motion: no-preference) {
    .tak-confetti i { animation: tak-fall 2.4s var(--ease-soft) forwards; }
}
@keyframes tak-fall {
    0% { opacity: 0; transform: translateY(0) rotate(0); }
    10% { opacity: 1; }
    100% { opacity: 0; transform: translateY(460px) rotate(540deg); }
}
.tak-confetti i:nth-child(1)  { left: 6%;  background: var(--pink-deep);  animation-delay: .05s; }
.tak-confetti i:nth-child(2)  { left: 14%; background: var(--sage);      animation-delay: .35s; }
.tak-confetti i:nth-child(3)  { left: 23%; background: var(--primary);   animation-delay: .15s; }
.tak-confetti i:nth-child(4)  { left: 31%; background: var(--pink);      animation-delay: .5s; }
.tak-confetti i:nth-child(5)  { left: 40%; background: var(--sage-deep); animation-delay: .0s; }
.tak-confetti i:nth-child(6)  { left: 49%; background: var(--pink-deep); animation-delay: .42s; }
.tak-confetti i:nth-child(7)  { left: 58%; background: var(--primary);   animation-delay: .22s; }
.tak-confetti i:nth-child(8)  { left: 66%; background: var(--sage);      animation-delay: .55s; }
.tak-confetti i:nth-child(9)  { left: 74%; background: var(--pink);      animation-delay: .12s; }
.tak-confetti i:nth-child(10) { left: 82%; background: var(--primary);   animation-delay: .45s; }
.tak-confetti i:nth-child(11) { left: 90%; background: var(--sage-deep); animation-delay: .3s; }
.tak-confetti i:nth-child(12) { left: 96%; background: var(--pink-deep); animation-delay: .6s; }
