:root {
  --paper: #fff8e8;
  --paper-deep: #f5ead2;
  --ink: #13234d;
  --ink-soft: #536078;
  --orange: #ff6b2c;
  --coral: #ff7168;
  --yellow: #ffd54f;
  --blue: #5a9ee6;
  --green: #69ad72;
  --white: #fffdf8;
  --line: rgba(19, 35, 77, .17);
  --shadow: 0 18px 50px rgba(61, 45, 25, .13);
  --radius: 26px;
  --wrap: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", system-ui, sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 12px; top: -60px; padding: 10px 16px; border-radius: 8px; background: var(--ink); color: white; transition: top .2s; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.site-header { position: relative; z-index: 20; width: var(--wrap); min-height: 96px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-family: "Fraunces", Georgia, serif; font-size: 1.16rem; }
.brand small { margin-top: 4px; color: var(--ink-soft); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .94rem; font-weight: 700; }
.site-nav a { position: relative; text-decoration: none; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--orange); transition: right .2s; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.site-nav .nav-cta { padding: 11px 18px; border-radius: 14px; background: var(--ink); color: white; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 13px; background: var(--ink); place-content: center; gap: 5px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 20px; height: 2px; background: white; }

.hero { min-height: 690px; padding: 62px 0 92px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(400px, .98fr); gap: 80px; align-items: center; }
.eyebrow { margin: 0 0 13px; color: var(--orange); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Fraunces", Georgia, serif; }
h1 { margin-bottom: 26px; font-size: clamp(4.3rem, 8vw, 7.8rem); line-height: .82; letter-spacing: -.055em; }
h1 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 590px; color: var(--ink-soft); font-size: clamp(1.08rem, 2vw, 1.28rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin: 34px 0 26px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 21px; border: 0; border-radius: 14px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: white; box-shadow: 0 10px 0 #d84718; }
.button-primary:hover { box-shadow: 0 7px 0 #d84718; }
.button-dark { background: var(--ink); color: white; }
.button-light { background: var(--white); color: var(--ink); }
.text-link { font-weight: 800; text-underline-offset: 4px; text-decoration-thickness: 2px; }
.impact-note { display: flex; gap: 8px; max-width: 480px; color: var(--ink-soft); font-size: .87rem; }
.impact-note span { color: var(--coral); }
.hero-art { position: relative; min-height: 550px; display: grid; place-items: center; }
.art-frame { position: relative; margin: 0; padding: 13px 13px 18px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); }
.art-frame-hero { width: min(500px, 96%); transform: rotate(3deg); }
.art-frame img { width: 100%; aspect-ratio: 4 / 3; border-radius: 4px; object-fit: cover; }
.art-frame figcaption { display: flex; justify-content: space-between; gap: 16px; padding: 14px 5px 0; font-family: "Fraunces", Georgia, serif; font-size: 1.03rem; }
.art-frame figcaption span { color: var(--ink-soft); font-family: "DM Sans", sans-serif; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.original-tag { position: absolute; z-index: 2; top: 22px; left: 22px; padding: 6px 9px; background: var(--orange); color: white; border-radius: 7px; font-size: .63rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.real-artwork img, .real-artwork-image, .real-product .product-image img { object-fit: contain; background: #eee6d7; }
.scribble { position: absolute; width: 470px; height: 470px; border: 6px solid var(--yellow); border-radius: 49% 38% 46% 41%; transform: rotate(-10deg); }
.scribble::after { content: ""; position: absolute; inset: 34px -30px -18px 22px; border: 4px solid var(--coral); border-radius: 42% 54% 38% 49%; }
.spark { position: absolute; color: var(--orange); font-size: 3rem; }
.spark-one { top: 6%; right: 5%; transform: rotate(12deg); }
.spark-two { left: 2%; bottom: 8%; color: var(--blue); font-size: 2rem; }

.purpose-strip { background: var(--ink); color: white; }
.purpose-grid { padding: 31px 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.purpose-grid > div { display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 2px 34px; border-right: 1px solid rgba(255,255,255,.2); }
.purpose-grid > div:first-child { padding-left: 0; }
.purpose-grid > div:last-child { padding-right: 0; border: 0; }
.purpose-number { color: var(--yellow); font-family: "Fraunces", serif; font-size: 1.35rem; }
.purpose-grid p { margin: 0; color: rgba(255,255,255,.72); font-size: .89rem; }
.purpose-grid strong { color: white; }

.section-space { padding-block: 116px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
.section-heading h2, .story-callout h2, .asan-section h2 { max-width: 850px; margin-bottom: 0; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.04em; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: start; }
.product-card { min-width: 0; }
.product-card-lifted { margin-top: 50px; }
.product-image { position: relative; display: block; overflow: hidden; padding: 11px; background: white; border: 1px solid var(--line); border-radius: 9px; box-shadow: 0 14px 32px rgba(42, 37, 29, .1); }
.product-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 4px; transition: transform .35s; }
.product-image:hover img { transform: scale(1.025); }
.product-info { display: flex; justify-content: space-between; gap: 18px; padding: 18px 6px 0; }
.product-info h3 { margin-bottom: 2px; font-size: 1.32rem; }
.product-info p { margin: 0; color: var(--ink-soft); font-size: .83rem; }
.product-info > strong { color: var(--orange); font-size: 1.05rem; }
.collection-note { max-width: 690px; margin: 42px auto 0; color: var(--ink-soft); text-align: center; font-size: .82rem; }

.story-callout { position: relative; overflow: hidden; display: grid; grid-template-columns: .35fr 1fr; gap: 70px; padding: 80px; background: var(--yellow); border-radius: 34px; }
.story-callout > div:last-child { position: relative; }
.story-callout h2 { max-width: 830px; margin-bottom: 24px; }
.story-callout p:not(.eyebrow) { max-width: 680px; font-size: 1.08rem; }
.story-callout .button { margin-top: 10px; }
.story-mark { display: grid; place-items: center; }
.story-mark img { width: min(260px, 100%); transform: rotate(-8deg); }

.asan-section { margin-top: 116px; padding: 90px 0; background: var(--orange); color: white; }
.asan-inner { display: flex; align-items: end; justify-content: space-between; gap: 70px; }
.asan-copy { max-width: 810px; }
.asan-section .eyebrow { color: var(--yellow); }
.asan-section h2 { margin-bottom: 25px; }
.asan-section p { max-width: 720px; }
.fine-print { margin-bottom: 0; color: rgba(255,255,255,.72); font-size: .79rem; }

.site-footer { padding: 52px 0; background: var(--white); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 54px; height: 54px; object-fit: contain; }
.footer-brand p { margin: 0; line-height: 1.35; }
.footer-brand strong { font-family: "Fraunces", serif; }
.footer-brand span, .footer-note { color: var(--ink-soft); font-size: .78rem; }
.site-footer nav { display: flex; gap: 24px; font-size: .86rem; font-weight: 700; }
.site-footer nav a { text-underline-offset: 4px; }
.footer-note { margin: 0; text-align: right; }

/* Inner pages */
.page-hero { padding: 82px 0 70px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; border-bottom: 1px solid var(--line); }
.page-hero h1, .about-intro h1, .contact-intro h1, .thank-you-wrap h1 { margin: 0; font-size: clamp(4rem, 7vw, 7rem); line-height: .88; letter-spacing: -.055em; }
.page-hero h1 em, .about-intro h1 em, .contact-intro h1 em, .thank-you-wrap h1 em { color: var(--orange); font-style: normal; }
.page-hero > p { max-width: 480px; margin-bottom: 10px; color: var(--ink-soft); font-size: 1.03rem; }
.shop-section { padding: 42px 0 0; }
.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 46px; }
.shop-toolbar p { display: grid; margin: 0; }
.shop-toolbar p span { color: var(--ink-soft); font-size: .78rem; }
.filter-group { display: flex; gap: 8px; }
.filter-button { min-height: 42px; padding: 8px 16px; border: 1px solid var(--line); border-radius: 12px; background: transparent; color: var(--ink); font-weight: 700; cursor: pointer; }
.filter-button.active { border-color: var(--ink); background: var(--ink); color: white; }
.product-grid-shop { row-gap: 65px; }
.shop-product { display: flex; flex-direction: column; }
.product-image-button { width: 100%; color: inherit; font: inherit; text-align: left; cursor: zoom-in; }
.expand-hint { position: absolute; right: 20px; bottom: 20px; padding: 7px 10px; border-radius: 8px; background: rgba(19,35,77,.9); color: white; font-size: .7rem; font-weight: 800; opacity: 0; transform: translateY(5px); transition: opacity .2s, transform .2s; }
.product-image-button:hover .expand-hint, .product-image-button:focus-visible .expand-hint { opacity: 1; transform: translateY(0); }
.shop-product-body { flex: 1; display: flex; flex-direction: column; }
.shop-product-body > p { min-height: 48px; margin: 13px 6px 19px; color: var(--ink-soft); font-size: .9rem; }
.shop-product .product-info h2 { margin-bottom: 2px; font-size: 1.38rem; }
.shop-buy { align-self: stretch; margin-top: auto; }
.shop-promise { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.shop-promise > div { padding-top: 24px; border-top: 3px solid var(--ink); }
.shop-promise > div > span { color: var(--orange); font-size: 1.6rem; }
.shop-promise h2 { margin: 10px 0 8px; font-size: 1.5rem; }
.shop-promise p { margin: 0; color: var(--ink-soft); font-size: .9rem; }
.notice-box { padding: 17px 18px; border: 1px solid rgba(255,107,44,.28); border-radius: 14px; background: rgba(255,213,79,.22); color: var(--ink-soft); font-size: .84rem; }
.empty-state { grid-column: 1 / -1; text-align: center; }
.demo-dialog { width: min(500px, calc(100% - 30px)); padding: 42px; border: 0; border-radius: 26px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px rgba(19,35,77,.3); text-align: center; }
.demo-dialog::backdrop { background: rgba(19,35,77,.72); backdrop-filter: blur(4px); }
.demo-dialog img { margin: 0 auto 10px; }
.demo-dialog h2 { font-size: 2.2rem; line-height: 1; }
.demo-dialog p:not(.eyebrow) { color: var(--ink-soft); }
.dialog-close { position: absolute; top: 13px; right: 13px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: transparent; color: var(--ink); font-size: 1.8rem; cursor: pointer; }
.image-dialog { width: min(1180px, calc(100% - 28px)); max-width: none; height: min(92dvh, 900px); max-height: none; padding: 16px; overflow: hidden; border: 0; border-radius: 24px; background: var(--ink); color: white; box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.image-dialog::backdrop { background: rgba(7,13,31,.88); backdrop-filter: blur(5px); }
.image-dialog-stage { height: calc(100% - 106px); overflow: auto; display: grid; place-items: center; border-radius: 14px; background: #0c1839; -webkit-overflow-scrolling: touch; }
.image-dialog-stage img { width: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
.image-dialog-caption { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 14px 58px 0 8px; }
.image-dialog-caption .eyebrow { margin-bottom: 2px; }
.image-dialog-caption h2 { margin: 0; font-size: 1.45rem; }
.image-dialog-caption p:last-child { margin: 1px 0 0; color: rgba(255,255,255,.65); font-size: .8rem; }
.image-dialog-close { z-index: 3; top: 22px; right: 22px; background: rgba(19,35,77,.9); color: white; }

/* About */
.about-hero { min-height: 720px; padding: 75px 0 110px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; }
.about-collage { position: relative; min-height: 570px; }
.about-photo { position: absolute; width: 72%; padding: 13px 13px 42px; color: var(--ink); font: inherit; text-align: left; cursor: pointer; transition: filter .2s, transform .25s, z-index 0s; }
.about-photo img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 13px; }
.about-photo-caption, .contact-photo figcaption { display: block; padding-top: 10px; font-family: "Fraunces", serif; font-size: .95rem; text-align: center; }
.about-photo-one { z-index: 1; top: 0; left: 0; transform: rotate(-4deg); }
.about-photo-two { z-index: 2; right: 0; bottom: 0; transform: rotate(6deg); }
.about-photo.is-front { z-index: 4; filter: saturate(1.05); }
.about-photo:hover { filter: brightness(1.03); }
.photo-stack-hint { position: absolute; z-index: 5; left: 12px; bottom: -45px; color: var(--ink-soft); font-size: .78rem; }
.mobile-photo-hint, .photo-swipe-dots { display: none; }
.about-intro .big-copy { margin-top: 34px; color: var(--ink); font-size: 1.25rem; line-height: 1.65; }
.about-intro > p:last-child { color: var(--ink-soft); }
.about-intro .mom-inline-note { margin-top: 20px; font-size: .82rem; line-height: 1.6; }
.mom-inline-note > a:first-of-type { color: var(--ink); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.letter-section { padding: 105px 0; background: var(--yellow); }
.letter-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.letter-grid h2 { font-size: clamp(2.8rem, 5vw, 4.8rem); line-height: 1; }
.letter-copy { font-size: 1.1rem; }
.letter-copy p { margin-bottom: 22px; }
.signature { padding-top: 18px; font-family: "Fraunces", serif; font-size: 1.25rem; }
.about-asan { margin-top: 0; }

/* Contact */
.contact-layout { min-height: 650px; padding: 90px 0 80px; display: grid; grid-template-columns: 1fr .82fr; gap: 100px; align-items: center; }
.contact-intro > p:not(.eyebrow, .notice-box) { max-width: 470px; margin-top: 28px; color: var(--ink-soft); font-size: 1.08rem; }
.contact-details { display: grid; gap: 18px; margin: 40px 0; }
.contact-details p { display: grid; margin: 0; }
.contact-details small { color: var(--orange); font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.contact-details a, .contact-details span { font-family: "Fraunces", serif; font-size: 1.3rem; }
.contact-photo { width: min(390px, 92%); margin: 20px auto; padding: 12px 12px 40px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: var(--shadow); transform: rotate(2deg); }
.contact-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 37%; border-radius: 13px; }
.contact-map-section { margin-bottom: 110px; padding: 52px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 55px; align-items: center; border-radius: 30px; background: var(--ink); color: white; }
.contact-map-section h2 { margin-bottom: 14px; font-size: clamp(2.4rem, 5vw, 4.2rem); line-height: 1; }
.contact-map-section p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.map-frame { overflow: hidden; border: 8px solid var(--white); border-radius: 18px; background: var(--white); }
.map-frame iframe { width: 100%; height: 360px; display: block; border: 0; filter: grayscale(1) sepia(.28) hue-rotate(170deg) saturate(.8) contrast(1.05); }
.map-frame > img { width: 100%; height: 360px; display: block; object-fit: cover; }
.illustrated-map { position: relative; }
.map-label { position: absolute; padding: 5px 8px; border-radius: 7px; background: rgba(255,250,240,.84); color: var(--ink); font-size: .72rem; font-weight: 800; letter-spacing: .02em; box-shadow: 0 3px 10px rgba(19,35,77,.13); }
.map-label::before { content: ""; width: 6px; height: 6px; display: inline-block; margin-right: 6px; border-radius: 50%; background: var(--orange); vertical-align: 1px; }
.map-label-la { left: 42%; top: 24%; }
.map-label-sd { left: 55%; top: 67%; }
.map-label-ocean { left: 12%; top: 58%; background: rgba(19,35,77,.78); color: white; font-family: "Fraunces", serif; font-style: italic; }
.map-label-ocean::before { display: none; }
.map-frame a { display: block; padding: 9px 12px 3px; color: var(--ink); font-size: .74rem; font-weight: 700; text-align: right; }
.about-map-section { margin-top: 96px; }
.guestbook-section { overflow: hidden; padding: 86px 0 110px; background: var(--yellow); }
.guestbook-heading { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.guestbook-heading h2 { margin: 0 0 15px; font-size: clamp(3.2rem, 7vw, 6.4rem); line-height: .9; letter-spacing: -.05em; }
.guestbook-heading p:last-child { max-width: 600px; margin: 0; color: var(--ink-soft); }
.wall-doodle { color: var(--orange); font-size: 6rem; transform: rotate(12deg); }
.guestbook-grid { display: grid; grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr); gap: 52px; align-items: start; }
.guestbook-form { padding: 32px; border: 1px solid rgba(19,35,77,.12); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.guestbook-form .button { width: 100%; }
.guestbook-trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.guestbook-wall { min-height: 390px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: start; padding: 12px; }
.wall-note { min-height: 160px; padding: 28px 26px 22px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 4px 18px 7px 14px; box-shadow: 0 13px 25px rgba(19,35,77,.14); transform: rotate(var(--note-turn)); transition: transform .2s; }
.wall-note:hover { transform: rotate(0) scale(1.025); }
.wall-note p { margin: 0 0 24px; font-family: "Fraunces", serif; font-size: 1.18rem; line-height: 1.45; overflow-wrap: anywhere; }
.wall-note footer { color: var(--ink-soft); font-size: .77rem; font-weight: 800; }
.note-yellow { background: #fff4a8; }.note-blue { background: #cfe8ff; }.note-pink { background: #ffd9dc; }.note-green { background: #d9efd1; }.note-cream { background: #fffaf0; }
.wall-empty, .wall-loading { grid-column: 1 / -1; min-height: 260px; display: grid; place-items: center; align-content: center; gap: 8px; margin: 0; border: 2px dashed rgba(19,35,77,.2); border-radius: 24px; color: var(--ink-soft); text-align: center; }
.wall-empty span { color: var(--orange); font-size: 3rem; }.wall-empty p { margin: 0; }
.wall-shuffle { display: block; margin: 18px auto 0; }
.setup-card { width: min(620px, calc(100% - 30px)); margin: 70px auto; padding: 42px; border-radius: 26px; background: var(--white); box-shadow: var(--shadow); }
.setup-card h1 { font-size: clamp(3rem, 8vw, 5.5rem); line-height: .9; }
.setup-card form { margin-top: 30px; }
.wall-admin-shell { max-width: 1040px; }
.comment-review-list { display: grid; gap: 15px; }
.comment-review { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.comment-review h2 { margin: 7px 0 5px; font-size: 1.25rem; }.comment-review p { margin: 0 0 8px; }.comment-review small { color: var(--ink-soft); }
.review-status { padding: 4px 8px; border-radius: 999px; background: #eceff5; font-size: .68rem; font-weight: 800; text-transform: uppercase; }.status-approved { background: #d9efd1; }.status-rejected { background: #ffd9dc; }
.review-actions { display: flex; align-items: center; gap: 16px; }
.admin-form, .catalog-panel { padding: 38px; background: var(--white); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.field-row { display: grid; gap: 8px; margin-bottom: 22px; }
.field-row label { font-size: .82rem; font-weight: 800; }
.field-row input, .field-row textarea, .field-row select { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 11px; background: white; color: var(--ink); }
.field-row textarea { resize: vertical; }
.field-row small, .form-note { color: var(--ink-soft); font-size: .76rem; }
.form-note { margin: 17px 0 0; text-align: center; }

/* Thank you */
.thank-you-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: var(--yellow); }
.thank-you-wrap { width: min(760px, 100%); text-align: center; }
.thank-you-wrap > img { width: 150px; margin: 0 auto 22px; }
.thank-you-wrap > p:not(.eyebrow, .fine-print) { max-width: 610px; margin: 27px auto; font-size: 1.15rem; }
.thank-you-actions { display: flex; align-items: center; justify-content: center; gap: 24px; margin: 34px 0; }
.thank-you-wrap .fine-print { color: rgba(19,35,77,.65); }

/* Admin prototype */
.admin-page { background: #eef0f5; }
.admin-header { min-height: 82px; padding: 10px max(20px, calc((100vw - 1280px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--ink); color: white; }
.admin-header .brand small { color: rgba(255,255,255,.65); }
.admin-shell { width: min(1280px, calc(100% - 40px)); margin: 0 auto; padding: 65px 0 100px; }
.admin-title { display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: end; margin-bottom: 42px; }
.admin-title h1 { margin: 0; font-size: clamp(3.5rem, 7vw, 6.6rem); line-height: .9; }
.admin-title > div:first-child > p:last-child { max-width: 520px; margin: 20px 0 0; color: var(--ink-soft); }
.admin-warning { padding: 20px; border-left: 4px solid var(--orange); background: rgba(255,255,255,.65); }
.admin-warning p { margin: 5px 0 0; color: var(--ink-soft); font-size: .82rem; }
.admin-grid { display: grid; grid-template-columns: minmax(330px, .75fr) minmax(500px, 1.25fr); gap: 30px; align-items: start; }
.form-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.form-heading h2 { margin: 0; font-size: 2rem; }
.form-heading .eyebrow { margin-bottom: 4px; }
.small-link { padding: 7px 0; border: 0; background: transparent; color: var(--ink); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.field-split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.check-row { display: flex; align-items: center; gap: 10px; margin: 3px 0 24px; font-size: .85rem; font-weight: 700; }
.check-row input { width: 20px; height: 20px; accent-color: var(--orange); }
.admin-form > .button { width: 100%; }
.admin-product-list { display: grid; gap: 12px; }
.admin-product { display: grid; grid-template-columns: 76px 1fr auto; gap: 16px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 14px; }
.admin-product img { width: 76px; height: 76px; border-radius: 9px; object-fit: cover; }
.admin-product h3 { margin: 0 0 2px; font-size: 1.05rem; }
.admin-product p { margin: 0 0 5px; color: var(--ink-soft); font-size: .78rem; }
.visibility-status { color: var(--green); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.visibility-status.hidden-item { color: var(--coral); }
.row-actions { display: grid; gap: 5px; }
.row-actions button { border: 0; background: transparent; color: var(--ink); font-size: .78rem; font-weight: 800; text-decoration: underline; cursor: pointer; }
.admin-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 25px; }
.danger-link { color: #b93030; }

@media (max-width: 900px) {
  :root { --wrap: min(100% - 30px, 720px); }
  .site-header { min-height: 82px; }
  .nav-toggle { display: grid; }
  .site-nav { position: absolute; top: 74px; left: 0; right: 0; display: none; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .site-nav .nav-cta { text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 50px; padding-top: 50px; }
  .hero-art { min-height: 520px; }
  .purpose-grid { grid-template-columns: 1fr; padding: 16px 0; }
  .purpose-grid > div, .purpose-grid > div:first-child, .purpose-grid > div:last-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .purpose-grid > div:last-child { border-bottom: 0; }
  .story-callout { grid-template-columns: 1fr; gap: 25px; padding: 48px; }
  .story-mark { place-items: start; }
  .story-mark img { width: 150px; }
  .asan-inner { display: grid; }
  .page-hero, .about-hero, .letter-grid, .contact-layout, .contact-map-section, .admin-title, .admin-grid, .guestbook-grid { grid-template-columns: 1fr; }
  .about-hero { gap: 55px; }
  .about-collage { min-height: 620px; order: 2; }
  .contact-layout, .letter-grid { gap: 52px; }
  .shop-promise { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; text-align: left; }
  .site-footer nav { justify-content: flex-start; }
  .footer-note { text-align: left; }
}

@media (max-width: 640px) {
  :root { --wrap: calc(100% - 24px); }
  .brand img { width: 50px; height: 50px; }
  .brand strong { font-size: 1.02rem; }
  h1 { font-size: clamp(4rem, 21vw, 5.8rem); }
  .hero { padding: 40px 0 72px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 19px; }
  .hero-actions .text-link { text-align: center; }
  .hero-art { min-height: 460px; }
  .scribble { width: 92%; height: 400px; }
  .section-space { padding-block: 82px; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 34px; }
  .product-grid { grid-template-columns: 1fr; gap: 45px; }
  .product-card-lifted { margin-top: 0; }
  .story-callout { padding: 34px 24px; border-radius: 24px; }
  .story-callout h2, .section-heading h2, .asan-section h2 { font-size: clamp(2.45rem, 12vw, 3.5rem); }
  .asan-section { margin-top: 82px; padding: 68px 0; }
  .asan-inner { gap: 32px; }
  .asan-inner .button { width: 100%; }
  .page-hero { padding-top: 50px; grid-template-columns: 1fr; gap: 28px; }
  .page-hero h1, .about-intro h1, .contact-intro h1 { font-size: clamp(3.6rem, 18vw, 5.3rem); }
  .shop-toolbar { align-items: start; flex-direction: column; }
  .filter-group { width: 100%; }
  .filter-button { flex: 1; }
  .expand-hint { opacity: 1; transform: none; }
  .about-hero, .contact-layout { padding-top: 55px; }
  .about-collage { min-height: 470px; }
  .about-collage { min-height: 0; display: flex; gap: 18px; overflow-x: auto; padding: 12px 7% 58px 4px; scroll-snap-type: x mandatory; scroll-padding-left: 4px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .about-collage::-webkit-scrollbar { display: none; }
  .about-photo, .about-photo-one, .about-photo-two, .about-photo.is-front { position: relative; inset: auto; z-index: 1; flex: 0 0 88%; width: 88%; transform: none; scroll-snap-align: start; }
  .about-photo:hover, .about-photo.is-front { filter: none; }
  .photo-stack-hint { position: absolute; z-index: 6; left: 4px; bottom: 18px; margin: 0; }
  .desktop-photo-hint { display: none; }
  .mobile-photo-hint { display: inline; }
  .photo-swipe-dots { position: absolute; z-index: 6; right: 7%; bottom: 20px; display: flex; gap: 7px; }
  .photo-swipe-dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
  .photo-swipe-dots span:last-child { opacity: .35; }
  .contact-photo { width: min(330px, 92%); margin-inline: auto; }
  .letter-section { padding: 76px 0; }
  .contact-map-section { margin-bottom: 82px; padding: 34px 22px; gap: 28px; border-radius: 24px; }
  .about-map-section { margin-top: 70px; }
  .map-frame iframe { height: 300px; }
  .guestbook-section { padding: 68px 0 80px; }
  .guestbook-heading { align-items: start; }
  .wall-doodle { font-size: 3rem; }
  .guestbook-grid { gap: 34px; }
  .guestbook-wall { grid-template-columns: 1fr; padding: 4px; }
  .wall-note { min-height: 140px; }
  .setup-card { padding: 30px 22px; }
  .comment-review { grid-template-columns: 1fr; }
  .review-actions { justify-content: flex-start; }
  .admin-form, .catalog-panel, .demo-dialog { padding: 26px 20px; }
  .image-dialog { height: 94dvh; padding: 10px; border-radius: 18px; }
  .image-dialog-stage { height: calc(100% - 144px); }
  .image-dialog-caption { min-height: 134px; align-items: stretch; flex-direction: column; gap: 10px; padding: 12px 4px 0; }
  .image-dialog-caption .button { min-height: 44px; width: 100%; }
  .thank-you-actions { align-items: stretch; flex-direction: column; }
  .admin-header { align-items: center; }
  .admin-header .button { min-height: 43px; padding: 10px 13px; font-size: .78rem; }
  .admin-shell { width: calc(100% - 24px); padding-top: 40px; }
  .admin-title { gap: 28px; }
  .admin-grid { grid-template-columns: 1fr; }
  .field-split { grid-template-columns: 1fr; gap: 0; }
  .admin-product { grid-template-columns: 60px 1fr; }
  .admin-product img { width: 60px; height: 60px; }
  .row-actions { grid-column: 1 / -1; display: flex; justify-content: flex-end; }
  .admin-actions { align-items: stretch; flex-direction: column; }
}

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