.hero { min-height: min(900px, 86vh); }
.hero > .hero-photo { object-position: center 52%; }
.hero-shade { background: linear-gradient(180deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.14) 44%, rgba(0,0,0,.92) 94%), linear-gradient(90deg, rgba(0,0,0,.25), transparent, rgba(0,0,0,.25)); }
.hero > .hero-logo { position: absolute; z-index: 2; inset: auto; top: 94px; left: 50%; transform: translateX(-50%); width: clamp(290px, 34vw, 460px) !important; height: auto !important; max-height: 48%; object-fit: contain !important; filter: drop-shadow(0 8px 18px rgba(0,0,0,.55)); }
.hero-copy { z-index: 3; padding-top: 440px; }
.hero-copy .eyebrow { display: none; }
.hero h1 { font-size: clamp(66px, 11vw, 112px); margin-bottom: 28px; }

.social-row a { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 68px; padding: 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: #111; color: var(--white); text-align: left; text-decoration: none; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.social-row a:visited { color: var(--white); }
.social-row a:hover, .social-row a:focus-visible { color: var(--white); border-color: var(--gold); background: rgba(244,196,48,.07); transform: translateY(-2px); }
.social-row a small { display: block; margin-top: 4px; color: var(--muted); }
.social-icon svg { width: 23px; height: 23px; fill: currentColor; stroke: currentColor; stroke-width: 1.8; }
.instagram-icon svg { fill: none; }
.instagram-icon .social-dot { fill: currentColor; stroke: none; }

.reviews-section { position: relative; overflow: hidden; display: grid; justify-items: center; text-align: center; padding: 72px 24px; border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(circle at 50% 0, rgba(244,196,48,.16), transparent 47%), linear-gradient(145deg,#171612,#090909); }
.reviews-rating { display: flex; align-items: baseline; gap: 9px; margin: 4px 0 8px; }
.reviews-rating > span { color: var(--gold-2); font-size: 38px; }
.reviews-rating strong { color: var(--white); font-family: "Cormorant Garamond",serif; font-size: 74px; line-height: 1; }
.reviews-rating small { color: var(--gold); font-size: 18px; font-weight: 700; }
.reviews-section h2 { margin: 0; font-family: "Cormorant Garamond",serif; font-size: clamp(44px,7vw,68px); }
.reviews-section > p:not(.eyebrow) { margin: 13px 0 25px; color: var(--muted); }
.reviews-button { min-height: 54px; padding: 0 24px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(135deg,#ffe46b,#e7aa00); color: #090909; font-weight: 900; }
.reviews-button:disabled { cursor: not-allowed; filter: grayscale(.35); opacity: .62; }
.reviews-pending { margin-top: 11px; color: var(--muted); font-size: 10px; }

@media (max-width: 760px) {
  .hero { min-height: 700px; }
  .hero > .hero-photo { object-position: 58% center; }
  .hero > .hero-logo { top: 88px; width: min(82vw, 350px) !important; max-height: 43%; }
  .hero-copy { padding: 390px 16px 82px; }
  .social-row a { justify-content: flex-start; padding-inline: 20px; }
}
@media (max-width: 430px) {
  .hero { min-height: 660px; }
  .hero > .hero-logo { top: 84px; width: min(88vw, 335px) !important; }
  .hero-copy { padding-top: 365px; }
  .hero h1 { font-size: 66px; }
  .reviews-section { width: calc(100% - 20px); padding: 58px 16px; }
}
