:root {
  --green-950: #082a20;
  --green-900: #0b3d2e;
  --green-800: #155e48;
  --gold: #b99146;
  --gold-dark: #8d692c;
  --sand: #d9c8a3;
  --ivory: #f7f2e8;
  --paper: #fcf9f2;
  --ink: #17251f;
  --muted: #657069;
  --line: rgba(185, 145, 70, 0.28);
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) var(--green-950);
}
::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { background: var(--green-950); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #d3b36d, var(--gold-dark));
  border: 3px solid var(--green-950);
  border-radius: 999px;
}
::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, #e2c987, var(--gold)); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Tahoma, "Noto Sans Arabic", Arial, sans-serif;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 99;
  opacity: .22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 3px;
  height: var(--scroll-progress, 0%);
  pointer-events: none;
  z-index: 130;
  background: linear-gradient(180deg, #ead9aa, var(--gold));
  box-shadow: 0 0 12px rgba(185,145,70,.65);
  transition: height .08s linear;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 48px)); 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; }

.site-header { position: sticky; top: 0; z-index: 50; height: 96px; background: rgba(252,249,242,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 42px; }
.brand { width: 210px; height: 90px; overflow: hidden; flex: 0 0 auto; }
.brand img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; mix-blend-mode: multiply; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 34px; flex: 1; font-weight: 700; font-size: 14px; }
.nav-links a { position: relative; padding: 38px 0 32px; }
.nav-links a::after { content: ""; position: absolute; right: 0; left: 100%; bottom: 26px; height: 2px; background: var(--gold); transition: left .25s ease; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { left: 0; }
.header-call { min-width: 134px; height: 48px; border: 1px solid var(--gold); border-radius: 10px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; font-weight: 800; transition: .25s ease; }
.header-call:hover { color: white; background: var(--green-900); border-color: var(--green-900); transform: translateY(-2px); }
.menu-button { display: none; }

.hero { min-height: calc(100svh - 96px); position: relative; overflow: hidden; background: var(--ivory); display: grid; align-items: center; }
.hero-photo { position: absolute; inset: 0 auto 0 0; width: 58%; background: url('hero-food-only.png') center/cover no-repeat; animation: hero-breathe 16s ease-in-out infinite alternate; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,42,32,.16), transparent 52%); }
.hero-fade { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 0%, rgba(247,242,232,.28) 38%, rgba(247,242,232,.96) 54%, var(--ivory) 68%, var(--ivory) 100%); }
.hero-grid { position: relative; z-index: 2; min-height: 620px; display: grid; align-items: center; grid-template-columns: .88fr 1.12fr; }
.hero-copy { grid-column: 1; width: min(100%, 610px); padding: 48px 0 150px; animation: rise-in .8s ease both; }
.eyebrow { margin: 0 0 16px; color: var(--gold-dark); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 1px; background: var(--gold); margin-left: 12px; vertical-align: middle; }
.eyebrow.light { color: var(--sand); }
.hero-eyebrow { font-family: "Traditional Arabic", "Noto Naskh Arabic", serif; font-size: 25px; font-weight: 700; letter-spacing: 0; }
h1, h2 { font-family: "Traditional Arabic", "Noto Naskh Arabic", Georgia, serif; font-weight: 700; }
.hero h1 { margin: 0; color: var(--green-900); font-size: clamp(48px, 5vw, 76px); line-height: 1.22; letter-spacing: -.03em; }
.hero h1 em, h2 em { color: var(--gold-dark); font-style: normal; }
.ornament { display: flex; align-items: center; width: 250px; gap: 12px; margin: 18px 0; color: var(--gold); }
.ornament span { height: 1px; flex: 1; background: var(--gold); }
.ornament b { font-size: 15px; }
.hero-lead { max-width: 570px; margin: 0; font-size: 19px; line-height: 1.95; color: #38433e; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 28px; }
.button { min-height: 54px; padding: 0 28px; border-radius: 10px; border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-weight: 800; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.button-primary { color: white; background: var(--green-900); border: 1px solid var(--gold); box-shadow: 0 12px 26px rgba(8,42,32,.16); }
.button-primary:hover { background: var(--green-800); transform: translateY(-2px); box-shadow: 0 16px 30px rgba(8,42,32,.22); }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-weight: 800; color: var(--green-900); }
.text-link span { color: var(--gold-dark); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(-5px); }
.trust-wrap { position: absolute; z-index: 3; bottom: 35px; left: 0; right: 0; display: flex; justify-content: flex-start; pointer-events: none; }
.trust-strip { width: min(750px, 65%); min-height: 86px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(185,145,70,.45); border-radius: 12px; background: rgba(252,249,242,.88); backdrop-filter: blur(18px); pointer-events: auto; box-shadow: 0 20px 50px rgba(44,37,25,.08); }
.trust-strip > div { display: flex; align-items: center; gap: 12px; padding: 15px 22px; }
.trust-strip > div + div { border-right: 1px solid var(--line); }
.trust-icon { width: 38px; height: 38px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; color: var(--gold-dark); font-weight: 800; }
.trust-strip p { margin: 0; }
.trust-strip b, .trust-strip small { display: block; }
.trust-strip b { font-size: 14px; }
.trust-strip small { margin-top: 5px; color: var(--muted); font-size: 11px; }
.scroll-cue { position: absolute; left: 24px; bottom: 35px; z-index: 4; display: flex; gap: 12px; align-items: center; transform: rotate(-90deg) translateY(100%); transform-origin: bottom left; color: var(--green-900); font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.scroll-cue i { display: block; width: 38px; height: 1px; background: var(--gold); animation: cue 1.8s ease-in-out infinite; }

.section { padding: 120px 0; }
.about-section { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.about-copy h2, .quality-copy h2, .contact-copy h2 { margin: 0 0 24px; color: var(--green-900); font-size: clamp(44px, 5vw, 68px); line-height: 1.15; }
.large-copy { margin: 0; font-size: 17px; line-height: 2; color: #48534d; }
.about-notes { margin-top: 34px; border-top: 1px solid var(--line); }
.about-notes p { display: grid; grid-template-columns: 82px 1fr; gap: 18px; margin: 0; padding: 19px 0; border-bottom: 1px solid var(--line); line-height: 1.8; }
.about-notes b { color: var(--gold-dark); }
.about-notes span { color: var(--muted); font-size: 13px; }
.about-image { position: relative; height: 550px; overflow: hidden; border-radius: 180px 0 0 0; box-shadow: -20px 28px 0 var(--ivory); }
.about-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.25); border-radius: inherit; pointer-events: none; }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: 28% center; }
.image-caption { position: absolute; right: 20px; bottom: 20px; left: 20px; padding: 18px 22px; background: rgba(8,42,32,.86); color: white; backdrop-filter: blur(14px); }
.image-caption span, .image-caption b { display: block; }
.image-caption span { color: var(--sand); font-size: 11px; margin-bottom: 6px; }

.services-section { background: var(--green-950); color: white; position: relative; overflow: hidden; }
.services-section::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(185,145,70,.12); border-radius: 50%; top: -290px; right: -180px; box-shadow: 0 0 0 85px rgba(185,145,70,.035), 0 0 0 170px rgba(185,145,70,.02); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 54px; }
.section-heading h2 { margin: 0; font-size: clamp(44px, 5vw, 66px); line-height: 1.15; }
.section-heading > p { max-width: 430px; margin: 0 0 8px; color: rgba(255,255,255,.62); line-height: 1.9; font-size: 14px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 430px; padding: 28px; border: 1px solid rgba(217,200,163,.2); background: rgba(255,255,255,.035); position: relative; overflow: hidden; transition: .3s ease; }
.service-card:hover { transform: translateY(-8px); border-color: var(--gold); background: rgba(255,255,255,.07); }
.service-top { display: flex; align-items: center; justify-content: space-between; color: var(--sand); }
.service-top span { font: 700 12px Georgia, serif; }
.service-top i { width: 34px; height: 34px; border: 1px solid rgba(217,200,163,.35); border-radius: 50%; display: grid; place-items: center; font-style: normal; }
.service-symbol { width: 86px; height: 86px; border: 1px solid var(--gold); border-radius: 50% 50% 50% 16%; margin: 46px 0 38px; position: relative; }
.service-symbol::before, .service-symbol::after { content: ""; position: absolute; background: var(--gold); opacity: .75; }
.symbol-01::before { width: 1px; height: 54px; top: 15px; left: 42px; transform: rotate(30deg); }
.symbol-01::after { width: 32px; height: 1px; top: 43px; left: 26px; transform: rotate(-25deg); }
.symbol-02::before { width: 42px; height: 1px; top: 43px; left: 22px; box-shadow: 0 -12px 0 rgba(185,145,70,.6), 0 12px 0 rgba(185,145,70,.6); }
.symbol-02::after { width: 1px; height: 44px; top: 21px; left: 42px; }
.symbol-03::before { width: 38px; height: 38px; top: 23px; left: 23px; background: transparent; border: 1px solid var(--gold); border-radius: 50%; }
.symbol-03::after { width: 24px; height: 1px; top: 42px; left: 30px; transform: rotate(45deg); }
.service-tag { margin: 0 0 9px; color: var(--sand) !important; font-size: 11px !important; }
.service-card h3 { margin: 0 0 13px; font-family: "Traditional Arabic", serif; font-size: 31px; }
.service-card > p:last-child { margin: 0; color: rgba(255,255,255,.62); line-height: 1.9; font-size: 13px; }

.quality-section { background: var(--ivory); }
.quality-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.quality-image { height: 620px; position: relative; padding: 26px 0 0 26px; }
.quality-image::before { content: ""; position: absolute; inset: 0 0 26px 26px; border: 1px solid var(--gold); }
.quality-image img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; position: relative; filter: saturate(.85); }
.quality-badge { position: absolute; bottom: 35px; right: -28px; width: 180px; height: 115px; background: var(--green-900); color: white; display: flex; align-items: center; justify-content: center; gap: 15px; box-shadow: 0 16px 35px rgba(8,42,32,.2); }
.quality-badge strong { font: 700 52px Georgia, serif; color: var(--sand); }
.quality-badge span { font-size: 11px; line-height: 1.7; }
.quality-list { list-style: none; margin: 34px 0 0; padding: 0; }
.quality-list li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.quality-list li > span { color: var(--gold-dark); font: 700 12px Georgia, serif; padding-top: 4px; }
.quality-list b { color: var(--green-900); }
.quality-list p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }

.process-section { padding-top: 100px; padding-bottom: 100px; background: var(--paper); }
.process-title { text-align: center; }
.process-title .eyebrow::before { display: none; }
.process-title h2 { margin: 0; font-size: clamp(42px, 5vw, 62px); color: var(--green-900); }
.steps { margin-top: 64px; display: grid; grid-template-columns: repeat(4, 1fr); direction: rtl; }
.steps article { text-align: center; padding: 0 24px; position: relative; }
.steps article > span { color: var(--gold-dark); font: 700 12px Georgia, serif; }
.steps article i { display: block; width: 15px; height: 15px; border: 4px solid var(--paper); border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 1px var(--gold); margin: 20px auto 28px; position: relative; z-index: 2; }
.steps article:not(:last-child)::after { content: ""; position: absolute; top: 52px; left: -50%; width: 100%; height: 1px; background: var(--line); }
.steps h3 { margin: 0 0 12px; font-size: 17px; color: var(--green-900); }
.steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }

.contact-section { background: var(--green-950); color: white; position: relative; overflow: hidden; }
.contact-section::after { content: "AL-HADI"; position: absolute; bottom: -55px; right: 30px; color: rgba(255,255,255,.025); font: 700 180px Georgia, serif; white-space: nowrap; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; position: relative; z-index: 2; }
.contact-copy h2 { color: white; }
.contact-copy h2 em { color: var(--sand); }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.62); line-height: 1.9; }
.contact-list { margin-top: 44px; display: grid; gap: 12px; }
.contact-list a { min-height: 72px; display: flex; align-items: center; gap: 16px; padding: 10px 0; border-bottom: 1px solid rgba(217,200,163,.16); }
.contact-list a > span { width: 42px; height: 42px; border: 1px solid rgba(217,200,163,.35); border-radius: 50%; display: grid; place-items: center; color: var(--sand); }
.contact-list p { margin: 0; }
.contact-list small, .contact-list b { display: block; }
.contact-list small { color: rgba(255,255,255,.48); margin-bottom: 5px; }
.contact-list b { font-size: 14px; }
.contact-form { background: var(--paper); color: var(--ink); padding: 40px; box-shadow: 0 24px 55px rgba(0,0,0,.15); }
.form-head { display: flex; gap: 16px; align-items: center; margin-bottom: 28px; }
.form-head > span { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-dark); }
.form-head p { margin: 0 0 4px; color: var(--gold-dark); font-size: 11px; }
.form-head h3 { margin: 0; color: var(--green-900); font-size: 22px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; margin-bottom: 18px; }
.contact-form label > span { display: block; margin-bottom: 9px; color: #465149; font-size: 11px; font-weight: 700; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid #e1d8c7; background: #fffefa; color: var(--ink); outline: none; transition: .2s ease; }
.contact-form input, .contact-form select { height: 48px; padding: 0 14px; }
.contact-form textarea { resize: vertical; min-height: 120px; padding: 14px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(185,145,70,.12); }
.contact-form ::placeholder { color: #a9aaa4; }
.button-gold { color: var(--green-950); background: var(--gold); width: 100%; }
.button-gold:hover { background: #cba961; transform: translateY(-2px); box-shadow: 0 12px 24px rgba(141,105,44,.18); }
.form-status { color: var(--green-800); background: rgba(21,94,72,.08); padding: 10px 12px; margin: 14px 0 0; font-size: 12px; }

.location-section { min-height: 520px; position: relative; background: #ddd3c2; }
.map-frame, .map-frame iframe { width: 100%; height: 520px; border: 0; display: block; }
.map-frame { filter: sepia(.2) saturate(.78); }
.location-card { position: absolute; top: 50%; right: max(24px, calc((100vw - 1180px)/2)); transform: translateY(-50%); width: 330px; padding: 36px; background: rgba(252,249,242,.96); border-top: 4px solid var(--gold); box-shadow: 0 24px 60px rgba(18,34,27,.2); }
.location-card h2 { margin: 0 0 10px; color: var(--green-900); font-size: 34px; }
.location-card > p:not(.eyebrow) { color: var(--muted); margin-bottom: 24px; }

footer { background: #061f18; color: white; }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 50px; padding-top: 70px; padding-bottom: 60px; }
.footer-brand img { width: 220px; height: 125px; object-fit: cover; mix-blend-mode: screen; opacity: .94; }
.footer-brand p { color: rgba(255,255,255,.45); font: 11px/1.7 Georgia, serif; letter-spacing: .08em; }
.footer-main h3 { color: var(--sand); font-size: 13px; margin: 8px 0 20px; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }
.footer-main a { width: fit-content; color: rgba(255,255,255,.62); font-size: 12px; transition: .2s ease; }
.footer-main a:hover { color: white; transform: translateX(-3px); }
.footer-bottom { min-height: 64px; border-top: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.38); font-size: 10px; }
.footer-bottom a { color: var(--sand); }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes rise-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes hero-breathe { from { transform: scale(1.025); } to { transform: scale(1.075); } }
@keyframes cue { 0%,100% { transform: scaleX(.45); transform-origin: right; } 50% { transform: scaleX(1); transform-origin: right; } }

@media (min-width: 1024px) {
  main { scroll-snap-type: y proximity; }
  .snap-section { scroll-snap-align: start; }
}

@media (max-width: 1023px) {
  .container { width: min(100% - 34px, 720px); }
  .site-header { height: 82px; }
  .nav-wrap { justify-content: space-between; }
  .brand { width: 160px; height: 76px; }
  .header-call { display: none; }
  .menu-button { display: grid; width: 44px; height: 44px; place-content: center; gap: 5px; border: 1px solid var(--line); background: transparent; border-radius: 8px; }
  .menu-button span { width: 21px; height: 2px; background: var(--green-900); display: block; transition: .2s ease; }
  .nav-links { position: absolute; top: 82px; left: 17px; right: 17px; display: grid; gap: 0; padding: 14px 20px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 22px 45px rgba(8,42,32,.12); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s ease; }
  .nav-links.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav-links a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav-links a:last-child { border-bottom: 0; }
  .nav-links a::after { display: none; }
  .hero { min-height: calc(100svh - 82px); padding-bottom: 115px; }
  .hero-photo { width: 100%; inset: 0; opacity: .48; }
  .hero-fade { background: linear-gradient(90deg, rgba(247,242,232,.94), rgba(247,242,232,.93)); }
  .hero-grid { min-height: 600px; grid-template-columns: 1fr; }
  .hero-copy { padding: 52px 0 60px; width: min(100%, 610px); }
  .hero h1 { font-size: clamp(44px, 9vw, 66px); }
  .trust-wrap { bottom: 26px; }
  .trust-strip { width: 100%; }
  .scroll-cue { display: none; }
  .about-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .about-image { height: 480px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 350px; }
  .service-symbol { margin: 34px 0 26px; }
  .quality-grid { gap: 50px; }
  .quality-image { height: 540px; }
  .contact-grid { grid-template-columns: 1fr; gap: 56px; }
  .contact-copy { max-width: 620px; }
  .footer-main { grid-template-columns: 2fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 82px; }
  .container { width: min(100% - 28px, 520px); }
  .section { padding: 82px 0; }
  .hero { min-height: 760px; padding-bottom: 106px; }
  .hero-grid { min-height: 590px; }
  .hero-copy { padding-top: 58px; }
  .hero h1 { font-size: clamp(42px, 13vw, 57px); line-height: 1.2; }
  .hero-lead { font-size: 15px; line-height: 1.9; }
  .hero-actions { gap: 20px; align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .trust-strip { min-height: 78px; }
  .trust-strip > div { padding: 12px 7px; justify-content: center; text-align: center; }
  .trust-icon { display: none; }
  .trust-strip b { font-size: 11px; }
  .trust-strip small { font-size: 8px; }
  .hero-photo { object-position: center; }
  .about-grid, .quality-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 54px; }
  .about-image { order: 2; height: 430px; border-radius: 110px 0 0 0; }
  .about-copy h2, .quality-copy h2, .contact-copy h2 { font-size: 46px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 20px; }
  .section-heading h2 { font-size: 46px; }
  .service-card { padding: 24px; }
  .quality-image { height: 440px; padding: 18px 0 0 18px; }
  .quality-image::before { inset: 0 0 18px 18px; }
  .quality-badge { right: 10px; bottom: 12px; width: 156px; height: 96px; }
  .steps { grid-template-columns: 1fr 1fr; gap: 42px 0; }
  .steps article:not(:last-child)::after { display: none; }
  .contact-form { padding: 26px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .location-section, .map-frame, .map-frame iframe { min-height: 640px; height: 640px; }
  .location-card { top: auto; bottom: 20px; right: 14px; left: 14px; transform: none; width: auto; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; justify-content: center; gap: 8px; text-align: center; padding: 15px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

:focus-visible { outline: 3px solid rgba(185,145,70,.65); outline-offset: 3px; }
