/* Lalpotu Collection — responsive, progressively enhanced static website. */

/* 1. Design tokens & accessible foundations */
:root {
  --wine: #D60A3F;
  --wine-deep: #a10931;
  --ivory: #f8f3eb;
  --sand: #eee4d8;
  --ink: #321d25;
  --muted: #6b595c;
  --bronze: #805932;
  --gold-light: #e6c79d;
  --line: #d8c9bc;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --header-height: 94px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 16px); }
body { margin: 0; background: var(--ivory); color: var(--ink); font: 400 16px/1.7 var(--sans); }
body.dialog-open { overflow: hidden; }
h1, h2, h3, p, figure, blockquote { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.15; }
h1 { font-size: clamp(56px, 5.8vw, 94px); letter-spacing: -.055em; }
h2 { font-size: clamp(36px, 4.05vw, 62px); letter-spacing: -.045em; }
h3 { font-size: 24px; letter-spacing: -.02em; }
h1 em, h2 em { color: var(--bronze); font-weight: 500; }
a { color: inherit; text-decoration: none; }
button, summary { -webkit-tap-highlight-color: transparent; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a, summary { touch-action: manipulation; }
img, svg { display: block; }
img { max-width: 100%; height: auto; }
button, input { max-width: 100%; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #a96b20; outline-offset: 5px; }
:target { scroll-margin-top: 16px; }
main:focus, section[tabindex="-1"]:focus { outline: none; }
::selection { color: var(--ivory); background: var(--wine); }
.wrap { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.section-pad { padding-block: 100px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: 10px; left: 16px; padding: 12px 20px; color: white; background: var(--wine); z-index: 100; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.icon { width: 22px; height: 22px; flex: 0 0 auto; }
.eyebrow, .section-label { font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { color: var(--bronze); margin-bottom: 20px; }
.section-label { color: var(--muted); border-bottom: 1px solid var(--line); padding-bottom: 16px; margin-bottom: 42px; }
.button { min-height: 54px; padding: 14px 23px; display: inline-flex; justify-content: center; align-items: center; gap: 12px; border: 1px solid transparent; font-size: 13px; font-weight: 600; line-height: 1.5; transition: background .2s, color .2s, transform .2s; }
.button-wine { background: var(--wine); color: var(--ivory); }
.button-ivory { background: var(--ivory); color: var(--wine); }
.button-outline { background: transparent; color: var(--wine); border-color: var(--wine); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; padding-block: 8px; font-size: 13px; font-weight: 600; line-height: 1.55; background: none; border: 0; text-underline-offset: 6px; }
.text-link:hover { text-decoration: underline; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; margin-bottom: 42px; }
.section-heading > div { min-width: 0; }
.section-heading > p { max-width: 330px; color: var(--muted); font-size: 14px; }
.section-heading > .button, .section-heading > .text-link { flex: 0 0 auto; }

/* 2. Header — native disclosure works even without JavaScript */
.announcement { display: flex; justify-content: space-between; gap: 18px; padding: 8px max(28px, calc((100vw - 1280px) / 2)); background: var(--wine); color: var(--ivory); font-size: 11px; }
.announcement a { display: inline-flex; align-items: center; gap: 7px; }
.announcement .icon { width: 16px; height: 16px; }
.site-header { position: sticky; top: 0; z-index: 30; background: var(--ivory); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 32px; min-height: var(--header-height); position: relative; }
.brand { display: flex; align-items: center; flex-shrink: 0; }
.brand img { width: 104px; height: 92px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 35px); margin-left: auto; }
.desktop-nav a { display: flex; align-items: center; min-height: 44px; font-size: 12px; }
.desktop-nav a:hover { color: var(--bronze); text-decoration: underline; text-underline-offset: 7px; }
.header-contact { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding-left: 24px; border-left: 1px solid var(--line); font-size: 12px; font-weight: 600; }
.mobile-nav { display: none; }

/* 3. Editorial hero — no face obscured by copy */
.hero { display: grid; grid-template-columns: 52% 48%; align-items: stretch; height: clamp(600px, 74vh, 720px); background: var(--wine-deep); color: var(--ivory); }
.hero-content { padding: 76px 9% 28px max(56px, calc((100vw - 1280px) / 2)); display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.hero .eyebrow { color: var(--gold-light); }
.hero h1 em { display: block; color: var(--gold-light); }
.hero-copy { max-width: 390px; margin-top: 28px; font-size: 15px; line-height: 1.8; color: #e0ccd1; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; margin-top: 32px; }
.hero-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 65px; font-size: 12px; color: #dbc0b6; }
.hero-bottom a { display: flex; justify-content: center; align-items: center; width: 42px; height: 42px; border: 1px solid #9b7880; border-radius: 50%; font-size: 20px; }
.hero-portrait { min-width: 0; position: relative; align-self: stretch; background: #b30525; aspect-ratio: auto; height: 100%; overflow: hidden; }
.hero-portrait > img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.hero-portrait figcaption { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px 20px; background: #30101be6; color: white; font-size: 10px; letter-spacing: .04em; text-align: center; }
.signature-strip { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 24px 44px; padding: 25px 24px; background: var(--sand); border-bottom: 1px solid var(--line); font: 500 19px/1.3 var(--serif); color: var(--wine); }
.signature-strip [aria-hidden] { color: var(--bronze); font-size: 14px; }

@media (min-width: 1101px) {
  .hero-content { padding-block: 42px 22px; }
  .hero h1 { font-size: clamp(48px, 5vw, 72px); }
  .hero-copy { margin-top: 18px; font-size: 14px; line-height: 1.65; }
  .hero-actions { gap: 10px; margin-top: 22px; }
  .hero-actions .button { min-height: 48px; padding: 11px 19px; }
  .hero-actions .text-link { min-height: 38px; }
  .hero-bottom { margin-top: 28px; }
  .hero-portrait > img { object-position: center 40%; }
}

/* 4. Story and service */
.story-layout { display: grid; grid-template-columns: 1.45fr 1fr; gap: 90px; align-items: center; }
.story-copy > p:not(.eyebrow) { max-width: 570px; color: var(--muted); margin-top: 25px; }
.story-copy .text-link { margin-top: 18px; }
.identity-panel { display: flex; flex-direction: column; align-items: center; justify-content: center; aspect-ratio: 1; gap: 25px; padding: 30px; background: var(--sand); outline: 1px solid #c3a991; outline-offset: -16px; }
.identity-panel img { width: 240px; }
.identity-panel > span { text-align: center; font: italic 16px/1.5 var(--serif); color: var(--wine); }
.experience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 72px; border-top: 1px solid var(--line); }
.experience-grid article { padding: 32px 32px 0 0; }
.experience-grid article + article { border-left: 1px solid var(--line); padding-left: 32px; }
.detail-number { display: block; color: var(--bronze); font-size: 11px; margin-bottom: 22px; }
.experience-grid h3 { font-size: 23px; margin-bottom: 15px; }
.experience-grid p { color: var(--muted); font-size: 14px; }

/* 5. All 15 collections — category guides, not invented product photography */
.collections { background: var(--sand); }
.featured-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.collection-card { display: flex; flex-direction: column; justify-content: flex-end; min-height: 390px; position: relative; isolation: isolate; overflow: hidden; padding: 26px; background: var(--wine); color: var(--ivory); }
.collection-card.olive { background: #39483c; }
.collection-card.rose { background: #733c4b; }
.collection-card.copper { background: #763b27; }
.card-number { font: 500 11px/1.4 var(--sans); letter-spacing: .08em; color: var(--bronze); }
.collection-card .card-number { position: absolute; top: 24px; left: 26px; color: #f1d7af; }
.woven-art { position: absolute; inset: 0; z-index: -1; opacity: .65; background: repeating-linear-gradient(90deg, transparent 0 3px, #fff1c808 3px 4px), linear-gradient(123deg, transparent 5%, #d0a26024 30%, transparent 39%, #0002 50%, #e0c0801a 61%, transparent 72%); }
.woven-art::after { content: ""; position: absolute; inset: 17px; border: 1px solid #dcc19545; border-top: 0; clip-path: polygon(0 15%, 100% 15%, 100% 100%, 0 100%); }
.woven-art::before { content: "✦"; position: absolute; top: 48px; right: 24px; font: 100px/1 var(--serif); color: #e6c79d3b; transform: rotate(12deg); transition: transform .5s; }
.card-group { display: block; text-transform: uppercase; letter-spacing: .11em; font-size: 9px; line-height: 1.5; margin-bottom: 14px; }
.collection-card .card-group { color: #efd9b8; }
.collection-card h3 { font-size: clamp(23px, 2vw, 31px); max-width: 230px; }
.collection-card p { margin-top: 13px; font-size: 11px; color: #f1dedb; }
.card-link { display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: 11px; }
.collection-card .card-link { margin-top: 28px; padding-top: 17px; border-top: 1px solid #ffffff45; }
.catalog-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-top: 52px; margin-bottom: 22px; }
.catalog-heading h3 { font-size: 29px; }
.catalog-heading span { color: var(--muted); font-size: 12px; }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 28px; }
.category-card { display: grid; grid-template-columns: 23px minmax(0, 1fr) 22px; align-items: center; gap: 14px; padding: 24px 4px; border-top: 1px solid #c8b5a5; min-height: 121px; transition: background .2s; }
.category-card .card-group { color: var(--muted); margin-bottom: 6px; font-size: 8px; }
.category-card h3 { font-size: 21px; line-height: 1.3; }
.category-card .card-link { color: var(--wine); }
.collection-note { margin-block: 26px 10px; font-size: 11px; color: var(--muted); max-width: 770px; }

/* 6. Assisted ordering */
.ordering { background: var(--wine); color: var(--ivory); }
.ordering .eyebrow, .ordering h2 em { color: var(--gold-light); }
.ordering .section-label { border-color: #795360; color: #e1cad0; }
.order-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 0; list-style: none; gap: 52px; margin: 56px 0 38px; }
.order-steps li { border-top: 1px solid #795360; padding-top: 22px; }
.order-steps li > span { display: block; font-size: 12px; color: var(--gold-light); margin-bottom: 26px; }
.order-steps h3 { font-size: 26px; margin-bottom: 16px; }
.order-steps p { font-size: 14px; color: #e2cfd5; }
.ordering-note { max-width: 820px; font-size: 12px; color: #e2cfd5; }
.ordering-note a { text-decoration: underline; text-underline-offset: 3px; }

/* 7. Genuine social posts and on-demand video */
.instagram-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.post-card { min-width: 0; }
.post-image { position: relative; overflow: hidden; aspect-ratio: 9 / 16; background: var(--sand); }
.post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.post-play { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 38px; height: 38px; background: var(--wine); border-radius: 50%; color: white; }
.post-play .icon { width: 26px; height: 26px; }
.post-caption { padding-top: 15px; }
.post-caption > span:first-child { font-size: 10px; color: var(--muted); }
.post-caption h3 { margin-top: 8px; font-size: 22px; line-height: 1.25; }
.post-link { display: flex; align-items: center; gap: 6px; margin-top: 13px; font-size: 11px; color: var(--wine); }
.post-link .icon { width: 16px; height: 16px; }
.journal-footer { display: flex; justify-content: space-between; align-items: center; gap: 32px; margin-top: 30px; }
.journal-footer > p { max-width: 650px; color: var(--muted); font-size: 11px; }
.journal-footer .text-link { flex: 0 0 auto; }
.reel-dialog { width: min(510px, calc(100vw - 28px)); max-height: calc(100dvh - 32px); padding: 18px; border: 0; background: var(--ivory); color: var(--ink); overflow-y: auto; }
.reel-dialog::backdrop { background: #1f071bca; }
.dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.dialog-header h3 { font-size: 25px; }
.dialog-close { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; border: 1px solid var(--line); background: none; }
.embed-notice, .embed-fallback { font-size: 11px; margin-block: 10px; color: var(--muted); }
.embed-fallback a { display: inline-flex; align-items: center; gap: 4px; text-decoration: underline; min-height: 32px; }
.embed-fallback .icon { width: 16px; height: 16px; }
.reel-player { height: min(610px, 68dvh); min-height: 350px; background: white; }
.reel-player iframe { width: 100%; height: 100%; border: 0; }

/* 8. Accurate, dated customer feedback */
.reviews { background: var(--sand); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.rating-summary, .review-card { padding: 35px; background: var(--ivory); }
.rating-value { font: 500 70px/1.1 var(--serif); color: var(--wine); margin-block: 12px; }
.rating-value > span { font: 400 17px/1 var(--sans); color: var(--muted); }
.stars { display: inline-block; position: relative; font: 24px/1.2 Georgia, serif; letter-spacing: 2px; color: var(--bronze); white-space: nowrap; }
.star-fill { position: absolute; left: 0; top: 0; overflow: hidden; }
.rating-summary > p:not(.rating-value) { font-size: 12px; margin-block: 10px; }
.rating-summary small { font-size: 10px; line-height: 1.7; color: var(--muted); }
.review-card { display: flex; flex-direction: column; align-items: flex-start; }
.review-card blockquote { flex: 1; margin-block: 28px; font: 500 29px/1.4 var(--serif); }
.review-card figcaption { display: flex; flex-direction: column; gap: 4px; font-size: 11px; }
.review-card figcaption > strong { font-weight: 600; font-size: 13px; }
.review-card figcaption > span { color: var(--muted); font-size: 10px; }
.review-card figcaption a { display: inline-flex; align-items: center; gap: 5px; min-height: 32px; text-decoration: underline; text-underline-offset: 3px; }
.review-card figcaption .icon { width: 15px; height: 15px; }
.review-note { font-size: 11px; color: var(--muted); margin-top: 22px; }

/* 9. Visit, frequently asked questions and footer */
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: stretch; }
.visit-copy address { font-style: normal; margin-block: 27px 22px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.visit-copy address strong { color: var(--ink); font-weight: 600; }
.store-hours { font-size: 13px; }
.store-hours strong { font-weight: 500; }
.store-hours small { display: inline-block; margin-top: 6px; max-width: 360px; font-size: 11px; color: var(--muted); }
.visit-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; margin-top: 26px; }
.phone-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: 14px; font-size: 18px; letter-spacing: .03em; }
.map-panel { background: var(--sand); min-height: 470px; border: 1px solid var(--line); }
.map-placeholder { height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 18px; padding: 40px; text-align: center; }
.map-mark { color: var(--bronze); }
.map-mark .icon { width: 50px; height: 50px; }
.map-placeholder h3 { font-size: 33px; }
.map-placeholder p { font-size: 14px; max-width: 300px; color: var(--muted); }
.map-placeholder small { max-width: 260px; font-size: 10px; color: var(--muted); }
.map-panel iframe { width: 100%; height: 100%; min-height: 470px; display: block; border: 0; }
.faq-section { display: grid; grid-template-columns: 1fr 1.2fr; gap: 90px; padding-bottom: 100px; }
.faq-section h2 { font-size: 42px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 23px 32px 23px 0; font-size: 14px; font-weight: 500; line-height: 1.6; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 3px; top: 20px; font-size: 22px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 24px 23px 0; color: var(--muted); font-size: 13px; }
.contact-cta { position: relative; background: var(--wine-deep); color: var(--ivory); text-align: center; padding-block: 90px; }
.contact-cta .eyebrow, .contact-cta h2 em { color: var(--gold-light); }
.contact-cta .button { margin-top: 34px; }
.contact-cta p:last-child { margin-top: 20px; font-size: 12px; color: #e0ccd1; }
.contact-cta p:last-child a { text-decoration: underline; text-underline-offset: 3px; display: inline-flex; min-height: 36px; align-items: center; }
.site-footer { padding: 55px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 70px; padding-bottom: 42px; }
.footer-brand img { width: 120px; height: auto; margin-bottom: 15px; }
.footer-brand p { color: var(--muted); font-size: 12px; }
.footer-grid nav { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid nav h3 { font: 600 11px/1.5 var(--sans); text-transform: uppercase; letter-spacing: .14em; margin: 13px 0 18px; }
.footer-grid nav a { min-height: 37px; display: flex; align-items: center; gap: 8px; font-size: 12px; }
.footer-grid nav a:hover { text-decoration: underline; }
.footer-grid .icon { width: 14px; height: 14px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 22px; border-top: 1px solid var(--line); padding-block: 16px; font-size: 10px; }
.footer-bottom a { min-height: 36px; display: flex; align-items: center; }
.privacy-note { font-size: 10px; line-height: 1.7; color: var(--muted); }
.mobile-actions { display: none; }
.floating-whatsapp { position: fixed; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; padding: 14px 20px; color: white; background: #16573f; border-radius: 32px; box-shadow: 0 4px 20px #30101b25; font-size: 12px; z-index: 20; }

/* 10. Hover and one-shot entry motion */
@media (hover: hover) {
  .button:hover { transform: translateY(-2px); }
  .button-wine:hover, .button-outline:hover { background: var(--wine-deep); color: var(--ivory); }
  .button-ivory:hover { background: var(--gold-light); }
  .post-card:hover img { transform: scale(1.025); }
  .collection-card:hover .woven-art::before { transform: rotate(25deg) scale(1.1); }
  .category-card:hover { background: #f8f3eb99; }
}
@keyframes enter-section { from { opacity: .6; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference) {
  .entered { animation: enter-section .65s ease-out both; }
}

/* 11. Tablet */
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .header-inner { gap: 22px; }
  .brand img { width: 92px; height: 82px; }
  .hero-content { padding-left: 32px; padding-top: 55px; }
  .hero h1 { font-size: clamp(48px, 6.3vw, 69px); }
  .hero-portrait { aspect-ratio: auto; height: 660px; }
  .hero-portrait img { object-position: 52% center; }
  .hero-bottom { margin-top: 40px; }
  .story-layout { gap: 48px; grid-template-columns: 1.35fr 1fr; }
  .section-heading { gap: 30px; }
  .section-heading > p { max-width: 290px; }
  .featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .collection-card { min-height: 345px; padding: 30px; }
  .collection-card h3 { font-size: 34px; max-width: 270px; }
  .woven-art::before { right: 35px; font-size: 140px; }
  .collection-card .card-number { left: 30px; }
  .category-grid { column-gap: 22px; }
  .category-card { gap: 10px; }
  .category-card h3 { font-size: 19px; }
  .order-steps { gap: 30px; }
  .instagram-grid { gap: 16px; }
  .post-caption h3 { font-size: 20px; }
  .journal-footer { align-items: flex-start; flex-direction: column; gap: 12px; }
  .reviews-grid { gap: 16px; }
  .review-card, .rating-summary { padding: 25px; }
  .review-card blockquote { font-size: 26px; }
  .visit-grid { gap: 40px; }
  .map-placeholder { padding: 26px; }
  .faq-section { gap: 50px; }
}
@media (max-width: 900px) {
  :root { --header-height: 82px; }
  .desktop-nav { display: none; }
  .brand { position: absolute; left: 50%; transform: translateX(-50%); }
  .header-contact { margin-left: auto; border: 0; padding-left: 0; }
  .mobile-nav { display: block; }
  .mobile-nav summary { min-width: 76px; min-height: 44px; display: flex; align-items: center; justify-content: flex-end; gap: 12px; cursor: pointer; font-size: 12px; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .menu-icon { width: 20px; height: 14px; border-top: 1px solid; border-bottom: 1px solid; position: relative; }
  .menu-icon::after { content: ""; position: absolute; left: 0; right: 0; top: 6px; height: 1px; background: currentColor; }
  .mobile-nav[open] .menu-icon { border-color: transparent; }
  .mobile-nav[open] .menu-icon::before { content: ""; position: absolute; left: 0; right: 0; top: 6px; height: 1px; background: currentColor; transform: rotate(45deg); }
  .mobile-nav[open] .menu-icon::after { top: 6px; transform: rotate(-45deg); }
  .mobile-nav nav { position: absolute; top: 100%; left: 0; right: 0; max-height: calc(100dvh - 160px); overflow-y: auto; background: var(--ivory); border: 1px solid var(--line); box-shadow: 0 20px 25px #30101b1a; padding: 12px 22px; }
  .mobile-nav:not([open]) > nav { display: none; }
  .mobile-nav nav a { display: flex; align-items: center; justify-content: space-between; min-height: 48px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .mobile-nav nav a:last-child { border: 0; color: var(--wine); font-weight: 600; }
  .section-pad { padding-block: 76px; }
  .section-heading > p { max-width: 250px; }
  .section-heading { gap: 24px; }
  .hero .eyebrow { font-size: 9px; }
  .hero h1 { font-size: clamp(46px, 6vw, 60px); }
  .hero-copy { font-size: 13px; }
  .hero-portrait { height: 630px; }
  .story-layout { gap: 35px; }
  .story-copy > p:not(.eyebrow) { font-size: 14px; }
  .identity-panel { padding: 28px; }
  .identity-panel > span { font-size: 14px; }
  .experience-grid { margin-top: 48px; }
  .experience-grid article { padding-right: 22px; }
  .experience-grid article + article { padding-left: 22px; }
  .experience-grid h3 { font-size: 21px; }
  .experience-grid p { font-size: 12px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .order-steps h3 { font-size: 23px; }
  .order-steps p { font-size: 13px; }
  .ordering .section-heading { align-items: flex-start; flex-direction: column; }
  .rating-summary > p:not(.rating-value) { font-size: 11px; }
  .review-card, .rating-summary { padding: 21px; }
  .review-card blockquote { font-size: 24px; }
  .visit-grid { gap: 30px; }
  .map-placeholder h3 { font-size: 29px; }
  .faq-section { padding-bottom: 76px; gap: 36px; }
  .faq-section h2 { font-size: 36px; }
}

/* 12. Mobile — bounded content, safe areas, always-visible ordering */
@media (max-width: 700px) {
  :root { --header-height: 74px; }
  html { scroll-padding-bottom: 90px; }
  body { padding-bottom: calc(74px + env(safe-area-inset-bottom)); }
  .wrap { width: calc(100% - 40px); }
  .section-pad { padding-block: 58px; }
  .section-label { font-size: 9px; letter-spacing: .13em; padding-bottom: 12px; margin-bottom: 28px; }
  .eyebrow { font-size: 9px; letter-spacing: .13em; margin-bottom: 15px; }
  h2 { font-size: clamp(34px, 7.8vw, 46px); line-height: 1.18; }
  .announcement { justify-content: center; padding: 8px 12px; font-size: 9px; }
  .announcement > span { display: none; }
  .brand img { width: 84px; height: 74px; }
  .header-inner { gap: 18px; }
  .header-contact { display: none; }
  .mobile-nav { margin-left: auto; }
  .mobile-nav summary { min-width: 65px; gap: 10px; }
  .mobile-nav nav { left: -20px; right: -20px; padding-inline: 20px; }
  .hero { display: flex; flex-direction: column; height: auto; }
  .hero-content { padding: 40px 24px 30px; }
  .hero .eyebrow { font-size: 9px; }
  .hero h1 { font-size: clamp(43px, 10.7vw, 68px); letter-spacing: -.045em; line-height: 1.03; }
  .hero h1 br { display: none; }
  .hero h1 em { margin-top: 6px; }
  .hero-copy { font-size: 13px; margin-top: 20px; max-width: 430px; }
  .hero-actions { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 10px 22px; margin-top: 24px; }
  .hero-actions .button { min-height: 49px; font-size: 12px; padding: 12px 18px; }
  .hero-actions .text-link { font-size: 11px; }
  .hero-bottom { display: none; }
  .hero-portrait { aspect-ratio: 1 / 1.03; height: auto; width: 100%; }
  .hero-portrait img { object-position: center 39%; }
  .hero-portrait figcaption { padding: 10px 14px; font-size: 8px; }
  .signature-strip { gap: 13px; padding: 20px 15px; font-size: 14px; }
  .signature-strip [aria-hidden] { font-size: 8px; }
  .story-layout { grid-template-columns: 1fr; gap: 30px; }
  .story-copy > p:not(.eyebrow) { margin-top: 20px; }
  .identity-panel { aspect-ratio: auto; padding: 38px; min-height: 300px; }
  .identity-panel img { width: 190px; }
  .identity-panel > span { font-size: 15px; }
  .experience-grid { grid-template-columns: 1fr; margin-top: 32px; }
  .experience-grid article, .experience-grid article + article { border-left: 0; border-bottom: 1px solid var(--line); padding: 24px 0 24px 40px; position: relative; }
  .detail-number { position: absolute; top: 28px; left: 0; }
  .experience-grid h3 { font-size: 22px; margin-bottom: 10px; }
  .experience-grid p { font-size: 13px; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 22px; margin-bottom: 28px; }
  .section-heading > p { max-width: 100%; font-size: 13px; }
  .featured-grid { gap: 12px; }
  .collection-card { min-height: 290px; padding: 19px 17px; }
  .collection-card h3 { font-size: clamp(21px, 5.2vw, 31px); }
  .collection-card .card-number { left: 17px; top: 17px; font-size: 9px; }
  .collection-card .card-group { font-size: 8px; letter-spacing: .06em; }
  .collection-card p { font-size: 10px; line-height: 1.6; }
  .collection-card .card-link { font-size: 9px; margin-top: 18px; padding-top: 13px; }
  .card-link .icon { width: 17px; height: 17px; }
  .woven-art::before { top: 20px; right: 14px; font-size: 70px; }
  .woven-art::after { inset: 9px; }
  .catalog-heading { margin-top: 34px; flex-direction: column; gap: 6px; }
  .catalog-heading h3 { font-size: 25px; }
  .catalog-heading span { font-size: 11px; }
  .category-grid { gap: 0 18px; }
  .category-card { grid-template-columns: minmax(0, 1fr) 18px; padding: 18px 0; gap: 7px; min-height: 116px; }
  .category-card .card-number { display: none; }
  .category-card .card-group { font-size: 7px; letter-spacing: .06em; }
  .category-card h3 { font-size: 18px; }
  .collection-note { font-size: 10px; }
  .collections > .wrap > .text-link { font-size: 12px; }
  .order-steps { grid-template-columns: 1fr; gap: 25px; margin-block: 34px 27px; }
  .order-steps li { position: relative; padding-left: 40px; padding-top: 22px; }
  .order-steps li > span { position: absolute; left: 0; top: 26px; font-size: 10px; }
  .order-steps h3 { font-size: 24px; margin-bottom: 12px; }
  .ordering-note { font-size: 11px; }
  .instagram-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 16px; }
  .post-image { aspect-ratio: 9 / 16; }
  .post-play { top: 10px; right: 10px; width: 30px; height: 30px; }
  .post-play .icon { width: 21px; height: 21px; }
  .post-caption { padding-top: 11px; }
  .post-caption > span:first-child { font-size: 8px; }
  .post-caption h3 { font-size: 20px; }
  .post-link { font-size: 9px; margin-top: 10px; }
  .journal-footer { margin-top: 25px; }
  .journal-footer .text-link { font-size: 12px; }
  .reviews-grid { grid-template-columns: 1fr; gap: 14px; }
  .rating-summary, .review-card { padding: 27px; }
  .rating-summary > p:not(.rating-value) { font-size: 12px; }
  .review-card blockquote { font-size: 28px; margin-block: 24px; }
  .review-card figcaption > span { font-size: 11px; }
  .review-note { font-size: 10px; }
  .visit-grid { grid-template-columns: 1fr; gap: 32px; }
  .map-panel, .map-panel iframe { min-height: 395px; }
  .map-placeholder { min-height: 395px; padding: 28px; }
  .faq-section { grid-template-columns: 1fr; gap: 28px; padding-bottom: 58px; }
  .faq-section h2 { font-size: 36px; }
  .faq-list summary { font-size: 13px; }
  .contact-cta { padding-block: 60px; }
  .contact-cta h2 { font-size: clamp(32px, 7.8vw, 46px); }
  .contact-cta .button { margin-top: 27px; }
  .site-footer { padding-block: 36px 24px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; padding-bottom: 30px; }
  .footer-brand { grid-column: 1 / -1; display: flex; gap: 28px; align-items: center; }
  .footer-brand img { width: 92px; margin: 0; }
  .footer-grid nav a { min-height: 42px; font-size: 11px; }
  .footer-bottom { font-size: 9px; gap: 10px; }
  .privacy-note { font-size: 9px; }
  .floating-whatsapp { display: none; }
  .mobile-actions { display: grid; grid-template-columns: 1.25fr 1fr 1fr; position: fixed; bottom: 0; left: 0; right: 0; z-index: 35; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); gap: 6px; border-top: 1px solid var(--line); background: var(--ivory); box-shadow: 0 -4px 18px #30101b0d; }
  .mobile-actions a { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 10px; font-weight: 600; }
  .mobile-actions .quick-whatsapp { background: #16573f; color: white; border-radius: 3px; }
  .mobile-actions .icon { width: 20px; height: 20px; }
}
@media (max-width: 360px) {
  .header-inner { gap: 12px; }
  .brand img { width: 76px; height: 68px; }
  .mobile-nav summary { min-width: 58px; font-size: 11px; }
  .hero-content { padding-inline: 20px; }
  .hero h1 { font-size: 41px; }
  .hero-actions { gap: 8px; }
  .signature-strip { gap: 10px; font-size: 12px; }
  .collection-card { padding-inline: 14px; min-height: 292px; }
  .collection-card h3 { font-size: 21px; }
  .collection-card .card-link { font-size: 8px; gap: 4px; }
  .category-grid { column-gap: 12px; }
  .category-card h3 { font-size: 17px; }
  .post-caption h3 { font-size: 18px; }
  .mobile-actions { padding-inline: 8px; }
  .mobile-actions a { font-size: 9px; gap: 5px; }
}

/* All motion respects the device preference, including hover and smooth scroll. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .site-header { position: static; }
  .mobile-actions, .floating-whatsapp, .reel-dialog, [data-load-map], [data-open-reel] { display: none !important; }
  body { padding: 0; }
  .section-pad { padding-block: 30px; }
  .reveal { opacity: 1; transform: none; }
}
