:root {
  --pink: #dcc1bd;
  --pink-soft: #f6ebe7;
  --pink-deep: #b98f8b;
  --berry: #8f7169;
  --ink: #6d5e56;
  --muted: #8c7e76;
  --cream: #faf6f1;
  --paper: #fffdf9;
  --line: #e3d7ce;
  --sand: #d8c8bc;
  --shadow: 0 24px 70px rgba(82, 67, 58, 0.14);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img.image-fallback { padding: 12% !important; background: var(--paper); object-fit: contain !important; mix-blend-mode: multiply; }

.announcement {
  padding: 9px 20px;
  background: #75675f;
  color: white;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 78px;
  padding: 12px clamp(20px, 5vw, 76px);
  border-bottom: 1px solid rgba(234, 223, 228, .8);
  background: rgba(251, 248, 243, .88);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; justify-self: start; }
.brand-symbol { width: 46px; height: 46px; object-fit: contain; mix-blend-mode: multiply; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font: 500 18px/1 Georgia, serif; letter-spacing: .065em; }
.brand-copy small { margin-top: 5px; color: var(--pink-deep); font-size: 9px; letter-spacing: .38em; text-transform: uppercase; }
nav { display: flex; gap: 30px; font-size: 13px; font-weight: 650; }
nav a { position: relative; padding: 12px 0; }
nav a::after { content: ""; position: absolute; right: 0; bottom: 6px; left: 0; height: 1px; background: var(--ink); transform: scaleX(0); transition: transform .25s ease; }
nav a:hover::after { transform: scaleX(1); }
.header-balance { justify-self: end; width: 190px; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr);
  min-height: calc(100svh - 112px);
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 88%, rgba(220, 193, 189, .52), transparent 27%),
    linear-gradient(135deg, #fbf7f2 0%, #f6eee8 100%);
}
.hero-copy { align-self: center; max-width: 780px; padding: clamp(64px, 9vw, 132px) clamp(24px, 7vw, 110px); padding-right: 40px; }
.eyebrow { margin: 0 0 14px; color: var(--berry); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .section-heading h2, .drawer-header h2, .order-dialog h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
}
.hero h1 { max-width: 780px; font-size: clamp(48px, 6.1vw, 96px); line-height: .94; }
.hero h1 em { color: #a9857e; font-weight: 500; }
.hero-lead { max-width: 600px; margin: 26px 0 0; color: var(--muted); font-size: clamp(15px, 1.4vw, 18px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.primary-button, .checkout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: white;
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
  transition: transform .2s ease, box-shadow .2s ease;
}
.primary-button:hover, .checkout-button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(36, 29, 33, .18); }
.text-button { padding: 12px 0; border: 0; background: none; cursor: pointer; font-size: 13px; font-weight: 750; }
.text-button span { display: inline-block; margin-left: 8px; transition: transform .2s ease; }
.text-button:hover span { transform: translateX(4px); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 44px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.hero-meta span { display: grid; gap: 3px; padding-right: 22px; border-right: 1px solid var(--line); }
.hero-meta span:last-child { border: 0; }
.hero-meta b { color: var(--ink); font-size: 14px; letter-spacing: 0; text-transform: none; }
.hero-visual { position: relative; min-height: 640px; padding: 38px 5vw 38px 0; }
.hero-visual::before { content: ""; position: absolute; inset: 9% 0 9% 8%; border-radius: 50% 0 0 50%; background: var(--sand); opacity: .55; }
.hero-visual > img { position: relative; z-index: 2; display: block; width: min(100%, 510px); height: 100%; margin-left: auto; border-radius: 220px 220px 36px 36px; box-shadow: var(--shadow); object-fit: cover; object-position: center; }
.floating-note { position: absolute; z-index: 3; left: -2%; bottom: 12%; display: grid; width: 185px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(250,246,241,.9); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.floating-note img { display: block; width: 100%; max-height: 145px; object-fit: contain; mix-blend-mode: multiply; }
.petal { position: absolute; z-index: 1; border-radius: 80% 20% 65% 35%; background: var(--pink-deep); opacity: .14; transform: rotate(28deg); }
.petal-one { top: 11%; left: 2%; width: 80px; height: 130px; }
.petal-two { right: 1%; bottom: 7%; width: 95px; height: 150px; transform: rotate(72deg); }

.catalog-section { max-width: 1500px; margin: 0 auto; padding: 100px clamp(18px, 5vw, 72px) 110px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 32px; }
.section-heading h2, .drawer-header h2, .order-dialog h2 { font-size: clamp(37px, 4vw, 58px); line-height: 1; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 12px; }
.shop-tools { display: grid; grid-template-columns: minmax(250px, 1fr) auto auto; align-items: center; gap: 18px; padding: 14px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.65); }
.search-field { display: flex; align-items: center; gap: 10px; padding: 0 8px; }
.search-field > span { font: 26px/1 Georgia, serif; transform: rotate(-15deg); }
.search-field input { width: 100%; padding: 12px 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; }
.filter-row { display: flex; gap: 7px; }
.filter-chip {
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  transition: .2s ease;
}
.filter-chip.active, .filter-chip:hover { border-color: var(--ink); background: var(--ink); color: white; }
.sort-field { display: flex; align-items: center; gap: 8px; padding: 0 6px; color: var(--muted); font-size: 11px; }
.sort-field select { padding: 10px 8px; border: 0; outline: 0; background: transparent; color: var(--ink); font-weight: 700; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px 18px; margin-top: 30px; }
.product-card { min-width: 0; animation: reveal .5s both; }
.product-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 22px;
  background: #efe9e7;
}
.product-preview-button { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.product-preview-button img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.65,.25,1); }
.product-preview-button > span { position: absolute; z-index: 3; top: 50%; left: 50%; padding: 10px 14px; border-radius: 999px; background: rgba(250,246,241,.92); box-shadow: var(--shadow); color: var(--ink); font-size: 10px; font-weight: 800; opacity: 0; transform: translate(-50%, calc(-50% + 8px)); transition: .22s ease; }
.product-preview-button:hover > span { opacity: 1; transform: translate(-50%, -50%); }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-badge { position: absolute; z-index: 4; top: 12px; left: 12px; padding: 7px 10px; border-radius: 999px; background: rgba(255,253,249,.92); box-shadow: 0 5px 18px rgba(0,0,0,.07); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; pointer-events: none; }
.quick-add {
  position: absolute;
  z-index: 5;
  right: 12px;
  bottom: 12px;
  left: 12px;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(36,29,33,.92);
  color: white;
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
  opacity: 0;
  transform: translateY(10px);
  transition: .25s ease;
}
.product-card:hover .quick-add, .quick-add:focus-visible { opacity: 1; transform: translateY(0); }
.product-info { padding: 14px 5px 0; }
.product-line { display: flex; align-items: start; justify-content: space-between; gap: 10px; }
.product-info h3 { margin: 0; font: 500 19px/1.2 Georgia, serif; }
.product-info strong { white-space: nowrap; font-size: 14px; }
.product-info p { margin: 6px 0 0; overflow: hidden; color: var(--muted); font-size: 11px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.product-options { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 9px; color: var(--muted); font-size: 10px; }
.product-options select { min-width: 76px; max-width: 68%; padding: 7px 8px; overflow: hidden; border: 1px solid var(--line); border-radius: 999px; outline: 0; background: white; color: var(--ink); font-size: 10px; font-weight: 700; text-overflow: ellipsis; }
.load-more { display: block; min-width: 220px; margin: 46px auto 0; padding: 15px 24px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; cursor: pointer; font-size: 12px; font-weight: 750; }
.load-more:hover { background: var(--ink); color: white; }
.empty-state { padding: 80px 20px; text-align: center; }
.empty-state span { color: var(--pink-deep); font: 56px Georgia, serif; }
.empty-state h3 { margin: 8px 0; font: 500 27px Georgia, serif; }
.empty-state p { color: var(--muted); }
.empty-state button { border: 0; border-bottom: 1px solid; background: none; cursor: pointer; font-weight: 700; }

.service-section { display: grid; grid-template-columns: repeat(3, 1fr); background: #f0e5df; }
.service-card { min-height: 280px; padding: 55px clamp(28px, 5vw, 72px); border-right: 1px solid #efcede; }
.service-card:last-child { border-right: 0; }
.service-card > span { color: var(--pink-deep); font: italic 18px Georgia, serif; }
.service-card h3 { margin: 36px 0 12px; font: 500 27px Georgia, serif; }
.service-card p { max-width: 390px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 35px clamp(20px, 5vw, 76px); background: #75675f; color: white; font-size: 11px; }
.footer-brand .brand-symbol { width: 52px; height: 52px; border-radius: 50%; background: var(--cream); mix-blend-mode: normal; }
.footer-brand .brand-copy small { color: #ead6d2; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 20px; font-weight: 750; }
.footer-links a { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.4); }

.drawer-backdrop { position: fixed; z-index: 80; inset: 0; background: rgba(24,17,21,.38); backdrop-filter: blur(3px); }
.cart-drawer {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(460px, 100%);
  height: 100vh;
  height: 100dvh;
  padding: 28px 28px calc(28px + env(safe-area-inset-bottom));
  background: var(--cream);
  box-shadow: -20px 0 70px rgba(42,24,33,.18);
  transform: translateX(105%);
  transition: transform .35s cubic-bezier(.22,.7,.25,1);
}
.cart-drawer.open { transform: translateX(0); }
.drawer-header { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { font-size: 39px; }
.icon-button { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; font-size: 24px; }
.cart-items { overflow: auto; padding: 12px 2px 20px; }
.cart-item { display: grid; grid-template-columns: 74px 1fr auto; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 74px; height: 96px; border-radius: 10px; object-fit: cover; }
.cart-item h4 { margin: 2px 0 5px; font: 500 17px Georgia, serif; }
.cart-item p { margin: 0; color: var(--muted); font-size: 10px; }
.quantity { display: inline-flex; align-items: center; margin-top: 10px; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.quantity button { width: 27px; height: 27px; border: 0; background: white; cursor: pointer; }
.quantity span { min-width: 22px; text-align: center; font-size: 10px; }
.remove-item { align-self: start; border: 0; background: none; color: var(--muted); cursor: pointer; font-size: 18px; }
.cart-empty { align-self: center; padding: 50px 20px; text-align: center; }
.cart-empty span { color: var(--pink-deep); font: 55px Georgia, serif; }
.cart-empty h3 { margin: 10px 0; font: 500 25px Georgia, serif; }
.cart-empty p { color: var(--muted); font-size: 12px; line-height: 1.5; }
.drawer-footer { padding-top: 18px; border-top: 1px solid var(--line); }
.cart-total { display: flex; justify-content: space-between; margin-bottom: 16px; }
.cart-total span { color: var(--muted); font-size: 12px; }
.cart-total strong { font: 600 24px Georgia, serif; }
.checkout-button { width: 100%; }
.drawer-footer > small { display: block; margin-top: 9px; color: var(--muted); text-align: center; font-size: 9px; }

.order-dialog { position: fixed; z-index: 110; inset: 0; width: min(570px, calc(100% - 28px)); max-height: calc(100vh - 28px); max-height: calc(100dvh - 28px); margin: auto; padding: 42px; overflow-y: auto; border: 0; border-radius: 26px; box-shadow: 0 40px 100px rgba(36,29,33,.3); background: var(--cream); }
.order-dialog::backdrop { background: rgba(24,17,21,.48); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; top: 18px; right: 18px; }
.order-dialog h2 { font-size: 42px; }
.order-dialog > p:not(.eyebrow):not(.copy-status) { color: var(--muted); font-size: 13px; line-height: 1.5; }
.order-dialog textarea { width: 100%; height: 230px; margin: 12px 0 18px; padding: 16px; resize: none; border: 1px solid var(--line); border-radius: 14px; outline: 0; background: white; font-size: 12px; line-height: 1.55; }
.dialog-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.secondary-button { min-height: 52px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; cursor: pointer; font-size: 13px; font-weight: 750; }
.copy-status { min-height: 18px; margin: 10px 0 0; color: var(--berry); text-align: center; font-size: 11px; }
.preview-dialog { position: fixed; z-index: 110; inset: 0; width: min(1040px, calc(100% - 30px)); max-height: calc(100vh - 30px); max-height: calc(100dvh - 30px); margin: auto; padding: 0; overflow: hidden; border: 0; border-radius: 28px; background: var(--cream); box-shadow: 0 40px 110px rgba(54,42,35,.32); }
.preview-dialog::backdrop { background: rgba(50,40,35,.58); backdrop-filter: blur(6px); }
.preview-dialog[open] { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(310px, .85fr); }
.preview-close { position: absolute; z-index: 8; top: 16px; right: 16px; }
.preview-media { position: relative; min-height: min(82dvh, 820px); overflow: hidden; background: #ded5cf; }
.preview-media img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; opacity: 1; transition: opacity .18s ease; }
.preview-media.is-loading img { opacity: .2; }
.preview-media.image-error img { padding: 12%; object-fit: contain; mix-blend-mode: multiply; }
.preview-loading { position: absolute; z-index: 4; top: 50%; left: 50%; padding: 9px 13px; border-radius: 999px; background: rgba(250,246,241,.92); color: var(--ink); box-shadow: var(--shadow); font-size: 10px; font-weight: 800; opacity: 0; transform: translate(-50%, -45%); pointer-events: none; transition: .18s ease; }
.preview-media.is-loading .preview-loading, .preview-media.image-error .preview-loading { opacity: 1; transform: translate(-50%, -50%); }
.preview-nav { position: absolute; z-index: 5; top: 50%; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(250,246,241,.8); box-shadow: 0 6px 20px rgba(50,40,35,.12); cursor: pointer; color: var(--ink); font: 31px/1 Georgia, serif; transform: translateY(-50%); backdrop-filter: blur(8px); }
.preview-prev { left: 15px; }
.preview-next { right: 15px; }
.ai-quality { position: absolute; bottom: 16px; left: 16px; padding: 8px 11px; border-radius: 999px; background: rgba(250,246,241,.88); color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.preview-details { align-self: center; padding: 55px clamp(30px, 5vw, 72px); }
.preview-details h2 { margin: 0; font: 500 clamp(40px, 5vw, 66px)/1 Georgia, serif; letter-spacing: -.04em; }
.preview-details > p:not(.eyebrow) { margin: 14px 0 24px; color: var(--muted); font-size: 14px; }
.preview-details > strong { display: block; font: 500 28px Georgia, serif; }
.preview-size { display: grid; gap: 8px; margin: 28px 0 18px; color: var(--muted); font-size: 11px; font-weight: 700; }
.preview-size select { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; outline: 0; background: white; color: var(--ink); }
.preview-details .primary-button { width: 100%; }
.preview-whatsapp { display: block; margin-top: 18px; text-align: center; color: var(--berry); font-size: 11px; font-weight: 800; }
.floating-cart { position: fixed; z-index: 47; right: 18px; bottom: calc(132px + env(safe-area-inset-bottom)); display: grid; width: 72px; min-height: 72px; place-items: center; padding: 5px 5px 7px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: var(--paper); color: var(--ink); box-shadow: 0 16px 38px rgba(70,55,47,.28); cursor: pointer; }
.floating-cart-image { display: grid; width: 42px; height: 38px; place-items: center; overflow: hidden; border-radius: 50%; }
.floating-cart-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.floating-cart-label { margin-top: -5px; font-size: 9px; font-weight: 850; letter-spacing: .03em; }
.floating-cart b { position: absolute; top: -3px; right: -3px; display: grid; min-width: 25px; height: 25px; padding: 0 5px; place-items: center; border: 2px solid var(--paper); border-radius: 999px; background: var(--ink); color: white; font-size: 10px; }
.floating-cart.has-items { background: #f5e5e1; }
.floating-cart.bump { animation: cart-bump .34s ease; }
.social-dock { position: fixed; z-index: 45; right: 18px; bottom: calc(18px + env(safe-area-inset-bottom)); display: grid; gap: 8px; }
.social-dock a { display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: #8a756a; color: white; box-shadow: 0 9px 25px rgba(70,55,47,.2); font: 700 12px Georgia, serif; text-transform: uppercase; }
.social-dock .whatsapp-dock { background: #75675f; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: calc(26px + env(safe-area-inset-bottom)); padding: 13px 18px; border-radius: 999px; background: var(--ink); color: white; box-shadow: var(--shadow); font-size: 11px; font-weight: 700; opacity: 0; transform: translate(-50%, 16px); pointer-events: none; transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
body.locked { overflow: hidden; }

@keyframes reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes cart-bump { 50% { transform: scale(1.1) rotate(-3deg); } }

@media (max-width: 1080px) {
  .hero { grid-template-columns: 1.05fr .95fr; }
  .hero-copy { padding-left: 48px; }
  .hero-visual { padding-right: 24px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .shop-tools { grid-template-columns: 1fr auto; }
  .search-field { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .announcement { font-size: 9px; letter-spacing: .11em; }
  .site-header { grid-template-columns: 1fr auto; min-height: 68px; padding: 9px 16px; }
  .brand-copy, nav, .header-balance { display: none; }
  .brand-symbol { width: 48px; height: 48px; }
  .hero { display: block; min-height: auto; }
  .hero-copy { padding: 68px 22px 42px; }
  .hero h1 { font-size: clamp(48px, 15vw, 72px); }
  .hero-lead { font-size: 14px; }
  .hero-meta { gap: 13px; margin-top: 34px; }
  .hero-meta span { padding-right: 13px; }
  .hero-visual { min-height: 530px; padding: 0 18px 36px; }
  .hero-visual::before { inset: 7% 0 12% 12%; }
  .hero-visual img { width: 100%; max-width: 420px; border-radius: 180px 180px 28px 28px; }
  .floating-note { left: 12px; bottom: 13%; }
  .catalog-section { padding: 70px 14px 80px; }
  .section-heading { align-items: start; }
  .section-heading h2 { font-size: 41px; }
  .section-heading > p { margin-top: 7px; font-size: 10px; text-align: right; }
  .shop-tools { display: flex; align-items: stretch; flex-direction: column; gap: 10px; padding: 11px; }
  .search-field { min-height: 46px; border-bottom: 1px solid var(--line); }
  .filter-row { overflow-x: auto; padding-bottom: 2px; }
  .sort-field { justify-content: space-between; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 10px; }
  .product-image { border-radius: 15px; }
  .quick-add { right: 8px; bottom: 8px; left: auto; width: 40px; min-height: 40px; border-radius: 50%; font-size: 0; opacity: 1; transform: none; }
  .quick-add::after { content: "+"; font-size: 23px; font-weight: 400; }
  .product-info { padding: 10px 3px 0; }
  .product-info h3 { font-size: 16px; }
  .product-info strong { font-size: 12px; }
  .product-info p { font-size: 9px; }
  .product-options span { display: none; }
  .product-options select { width: 100%; max-width: none; font-size: 9px; }
  .service-section { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 40px 24px; border-right: 0; border-bottom: 1px solid #efcede; }
  .service-card h3 { margin-top: 22px; }
  footer { align-items: start; flex-direction: column; padding: 34px 22px; }
  .footer-brand .brand-copy { display: grid; }
  .footer-links { width: 100%; justify-content: space-between; }
  input, select, textarea { font-size: 16px !important; }
  .cart-drawer { padding: calc(18px + env(safe-area-inset-top)) 18px calc(18px + env(safe-area-inset-bottom)); }
  .order-dialog { padding: 38px 20px 24px; }
  .dialog-actions { grid-template-columns: 1fr; }
  .preview-dialog[open] { display: block; overflow-y: auto; }
  .preview-media { min-height: 56vh; min-height: 56dvh; }
  .preview-details { padding: 36px 22px 42px; }
  .preview-close { position: sticky; float: right; margin: 12px 12px -52px 0; }
  .floating-cart { right: 12px; bottom: calc(124px + env(safe-area-inset-bottom)); width: 68px; min-height: 68px; }
  .social-dock { right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); }
}

@media (max-width: 760px) and (orientation: landscape) {
  .preview-dialog[open] { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
  .preview-media { min-height: calc(100dvh - 30px); }
  .preview-details { max-height: calc(100dvh - 30px); overflow-y: auto; }
}

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