:root {
  /* Brand Colors - Premium Shisha Store Dark Theme */
  --bg-main: #0a0a09;
  --bg-card: #131210;
  --bg-card-alt: #1a1815;
  --gold: #d4af37;
  --gold-light: #e5c158;
  --gold-dark: #aa8522;
  
  /* Semantic Colors */
  --text-main: #f5ebe0;
  --text-muted: #9e9285;
  --border: rgba(212, 175, 55, 0.2);
  --border-soft: rgba(245, 235, 224, 0.08);
  
  /* Fonts */
  --sans: "Montserrat", Arial, sans-serif;
  --display: "Cinzel", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { 
  margin: 0; 
  background: var(--bg-main); 
  color: var(--text-main); 
  font-family: var(--sans); 
  font-size: 16px; 
  line-height: 1.6; 
  -webkit-font-smoothing: antialiased; 
}
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.container { width: min(1180px, calc(100% - 96px)); margin: 0 auto; }
.section-pad { padding: 132px 0; }

/* Announcement Bar */
.announcement { 
  align-items: center; 
  background: var(--bg-card-alt); 
  border-bottom: 1px solid var(--border-soft);
  color: var(--gold); 
  display: flex; 
  font-size: 10px; 
  font-weight: 700; 
  gap: 10px; 
  justify-content: center; 
  letter-spacing: .2em; 
  min-height: 32px; 
  text-transform: uppercase; 
}
.pulse { 
  background: var(--gold); 
  border-radius: 50%; 
  box-shadow: 0 0 0 4px rgba(212,175,55,.15); 
  display: inline-block; 
  height: 5px; 
  width: 5px; 
  animation: pulse-glow 2s infinite;
}
@keyframes pulse-glow {
  0% { box-shadow: 0 0 0 0 rgba(212,175,55,0.4); }
  70% { box-shadow: 0 0 0 6px rgba(212,175,55,0); }
  100% { box-shadow: 0 0 0 0 rgba(212,175,55,0); }
}
.announcement-separator { color: var(--border-soft); }

/* Header Navigation */
.site-header { 
  background: rgba(10, 10, 9, 0.95); 
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-soft);
  position: sticky; 
  top: 0;
  z-index: 20; 
}
.nav-wrap { align-items: center; display: flex; height: 91px; justify-content: space-between; }
.brand { align-items: center; display: inline-flex; gap: 12px; }
.brand-logo { border-radius: 50%; border: 1px solid var(--border); height: 44px; object-fit: cover; width: 44px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { color: #fff; font-family: var(--display); font-size: 19px; letter-spacing: .08em; }
.brand-copy em { color: var(--gold); font-size: 9px; font-style: normal; font-weight: 600; letter-spacing: .3em; margin-top: 4px; }

.main-nav { align-items: center; display: flex; gap: 39px; }
.main-nav > a:not(.nav-cta) { 
  color: var(--text-muted); 
  font-size: 13px; 
  font-weight: 600; 
  letter-spacing: 0.05em;
  transition: color .2s ease; 
}
.main-nav > a:not(.nav-cta):hover, .text-link:hover, .card-link:hover { color: var(--gold-light); }

.nav-cta, .button { 
  align-items: center; 
  border: 1px solid transparent; 
  display: inline-flex; 
  font-size: 12px; 
  font-weight: 700; 
  gap: 14px; 
  justify-content: center; 
  letter-spacing: .07em; 
  min-height: 46px; 
  padding: 0 24px; 
  text-transform: uppercase; 
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; 
}
.nav-cta { background: var(--gold); color: var(--bg-main); }
.nav-cta span, .button span, .card-link span, .text-link span { font-size: 17px; font-weight: 400; line-height: 0; }
.nav-cta:hover, .button:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(212,175,55,0.2); }
.nav-cta:hover { background: var(--gold-light); }

.menu-toggle { background: transparent; border: 0; display: none; padding: 9px 0 9px 12px; }
.menu-toggle span { background: var(--text-main); display: block; height: 2px; margin: 5px 0; width: 25px; transition: transform 0.2s ease, opacity 0.2s ease; }

/* Hero Section */
.hero { background: var(--bg-main); color: #fff; min-height: 700px; overflow: hidden; position: relative; }
.hero-image { 
  background-image: url("images/ai-store-interior.png"); 
  background-position: center; 
  background-size: cover; 
  inset: 0; 
  position: absolute; 
  transform: scale(1.02); 
  filter: brightness(0.7) contrast(1.1);
}
.hero-shade { 
  background: linear-gradient(90deg, rgba(10,10,9,0.96) 0%, rgba(10,10,9,0.85) 45%, rgba(10,10,9,0.3) 100%), 
              linear-gradient(0deg, rgba(10,10,9,0.5), transparent 45%); 
  inset: 0; 
  position: absolute; 
}
.hero-content { padding: 130px 0 160px; position: relative; z-index: 1; }
.eyebrow { align-items: center; color: var(--gold); display: flex; font-size: 10px; font-weight: 700; gap: 11px; letter-spacing: .22em; margin: 0 0 23px; text-transform: uppercase; }
.eyebrow span { background: var(--gold); display: inline-block; height: 1px; width: 29px; }
.eyebrow.light { color: var(--text-muted); }
.eyebrow.light span { background: var(--border); }

h1, h2 { font-family: var(--display); font-weight: 600; letter-spacing: 0.02em; }
h1 { font-size: clamp(48px, 7vw, 92px); line-height: 1.05; margin-bottom: 29px; text-transform: uppercase; }
h1 i, h2 i, .photo-label i, figcaption i { color: var(--gold); font-style: normal; text-shadow: 0 0 10px rgba(212,175,55,0.15); }
.hero-text { color: var(--text-muted); font-size: 16px; line-height: 1.8; max-width: 460px; }
.hero-actions { align-items: center; display: flex; gap: 32px; margin-top: 39px; }
.button-accent { background: var(--gold); color: var(--bg-main); }
.button-accent:hover { background: var(--gold-light); }

.text-link { 
  align-items: center; 
  border-bottom: 1px solid rgba(212,175,55,0.4); 
  color: var(--gold); 
  display: inline-flex; 
  font-size: 12px; 
  font-weight: 700; 
  gap: 11px; 
  padding-bottom: 6px; 
  transition: color .2s ease, border-color .2s ease; 
}
.text-link:hover { color: var(--gold-light); border-bottom-color: var(--gold-light); }
.light-link { color: var(--text-main); border-bottom-color: rgba(245, 235, 224, 0.3); }
.light-link:hover { color: #fff; border-bottom-color: #fff; }

.hero-note { align-items: center; bottom: 34px; color: var(--text-muted); display: flex; font-size: 9px; gap: 13px; left: calc((100% - min(1180px, calc(100% - 96px))) / 2); letter-spacing: .24em; position: absolute; text-transform: uppercase; transform: rotate(-90deg) translateX(-100%); transform-origin: bottom left; z-index: 2; }
.hero-note .line { background: var(--gold); display: block; height: 1px; width: 45px; }

.hero-rating { align-items: flex-end; bottom: 43px; display: flex; flex-wrap: wrap; gap: 9px; position: absolute; right: calc((100% - min(1180px, calc(100% - 96px))) / 2); width: 190px; z-index: 2; }
.hero-rating strong { font-family: var(--display); font-size: 32px; font-weight: 600; line-height: 1; color: var(--gold); }
.stars, .score-stars, .review-stars { color: var(--gold); letter-spacing: .09em; font-size: 12px; }
.hero-rating > span:last-child { color: var(--text-muted); font-size: 9px; letter-spacing: .05em; width: 100%; }

/* Intro Section */
.intro { background: var(--bg-main); }
.intro-grid { display: grid; gap: 80px; grid-template-columns: 1fr 1fr; }
h2 { font-size: clamp(38px, 4.5vw, 60px); line-height: 1.1; margin-bottom: 0; text-transform: uppercase; }
.intro-copy { max-width: 455px; padding-top: 24px; }
.intro-copy p { color: var(--text-muted); font-size: 14px; line-height: 1.8; }
.intro-copy .large-copy { color: var(--text-main); font-family: var(--display); font-size: 21px; line-height: 1.5; margin-bottom: 24px; }
.intro-copy .text-link { margin-top: 15px; }

/* Offer Section */
.offer { background: var(--bg-card); border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }
.split-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 61px; }
.section-lead { color: var(--text-muted); font-size: 14px; line-height: 1.8; max-width: 335px; }
.offer-grid { display: grid; grid-template-columns: 1fr 1.15fr 1fr; border: 1px solid var(--border-soft); }
.offer-card { min-height: 340px; padding: 48px 40px; position: relative; background: var(--bg-card-alt); }
.offer-main-card { border-right: 1px solid var(--border-soft); }
.deep-card { background: #191714; border-left: 1px solid var(--border-soft); }
.offer-number { color: var(--gold); opacity: 0.3; font-size: 10px; letter-spacing: .15em; position: absolute; right: 37px; top: 42px; font-weight: 700; }
.offer-icon { color: var(--gold); font-size: 32px; line-height: 1; margin-bottom: 47px; text-shadow: 0 0 10px rgba(212,175,55,0.2); }
.offer-card h3 { font-family: var(--display); font-size: 28px; font-weight: 600; letter-spacing: 0.05em; margin-bottom: 12px; text-transform: uppercase; color: #fff; }
.offer-card p { color: var(--text-muted); font-size: 13px; line-height: 1.8; max-width: 220px; }
.card-link { bottom: 40px; color: var(--gold); font-size: 11px; font-weight: 700; left: 40px; letter-spacing: .1em; position: absolute; text-transform: uppercase; transition: color 0.2s ease; }
.card-link:hover { color: var(--gold-light); }

.offer-photo-card { min-height: 340px; overflow: hidden; padding: 0; }
.offer-photo-card::after, .gallery-item::after { background: linear-gradient(0deg, rgba(10,10,9,0.8), transparent 60%); content: ""; inset: 0; position: absolute; }
.offer-photo-card img { height: 100%; object-fit: cover; width: 100%; transition: transform 0.6s ease; }
.offer-photo-card:hover img { transform: scale(1.03); }
.photo-label { bottom: 37px; color: #fff; font-family: var(--display); font-size: 24px; line-height: 1.1; position: absolute; right: 35px; text-align: right; z-index: 1; text-transform: uppercase; }

.offer-bottom { 
  align-items: center; 
  border: 1px solid var(--border-soft); 
  border-top: 0;
  background: var(--bg-card-alt);
  display: flex; 
  min-height: 102px; 
  padding: 0 31px; 
}
.mini-feature { align-items: center; display: flex; gap: 16px; margin-right: 54px; }
.mini-icon { 
  align-items: center; 
  background: rgba(212,175,55,0.1); 
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 50%; 
  color: var(--gold); 
  display: flex; 
  font-size: 20px; 
  height: 44px; 
  justify-content: center; 
  width: 44px; 
}
.mini-feature div { display: flex; flex-direction: column; }
.mini-feature strong { color: var(--text-main); font-family: var(--display); font-size: 15px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }
.mini-feature div span { color: var(--text-muted); font-size: 11px; margin-top: 2px; }

.button-outline { 
  border: 1px solid var(--gold); 
  color: var(--gold); 
  margin-left: auto; 
  min-height: 44px; 
  background: transparent;
}
.button-outline:hover { background: var(--gold); color: var(--bg-main); box-shadow: 0 0 15px rgba(212,175,55,0.25); }

/* Ambience Gallery Section */
.ambience { background: var(--bg-main); }
.centered-heading { align-items: center; display: flex; flex-direction: column; text-align: center; }
.centered-heading h2 { margin-bottom: 20px; }
.centered-heading .section-lead { max-width: 430px; }

.gallery { display: grid; gap: 14px; grid-template-columns: 1.25fr .76fr .76fr; grid-template-rows: 185px 225px 225px; margin-top: 54px; }
.gallery-item { margin: 0; overflow: hidden; position: relative; border: 1px solid var(--border-soft); }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .6s ease; width: 100%; filter: brightness(0.85); }
.gallery-item:hover img { transform: scale(1.05); filter: brightness(0.95); }
.gallery-large { grid-column: 1; grid-row: 1 / span 2; }
.gallery-product { grid-column: 2; grid-row: 1; }
.gallery-ai-one { grid-column: 2; grid-row: 2; }
.gallery-tall { grid-column: 3; grid-row: 1 / span 2; }
.gallery-ai-two { grid-column: 1; grid-row: 3; }
.gallery-wide { grid-column: 2 / span 2; grid-row: 3; }
.gallery-item figcaption { bottom: 24px; color: #fff; font-family: var(--display); font-size: 18px; left: 24px; line-height: 1.1; position: absolute; z-index: 1; text-transform: uppercase; letter-spacing: 0.05em; }

/* Reviews Section */
.reviews { 
  background: var(--bg-card); 
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
  color: var(--text-main); 
  padding-bottom: 115px; 
  padding-top: 115px; 
}
.reviews-grid { align-items: center; display: grid; gap: 130px; grid-template-columns: .82fr 1.2fr; }
.score { color: var(--gold); font-family: var(--display); font-size: 110px; letter-spacing: -.05em; line-height: .9; }
.score-stars { font-size: 15px; margin: 20px 0 13px; }
.review-score > p:not(.eyebrow) { color: var(--text-muted); font-size: 12px; line-height: 1.6; }
.review-score .text-link { margin-top: 24px; }

.review-quote { border-left: 2px solid var(--gold); padding: 7px 0 8px 60px; position: relative; }
.quote-mark { color: var(--gold); font-size: 82px; left: 15px; line-height: .8; position: absolute; top: -5px; opacity: 0.25; font-family: Georgia, serif; }
blockquote { font-family: var(--display); font-size: clamp(24px, 2.5vw, 36px); line-height: 1.3; margin: 0; max-width: 605px; font-weight: 400; color: #fff; letter-spacing: 0.02em; }
.review-source { align-items: center; display: flex; gap: 12px; margin-top: 33px; }
.avatar { 
  align-items: center; 
  background: var(--gold); 
  border-radius: 50%; 
  color: var(--bg-main); 
  display: flex; 
  font-family: var(--display); 
  font-size: 18px; 
  font-weight: 700;
  height: 36px; 
  justify-content: center; 
  width: 36px; 
}
.review-source strong, .review-source small { display: block; }
.review-source strong { font-size: 13px; font-weight: 600; }
.review-source small { color: var(--text-muted); font-size: 10px; margin-top: 3px; }
.review-stars { margin-left: 10px; }

/* Visit / Map Section */
.visit { background: var(--bg-main); }
.visit-grid { align-items: center; display: grid; gap: 92px; grid-template-columns: .88fr 1.12fr; }
.visit-info h2 { margin-bottom: 53px; }
.info-block { align-items: flex-start; border-top: 1px solid var(--border-soft); display: flex; gap: 19px; padding: 19px 0; }
.info-block:last-child { border-bottom: 1px solid var(--border-soft); }
.info-icon { color: var(--gold); font-size: 23px; line-height: 1.3; width: 21px; }
.info-block strong { color: var(--gold); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; font-weight: 700; }
.info-block p { color: var(--text-muted); font-size: 14px; line-height: 1.7; margin: 6px 0 9px; }
.info-block .text-link { font-size: 10px; }

.hours-list { display: flex; flex-direction: column; gap: 5px; margin-top: 7px; width: 285px; }
.hours-list span { color: var(--text-muted); display: flex; font-size: 12px; justify-content: space-between; }
.hours-list b { font-weight: 600; color: var(--text-main); }
.hours-list em { font-style: normal; }
.phone-link { color: var(--gold); display: inline-block; font-family: var(--display); font-size: 21px; margin-top: 5px; font-weight: 600; transition: color 0.2s ease; }
.phone-link:hover { color: var(--gold-light); }

.map-card { 
  background: var(--bg-card-alt); 
  border: 1px solid var(--border-soft);
  box-shadow: 18px 18px 0 rgba(212,175,55,.05); 
  min-height: 520px; 
  overflow: hidden; 
  position: relative; 
}
.map-card iframe { 
  border: 0; 
  filter: grayscale(100%) invert(92%) sepia(8%) hue-rotate(180deg); /* Dark Maps Effect */
  height: 100%; 
  min-height: 520px; 
  opacity: .75; 
  width: 100%; 
}
.map-overlay { 
  align-items: center; 
  background: var(--bg-card-alt); 
  border: 1px solid var(--border);
  bottom: 31px; 
  box-shadow: 0 12px 30px rgba(0,0,0,.5); 
  display: flex; 
  gap: 16px; 
  left: 31px; 
  padding: 17px 22px 17px 17px; 
  position: absolute; 
}
.map-pin { 
  align-items: center; 
  background: var(--gold); 
  border-radius: 50%; 
  color: var(--bg-main); 
  display: flex; 
  font-size: 14px; 
  height: 40px; 
  justify-content: center; 
  width: 40px; 
}
.map-overlay strong { color: var(--gold); font-size: 11px; letter-spacing: .1em; line-height: 1.25; text-transform: uppercase; font-family: var(--display); }
.map-overlay small { color: var(--text-muted); display: block; font-size: 10px; margin-top: 5px; }

/* Contact Section & Form */
.contact { background: var(--bg-card); border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }
.contact-grid { display: grid; gap: 120px; grid-template-columns: .82fr 1.18fr; }
.contact h2 { color: #fff; }
.contact-intro { color: var(--text-muted); font-size: 14px; line-height: 1.75; margin: 28px 0 30px; max-width: 330px; }

.contact-form { border-top: 1px solid var(--border-soft); padding-top: 24px; }
.contact-form label { color: var(--gold); display: block; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.form-row { display: grid; gap: 35px; grid-template-columns: 1fr 1fr; }
.contact-form input, .contact-form textarea { 
  background: transparent; 
  border: 0; 
  border-bottom: 1px solid var(--border-soft); 
  border-radius: 0; 
  color: #fff; 
  display: block; 
  font-size: 14px; 
  margin: 9px 0 25px; 
  outline: 0; 
  padding: 8px 0 13px; 
  resize: vertical; 
  width: 100%; 
  transition: border-color 0.2s ease;
}
.contact-form textarea { min-height: 108px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #5c554e; }
.form-submit { align-items: center; display: flex; justify-content: space-between; margin-top: 5px; }
.form-submit small { color: var(--text-muted); font-size: 10px; }
.button-light { background: var(--gold); color: var(--bg-main); }
.button-light:hover { background: var(--gold-light); }
.form-feedback { color: var(--gold); font-size: 12px; margin: 15px 0 0; font-weight: 600; }

/* Footer */
.site-footer { background: #050504; color: var(--text-main); padding: 57px 0 25px; border-top: 1px solid var(--border-soft); }
.footer-top { align-items: center; display: grid; grid-template-columns: 1fr 1fr 1fr; padding-bottom: 53px; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-brand .brand-copy em { color: var(--gold); }
.footer-top > p { color: var(--text-muted); font-size: 12px; line-height: 1.6; margin: 0; }
.footer-social { display: flex; gap: 9px; justify-content: flex-end; }
.footer-social a { 
  align-items: center; 
  border: 1px solid var(--border-soft); 
  border-radius: 50%; 
  color: var(--text-muted); 
  display: flex; 
  font-size: 11px; 
  height: 34px; 
  justify-content: center; 
  text-transform: uppercase; 
  width: 34px; 
  transition: color 0.2s ease, border-color 0.2s ease;
}
.footer-social a:hover { border-color: var(--gold); color: var(--gold); }

.footer-legal { border-top: 1px solid var(--border-soft); display: grid; gap: 60px; grid-template-columns: 1fr 1fr; padding: 25px 0 28px; }
.footer-legal strong { color: var(--gold); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; }
.footer-legal p { color: var(--text-muted); font-size: 11px; line-height: 1.75; margin: 8px 0 0; }
.footer-legal a { color: var(--gold-light); text-decoration: underline; }
.placeholder { color: var(--gold-dark); }

.footer-bottom { border-top: 1px solid var(--border-soft); color: var(--text-muted); display: grid; font-size: 9px; grid-template-columns: 1fr 1fr 1fr; letter-spacing: .1em; padding-top: 21px; text-transform: uppercase; }
.footer-bottom > span:nth-child(2) { text-align: center; }
.footer-bottom > div { display: flex; gap: 21px; justify-content: flex-end; }
.footer-bottom a:hover { color: var(--gold); }

/* Cookie Banner & Legal Modal */
.cookie-notice { 
  align-items: center; 
  background: var(--bg-card-alt); 
  border: 1px solid var(--border);
  bottom: 16px; 
  box-shadow: 0 8px 32px rgba(0,0,0,.5); 
  display: flex; 
  gap: 25px; 
  max-width: calc(100% - 32px); 
  padding: 13px 16px 13px 20px; 
  position: fixed; 
  right: 16px; 
  transform: translateY(0); 
  transition: opacity .25s ease, transform .25s ease; 
  z-index: 50; 
}
.cookie-notice.is-hidden { opacity: 0; pointer-events: none; transform: translateY(15px); }
.cookie-notice p { color: var(--text-muted); font-size: 10px; margin: 0; }
.cookie-notice a { color: var(--gold); text-decoration: underline; }
.cookie-notice button { background: var(--gold); border: 0; color: var(--bg-main); font-size: 10px; font-weight: 700; padding: 10px 14px; transition: background 0.2s ease; }
.cookie-notice button:hover { background: var(--gold-light); }

.legal-modal { 
  align-items: center; 
  background: rgba(5,5,4,.85); 
  backdrop-filter: blur(5px);
  display: flex; 
  inset: 0; 
  justify-content: center; 
  opacity: 0; 
  pointer-events: none; 
  position: fixed; 
  transition: opacity .25s ease; 
  z-index: 60; 
}
.legal-modal.is-open { opacity: 1; pointer-events: auto; }
.legal-modal-inner { 
  background: var(--bg-card-alt); 
  border: 1px solid var(--border);
  max-width: 520px; 
  padding: 40px; 
  position: relative; 
  transform: translateY(14px); 
  transition: transform .25s ease; 
  width: calc(100% - 40px); 
}
.legal-modal.is-open .legal-modal-inner { transform: translateY(0); }
.legal-modal h2 { font-size: 38px; margin-bottom: 20px; text-transform: uppercase; color: #fff; }
.legal-modal p:not(.eyebrow) { color: var(--text-muted); font-size: 13px; line-height: 1.75; }
.modal-close { background: none; border: 0; color: var(--gold); font-size: 28px; line-height: 1; position: absolute; right: 19px; top: 15px; transition: color 0.2s ease; }
.modal-close:hover { color: var(--gold-light); }

/* Responsive adjustments */
@media (max-width: 850px) {
  .container { width: min(100% - 44px, 600px); }
  .nav-wrap { height: 77px; }
  .menu-toggle { display: block; position: relative; z-index: 22; }
  
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .main-nav { 
    align-items: stretch; 
    background: var(--bg-card-alt); 
    border-bottom: 1px solid var(--border);
    box-shadow: 0 15px 25px rgba(0,0,0,.3); 
    display: flex; 
    flex-direction: column; 
    gap: 0; 
    left: 0; 
    opacity: 0; 
    padding: 15px 22px 22px; 
    pointer-events: none; 
    position: absolute; 
    right: 0; 
    top: 77px; 
    transform: translateY(-8px); 
    transition: opacity .2s ease, transform .2s ease; 
  }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav > a:not(.nav-cta) { border-bottom: 1px solid var(--border-soft); padding: 14px 0; }
  .nav-cta { margin-top: 15px; }
  
  .hero { min-height: 650px; }
  .hero-image { background-position: 61% center; }
  .hero-content { padding: 93px 0 130px; }
  .hero-note { display: none; }
  .hero-rating { bottom: 31px; right: 22px; }
  
  .section-pad { padding: 86px 0; }
  .intro-grid, .visit-grid, .contact-grid, .reviews-grid { gap: 42px; grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  .split-heading { align-items: flex-start; flex-direction: column; gap: 24px; margin-bottom: 38px; }
  
  .offer-grid { grid-template-columns: 1fr 1fr; }
  .offer-main-card { grid-column: 1; border-right: 0; }
  .offer-photo-card { grid-column: 2; }
  .deep-card { grid-column: 1 / -1; min-height: 290px; border-left: 0; border-top: 1px solid var(--border-soft); }
  
  .offer-bottom { align-items: flex-start; flex-wrap: wrap; gap: 25px; padding: 25px 20px; }
  .mini-feature { margin-right: 0; }
  .button-outline { margin-left: 0; }
  
  .reviews-grid { gap: 62px; }
  .review-quote { padding-left: 45px; }
  .visit-info h2 { margin-bottom: 37px; }
  .map-card, .map-card iframe { min-height: 400px; }
  .contact-grid { gap: 61px; }
  
  .footer-top { align-items: start; gap: 27px; grid-template-columns: 1fr 1fr; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; }
  .footer-social { grid-column: 2; grid-row: 1; }
  
  .footer-legal { gap: 24px; grid-template-columns: 1fr; }
  .footer-bottom { gap: 12px; grid-template-columns: 1fr; }
  .footer-bottom > span:nth-child(2) { text-align: left; }
  .footer-bottom > div { justify-content: flex-start; }
}

@media (max-width: 520px) {
  .container { width: calc(100% - 36px); }
  .announcement { font-size: 8px; letter-spacing: .13em; }
  .announcement-separator { display: none; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy em { font-size: 8px; }
  
  .hero { min-height: 625px; }
  .hero-content { padding-top: 77px; }
  h1 { font-size: clamp(34px, 10vw, 52px); }
  h2 { font-size: 38px; }
  .hero-text { font-size: 14px; max-width: 320px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 29px; }
  .hero-rating { bottom: 27px; left: 18px; right: auto; }
  
  .offer-grid { display: flex; flex-direction: column; }
  .offer-card { min-height: 284px; padding: 32px 28px; }
  .offer-photo-card { min-height: 265px; order: 2; }
  .deep-card { order: 3; }
  .offer-number { right: 27px; top: 31px; }
  .offer-icon { margin-bottom: 34px; }
  .card-link { bottom: 29px; left: 28px; }
  .photo-label { bottom: 28px; font-size: 22px; right: 27px; }
  
  .offer-bottom { display: grid; grid-template-columns: 1fr 1fr; }
  .mini-feature { gap: 9px; }
  .mini-feature strong { font-size: 13px; line-height: 1.1; }
  .mini-feature div span { font-size: 9px; }
  .mini-icon { flex: 0 0 37px; height: 37px; width: 37px; font-size: 16px; }
  .button-outline { grid-column: 1 / -1; width: 100%; }
  
  .gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 230px 170px 190px 190px; }
  .gallery-large, .gallery-product, .gallery-ai-one, .gallery-tall, .gallery-ai-two, .gallery-wide { grid-column: auto; grid-row: auto; }
  .gallery-large, .gallery-wide { grid-column: 1 / -1; }
  .gallery-item figcaption { bottom: 15px; font-size: 15px; left: 15px; }
  
  .reviews { padding-bottom: 82px; padding-top: 82px; }
  .score { font-size: 84px; }
  blockquote { font-size: 24px; }
  .review-quote { padding-left: 30px; }
  .quote-mark { font-size: 54px; left: 5px; }
  
  .hours-list { width: 100%; }
  .map-card, .map-card iframe { min-height: 360px; }
  .map-overlay { bottom: 18px; left: 18px; padding: 12px 16px 12px 12px; }
  
  .form-row { gap: 0; grid-template-columns: 1fr; }
  .form-submit { align-items: flex-start; flex-direction: column; gap: 19px; }
  .form-submit .button { width: 100%; }
  
  .cookie-notice { align-items: flex-start; bottom: 10px; flex-direction: column; gap: 10px; left: 10px; padding: 14px; right: 10px; }
  .cookie-notice button { width: 100%; }
}

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