:root {
  --ink: #171113;
  --ink-soft: #21181c;
  --paper: #f0ede5;
  --paper-muted: #d3cec2;
  --orchid: #d48cea;
  --orchid-deep: #873c9c;
  --lime: #b8d995;
  --yellow: #e6d47b;
  --line-dark: rgba(240, 237, 229, 0.18);
  --line-light: rgba(23, 17, 19, 0.18);
  --display: "DM Serif Display", Georgia, serif;
  --sans: "Space Grotesk", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--ink); scroll-behavior: auto; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); font-size: 16px; overflow-x: hidden; }
body.is-loading { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button, a { -webkit-tap-highlight-color: transparent; }

.loader { position: fixed; inset: 0; z-index: 50; background: var(--ink); display: flex; flex-direction: column; justify-content: space-between; padding: 1.5rem 2rem; transition: visibility 0s 1.2s, clip-path 1.2s cubic-bezier(.77,0,.18,1); }
.loader.is-done { visibility: hidden; }
.loader.is-revealing { pointer-events: none; clip-path: inset(0 0 100% 0); }
.loader__top, .loader__bottom { display: flex; justify-content: space-between; color: var(--paper-muted); font-size: 0.7rem; letter-spacing: 0.13em; text-transform: uppercase; }
.loader__center { display: flex; align-items: baseline; align-self: center; font-size: clamp(4rem, 12vw, 9rem); line-height: 1; letter-spacing: -0.08em; }
.loader__center span:last-child { font-family: var(--display); color: var(--orchid); font-size: 0.35em; margin-left: 0.1em; letter-spacing: 0; }
.loader__bar { height: 1px; width: min(28rem, 56vw); background: var(--line-dark); align-self: center; overflow: hidden; }
.loader__bar span { display: block; width: 0; height: 100%; background: var(--lime); }

.cursor, .cursor-dot { pointer-events: none; position: fixed; z-index: 60; transform: translate(-50%, -50%); opacity: 0; }
.cursor { width: 4.5rem; height: 4.5rem; border: 1px solid rgba(240,237,229,.65); border-radius: 50%; display: grid; place-items: center; transition: width .35s cubic-bezier(.16,1,.3,1), height .35s cubic-bezier(.16,1,.3,1), background .35s ease, border-color .35s ease; mix-blend-mode: difference; }
.cursor span { font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; transform: scale(0); transition: transform .35s ease; }
.cursor.is-visible, .cursor-dot.is-visible { opacity: 1; }
.cursor.is-active { width: 6rem; height: 6rem; background: var(--paper); color: var(--ink); border-color: transparent; mix-blend-mode: normal; }
.cursor.is-active span { transform: scale(1); }
.cursor-dot { width: .35rem; height: .35rem; background: var(--orchid); border-radius: 50%; }

.site-header { position: absolute; top: 0; left: 0; width: 100%; z-index: 10; display: flex; align-items: flex-start; justify-content: space-between; padding: 1.55rem 2rem; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.brand { display: flex; align-items: center; gap: .7rem; line-height: 1.08; }
.brand__mark { display: grid; place-items: center; width: 2rem; height: 2rem; border: 1px solid currentColor; border-radius: 50%; font-family: var(--display); font-size: .9rem; letter-spacing: -.1em; text-transform: lowercase; }
.brand__name { opacity: .82; }
.site-nav { display: flex; gap: clamp(1.2rem, 3vw, 3.5rem); margin-left: 8rem; }
.site-nav a, .header-social { position: relative; opacity: .72; transition: opacity .3s ease; }
.site-nav a::after, .header-social::after, .text-link::after { content: ""; position: absolute; left: 0; bottom: -.4rem; height: 1px; width: 100%; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .4s cubic-bezier(.16,1,.3,1); }
.site-nav a:hover, .header-social:hover { opacity: 1; }
.site-nav a:hover::after, .header-social:hover::after, .text-link:hover::after { transform: scaleX(1); transform-origin: left; }
.header-social { display: flex; gap: .75rem; }
.arrow { color: var(--lime); font-size: 1rem; line-height: .7; }

.section-dark { background: var(--ink); color: var(--paper); }
.section-light { background: var(--paper); color: var(--ink); }
.hero { min-height: 100svh; position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(25rem, .9fr); align-items: center; padding: 8rem 9vw 5rem; }
.hero__noise { position: absolute; inset: 0; opacity: .08; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E"); }
.hero__orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero__orb--one { width: 24rem; height: 24rem; background: radial-gradient(circle at 60% 40%, rgba(212,140,234,.26), transparent 68%); right: 17%; top: 7%; }
.hero__orb--two { width: 32rem; height: 32rem; border: 1px solid rgba(184,217,149,.18); right: -10%; bottom: -18%; }
.hero__copy { position: relative; z-index: 2; padding-left: 1rem; }
.eyebrow, .kicker, .section-index { font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; color: var(--lime); }
.eyebrow { margin: 0 0 2rem; }
.hero__title { max-width: 8em; margin: 0; font-size: clamp(4.6rem, 11vw, 10.8rem); line-height: .86; letter-spacing: -.075em; font-weight: 400; }
h1 em, h2 em { color: var(--orchid); font-family: var(--display); font-weight: 400; letter-spacing: -.04em; }
.hero__intro { max-width: 21rem; margin: 3.3rem 0 2.4rem 15%; color: var(--paper-muted); font-size: .95rem; line-height: 1.5; }
.circle-link { width: 7.2rem; height: 7.2rem; border: 1px solid rgba(240,237,229,.42); border-radius: 50%; display: flex; flex-direction: column; justify-content: space-between; padding: 1.3rem; font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; transition: background .4s ease, color .4s ease, border-color .4s ease; }
.circle-link:hover { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.circle-link__arrow { align-self: flex-end; color: var(--orchid); font-size: 1.3rem; line-height: .7; }
.circle-link:hover .circle-link__arrow { color: var(--ink); }
.hero__visual { position: relative; isolation: isolate; width: min(36rem, 42vw); height: min(72vh, 44rem); justify-self: end; margin-right: 3vw; transform: rotate(3deg); }
.image-frame { width: 100%; height: 100%; overflow: hidden; clip-path: inset(100% 0 0 0); }
.image-frame img { transform: scale(1.15); transition: transform 1.2s cubic-bezier(.16,1,.3,1); }
.hero__depth-layer { position: absolute; pointer-events: none; }
.hero__depth-layer--back { z-index: -1; inset: 13% -15% -11% 16%; overflow: hidden; border: 1px solid rgba(184,217,149,.42); border-radius: 1rem; opacity: .52; transform: rotate(-5deg); }
.hero__depth-layer--back::after { content: ""; position: absolute; inset: 0; background: rgba(21,39,31,.46); }
.hero__depth-layer--back img { filter: saturate(.7) contrast(.92); }
.hero__depth-layer--front { z-index: 3; right: -1.7rem; bottom: 4.8rem; display: grid; place-items: center; width: 4rem; height: 4rem; border: 1px solid var(--lime); border-radius: 50%; background: rgba(21,39,31,.8); color: var(--lime); font-family: var(--display); font-size: 1.6rem; letter-spacing: -.12em; }
.image-reveal.is-revealed .image-frame, .image-reveal.is-revealed .gallery-card__image { clip-path: inset(0 0 0 0); }
.image-reveal.is-revealed img { transform: scale(1); }
.hero__visual:hover .image-frame img, .gallery-card:hover img, .detail-section__image:hover img { transform: scale(1.06); }
.hero__caption, .gallery-card__meta { display: flex; justify-content: space-between; font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; color: var(--paper-muted); margin-top: 1rem; }
.hero__caption span:first-child, .gallery-card__meta span:first-child { color: var(--orchid); }
.hero__side-note { position: absolute; right: 2rem; top: 50%; display: flex; gap: .7rem; font-size: .6rem; text-transform: uppercase; letter-spacing: .16em; transform: rotate(90deg) translateX(50%); transform-origin: right; color: var(--paper-muted); }
.hero__scroll { position: absolute; bottom: 1.7rem; left: 2rem; display: flex; align-items: center; gap: 1rem; color: var(--paper-muted); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.hero__scroll-line { width: 4rem; height: 1px; background: var(--paper-muted); transform-origin: left; }

.statement { min-height: 92svh; padding: 8rem 10vw; position: relative; }
.statement .section-index, .detail-section .section-index { color: var(--orchid-deep); }
.statement__content { width: min(70rem, 88%); margin: 13vh auto 0; }
.kicker { color: var(--orchid-deep); margin: 0 0 2.5rem; }
.statement__title { margin: 0; max-width: 10em; font-size: clamp(3rem, 7.3vw, 8.2rem); line-height: .94; letter-spacing: -.07em; font-weight: 400; }
.statement__title em { color: var(--orchid-deep); }
.statement__lower { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 8vh; padding-left: 19%; }
.statement__text { max-width: 25rem; margin: 0; font-size: 1rem; line-height: 1.6; color: #5d5550; }
.statement__stamp { width: 8rem; height: 8rem; border: 1px solid var(--line-light); border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: .25rem; transform: rotate(-13deg); }
.statement__stamp span { font-family: var(--display); font-size: 2.7rem; line-height: .8; color: var(--orchid-deep); }
.statement__stamp small { text-align: center; text-transform: uppercase; letter-spacing: .12em; font-size: .52rem; line-height: 1.3; }

.horizontal-section { height: 360vh; position: relative; }
.horizontal-sticky { height: 100svh; overflow: hidden; position: sticky; top: 0; padding: 8rem 4vw 4rem; }
.horizontal-heading { position: absolute; left: 6vw; top: 16vh; z-index: 2; width: 18rem; }
.horizontal-heading h2 { margin: 2rem 0 1.5rem; font-size: clamp(3.5rem, 6vw, 7rem); line-height: .88; letter-spacing: -.07em; font-weight: 400; }
.horizontal-heading h2 em { color: var(--lime); }
.horizontal-heading p { width: 12rem; margin: 0; color: var(--paper-muted); font-size: .85rem; line-height: 1.5; }
.gallery-track { position: absolute; left: 37vw; top: 18vh; display: flex; align-items: flex-start; gap: 3vw; will-change: transform; }
.gallery-card { flex: 0 0 auto; }
.gallery-card { transform: rotate(calc(var(--card-rotation, 0) * 1deg)); transition: transform .65s cubic-bezier(.16,1,.3,1), filter .45s ease; }
.gallery-card:hover { filter: brightness(1.06); }
.gallery-card:focus-visible { outline: 2px solid var(--lime); outline-offset: .5rem; }
.gallery-card.is-expanding { z-index: 6; filter: brightness(1.08); }
.gallery-card--wide { width: 38vw; }
.gallery-card--standard { width: 28vw; margin-top: 13vh; }
.gallery-card--portrait { width: 21vw; margin-top: 4vh; }
.gallery-card__image { overflow: hidden; height: 54vh; clip-path: inset(100% 0 0 0); }
.gallery-card--wide .gallery-card__image { height: 50vh; }
.gallery-card--portrait .gallery-card__image { height: 62vh; }
.gallery-card__meta { margin-top: .9rem; color: var(--paper-muted); }
.gallery-progress { position: absolute; left: 6vw; bottom: 3rem; width: 18rem; height: 1px; background: var(--line-dark); }
.gallery-progress span { display: block; width: 20%; height: 100%; background: var(--lime); transform-origin: left; }
.gallery-hint { position: absolute; right: 5vw; bottom: 2.5rem; display: flex; gap: .8rem; color: var(--lime); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }

.detail-section { min-height: 100svh; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8vw; padding: 10rem 10vw; }
.detail-section__image { position: relative; height: min(68vh, 42rem); overflow: hidden; }
.detail-section__image img { transition: transform 1.2s cubic-bezier(.16,1,.3,1); }
.detail-section__vertical { position: absolute; bottom: 1rem; right: -2.2rem; transform: rotate(90deg); transform-origin: bottom left; text-transform: uppercase; font-size: .62rem; letter-spacing: .15em; color: var(--orchid-deep); }
.detail-section__copy { max-width: 32rem; }
.detail-section h2 { margin: 2rem 0 2.5rem; font-size: clamp(3.5rem, 6vw, 7rem); line-height: .88; letter-spacing: -.07em; font-weight: 400; }
.detail-section h2 em { color: var(--orchid-deep); }
.detail-section p { max-width: 19rem; color: #5d5550; line-height: 1.55; }
.text-link { position: relative; display: inline-flex; align-items: center; gap: .7rem; margin-top: 3rem; padding-bottom: .35rem; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { color: var(--orchid-deep); font-size: 1.1rem; }

.product-selector { position: relative; padding: 8rem 7vw 8rem; overflow: hidden; }
.product-selector > .section-index { color: var(--orchid-deep); }
.product-selector__intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 3rem; margin: 12vh 9vw 4rem 13vw; }
.product-selector__intro .kicker { margin-bottom: 1.8rem; }
.product-selector h2 { margin: 0; font-size: clamp(4rem, 8vw, 8.5rem); line-height: .83; letter-spacing: -.08em; font-weight: 400; }
.product-selector h2 em { color: var(--orchid-deep); }
.product-selector__description { max-width: 18rem; margin: 0 2vw 1rem 0; color: #5d5550; font-size: .95rem; line-height: 1.55; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-left: 13vw; }
.product-option { appearance: none; border: 0; background: transparent; padding: 0; color: inherit; text-align: left; cursor: pointer; }
.product-option__image { display: block; height: 27vw; min-height: 16rem; overflow: hidden; background: #dbd6ca; clip-path: inset(0); }
.product-option__image img { transition: transform .8s cubic-bezier(.16,1,.3,1), filter .6s ease; }
.product-option:hover .product-option__image img, .product-option.is-selected .product-option__image img { transform: scale(1.06); }
.product-option:not(.is-selected) .product-option__image img { filter: saturate(.72); }
.product-option.is-selected .product-option__image { outline: 1px solid var(--orchid-deep); outline-offset: .4rem; }
.product-option__meta { display: grid; grid-template-columns: 2.3rem 1fr 1rem; align-items: center; gap: .4rem; padding-top: 1.1rem; border-bottom: 1px solid var(--line-light); padding-bottom: .8rem; font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }
.product-option__meta > span:first-child { color: var(--orchid-deep); }
.product-option__meta strong { font-size: .72rem; font-weight: 500; }
.product-option__mark { color: var(--orchid-deep); text-align: right; font-size: 1rem; }
.product-contact { display: flex; justify-content: space-between; align-items: center; gap: 3rem; margin: 5rem 0 0 13vw; padding-top: 1.2rem; border-top: 1px solid var(--line-light); }
.product-contact__message { display: grid; gap: .7rem; max-width: 30rem; }
.product-contact__message span { color: var(--orchid-deep); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.product-contact__message strong { font-family: var(--display); font-size: clamp(1.2rem, 1.8vw, 1.8rem); line-height: 1.12; font-weight: 400; }
.product-contact__button { display: flex; justify-content: space-between; align-items: center; gap: 2rem; width: min(23rem, 35vw); padding: 1.2rem 0; border-bottom: 1px solid var(--ink); font-size: .76rem; letter-spacing: .07em; text-transform: uppercase; }
.product-contact__button span:last-child { color: var(--orchid-deep); font-size: 1.3rem; transition: transform .4s ease; }
.product-contact__button:hover span:last-child { transform: translate(4px, -4px); }
.product-toast { position: absolute; right: 7vw; bottom: 2rem; color: var(--orchid-deep); font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; opacity: 0; transform: translateY(.5rem); transition: opacity .3s ease, transform .3s ease; }
.product-toast.is-visible { opacity: 1; transform: translateY(0); }

.contact { min-height: 100svh; position: relative; overflow: hidden; padding: 8rem 7vw 2rem; display: flex; flex-direction: column; justify-content: space-between; }
.contact__glow { position: absolute; width: 45vw; height: 45vw; border-radius: 50%; right: 8vw; top: 12vh; background: radial-gradient(circle, rgba(212,140,234,.18), transparent 66%); pointer-events: none; }
.contact__content { position: relative; z-index: 1; margin: 9vh 0 0 16vw; }
.contact__title { margin: 2rem 0 3rem; font-size: clamp(5rem, 12vw, 13rem); line-height: .8; letter-spacing: -.09em; font-weight: 400; }
.contact__title em { color: var(--lime); }
.contact__button { display: flex; justify-content: space-between; align-items: center; width: min(27rem, 70vw); border-bottom: 1px solid var(--line-dark); padding: 1rem 0; font-size: .85rem; letter-spacing: .05em; transition: color .3s ease, border-color .3s ease; }
.contact__button span:last-child { font-size: 1.5rem; color: var(--lime); transition: transform .4s ease; }
.contact__button:hover { color: var(--lime); border-color: var(--lime); }
.contact__button:hover span:last-child { transform: translate(4px, -4px); }
.contact__footer { display: flex; justify-content: space-between; color: var(--paper-muted); font-size: .63rem; letter-spacing: .12em; text-transform: uppercase; }

.reveal-up { opacity: 0; transform: translateY(2.2rem); }
.is-loaded .reveal-up { opacity: 1; transform: translateY(0); transition: opacity .9s ease, transform .9s cubic-bezier(.16,1,.3,1); }
.image-reveal { opacity: 1; }
.image-reveal img, .image-reveal .image-frame, .image-reveal .gallery-card__image { transition: clip-path 1.2s cubic-bezier(.77,0,.18,1), transform 1.2s cubic-bezier(.16,1,.3,1); }

@media (max-width: 800px) {
  body { font-size: 16px; }
  .site-header { padding: 1.2rem 1.15rem; align-items: center; }
  .brand__name, .site-nav { display: none; }
  .header-social { font-size: .62rem; }
  .hero { min-height: 100svh; display: block; padding: 9rem 1.15rem 4rem; }
  .hero__copy { padding: 0; }
  .hero__title { font-size: clamp(4.2rem, 18vw, 8rem); }
  .hero__intro { margin: 2.4rem 0 2rem; max-width: 18rem; }
  .circle-link { width: 6.5rem; height: 6.5rem; }
  .hero__visual { width: 68vw; height: 44vh; min-height: 20rem; margin: 3rem 0 0 auto; }
  .hero__side-note { display: none; }
  .hero__scroll { left: 1.15rem; bottom: 1rem; }
  .statement { min-height: 85svh; padding: 5rem 1.15rem; }
  .statement__content { width: 100%; margin-top: 10vh; }
  .statement__title { font-size: clamp(3.2rem, 14vw, 6rem); }
  .statement__lower { padding-left: 0; margin-top: 7vh; align-items: flex-start; gap: 2rem; }
  .statement__stamp { flex: 0 0 6rem; width: 6rem; height: 6rem; }
  .statement__stamp span { font-size: 2rem; }
  .statement__stamp small { font-size: .45rem; }
  .horizontal-section { height: auto; }
  .horizontal-sticky { height: auto; position: relative; overflow: visible; padding: 5rem 1.15rem 4rem; }
  .horizontal-heading { position: relative; left: auto; top: auto; width: auto; }
  .horizontal-heading h2 { font-size: clamp(3.5rem, 15vw, 6rem); margin: 1.8rem 0 1rem; }
  .horizontal-heading p { width: 15rem; }
  .gallery-track { position: relative; left: auto; top: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 2.8rem 1rem; margin-top: 4rem; transform: none !important; }
  .gallery-card--wide, .gallery-card--standard, .gallery-card--portrait { width: auto; margin-top: 0; }
  .gallery-card--wide { grid-column: span 2; }
  .gallery-card__image, .gallery-card--wide .gallery-card__image, .gallery-card--portrait .gallery-card__image { height: 52vw; }
  .gallery-card--wide .gallery-card__image { height: 62vw; }
  .gallery-card__meta { display: block; line-height: 1.5; }
  .gallery-card__meta span { display: block; }
  .gallery-progress, .gallery-hint { display: none; }
  .detail-section { min-height: auto; display: flex; flex-direction: column; align-items: stretch; gap: 3.5rem; padding: 6rem 1.15rem 7rem; }
  .detail-section__image { height: 72vw; }
  .detail-section__vertical { right: -1.7rem; }
  .detail-section h2 { font-size: clamp(3.5rem, 14vw, 6rem); }
  .product-selector { padding: 6rem 1.15rem 6rem; }
  .product-selector__intro { display: block; margin: 10vh 0 3.5rem; }
  .product-selector h2 { font-size: clamp(3.7rem, 16vw, 7rem); }
  .product-selector__description { margin: 2.5rem 0 0; max-width: 18rem; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 2.8rem 1rem; margin-left: 0; }
  .product-option__image { height: 57vw; min-height: 0; }
  .product-option__meta { display: grid; grid-template-columns: 1.8rem 1fr; gap: .2rem; line-height: 1.4; }
  .product-option__mark { grid-column: 2; text-align: left; font-size: .85rem; }
  .product-contact { display: block; margin: 4rem 0 0; }
  .product-contact__button { width: 100%; margin-top: 2.8rem; }
  .product-toast { right: 1.15rem; bottom: 1.7rem; }
  .contact { min-height: 85svh; padding: 5rem 1.15rem 1.5rem; }
  .contact__content { margin: 13vh 0 0; }
  .contact__title { font-size: clamp(5rem, 22vw, 10rem); }
  .contact__button { width: 100%; }
  .contact__footer { gap: .8rem; flex-wrap: wrap; line-height: 1.5; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .loader { display: none; }
  .reveal-up { opacity: 1; transform: none; }
  .image-frame, .gallery-card__image { clip-path: inset(0) !important; }
}

/* Refinement pass — botanical atelier */
:root {
  --forest: #15271f;
  --forest-soft: #20372d;
  --wine: #7d315d;
  --paper-deep: #e6e0d4;
  --shadow-soft: 0 1.2rem 3.5rem rgba(20, 25, 20, .12);
}

body { background: var(--paper); }
.site-header { padding: 1.2rem 2rem; }
.brand__mark { border-color: var(--lime); background: rgba(21,39,31,.26); }
.hero { background: radial-gradient(circle at 78% 16%, rgba(103, 72, 116, .4), transparent 28%), var(--ink); }
.hero::after { content: ""; position: absolute; inset: 1rem; border: 1px solid rgba(240,237,229,.12); pointer-events: none; }
.hero__copy { padding-left: 0; }
.hero__title { font-size: clamp(5rem, 9vw, 9.2rem); line-height: .84; }
.hero__intro { margin-left: 11%; }
.hero__visual { width: min(33rem, 37vw); height: min(70vh, 43rem); margin-right: 6vw; transform: rotate(2deg); }
.image-frame { border-radius: 17rem 17rem 1.25rem 1.25rem; border: 1rem solid rgba(240,237,229,.08); outline: 1px solid rgba(240,237,229,.34); outline-offset: .35rem; }
.hero__caption { padding: 0 .5rem; }
.hero__side-note { right: 1.2rem; }

.statement { background: var(--paper-deep); overflow: hidden; }
.statement::after { content: ""; position: absolute; width: 28rem; height: 28rem; right: -9rem; top: 9rem; border: 1px solid rgba(125,49,93,.18); border-radius: 50%; box-shadow: 0 0 0 3rem rgba(125,49,93,.035), 0 0 0 6rem rgba(125,49,93,.025); pointer-events: none; }
.statement__content { position: relative; z-index: 1; }
.statement__title { max-width: 9em; font-size: clamp(3.6rem, 6.7vw, 7.2rem); }
.statement__text { max-width: 27rem; }
.statement__stamp { border-color: rgba(125,49,93,.3); }

.horizontal-section { background: var(--forest); }
.horizontal-sticky { padding-top: 7rem; }
.horizontal-heading h2 { font-size: clamp(3.8rem, 5.4vw, 6.2rem); }
.gallery-card__image { border-radius: .7rem; border: 1px solid rgba(240,237,229,.32); box-shadow: var(--shadow-soft); }
.gallery-card__meta { padding: 0 .2rem; }

.detail-section { background: #f4f0e8; }
.detail-section__image { border-radius: 1rem; box-shadow: var(--shadow-soft); }
.detail-section__image img { filter: saturate(.92); }
.detail-section h2 { font-size: clamp(3.6rem, 5.8vw, 6.4rem); }

.product-selector { background: var(--paper-deep); border-top: 1px solid rgba(21,39,31,.16); }
.product-selector::after { content: ""; position: absolute; left: -14rem; bottom: -17rem; width: 38rem; height: 38rem; border: 1px solid rgba(21,39,31,.13); border-radius: 50%; box-shadow: 0 0 0 3rem rgba(21,39,31,.025), 0 0 0 6rem rgba(21,39,31,.02); pointer-events: none; }
.product-selector > * { position: relative; z-index: 1; }
.product-selector__intro { margin-top: 10vh; }
.product-selector h2 { font-size: clamp(4rem, 7vw, 7.5rem); }
.product-selector__description { margin-bottom: .5rem; }
.product-grid { gap: 1.4rem; }
.product-option { padding: .55rem .55rem 0; border: 1px solid rgba(21,39,31,.18); border-radius: 1rem; background: rgba(244,240,232,.72); transition: transform .45s cubic-bezier(.16,1,.3,1), box-shadow .45s ease, background .45s ease, color .45s ease; }
.product-option:hover { transform: translateY(-.55rem); box-shadow: var(--shadow-soft); }
.product-option__image { height: 24vw; min-height: 15rem; border-radius: .65rem; }
.product-option__meta { border-bottom: 0; padding: 1rem .25rem .55rem; }
.product-option.is-selected { background: var(--forest); color: var(--paper); box-shadow: 0 1rem 2.5rem rgba(21,39,31,.22); }
.product-option.is-selected .product-option__image { outline-color: var(--lime); }
.product-option.is-selected .product-option__meta { border-color: transparent; }
.product-option.is-selected .product-option__meta > span:first-child, .product-option.is-selected .product-option__mark { color: var(--lime); }
.product-option:not(.is-selected) .product-option__image img { filter: saturate(.65) brightness(.96); }
.product-contact { position: relative; z-index: 2; background: var(--forest); color: var(--paper); border: 0; border-radius: 1rem; margin-top: 4.5rem; padding: 1.4rem 1.5rem; box-shadow: 0 1rem 2.5rem rgba(21,39,31,.16); }
.product-contact__message span { color: var(--lime); }
.product-contact__message strong { color: var(--paper); }
.product-contact__button { width: min(22rem, 35vw); border-color: rgba(240,237,229,.5); }
.product-contact__button:hover { color: var(--lime); border-color: var(--lime); }
.product-contact__button span:last-child { color: var(--lime); }
.product-toast { right: 7vw; bottom: 1rem; }

.contact { background: radial-gradient(circle at 82% 24%, rgba(125,49,93,.34), transparent 25%), var(--ink); }
.contact__content { margin-top: 7vh; }
.contact__button { border-color: rgba(240,237,229,.35); }
.contact__footer { padding-top: 1.2rem; border-top: 1px solid var(--line-dark); }

.detail-section.is-from-gallery .detail-section__image { outline: 1px solid var(--orchid-deep); outline-offset: .5rem; }
.detail-section.is-from-gallery .detail-section__image img { transform: scale(1.05); }

@media (max-width: 800px) {
  .site-header { padding: 1rem 1.15rem; }
  .hero::after { inset: .6rem; }
  .hero__copy { max-width: 91%; position: relative; z-index: 2; }
  .hero__title { max-width: 5.4em; font-size: clamp(4.15rem, 16vw, 7rem); }
  .hero__intro { max-width: 15rem; margin-top: 2.2rem; }
  .hero__visual { position: absolute; z-index: 1; top: 13rem; right: 1.3rem; width: 48vw; height: 52vh; min-height: 18rem; margin: 0; transform: rotate(2deg); opacity: .86; }
  .image-frame { border-width: .65rem; border-radius: 12rem 12rem .8rem .8rem; }
  .circle-link { position: relative; z-index: 3; }
  .hero__depth-layer--back { inset: 15% -10% -9% 10%; }
  .hero__depth-layer--front { right: -.9rem; bottom: 4.4rem; width: 3.3rem; height: 3.3rem; font-size: 1.35rem; }
  .statement::after { width: 17rem; height: 17rem; right: -8rem; top: 14rem; }
  .product-selector__intro { margin-top: 8vh; }
  .product-option { border-radius: .75rem; padding: .35rem .35rem 0; }
  .product-option__image { min-height: 0; border-radius: .45rem; }
  .product-option:hover { transform: none; box-shadow: none; }
  .product-option.is-selected { box-shadow: 0 .6rem 1.5rem rgba(21,39,31,.18); }
  .product-contact { border-radius: .8rem; padding: 1.15rem; }
  .product-contact__button { width: 100%; }
  .contact__footer { border-top: 1px solid var(--line-dark); }
}

/* Storefront — quiet commerce inside the garden */
[hidden] { display: none !important; }
body.is-modal-open, body.is-cart-open { overflow: hidden; }
.store-section { position: relative; min-height: 100svh; padding: 8rem 7vw 6rem; overflow: hidden; }
.store-intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 3rem; margin: 10vh 9vw 5rem 13vw; }
.store-intro h2 { margin: 0; font-size: clamp(4rem, 7vw, 7.5rem); line-height: .83; letter-spacing: -.08em; font-weight: 400; }
.store-intro h2 em { color: var(--orchid-deep); }
.store-intro__aside { width: min(19rem, 30vw); color: #5d5550; font-size: .95rem; line-height: 1.55; }
.store-intro__aside p { margin: 0 0 2rem; }
.admin-link { display: inline-flex; align-items: center; gap: .7rem; padding-bottom: .35rem; border-bottom: 1px solid var(--ink); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.admin-link span { color: var(--orchid-deep); font-size: 1rem; }
.product-catalog { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6rem 2.2rem; margin-left: 13vw; }
.shop-product-card { min-width: 0; }
.shop-product-card:nth-child(2n) { margin-top: 7rem; }
.shop-product-card__media { position: relative; display: block; width: 100%; height: min(43vw, 37rem); padding: .55rem; border: 1px solid rgba(21,39,31,.2); border-radius: 13rem 13rem .9rem .9rem; background: #d5d0c4; overflow: hidden; cursor: zoom-in; text-align: left; }
.shop-product-card__media::after { content: ''; position: absolute; inset: .55rem; border: 1px solid rgba(240,237,229,.45); border-radius: 12.5rem 12.5rem .55rem .55rem; pointer-events: none; }
.shop-product-card__media img { border-radius: 12.5rem 12.5rem .55rem .55rem; transition: transform 1s cubic-bezier(.16,1,.3,1), filter .6s ease; }
.shop-product-card__media:hover img { transform: scale(1.07); filter: saturate(1.08); }
.shop-product-card__peek { position: absolute; z-index: 1; left: 1.5rem; bottom: 1.5rem; display: flex; align-items: center; gap: .7rem; padding: .65rem .8rem; background: rgba(240,237,229,.9); color: var(--ink); border-radius: 2rem; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; opacity: 0; transform: translateY(.5rem); transition: opacity .35s ease, transform .35s ease; }
.shop-product-card__peek span { color: var(--orchid-deep); font-size: 1rem; }
.shop-product-card__media:hover .shop-product-card__peek, .shop-product-card__media:focus-visible .shop-product-card__peek { opacity: 1; transform: translateY(0); }
.shop-product-card__meta { display: grid; grid-template-columns: 2.2rem 1fr auto; gap: .5rem; padding: 1.1rem .25rem .6rem; border-bottom: 1px solid var(--line-light); color: #716960; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.shop-product-card__meta span:first-child { color: var(--orchid-deep); }
.shop-product-card__body { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; padding: 1rem .25rem .8rem; }
.shop-product-card__body h3 { margin: 0; font-family: var(--display); font-size: clamp(1.65rem, 2.5vw, 2.8rem); line-height: .95; font-weight: 400; }
.shop-product-card__body p { margin: .55rem 0 0; color: #716960; font-size: .8rem; }
.shop-price { display: flex; align-items: baseline; flex-wrap: wrap; justify-content: flex-end; gap: .45rem; white-space: nowrap; }
.shop-price del { color: #8c847a; font-size: .75rem; }
.shop-price__current { color: var(--orchid-deep); font-size: 1rem; font-weight: 600; }
.shop-product-card__add { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: .85rem .25rem; border: 0; border-bottom: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.shop-product-card__add span:last-child { color: var(--orchid-deep); font-size: 1.2rem; transition: transform .4s ease; }
.shop-product-card__add:hover span:last-child { transform: translate(4px, -4px); }
.shop-product-card__add:disabled { cursor: not-allowed; opacity: .48; }
.catalog-empty { grid-column: 1 / -1; padding: 4rem 0; color: #716960; }
.store-note { display: flex; justify-content: space-between; gap: 2rem; margin: 6rem 0 0 13vw; padding-top: 1rem; border-top: 1px solid var(--line-light); color: #716960; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.bag-fab { position: fixed; z-index: 20; right: 1.5rem; bottom: 1.5rem; display: flex; align-items: center; gap: .7rem; padding: .65rem .7rem .65rem 1rem; border: 1px solid var(--lime); border-radius: 3rem; background: var(--forest); color: var(--paper); cursor: pointer; box-shadow: 0 .8rem 2rem rgba(21,39,31,.2); }
.bag-fab__label { font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.bag-fab strong { display: grid; place-items: center; width: 1.65rem; height: 1.65rem; border-radius: 50%; background: var(--lime); color: var(--forest); font-size: .7rem; }
.cart-drawer { position: fixed; z-index: 40; top: 0; right: 0; display: flex; flex-direction: column; width: min(32rem, 94vw); height: 100svh; padding: 2rem; background: var(--forest); color: var(--paper); box-shadow: -1rem 0 4rem rgba(21,39,31,.22); transform: translateX(105%); transition: transform .65s cubic-bezier(.16,1,.3,1); }
.cart-drawer.is-open { transform: translateX(0); }
.cart-drawer__head { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line-dark); }
.cart-drawer .eyebrow { margin: 0 0 1rem; color: var(--lime); }
.cart-drawer h2 { margin: 0; font-family: var(--display); font-size: 3rem; font-weight: 400; line-height: .9; }
.cart-close, .shop-modal__close { border: 0; background: transparent; color: inherit; cursor: pointer; font-size: 2rem; line-height: 1; }
.cart-items { flex: 1; overflow-y: auto; padding: 1.5rem 0; }
.cart-item { display: grid; grid-template-columns: 4.7rem 1fr; gap: .9rem; padding: 1rem 0; border-bottom: 1px solid var(--line-dark); }
.cart-item > img { width: 4.7rem; height: 5.5rem; border-radius: 3rem 3rem .35rem .35rem; }
.cart-item__info { display: grid; align-content: start; gap: .3rem; }
.cart-item__info strong { font-family: var(--display); font-size: 1.35rem; font-weight: 400; }
.cart-item__info span { color: var(--paper-muted); font-size: .7rem; }
.cart-item__info b { margin-top: .45rem; color: var(--lime); font-size: .8rem; }
.cart-item__controls { grid-column: 2; display: flex; align-items: center; gap: .7rem; color: var(--paper-muted); font-size: .75rem; }
.cart-item__controls button { border: 1px solid var(--line-dark); background: transparent; color: var(--paper); cursor: pointer; }
.cart-item__controls button:not(.cart-item__remove) { width: 1.6rem; height: 1.6rem; border-radius: 50%; }
.cart-item__remove { margin-left: auto; padding: .3rem 0; border-width: 0 0 1px !important; font-size: .62rem; text-transform: uppercase; }
.cart-empty { padding: 3rem 0; color: var(--paper); font-family: var(--display); font-size: 1.8rem; line-height: 1; }
.cart-empty span { color: var(--paper-muted); font-family: var(--sans); font-size: .8rem; }
.cart-drawer__foot { padding-top: 1.2rem; border-top: 1px solid var(--line-dark); }
.cart-total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 1.5rem; }
.cart-total span, #cart-note { color: var(--paper-muted); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.cart-total strong { color: var(--lime); font-family: var(--display); font-size: 1.8rem; font-weight: 400; }
.whatsapp-button { display: flex; justify-content: space-between; width: 100%; padding: 1rem 0; border: 0; border-bottom: 1px solid var(--lime); background: transparent; color: var(--paper); cursor: pointer; font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.whatsapp-button span:last-child { color: var(--lime); font-size: 1.2rem; }
#cart-note { margin: 1rem 0 0; line-height: 1.5; text-transform: none; letter-spacing: .02em; }
.shop-modal { position: fixed; z-index: 45; inset: 0; display: grid; place-items: center; padding: 2rem; opacity: 0; transition: opacity .4s ease; }
.shop-modal.is-visible { opacity: 1; }
.shop-modal__backdrop { position: absolute; inset: 0; background: rgba(21,39,31,.75); backdrop-filter: blur(8px); }
.shop-modal__dialog { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(20rem, .8fr); gap: 3rem; width: min(60rem, 94vw); max-height: 90svh; overflow: auto; padding: 1rem; border: 1px solid rgba(240,237,229,.25); border-radius: 1.2rem; background: var(--paper); color: var(--ink); transform: translateY(2rem) scale(.98); transition: transform .6s cubic-bezier(.16,1,.3,1); }
.shop-modal.is-visible .shop-modal__dialog { transform: translateY(0) scale(1); }
.shop-modal__close { position: absolute; z-index: 2; top: 1rem; right: 1.2rem; color: var(--ink); }
.shop-modal__image { min-height: 30rem; overflow: hidden; border-radius: 13rem 13rem .7rem .7rem; background: #d5d0c4; }
.shop-modal__content { align-self: center; padding: 3rem 3rem 3rem 0; }
.shop-modal__content .eyebrow { color: var(--orchid-deep); }
.shop-modal__content h2 { margin: 1rem 0 .5rem; font-family: var(--display); font-size: clamp(3rem, 5vw, 5rem); font-weight: 400; line-height: .9; }
.shop-modal__variety { margin: 0 0 2rem; color: var(--orchid-deep); font-size: .85rem; }
.shop-modal__content > p:not(.shop-modal__variety) { max-width: 20rem; color: #5d5550; line-height: 1.5; }
.shop-modal__content .shop-price { justify-content: flex-start; margin: 2.2rem 0; }
.shop-modal__content .shop-price__current { font-size: 1.3rem; }
.shop-add-button { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 1rem 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.shop-add-button span:last-child { color: var(--orchid-deep); font-size: 1.3rem; }
.shop-add-button:disabled { opacity: .45; cursor: not-allowed; }
.shop-toast { position: fixed; z-index: 55; left: 50%; bottom: 1.5rem; padding: .85rem 1rem; border: 1px solid var(--lime); border-radius: 2rem; background: var(--forest); color: var(--paper); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; opacity: 0; transform: translate(-50%, 1rem); pointer-events: none; transition: opacity .35s ease, transform .35s ease; }
.shop-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 800px) {
  .store-section { padding: 6rem 1.15rem 5rem; }
  .store-intro { display: block; margin: 8vh 0 3.5rem; }
  .store-intro h2 { font-size: clamp(4rem, 16vw, 7rem); }
  .store-intro__aside { width: 18rem; margin-top: 2.5rem; }
  .product-catalog { grid-template-columns: 1fr; gap: 4rem; margin-left: 0; }
  .shop-product-card:nth-child(2n) { margin-top: 0; }
  .shop-product-card__media { height: 115vw; max-height: 36rem; }
  .shop-product-card__body h3 { font-size: 2rem; }
  .store-note { display: block; margin-left: 0; line-height: 1.7; }
  .store-note span { display: block; }
  .cart-drawer { padding: 1.3rem 1.15rem; }
  .shop-modal { padding: .8rem; }
  .shop-modal__dialog { display: block; max-height: 94svh; padding: .45rem; }
  .shop-modal__image { height: 58vw; min-height: 15rem; max-height: 28rem; }
  .shop-modal__content { padding: 2.5rem 1.2rem 1.5rem; }
  .shop-modal__content h2 { font-size: 3.5rem; }
}

/* Admin panel */
.admin-page { min-height: 100svh; background: var(--paper-deep); color: var(--forest); }
.admin-shell { width: min(76rem, 90vw); margin: 0 auto; padding: 2rem 0 5rem; }
.admin-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(21,39,31,.18); }
.admin-head .brand__mark { color: var(--forest); border-color: var(--orchid-deep); background: transparent; }
.admin-back { color: #5d5550; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.admin-intro { max-width: 55rem; padding: 8rem 0 6rem; }
.admin-intro .eyebrow, .admin-kicker { color: var(--orchid-deep); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.admin-intro h1 { margin: 1.5rem 0; font-family: var(--display); font-size: clamp(4rem, 8vw, 8rem); font-weight: 400; line-height: .85; letter-spacing: -.07em; }
.admin-intro h1 em { color: var(--orchid-deep); }
.admin-intro p { max-width: 27rem; color: #5d5550; line-height: 1.5; }
.admin-settings, .admin-editor { margin-bottom: 6rem; padding: 1.5rem; border: 1px solid rgba(21,39,31,.18); border-radius: 1rem; background: rgba(244,240,232,.7); }
.admin-settings { display: grid; grid-template-columns: 1fr 1.2fr; gap: 2rem; align-items: center; }
.admin-settings h2, .admin-section-head h2 { margin: .8rem 0 0; font-family: var(--display); font-size: 2.4rem; font-weight: 400; line-height: .95; }
.admin-setting-form { display: grid; gap: .55rem; }
.admin-setting-form label, .admin-form label { color: #5d5550; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.admin-setting-form > div { display: flex; gap: .5rem; }
.admin-setting-form input, .admin-form input, .admin-form textarea, .admin-form select { width: 100%; border: 1px solid rgba(21,39,31,.24); border-radius: .35rem; background: var(--paper); color: var(--forest); padding: .75rem; font: inherit; font-size: .9rem; }
.admin-setting-form button, .admin-primary, .admin-secondary { border: 1px solid var(--forest); padding: .75rem 1rem; background: var(--forest); color: var(--paper); cursor: pointer; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.admin-setting-form small { color: #716960; font-size: .7rem; }
.admin-section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 1.5rem; }
.admin-close { border: 0; background: transparent; color: var(--forest); cursor: pointer; font-size: 2rem; }
.admin-product-list { border-top: 1px solid rgba(21,39,31,.18); }
.admin-product-row { display: grid; grid-template-columns: 5rem 1fr auto auto; gap: 1.2rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid rgba(21,39,31,.18); }
.admin-product-row > img { width: 5rem; height: 6rem; border-radius: 3rem 3rem .35rem .35rem; }
.admin-product-row__main span, .admin-product-row__main p { color: #716960; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.admin-product-row__main h3 { margin: .4rem 0; font-family: var(--display); font-size: 1.6rem; font-weight: 400; }
.admin-product-row__main p { margin: 0; text-transform: none; letter-spacing: 0; }
.admin-product-row__price { display: grid; justify-items: end; gap: .3rem; }
.admin-product-row__price del { color: #8c847a; font-size: .7rem; }
.admin-product-row__price strong { color: var(--orchid-deep); font-size: .9rem; }
.admin-product-row__actions { display: flex; gap: .5rem; }
.admin-product-row__actions button { border: 0; border-bottom: 1px solid var(--forest); background: transparent; color: var(--forest); cursor: pointer; padding: .4rem 0; font-size: .65rem; letter-spacing: .07em; text-transform: uppercase; }
.admin-product-row__actions button:last-child { color: var(--orchid-deep); border-color: var(--orchid-deep); }
.admin-product-row.is-paused { opacity: .5; }
.admin-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.admin-form label { display: grid; gap: .45rem; }
.admin-form__wide, .admin-form__actions { grid-column: 1 / -1; }
.admin-form__actions { display: flex; gap: .7rem; padding-top: .5rem; }
.admin-secondary { border-color: rgba(21,39,31,.25); background: transparent; color: var(--forest); }
.admin-check { display: flex !important; grid-template-columns: auto 1fr; align-items: center; gap: .6rem !important; }
.admin-check input { width: 1rem; }
.admin-footnote { max-width: 40rem; color: #716960; font-size: .75rem; line-height: 1.55; }
.admin-toast { position: fixed; z-index: 60; right: 1.5rem; bottom: 1.5rem; padding: .8rem 1rem; border: 1px solid var(--lime); border-radius: 2rem; background: var(--forest); color: var(--paper); font-size: .7rem; opacity: 0; transform: translateY(1rem); transition: opacity .3s ease, transform .3s ease; }
.admin-toast.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 800px) {
  .admin-shell { width: auto; margin: 0 1.15rem; }
  .admin-intro { padding: 5rem 0 4rem; }
  .admin-settings { display: block; }
  .admin-setting-form { margin-top: 2rem; }
  .admin-setting-form > div { display: grid; }
  .admin-product-row { grid-template-columns: 4rem 1fr auto; gap: .8rem; }
  .admin-product-row > img { width: 4rem; height: 5rem; }
  .admin-product-row__price { grid-column: 2; justify-items: start; }
  .admin-product-row__actions { grid-column: 3; grid-row: 1 / span 2; display: grid; align-content: center; }
  .admin-form { grid-template-columns: 1fr; }
  .admin-form__wide, .admin-form__actions { grid-column: auto; }
}
