:root {
  --brown: #073f43;
  --brown-2: #0b5e63;
  --cream: #f6f2e9;
  --cream-2: #fffdf7;
  --gold: #c77a2a;
  --gold-2: #f0b65d;
  --orange: #d66f2a;
  --ink: #073336;
  --shadow: 0 26px 80px rgba(7, 63, 67, .20);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--cream); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-header { position: sticky; top: 0; z-index: 50; min-height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 12px clamp(18px, 5vw, 76px); background: rgba(7, 63, 67, .96); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.09); }
.brand { display: flex; align-items: center; width: 210px; max-width: 45vw; }
.brand img { width: 100%; max-height: 58px; object-fit: contain; border-radius: 12px; box-shadow: 0 8px 18px rgba(0,0,0,.12); }
.menu-toggle { display: none; background: transparent; color: #fff; border: 0; font-size: 1.75rem; cursor: pointer; }
.nav-links { display: flex; align-items: center; gap: 18px; font-weight: 850; font-size: .9rem; color: #fffdf7; }
.nav-links a { opacity: .92; }
.nav-links a:hover { color: #f0b65d; opacity: 1; }
.nav-cta { padding: 10px 16px; background: var(--gold); color: var(--brown); border-radius: 999px; opacity: 1 !important; }
.hero { position: relative; min-height: calc(100vh - 82px); display: grid; align-items: center; gap: clamp(28px, 5vw, 66px); padding: 58px clamp(22px, 5vw, 88px) 74px; overflow: hidden; background: radial-gradient(circle at 74% 18%, rgba(244,194,101,.42), transparent 28%), radial-gradient(circle at 12% 82%, rgba(196,90,24,.28), transparent 30%), linear-gradient(135deg, #2a1306 0%, #4f2b14 48%, #8a4c20 100%); }
.hero-balanced { grid-template-columns: minmax(0, .96fr) minmax(390px, .84fr); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: url("https://static.wixstatic.com/media/null_ea45e6faeed8452c889af40c7cda8844~mv2.jpeg/v1/fill/w_1400,h_900,al_c,q_90,enc_avif,quality_auto/null_ea45e6faeed8452c889af40c7cda8844~mv2.jpeg"); background-size: cover; background-position: center; }
.hero::after { content: ""; position: absolute; inset: auto -8% -16% -8%; height: 180px; background: var(--cream); transform: rotate(-2deg); }
.hero-content-card { position: relative; z-index: 2; max-width: 760px; padding: clamp(26px, 4vw, 44px); border-radius: 38px; background: linear-gradient(135deg, rgba(55, 25, 7, .62), rgba(91, 43, 16, .32)); border: 1px solid rgba(255,255,255,.13); box-shadow: 0 30px 85px rgba(0,0,0,.22); }
.hero-showcase { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 14px; color: var(--gold-2); text-transform: uppercase; font-weight: 950; letter-spacing: .18em; font-size: .78rem; }
.hero h1, .story-hero-page h1 { max-width: 820px; margin: 0; color: #fff9ef; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.3rem, 7vw, 7.15rem); line-height: .9; letter-spacing: -.06em; text-shadow: 0 16px 38px rgba(0,0,0,.34); }
.hero-copy { max-width: 720px; color: #ffe8c5; font-size: clamp(1.08rem, 1.6vw, 1.34rem); line-height: 1.65; margin: 28px 0 30px; }
.hero-actions, .visit-actions, .story-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 14px 23px; border-radius: 999px; font-weight: 950; box-shadow: 0 12px 28px rgba(0,0,0,.16); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0,0,0,.22); }
.primary { background: linear-gradient(135deg, #ffca67, var(--gold)); color: var(--brown); }
.secondary { background: rgba(255,255,255,.15); color: #fff8e7; border: 1px solid rgba(255,255,255,.24); }
.dark { background: var(--brown); color: var(--cream); }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-row span { color: #fff5de; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 9px 14px; font-weight: 850; }
.clean-showcase { display: grid; gap: 18px; }
.brand-panel { width: min(430px, 88%); margin: 0 auto -12px; padding: 12px; border-radius: 24px; background: linear-gradient(135deg, #fff7e9, #fff0d6); box-shadow: 0 22px 60px rgba(0,0,0,.25); }
.brand-panel img { width: 100%; max-height: 170px; object-fit: contain; border-radius: 16px; }
.dessert-card { background: rgba(255,250,243,.96); padding: 18px; border-radius: 34px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.55); }
.main-dessert img { width: 100%; height: 345px; object-fit: cover; border-radius: 24px; }
.dessert-card div { padding: 18px 8px 4px; }
.dessert-card span, .feature-body span { display: inline-block; color: var(--orange); font-weight: 950; text-transform: uppercase; letter-spacing: .13em; font-size: .74rem; }
.dessert-card h2 { margin: 6px 0 8px; font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.45rem); }
.dessert-card p { margin: 0; color: #6a4630; line-height: 1.55; }
.quick-info { position: relative; z-index: 4; margin: -42px clamp(18px, 5vw, 86px) 0; padding: 28px; border-radius: 30px; background: linear-gradient(135deg, #fffdf8, #ffe8c1); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; box-shadow: var(--shadow); }
.quick-info div { padding: 10px 16px; border-left: 4px solid var(--gold); }
.quick-info strong { display: block; font-family: Georgia, serif; font-size: 1.35rem; margin-bottom: 6px; }
.quick-info span { color: #6d4c35; }
.section { padding: 90px clamp(20px, 5vw, 86px); }
.section-heading { max-width: 900px; margin-bottom: 38px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading h2, .story-copy h2, .visit-section h2, .story-long-form h2, .band-copy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.15rem, 5vw, 4.7rem); line-height: .98; letter-spacing: -.045em; }
.section-heading p:not(.eyebrow), .commercial p { color: #684831; line-height: 1.65; font-size: 1.08rem; }
.signature-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 22px; }
.feature-card, .product-grid article, .proof-grid div, .visit-card, .timeline-grid div { background: #fffaf3; border-radius: 30px; overflow: hidden; box-shadow: 0 18px 60px rgba(43,22,10,.13); border: 1px solid rgba(74,43,22,.08); }
.feature-card img { width: 100%; height: 270px; object-fit: cover; }
.feature-card.large img { height: 420px; }
.feature-body { padding: 24px; }
.feature-body h3, .product-grid h3, .proof-grid h3, .visit-card h3, .timeline-grid h3, .story-columns h3 { margin: 8px 0; font-family: Georgia, serif; font-size: 1.65rem; }
.feature-body p, .product-grid p, .proof-grid p, .story-copy p, .visit-section p, .timeline-grid p, .story-columns p, .band-copy p { color: #664633; line-height: 1.65; }
.menu-preview { background: linear-gradient(180deg, #f6f2e9, #dff4f2); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-grid article { padding-bottom: 22px; }
.product-grid img { height: 245px; width: 100%; object-fit: cover; }
.product-grid h3, .product-grid p { padding: 0 22px; }
.story-section { display: grid; grid-template-columns: .92fr 1.08fr; gap: 52px; align-items: center; padding: 100px clamp(20px, 5vw, 86px); background: var(--brown); color: #fff4e4; }
.story-image img { width: 100%; height: 650px; object-fit: cover; border-radius: 42px; box-shadow: 0 30px 80px rgba(0,0,0,.36); }
.story-copy p { color: #f4d7ae; font-size: 1.08rem; }
.story-copy .secondary { color: #fff8e7; }
.commercial { background: #fffaf3; }
.video-shell { max-width: 980px; margin: 0 auto; padding: 16px; border-radius: 34px; background: linear-gradient(135deg, #073f43, #0d777d); box-shadow: var(--shadow); }
.video-shell video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 24px; background: #160903; }
.experience { background: #fffaf3; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.proof-grid div { padding: 30px; }
.proof-grid strong, .timeline-grid span { color: var(--gold); font-size: 2.5rem; font-family: Georgia, serif; font-weight: 900; }
.gallery { background: var(--cream); }
.gallery-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 215px; gap: 12px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: 22px; box-shadow: 0 12px 34px rgba(43,22,10,.12); }
.gallery-grid img:nth-child(1), .gallery-grid img:nth-child(6) { grid-column: span 2; }
.gallery-grid img:nth-child(4) { grid-row: span 2; }
.visit-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 34px; padding: 90px clamp(20px, 5vw, 86px); background: linear-gradient(135deg, #073f43, #052a2d); color: #fff5df; }
.visit-section p { color: #f4d7ae; font-size: 1.12rem; }
.contact-line { margin-top: 22px; color: #fff0d1; font-weight: 950; font-size: 1.1rem; }
.visit-card { padding: 30px; color: var(--brown); }
.visit-card ul { list-style: none; padding: 0; margin: 18px 0 26px; }
.visit-card li { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px dashed rgba(74,43,22,.18); }
.visit-card span { color: #6e4c36; }
.visit-card strong { text-align: right; }
.visit-card .secondary { color: var(--brown); border-color: rgba(74,43,22,.18); background: #fff0d8; }
.footer { text-align: center; padding: 46px 20px; background: #052a2d; color: #fbe6c2; }
.footer img { width: 220px; max-width: 70vw; max-height: 92px; object-fit: contain; margin: 0 auto 14px; border-radius: 14px; }
.footer p { margin: 0 0 8px; font-weight: 900; }
.footer small { color: #caa470; }
/* Story page */
.story-hero-page { min-height: calc(100vh - 82px); display: grid; grid-template-columns: .95fr 1.05fr; gap: 44px; align-items: center; padding: 76px clamp(22px, 5vw, 88px); background: radial-gradient(circle at 80% 20%, rgba(244,194,101,.40), transparent 28%), linear-gradient(135deg, #281207, #6e3512); overflow: hidden; }
.story-hero-text { position: relative; z-index: 2; }
.story-hero-text p { max-width: 720px; color: #ffe8c5; font-size: 1.2rem; line-height: 1.68; }
.story-portrait-stack { position: relative; min-height: 650px; }
.portrait-main { position: absolute; right: 5%; top: 0; width: 70%; height: 620px; object-fit: cover; object-position: center top; border-radius: 42px; box-shadow: 0 35px 90px rgba(0,0,0,.35); border: 10px solid rgba(255,246,231,.28); }
.portrait-small { position: absolute; width: 34%; height: 255px; object-fit: cover; border-radius: 34px; box-shadow: 0 22px 70px rgba(0,0,0,.32); border: 8px solid #fff6e7; }
.portrait-small.one { left: 0; bottom: 72px; object-position: center top; }
.portrait-small.two { right: 0; bottom: 0; object-position: center; }
.story-long-form { background: #fff7eb; }
.story-lead-card { display: grid; grid-template-columns: 290px 1fr; align-items: center; gap: 34px; padding: 30px; border-radius: 38px; background: #fffaf3; box-shadow: var(--shadow); margin-bottom: 50px; }
.story-lead-card img { width: 100%; max-height: 190px; object-fit: contain; border-radius: 20px; }
.story-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.story-columns article { padding: 34px; border-radius: 34px; background: linear-gradient(180deg, #fffdf7, #e4f7f5); box-shadow: 0 14px 44px rgba(43,22,10,.10); }
.story-feature-band { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 50px; padding: 96px clamp(20px, 5vw, 86px); background: var(--brown); color: #fff6e7; }
.band-image img { height: 640px; width: 100%; object-fit: cover; object-position: center top; border-radius: 42px; box-shadow: 0 30px 80px rgba(0,0,0,.34); }
.band-copy p { color: #f4d7ae; font-size: 1.1rem; }
.timeline-section { background: linear-gradient(180deg, #f6f2e9, #dff4f2); }
.timeline-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.timeline-grid div { padding: 28px; }
.story-gallery-section { display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 18px; align-items: stretch; padding: 90px clamp(20px, 5vw, 86px); background: #fffaf3; }
.story-gallery-section img { width: 100%; height: 460px; object-fit: cover; object-position: center top; border-radius: 36px; box-shadow: 0 18px 52px rgba(43,22,10,.14); }
.story-quote-card { display: flex; flex-direction: column; justify-content: center; padding: 40px; border-radius: 36px; background: linear-gradient(135deg, #073f43, #0d777d); color: #fff6e7; box-shadow: var(--shadow); }
.story-quote-card p { margin: 0 0 20px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.03; }
.story-quote-card span { color: var(--gold-2); font-weight: 900; }
.compact-visit { grid-template-columns: 1.2fr .8fr; }
@media (max-width: 1080px) { .hero-balanced, .quick-info, .signature-grid, .story-section, .proof-grid, .visit-section, .story-hero-page, .story-feature-band, .story-columns, .story-lead-card { grid-template-columns: 1fr; } .product-grid { grid-template-columns: repeat(2, 1fr); } .gallery-grid, .timeline-grid, .story-gallery-section { grid-template-columns: repeat(2, 1fr); } .gallery-grid img:nth-child(n) { grid-column: auto; grid-row: auto; } .story-portrait-stack { min-height: 760px; } .portrait-main { width: 78%; } }
@media (max-width: 760px) { .site-header { align-items: center; } .menu-toggle { display: block; } .nav-links { display: none; position: absolute; left: 18px; right: 18px; top: 82px; flex-direction: column; align-items: flex-start; padding: 20px; border-radius: 22px; background: rgba(41,19,6,.98); box-shadow: var(--shadow); } .nav-links.open { display: flex; } .brand { width: 155px; } .hero { padding-top: 36px; grid-template-columns: 1fr; } .hero h1, .story-hero-page h1 { font-size: clamp(3rem, 15vw, 4.8rem); } .hero-content-card { padding: 24px; } .quick-info { margin-top: -30px; padding: 18px; } .product-grid, .gallery-grid, .timeline-grid, .story-gallery-section { grid-template-columns: 1fr; } .main-dessert img { height: 245px; } .story-image img, .band-image img { height: 420px; } .visit-card li { flex-direction: column; gap: 4px; } .visit-card strong { text-align: left; } .story-hero-page { padding-top: 46px; } .story-portrait-stack { min-height: 620px; } .portrait-main { width: 92%; height: 455px; right: 0; } .portrait-small { width: 42%; height: 175px; } .portrait-small.one { bottom: 66px; } .story-gallery-section img { height: 360px; } }

.footer-socials {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.footer-socials a {
  color: var(--gold);
  text-decoration: none;
}
.footer-socials a:hover { color: var(--cream); }

/* Teal brand refresh for Moore Pi */
.hero { background: radial-gradient(circle at 74% 18%, rgba(42, 166, 173, .34), transparent 28%), radial-gradient(circle at 12% 82%, rgba(214,111,42,.30), transparent 30%), linear-gradient(135deg, #06393d 0%, #0b686d 52%, #14949a 100%); }
.hero-content-card { background: linear-gradient(135deg, rgba(3, 54, 58, .74), rgba(10, 111, 116, .42)); border-color: rgba(255,255,255,.18); }
.brand { width: 250px; }
.brand img { max-height: 72px; border-radius: 0; box-shadow: none; background: transparent; object-fit: contain; }
.brand-panel { width: min(500px, 96%); padding: 0; background: transparent; box-shadow: none; border-radius: 0; }
.brand-panel img { max-height: 240px; border-radius: 0; object-fit: contain; filter: drop-shadow(0 18px 28px rgba(0,0,0,.20)); }
.quick-info { background: linear-gradient(135deg, #fffdf7, #e4f7f5); }
.quick-info div { border-left-color: var(--brown-2); }
.nav-cta, .primary { background: linear-gradient(135deg, #f1b35a, #c8752a); color: #052f32; }
.dessert-card span, .feature-body span, .eyebrow { color: var(--gold); }
.hero .eyebrow, .story-hero-page .eyebrow, .story-section .eyebrow, .visit-section .eyebrow { color: #f4c987; }
.menu-preview, .timeline-section { background: linear-gradient(180deg, #f6f2e9, #dff4f2); }
.video-shell { background: linear-gradient(135deg, #073f43, #0d777d); }
.video-shell video { background: #052a2d; }
.visit-section { background: linear-gradient(135deg, #073f43, #052a2d); }
.story-hero-page { background: radial-gradient(circle at 80% 20%, rgba(42,166,173,.35), transparent 28%), linear-gradient(135deg, #06393d, #0b686d); }
.quick-info, .feature-card, .product-grid article, .proof-grid div, .visit-card, .timeline-grid div, .story-lead-card, .story-columns article { border: 1px solid rgba(11,94,99,.12); }
.footer { background: #052a2d; }
.footer img { width: 260px; max-height: 140px; border-radius: 0; background: transparent; }
.story-lead-card img { border-radius: 0; }
.story-quote-card { background: linear-gradient(135deg, #073f43, #0d777d); }
@media (max-width: 760px) { .brand { width: 185px; } .brand img { max-height: 60px; } }


/* Branded order page */
.order-page-body { background: #f6f2e9; }
.order-hero {
  min-height: 82vh;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: 72px clamp(22px, 5vw, 88px);
  background: radial-gradient(circle at 82% 18%, rgba(238,169,76,.28), transparent 30%), linear-gradient(135deg, #073f43 0%, #0b686d 58%, #14949a 100%);
  color: #fffaf0;
  position: relative;
  overflow: hidden;
}
.order-hero::after { content:""; position:absolute; right:-120px; bottom:-120px; width:360px; height:360px; border-radius:50%; border:46px solid rgba(255,255,255,.08); }
.order-hero-copy { position: relative; z-index: 2; }
.order-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(3rem, 6.5vw, 6.8rem); line-height: .9; letter-spacing: -.06em; text-shadow: 0 14px 36px rgba(0,0,0,.28); }
.order-hero p { max-width: 720px; color: #fff0cd; font-size: clamp(1.08rem, 1.55vw, 1.28rem); line-height: 1.65; }
.order-hero-card { position: relative; z-index: 2; padding: 18px; border-radius: 38px; background: rgba(255,253,247,.94); box-shadow: 0 30px 88px rgba(0,0,0,.28); transform: rotate(1deg); }
.order-hero-card img { width: 100%; height: min(560px, 58vh); object-fit: cover; border-radius: 28px; }
.order-hero-badge { position: absolute; left: 34px; right: 34px; bottom: 34px; padding: 18px 22px; border-radius: 24px; background: rgba(7,63,67,.92); color: #fff8e8; box-shadow: 0 16px 38px rgba(0,0,0,.24); }
.order-hero-badge span, .menu-tag { display: block; color: var(--gold-2); font-size: .72rem; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 5px; }
.order-hero-badge strong { display: block; font-family: Georgia, serif; font-size: clamp(1.6rem, 3vw, 2.4rem); }
.order-info-strip { position: relative; z-index: 4; margin: -34px clamp(18px, 5vw, 86px) 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 18px; border-radius: 28px; background: #fffdf7; box-shadow: var(--shadow); border: 1px solid rgba(11,94,99,.12); }
.order-info-strip div { padding: 18px; border-radius: 20px; background: linear-gradient(135deg, #e6f6f5, #fff6e6); }
.order-info-strip span { display: block; color: #c8752a; font-weight: 950; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; margin-bottom: 8px; }
.order-info-strip strong { font-family: Georgia, serif; font-size: 1.22rem; line-height: 1.25; color: #073f43; }
.order-shop-section { background: linear-gradient(180deg, #f6f2e9, #e3f5f4); }
.order-controls { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 0 auto 32px; }
.filter-chip { border: 1px solid rgba(7,63,67,.18); background: #fffdf7; color: #073f43; padding: 11px 18px; border-radius: 999px; font-weight: 950; cursor: pointer; box-shadow: 0 10px 24px rgba(7,63,67,.08); }
.filter-chip.active, .filter-chip:hover { background: #073f43; color: #fff8e8; }
.order-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.order-card { background: #fffdf7; border-radius: 30px; overflow: hidden; box-shadow: 0 18px 60px rgba(7,63,67,.12); border: 1px solid rgba(11,94,99,.12); display: flex; flex-direction: column; }
.order-card-image { position: relative; overflow: hidden; }
.order-card-image img { width: 100%; height: 265px; object-fit: cover; transition: transform .35s ease; }
.order-card:hover img { transform: scale(1.05); }
.order-card-body { padding: 24px; display: flex; flex: 1; flex-direction: column; }
.order-card h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 1.7rem; color: #073f43; }
.order-card p { margin: 0 0 22px; color: #5f4638; line-height: 1.6; flex: 1; }
.button.mini { min-height: 44px; padding: 11px 17px; font-size: .92rem; align-self: flex-start; }
.order-feature-band { display: grid; grid-template-columns: 1.05fr .95fr; gap: 38px; align-items: center; padding: 90px clamp(20px, 5vw, 86px); background: #073f43; color: #fff8e8; }
.order-feature-band h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.3rem, 5vw, 5rem); line-height: .96; letter-spacing: -.05em; }
.order-feature-band p { color: #ffe1b6; font-size: 1.08rem; line-height: 1.65; }
.order-steps { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.order-steps li { display: grid; grid-template-columns: 190px 1fr; gap: 16px; padding: 18px; border-radius: 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.order-steps strong { color: #f0b65d; }
.order-steps span { color: #fff0cd; }
.order-logo-showcase { display: grid; justify-items: center; gap: 24px; padding: 34px; border-radius: 36px; background: linear-gradient(135deg, #fffdf7, #e3f5f4); box-shadow: 0 24px 80px rgba(0,0,0,.22); }
.order-logo-showcase img { width: min(540px, 100%); max-height: 300px; object-fit: contain; filter: drop-shadow(0 16px 24px rgba(7,63,67,.16)); }
.order-logo-showcase .button { color: #052f32; }
.order-card.hidden { display: none; }
@media (max-width: 1080px) { .order-hero, .order-info-strip, .order-grid, .order-feature-band { grid-template-columns: 1fr; } .order-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) { .order-hero { padding-top: 44px; } .order-hero h1 { font-size: clamp(2.9rem, 14vw, 4.7rem); } .order-grid { grid-template-columns: 1fr; } .order-card-image img { height: 230px; } .order-steps li { grid-template-columns: 1fr; gap: 5px; } .order-info-strip { margin-top: -24px; padding: 12px; } }

/* Story refresh: client-approved store + Mrs. Moore imagery */
.story-refresh-hero {
  background:
    linear-gradient(90deg, rgba(5,42,45,.92), rgba(7,63,67,.72)),
    url('../images/store-interior-wide.jpeg') center/cover no-repeat;
}
.story-refresh-hero .story-hero-text p:not(.eyebrow) { color: #fff0cd; }
.store-story-stack .portrait-main { object-position: center; }
.store-story-stack .portrait-small { border-color: #f3b45d; }
.story-refresh-long { background: linear-gradient(180deg, #f6f2e9, #fffdf7); }
.story-refresh-band { background: linear-gradient(135deg, #073f43, #0b5e63); }
.story-refresh-band .band-image img { object-position: center; }
.story-refresh-gallery img { object-position: center; }
.story-photo-grid-section { background: linear-gradient(180deg, #fffdf7, #dff4f2); }
.story-store-grid img:nth-child(1) { grid-column: span 2; }
.story-store-grid img:nth-child(2) { grid-column: span 2; }
.story-store-grid img:nth-child(5) { object-position: center 30%; }
.story-store-grid img:nth-child(6) { object-position: center 35%; }
@media (max-width: 760px) {
  .story-store-grid img:nth-child(n) { grid-column: auto; }
  .story-refresh-hero { background-position: center; }
}

.signature-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
