@media (max-width: 980px) {
  .header-inner { width: calc(100% - 36px); }
  .menu-toggle { margin-left: auto; width: 42px; height: 42px; border: 0; background: transparent; display: grid; place-content: center; gap: 5px; cursor: pointer; }
  .menu-toggle span { display: block; width: 24px; height: 2px; background: #d6a62f; transition: transform .2s, opacity .2s; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; top: 88px; left: 0; right: 0; display: grid; gap: 0; padding: 14px 24px 22px; background: rgba(3,3,3,.98); border-bottom: 1px solid rgba(214,166,47,.6); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: .25s ease; }
  .main-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav a { padding: 13px 4px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .header-cta { margin-left: 0; }
  .hero { min-height: 850px; padding: 60px 5vw 225px; background-position: 57% center; }
  .hero-content { width: min(500px, 60vw); }
  h1 { white-space: normal; }
  .services { left: 5vw; right: 5vw; bottom: 30px; grid-template-columns: repeat(2, 1fr); }
  .services article { min-height: 82px; }
  .services article:nth-child(3)::before { display: none; }
  .services article:nth-child(n+3) { border-top: 1px solid rgba(214,166,47,.28); }
  .about-inner { width: calc(100% - 60px); grid-template-columns: 1fr; gap: 36px; padding: 60px 0; }
  .about-copy { max-width: 680px; padding-right: 0; }
  .about-gallery { height: 390px; grid-template-columns: 1.7fr 1fr; }
  .offer-inner { width: calc(100% - 60px); }
  .offer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .content-shell{width:calc(100% - 60px)}.testimonial{flex-basis:calc((100% - 20px)/2)}.gallery-grid-new{grid-template-columns:repeat(2,1fr)}.contact-layout{grid-template-columns:1fr}.footer-grid-new{grid-template-columns:repeat(2,1fr)}
}

@media (max-width: 640px) {
  .site-header { height: 76px; }
  .brand { width: 105px; }
  .brand img { height: 62px; }
  .main-nav { top: 76px; }
  .header-cta { display: none; }
  .hero { min-height: auto; padding: 45px 22px 220px; background-position: 67% center; }
  .hero::before { background: linear-gradient(180deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.76) 49%, rgba(0,0,0,.32) 72%, rgba(0,0,0,.8) 100%); }
  .hero-content { width: 100%; }
  .hero-mark span { width: 56px; }
  .hero-mark b { font-size: 42px; }
  h1 { font-size: clamp(28px, 9.4vw, 42px); }
  .eyebrow { font-size: 13px; line-height: 1.6; margin-bottom: 25px; }
  .benefits { width: fit-content; margin-inline: auto; }
  .benefits li { font-size: 12px; }
  .hero-actions { justify-content: center; flex-wrap: wrap; margin-bottom: 31px; }
  .hero-actions .button { min-width: min(100%, 220px); }
  .location { justify-content: center; font-size: 11px; }
  .services { left: 16px; right: 16px; bottom: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services article { min-height: 88px; justify-content: flex-start; gap: 8px; padding: 10px 8px; font-size: 10px; line-height: 1.55; }
  .services article + article::before { display: none; }
  .services article:nth-child(even)::before { display: block; top: 12px; bottom: 12px; }
  .services article:nth-child(n+3) { border-top: 1px solid rgba(214,166,47,.28); }
  .services img { width: 30px; height: 39px; flex: 0 0 auto; }
  .about-inner { width: calc(100% - 32px); gap: 28px; padding: 46px 0; }
  .section-kicker { font-size: 17px; margin-bottom: 14px; }
  .about-copy h2 { font-size: 28px; }
  .about-copy > p:not(.section-kicker) { font-size: 13px; }
  .about-gallery { height: auto; grid-template-columns: 1fr 1fr; gap: 12px; }
  .about-image-wide { aspect-ratio: 1 / 1; }
  .about-image-portrait { aspect-ratio: 1 / 1; }
  .offer-section { padding: 30px 0; }
  .offer-inner { width: calc(100% - 32px); }
  .section-title { font-size: 21px; margin-bottom: 20px; }
  .offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .offer-card { min-height: 170px; padding: 18px 8px 14px; }
  .offer-card:last-child { grid-column: 1 / -1; width: calc(50% - 6px); justify-self: center; }
  .offer-card img { width: 56px; height: 56px; }
  .offer-card h3 { font-size: 13px; }
  .offer-card p { font-size: 10px; line-height: 1.5; }
  .offer-button { width: 100%; min-width: 0; }
  .content-shell{width:calc(100% - 32px)}.reviews-new,.gallery-new,.contact-new{padding:52px 0}.rating-summary{flex-wrap:wrap}.review-wrap{grid-template-columns:1fr}.slider-arrow{display:none}.testimonial{flex-basis:88%}.gallery-heading-new{display:block}.gallery-heading-new>p{font-size:13px}.gallery-grid-new{grid-template-columns:1fr 1fr;grid-template-rows:220px 150px 150px}.gallery-photo.featured{grid-column:1/-1;grid-row:auto}.contact-cards-new article{padding:18px 14px;gap:14px}.contact-cta-new{padding:25px 18px}.footer-grid-new{grid-template-columns:1fr;gap:25px}.footer-bottom-new{display:grid;gap:15px}.site-footer{padding-inline:22px}
}

@media (max-width: 380px) {
  .hero { padding-inline: 15px; }
  .hero-actions { gap: 10px; }
  .hero-actions .button { width: 100%; }
}

@media (max-width: 640px) {
  .gold-gallery-stage { height: 430px; }
  .gold-gallery-item { width: 250px; height: 380px; }
  .gold-gallery-item.is-prev { transform: translate(-50%,-50%) translateX(-175px) rotateY(16deg) scale(.78); }
  .gold-gallery-item.is-next { transform: translate(-50%,-50%) translateX(175px) rotateY(-16deg) scale(.78); }
  .gold-gallery-item.is-far-prev, .gold-gallery-item.is-far-next { opacity: 0; }
  .gallery-arrow-g { top: 195px; width: 40px; height: 40px; }
  .lightbox-nav { width: 40px; height: 58px; }
  .lightbox-prev-g { left: 6px; }
  .lightbox-next-g { right: 6px; }
  body .contact-new { padding: 54px 0; }
  body .contact-layout { grid-template-columns: 1fr; gap: 22px; }
  body .contact-cards-new article { min-height: 100px; padding: 18px 16px; gap: 15px; }
  body .contact-cards-new article>span { width: 52px; height: 52px; }
  body .contact-cards-new article>span img { width: 34px; height: 34px; }
  body .contact-cards-new h3 { font-size: 15px; }
  body .contact-cta-new { padding: 28px 20px; }
  body .opening-row { font-size: 12px; }
  body .footer-grid-new { gap: 30px; }
  body .footer-grid-new h4 { font-size: 16px; margin-bottom: 16px; }
  body .footer-grid-new a, body .footer-grid-new p { font-size: 14px; }
  body .footer-bottom-new { font-size: 12px; }
  body .contact-hours-head { display:grid; gap:5px; }
  body .contact-hours-head>img { width:150px; height:82px; margin:auto; }
  body .contact-map, body .map-consent { min-height:195px; }
  body .reviews-new { padding:56px 0; }
  body .reviews-new .gold-heading { font-size:30px; line-height:1.2; }
  body .rating-summary { width:100%; padding:16px; display:flex; gap:12px; }
  body .rating-summary>.rating-main { display:flex; flex-wrap:wrap; justify-content:center; gap:10px 13px; }
  body .rating-main>img { width:40px; height:40px; }
  body .rating-main>strong { font-size:16px; }
  body .rating-main>span { flex-basis:100%; }
  body .rating-summary small { width:100%; padding:10px 0 0; border-left:0; border-top:1px solid rgba(214,166,47,.22); text-align:center; }
  body .review-wrap { grid-template-columns:1fr; padding-bottom:62px; }
  body .review-track { width:100%; }
  body .testimonial { flex:0 0 100%; min-height:270px; padding:28px 24px; }
  body .slider-arrow { display:grid; position:absolute; bottom:0; }
  body .review-prev { left:calc(50% - 56px); }
  body .review-next { right:calc(50% - 56px); }
  body .site-footer { padding:46px 18px 22px; background:radial-gradient(circle at 50% 0,rgba(192,137,29,.12),transparent 28%),#020202; }
  body .footer-grid-new { grid-template-columns:repeat(2,minmax(0,1fr)); gap:30px 18px; }
  body .footer-brand-new { grid-column:1/-1; text-align:center; padding-bottom:26px; border-bottom:1px solid rgba(214,166,47,.24); }
  body .footer-brand-new img { width:210px; height:120px; margin:auto; display:block; }
  body .footer-brand-new p { max-width:360px; margin:14px auto 0; font-size:14px; line-height:1.8; color:#b8b2a7; }
  body .footer-grid-new>div:nth-child(2), body .footer-grid-new>div:nth-child(3) { padding:20px 14px; border:1px solid rgba(214,166,47,.22); background:linear-gradient(145deg,rgba(24,20,13,.72),rgba(5,5,5,.9)); }
  body .footer-grid-new>div:nth-child(4) { grid-column:1/-1; padding:22px; border:1px solid rgba(214,166,47,.38); background:linear-gradient(120deg,rgba(29,23,13,.85),rgba(5,5,5,.96)); text-align:center; }
  body .footer-grid-new h4 { margin:0 0 18px; font-size:14px; letter-spacing:1.2px; text-align:center; }
  body .footer-grid-new h4::after { content:""; width:34px; height:1px; display:block; margin:9px auto 0; background:var(--gold); }
  body .footer-grid-new a { margin:0; padding:9px 0; color:#c9c4bb; font-size:13px; text-align:center; border-bottom:1px solid rgba(255,255,255,.055); }
  body .footer-grid-new a:last-child { border-bottom:0; }
  body .footer-grid-new>div:nth-child(4) p { margin:5px 0 13px; color:#c2bdb4; font-size:14px; line-height:1.7; }
  body .footer-bottom-new { margin-top:30px; padding-top:20px; display:flex; flex-direction:column; align-items:center; gap:14px; text-align:center; border-top-color:rgba(214,166,47,.22); }
  body .footer-bottom-new div { gap:22px; }
  body .footer-bottom-new a { color:#b9b3aa; font-size:12px; }
  .prices-section { padding:55px 0; }
  .prices-section::before { font-size:260px; right:-15%; }
  .prices-heading { grid-template-columns:1fr; gap:18px; margin-bottom:30px; text-align:center; }
  .prices-heading h2 { font-size:30px; }
  .prices-heading>p { margin:auto; font-size:13px; }
  .price-list { grid-template-columns:1fr; gap:12px; }
  .price-item { min-height:92px; padding:19px 17px; gap:14px; }
  .price-item h3 { font-size:13px; }
  .price-item p { font-size:10px; line-height:1.5; }
  .price-item strong { font-size:19px; }
  .price-item:last-child { grid-column:auto; width:100%; }
  .price-note { line-height:1.6; }
  .stamp-card { padding:20px 17px; gap:15px; align-items:flex-start; }
  .stamp-symbol { width:42px; height:42px; flex-basis:42px; font-size:22px; }
  .stamp-card h3 { font-size:14px; }
  .stamp-card p { font-size:12px; }
}

@media (max-width: 380px) {
  body .footer-grid-new { grid-template-columns:1fr; }
  body .footer-grid-new>div:nth-child(4) { grid-column:auto; }
}
