:root {
  --navy: #071d3a;
  --navy-2: #0d2d55;
  --sky: #47b7e8;
  --sky-soft: #e8f7ff;
  --cream: #fbf7ee;
  --gold: #c9a45c;
  --gold-soft: #f4ead2;
  --white: #ffffff;
  --ink: #132235;
  --muted: #687486;
  --line: rgba(7, 29, 58, 0.12);
  --shadow: 0 22px 55px rgba(7, 29, 58, 0.12);
  --radius: 8px;
  --header-offset: 116px;
  --ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  min-height: 36px;
  align-items: center;
  padding: 7px 6%;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(7, 29, 58, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 15px;
  font-weight: 500;
  backdrop-filter: blur(18px);
  transition: min-height 340ms var(--ease-premium), padding 340ms var(--ease-premium), color 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.topbar-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.topbar a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  transition: color 180ms ease, opacity 180ms ease;
}

.topbar a::before {
  display: none;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  content: "";
  background: currentColor;
  opacity: 0.92;
  transform: translateY(-0.5px);
  transition: transform 180ms var(--ease-premium), opacity 180ms ease;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.topbar a[href*="about"]::before,
.topbar a[href*="contact"]::before,
.topbar a[href*="appointment"]::before,
.topbar a[href^="tel:"]::before {
  display: block;
}

.topbar a[href*="about"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E");
}

.topbar a[href*="contact"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 0 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 0 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.topbar a[href*="appointment"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='m9 16 2 2 4-4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='m9 16 2 2 4-4'/%3E%3C/svg%3E");
}

.topbar a[href^="tel:"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.32 1.77.59 2.61a2 2 0 0 1-.45 2.11L8 9.69a16 16 0 0 0 6.31 6.31l1.25-1.25a2 2 0 0 1 2.11-.45c.84.27 1.71.47 2.61.59A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.32 1.77.59 2.61a2 2 0 0 1-.45 2.11L8 9.69a16 16 0 0 0 6.31 6.31l1.25-1.25a2 2 0 0 1 2.11-.45c.84.27 1.71.47 2.61.59A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
}

.topbar a:hover {
  color: var(--white);
  opacity: 0.78;
}

.topbar a:hover::before {
  opacity: 1;
  transform: translateY(-1px) scale(1.08);
}

.site-header.is-scrolled .topbar a:hover,
body.nav-open .topbar a:hover {
  color: var(--navy);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  background:
    linear-gradient(180deg, rgba(7, 29, 58, 0.14), rgba(7, 29, 58, 0.02));
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: none;
  backdrop-filter: saturate(170%) blur(22px);
  transition: background 340ms var(--ease-premium), border-color 340ms var(--ease-premium), box-shadow 340ms var(--ease-premium), backdrop-filter 340ms var(--ease-premium);
  will-change: background, box-shadow;
}

.site-header::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.18) 45%, transparent 100%),
    radial-gradient(circle at 18% 0%, rgba(71, 183, 232, 0.18), transparent 28%);
  opacity: 0.7;
  transition: opacity 320ms var(--ease-premium);
}

.site-header::after {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 0;
  height: 1px;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  opacity: 0.6;
  transition: opacity 320ms var(--ease-premium);
}

.site-header.is-scrolled,
body.nav-open .site-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(7, 29, 58, 0.12);
  box-shadow: 0 16px 40px rgba(7, 29, 58, 0.12);
  backdrop-filter: saturate(180%) blur(16px);
}

.site-header.is-scrolled::before,
body.nav-open .site-header::before {
  opacity: 0;
}

.site-header.is-scrolled::after,
body.nav-open .site-header::after {
  background: linear-gradient(90deg, transparent, rgba(7, 29, 58, 0.16), transparent);
  opacity: 1;
}

.site-header.is-scrolled .topbar,
body.nav-open .topbar {
  min-height: 30px;
  padding-block: 4px;
  color: rgba(7, 29, 58, 0.82);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(7, 29, 58, 0.08);
}

.site-header.is-scrolled .navbar,
body.nav-open .navbar {
  min-height: 62px;
  padding-block: 8px;
  background: rgba(255, 255, 255, 0.98);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 80px;
  padding: 12px 6%;
  background: rgba(255, 255, 255, 0.06);
  transition: min-height 340ms var(--ease-premium), padding 340ms var(--ease-premium), background-color 340ms var(--ease-premium);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 160px;
  transition: transform 220ms var(--ease-premium);
}

.brand:hover {
  transform: translateY(-1px);
}

.brand img {
  width: 150px;
  height: 48px;
  object-fit: cover;
  object-position: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(7, 29, 58, 0.14);
  transition: width 340ms var(--ease-premium), height 340ms var(--ease-premium), background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms var(--ease-premium);
}

.brand:hover img {
  box-shadow: 0 18px 42px rgba(7, 29, 58, 0.16);
}

.site-header.is-scrolled .brand img,
body.nav-open .brand img {
  width: 132px;
  height: 42px;
  background: rgba(255, 255, 255, 0.96);
  border-color: var(--line);
  box-shadow: 0 10px 28px rgba(7, 29, 58, 0.08);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-menu a {
  position: relative;
  padding: 10px 12px;
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 600;
  text-shadow: 0 1px 18px rgba(7, 29, 58, 0.24);
  transition: color 220ms ease, background-color 220ms ease, transform 220ms var(--ease-premium), text-shadow 220ms ease;
}

.nav-menu a::after {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  content: "";
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.3);
  transform-origin: center;
  transition: opacity 220ms ease, transform 260ms var(--ease-premium);
}

.site-header.is-scrolled .nav-menu a,
body.nav-open .nav-menu a {
  color: #334258;
  text-shadow: none;
}

.nav-menu a:hover,
.nav-menu a[aria-current="page"] {
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

.nav-menu a:hover::after,
.nav-menu a[aria-current="page"]::after {
  opacity: 0.72;
  transform: scaleX(1);
}

.site-header.is-scrolled .nav-menu a:hover,
.site-header.is-scrolled .nav-menu a[aria-current="page"],
body.nav-open .nav-menu a:hover,
body.nav-open .nav-menu a[aria-current="page"] {
  color: var(--navy);
  background: var(--sky-soft);
}

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-dropdown-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 0;
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  line-height: inherit;
  text-shadow: 0 1px 18px rgba(7, 29, 58, 0.24);
  transition: color 220ms ease, background-color 220ms ease, transform 220ms var(--ease-premium), text-shadow 220ms ease;
}

.nav-dropdown-toggle::after {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  content: "";
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.3);
  transform-origin: center;
  transition: opacity 220ms ease, transform 260ms var(--ease-premium);
}

.dropdown-caret {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 240ms var(--ease-premium);
}

.site-header.is-scrolled .nav-dropdown-toggle,
body.nav-open .nav-dropdown-toggle {
  color: #334258;
  text-shadow: none;
}

.nav-dropdown:hover .nav-dropdown-toggle,
.nav-dropdown.is-open .nav-dropdown-toggle,
.nav-dropdown-toggle[aria-current="page"] {
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

.nav-dropdown:hover .nav-dropdown-toggle::after,
.nav-dropdown.is-open .nav-dropdown-toggle::after,
.nav-dropdown-toggle[aria-current="page"]::after {
  opacity: 0.72;
  transform: scaleX(1);
}

.site-header.is-scrolled .nav-dropdown:hover .nav-dropdown-toggle,
.site-header.is-scrolled .nav-dropdown.is-open .nav-dropdown-toggle,
.site-header.is-scrolled .nav-dropdown-toggle[aria-current="page"],
body.nav-open .nav-dropdown:hover .nav-dropdown-toggle,
body.nav-open .nav-dropdown.is-open .nav-dropdown-toggle,
body.nav-open .nav-dropdown-toggle[aria-current="page"] {
  color: var(--navy);
  background: var(--sky-soft);
}

.nav-dropdown:hover .dropdown-caret,
.nav-dropdown.is-open .dropdown-caret {
  transform: translateY(2px) rotate(225deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 90;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: min(520px, calc(100vw - 32px));
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 70px rgba(7, 29, 58, 0.18);
  backdrop-filter: blur(22px) saturate(170%);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8px) scale(0.98);
  transform-origin: top center;
  visibility: hidden;
  transition: opacity 220ms ease, transform 260ms var(--ease-premium), visibility 0s linear 220ms;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
  visibility: visible;
  transition-delay: 0s;
}

.nav-dropdown-menu a {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 52px;
  padding: 9px 10px;
  color: var(--navy);
  border: 1px solid rgba(7, 29, 58, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  text-shadow: none;
  transition: transform 220ms var(--ease-premium), color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 220ms ease;
}

.nav-dropdown-menu a::after {
  display: none;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
  color: var(--navy);
  border-color: rgba(71, 183, 232, 0.32);
  background: linear-gradient(135deg, rgba(232, 247, 255, 0.94), rgba(255, 255, 255, 0.9));
  box-shadow: 0 12px 28px rgba(7, 29, 58, 0.1);
  transform: translateY(-2px);
}

.service-nav-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(71, 183, 232, 0.22);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(232, 247, 255, 0.96), rgba(244, 234, 210, 0.8));
}

.service-nav-icon::before {
  width: 18px;
  height: 18px;
  content: "";
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.icon-eye-test::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12Zm10 3.5A3.5 3.5 0 1 0 12 8a3.5 3.5 0 0 0 0 7.5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12Zm10 3.5A3.5 3.5 0 1 0 12 8a3.5 3.5 0 0 0 0 7.5Z'/%3E%3C/svg%3E");
}

.icon-prescription::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 14a4 4 0 0 1 8 0 4 4 0 0 1-8 0Zm8 0h2a4 4 0 1 0 0-1h-2v1Zm-9-1 2-6h3l1 3H6l-1 3H3Zm18 0-2-6h-3l-1 3h3l1 3h2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 14a4 4 0 0 1 8 0 4 4 0 0 1-8 0Zm8 0h2a4 4 0 1 0 0-1h-2v1Zm-9-1 2-6h3l1 3H6l-1 3H3Zm18 0-2-6h-3l-1 3h3l1 3h2Z'/%3E%3C/svg%3E");
}

.icon-sunglasses::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 10h6l2 3h2l2-3h6l-1 6a4 4 0 0 1-8-.8V14h-2v1.2A4 4 0 0 1 4 16l-1-6Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 10h6l2 3h2l2-3h6l-1 6a4 4 0 0 1-8-.8V14h-2v1.2A4 4 0 0 1 4 16l-1-6Z'/%3E%3C/svg%3E");
}

.icon-contact-lens::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4a8 8 0 1 1 0 16 5 8 0 0 0 0-16Zm0 0a5 8 0 0 1 0 16'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4a8 8 0 1 1 0 16 5 8 0 0 0 0-16Zm0 0a5 8 0 0 1 0 16'/%3E%3C/svg%3E");
}

.icon-blue-cut::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 4 5v6c0 5 3.4 8.2 8 10 4.6-1.8 8-5 8-10V5l-8-3Zm-4 10 3 3 5-6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 4 5v6c0 5 3.4 8.2 8 10 4.6-1.8 8-5 8-10V5l-8-3Zm-4 10 3 3 5-6'/%3E%3C/svg%3E");
}

.icon-repair::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m14 6 4 4-9 9H5v-4l9-9Zm2-2 4 4 1-1a3 3 0 0 0-4-4l-1 1ZM3 21h18'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m14 6 4 4-9 9H5v-4l9-9Zm2-2 4 4 1-1a3 3 0 0 0-4-4l-1 1ZM3 21h18'/%3E%3C/svg%3E");
}

.icon-lens::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 3h10v18H7V3Zm2 3h6M9 18h6M12 8v8'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 3h10v18H7V3Zm2 3h6M9 18h6M12 8v8'/%3E%3C/svg%3E");
}

.icon-home-test::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 11 12 3l9 8v9h-6v-6H9v6H3v-9Zm15 9v-5h3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 11 12 3l9 8v9h-6v-6H9v6H3v-9Zm15 9v-5h3'/%3E%3C/svg%3E");
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-actions .btn {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 14px 32px rgba(7, 29, 58, 0.14);
  backdrop-filter: blur(12px);
  transition: min-height 340ms var(--ease-premium), padding 340ms var(--ease-premium), color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 220ms var(--ease-premium);
}

.nav-actions .btn:hover {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

.site-header.is-scrolled .nav-actions .btn,
body.nav-open .nav-actions .btn {
  min-height: 42px;
  padding-block: 10px;
  color: var(--navy);
  border-color: rgba(7, 29, 58, 0.2);
  background: var(--white);
  box-shadow: 0 12px 24px rgba(7, 29, 58, 0.08);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(7, 29, 58, 0.1);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 220ms var(--ease-premium);
}

.menu-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(7, 29, 58, 0.14);
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--navy);
  transition: transform 220ms ease, opacity 180ms ease;
}

body.nav-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.nav-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

body.nav-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 850;
  line-height: 1.1;
  cursor: pointer;
}

.btn-primary {
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 14px 28px rgba(7, 29, 58, 0.2);
}

.btn-primary:hover {
  background: var(--navy-2);
}

.btn-sky {
  color: var(--navy);
  background: var(--sky);
}

.btn-outline {
  color: var(--navy);
  border-color: rgba(7, 29, 58, 0.22);
  background: var(--white);
}

.nav-actions .btn[aria-current="page"] {
  color: var(--white);
  background: var(--navy);
}

.nav-actions .btn {
  font-size: 16px;
  font-weight: 650;
}

.btn-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}

.editorial-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: 48px;
  align-items: center;
  min-height: 860px;
  padding: 172px 6% 62px;
  overflow: hidden;
  color: var(--navy);
  background:
    linear-gradient(135deg, rgba(251, 247, 238, 0.98) 0%, rgba(235, 248, 255, 0.96) 46%, #ffffff 100%);
  isolation: isolate;
}

.editorial-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(7, 29, 58, 0.44) 0%, rgba(7, 29, 58, 0.16) 118px, transparent 252px);
}

.editorial-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 29, 58, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(7, 29, 58, 0.04));
}

.editorial-hero-bg::before,
.editorial-hero-bg::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.editorial-hero-bg::before {
  inset: 0;
  background-image:
    linear-gradient(rgba(7, 29, 58, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 29, 58, 0.05) 1px, transparent 1px);
  background-size: 74px 74px;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 76%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 76%, transparent 100%);
  opacity: 0.28;
}

.editorial-hero-bg::after {
  right: -12%;
  bottom: 6%;
  width: 54%;
  height: 42%;
  background: linear-gradient(135deg, rgba(71, 183, 232, 0.2), rgba(212, 175, 55, 0.12));
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
  opacity: 0.55;
}

.editorial-copy,
.editorial-media,
.hero-category-grid {
  position: relative;
  z-index: 1;
}

.editorial-copy {
  max-width: 760px;
  animation: heroEditorialRise 820ms var(--ease-premium) both;
}

.editorial-copy h1 {
  max-width: 760px;
  margin: 0 0 20px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 78px;
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0;
}

.editorial-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: #4d5a6c;
  font-size: 19px;
  line-height: 1.75;
}

.editorial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.editorial-actions .btn {
  min-width: 158px;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 220ms var(--ease-premium);
}

.editorial-actions .btn:hover {
  transform: translateY(-3px);
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.trust-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid rgba(7, 29, 58, 0.1);
  border-radius: var(--radius);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 32px rgba(7, 29, 58, 0.07);
  backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 850;
}

.trust-badges span::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.editorial-media {
  align-self: stretch;
  min-height: 560px;
  animation: heroEditorialFloatIn 900ms var(--ease-premium) 120ms both;
  transition: transform 420ms var(--ease-premium);
  transform: translate3d(calc(var(--hero-x, 0) * 1px), calc(var(--hero-y, 0) * 1px), 0);
}

.editorial-image-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 34px 90px rgba(7, 29, 58, 0.18);
}

.editorial-image-frame::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(7, 29, 58, 0.22)),
    linear-gradient(90deg, rgba(7, 29, 58, 0.16), transparent 38%);
}

.editorial-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.09);
  transition: opacity 1100ms ease, filter 900ms var(--ease-premium);
  will-change: opacity, transform;
}

.editorial-slide.is-active {
  z-index: 1;
  opacity: 1;
  animation: editorialImageZoomOut 6200ms ease-out both;
}

.editorial-hero:hover .editorial-slide.is-active {
  filter: saturate(1.06) contrast(1.02);
}

.floating-card {
  position: absolute;
  z-index: 3;
  width: 214px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 20px 48px rgba(7, 29, 58, 0.14);
  backdrop-filter: blur(18px) saturate(150%);
  transition: transform 320ms var(--ease-premium), background-color 220ms ease, box-shadow 220ms ease;
}

.floating-card:hover {
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 26px 60px rgba(7, 29, 58, 0.18);
}

.floating-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.floating-card strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
}

.floating-card-top {
  top: 34px;
  left: -34px;
  transform: translate3d(calc(var(--hero-x, 0) * -0.55px), calc(var(--hero-y, 0) * -0.4px), 0);
}

.floating-card-bottom {
  right: -28px;
  bottom: 38px;
  transform: translate3d(calc(var(--hero-x, 0) * -0.35px), calc(var(--hero-y, 0) * -0.55px), 0);
}

.hero-category-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
  animation: heroEditorialRise 820ms var(--ease-premium) 220ms both;
}

.hero-category-card {
  position: relative;
  min-height: 172px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 50px rgba(7, 29, 58, 0.08);
  backdrop-filter: blur(18px);
  transition: transform 280ms var(--ease-premium), box-shadow 280ms var(--ease-premium), border-color 220ms ease, background-color 220ms ease;
}

.hero-category-card::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--gold), var(--sky));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 280ms var(--ease-premium);
}

.hero-category-card:hover,
.hero-category-card:focus-visible {
  border-color: rgba(212, 175, 55, 0.44);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 26px 70px rgba(7, 29, 58, 0.14);
  transform: translateY(-7px) scale(1.015);
  outline: none;
}

.hero-category-card:hover::before,
.hero-category-card:focus-visible::before {
  transform: scaleX(1);
}

.hero-category-card span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hero-category-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 23px;
  line-height: 1.1;
}

.hero-category-card p {
  margin: 0;
  color: #596577;
  font-size: 14px;
  line-height: 1.55;
}

@keyframes heroEditorialRise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroEditorialFloatIn {
  from {
    opacity: 0;
    transform: translate3d(24px, 20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(calc(var(--hero-x, 0) * 1px), calc(var(--hero-y, 0) * 1px), 0);
  }
}

@keyframes editorialImageZoomOut {
  from {
    transform: scale(1.09);
  }

  to {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .editorial-copy,
  .editorial-media,
  .hero-category-grid,
  .brand-marquee-track,
  .brand-shape,
  .review-shape {
    animation: none;
  }

  .editorial-media,
  .floating-card,
  .editorial-slide,
  .hero-category-card,
  .global-brand-card,
  .review-track,
  .review-card {
    animation: none;
    transition: none;
  }
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 42px;
  padding: 72px 6%;
  background:
    radial-gradient(circle at 80% 20%, rgba(71, 183, 232, 0.24), transparent 32%),
    linear-gradient(135deg, #fffdf8 0%, #edf8ff 100%);
}

main > .hero:first-child,
main > .page-hero:first-child {
  padding-top: calc(72px + var(--header-offset));
}

.hero h1,
.page-hero h1 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 58px;
  line-height: 1.04;
  letter-spacing: 0;
}

.hero p,
.page-hero p {
  max-width: 650px;
  color: var(--muted);
  font-size: 19px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-actions,
.cta-actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-media {
  position: relative;
}

.hero-media img,
.page-hero img,
.image-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 280px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 35px rgba(7, 29, 58, 0.15);
}

.hero-badge strong {
  display: block;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.15;
}

.hero-badge span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.section {
  padding: 78px 6%;
}

.section-soft {
  background: var(--white);
}

.section-blue {
  background: var(--sky-soft);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-heading h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 38px;
  line-height: 1.15;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
}

.luxury-collections-section {
  position: relative;
  padding: 58px 6%;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(251, 247, 238, 0.98) 0%, rgba(255, 255, 255, 0.98) 46%, rgba(232, 247, 255, 0.92) 100%);
}

.luxury-collections-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(7, 29, 58, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 29, 58, 0.04) 1px, transparent 1px);
  background-size: 86px 86px;
  opacity: 0.55;
}

.luxury-collections-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}

.luxury-collections-header p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: #536073;
  font-size: 18px;
}

.luxury-title {
  max-width: 900px;
  margin: 0 0 10px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  line-height: 0.98;
  letter-spacing: 0;
}

.luxury-title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 560ms var(--ease-premium), transform 560ms var(--ease-premium);
}

.luxury-collections-header.is-visible .luxury-title span {
  opacity: 1;
  transform: translateY(0);
}

.luxury-title span:nth-child(2) {
  transition-delay: 45ms;
}

.luxury-title span:nth-child(3) {
  transition-delay: 90ms;
}

.luxury-title span:nth-child(4) {
  transition-delay: 135ms;
}

.luxury-title span:nth-child(5) {
  transition-delay: 180ms;
}

.luxury-title span:nth-child(6) {
  transition-delay: 225ms;
}

.luxury-title span:nth-child(7) {
  transition-delay: 270ms;
}

.luxury-title span:nth-child(8) {
  transition-delay: 315ms;
}

.collection-stat {
  display: grid;
  gap: 6px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 22px 54px rgba(7, 29, 58, 0.1);
  backdrop-filter: blur(18px);
}

.collection-stat span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.collection-stat strong {
  color: var(--navy);
  font-size: 22px;
  line-height: 1.08;
}

.luxury-collection-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 54px;
  gap: 12px;
}

.luxury-collection-card {
  position: relative;
  display: flex;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 24px 70px rgba(7, 29, 58, 0.14);
  isolation: isolate;
  transition: transform 320ms var(--ease-premium), box-shadow 320ms var(--ease-premium), border-color 240ms ease;
}

.luxury-collection-card.reveal {
  transition-delay: var(--delay, 0ms);
}

.luxury-collection-card::before {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 1px;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.9), rgba(71, 183, 232, 0.78), rgba(255, 255, 255, 0.72));
  opacity: 0;
  transition: opacity 260ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.luxury-collection-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(7, 29, 58, 0.08) 0%, rgba(7, 29, 58, 0.36) 46%, rgba(7, 29, 58, 0.84) 100%),
    linear-gradient(90deg, rgba(7, 29, 58, 0.42), transparent 58%);
  transition: opacity 280ms ease;
}

.luxury-collection-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 900ms var(--ease-premium), filter 900ms var(--ease-premium);
}

.luxury-collection-card:hover,
.luxury-collection-card:focus-visible {
  border-color: rgba(212, 175, 55, 0.36);
  box-shadow: 0 34px 94px rgba(7, 29, 58, 0.22);
  transform: translateY(-7px);
  transition-delay: 0ms;
  outline: none;
}

.luxury-collection-card:hover::before,
.luxury-collection-card:focus-visible::before {
  opacity: 1;
}

.luxury-collection-card:hover img,
.luxury-collection-card:focus-visible img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.1);
}

.collection-large {
  grid-column: 1 / 7;
  grid-row: 1 / 7;
}

.collection-tall {
  grid-column: 7 / 10;
  grid-row: 1 / 10;
}

.collection-small {
  grid-column: 10 / 13;
  grid-row: 1 / 4;
}

.collection-wide {
  grid-column: 1 / 5;
  grid-row: 7 / 10;
}

.collection-kids {
  grid-column: 5 / 7;
  grid-row: 7 / 10;
}

.collection-luxury {
  grid-column: 10 / 13;
  grid-row: 4 / 10;
}

.collection-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 4;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 34px rgba(7, 29, 58, 0.12);
  backdrop-filter: blur(16px);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.collection-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.collection-index {
  display: inline-flex;
  width: max-content;
  margin-bottom: auto;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.collection-overlay h3 {
  max-width: 520px;
  margin: 14px 0 8px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 0.98;
  letter-spacing: 0;
  transform: translateY(10px);
  transition: transform 260ms var(--ease-premium);
}

.collection-small .collection-overlay h3,
.collection-kids .collection-overlay h3 {
  font-size: 22px;
}

.collection-overlay p {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.55;
}

.collection-action {
  display: inline-flex;
  width: max-content;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: var(--radius);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 34px rgba(7, 29, 58, 0.18);
  font-size: 13px;
  font-weight: 900;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 240ms ease, transform 260ms var(--ease-premium), background-color 180ms ease;
}

.luxury-collection-card:hover .collection-overlay h3,
.luxury-collection-card:focus-visible .collection-overlay h3 {
  transform: translateY(0);
}

.luxury-collection-card:hover .collection-action,
.luxury-collection-card:focus-visible .collection-action {
  opacity: 1;
  transform: translateY(0);
}

.luxury-collection-card.is-tilting {
  transform: translate3d(calc(var(--tilt-x, 0) * 1px), calc(var(--tilt-y, 0) * 1px), 0) translateY(-7px);
}

.best-sellers-section {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbf7ee 46%, #f3fbff 100%);
}

.best-sellers-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 29, 58, 0.05), transparent 22%, transparent 78%, rgba(71, 183, 232, 0.08)),
    linear-gradient(180deg, transparent, rgba(7, 29, 58, 0.04));
}

.best-sellers-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding: 0 6%;
  margin-bottom: 34px;
}

.best-sellers-header h2 {
  max-width: 840px;
  margin: 0 0 12px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 0.98;
  letter-spacing: 0;
}

.best-sellers-header p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: #536073;
  font-size: 18px;
}

.best-slider-controls {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.best-slider-arrow {
  min-width: 46px;
  min-height: 46px;
  padding: 0;
  border: 1px solid rgba(7, 29, 58, 0.13);
  border-radius: var(--radius);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 34px rgba(7, 29, 58, 0.08);
  backdrop-filter: blur(16px);
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
  transition: transform 220ms var(--ease-premium), color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.best-slider-arrow:hover {
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 20px 44px rgba(7, 29, 58, 0.18);
  transform: translateY(-2px);
}

.best-seller-viewport {
  position: relative;
  z-index: 1;
  cursor: grab;
}

.best-seller-viewport.is-dragging {
  cursor: grabbing;
}

.best-seller-viewport::before,
.best-seller-viewport::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
  width: 8%;
  pointer-events: none;
  content: "";
}

.best-seller-viewport::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0));
}

.best-seller-viewport::after {
  right: 0;
  background: linear-gradient(270deg, #f3fbff 0%, rgba(243, 251, 255, 0));
}

.best-seller-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding: 8px 6% 28px;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  touch-action: pan-y;
  user-select: none;
}

.best-seller-track::-webkit-scrollbar {
  display: none;
}

.best-product-card {
  position: relative;
  flex: 0 0 min(392px, 82vw);
  overflow: hidden;
  border: 1px solid rgba(7, 29, 58, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82));
  box-shadow: 0 22px 58px rgba(7, 29, 58, 0.1);
  scroll-snap-align: start;
  transition: transform 280ms var(--ease-premium), box-shadow 280ms var(--ease-premium), border-color 220ms ease, background-color 220ms ease;
}

.best-product-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(232, 247, 255, 0.24));
  opacity: 0;
  transition: opacity 240ms ease;
}

.best-product-card:hover {
  border-color: rgba(212, 175, 55, 0.34);
  box-shadow: 0 34px 86px rgba(7, 29, 58, 0.18);
  transform: translateY(-8px);
}

.best-product-card:hover::before {
  opacity: 1;
}

.best-product-media {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(232, 247, 255, 0.86), rgba(251, 247, 238, 0.92));
}

.best-product-media img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 780ms var(--ease-premium), filter 780ms var(--ease-premium);
  -webkit-user-drag: none;
}

.best-product-card:hover .best-product-media img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.1);
}

.best-badge,
.wishlist-icon {
  position: absolute;
  z-index: 3;
}

.best-badge {
  top: 16px;
  left: 16px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: var(--radius);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 34px rgba(7, 29, 58, 0.12);
  backdrop-filter: blur(16px);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.badge-new {
  color: #06324d;
  background: rgba(232, 247, 255, 0.84);
}

.badge-trending {
  color: #4c3604;
  background: rgba(244, 234, 210, 0.88);
}

.badge-sale {
  color: #5a120f;
  background: rgba(255, 232, 230, 0.88);
}

.wishlist-icon {
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 34px rgba(7, 29, 58, 0.12);
  backdrop-filter: blur(16px);
  cursor: pointer;
  transition: transform 200ms var(--ease-premium), background-color 180ms ease, border-color 180ms ease;
}

.wishlist-icon::before {
  color: var(--navy);
  content: "♡";
  font-size: 24px;
  line-height: 1;
}

.wishlist-icon.is-active {
  background: var(--navy);
  border-color: var(--navy);
  transform: scale(1.04);
}

.wishlist-icon.is-active::before {
  color: var(--white);
  content: "♥";
}

.best-product-body {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  padding: 22px;
}

.best-brand-row,
.price-row,
.rating-row,
.size-row,
.swatches,
.best-card-actions {
  display: flex;
  align-items: center;
}

.best-brand-row {
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.discount {
  color: var(--gold);
}

.best-product-body h3 {
  margin: 0;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.1;
}

.best-product-body p {
  min-height: 48px;
  margin: 0;
  color: #5d6877;
  font-size: 14px;
  line-height: 1.55;
}

.rating-row {
  gap: 7px;
  color: var(--gold);
  font-size: 13px;
}

.rating-row strong {
  color: var(--navy);
  font-size: 13px;
}

.rating-row em {
  color: var(--muted);
  font-style: normal;
}

.price-row {
  gap: 10px;
}

.price-row strong {
  color: var(--navy);
  font-size: 23px;
  line-height: 1;
}

.price-row del {
  color: #9aa4b2;
  font-size: 14px;
  font-weight: 800;
}

.swatches {
  gap: 8px;
}

.swatches span {
  width: 18px;
  height: 18px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: 0 0 0 1px rgba(7, 29, 58, 0.14);
}

.size-row {
  gap: 7px;
}

.size-row span {
  min-width: 34px;
  min-height: 28px;
  padding: 5px 8px;
  border: 1px solid rgba(7, 29, 58, 0.12);
  border-radius: var(--radius);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.best-card-actions {
  gap: 8px;
  margin-top: 2px;
}

.best-card-actions button {
  flex: 1 1 0;
  min-height: 38px;
  padding: 9px 11px;
  border: 1px solid rgba(7, 29, 58, 0.14);
  border-radius: var(--radius);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  transition: transform 180ms var(--ease-premium), color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.best-card-actions button:hover {
  transform: translateY(-2px);
}

.best-card-actions button.is-pressed {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.best-card-actions .add-cart {
  flex: 1.35 1 0;
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.why-optik-section {
  position: relative;
  padding: 104px 6%;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(251, 247, 238, 0.98) 0%, rgba(255, 255, 255, 0.98) 48%, rgba(232, 247, 255, 0.76) 100%);
}

.why-optik-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(7, 29, 58, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 29, 58, 0.035) 1px, transparent 1px);
  background-size: 92px 92px;
  opacity: 0.7;
}

.why-bg-shape {
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(7, 29, 58, 0.08);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.38), rgba(71, 183, 232, 0.12));
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  animation: whyShapeFloat 9s ease-in-out infinite alternate;
}

.why-shape-one {
  right: -8%;
  top: 12%;
  width: 32%;
  height: 32%;
}

.why-shape-two {
  left: -10%;
  bottom: 10%;
  width: 26%;
  height: 26%;
  animation-delay: 1.8s;
}

.why-optik-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: 58px;
  align-items: start;
}

.why-editorial {
  position: sticky;
  top: 132px;
  display: grid;
  gap: 24px;
}

.why-editorial h2 {
  max-width: 620px;
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  line-height: 0.98;
  letter-spacing: 0;
}

.why-editorial > p:not(.eyebrow) {
  max-width: 530px;
  margin: 0;
  color: #536073;
  font-size: 18px;
  line-height: 1.75;
}

.why-proof-panel {
  display: grid;
  gap: 9px;
  max-width: 430px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 24px 68px rgba(7, 29, 58, 0.11);
  backdrop-filter: blur(18px);
}

.why-proof-panel span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.why-proof-panel strong {
  color: var(--navy);
  font-size: 22px;
  line-height: 1.18;
}

.why-story {
  display: grid;
  gap: 18px;
}

.why-counter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.why-counter-card {
  display: grid;
  gap: 8px;
  min-height: 146px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 48px rgba(7, 29, 58, 0.08);
  backdrop-filter: blur(18px);
  transition: transform 260ms var(--ease-premium), box-shadow 260ms var(--ease-premium), border-color 220ms ease;
}

.why-counter-card:hover {
  border-color: rgba(212, 175, 55, 0.34);
  box-shadow: 0 26px 64px rgba(7, 29, 58, 0.13);
  transform: translateY(-5px);
}

.why-counter-icon,
.why-feature-icon {
  display: grid;
  place-items: center;
  border-radius: var(--radius);
}

.why-counter-icon {
  width: 40px;
  height: 40px;
  color: var(--navy);
  background: linear-gradient(135deg, rgba(232, 247, 255, 0.9), rgba(244, 234, 210, 0.75));
}

.why-counter-icon svg,
.why-feature-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.why-counter-card strong {
  color: var(--navy);
  font-size: 26px;
  line-height: 1;
}

.why-counter-card small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.why-timeline {
  position: relative;
  display: grid;
  gap: 12px;
  padding-left: 22px;
}

.why-timeline::before {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 3px;
  width: 2px;
  border-radius: 999px;
  content: "";
  background: linear-gradient(180deg, var(--gold), var(--sky), rgba(7, 29, 58, 0.16));
  transform-origin: top;
}

.why-feature-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 28px;
  gap: 16px;
  align-items: center;
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 20px 54px rgba(7, 29, 58, 0.08);
  backdrop-filter: blur(18px);
  transition: transform 280ms var(--ease-premium), box-shadow 280ms var(--ease-premium), border-color 220ms ease, background-color 220ms ease;
  transition-delay: var(--delay, 0ms);
}

.why-feature-card::before {
  position: absolute;
  top: 24px;
  left: -27px;
  width: 12px;
  height: 12px;
  border: 3px solid var(--white);
  border-radius: 50%;
  content: "";
  background: var(--gold);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.42);
}

.why-feature-card::after {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  content: "";
  background: linear-gradient(90deg, var(--gold), var(--sky));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 320ms var(--ease-premium);
}

.why-feature-card:hover,
.why-feature-card:focus-within {
  border-color: rgba(212, 175, 55, 0.34);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 30px 76px rgba(7, 29, 58, 0.14);
  transform: translateX(6px) translateY(-3px);
  transition-delay: 0ms;
}

.why-feature-card:hover::after,
.why-feature-card:focus-within::after {
  transform: scaleX(1);
}

.why-feature-icon {
  width: 58px;
  height: 58px;
  color: var(--navy);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(232, 247, 255, 0.66));
  box-shadow: inset 0 0 0 1px rgba(7, 29, 58, 0.08), 0 14px 34px rgba(7, 29, 58, 0.08);
  transition: transform 260ms var(--ease-premium), color 180ms ease, background-color 180ms ease;
}

.why-feature-card:hover .why-feature-icon {
  color: var(--white);
  background: var(--navy);
  transform: scale(1.04);
}

.why-feature-card h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.15;
}

.why-feature-card p {
  margin: 0;
  color: #5d6877;
  font-size: 14px;
  line-height: 1.55;
}

.feature-check {
  position: relative;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(7, 29, 58, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
}

.feature-check::before {
  position: absolute;
  left: 7px;
  top: 6px;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  content: "";
  transform: rotate(-45deg) scaleX(0);
  transform-origin: left bottom;
  transition: transform 260ms var(--ease-premium);
}

.why-feature-card:hover .feature-check::before,
.why-feature-card:focus-within .feature-check::before {
  transform: rotate(-45deg) scaleX(1);
}

@keyframes whyShapeFloat {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 18px, 0);
  }
}

.virtual-cta-section {
  position: relative;
  padding: 96px 6%;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 247, 238, 0.96) 50%, rgba(232, 247, 255, 0.84) 100%);
}

.virtual-cta-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 29, 58, 0.05), transparent 30%, rgba(71, 183, 232, 0.08)),
    linear-gradient(rgba(7, 29, 58, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 29, 58, 0.035) 1px, transparent 1px);
  background-size: auto, 86px 86px, 86px 86px;
}

.virtual-shape {
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(7, 29, 58, 0.08);
  background: linear-gradient(135deg, rgba(71, 183, 232, 0.16), rgba(244, 234, 210, 0.4));
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  animation: virtualShapeDrift 10s ease-in-out infinite alternate;
}

.virtual-shape-one {
  right: -8%;
  top: 9%;
  width: 30%;
  height: 34%;
}

.virtual-shape-two {
  left: -10%;
  bottom: 6%;
  width: 25%;
  height: 25%;
  animation-delay: 2s;
}

.virtual-cta-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: 56px;
  align-items: center;
}

.virtual-cta-copy {
  display: grid;
  gap: 22px;
}

.virtual-cta-copy h2 {
  max-width: 680px;
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  line-height: 0.98;
  letter-spacing: 0;
}

.virtual-cta-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 0;
  color: #536073;
  font-size: 18px;
  line-height: 1.75;
}

.virtual-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 680px;
}

.virtual-feature-list span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 38px rgba(7, 29, 58, 0.07);
  backdrop-filter: blur(16px);
  font-size: 13px;
  font-weight: 850;
  transition: transform 220ms var(--ease-premium), border-color 180ms ease, box-shadow 180ms ease;
}

.virtual-feature-list span:hover {
  border-color: rgba(212, 175, 55, 0.34);
  box-shadow: 0 20px 48px rgba(7, 29, 58, 0.11);
  transform: translateY(-3px);
}

.virtual-feature-list svg,
.virtual-trust-card svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.virtual-feature-list svg {
  color: var(--gold);
}

.virtual-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.virtual-actions .btn {
  min-width: 174px;
  transition: transform 220ms var(--ease-premium), box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.virtual-actions .btn:hover {
  transform: translateY(-3px);
}

.virtual-mirror-btn.is-active {
  color: var(--navy);
  background: var(--sky);
}

.virtual-visual {
  position: relative;
  min-height: 620px;
  transform: translate3d(calc(var(--virtual-x, 0) * 1px), calc(var(--virtual-y, 0) * 1px), 0);
  transition: transform 360ms var(--ease-premium);
}

.virtual-image-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 34px 92px rgba(7, 29, 58, 0.17);
}

.virtual-image-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(7, 29, 58, 0.2)),
    linear-gradient(90deg, rgba(7, 29, 58, 0.18), transparent 48%);
}

.virtual-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 900ms var(--ease-premium), filter 900ms var(--ease-premium);
}

.virtual-cta-section:hover .virtual-image-frame img {
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.09);
}

.try-on-scan {
  position: absolute;
  left: 26px;
  bottom: 26px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(7, 29, 58, 0.34);
  box-shadow: 0 18px 42px rgba(7, 29, 58, 0.18);
  backdrop-filter: blur(16px);
  font-size: 13px;
  font-weight: 900;
}

.try-on-scan span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--sky);
  box-shadow: 0 0 0 0 rgba(71, 183, 232, 0.5);
  animation: scanPulse 1.8s ease-out infinite;
}

.virtual-trust-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 230px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: var(--radius);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 22px 58px rgba(7, 29, 58, 0.13);
  backdrop-filter: blur(18px) saturate(150%);
  transition: transform 260ms var(--ease-premium), box-shadow 220ms ease, background-color 180ms ease;
  animation: virtualCardFloat 5.5s ease-in-out infinite alternate;
}

.virtual-trust-card:hover {
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 30px 72px rgba(7, 29, 58, 0.17);
  transform: translateY(-5px);
}

.virtual-trust-card span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: var(--radius);
  color: var(--gold);
  background: rgba(244, 234, 210, 0.72);
}

.virtual-trust-card strong {
  font-size: 15px;
  line-height: 1.18;
}

.trust-rating {
  top: 30px;
  left: -30px;
}

.trust-customers {
  right: -28px;
  top: 150px;
  animation-delay: 1s;
}

.trust-experts {
  left: -14px;
  bottom: 118px;
  animation-delay: 1.7s;
}

.trust-delivery {
  right: 26px;
  bottom: 34px;
  animation-delay: 2.4s;
}

@keyframes virtualCardFloat {
  from {
    translate: 0 0;
  }

  to {
    translate: 0 -12px;
  }
}

@keyframes virtualShapeDrift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 18px, 0);
  }
}

@keyframes scanPulse {
  70% {
    box-shadow: 0 0 0 12px rgba(71, 183, 232, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(71, 183, 232, 0);
  }
}

.customer-reviews-section {
  position: relative;
  padding: 96px 6%;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 29, 58, 0.98) 0%, rgba(11, 35, 65, 0.96) 48%, rgba(13, 45, 85, 0.92) 100%);
}

.customer-reviews-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 86px 86px;
}

.review-shape {
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(71, 183, 232, 0.16), rgba(212, 175, 55, 0.14));
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  animation: reviewShapeFloat 9s ease-in-out infinite alternate;
}

.review-shape-one {
  right: -9%;
  top: 8%;
  width: 30%;
  height: 34%;
}

.review-shape-two {
  left: -11%;
  bottom: 12%;
  width: 26%;
  height: 28%;
  animation-delay: 1.6s;
}

.customer-reviews-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 36px;
}

.customer-reviews-header .eyebrow {
  color: var(--gold-soft);
}

.customer-reviews-header h2 {
  max-width: 780px;
  margin: 0 0 12px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  line-height: 0.98;
  letter-spacing: 0;
}

.customer-reviews-header p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.7;
}

.review-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.review-summary-grid article {
  display: grid;
  gap: 7px;
  min-height: 112px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px);
}

.review-summary-grid strong {
  color: var(--white);
  font-size: 30px;
  line-height: 1;
}

.review-summary-grid span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.review-carousel-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: 16px;
  align-items: center;
}

.review-viewport {
  overflow: hidden;
  border-radius: var(--radius);
}

.review-track {
  display: flex;
  transition: transform 640ms var(--ease-premium);
  will-change: transform;
}

.review-card {
  position: relative;
  display: grid;
  min-width: 100%;
  gap: 18px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(20px) saturate(150%);
  transition: transform 280ms var(--ease-premium), box-shadow 280ms var(--ease-premium), border-color 220ms ease;
}

.review-card::before {
  position: absolute;
  top: 24px;
  right: 30px;
  color: rgba(255, 255, 255, 0.12);
  content: "“";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 120px;
  line-height: 0.8;
  transition: transform 320ms var(--ease-premium), color 220ms ease;
}

.review-card:hover {
  border-color: rgba(212, 175, 55, 0.34);
  box-shadow: 0 36px 94px rgba(0, 0, 0, 0.28);
  transform: translateY(-5px);
}

.review-card:hover::before {
  color: rgba(212, 175, 55, 0.2);
  transform: translateY(-6px) rotate(-4deg);
}

.review-profile {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.review-profile img {
  width: 76px;
  height: 76px;
  border: 3px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.review-profile h3 {
  margin: 0 0 4px;
  color: var(--white);
  font-size: 22px;
  line-height: 1.1;
}

.review-profile span {
  color: rgba(255, 255, 255, 0.66);
  font-weight: 800;
}

.review-profile em,
.review-category {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.11);
  color: var(--gold-soft);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.review-category {
  position: relative;
  z-index: 1;
}

.review-stars {
  position: relative;
  z-index: 1;
  color: var(--gold);
  font-size: 18px;
  letter-spacing: 0.06em;
}

.review-card blockquote {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.2;
}

.review-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 850;
}

.review-meta span {
  color: var(--white);
}

.review-arrow {
  position: relative;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
  cursor: pointer;
  font-size: 20px;
  transition: transform 220ms var(--ease-premium), background-color 180ms ease, color 180ms ease;
}

.review-arrow:hover {
  color: var(--navy);
  background: var(--white);
  transform: translateY(-2px);
}

.review-dots {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.review-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  cursor: pointer;
  transition: width 240ms var(--ease-premium), background-color 180ms ease;
}

.review-dots button.is-active {
  width: 34px;
  background: var(--gold);
}

@keyframes reviewShapeFloat {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 18px, 0);
  }
}

.global-brands-section {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, #ffffff 0%, rgba(251, 247, 238, 0.96) 52%, rgba(232, 247, 255, 0.72) 100%);
}

.global-brands-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(7, 29, 58, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 29, 58, 0.035) 1px, transparent 1px);
  background-size: 92px 92px;
  opacity: 0.72;
}

.brand-shape {
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(7, 29, 58, 0.08);
  background: linear-gradient(135deg, rgba(71, 183, 232, 0.14), rgba(244, 234, 210, 0.38));
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  animation: brandShapeFloat 9s ease-in-out infinite alternate;
}

.brand-shape-one {
  top: 12%;
  right: -8%;
  width: 28%;
  height: 34%;
}

.brand-shape-two {
  left: -10%;
  bottom: 8%;
  width: 24%;
  height: 26%;
  animation-delay: 1.6s;
}

.global-brands-header {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 0 6%;
  margin: 0 auto 38px;
  text-align: center;
}

.global-brands-header h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  line-height: 0.98;
  letter-spacing: 0;
}

.global-brands-header p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 auto;
  color: #536073;
  font-size: 18px;
  line-height: 1.7;
}

.brand-marquee-shell {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 8px 0 28px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
}

.brand-marquee-track {
  display: flex;
  width: max-content;
  gap: 16px;
  padding-inline: 6%;
  animation: brandMarquee 34s linear infinite;
}

.brand-marquee-shell:hover .brand-marquee-track {
  animation-play-state: paused;
}

.global-brand-card {
  position: relative;
  display: grid;
  width: 214px;
  height: 112px;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(7, 29, 58, 0.1);
  border-radius: var(--radius);
  color: #6c7888;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 46px rgba(7, 29, 58, 0.08);
  backdrop-filter: blur(18px);
  transition: transform 260ms var(--ease-premium), color 220ms ease, box-shadow 260ms var(--ease-premium), border-color 220ms ease, background-color 220ms ease;
}

.global-brand-card::before {
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.9), rgba(71, 183, 232, 0.78), rgba(255, 255, 255, 0.72));
  opacity: 0;
  transition: opacity 240ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.global-brand-card::after {
  position: absolute;
  inset: auto 18px 12px;
  height: 3px;
  border-radius: 999px;
  content: "";
  background: linear-gradient(90deg, var(--gold), var(--sky));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms var(--ease-premium);
}

.global-brand-card svg {
  width: 176px;
  height: 68px;
  filter: grayscale(1);
  opacity: 0.64;
  transition: filter 220ms ease, opacity 220ms ease, transform 260ms var(--ease-premium);
}

.global-brand-card text {
  fill: currentColor;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
}

.global-brand-logo {
  overflow: visible;
}

.global-brand-logo .logo-mark {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.global-brand-logo .logo-thin {
  stroke-width: 2;
}

.global-brand-logo .logo-fill {
  fill: currentColor;
  stroke: none;
}

.global-brand-logo .logo-monogram {
  fill: currentColor;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
}

.global-brand-logo .logo-script {
  fill: currentColor;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
}

.global-brand-logo .logo-text {
  fill: currentColor;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.global-brand-logo .logo-serif {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.08em;
}

.global-brand-logo .logo-small {
  fill: currentColor;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.global-brand-logo .logo-condensed,
.global-brand-logo .logo-tight {
  font-size: 19px;
  letter-spacing: 0.04em;
}

.global-brand-logo .logo-gg {
  font-size: 28px;
  letter-spacing: -0.18em;
}

.global-brand-logo .logo-ck {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.12em;
}

.global-brand-logo .logo-navy {
  fill: #0b2341;
}

.global-brand-logo .logo-red {
  fill: #b7192b;
}

.global-brand-logo .logo-white {
  fill: rgba(255, 255, 255, 0.96);
}

.global-brand-card:hover {
  z-index: 2;
  color: var(--brand-color);
  border-color: rgba(212, 175, 55, 0.34);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 30px 76px rgba(7, 29, 58, 0.16), 0 0 44px rgba(71, 183, 232, 0.16);
  transform: translateY(-7px);
}

.global-brand-card:hover::before {
  opacity: 1;
}

.global-brand-card:hover::after {
  transform: scaleX(1);
}

.global-brand-card:hover svg {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

.brand-trust-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 0 6%;
  margin-top: 8px;
}

.brand-trust-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 68px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: var(--radius);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 16px 42px rgba(7, 29, 58, 0.08);
  backdrop-filter: blur(18px);
  font-weight: 900;
  text-align: center;
}

.brand-trust-grid svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

@keyframes brandMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-1 * var(--brand-marquee-distance, 50%)));
  }
}

@keyframes brandShapeFloat {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 18px, 0);
  }
}

.instagram-gallery-section {
  position: relative;
  padding: 96px 6%;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(251, 247, 238, 0.98) 0%, rgba(255, 255, 255, 0.98) 48%, rgba(232, 247, 255, 0.76) 100%);
}

.instagram-gallery-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(7, 29, 58, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 29, 58, 0.035) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: 0.72;
}

.instagram-gallery-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

.instagram-gallery-header h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  line-height: 0.98;
  letter-spacing: 0;
}

.instagram-gallery-header p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: #536073;
  font-size: 18px;
  line-height: 1.7;
}

.instagram-filter-tabs {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.instagram-filter-tabs button {
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid rgba(7, 29, 58, 0.12);
  border-radius: var(--radius);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(7, 29, 58, 0.06);
  backdrop-filter: blur(16px);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  transition: transform 200ms var(--ease-premium), color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.instagram-filter-tabs button:hover,
.instagram-filter-tabs button.is-active {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: 0 18px 44px rgba(7, 29, 58, 0.14);
  transform: translateY(-2px);
}

.instagram-masonry {
  position: relative;
  z-index: 1;
  column-count: 4;
  column-gap: 16px;
}

.insta-gallery-item {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  overflow: hidden;
  break-inside: avoid;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 46px rgba(7, 29, 58, 0.09);
  cursor: pointer;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 260ms ease, transform 280ms var(--ease-premium), box-shadow 280ms var(--ease-premium), border-color 220ms ease;
}

.insta-gallery-item.is-hidden {
  display: none;
}

.insta-gallery-item:hover,
.insta-gallery-item:focus-visible {
  border-color: rgba(212, 175, 55, 0.38);
  box-shadow: 0 30px 76px rgba(7, 29, 58, 0.16);
  transform: translateY(-6px);
  outline: none;
}

.insta-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 760ms var(--ease-premium), filter 760ms var(--ease-premium);
}

.insta-gallery-item:hover img,
.insta-gallery-item:focus-visible img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.1);
}

.insta-tall {
  height: 430px;
}

.insta-medium {
  height: 330px;
}

.insta-short {
  height: 250px;
}

.insta-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  padding: 18px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(7, 29, 58, 0.04) 0%, rgba(7, 29, 58, 0.2) 42%, rgba(7, 29, 58, 0.86) 100%);
  opacity: 0;
  transition: opacity 260ms ease;
}

.insta-gallery-item:hover .insta-overlay,
.insta-gallery-item:focus-visible .insta-overlay {
  opacity: 1;
}

.insta-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: auto;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
}

.insta-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.insta-overlay strong,
.insta-overlay em {
  width: max-content;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.insta-overlay small {
  max-width: 300px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.insta-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.insta-lightbox.is-open {
  display: flex;
  animation: lightboxFade 220ms ease both;
}

.insta-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 29, 58, 0.72);
  backdrop-filter: blur(10px);
}

.insta-lightbox-panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(980px, 100%);
  max-height: min(90vh, 760px);
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 34px 94px rgba(0, 0, 0, 0.32);
}

.insta-lightbox-panel img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.insta-lightbox-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 28px;
}

.insta-lightbox-copy h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.05;
}

.insta-lightbox-copy p {
  margin: 0;
  color: #536073;
}

.insta-lightbox-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.insta-lightbox-meta span {
  padding: 8px 10px;
  border: 1px solid rgba(7, 29, 58, 0.1);
  border-radius: var(--radius);
  color: var(--navy);
  background: var(--sky-soft);
  font-size: 13px;
  font-weight: 900;
}

.insta-lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(7, 29, 58, 0.14);
  border-radius: var(--radius);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

@keyframes lightboxFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
}

.grid {
  display: grid;
  gap: 22px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  min-width: 0;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(7, 29, 58, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.collection-card {
  overflow: hidden;
  padding: 0;
}

.collection-card img,
.product-card img,
.blog-card img,
.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.collection-card div,
.product-card div,
.blog-card div {
  padding: 22px;
}

.card h3,
.product-card h3,
.blog-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 21px;
  line-height: 1.2;
}

.card p,
.product-card p,
.blog-card p {
  margin: 0;
  color: var(--muted);
}

.product-card {
  overflow: hidden;
  padding: 0;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.price {
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
}

.tag {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 14px;
  padding: 6px 10px;
  color: var(--navy);
  background: var(--gold-soft);
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 900;
}

.icon-glasses {
  position: relative;
  display: inline-block;
  width: 74px;
  height: 34px;
  margin-bottom: 18px;
  border: 3px solid var(--navy);
  border-radius: 50%;
}

.icon-glasses::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 40px;
  width: 34px;
  height: 34px;
  border: 3px solid var(--navy);
  border-radius: 50%;
}

.icon-glasses::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 33px;
  width: 10px;
  border-top: 3px solid var(--navy);
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 46px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(71, 183, 232, 0.18), rgba(201, 164, 92, 0.16)),
    var(--navy);
  border-radius: var(--radius);
}

.cta-band h2 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 34px;
}

.cta-band p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.testimonial {
  display: grid;
  gap: 14px;
}

.stars {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.brand-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.brand-pill {
  display: grid;
  min-height: 76px;
  place-items: center;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 900;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 0.84fr);
  gap: 36px;
  align-items: center;
  padding: 64px 6%;
  background: linear-gradient(135deg, #fffdf8, #edf8ff);
  border-bottom: 1px solid var(--line);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.filter-btn {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--navy);
  background: var(--white);
  font-weight: 850;
  cursor: pointer;
}

.filter-btn.is-active {
  color: var(--white);
  background: var(--navy);
}

.details-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 36px;
  align-items: start;
}

.detail-panel {
  position: sticky;
  top: 124px;
}

.spec-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.spec-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gallery-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.gallery-card.wide {
  grid-column: span 2;
}

.form-card {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-card label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-weight: 850;
}

.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  color: var(--ink);
  background: #fffdf8;
}

.form-card textarea,
.full-field {
  grid-column: 1 / -1;
}

.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus {
  outline: 3px solid rgba(71, 183, 232, 0.22);
  border-color: var(--sky);
}

.form-status {
  min-height: 24px;
  margin: 12px 0 0;
  color: var(--navy);
  font-weight: 850;
}

.modal-open {
  overflow: hidden;
}

.appointment-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.appointment-modal.is-open {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 29, 58, 0.62);
  backdrop-filter: blur(8px);
}

.modal-panel {
  position: relative;
  width: min(720px, 100%);
  max-height: min(92vh, 760px);
  overflow: auto;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius);
  box-shadow: 0 30px 80px rgba(7, 29, 58, 0.32);
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 24px 0;
}

.modal-header h2 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 28px;
  line-height: 1.15;
}

.modal-header p {
  margin: 0;
  color: var(--muted);
}

.modal-close {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--navy);
  background: var(--sky-soft);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.modal-panel .form-card {
  margin: 0;
  padding: 22px 24px 24px;
  border: 0;
  box-shadow: none;
}

.contact-list {
  display: grid;
  gap: 14px;
}

.contact-list p {
  display: grid;
  gap: 4px;
  margin: 0;
  color: var(--muted);
}

.contact-list strong {
  color: var(--navy);
}

.map-box {
  display: grid;
  min-height: 260px;
  place-items: center;
  padding: 28px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(7, 29, 58, 0.82), rgba(13, 45, 85, 0.72)),
    url("https://images.unsplash.com/photo-1574258495973-f010dfbb5371?auto=format&fit=crop&w=1000&q=80");
  background-size: cover;
  background-position: center;
  border-radius: var(--radius);
  color: var(--white);
}

.site-footer {
  color: #dce8f5;
  background: var(--navy);
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px 6%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-cta h2 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 30px;
}

.footer-cta p,
.footer-main p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(250px, 1.3fr) repeat(3, minmax(150px, 0.8fr));
  gap: 34px;
  padding: 42px 6%;
}

.footer-logo img {
  width: 176px;
  height: 58px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column h3 {
  margin: 0 0 6px;
  color: var(--white);
  font-size: 15px;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
}

.footer-column a:hover {
  color: var(--sky);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 6%;
  color: rgba(255, 255, 255, 0.62);
  background: rgba(0, 0, 0, 0.18);
  font-size: 13px;
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .nav-actions {
    display: flex;
  }

  .editorial-hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.78fr);
    gap: 34px;
    min-height: 820px;
  }

  .editorial-copy h1 {
    font-size: 64px;
  }

  .editorial-media {
    min-height: 510px;
  }

  .luxury-title {
    font-size: 48px;
  }

  .luxury-collection-grid {
    grid-auto-rows: 54px;
  }

  .best-sellers-header h2 {
    font-size: 44px;
  }

  .best-product-card {
    flex-basis: min(360px, 84vw);
  }

  .best-product-media,
  .best-product-media img {
    min-height: 250px;
    height: 250px;
  }

  .why-optik-layout {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 38px;
  }

  .why-editorial h2 {
    font-size: 48px;
  }

  .why-counter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .virtual-cta-layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 38px;
  }

  .virtual-cta-copy h2 {
    font-size: 48px;
  }

  .virtual-visual {
    min-height: 560px;
  }

  .virtual-trust-card {
    width: 210px;
  }

  .global-brands-header h2 {
    font-size: 46px;
  }

  .global-brand-card {
    width: 190px;
    height: 104px;
  }

  .global-brand-card svg {
    width: 162px;
    height: 64px;
  }

  .instagram-masonry {
    column-count: 3;
  }

  .customer-reviews-header {
    grid-template-columns: 1fr;
  }

  .review-card blockquote {
    font-size: 29px;
  }

  .instagram-gallery-header h2 {
    font-size: 46px;
  }

  .grid-4,
  .brand-strip,
  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .topbar {
    gap: 10px;
    padding-inline: 18px;
    overflow: hidden;
    font-size: 12px;
    white-space: nowrap;
  }

  .topbar-links {
    min-width: 0;
    gap: 0;
  }

  .topbar-links a:not([href*="appointment"]) {
    display: none;
  }

  .topbar a {
    min-width: 0;
    gap: 5px;
  }

  .topbar a[href^="tel:"] {
    flex: 0 1 auto;
    justify-content: flex-end;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .navbar {
    gap: 14px;
    min-height: 70px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 6% 18px;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 42px rgba(7, 29, 58, 0.12);
    backdrop-filter: blur(16px);
    transition: max-height 280ms ease, opacity 220ms ease, transform 220ms ease, visibility 0s linear 280ms;
  }

  .nav-menu a {
    color: #334258;
    text-shadow: none;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 220ms ease, transform 260ms var(--ease-premium), color 180ms ease, background-color 180ms ease;
  }

  .nav-dropdown {
    display: block;
    width: 100%;
  }

  .nav-dropdown-toggle {
    justify-content: space-between;
    width: 100%;
    color: #334258;
    text-shadow: none;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 220ms ease, transform 260ms var(--ease-premium), color 180ms ease, background-color 180ms ease;
  }

  .nav-dropdown-toggle::after {
    display: none;
  }

  .nav-dropdown-menu {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: rgba(232, 247, 255, 0.52);
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
    transition: max-height 300ms var(--ease-premium), padding 260ms var(--ease-premium);
  }

  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu {
    transform: none;
  }

  .nav-dropdown.is-open .nav-dropdown-menu {
    max-height: 620px;
    padding: 8px 0 4px;
  }

  .nav-dropdown-menu a {
    min-height: 48px;
    margin-inline: 4px;
    font-size: 13px;
    opacity: 1;
    transform: none;
  }

  body.nav-open .nav-menu {
    max-height: 860px;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
  }

  body.nav-open .nav-menu a,
  body.nav-open .nav-dropdown-toggle {
    opacity: 1;
    transform: translateY(0);
  }

  body.nav-open .nav-menu a:nth-child(1) {
    transition-delay: 40ms;
  }

  body.nav-open .nav-menu a:nth-child(2) {
    transition-delay: 70ms;
  }

  body.nav-open .nav-menu a:nth-child(3) {
    transition-delay: 100ms;
  }

  body.nav-open .nav-menu a:nth-child(4) {
    transition-delay: 130ms;
  }

  body.nav-open .nav-menu a:nth-child(5) {
    transition-delay: 160ms;
  }

  body.nav-open .nav-menu a:nth-child(6) {
    transition-delay: 190ms;
  }

  body.nav-open .nav-menu a:nth-child(7) {
    transition-delay: 220ms;
  }

  .hero,
  .page-hero,
  .editorial-hero,
  .details-layout,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .editorial-hero {
    gap: 28px;
    min-height: auto;
    padding-top: 146px;
  }

  .editorial-copy {
    max-width: 720px;
  }

  .editorial-copy h1 {
    font-size: 58px;
  }

  .editorial-media {
    min-height: 520px;
    transform: none;
  }

  .floating-card-top {
    left: 18px;
  }

  .floating-card-bottom {
    right: 18px;
  }

  .hero-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
  }

  .hero-category-card {
    min-height: 190px;
    padding: 20px;
  }

  .luxury-collections-header {
    grid-template-columns: 1fr;
  }

  .collection-stat {
    width: min(100%, 360px);
  }

  .luxury-collection-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: 62px;
  }

  .collection-large {
    grid-column: span 6;
    grid-row: span 5;
  }

  .collection-tall {
    grid-column: span 3;
    grid-row: span 5;
  }

  .collection-small {
    grid-column: span 3;
    grid-row: span 3;
  }

  .collection-wide {
    grid-column: span 6;
    grid-row: span 4;
  }

  .collection-kids {
    grid-column: span 3;
    grid-row: span 3;
  }

  .collection-luxury {
    grid-column: span 3;
    grid-row: span 5;
  }

  .best-sellers-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .best-slider-controls {
    align-self: flex-end;
  }

  .review-carousel-shell {
    grid-template-columns: 1fr;
  }

  .review-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .review-arrow:hover {
    transform: translateY(-52%);
  }

  .review-prev {
    left: 14px;
  }

  .review-next {
    right: 14px;
  }

  .why-optik-layout {
    grid-template-columns: 1fr;
  }

  .why-editorial {
    position: static;
  }

  .why-editorial h2 {
    max-width: 760px;
  }

  .virtual-cta-layout {
    grid-template-columns: 1fr;
  }

  .virtual-cta-copy h2 {
    max-width: 760px;
  }

  .virtual-visual {
    min-height: 560px;
    transform: none;
  }

  .trust-rating {
    left: 22px;
  }

  .trust-customers {
    right: 22px;
  }

  .trust-experts {
    left: 28px;
  }

  .brand-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .instagram-gallery-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .instagram-masonry {
    column-count: 3;
  }

  .grid-3,
  .grid-4,
  .brand-strip,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-panel {
    position: static;
  }

  .footer-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  :root {
    --header-offset: 111px;
  }

  .topbar,
  .navbar,
  .editorial-hero,
  .luxury-collections-section,
  .section,
  .hero,
  .page-hero,
  .footer-cta,
  .footer-main,
  .footer-bottom {
    padding-inline: 18px;
  }

  .brand img {
    width: 122px;
    height: 40px;
  }

  .site-header.is-scrolled .brand img,
  body.nav-open .brand img {
    width: 112px;
    height: 36px;
  }

  .nav-actions .btn {
    min-height: 40px;
    padding: 9px 10px;
    font-size: 13px;
  }

  .site-header.is-scrolled .nav-actions .btn,
  body.nav-open .nav-actions .btn {
    min-height: 38px;
    padding-block: 8px;
  }

  .navbar {
    gap: 10px;
  }

  .hero,
  .page-hero {
    padding-block: 46px;
  }

  main > .hero:first-child,
  main > .page-hero:first-child {
    padding-top: calc(46px + var(--header-offset));
  }

  .editorial-hero {
    gap: 22px;
    padding-top: 132px;
    padding-bottom: 36px;
  }

  .editorial-copy h1 {
    font-size: 42px;
    line-height: 1;
  }

  .editorial-copy p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.65;
  }

  .editorial-actions {
    gap: 10px;
    margin-top: 22px;
  }

  .editorial-actions .btn {
    width: 100%;
  }

  .trust-badges {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 20px;
  }

  .trust-badges span {
    justify-content: center;
  }

  .editorial-media {
    min-height: 430px;
  }

  .floating-card {
    width: 184px;
    padding: 13px;
  }

  .floating-card strong {
    font-size: 15px;
  }

  .floating-card-top {
    top: 18px;
    left: 12px;
  }

  .floating-card-bottom {
    right: 12px;
    bottom: 18px;
  }

  .hero-category-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-category-card {
    min-height: 0;
    padding: 18px;
  }

  .hero-category-card span {
    margin-bottom: 14px;
  }

  .hero-category-card strong {
    font-size: 20px;
  }

  .luxury-collections-section {
    padding-block: 42px;
  }

  .best-sellers-section {
    padding-block: 66px;
  }

  .customer-reviews-section {
    padding: 66px 18px;
  }

  .review-shape {
    display: none;
  }

  .why-optik-section {
    padding: 66px 18px;
  }

  .virtual-cta-section {
    padding: 66px 18px;
  }

  .virtual-shape {
    display: none;
  }

  .why-bg-shape {
    display: none;
  }

  .best-sellers-header {
    padding-inline: 18px;
    margin-bottom: 22px;
  }

  .best-sellers-header h2 {
    font-size: 34px;
    line-height: 1.03;
  }

  .best-sellers-header p:not(.eyebrow) {
    font-size: 16px;
  }

  .best-slider-controls {
    align-self: stretch;
    justify-content: space-between;
  }

  .best-slider-arrow {
    min-width: 48px;
  }

  .best-seller-track {
    gap: 14px;
    padding: 6px 18px 22px;
    scroll-snap-type: x mandatory;
  }

  .best-seller-viewport::before,
  .best-seller-viewport::after {
    display: none;
  }

  .best-product-card {
    flex-basis: 86vw;
  }

  .best-product-media,
  .best-product-media img {
    min-height: 232px;
    height: 232px;
  }

  .best-product-body {
    padding: 18px;
  }

  .best-product-body h3 {
    font-size: 22px;
  }

  .best-product-body p {
    min-height: auto;
  }

  .best-card-actions button {
    flex: 1 1 calc(50% - 8px);
  }

  .best-card-actions .add-cart {
    flex-basis: 100%;
  }

  .customer-reviews-header {
    gap: 22px;
    margin-bottom: 24px;
  }

  .customer-reviews-header h2 {
    font-size: 36px;
    line-height: 1.03;
  }

  .customer-reviews-header p:not(.eyebrow) {
    font-size: 16px;
  }

  .review-summary-grid {
    grid-template-columns: 1fr;
  }

  .review-summary-grid article {
    min-height: 88px;
    padding: 16px;
  }

  .review-summary-grid strong {
    font-size: 26px;
  }

  .review-card {
    padding: 22px;
  }

  .review-profile {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .review-profile img {
    width: 58px;
    height: 58px;
  }

  .review-profile h3 {
    font-size: 18px;
  }

  .review-profile em {
    grid-column: 1 / -1;
  }

  .review-card blockquote {
    font-size: 23px;
  }

  .review-arrow {
    width: 42px;
    height: 42px;
  }

  .review-prev {
    left: 8px;
  }

  .review-next {
    right: 8px;
  }

  .review-dots {
    flex-wrap: wrap;
    margin-top: 18px;
  }

  .why-optik-layout {
    gap: 28px;
  }

  .why-editorial {
    gap: 18px;
  }

  .why-editorial h2 {
    font-size: 36px;
    line-height: 1.03;
  }

  .why-editorial > p:not(.eyebrow) {
    font-size: 16px;
  }

  .why-proof-panel {
    padding: 18px;
  }

  .why-proof-panel strong {
    font-size: 19px;
  }

  .why-counter-grid {
    grid-template-columns: 1fr;
  }

  .why-counter-card {
    min-height: 112px;
  }

  .why-timeline {
    padding-left: 0;
  }

  .why-timeline::before,
  .why-feature-card::before {
    display: none;
  }

  .why-feature-card {
    grid-template-columns: 48px minmax(0, 1fr) 24px;
    gap: 12px;
    min-height: 0;
    padding: 16px;
  }

  .why-feature-icon {
    width: 48px;
    height: 48px;
  }

  .why-feature-card h3 {
    font-size: 17px;
  }

  .why-feature-card p {
    font-size: 13px;
  }

  .virtual-cta-layout {
    gap: 28px;
  }

  .virtual-cta-copy {
    gap: 18px;
  }

  .virtual-cta-copy h2 {
    font-size: 36px;
    line-height: 1.03;
  }

  .virtual-cta-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .virtual-feature-list {
    grid-template-columns: 1fr;
  }

  .virtual-actions .btn {
    width: 100%;
  }

  .virtual-visual {
    min-height: 540px;
  }

  .virtual-trust-card {
    width: min(230px, calc(100% - 40px));
    padding: 13px;
  }

  .trust-rating {
    top: 18px;
    left: 14px;
  }

  .trust-customers {
    top: 108px;
    right: 14px;
  }

  .trust-experts {
    left: 14px;
    bottom: 96px;
  }

  .trust-delivery {
    right: 14px;
    bottom: 18px;
  }

  .try-on-scan {
    left: 14px;
    bottom: 14px;
  }

  .global-brands-section {
    padding-block: 66px;
  }

  .brand-shape {
    display: none;
  }

  .global-brands-header {
    padding-inline: 18px;
    margin-bottom: 24px;
  }

  .global-brands-header h2 {
    font-size: 36px;
    line-height: 1.03;
  }

  .global-brands-header p:not(.eyebrow) {
    font-size: 16px;
  }

  .brand-marquee-shell {
    padding-bottom: 22px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  }

  .brand-marquee-track {
    gap: 12px;
    padding-inline: 18px;
    animation-duration: 28s;
  }

  .global-brand-card {
    width: 178px;
    height: 98px;
  }

  .global-brand-card svg {
    width: 158px;
    height: 62px;
  }

  .global-brand-card text {
    font-size: 25px;
  }

  .brand-trust-grid {
    grid-template-columns: 1fr;
    padding-inline: 18px;
  }

  .brand-trust-grid span {
    min-height: 58px;
  }

  .instagram-gallery-section {
    padding: 66px 18px;
  }

  .instagram-gallery-header {
    gap: 18px;
    margin-bottom: 22px;
  }

  .instagram-gallery-header h2 {
    font-size: 36px;
    line-height: 1.03;
  }

  .instagram-gallery-header p:not(.eyebrow) {
    font-size: 16px;
  }

  .instagram-gallery-header .btn {
    width: 100%;
  }

  .instagram-filter-tabs {
    gap: 8px;
    margin-bottom: 20px;
  }

  .instagram-filter-tabs button {
    flex: 1 1 calc(50% - 8px);
    padding-inline: 10px;
  }

  .instagram-masonry {
    column-count: 2;
    column-gap: 10px;
  }

  .insta-gallery-item {
    margin-bottom: 10px;
  }

  .insta-tall {
    height: 290px;
  }

  .insta-medium {
    height: 230px;
  }

  .insta-short {
    height: 180px;
  }

  .insta-overlay {
    padding: 12px;
  }

  .insta-icon {
    width: 36px;
    height: 36px;
  }

  .insta-overlay strong,
  .insta-overlay em,
  .insta-overlay small {
    font-size: 12px;
  }

  .insta-lightbox {
    padding: 14px;
  }

  .insta-lightbox-panel {
    max-height: 92vh;
    grid-template-columns: 1fr;
    overflow: auto;
  }

  .insta-lightbox-panel img {
    min-height: 280px;
    max-height: 48vh;
  }

  .insta-lightbox-copy {
    padding: 22px;
  }

  .insta-lightbox-copy h3 {
    font-size: 28px;
  }

  .luxury-title {
    font-size: 38px;
    line-height: 1.02;
  }

  .luxury-collections-header {
    gap: 16px;
    margin-bottom: 18px;
  }

  .luxury-collections-header p:not(.eyebrow) {
    font-size: 16px;
  }

  .collection-stat {
    padding: 14px;
  }

  .collection-stat strong {
    font-size: 22px;
  }

  .luxury-collection-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 12px;
  }

  .collection-large,
  .collection-tall,
  .collection-small,
  .collection-wide,
  .collection-kids,
  .collection-luxury {
    grid-column: auto;
    grid-row: auto;
  }

  .luxury-collection-card {
    min-height: 230px;
  }

  .collection-large,
  .collection-tall {
    min-height: 300px;
  }

  .collection-wide,
  .collection-luxury {
    min-height: 260px;
  }

  .collection-overlay {
    padding: 18px;
  }

  .collection-overlay h3 {
    font-size: 27px;
  }

  .collection-small .collection-overlay h3,
  .collection-kids .collection-overlay h3 {
    font-size: 24px;
  }

  .collection-action {
    opacity: 1;
    transform: translateY(0);
  }

  .hero h1,
  .page-hero h1 {
    font-size: 36px;
  }

  .section {
    padding-block: 58px;
  }

  .section-heading h2 {
    font-size: 29px;
  }

  .heading-row,
  .cta-band,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .grid-3,
  .grid-4,
  .brand-strip,
  .gallery-grid,
  .form-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .gallery-card.wide {
    grid-column: auto;
  }

  .hero-actions .btn,
  .cta-actions .btn,
  .form-card .btn {
    width: 100%;
  }

  .hero-badge {
    position: static;
    max-width: none;
    margin-top: 12px;
  }

  .appointment-modal {
    padding: 14px;
  }

  .modal-header,
  .modal-panel .form-card {
    padding-inline: 18px;
  }

  .modal-header h2 {
    font-size: 24px;
  }
}

/* Luxury products page */
.products-luxury-page {
  background:
    linear-gradient(180deg, #fbf7ee 0%, #ffffff 34%, #f7fbff 100%);
}

.products-luxury-page .site-footer {
  background:
    linear-gradient(135deg, #06182d 0%, #0b2341 52%, #102f54 100%);
}

.shop-hero {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 92px 6%;
  color: var(--white);
  background: var(--navy);
}

.shop-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.shop-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 18, 35, 0.92) 0%, rgba(11, 35, 65, 0.78) 42%, rgba(11, 35, 65, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.38));
}

.shop-hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.shop-hero-content h1 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 72px;
  line-height: 0.98;
  letter-spacing: 0;
}

.shop-hero-content p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
}

.shop-hero-content .eyebrow {
  color: var(--gold-soft);
}

.shop-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.shop-hero-panel {
  position: absolute;
  right: 6%;
  bottom: 74px;
  z-index: 3;
  width: 330px;
  padding: 24px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(20px);
}

.shop-hero-panel span {
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-hero-panel strong {
  display: block;
  margin: 12px 0;
  font-size: 24px;
  line-height: 1.18;
}

.shop-hero-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.shop-editorial-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 26px 6%;
  background: #fffaf0;
}

.editorial-tile {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border: 1px solid rgba(11, 35, 65, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 22px 45px rgba(11, 35, 65, 0.08);
}

.editorial-tile img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transition: transform 420ms ease;
}

.editorial-tile:hover img {
  transform: scale(1.06);
}

.editorial-tile::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 20%, rgba(7, 29, 58, 0.72));
}

.editorial-tile div {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--white);
}

.editorial-tile span {
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 900;
}

.editorial-tile strong {
  font-size: 24px;
  line-height: 1;
}

.luxury-shop {
  padding: 82px 6% 96px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(232, 247, 255, 0.52));
}

.shop-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 34px;
  margin-bottom: 30px;
}

.shop-intro h2 {
  margin: 0;
  color: var(--navy);
  font-size: 48px;
  line-height: 1.06;
  letter-spacing: 0;
}

.shop-intro p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.category-tabs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
  padding: 10px;
  border: 1px solid rgba(11, 35, 65, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 45px rgba(11, 35, 65, 0.07);
  backdrop-filter: blur(18px);
}

.category-tabs button {
  position: relative;
  min-height: 48px;
  padding: 12px 18px;
  border: 0;
  border-radius: var(--radius);
  color: #34465e;
  background: transparent;
  font-weight: 800;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.category-tabs button:hover {
  color: var(--navy);
  transform: translateY(-1px);
}

.category-tabs button.is-active {
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), #123b67);
  box-shadow: 0 14px 28px rgba(11, 35, 65, 0.22);
}

.shop-shell {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.filter-sidebar {
  position: sticky;
  top: 142px;
  padding: 22px;
  border: 1px solid rgba(11, 35, 65, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 55px rgba(11, 35, 65, 0.08);
  backdrop-filter: blur(18px);
}

.filter-sidebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.filter-sidebar-head span {
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
}

.filter-sidebar-head button {
  border: 0;
  color: var(--gold);
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.filter-sidebar fieldset {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.filter-sidebar fieldset:last-child {
  border-bottom: 0;
}

.filter-sidebar legend {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.filter-sidebar label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #425269;
  font-size: 15px;
  font-weight: 700;
}

.filter-sidebar input[type="checkbox"] {
  width: 17px;
  height: 17px;
  accent-color: var(--navy);
}

.price-filter input {
  width: 100%;
  accent-color: var(--gold);
}

.price-filter div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.price-filter strong {
  color: var(--navy);
}

.shop-results {
  min-width: 0;
}

.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  padding: 18px;
  border: 1px solid rgba(11, 35, 65, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 45px rgba(11, 35, 65, 0.06);
  backdrop-filter: blur(18px);
}

.shop-toolbar span {
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
}

.shop-toolbar p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.sort-control {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 900;
}

.sort-control select {
  min-height: 46px;
  padding: 0 42px 0 14px;
  border: 1px solid rgba(11, 35, 65, 0.14);
  border-radius: var(--radius);
  color: var(--navy);
  background: var(--white);
  font-weight: 800;
}

.luxury-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.luxury-product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(11, 35, 65, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84));
  box-shadow: 0 18px 40px rgba(11, 35, 65, 0.08);
  animation: productRise 520ms ease both;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.luxury-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 175, 55, 0.34);
  box-shadow: 0 28px 70px rgba(11, 35, 65, 0.16);
}

.luxury-product-card:nth-child(2) {
  animation-delay: 60ms;
}

.luxury-product-card:nth-child(3) {
  animation-delay: 120ms;
}

.luxury-product-card:nth-child(4) {
  animation-delay: 180ms;
}

.luxury-product-card:nth-child(5) {
  animation-delay: 240ms;
}

.luxury-product-card:nth-child(6) {
  animation-delay: 300ms;
}

@keyframes productRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-visual {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f8f3e8, #e8f7ff);
}

.product-visual img {
  width: 100%;
  aspect-ratio: 4 / 3.45;
  object-fit: cover;
  transition: transform 560ms ease, filter 560ms ease;
}

.luxury-product-card:hover .product-visual img {
  transform: scale(1.08);
  filter: saturate(1.04) contrast(1.03);
}

.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  min-height: 28px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(11, 35, 65, 0.78);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.badge-gold {
  color: var(--navy);
  background: rgba(244, 234, 210, 0.92);
}

.badge-sky {
  color: var(--navy);
  background: rgba(232, 247, 255, 0.92);
}

.badge-sale {
  background: rgba(212, 175, 55, 0.9);
}

.wishlist-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 25px rgba(11, 35, 65, 0.12);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.wishlist-btn::before {
  content: "\2661";
  font-size: 22px;
  line-height: 1;
}

.wishlist-btn.is-active {
  color: var(--white);
  background: var(--navy);
}

.wishlist-btn.is-active::before {
  content: "\2665";
}

.wishlist-btn:hover {
  transform: scale(1.08);
}

.product-actions {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.luxury-product-card:hover .product-actions,
.luxury-product-card:focus-within .product-actions {
  opacity: 1;
  transform: translateY(0);
}

.product-actions button {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: var(--radius);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.product-actions button:hover {
  color: var(--white);
  background: var(--navy);
  transform: translateY(-1px);
}

.product-copy {
  padding: 20px;
}

.product-copy > span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-copy h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.15;
}

.product-copy p {
  min-height: 46px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.swatches {
  display: flex;
  gap: 7px;
  margin: 18px 0;
}

.swatches i {
  width: 18px;
  height: 18px;
  border: 2px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(11, 35, 65, 0.16);
}

.product-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.product-foot strong {
  color: var(--navy);
  font-size: 21px;
  line-height: 1;
}

.product-foot a {
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.empty-products {
  padding: 42px;
  margin-top: 18px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.empty-products h3 {
  margin: 0 0 8px;
  color: var(--navy);
}

.empty-products p {
  margin: 0;
  color: var(--muted);
}

.luxury-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.luxury-pagination a {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(11, 35, 65, 0.14);
  border-radius: var(--radius);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.82);
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.luxury-pagination a:hover,
.luxury-pagination a.is-active {
  color: var(--white);
  background: var(--navy);
  transform: translateY(-2px);
}

.shop-concierge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 6% 88px;
  padding: 38px;
  color: var(--white);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(11, 35, 65, 0.98), rgba(14, 62, 103, 0.94)),
    url("https://images.unsplash.com/photo-1574258495973-f010dfbb5371?auto=format&fit=crop&w=1400&q=80") center/cover;
  box-shadow: 0 28px 70px rgba(11, 35, 65, 0.18);
}

.shop-concierge h2 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 36px;
  line-height: 1.12;
}

.shop-concierge p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.quick-view-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  padding: 24px;
  align-items: center;
  justify-content: center;
}

.quick-view-modal.is-open {
  display: flex;
}

.quick-view-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 18, 34, 0.64);
  backdrop-filter: blur(12px);
}

.quick-view-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1fr);
  gap: 30px;
  width: min(860px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.quick-view-panel img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: var(--radius);
}

.quick-view-panel h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 38px;
  line-height: 1.08;
}

.quick-view-panel p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.quick-view-panel strong {
  display: block;
  margin-top: 18px;
  color: var(--navy);
  font-size: 30px;
}

.quick-view-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--navy);
  background: var(--white);
  font-size: 26px;
  cursor: pointer;
}

.quick-view-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.shop-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  max-width: 320px;
  padding: 14px 18px;
  color: var(--white);
  background: var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(11, 35, 65, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.shop-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .shop-hero-content h1 {
    font-size: 58px;
  }

  .shop-hero-panel {
    width: 300px;
  }

  .luxury-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .shop-hero {
    min-height: 620px;
    padding-block: 74px;
  }

  .shop-hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(420px, 100%);
    margin-top: 28px;
  }

  .shop-editorial-strip,
  .shop-intro,
  .shop-shell {
    grid-template-columns: 1fr;
  }

  .filter-sidebar {
    position: static;
  }
}

@media (max-width: 640px) {
  .shop-hero,
  .shop-editorial-strip,
  .luxury-shop {
    padding-inline: 18px;
  }

  .shop-hero {
    min-height: 590px;
    padding-block: 58px;
  }

  .shop-hero-content h1 {
    font-size: 39px;
  }

  .shop-hero-content p:not(.eyebrow) {
    font-size: 16px;
  }

  .shop-hero-actions .btn,
  .shop-concierge .btn {
    width: 100%;
  }

  .shop-intro h2 {
    font-size: 32px;
  }

  .category-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .category-tabs button {
    padding-inline: 10px;
    font-size: 14px;
  }

  .shop-toolbar,
  .shop-concierge {
    align-items: flex-start;
    flex-direction: column;
  }

  .sort-control {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }

  .sort-control select {
    width: 100%;
  }

  .luxury-product-grid {
    grid-template-columns: 1fr;
  }

  .product-actions {
    position: static;
    padding: 12px;
    opacity: 1;
    transform: none;
    background: rgba(255, 255, 255, 0.92);
  }

  .shop-concierge {
    margin-inline: 18px;
    padding: 24px;
  }

  .shop-concierge h2 {
    font-size: 28px;
  }

  .quick-view-panel {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .quick-view-panel img {
    min-height: 260px;
  }

  .quick-view-panel h2 {
    font-size: 30px;
  }

  .shop-toast {
    right: 18px;
    left: 18px;
    bottom: 18px;
    max-width: none;
  }
}

@media (max-width: 920px) {
  body.nav-open .site-header {
    background: rgba(255, 255, 255, 0.98);
  }

  body.nav-open .site-header .nav-menu {
    max-height: 860px;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
  }

  body.nav-open .site-header .nav-menu a,
  body.nav-open .site-header .nav-dropdown-toggle {
    opacity: 1;
    transform: translateY(0);
  }

  body.nav-open .site-header .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.nav-open .site-header .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.nav-open .site-header .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/* Premium services page */
.services-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 54px;
  align-items: center;
  min-height: 720px;
  padding: calc(var(--header-offset) + 76px) 6% 96px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 24%, rgba(71, 183, 232, 0.22), transparent 32%),
    linear-gradient(135deg, rgba(251, 247, 238, 0.98) 0%, rgba(255, 255, 255, 0.98) 46%, rgba(232, 247, 255, 0.78) 100%);
}

.services-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(7, 29, 58, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 29, 58, 0.045) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 88%);
}

.services-hero-copy,
.services-hero-media {
  position: relative;
  z-index: 1;
}

.services-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.6vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

.services-hero-copy > p:not(.eyebrow) {
  max-width: 660px;
  margin: 24px 0 0;
  color: #536073;
  font-size: 19px;
  line-height: 1.7;
}

.services-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.services-hero-media {
  min-width: 0;
}

.services-hero-media img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius);
  box-shadow: 0 34px 88px rgba(7, 29, 58, 0.18);
}

.services-float-card {
  position: absolute;
  display: grid;
  gap: 4px;
  width: min(270px, 72%);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 20px 52px rgba(7, 29, 58, 0.14);
  backdrop-filter: blur(18px);
}

.services-float-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.services-float-card strong {
  font-size: 22px;
  line-height: 1.1;
}

.services-float-top {
  top: 26px;
  left: -22px;
}

.services-float-bottom {
  right: -18px;
  bottom: 30px;
}

.services-overview,
.services-card-section,
.service-detail-section,
.services-process-section,
.services-faq-form-section {
  padding: 96px 6%;
}

.services-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 38px;
  align-items: center;
  background: var(--white);
}

.services-overview-copy h2,
.services-process-section h2,
.services-faq h2,
.services-booking-form h2,
.services-card-section h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}

.services-overview-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 20px 0 0;
  color: #536073;
  font-size: 18px;
  line-height: 1.75;
}

.services-overview-grid {
  display: grid;
  gap: 14px;
}

.services-overview-grid article {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(7, 29, 58, 0.09);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(251, 247, 238, 0.8), rgba(232, 247, 255, 0.58));
  box-shadow: 0 16px 42px rgba(7, 29, 58, 0.08);
}

.services-overview-grid strong {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
}

.services-overview-grid span {
  color: #34465e;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
}

.services-card-section {
  background:
    linear-gradient(135deg, rgba(251, 247, 238, 0.96), rgba(255, 255, 255, 0.98) 48%, rgba(232, 247, 255, 0.74));
}

.services-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.service-menu-card {
  display: grid;
  gap: 14px;
  min-height: 230px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 54px rgba(7, 29, 58, 0.09);
  backdrop-filter: blur(18px);
  transition: transform 280ms var(--ease-premium), box-shadow 280ms var(--ease-premium), border-color 220ms ease;
}

.service-menu-card:hover {
  border-color: rgba(212, 175, 55, 0.38);
  box-shadow: 0 30px 78px rgba(7, 29, 58, 0.15);
  transform: translateY(-7px);
}

.service-card-icon.service-nav-icon {
  width: 48px;
  height: 48px;
  color: var(--navy);
}

.service-card-icon.service-nav-icon::before {
  width: 24px;
  height: 24px;
}

.service-menu-card h3 {
  margin: 4px 0 0;
  color: var(--navy);
  font-size: 21px;
  font-weight: 650;
  line-height: 1.15;
}

.service-menu-card p {
  margin: 0;
  color: #5d6877;
  line-height: 1.6;
}

.service-detail-section {
  display: grid;
  gap: 18px;
  background:
    radial-gradient(circle at 92% 6%, rgba(71, 183, 232, 0.22), transparent 28%),
    linear-gradient(135deg, #06101f, var(--navy) 48%, #020711);
}

.service-detail-card {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 26px;
  scroll-margin-top: 150px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.service-detail-card .eyebrow {
  color: var(--gold-soft);
}

.service-detail-card h2 {
  max-width: 760px;
  margin: 6px 0 10px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.12;
  letter-spacing: 0;
}

.service-detail-card p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15.5px;
  line-height: 1.65;
}

.service-detail-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.service-detail-card li {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 850;
}

.services-process-section {
  background: var(--cream);
}

.services-process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.services-process-timeline::before {
  position: absolute;
  top: 30px;
  left: 6%;
  right: 6%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--gold), var(--sky));
}

.services-process-timeline article {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 46px rgba(7, 29, 58, 0.08);
}

.services-process-timeline span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--navy);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--gold-soft), var(--sky-soft));
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 900;
}

.services-process-timeline h3 {
  margin: 0;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.2;
}

.services-process-timeline p {
  margin: 0;
  color: #5d6877;
  font-size: 14px;
}

.services-cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  margin: 0 6% 96px;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: var(--white);
  background:
    radial-gradient(circle at 82% 20%, rgba(71, 183, 232, 0.22), transparent 32%),
    linear-gradient(135deg, var(--navy), #020711);
  box-shadow: 0 28px 74px rgba(7, 29, 58, 0.18);
}

.services-cta-section h2 {
  max-width: 700px;
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
}

.services-cta-section p:not(.eyebrow) {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.services-faq-form-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  background: var(--white);
}

.services-faq,
.services-booking-form {
  padding: 30px;
  border: 1px solid rgba(7, 29, 58, 0.09);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(251, 247, 238, 0.78), rgba(255, 255, 255, 0.92));
  box-shadow: 0 20px 58px rgba(7, 29, 58, 0.08);
}

.services-faq details {
  padding: 16px 0;
  border-bottom: 1px solid rgba(7, 29, 58, 0.1);
}

.services-faq details:last-child {
  border-bottom: 0;
}

.services-faq summary {
  color: var(--navy);
  cursor: pointer;
  font-weight: 900;
}

.services-faq details p {
  margin: 10px 0 0;
  color: #5d6877;
}

.services-booking-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.services-booking-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.services-booking-form input,
.services-booking-form select,
.services-booking-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  border: 1px solid rgba(7, 29, 58, 0.14);
  border-radius: var(--radius);
  color: var(--navy);
  background: var(--white);
  outline: 0;
}

.services-booking-form input:focus,
.services-booking-form select:focus,
.services-booking-form textarea:focus {
  border-color: rgba(71, 183, 232, 0.72);
  box-shadow: 0 0 0 3px rgba(71, 183, 232, 0.15);
}

.services-booking-form .full-field {
  grid-column: 1 / -1;
}

.services-booking-form .btn {
  margin-top: 18px;
}

.services-booking-form .form-status {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 1080px) {
  .services-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-process-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-process-timeline::before {
    display: none;
  }
}

@media (max-width: 920px) {
  .services-hero,
  .services-overview,
  .services-faq-form-section {
    grid-template-columns: 1fr;
  }

  .services-hero {
    gap: 34px;
    min-height: auto;
    padding-top: calc(var(--header-offset) + 42px);
  }

  .services-hero-media img {
    min-height: 360px;
  }

  .services-float-top {
    left: 18px;
  }

  .services-float-bottom {
    right: 18px;
  }

  .services-cta-section {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .services-hero,
  .services-overview,
  .services-card-section,
  .service-detail-section,
  .services-process-section,
  .services-faq-form-section {
    padding-inline: 18px;
  }

  .services-hero-copy h1 {
    font-size: 38px;
  }

  .services-hero-actions,
  .services-hero-actions .btn,
  .services-cta-section .btn {
    width: 100%;
  }

  .services-card-grid,
  .services-process-timeline,
  .services-booking-form .form-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-card {
    grid-template-columns: 1fr;
    padding: 22px;
    scroll-margin-top: 132px;
  }

  .services-overview-grid article {
    grid-template-columns: 1fr;
  }

  .services-cta-section {
    margin-inline: 18px;
    padding: 26px;
  }

  .services-faq,
  .services-booking-form {
    padding: 22px;
  }
}

/* Premium luxury footer */
.site-footer {
  position: relative;
  overflow: hidden;
  color: #e8f2ff;
  background:
    linear-gradient(135deg, rgba(6, 16, 31, 0.98) 0%, rgba(8, 31, 58, 0.98) 48%, rgba(2, 6, 13, 0.99) 100%);
  isolation: isolate;
}

.site-footer::before,
.site-footer::after {
  position: absolute;
  right: 6%;
  left: 6%;
  z-index: -1;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.78), rgba(71, 183, 232, 0.75), transparent);
}

.site-footer::before {
  top: 0;
}

.site-footer::after {
  bottom: 76px;
  opacity: 0.42;
}

.footer-glow {
  position: absolute;
  z-index: -2;
  width: 42vw;
  max-width: 560px;
  height: 260px;
  pointer-events: none;
  clip-path: polygon(9% 20%, 100% 0, 82% 78%, 0 100%);
  filter: blur(38px);
  opacity: 0.28;
  animation: footerGlowDrift 14s ease-in-out infinite alternate;
}

.footer-glow-one {
  top: 18%;
  right: -10%;
  background: rgba(71, 183, 232, 0.45);
}

.footer-glow-two {
  bottom: 10%;
  left: -12%;
  background: rgba(212, 175, 55, 0.34);
  animation-delay: -5s;
}

.site-footer .footer-cta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 48px 6%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(71, 183, 232, 0.12), transparent 48%, rgba(212, 175, 55, 0.1));
}

.site-footer .footer-cta .eyebrow {
  color: #d4af37;
}

.site-footer .footer-cta h2 {
  max-width: 700px;
  margin: 10px 0 12px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 0.98;
}

.site-footer .footer-cta p {
  max-width: 640px;
  margin: 0;
  color: rgba(232, 242, 255, 0.74);
}

.site-footer .footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.site-footer .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: var(--radius, 8px);
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.site-footer .btn-sky {
  color: #06101f;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(135deg, #9fe4ff, #ffffff);
  box-shadow: 0 18px 34px rgba(71, 183, 232, 0.2);
}

.site-footer .btn-sky:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 42px rgba(71, 183, 232, 0.28);
}

.site-footer .btn-light {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.site-footer .btn-light:hover {
  color: #071d3a;
  border-color: rgba(255, 255, 255, 0.8);
  background: #ffffff;
}

.site-footer .footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1.45fr) repeat(3, minmax(170px, 0.75fr));
  gap: 34px;
  padding: 54px 6% 46px;
}

.site-footer .footer-column {
  min-width: 0;
}

.site-footer .footer-brand {
  display: grid;
  gap: 18px;
  align-content: start;
}

.site-footer .footer-logo {
  display: inline-flex;
  width: 178px;
  height: 58px;
  padding: 7px 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius, 8px);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.site-footer .footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}

.site-footer .footer-brand p {
  max-width: 390px;
  margin: 0;
  color: rgba(232, 242, 255, 0.73);
  font-size: 15px;
  line-height: 1.75;
}

.site-footer .footer-newsletter {
  display: grid;
  gap: 10px;
  max-width: 430px;
}

.site-footer .footer-newsletter label {
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.site-footer .newsletter-row {
  display: flex;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius, 8px);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.site-footer .newsletter-row:focus-within {
  border-color: rgba(71, 183, 232, 0.72);
  box-shadow: 0 0 0 3px rgba(71, 183, 232, 0.16);
}

.site-footer .newsletter-row input {
  width: 100%;
  min-width: 0;
  padding: 12px 10px;
  color: #ffffff;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
}

.site-footer .newsletter-row input::placeholder {
  color: rgba(232, 242, 255, 0.52);
}

.site-footer .newsletter-row button {
  flex: 0 0 auto;
  padding: 10px 18px;
  color: #06101f;
  border: 0;
  border-radius: var(--radius, 8px);
  background: linear-gradient(135deg, #ffffff, #d8f4ff);
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.site-footer .newsletter-row button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(71, 183, 232, 0.22);
}

.site-footer .newsletter-status {
  min-height: 18px;
  color: #9fe4ff;
  font-size: 12px;
  font-weight: 800;
}

.site-footer .footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.site-footer .footer-social a,
.site-footer .whatsapp-float,
.site-footer .back-to-top {
  display: grid;
  place-items: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.site-footer .footer-social a {
  width: 40px;
  height: 40px;
  border-radius: var(--radius, 8px);
}

.site-footer .footer-social a:hover,
.site-footer .back-to-top:hover {
  color: #06101f;
  border-color: rgba(255, 255, 255, 0.72);
  background: #ffffff;
  transform: translateY(-3px);
}

.site-footer svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-footer .footer-column-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 18px;
  color: #ffffff;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-align: left;
  text-transform: uppercase;
  pointer-events: none;
}

.site-footer .footer-column-title::after {
  display: none;
  content: "+";
  color: #d4af37;
  font-size: 22px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.site-footer .footer-links-panel {
  display: grid;
  gap: 11px;
}

.site-footer .footer-links-panel a,
.site-footer .footer-links-panel span {
  position: relative;
  width: fit-content;
  max-width: 100%;
  color: rgba(232, 242, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.site-footer .footer-links-panel a::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, #d4af37, #47b7e8);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.site-footer .footer-links-panel a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.site-footer .footer-links-panel a:hover::after {
  transform: scaleX(1);
}

.site-footer .footer-contact .footer-links-panel a:nth-child(3) {
  max-width: 260px;
}

.site-footer .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 6% 26px;
  color: rgba(232, 242, 255, 0.64);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 700;
}

.site-footer .footer-bottom > div:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.site-footer .payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.site-footer .payment-icons span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 11px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius, 8px);
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.site-footer .whatsapp-float,
.site-footer .back-to-top {
  position: fixed;
  right: 18px;
  z-index: 110;
  width: 52px;
  height: 52px;
  border-radius: var(--radius, 8px);
}

.site-footer .whatsapp-float {
  bottom: 86px;
  color: #ffffff;
  background: linear-gradient(135deg, #1a9f63, #0f7a4b);
  box-shadow: 0 20px 42px rgba(15, 122, 75, 0.34);
}

.site-footer .whatsapp-float:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 24px 48px rgba(15, 122, 75, 0.44);
}

.site-footer .back-to-top {
  bottom: 24px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}

.site-footer .back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@keyframes footerGlowDrift {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  100% {
    transform: translate3d(-24px, 18px, 0) rotate(4deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-glow,
  .site-footer .footer-social a,
  .site-footer .footer-links-panel a,
  .site-footer .whatsapp-float,
  .site-footer .back-to-top {
    transition: none;
    animation: none;
  }
}

@media (max-width: 920px) {
  .site-footer .footer-cta,
  .site-footer .footer-main,
  .site-footer .footer-bottom {
    padding-inline: 24px;
  }

  .site-footer .footer-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer .footer-cta-actions {
    justify-content: flex-start;
  }

  .site-footer .footer-main {
    grid-template-columns: 1.2fr 1fr;
  }

  .site-footer .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .site-footer::after {
    bottom: 104px;
  }

  .site-footer .footer-cta,
  .site-footer .footer-main,
  .site-footer .footer-bottom {
    padding-inline: 18px;
  }

  .site-footer .footer-cta {
    padding-block: 38px;
  }

  .site-footer .footer-cta h2 {
    font-size: 30px;
  }

  .site-footer .footer-cta-actions,
  .site-footer .footer-cta-actions .btn {
    width: 100%;
  }

  .site-footer .footer-main {
    display: block;
    padding-block: 36px 18px;
  }

  .site-footer .footer-brand {
    padding-bottom: 26px;
  }

  .site-footer .footer-logo {
    width: 168px;
    height: 54px;
  }

  .site-footer .footer-accordion {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
  }

  .site-footer .footer-column-title {
    padding: 18px 0;
    cursor: pointer;
    pointer-events: auto;
  }

  .site-footer .footer-column-title::after {
    display: block;
  }

  .site-footer .footer-column-title[aria-expanded="true"]::after {
    transform: rotate(45deg);
  }

  .site-footer .footer-links-panel {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.25s ease, padding 0.25s ease;
  }

  .site-footer .footer-column-title[aria-expanded="true"] + .footer-links-panel {
    max-height: 520px;
    padding-bottom: 18px;
    opacity: 1;
  }

  .site-footer .newsletter-row {
    flex-direction: column;
  }

  .site-footer .newsletter-row button {
    width: 100%;
  }

  .site-footer .footer-bottom,
  .site-footer .footer-bottom > div:first-child {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer .payment-icons {
    justify-content: flex-start;
  }

  .site-footer .whatsapp-float,
  .site-footer .back-to-top {
    right: 14px;
    width: 48px;
    height: 48px;
  }
}

/* Premium Google reviews split showcase */
.google-reviews-showcase {
  padding: 92px 6%;
  color: var(--navy);
  background:
    radial-gradient(circle at 12% 16%, rgba(66, 133, 244, 0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(212, 175, 55, 0.16), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, rgba(251, 247, 238, 0.98) 48%, rgba(232, 247, 255, 0.72) 100%);
}

.google-reviews-showcase::before {
  background:
    linear-gradient(rgba(7, 29, 58, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 29, 58, 0.035) 1px, transparent 1px);
  background-size: 88px 88px;
}

.google-reviews-showcase .review-shape {
  border-color: rgba(7, 29, 58, 0.08);
  background: linear-gradient(135deg, rgba(66, 133, 244, 0.12), rgba(212, 175, 55, 0.14));
}

.google-reviews-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: stretch;
}

.google-review-panel,
.google-review-carousel {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 30px 90px rgba(7, 29, 58, 0.12);
  backdrop-filter: blur(22px) saturate(150%);
}

.google-review-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
  padding: 34px;
  overflow: hidden;
}

.google-logo-lockup {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.google-logo-lockup em {
  margin-left: 10px;
  color: rgba(7, 29, 58, 0.58);
  font-size: 14px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.g-blue {
  color: #4285f4;
}

.g-red {
  color: #ea4335;
}

.g-yellow {
  color: #fbbc05;
}

.g-green {
  color: #34a853;
}

.google-review-panel h2 {
  max-width: 520px;
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.1vw, 58px);
  line-height: 0.98;
  letter-spacing: 0;
}

.google-rating-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding-top: 6px;
}

.google-stars,
.google-reviews-showcase .review-stars {
  color: var(--gold);
  letter-spacing: 0.06em;
}

.google-rating-block .google-stars {
  font-size: 24px;
}

.google-rating-block strong {
  color: var(--navy);
  font-size: 52px;
  line-height: 1;
}

.google-review-count {
  margin: -6px 0 0;
  color: rgba(7, 29, 58, 0.64);
  font-size: 16px;
  font-weight: 850;
}

.google-summary-card {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(7, 29, 58, 0.08);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(232, 247, 255, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84), 0 18px 50px rgba(7, 29, 58, 0.08);
}

.google-summary-card span,
.google-review-carousel .eyebrow {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.google-summary-card p {
  margin: 0;
  color: rgba(7, 29, 58, 0.68);
  line-height: 1.7;
}

.google-summary-metrics {
  display: flex;
  align-items: end;
  gap: 10px;
}

.google-summary-metrics strong {
  color: var(--navy);
  font-size: 38px;
  line-height: 1;
}

.google-summary-metrics small {
  color: rgba(7, 29, 58, 0.55);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.google-verified-badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(66, 133, 244, 0.18);
  border-radius: var(--radius);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 900;
}

.google-verified-badge span,
.review-google-mark {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #4285f4;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(66, 133, 244, 0.18);
  font-style: normal;
  font-weight: 950;
}

.google-review-panel .btn {
  width: max-content;
  margin-top: 2px;
}

.google-qr-card {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding: 14px;
  border: 1px solid rgba(7, 29, 58, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.58);
}

.google-qr-card span {
  width: 54px;
  height: 54px;
  border-radius: 6px;
  background:
    linear-gradient(90deg, var(--navy) 9px, transparent 9px 15px, var(--navy) 15px 24px, transparent 24px),
    linear-gradient(var(--navy) 9px, transparent 9px 15px, var(--navy) 15px 24px, transparent 24px),
    #ffffff;
  background-size: 27px 27px;
}

.google-qr-card p {
  margin: 0;
  color: rgba(7, 29, 58, 0.58);
  font-size: 13px;
  font-weight: 850;
}

.google-review-carousel {
  min-width: 0;
  padding: 26px;
}

.review-carousel-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.review-carousel-top h3 {
  max-width: 560px;
  margin: 4px 0 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: 0;
}

.review-controls {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.google-reviews-showcase .review-carousel-shell {
  display: block;
}

.google-reviews-showcase .review-viewport {
  overflow: hidden;
  border-radius: var(--radius);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.google-reviews-showcase .review-track {
  display: flex;
  gap: 16px;
  animation: googleReviewMarquee var(--review-marquee-duration, 52s) linear infinite;
  will-change: transform;
}

.google-reviews-showcase:hover .review-track,
.google-reviews-showcase:focus-within .review-track {
  animation-play-state: paused;
}

.google-reviews-showcase .review-controls,
.google-reviews-showcase .review-dots {
  display: none;
}

.google-review-card {
  flex: 0 0 calc((100% - 32px) / 3);
  min-width: 0;
  gap: 14px;
  padding: 22px;
  color: var(--navy);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.82));
  border-color: rgba(7, 29, 58, 0.08);
  box-shadow: 0 20px 58px rgba(7, 29, 58, 0.1);
}

.google-review-card::before {
  top: 18px;
  right: 18px;
  color: rgba(66, 133, 244, 0.08);
  content: '"';
  font-size: 92px;
}

.google-review-card:hover {
  border-color: rgba(212, 175, 55, 0.32);
  box-shadow: 0 26px 72px rgba(7, 29, 58, 0.16);
}

.google-review-card .review-profile {
  grid-template-columns: 54px minmax(0, 1fr) 34px;
  gap: 12px;
}

.google-review-card .review-profile img {
  width: 54px;
  height: 54px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(7, 29, 58, 0.14);
}

.google-review-card .review-profile h3 {
  color: var(--navy);
  font-size: 17px;
}

.google-review-card .review-profile span {
  color: rgba(7, 29, 58, 0.56);
  font-size: 13px;
  font-weight: 850;
}

.review-badge-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.review-badge-row em {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 6px 9px;
  border: 1px solid rgba(52, 168, 83, 0.18);
  border-radius: var(--radius);
  color: #1d7f3a;
  background: rgba(52, 168, 83, 0.08);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.google-review-card h4 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--navy);
  font-size: 21px;
  line-height: 1.18;
}

.google-review-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(7, 29, 58, 0.66);
  font-size: 14px;
  line-height: 1.65;
}

.google-review-card .review-meta {
  color: rgba(7, 29, 58, 0.5);
  border-top-color: rgba(7, 29, 58, 0.08);
  font-size: 12px;
}

.google-review-card .review-meta span {
  color: var(--navy);
}

.google-reviews-showcase .review-arrow {
  width: 44px;
  height: 44px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(7, 29, 58, 0.12);
  box-shadow: 0 14px 34px rgba(7, 29, 58, 0.1);
}

.google-reviews-showcase .review-arrow:hover {
  color: var(--white);
  background: var(--navy);
}

.google-reviews-showcase .review-dots {
  justify-content: flex-start;
  margin-top: 20px;
}

.google-reviews-showcase .review-dots button {
  background: rgba(7, 29, 58, 0.18);
}

.google-reviews-showcase .review-dots button.is-active {
  background: var(--gold);
}

@keyframes googleReviewMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(var(--review-marquee-distance, 0px) * -1), 0, 0);
  }
}

@media (max-width: 1180px) {
  .google-reviews-layout {
    grid-template-columns: 1fr;
  }

  .google-review-panel {
    min-height: auto;
  }

  .google-review-card {
    flex-basis: calc((100% - 16px) / 2);
  }
}

@media (max-width: 720px) {
  .google-reviews-showcase {
    padding: 66px 18px;
  }

  .google-review-panel,
  .google-review-carousel {
    padding: 20px;
  }

  .google-review-panel h2 {
    font-size: 34px;
  }

  .google-rating-block strong {
    font-size: 42px;
  }

  .review-carousel-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .google-review-card {
    flex-basis: 100%;
  }

  .google-review-panel .btn,
  .google-verified-badge {
    width: 100%;
    justify-content: center;
  }
}

/* Premium Gallery page */
.gallery-luxury-page {
  background: #fbf7ee;
}

.gallery-editorial-hero {
  position: relative;
  display: flex;
  min-height: 92vh;
  align-items: flex-end;
  padding: 210px 6% 82px;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.gallery-hero-bg,
.gallery-hero-overlay {
  position: absolute;
  inset: 0;
}

.gallery-hero-bg {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.gallery-hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 12, 26, 0.88) 0%, rgba(7, 29, 58, 0.64) 43%, rgba(7, 29, 58, 0.16) 100%),
    linear-gradient(180deg, rgba(3, 12, 26, 0.08), rgba(3, 12, 26, 0.76));
}

.gallery-editorial-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 180px;
  content: "";
  background: linear-gradient(180deg, transparent, #fbf7ee);
}

.gallery-hero-content {
  max-width: 980px;
}

.gallery-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(18px);
  font-size: 13px;
  font-weight: 750;
}

.gallery-breadcrumb a {
  color: rgba(255, 255, 255, 0.82);
}

.gallery-breadcrumb span {
  color: rgba(255, 255, 255, 0.64);
}

.gallery-editorial-hero .eyebrow {
  color: var(--gold-soft);
}

.gallery-editorial-hero h1 {
  max-width: 930px;
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 8.4vw, 132px);
  line-height: 0.88;
  letter-spacing: 0;
}

.gallery-editorial-hero p:not(.eyebrow) {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.7;
}

.gallery-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.gallery-hero-stats article {
  min-width: 178px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(150%);
}

.gallery-hero-stats strong {
  display: block;
  color: var(--white);
  font-size: 34px;
  line-height: 1;
}

.gallery-hero-stats span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.luxury-gallery-section {
  position: relative;
  padding: 96px 6% 112px;
  overflow: hidden;
  background:
    radial-gradient(circle at 6% 12%, rgba(71, 183, 232, 0.16), transparent 28%),
    radial-gradient(circle at 94% 8%, rgba(212, 175, 55, 0.16), transparent 26%),
    linear-gradient(135deg, #fbf7ee 0%, #ffffff 46%, rgba(232, 247, 255, 0.72) 100%);
}

.gallery-bg-shape {
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(7, 29, 58, 0.08);
  background: linear-gradient(135deg, rgba(71, 183, 232, 0.1), rgba(212, 175, 55, 0.12));
  clip-path: polygon(10% 0, 100% 0, 88% 100%, 0 100%);
  animation: galleryShapeFloat 9s ease-in-out infinite alternate;
}

.gallery-bg-one {
  top: 10%;
  right: -9%;
  width: 28%;
  height: 24%;
}

.gallery-bg-two {
  bottom: 16%;
  left: -10%;
  width: 24%;
  height: 22%;
  animation-delay: 1.4s;
}

.luxury-gallery-header,
.gallery-instagram-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.luxury-gallery-header h2,
.gallery-instagram-header h2 {
  max-width: 850px;
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 78px);
  line-height: 0.95;
  letter-spacing: 0;
}

.luxury-gallery-header p:not(.eyebrow) {
  max-width: 650px;
  margin: 16px 0 0;
  color: #5a687a;
  font-size: 17px;
  line-height: 1.75;
}

.luxury-gallery-filters {
  position: sticky;
  top: 116px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 30px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 54px rgba(7, 29, 58, 0.08);
  backdrop-filter: blur(20px) saturate(160%);
}

.luxury-gallery-filters button {
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid rgba(7, 29, 58, 0.08);
  border-radius: 18px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.68);
  cursor: pointer;
  font-size: 13px;
  font-weight: 760;
  transition: transform 220ms var(--ease-premium), background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.luxury-gallery-filters button:hover,
.luxury-gallery-filters button.is-active {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
  transform: translateY(-2px);
}

.luxury-masonry-grid {
  position: relative;
  z-index: 1;
  column-count: 4;
  column-gap: 18px;
}

.luxury-gallery-item {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 18px;
  padding: 0;
  overflow: hidden;
  break-inside: avoid;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 22px 58px rgba(7, 29, 58, 0.1);
  cursor: zoom-in;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 260ms ease, transform 280ms var(--ease-premium), box-shadow 280ms var(--ease-premium), border-color 220ms ease;
}

.luxury-gallery-item.is-hidden,
.luxury-gallery-item.is-pending {
  display: none;
}

.luxury-gallery-item.is-loading-in {
  animation: galleryItemReveal 520ms var(--ease-premium) both;
}

.luxury-gallery-item:hover,
.luxury-gallery-item:focus-visible {
  border-color: rgba(212, 175, 55, 0.42);
  box-shadow: 0 34px 88px rgba(7, 29, 58, 0.18);
  transform: translateY(-6px);
}

.luxury-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 620ms var(--ease-premium), filter 320ms ease;
}

.luxury-gallery-item:hover img,
.luxury-gallery-item:focus-visible img {
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.08);
}

.gallery-tall {
  height: 520px;
}

.gallery-wide {
  height: 350px;
}

.gallery-medium {
  height: 430px;
}

.gallery-short {
  height: 300px;
}

.luxury-gallery-overlay {
  position: absolute;
  inset: auto 12px 12px;
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 18px;
  color: var(--white);
  background: rgba(7, 29, 58, 0.54);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
  opacity: 0;
  backdrop-filter: blur(18px) saturate(150%);
  transform: translateY(14px);
  transition: opacity 240ms ease, transform 280ms var(--ease-premium);
}

.luxury-gallery-item:hover .luxury-gallery-overlay,
.luxury-gallery-item:focus-visible .luxury-gallery-overlay {
  opacity: 1;
  transform: translateY(0);
}

.gallery-instagram-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 14px;
  color: var(--white);
  background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #515bd4);
}

.gallery-instagram-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.luxury-gallery-overlay strong {
  font-size: 17px;
  line-height: 1.15;
}

.luxury-gallery-overlay em,
.luxury-gallery-overlay small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
}

.gallery-load-sentinel {
  width: 100%;
  height: 1px;
}

.gallery-instagram-feed {
  padding: 96px 6%;
  background: #ffffff;
}

.instagram-feed-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.instagram-feed-grid article {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(7, 29, 58, 0.08);
  border-radius: 22px;
  background: #f4f7fb;
  box-shadow: 0 20px 56px rgba(7, 29, 58, 0.09);
}

.instagram-feed-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms var(--ease-premium);
}

.instagram-feed-grid span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 16px;
  color: var(--white);
  background: rgba(7, 29, 58, 0.5);
  backdrop-filter: blur(16px);
  font-size: 12px;
  font-weight: 850;
}

.instagram-feed-grid article:hover img {
  transform: scale(1.07);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 28px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.gallery-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 7, 17, 0.82);
  backdrop-filter: blur(20px);
}

.gallery-lightbox-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
  width: min(1180px, 100%);
  max-height: min(820px, 92vh);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.38);
  transform: translateY(18px) scale(0.98);
  transition: transform 260ms var(--ease-premium);
}

.gallery-lightbox.is-open .gallery-lightbox-panel {
  transform: translateY(0) scale(1);
}

.gallery-lightbox-media {
  position: relative;
  min-height: 540px;
  background: #050b14;
}

.gallery-lightbox-media img {
  width: 100%;
  height: 100%;
  max-height: 92vh;
  object-fit: contain;
}

.gallery-lightbox-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 30px;
  color: var(--navy);
}

.gallery-lightbox-info h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1;
  letter-spacing: 0;
}

.gallery-lightbox-info p:not(.eyebrow) {
  margin: 0;
  color: #5a687a;
  line-height: 1.7;
}

.gallery-lightbox-meta,
.gallery-lightbox-stats,
.gallery-lightbox-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery-lightbox-meta span,
.gallery-lightbox-stats span {
  padding: 9px 11px;
  border: 1px solid rgba(7, 29, 58, 0.08);
  border-radius: 14px;
  color: var(--navy);
  background: rgba(232, 247, 255, 0.5);
  font-size: 12px;
  font-weight: 850;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  backdrop-filter: blur(14px);
  transition: transform 220ms var(--ease-premium), background-color 180ms ease;
}

.gallery-lightbox-close {
  align-self: flex-end;
  width: 44px;
  height: 44px;
  border-color: rgba(7, 29, 58, 0.12);
  border-radius: 14px;
  color: var(--navy);
  background: rgba(7, 29, 58, 0.04);
  font-size: 26px;
}

.gallery-lightbox-nav {
  position: absolute;
  top: 50%;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 18px;
  font-size: 20px;
  transform: translateY(-50%);
}

.gallery-lightbox-prev {
  left: 18px;
}

.gallery-lightbox-next {
  right: 18px;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover {
  background: var(--navy);
  color: var(--white);
  transform: translateY(-2px);
}

.gallery-lightbox-nav:hover {
  transform: translateY(-50%) scale(1.05);
}

body.gallery-lightbox-open {
  overflow: hidden;
}

@keyframes galleryShapeFloat {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 18px, 0);
  }
}

@keyframes galleryItemReveal {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1180px) {
  .luxury-masonry-grid {
    column-count: 3;
  }

  .gallery-lightbox-panel {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .gallery-lightbox-media {
    min-height: 460px;
  }
}

@media (max-width: 820px) {
  .gallery-editorial-hero {
    min-height: 760px;
    padding: 176px 22px 70px;
  }

  .luxury-gallery-section,
  .gallery-instagram-feed {
    padding: 70px 18px;
  }

  .luxury-gallery-header,
  .gallery-instagram-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .luxury-gallery-filters {
    top: 92px;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 12px;
  }

  .luxury-gallery-filters button {
    flex: 0 0 auto;
  }

  .luxury-masonry-grid {
    column-count: 2;
    column-gap: 12px;
  }

  .gallery-tall {
    height: 390px;
  }

  .gallery-wide,
  .gallery-medium {
    height: 300px;
  }

  .gallery-short {
    height: 230px;
  }

  .instagram-feed-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .gallery-lightbox {
    padding: 12px;
  }

  .gallery-lightbox-media {
    min-height: 340px;
  }

  .gallery-lightbox-info {
    padding: 22px;
  }
}

@media (max-width: 540px) {
  .gallery-editorial-hero h1 {
    font-size: 48px;
  }

  .gallery-hero-stats article {
    min-width: calc(50% - 7px);
  }

  .luxury-masonry-grid {
    column-count: 1;
  }

  .luxury-gallery-item {
    height: 340px;
  }

  .instagram-feed-grid {
    grid-template-columns: 1fr;
  }

  .gallery-lightbox-actions .btn {
    width: 100%;
  }
}

/* Gallery page mobile optimization only */
.gallery-luxury-page {
  overflow-x: hidden;
}

.gallery-luxury-page main {
  overflow-x: clip;
}

@media (hover: none) {
  .gallery-luxury-page .luxury-gallery-overlay,
  .gallery-luxury-page .luxury-gallery-item.is-tapped .luxury-gallery-overlay {
    opacity: 1;
    transform: none;
  }

  .gallery-luxury-page .luxury-gallery-item:hover {
    transform: none;
  }
}

@media (max-width: 991px) {
  .gallery-editorial-hero {
    min-height: 660px;
    padding: calc(var(--header-offset) + 40px) 24px 58px;
  }

  .gallery-hero-bg {
    object-position: 58% center;
    transform: scale(1.01);
  }

  .gallery-editorial-hero h1 {
    max-width: 720px;
    font-size: 56px;
    line-height: 0.98;
  }

  .gallery-editorial-hero p:not(.eyebrow) {
    max-width: 600px;
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.62;
  }

  .gallery-breadcrumb {
    margin-bottom: 22px;
  }

  .gallery-hero-stats {
    gap: 10px;
    margin-top: 24px;
  }

  .gallery-hero-stats article {
    min-width: 152px;
    padding: 14px 15px;
  }

  .gallery-hero-stats strong {
    font-size: 28px;
  }

  .luxury-gallery-section,
  .gallery-instagram-feed {
    padding: 72px 24px;
  }

  .luxury-gallery-header h2,
  .gallery-instagram-header h2 {
    font-size: 46px;
    line-height: 1;
  }

  .luxury-gallery-header p:not(.eyebrow) {
    font-size: 16px;
  }

  .luxury-gallery-filters {
    top: calc(var(--header-offset) + 8px);
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .luxury-gallery-filters::-webkit-scrollbar {
    display: none;
  }

  .luxury-gallery-filters button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .luxury-masonry-grid {
    column-count: 3;
    column-gap: 14px;
  }

  .luxury-gallery-item {
    margin-bottom: 14px;
    border-radius: 18px;
  }

  .gallery-lightbox-panel {
    width: min(760px, calc(100vw - 24px));
    max-height: calc(100dvh - 24px);
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .gallery-lightbox-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    background: rgba(255, 255, 255, 0.9);
  }

  .gallery-lightbox-media {
    min-height: 0;
    height: min(54dvh, 430px);
  }

  .gallery-lightbox-media img {
    max-height: none;
  }
}

@media (max-width: 768px) {
  .gallery-editorial-hero {
    min-height: 560px;
    padding: calc(var(--header-offset) + 24px) 18px 44px;
  }

  .gallery-editorial-hero::after {
    height: 110px;
  }

  .gallery-hero-bg {
    object-position: 58% center;
  }

  .gallery-editorial-hero h1 {
    max-width: 520px;
    font-size: 42px;
    line-height: 1.03;
  }

  .gallery-editorial-hero p:not(.eyebrow) {
    max-width: 460px;
    margin-top: 14px;
    font-size: 15.5px;
    line-height: 1.55;
  }

  .gallery-breadcrumb {
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 11px;
    font-size: 12px;
  }

  .gallery-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  .gallery-hero-stats article {
    min-width: 0;
    padding: 12px 10px;
  }

  .gallery-hero-stats strong {
    font-size: 22px;
  }

  .gallery-hero-stats span {
    font-size: 11.5px;
    line-height: 1.25;
  }

  .luxury-gallery-section,
  .gallery-instagram-feed {
    padding: 56px 16px;
  }

  .luxury-gallery-header,
  .gallery-instagram-header {
    gap: 16px;
    margin-bottom: 22px;
  }

  .luxury-gallery-header h2,
  .gallery-instagram-header h2 {
    font-size: 34px;
    line-height: 1.05;
  }

  .luxury-gallery-header p:not(.eyebrow) {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
  }

  .luxury-gallery-header .btn,
  .gallery-instagram-header .btn {
    width: 100%;
  }

  .luxury-gallery-filters {
    top: calc(var(--header-offset) + 4px);
    margin: 0 -16px 20px;
    padding: 10px 16px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: 0 12px 34px rgba(7, 29, 58, 0.08);
  }

  .luxury-gallery-filters button {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .luxury-masonry-grid {
    column-count: 2;
    column-gap: 12px;
  }

  .gallery-tall {
    height: 330px;
  }

  .gallery-wide,
  .gallery-medium {
    height: 265px;
  }

  .gallery-short {
    height: 220px;
  }

  .luxury-gallery-overlay {
    inset: auto 8px 8px;
    gap: 4px;
    padding: 10px;
    border-radius: 14px;
  }

  .gallery-instagram-icon {
    width: 32px;
    height: 32px;
    border-radius: 12px;
  }

  .luxury-gallery-overlay strong {
    font-size: 14px;
  }

  .luxury-gallery-overlay em,
  .luxury-gallery-overlay small {
    font-size: 11px;
  }

  .instagram-feed-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .gallery-lightbox {
    align-items: stretch;
    padding: 10px;
  }

  .gallery-lightbox-panel {
    width: calc(100vw - 20px);
    max-height: calc(100dvh - 20px);
    border-radius: 18px;
  }

  .gallery-lightbox-media {
    height: 48dvh;
    min-height: 240px;
  }

  .gallery-lightbox-info {
    gap: 12px;
    padding: 18px;
  }

  .gallery-lightbox-info h2 {
    padding-right: 48px;
    font-size: 28px;
    line-height: 1.05;
  }

  .gallery-lightbox-info p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.55;
  }

  .gallery-lightbox-close {
    width: 46px;
    height: 46px;
    font-size: 28px;
  }

  .gallery-lightbox-nav {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: rgba(7, 29, 58, 0.64);
  }

  .gallery-lightbox-prev {
    left: 10px;
  }

  .gallery-lightbox-next {
    right: 10px;
  }

  .gallery-lightbox-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gallery-lightbox-actions .btn {
    width: 100%;
  }

  .gallery-luxury-page .site-footer .footer-main {
    grid-template-columns: 1fr;
  }

  .gallery-luxury-page .site-footer .whatsapp-float,
  .gallery-luxury-page .site-footer .back-to-top {
    right: 12px;
    width: 44px;
    height: 44px;
  }

  .gallery-luxury-page .site-footer .whatsapp-float {
    bottom: 104px;
  }

  .gallery-luxury-page .site-footer .back-to-top {
    bottom: 52px;
  }
}

@media (max-width: 480px) {
  .gallery-editorial-hero {
    min-height: 500px;
    padding: calc(var(--header-offset) + 18px) 14px 36px;
  }

  .gallery-hero-bg {
    object-position: 60% center;
  }

  .gallery-editorial-hero h1 {
    font-size: 34px;
    line-height: 1.05;
  }

  .gallery-editorial-hero p:not(.eyebrow) {
    font-size: 14px;
  }

  .gallery-hero-stats {
    grid-template-columns: 1fr;
  }

  .gallery-hero-stats article {
    display: flex;
    min-width: 0;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .gallery-hero-stats span {
    margin-top: 0;
    text-align: right;
  }

  .luxury-gallery-section,
  .gallery-instagram-feed {
    padding: 46px 14px;
  }

  .luxury-gallery-header h2,
  .gallery-instagram-header h2 {
    font-size: 30px;
  }

  .luxury-gallery-filters {
    margin-inline: -14px;
    padding-inline: 14px;
  }

  .luxury-masonry-grid {
    column-count: 1;
  }

  .luxury-gallery-item,
  .gallery-tall,
  .gallery-wide,
  .gallery-medium,
  .gallery-short {
    height: 320px;
  }

  .instagram-feed-grid {
    grid-template-columns: 1fr;
  }

  .gallery-lightbox-media {
    height: 42dvh;
    min-height: 220px;
  }

  .gallery-lightbox-info {
    padding: 16px;
  }

  .gallery-lightbox-info h2 {
    font-size: 24px;
  }

  .gallery-lightbox-meta span,
  .gallery-lightbox-stats span {
    width: 100%;
  }
}

/* Global responsive heading scale */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.editorial-copy h1,
.shop-hero-content h1,
.services-hero-copy h1 {
  max-width: min(100%, 980px);
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.gallery-editorial-hero h1 {
  max-width: min(100%, 1120px);
  font-size: clamp(38px, 5.8vw, 86px);
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.hero h1,
.page-hero h1 {
  max-width: min(100%, 920px);
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.section-heading h2,
.luxury-title,
.best-sellers-header h2,
.why-editorial h2,
.virtual-cta-copy h2,
.customer-reviews-header h2,
.global-brands-header h2,
.instagram-gallery-header h2,
.shop-intro h2,
.shop-concierge h2,
.services-overview-copy h2,
.services-process-section h2,
.services-faq h2,
.services-booking-form h2,
.services-card-section h2,
.services-cta-section h2,
.google-review-panel h2,
.review-carousel-top h3,
.luxury-gallery-header h2,
.gallery-instagram-header h2,
.cta-band h2 {
  max-width: min(100%, 980px);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.service-detail-card h2,
.quick-view-panel h2,
.modal-header h2,
.gallery-lightbox-info h2 {
  max-width: 100%;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.footer-cta h2,
.site-footer .footer-cta h2 {
  max-width: min(100%, 860px);
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.04;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.editorial-copy,
.services-hero-copy,
.shop-hero-content,
.gallery-hero-content,
.page-hero > div {
  max-width: min(100%, 1040px);
}

@media (max-width: 991px) {
  .editorial-copy h1,
  .shop-hero-content h1,
  .services-hero-copy h1,
  .gallery-editorial-hero h1 {
    font-size: clamp(34px, 7.4vw, 58px);
    line-height: 1;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(34px, 7vw, 52px);
    line-height: 1.03;
  }

  .section-heading h2,
  .luxury-title,
  .best-sellers-header h2,
  .why-editorial h2,
  .virtual-cta-copy h2,
  .customer-reviews-header h2,
  .global-brands-header h2,
  .instagram-gallery-header h2,
  .shop-intro h2,
  .shop-concierge h2,
  .services-overview-copy h2,
  .services-process-section h2,
  .services-faq h2,
  .services-booking-form h2,
  .services-card-section h2,
  .services-cta-section h2,
  .google-review-panel h2,
  .review-carousel-top h3,
  .luxury-gallery-header h2,
  .gallery-instagram-header h2,
  .cta-band h2 {
    font-size: clamp(30px, 6vw, 46px);
    line-height: 1.06;
  }

  .editorial-hero,
  .shop-hero,
  .services-hero,
  .gallery-editorial-hero,
  .page-hero {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 576px) {
  .editorial-copy h1,
  .shop-hero-content h1,
  .services-hero-copy h1,
  .gallery-editorial-hero h1,
  .hero h1,
  .page-hero h1 {
    font-size: clamp(30px, 10vw, 44px);
    line-height: 1.06;
  }

  .section-heading h2,
  .luxury-title,
  .best-sellers-header h2,
  .why-editorial h2,
  .virtual-cta-copy h2,
  .customer-reviews-header h2,
  .global-brands-header h2,
  .instagram-gallery-header h2,
  .shop-intro h2,
  .shop-concierge h2,
  .services-overview-copy h2,
  .services-process-section h2,
  .services-faq h2,
  .services-booking-form h2,
  .services-card-section h2,
  .services-cta-section h2,
  .google-review-panel h2,
  .review-carousel-top h3,
  .luxury-gallery-header h2,
  .gallery-instagram-header h2,
  .cta-band h2,
  .footer-cta h2,
  .site-footer .footer-cta h2 {
    font-size: clamp(28px, 9vw, 38px);
    line-height: 1.08;
  }

  .service-detail-card h2,
  .quick-view-panel h2,
  .modal-header h2,
  .gallery-lightbox-info h2 {
    font-size: clamp(22px, 7.4vw, 30px);
    line-height: 1.1;
  }

  .editorial-hero,
  .shop-hero,
  .services-hero,
  .gallery-editorial-hero,
  .page-hero {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 768px) {
  .editorial-copy h1,
  .shop-hero-content h1,
  .services-hero-copy h1,
  .gallery-editorial-hero h1,
  .hero h1,
  .page-hero h1 {
    font-size: clamp(32px, 7.6vw, 46px);
    line-height: 1.06;
  }

  .section-heading h2,
  .luxury-title,
  .best-sellers-header h2,
  .why-editorial h2,
  .virtual-cta-copy h2,
  .customer-reviews-header h2,
  .global-brands-header h2,
  .instagram-gallery-header h2,
  .shop-intro h2,
  .shop-concierge h2,
  .services-overview-copy h2,
  .services-process-section h2,
  .services-faq h2,
  .services-booking-form h2,
  .services-card-section h2,
  .services-cta-section h2,
  .google-review-panel h2,
  .review-carousel-top h3,
  .luxury-gallery-header h2,
  .gallery-instagram-header h2,
  .cta-band h2,
  .footer-cta h2,
  .site-footer .footer-cta h2 {
    font-size: clamp(28px, 7vw, 38px);
    line-height: 1.08;
  }
}

@media (max-width: 480px) {
  .editorial-copy h1,
  .shop-hero-content h1,
  .services-hero-copy h1,
  .gallery-editorial-hero h1,
  .hero h1,
  .page-hero h1 {
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.08;
  }

  .section-heading h2,
  .luxury-title,
  .best-sellers-header h2,
  .why-editorial h2,
  .virtual-cta-copy h2,
  .customer-reviews-header h2,
  .global-brands-header h2,
  .instagram-gallery-header h2,
  .shop-intro h2,
  .shop-concierge h2,
  .services-overview-copy h2,
  .services-process-section h2,
  .services-faq h2,
  .services-booking-form h2,
  .services-card-section h2,
  .services-cta-section h2,
  .google-review-panel h2,
  .review-carousel-top h3,
  .luxury-gallery-header h2,
  .gallery-instagram-header h2,
  .cta-band h2,
  .footer-cta h2,
  .site-footer .footer-cta h2 {
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.1;
  }
}

/* Products listing mobile layout */
.mobile-shop-controls,
.mobile-filter-backdrop,
.mobile-filter-close,
.mobile-load-more {
  display: none;
}

.filter-head-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 991px) {
  .products-luxury-page {
    overflow-x: hidden;
  }

  .products-luxury-page .luxury-shop {
    padding-right: 24px;
    padding-left: 24px;
  }

  .products-luxury-page .shop-intro {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 18px;
  }

  .products-luxury-page .category-tabs {
    display: flex;
    max-width: 100%;
    gap: 10px;
    margin: 0 -24px 12px;
    padding: 0 24px 10px;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    border: 0;
    background: transparent;
    box-shadow: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .products-luxury-page .category-tabs::-webkit-scrollbar {
    display: none;
  }

  .products-luxury-page .category-tabs button {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 10px 15px;
    white-space: nowrap;
    border: 1px solid rgba(11, 35, 65, 0.1);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 28px rgba(11, 35, 65, 0.06);
  }

  .products-luxury-page .category-tabs button.is-active {
    background: linear-gradient(135deg, var(--navy), #123b67);
  }

  .mobile-shop-controls {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 16px;
  }

  .mobile-filter-toggle {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: min(100%, 320px);
    padding: 10px 14px;
    border: 1px solid rgba(11, 35, 65, 0.12);
    border-radius: var(--radius);
    color: var(--navy);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 34px rgba(11, 35, 65, 0.08);
    font-weight: 900;
  }

  .mobile-filter-toggle small {
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
  }

  .products-luxury-page .shop-shell {
    display: block;
  }

  .products-luxury-page .filter-sidebar {
    position: fixed;
    inset: auto 0 0;
    z-index: 1301;
    width: 100%;
    max-height: min(82dvh, 680px);
    padding: 20px 24px 26px;
    overflow-y: auto;
    border-radius: 22px 22px 0 0;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -28px 78px rgba(7, 29, 58, 0.24);
    transform: translateY(110%);
    visibility: hidden;
    transition: transform 320ms var(--ease-premium), visibility 320ms ease;
  }

  .products-luxury-page .filter-sidebar.reveal {
    opacity: 1;
    transform: translateY(110%);
  }

  body.products-luxury-page.product-filter-open .filter-sidebar {
    visibility: visible;
    transform: translateY(0);
  }

  .mobile-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1300;
    display: block;
    background: rgba(3, 12, 26, 0.46);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(8px);
    transition: opacity 240ms ease, visibility 240ms ease;
  }

  body.products-luxury-page.product-filter-open .mobile-filter-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.products-luxury-page.product-filter-open {
    overflow: hidden;
  }

  .mobile-filter-close {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 7px 10px;
    border: 1px solid rgba(11, 35, 65, 0.12);
    border-radius: var(--radius);
    color: var(--navy);
    background: rgba(232, 247, 255, 0.74);
    font-size: 13px;
    font-weight: 900;
  }

  .products-luxury-page .filter-sidebar fieldset {
    padding: 14px 0;
  }

  .products-luxury-page .filter-sidebar label {
    min-height: 34px;
  }

  .products-luxury-page .shop-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
    padding: 14px;
  }

  .products-luxury-page .sort-control {
    width: 100%;
    justify-content: space-between;
  }

  .products-luxury-page .sort-control select {
    min-width: 190px;
  }

  .products-luxury-page .luxury-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .products-luxury-page .luxury-product-card.is-mobile-hidden {
    display: none;
  }

  .products-luxury-page .luxury-pagination {
    display: none;
  }

  .mobile-load-more {
    display: flex;
    width: min(100%, 360px);
    min-height: 48px;
    align-items: center;
    justify-content: center;
    margin: 24px auto 0;
    border: 1px solid rgba(11, 35, 65, 0.14);
    border-radius: var(--radius);
    color: var(--white);
    background: var(--navy);
    box-shadow: 0 16px 34px rgba(11, 35, 65, 0.16);
    font-weight: 900;
  }

  .mobile-load-more[hidden] {
    display: none;
  }
}

@media (max-width: 768px) {
  .products-luxury-page .luxury-shop,
  .products-luxury-page .shop-editorial-strip,
  .products-luxury-page .shop-hero {
    padding-right: 16px;
    padding-left: 16px;
  }

  .products-luxury-page .category-tabs {
    margin-inline: -16px;
    padding-inline: 16px;
  }

  .products-luxury-page .luxury-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .products-luxury-page .luxury-product-card {
    border-radius: var(--radius);
  }

  .products-luxury-page .product-visual img {
    aspect-ratio: 1 / 0.82;
  }

  .products-luxury-page .product-badge {
    top: 8px;
    left: 8px;
    min-height: 24px;
    padding: 5px 7px;
    font-size: 9px;
  }

  .products-luxury-page .wishlist-btn {
    top: 8px;
    right: 8px;
    width: 42px;
    height: 42px;
  }

  .products-luxury-page .product-actions {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px;
    opacity: 1;
    transform: none;
    background: rgba(255, 255, 255, 0.94);
  }

  .products-luxury-page .product-actions button {
    min-height: 40px;
    font-size: 12px;
  }

  .products-luxury-page .product-copy {
    padding: 12px;
  }

  .products-luxury-page .product-copy > span {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .products-luxury-page .product-copy h3 {
    display: -webkit-box;
    margin-bottom: 6px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.18;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .products-luxury-page .product-copy p {
    display: -webkit-box;
    min-height: 38px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .products-luxury-page .swatches {
    margin: 10px 0;
  }

  .products-luxury-page .swatches i {
    width: 14px;
    height: 14px;
  }

  .products-luxury-page .product-foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding-top: 10px;
  }

  .products-luxury-page .product-foot strong {
    font-size: 16px;
  }

  .products-luxury-page .product-foot a {
    font-size: 11px;
  }
}

@media (max-width: 420px) {
  .products-luxury-page .luxury-product-grid {
    gap: 10px;
  }

  .products-luxury-page .product-visual img {
    aspect-ratio: 1 / 0.76;
  }

  .products-luxury-page .product-copy {
    padding: 10px;
  }

  .products-luxury-page .product-copy h3 {
    font-size: 14px;
  }

  .products-luxury-page .product-copy p {
    min-height: 34px;
    font-size: 11px;
  }

  .products-luxury-page .product-actions {
    padding: 8px;
  }

  .products-luxury-page .product-actions button {
    min-height: 38px;
    padding-inline: 8px;
    font-size: 11px;
  }

  .products-luxury-page .filter-sidebar {
    padding-inline: 16px;
  }
}

/* Premium About page */
.about-luxury-page {
  background: #fbf7ee;
}

.about-luxury-page main {
  overflow-x: clip;
  background:
    radial-gradient(circle at 8% 16%, rgba(71, 183, 232, 0.12), transparent 28%),
    linear-gradient(135deg, #fbf7ee 0%, #ffffff 48%, rgba(232, 247, 255, 0.72) 100%);
}

.about-hero {
  position: relative;
  display: flex;
  min-height: 92vh;
  align-items: flex-end;
  padding: 210px 6% 90px;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.about-hero > img,
.about-hero-overlay {
  position: absolute;
  inset: 0;
}

.about-hero > img {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms var(--ease-premium);
  transform: scale(1.04) translate3d(calc(var(--about-hero-x, 0) * 1px), calc(var(--about-hero-y, 0) * 1px), 0);
}

.about-hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 12, 26, 0.9), rgba(7, 29, 58, 0.62) 48%, rgba(7, 29, 58, 0.16)),
    linear-gradient(180deg, rgba(3, 12, 26, 0.04), rgba(3, 12, 26, 0.76));
}

.about-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 170px;
  content: "";
  background: linear-gradient(180deg, transparent, #fbf7ee);
}

.about-hero-content {
  max-width: 980px;
}

.about-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  font-size: 13px;
  font-weight: 800;
}

.about-hero .eyebrow {
  color: var(--gold-soft);
}

.about-hero h1 {
  max-width: 980px;
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 6.4vw, 96px);
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
}

.about-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.7;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.about-hero-card {
  position: absolute;
  right: 6%;
  bottom: 86px;
  width: min(340px, 30vw);
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(22px) saturate(150%);
}

.about-hero-card span,
.about-mission-card span,
.about-testimonial-card span {
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-hero-card strong {
  display: block;
  margin-top: 10px;
  color: var(--white);
  font-size: 22px;
  line-height: 1.2;
}

.about-section {
  position: relative;
  padding: 96px 6%;
}

.about-section-header {
  max-width: 920px;
  margin-bottom: 34px;
}

.about-section-header h2,
.about-story-copy h2,
.about-mission-card h2,
.about-google-summary h2,
.about-cta-copy h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.6vw, 64px);
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.about-story-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 54px;
  align-items: center;
}

.about-story-copy > p:not(.eyebrow) {
  max-width: 700px;
  color: #566477;
  font-size: 17px;
  line-height: 1.8;
}

.about-timeline {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.about-timeline article,
.about-feature-card,
.about-number-card,
.about-mission-card,
.about-google-summary,
.about-testimonial-card,
.about-faq-list details {
  border: 1px solid rgba(7, 29, 58, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 58px rgba(7, 29, 58, 0.09);
  backdrop-filter: blur(18px);
}

.about-timeline article {
  display: grid;
  grid-template-columns: 86px minmax(0, 0.45fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 16px;
}

.about-timeline span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 800;
}

.about-timeline strong,
.about-feature-card h3,
.about-team-card h3 {
  color: var(--navy);
}

.about-timeline p {
  margin: 0;
  color: #667286;
}

.about-story-media {
  position: relative;
  min-height: 620px;
}

.about-story-media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 34px 90px rgba(7, 29, 58, 0.18);
}

.about-floating-note {
  position: absolute;
  left: -28px;
  bottom: 36px;
  width: min(300px, 78%);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 20px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 58px rgba(7, 29, 58, 0.14);
  backdrop-filter: blur(18px);
}

.about-floating-note span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.about-floating-note strong {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.2;
}

.about-feature-grid,
.about-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-feature-card {
  padding: 24px;
  transition: transform 240ms var(--ease-premium), box-shadow 240ms ease;
}

.about-feature-card:hover,
.about-team-card:hover,
.about-store-item:hover {
  transform: translateY(-6px);
}

.about-feature-card span {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 16px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--sky-soft), var(--gold-soft));
  font-weight: 950;
}

.about-feature-card h3 {
  margin: 18px 0 8px;
  font-size: 22px;
}

.about-feature-card p,
.about-mission-card p,
.about-testimonial-card p,
.about-cta-copy p,
.about-faq-list p {
  color: #5b687a;
  line-height: 1.7;
}

.about-experts-section {
  background:
    linear-gradient(135deg, rgba(7, 29, 58, 0.98), rgba(13, 45, 85, 0.94)),
    url("https://images.unsplash.com/photo-1511499767150-a48a237f0083?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.about-experts-section .about-section-header h2 {
  color: var(--white);
}

.about-experts-section .eyebrow {
  color: var(--gold-soft);
}

.about-team-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
  transition: transform 240ms var(--ease-premium);
}

.about-team-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.about-team-card div {
  padding: 20px;
}

.about-team-card h3 {
  margin: 0;
  color: var(--white);
  font-size: 22px;
}

.about-team-card p {
  margin: 4px 0;
  color: rgba(255, 255, 255, 0.72);
}

.about-team-card span {
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 850;
}

.about-team-card nav {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.about-team-card a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-store-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 220px;
  gap: 16px;
}

.about-store-item {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(7, 29, 58, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(7, 29, 58, 0.1);
  cursor: zoom-in;
  transition: transform 240ms var(--ease-premium);
}

.about-store-wide {
  grid-column: span 2;
}

.about-store-tall {
  grid-row: span 2;
}

.about-store-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 620ms var(--ease-premium);
}

.about-store-item:hover img {
  transform: scale(1.07);
}

.about-numbers-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  background: var(--navy);
}

.about-number-card {
  padding: 28px;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
}

.about-number-card strong {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1;
}

.about-number-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 850;
}

.about-mission-section,
.about-love-section,
.about-cta-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.about-mission-card {
  padding: 34px;
}

.about-mission-card span {
  color: var(--gold);
}

.about-mission-card h2 {
  margin-top: 16px;
  font-size: clamp(30px, 4vw, 54px);
}

.about-google-summary,
.about-testimonial-card {
  padding: 28px;
}

.about-google-summary div {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0;
}

.about-google-summary strong {
  color: var(--navy);
  font-size: 58px;
  line-height: 1;
}

.about-google-summary span {
  color: var(--gold);
  letter-spacing: 0.08em;
}

.about-testimonial-stack {
  display: grid;
  gap: 14px;
}

.about-testimonial-card span {
  color: var(--gold);
}

.about-testimonial-card p {
  margin: 12px 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.25;
}

.about-testimonial-card strong {
  color: #536073;
}

.about-cta-section {
  overflow: hidden;
  margin: 0 6% 96px;
  padding: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 28px 78px rgba(7, 29, 58, 0.12);
}

.about-cta-section img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.about-cta-copy {
  align-self: center;
  padding: 48px;
}

.about-cta-copy div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.about-faq-list {
  max-width: 980px;
}

.about-faq-list details {
  margin-bottom: 12px;
  padding: 20px 22px;
}

.about-faq-list summary {
  color: var(--navy);
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
}

.about-faq-list p {
  margin-bottom: 0;
}

.about-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.about-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.about-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 7, 17, 0.82);
  backdrop-filter: blur(18px);
}

.about-lightbox-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  width: min(1020px, 100%);
  overflow: hidden;
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 44px 110px rgba(0, 0, 0, 0.34);
}

.about-lightbox-panel > button {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 14px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: 26px;
}

.about-lightbox-panel img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.about-lightbox-panel div {
  align-self: center;
  padding: 34px;
}

.about-lightbox-panel h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  line-height: 1;
}

body.about-lightbox-open {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .about-story-section,
  .about-mission-section,
  .about-love-section,
  .about-cta-section {
    grid-template-columns: 1fr;
  }

  .about-hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(420px, 100%);
    margin-top: 30px;
  }

  .about-feature-grid,
  .about-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-numbers-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .about-hero,
  .about-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .about-hero {
    min-height: auto;
    padding-top: calc(var(--header-offset) + 58px);
    padding-bottom: 66px;
  }

  .about-hero h1 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.05;
  }

  .about-hero p:not(.eyebrow) {
    font-size: 16px;
  }

  .about-section {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .about-section-header h2,
  .about-story-copy h2,
  .about-mission-card h2,
  .about-google-summary h2,
  .about-cta-copy h2 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.06;
  }

  .about-timeline article {
    grid-template-columns: 1fr;
  }

  .about-story-media,
  .about-story-media img {
    min-height: 360px;
  }

  .about-floating-note {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
  }

  .about-feature-grid,
  .about-team-grid,
  .about-numbers-section,
  .about-store-grid {
    grid-template-columns: 1fr;
  }

  .about-store-wide,
  .about-store-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .about-store-grid {
    grid-auto-rows: 300px;
  }

  .about-cta-section {
    margin: 0 18px 66px;
  }

  .about-cta-copy {
    padding: 28px;
  }

  .about-lightbox-panel {
    grid-template-columns: 1fr;
    max-height: 90vh;
    overflow-y: auto;
  }

  .about-lightbox-panel img {
    min-height: 300px;
  }
}

/* Premium Contact page */
.contact-luxury-page {
  background: #fbf7ee;
}

.contact-luxury-page main {
  overflow-x: clip;
  background:
    radial-gradient(circle at 8% 18%, rgba(71, 183, 232, 0.12), transparent 28%),
    radial-gradient(circle at 88% 44%, rgba(201, 164, 92, 0.11), transparent 24%),
    linear-gradient(135deg, #fbf7ee 0%, #ffffff 48%, rgba(232, 247, 255, 0.76) 100%);
}

.contact-hero {
  position: relative;
  display: flex;
  min-height: 90vh;
  align-items: flex-end;
  padding: 210px 6% 92px;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.contact-hero > img,
.contact-hero-overlay {
  position: absolute;
  inset: 0;
}

.contact-hero > img {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05) translate3d(calc(var(--contact-hero-x, 0) * 1px), calc(var(--contact-hero-y, 0) * 1px), 0);
  transition: transform 420ms var(--ease-premium);
}

.contact-hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 9, 22, 0.92), rgba(7, 29, 58, 0.64) 48%, rgba(7, 29, 58, 0.18)),
    linear-gradient(180deg, rgba(2, 9, 22, 0.08), rgba(2, 9, 22, 0.78));
}

.contact-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 170px;
  content: "";
  background: linear-gradient(180deg, transparent, #fbf7ee);
}

.contact-hero-content {
  max-width: 980px;
}

.contact-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  font-size: 13px;
  font-weight: 800;
}

.contact-breadcrumb a {
  transition: color 180ms ease;
}

.contact-breadcrumb a:hover {
  color: var(--gold-soft);
}

.contact-hero .eyebrow,
.contact-emergency-banner .eyebrow {
  color: var(--gold-soft);
}

.contact-hero h1 {
  max-width: 1000px;
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 6vw, 92px);
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

.contact-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.7;
}

.contact-hero-actions,
.contact-cta-actions,
.contact-emergency-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.contact-hero-card {
  position: absolute;
  right: 6%;
  bottom: 86px;
  width: min(350px, 30vw);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(22px) saturate(150%);
}

.contact-hero-card span,
.contact-store-card > span,
.contact-review-panel > span {
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-hero-card strong {
  display: block;
  margin-top: 10px;
  color: var(--white);
  font-size: 21px;
  line-height: 1.25;
}

.contact-hero-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--gold-soft);
  font-weight: 850;
}

.contact-section {
  position: relative;
  padding: 92px 6%;
}

.contact-section-header {
  max-width: 900px;
  margin-bottom: 34px;
}

.contact-section-header h2,
.contact-form-copy h2,
.contact-cta-copy h2,
.contact-faq-panel h2,
.contact-review-panel h2,
.contact-emergency-banner h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.contact-section-header p:not(.eyebrow),
.contact-form-copy p,
.contact-cta-copy p {
  max-width: 700px;
  color: #5b687a;
  font-size: 17px;
  line-height: 1.8;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.contact-info-card,
.contact-form-card,
.contact-store-card,
.contact-why-card,
.contact-faq-panel,
.contact-review-panel,
.contact-review-list article {
  border: 1px solid rgba(7, 29, 58, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 58px rgba(7, 29, 58, 0.09);
  backdrop-filter: blur(18px);
}

.contact-info-card {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 220px;
  padding: 22px;
  overflow: hidden;
  transition: transform 240ms var(--ease-premium), box-shadow 240ms ease, border-color 220ms ease;
}

.contact-info-card::after,
.contact-why-card::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(135deg, rgba(71, 183, 232, 0.16), transparent 42%, rgba(201, 164, 92, 0.12));
  opacity: 0;
  transition: opacity 240ms ease;
}

.contact-info-card:hover,
.contact-why-card:hover,
.contact-review-list article:hover {
  border-color: rgba(71, 183, 232, 0.28);
  box-shadow: 0 28px 76px rgba(7, 29, 58, 0.14);
  transform: translateY(-6px);
}

.contact-info-card:hover::after,
.contact-why-card:hover::after {
  opacity: 1;
}

.contact-card-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(71, 183, 232, 0.22);
  border-radius: 18px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--sky-soft), var(--gold-soft));
}

.contact-card-icon svg,
.contact-info-card svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.contact-info-card span:not(.contact-card-icon) {
  position: relative;
  z-index: 1;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-info-card strong {
  position: relative;
  z-index: 1;
  color: var(--navy);
  font-size: 21px;
  line-height: 1.18;
}

.contact-info-card small {
  position: relative;
  z-index: 1;
  color: #647286;
  font-size: 14px;
}

.contact-form-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 36px;
  align-items: start;
  background:
    linear-gradient(135deg, rgba(7, 29, 58, 0.98), rgba(13, 45, 85, 0.93)),
    url("https://images.unsplash.com/photo-1574258495973-f010dfbb5371?auto=format&fit=crop&w=1800&q=82") center/cover;
}

.contact-form-copy {
  position: sticky;
  top: 142px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 26px 74px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(20px);
}

.contact-form-copy .eyebrow {
  color: var(--gold-soft);
}

.contact-form-copy h2,
.contact-form-copy p {
  color: var(--white);
}

.contact-form-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-mini-list {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.contact-mini-list span {
  position: relative;
  padding: 12px 14px 12px 40px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 750;
}

.contact-mini-list span::before,
.contact-why-card span::before {
  position: absolute;
  content: "";
  background: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m9 16.2-3.5-3.5L4 14.2 9 19 20.5 7.5 19 6 9 16.2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m9 16.2-3.5-3.5L4 14.2 9 19 20.5 7.5 19 6 9 16.2Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.contact-mini-list span::before {
  left: 15px;
  top: 50%;
  width: 16px;
  height: 16px;
  color: var(--gold-soft);
  transform: translateY(-50%);
}

.contact-form-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.78);
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-field {
  position: relative;
  display: block;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(7, 29, 58, 0.12);
  border-radius: 16px;
  color: var(--navy);
  background: rgba(255, 253, 248, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.contact-field input,
.contact-field select {
  min-height: 60px;
  padding: 22px 15px 10px;
}

.contact-field textarea {
  resize: vertical;
  min-height: 150px;
  padding: 24px 15px 12px;
}

.contact-field > span {
  position: absolute;
  left: 15px;
  top: 18px;
  color: #6c7788;
  pointer-events: none;
  font-size: 15px;
  font-weight: 750;
  transition: transform 180ms ease, color 180ms ease, font-size 180ms ease;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: rgba(71, 183, 232, 0.72);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 0 4px rgba(71, 183, 232, 0.16);
}

.contact-field input:focus + span,
.contact-field textarea:focus + span,
.contact-field input:not(:placeholder-shown) + span,
.contact-field textarea:not(:placeholder-shown) + span {
  color: var(--gold);
  font-size: 12px;
  transform: translateY(-12px);
}

.contact-select-field select {
  padding-top: 12px;
  color: #5f6d80;
  font-weight: 750;
}

.contact-message-field,
.contact-checkbox {
  grid-column: 1 / -1;
}

.contact-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #5c687a;
  font-size: 14px;
  font-weight: 700;
}

.contact-checkbox input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 3px;
  accent-color: var(--navy);
}

.contact-form-card .btn {
  width: min(240px, 100%);
  margin-top: 22px;
  justify-content: center;
}

.contact-form-card.is-validated input:invalid,
.contact-form-card.is-validated select:invalid,
.contact-form-card.is-validated textarea:invalid {
  border-color: rgba(198, 54, 54, 0.62);
  box-shadow: 0 0 0 4px rgba(198, 54, 54, 0.09);
}

.contact-form-status {
  min-height: 28px;
  margin: 14px 0 0;
  color: var(--navy);
  font-weight: 850;
}

.contact-form-status.is-success {
  animation: contactSuccessPulse 620ms var(--ease-premium);
}

@keyframes contactSuccessPulse {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-eye-test-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}

.contact-cta-copy {
  padding: 38px;
  border: 1px solid rgba(7, 29, 58, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 24px 70px rgba(7, 29, 58, 0.1);
  backdrop-filter: blur(18px);
}

.contact-cta-actions .btn-outline,
.contact-store-card .btn,
.contact-review-panel .btn-outline {
  color: var(--navy);
  border-color: rgba(7, 29, 58, 0.14);
  background: rgba(255, 255, 255, 0.72);
}

.contact-cta-media {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 34px 90px rgba(7, 29, 58, 0.16);
}

.contact-cta-media img {
  width: 100%;
  height: 100%;
  min-height: 530px;
  object-fit: cover;
  transition: transform 700ms var(--ease-premium);
}

.contact-cta-media:hover img {
  transform: scale(1.05);
}

.contact-floating-stat {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(320px, calc(100% - 48px));
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 22px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 58px rgba(7, 29, 58, 0.16);
  backdrop-filter: blur(18px);
}

.contact-floating-stat span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-floating-stat strong {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.2;
}

.contact-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 22px;
  align-items: stretch;
}

.contact-map-card {
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(7, 29, 58, 0.08);
  border-radius: 28px;
  box-shadow: 0 28px 78px rgba(7, 29, 58, 0.12);
  background: var(--white);
}

.contact-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
  filter: saturate(0.86) contrast(1.02);
}

.contact-store-card {
  display: grid;
  align-content: center;
  gap: 20px;
  padding: 32px;
}

.contact-store-card > span,
.contact-review-panel > span {
  color: var(--gold);
}

.contact-store-card h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.05;
}

.contact-store-features {
  display: grid;
  gap: 12px;
}

.contact-store-features p {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(7, 29, 58, 0.08);
  border-radius: 16px;
  background: rgba(251, 247, 238, 0.72);
}

.contact-store-features strong,
.contact-store-features small {
  display: block;
}

.contact-store-features strong {
  color: var(--navy);
}

.contact-store-features small {
  color: #647286;
}

.contact-why-section {
  background: rgba(255, 255, 255, 0.58);
}

.contact-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.contact-why-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  transition: transform 240ms var(--ease-premium), box-shadow 240ms ease, border-color 220ms ease;
}

.contact-why-card span {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--sky-soft), var(--gold-soft));
}

.contact-why-card span::before {
  width: 20px;
  height: 20px;
}

.contact-why-card h3 {
  position: relative;
  margin: 20px 0 8px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.18;
}

.contact-why-card p {
  position: relative;
  margin: 0;
  color: #5c687a;
}

.contact-faq-review-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 24px;
}

.contact-faq-panel,
.contact-review-panel {
  padding: 34px;
}

.contact-faq-panel h2,
.contact-review-panel h2 {
  font-size: clamp(32px, 4vw, 54px);
}

.contact-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.contact-faq-list details {
  padding: 18px 20px;
  border: 1px solid rgba(7, 29, 58, 0.08);
  border-radius: 18px;
  background: rgba(251, 247, 238, 0.66);
}

.contact-faq-list summary {
  color: var(--navy);
  cursor: pointer;
  font-size: 17px;
  font-weight: 850;
}

.contact-faq-list p {
  margin: 12px 0 0;
  color: #647286;
  line-height: 1.7;
}

.contact-review-panel {
  align-self: start;
  background:
    radial-gradient(circle at 90% 0%, rgba(71, 183, 232, 0.15), transparent 32%),
    rgba(255, 255, 255, 0.76);
}

.contact-stars {
  margin: 10px 0 22px;
  color: var(--gold);
  font-size: 20px;
  letter-spacing: 0.04em;
}

.contact-review-list {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.contact-review-list article {
  padding: 18px;
  transition: transform 240ms var(--ease-premium), box-shadow 240ms ease;
}

.contact-review-list strong {
  color: var(--navy);
}

.contact-review-list p {
  margin: 8px 0 0;
  color: #596678;
}

.contact-emergency-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 6% 96px;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 20%, rgba(71, 183, 232, 0.28), transparent 32%),
    linear-gradient(135deg, #06182f, #0d2d55);
  box-shadow: 0 34px 90px rgba(7, 29, 58, 0.22);
}

.contact-emergency-banner h2 {
  color: var(--white);
  font-size: clamp(30px, 4vw, 52px);
}

.contact-emergency-banner .btn-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1180px) {
  .contact-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(430px, 100%);
    margin-top: 30px;
  }

  .contact-hero {
    display: block;
  }
}

@media (max-width: 991px) {
  .contact-hero {
    min-height: auto;
    padding-top: calc(var(--header-offset) + 68px);
    padding-bottom: 78px;
  }

  .contact-hero h1 {
    font-size: clamp(36px, 8vw, 64px);
    line-height: 1;
  }

  .contact-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .contact-form-section,
  .contact-eye-test-cta,
  .contact-location-grid,
  .contact-faq-review-section {
    grid-template-columns: 1fr;
  }

  .contact-form-copy {
    position: relative;
    top: auto;
  }

  .contact-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-emergency-banner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .contact-hero,
  .contact-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .contact-hero {
    padding-top: calc(var(--header-offset) + 46px);
    padding-bottom: 64px;
  }

  .contact-hero h1,
  .contact-section-header h2,
  .contact-form-copy h2,
  .contact-cta-copy h2,
  .contact-faq-panel h2,
  .contact-review-panel h2 {
    font-size: clamp(30px, 9vw, 44px);
    line-height: 1.06;
  }

  .contact-hero p:not(.eyebrow),
  .contact-section-header p:not(.eyebrow),
  .contact-form-copy p,
  .contact-cta-copy p {
    font-size: 16px;
  }

  .contact-breadcrumb {
    margin-bottom: 20px;
  }

  .contact-info-grid,
  .contact-form-grid,
  .contact-why-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-card {
    min-height: 190px;
  }

  .contact-form-card,
  .contact-form-copy,
  .contact-cta-copy,
  .contact-store-card,
  .contact-faq-panel,
  .contact-review-panel {
    padding: 24px;
    border-radius: 22px;
  }

  .contact-cta-media,
  .contact-cta-media img {
    min-height: 360px;
  }

  .contact-map-card,
  .contact-map-card iframe {
    min-height: 380px;
  }

  .contact-store-card h3 {
    font-size: 28px;
  }

  .contact-emergency-banner {
    margin: 0 18px 72px;
    padding: 26px;
    border-radius: 22px;
  }

  .contact-emergency-actions,
  .contact-emergency-actions .btn,
  .contact-hero-actions .btn,
  .contact-cta-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .contact-hero {
    padding-top: calc(var(--header-offset) + 34px);
  }

  .contact-hero-card,
  .contact-info-card {
    border-radius: 20px;
  }

  .contact-card-icon {
    width: 48px;
    height: 48px;
  }

  .contact-field input,
  .contact-field select {
    min-height: 56px;
  }

  .contact-floating-stat {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-hero > img,
  .contact-info-card,
  .contact-why-card,
  .contact-review-list article,
  .contact-cta-media img {
    transition: none;
  }
}

/* Premium Blog page */
.blog-luxury-page {
  background: #fbf7ee;
}

.blog-luxury-page main {
  overflow-x: clip;
  background:
    radial-gradient(circle at 12% 18%, rgba(71, 183, 232, 0.12), transparent 28%),
    radial-gradient(circle at 86% 40%, rgba(201, 164, 92, 0.1), transparent 24%),
    linear-gradient(135deg, #fbf7ee 0%, #ffffff 46%, rgba(232, 247, 255, 0.72) 100%);
}

.blog-hero {
  position: relative;
  display: flex;
  min-height: 90vh;
  align-items: flex-end;
  padding: 210px 6% 90px;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.blog-hero > img,
.blog-hero-overlay {
  position: absolute;
  inset: 0;
}

.blog-hero > img {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05) translate3d(calc(var(--blog-hero-x, 0) * 1px), calc(var(--blog-hero-y, 0) * 1px), 0);
  transition: transform 420ms var(--ease-premium);
}

.blog-hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 9, 22, 0.92), rgba(7, 29, 58, 0.68) 48%, rgba(7, 29, 58, 0.18)),
    linear-gradient(180deg, rgba(2, 9, 22, 0.08), rgba(2, 9, 22, 0.78));
}

.blog-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 170px;
  content: "";
  background: linear-gradient(180deg, transparent, #fbf7ee);
}

.blog-hero-content {
  max-width: 1010px;
}

.blog-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  font-size: 13px;
  font-weight: 800;
}

.blog-breadcrumb a {
  transition: color 180ms ease;
}

.blog-breadcrumb a:hover {
  color: var(--gold-soft);
}

.blog-hero .eyebrow,
.blog-hero-card span {
  color: var(--gold-soft);
}

.blog-hero h1 {
  max-width: 980px;
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 6vw, 92px);
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

.blog-hero p:not(.eyebrow) {
  max-width: 700px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.7;
}

.blog-hero-card {
  position: absolute;
  right: 6%;
  bottom: 86px;
  width: min(350px, 30vw);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(22px) saturate(150%);
}

.blog-hero-card span,
.blog-featured-media span,
.blog-card-media span {
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-hero-card strong {
  display: block;
  margin-top: 10px;
  color: var(--white);
  font-size: 21px;
  line-height: 1.25;
}

.blog-section {
  position: relative;
  padding: 90px 6%;
}

.blog-section-header {
  max-width: 900px;
  margin-bottom: 32px;
}

.blog-section-header h2,
.blog-featured-copy h2,
.blog-newsletter-section h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.3vw, 62px);
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.blog-section-header p:not(.eyebrow),
.blog-featured-copy p,
.blog-newsletter-section p {
  max-width: 700px;
  color: #5b687a;
  font-size: 17px;
  line-height: 1.8;
}

.blog-featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 29, 58, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 32px 90px rgba(7, 29, 58, 0.14);
  backdrop-filter: blur(18px);
}

.blog-featured-media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.blog-featured-media img,
.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 760ms var(--ease-premium), filter 360ms ease;
}

.blog-featured-card:hover .blog-featured-media img,
.blog-luxury-card:hover .blog-card-media img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.03);
}

.blog-featured-media span,
.blog-card-media span {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 30px rgba(7, 29, 58, 0.12);
  backdrop-filter: blur(14px);
}

.blog-featured-copy {
  align-self: center;
  padding: 48px;
}

.blog-featured-copy h2 {
  font-size: clamp(32px, 4vw, 58px);
}

.blog-meta,
.blog-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0;
  color: #697589;
  font-size: 13px;
  font-weight: 800;
}

.blog-meta span,
.blog-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.blog-meta span:not(:last-child)::after,
.blog-card-meta span:not(:last-child)::after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: "";
  background: var(--gold);
}

.blog-filter-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: 24px;
  align-items: end;
  max-width: none;
}

.blog-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.blog-filter-tabs button {
  min-height: 44px;
  border: 1px solid rgba(7, 29, 58, 0.1);
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 12px 28px rgba(7, 29, 58, 0.06);
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
  transition: transform 220ms var(--ease-premium), color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 220ms ease;
}

.blog-filter-tabs button:hover,
.blog-filter-tabs button.is-active {
  color: var(--white);
  border-color: rgba(7, 29, 58, 0.82);
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  box-shadow: 0 18px 36px rgba(7, 29, 58, 0.16);
  transform: translateY(-2px);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.blog-luxury-card {
  overflow: hidden;
  border: 1px solid rgba(7, 29, 58, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 22px 58px rgba(7, 29, 58, 0.09);
  backdrop-filter: blur(18px);
  transition: opacity 260ms ease, transform 260ms var(--ease-premium), box-shadow 260ms ease, border-color 220ms ease;
}

.blog-luxury-card:hover {
  border-color: rgba(71, 183, 232, 0.28);
  box-shadow: 0 30px 78px rgba(7, 29, 58, 0.15);
  transform: translateY(-7px);
}

.blog-luxury-card.is-hidden {
  display: none;
}

.blog-luxury-card.is-filtering-in {
  animation: blogCardIn 360ms var(--ease-premium) both;
}

@keyframes blogCardIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.blog-card-media {
  position: relative;
  display: block;
  height: 245px;
  overflow: hidden;
  background: var(--sky-soft);
}

.blog-card-copy {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 22px;
}

.blog-card-copy h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(20px, 1.7vw, 25px);
  line-height: 1.12;
  letter-spacing: 0;
}

.blog-card-copy p {
  margin: 12px 0 0;
  color: #5c687a;
  font-size: 15px;
  line-height: 1.65;
}

.blog-card-meta {
  margin-top: auto;
  margin-bottom: 16px;
}

.blog-read-link {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
}

.blog-read-link::after {
  content: "->";
  color: var(--gold);
  transition: transform 180ms var(--ease-premium);
}

.blog-read-link:hover::after {
  transform: translateX(4px);
}

.blog-newsletter-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 28px;
  align-items: center;
  margin: 0 6% 96px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 12%, rgba(71, 183, 232, 0.28), transparent 30%),
    linear-gradient(135deg, #06182f, #0d2d55);
  box-shadow: 0 34px 90px rgba(7, 29, 58, 0.22);
}

.blog-newsletter-section .eyebrow {
  color: var(--gold-soft);
}

.blog-newsletter-section h2,
.blog-newsletter-section p {
  color: var(--white);
}

.blog-newsletter-section p {
  color: rgba(255, 255, 255, 0.72);
}

.blog-newsletter-form {
  display: grid;
  gap: 12px;
}

.blog-newsletter-form label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 850;
}

.blog-newsletter-form div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.blog-newsletter-form input,
.blog-newsletter-form button {
  min-height: 50px;
  border: 0;
  border-radius: 14px;
}

.blog-newsletter-form input {
  width: 100%;
  padding: 0 14px;
  color: var(--white);
  background: transparent;
}

.blog-newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.blog-newsletter-form input:focus {
  outline: 3px solid rgba(71, 183, 232, 0.26);
}

.blog-newsletter-form button {
  padding: 0 20px;
  color: var(--navy);
  background: linear-gradient(135deg, #ffffff, var(--gold-soft));
  cursor: pointer;
  font-weight: 900;
  transition: transform 180ms var(--ease-premium), box-shadow 180ms ease;
}

.blog-newsletter-form button:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.blog-newsletter-status {
  min-height: 24px;
  color: var(--gold-soft);
  font-weight: 850;
}

@media (max-width: 1180px) {
  .blog-hero {
    display: block;
  }

  .blog-hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(430px, 100%);
    margin-top: 30px;
  }

  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .blog-filter-header {
    grid-template-columns: 1fr;
  }

  .blog-filter-tabs {
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .blog-hero {
    min-height: auto;
    padding-top: calc(var(--header-offset) + 68px);
    padding-bottom: 78px;
  }

  .blog-hero h1 {
    font-size: clamp(36px, 8vw, 64px);
    line-height: 1;
  }

  .blog-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .blog-featured-card,
  .blog-newsletter-section {
    grid-template-columns: 1fr;
  }

  .blog-featured-media {
    min-height: 420px;
  }
}

@media (max-width: 768px) {
  .blog-hero,
  .blog-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .blog-hero {
    padding-top: calc(var(--header-offset) + 46px);
    padding-bottom: 64px;
  }

  .blog-hero h1,
  .blog-section-header h2,
  .blog-featured-copy h2,
  .blog-newsletter-section h2 {
    font-size: clamp(30px, 9vw, 44px);
    line-height: 1.06;
  }

  .blog-hero p:not(.eyebrow),
  .blog-section-header p:not(.eyebrow),
  .blog-featured-copy p,
  .blog-newsletter-section p {
    font-size: 16px;
  }

  .blog-breadcrumb {
    margin-bottom: 20px;
  }

  .blog-filter-tabs {
    flex-wrap: nowrap;
    margin-right: -18px;
    margin-left: -18px;
    padding: 2px 18px 12px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .blog-filter-tabs::-webkit-scrollbar {
    display: none;
  }

  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .blog-featured-copy {
    padding: 26px;
  }

  .blog-featured-media {
    min-height: 340px;
  }

  .blog-luxury-card {
    border-radius: 18px;
  }

  .blog-card-media {
    height: 160px;
  }

  .blog-card-media span {
    top: 10px;
    left: 10px;
    padding: 7px 9px;
    font-size: 10px;
  }

  .blog-card-copy {
    min-height: 250px;
    padding: 14px;
  }

  .blog-card-copy h3 {
    font-size: clamp(17px, 4vw, 21px);
  }

  .blog-card-copy p {
    font-size: 13px;
    line-height: 1.55;
  }

  .blog-card-meta {
    gap: 6px;
    font-size: 11px;
  }

  .blog-read-link {
    font-size: 13px;
  }

  .blog-newsletter-section {
    margin: 0 18px 72px;
    padding: 26px;
    border-radius: 22px;
  }
}

@media (max-width: 520px) {
  .blog-card-copy {
    min-height: 268px;
  }

  .blog-card-meta span {
    flex-basis: 100%;
  }

  .blog-card-meta span:not(:last-child)::after {
    display: none;
  }

  .blog-newsletter-form div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-card-media {
    height: 210px;
  }

  .blog-card-copy {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-hero > img,
  .blog-featured-media img,
  .blog-card-media img,
  .blog-luxury-card,
  .blog-filter-tabs button,
  .blog-newsletter-form button {
    transition: none;
  }
}

/* Premium detail, appointment, and policy pages */
.product-detail-page,
.appointment-luxury-page,
.policy-page {
  background: #fbf7ee;
}

.product-detail-page main,
.appointment-luxury-page main,
.policy-page main {
  overflow-x: clip;
  background:
    radial-gradient(circle at 10% 16%, rgba(71, 183, 232, 0.13), transparent 28%),
    radial-gradient(circle at 88% 42%, rgba(201, 164, 92, 0.1), transparent 24%),
    linear-gradient(135deg, #fbf7ee 0%, #ffffff 48%, rgba(232, 247, 255, 0.74) 100%);
}

.detail-hero,
.appointment-shell,
.policy-content-section {
  padding: 140px 6% 92px;
}

.detail-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  padding: 10px 14px;
  border: 1px solid rgba(7, 29, 58, 0.1);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 16px 38px rgba(7, 29, 58, 0.08);
  backdrop-filter: blur(16px);
  font-size: 13px;
  font-weight: 850;
}

.detail-breadcrumb span {
  color: #7a8798;
}

.detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 28px;
  align-items: start;
}

.detail-gallery,
.detail-buy-panel,
.detail-spec-card,
.detail-lens-grid article,
.detail-related-card,
.appointment-info-panel,
.appointment-page-form,
.policy-summary-card,
.policy-card,
.policy-index {
  border: 1px solid rgba(7, 29, 58, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 24px 70px rgba(7, 29, 58, 0.1);
  backdrop-filter: blur(18px);
}

.detail-gallery {
  overflow: hidden;
  padding: 16px;
}

.detail-main-image {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: var(--sky-soft);
}

.detail-main-image img {
  width: 100%;
  height: min(68vh, 660px);
  min-height: 430px;
  object-fit: cover;
  transition: transform 760ms var(--ease-premium);
}

.detail-main-image:hover img,
.detail-related-card:hover img {
  transform: scale(1.05);
}

.detail-main-image span {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.detail-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.detail-thumbs img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  border-radius: 16px;
}

.detail-buy-panel {
  position: sticky;
  top: 128px;
  padding: 34px;
}

.detail-buy-panel h1,
.appointment-hero h1,
.policy-hero h1 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 74px);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.detail-buy-panel p,
.appointment-hero p,
.policy-hero p,
.detail-section-copy p,
.policy-card p,
.policy-summary-card p {
  color: #5b687a;
  line-height: 1.72;
}

.detail-price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
  margin: 24px 0 18px;
}

.detail-price-row strong {
  color: var(--navy);
  font-size: 34px;
}

.detail-price-row span {
  color: #8a94a3;
  font-weight: 850;
  text-decoration: line-through;
}

.detail-price-row em {
  color: var(--gold);
  font-style: normal;
  font-weight: 950;
}

.detail-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.detail-trust-row span {
  padding: 8px 10px;
  border: 1px solid rgba(7, 29, 58, 0.08);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(232, 247, 255, 0.68);
  font-size: 12px;
  font-weight: 850;
}

.detail-color-row {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}

.detail-color-row button {
  width: 32px;
  height: 32px;
  border: 3px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(7, 29, 58, 0.15);
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.detail-note {
  margin-bottom: 0;
  font-size: 14px;
}

.detail-section {
  padding: 82px 6%;
}

.detail-spec-grid,
.detail-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.detail-spec-card,
.detail-lens-grid article {
  padding: 24px;
}

.detail-spec-card span,
.detail-lens-grid strong,
.policy-card span,
.policy-summary-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-spec-card strong {
  display: block;
  margin-top: 10px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.16;
}

.detail-lens-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
  background: rgba(255, 255, 255, 0.56);
}

.detail-section-copy h2,
.appointment-info-panel h2,
.appointment-page-form h2,
.policy-card h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.06;
  text-wrap: balance;
}

.detail-lens-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.detail-lens-grid article span {
  display: block;
  margin-top: 10px;
  color: #627084;
}

.detail-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-related-card {
  overflow: hidden;
}

.detail-related-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 760ms var(--ease-premium);
}

.detail-related-card div {
  padding: 22px;
}

.detail-related-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.detail-related-card h3 {
  margin: 8px 0;
  color: var(--navy);
  font-size: 24px;
}

.detail-related-card a,
.policy-card a {
  color: var(--navy);
  font-weight: 900;
}

.appointment-hero,
.policy-hero {
  position: relative;
  display: grid;
  min-height: 68vh;
  align-items: end;
  padding: 190px 6% 76px;
  overflow: hidden;
  isolation: isolate;
}

.appointment-hero {
  color: var(--white);
}

.appointment-hero img,
.appointment-hero-overlay {
  position: absolute;
  inset: 0;
}

.appointment-hero img {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.appointment-hero-overlay {
  z-index: -2;
  background: linear-gradient(90deg, rgba(2, 9, 22, 0.88), rgba(7, 29, 58, 0.58), rgba(7, 29, 58, 0.14));
}

.appointment-hero-content {
  max-width: 920px;
}

.appointment-hero h1,
.appointment-hero p {
  color: var(--white);
}

.appointment-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: start;
  padding-top: 86px;
}

.appointment-info-panel,
.appointment-page-form {
  padding: 34px;
}

.appointment-steps {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.appointment-steps article {
  padding: 16px;
  border: 1px solid rgba(7, 29, 58, 0.08);
  border-radius: 18px;
  background: rgba(251, 247, 238, 0.64);
}

.appointment-steps span {
  color: var(--gold);
  font-weight: 950;
}

.appointment-steps strong {
  display: block;
  color: var(--navy);
}

.appointment-page-form {
  display: grid;
  gap: 22px;
}

.appointment-page-form .form-grid {
  gap: 16px;
}

.appointment-page-form label {
  color: var(--navy);
  font-weight: 800;
}

.appointment-page-form input,
.appointment-page-form select,
.appointment-page-form textarea {
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.86);
}

.policy-hero {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  gap: 28px;
  align-items: end;
  min-height: 58vh;
}

.policy-hero > div {
  max-width: 900px;
}

.policy-summary-card {
  padding: 26px;
}

.policy-summary-card strong {
  display: block;
  margin-top: 10px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.18;
}

.policy-content-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr);
  gap: 24px;
  padding-top: 76px;
}

.policy-index {
  position: sticky;
  top: 128px;
  display: grid;
  gap: 8px;
  align-self: start;
  padding: 14px;
}

.policy-index a {
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--navy);
  font-weight: 850;
}

.policy-index a:hover {
  background: var(--sky-soft);
}

.policy-card-stack {
  display: grid;
  gap: 16px;
}

.policy-card {
  padding: 30px;
  scroll-margin-top: 140px;
}

.policy-card h2 {
  margin-top: 10px;
  font-size: clamp(28px, 3vw, 42px);
}

@media (max-width: 1050px) {
  .detail-hero-grid,
  .appointment-shell,
  .policy-hero,
  .policy-content-section {
    grid-template-columns: 1fr;
  }

  .detail-buy-panel,
  .policy-index {
    position: relative;
    top: auto;
  }

  .detail-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .detail-hero,
  .detail-section,
  .appointment-hero,
  .appointment-shell,
  .policy-hero,
  .policy-content-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .detail-hero,
  .appointment-hero,
  .policy-hero {
    padding-top: calc(var(--header-offset) + 58px);
    padding-bottom: 62px;
  }

  .detail-buy-panel h1,
  .appointment-hero h1,
  .policy-hero h1 {
    font-size: clamp(31px, 8.4vw, 44px);
    line-height: 1.08;
  }

  .detail-main-image img {
    min-height: 320px;
    height: 420px;
  }

  .detail-thumbs img {
    height: 86px;
  }

  .detail-buy-panel,
  .appointment-info-panel,
  .appointment-page-form,
  .policy-card,
  .policy-summary-card {
    padding: 24px;
    border-radius: 22px;
  }

  .detail-actions .btn,
  .appointment-page-form .btn {
    width: 100%;
    justify-content: center;
  }

  .detail-spec-grid,
  .detail-lens-grid,
  .detail-related-grid,
  .appointment-page-form .form-grid {
    grid-template-columns: 1fr;
  }

  .detail-related-card img {
    height: 230px;
  }
}

@media (max-width: 480px) {
  .detail-hero,
  .appointment-hero,
  .policy-hero {
    padding-top: calc(var(--header-offset) + 40px);
  }

  .detail-breadcrumb {
    gap: 8px;
    padding: 8px 11px;
    font-size: 12px;
  }

  .detail-price-row strong {
    font-size: 28px;
  }
}

/* Full-site responsive QA polish */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

main,
.site-header,
.site-footer {
  max-width: 100%;
}

.site-footer {
  overflow: hidden;
}

.about-hero h1,
.contact-hero h1,
.blog-hero h1 {
  overflow-wrap: break-word;
  text-wrap: balance;
}

.about-section-header h2,
.about-story-copy h2,
.about-mission-card h2,
.about-google-summary h2,
.about-cta-copy h2,
.contact-section-header h2,
.contact-form-copy h2,
.contact-cta-copy h2,
.contact-faq-panel h2,
.contact-review-panel h2,
.contact-emergency-banner h2,
.blog-section-header h2,
.blog-featured-copy h2,
.blog-newsletter-section h2 {
  overflow-wrap: break-word;
  text-wrap: balance;
}

@media (max-width: 991px) {
  body {
    line-height: 1.65;
  }

  .about-hero h1,
  .contact-hero h1,
  .blog-hero h1 {
    line-height: 1.05;
  }

  .about-section-header h2,
  .about-story-copy h2,
  .about-mission-card h2,
  .about-google-summary h2,
  .about-cta-copy h2,
  .contact-section-header h2,
  .contact-form-copy h2,
  .contact-cta-copy h2,
  .contact-faq-panel h2,
  .contact-review-panel h2,
  .contact-emergency-banner h2,
  .blog-section-header h2,
  .blog-featured-copy h2,
  .blog-newsletter-section h2 {
    line-height: 1.09;
  }

  .about-feature-card p,
  .about-mission-card p,
  .about-testimonial-card p,
  .about-cta-copy p,
  .about-faq-list p,
  .contact-section-header p:not(.eyebrow),
  .contact-form-copy p,
  .contact-cta-copy p,
  .contact-faq-list p,
  .contact-review-list p,
  .blog-section-header p:not(.eyebrow),
  .blog-featured-copy p,
  .blog-newsletter-section p,
  .blog-card-copy p {
    line-height: 1.68;
  }
}

@media (max-width: 768px) {
  .topbar {
    min-height: 32px;
    padding-block: 5px;
    padding-inline: 18px;
    font-size: 12px;
  }

  .topbar a::before {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }

  .navbar {
    padding-right: 18px;
    padding-left: 18px;
  }

  .about-hero h1,
  .contact-hero h1,
  .blog-hero h1 {
    font-size: clamp(31px, 8.4vw, 44px);
    line-height: 1.08;
  }

  .about-section-header h2,
  .about-story-copy h2,
  .about-mission-card h2,
  .about-google-summary h2,
  .about-cta-copy h2,
  .contact-section-header h2,
  .contact-form-copy h2,
  .contact-cta-copy h2,
  .contact-faq-panel h2,
  .contact-review-panel h2,
  .contact-emergency-banner h2,
  .blog-section-header h2,
  .blog-featured-copy h2,
  .blog-newsletter-section h2 {
    font-size: clamp(28px, 7.4vw, 40px);
    line-height: 1.12;
  }

  .products-luxury-page .product-badge,
  .blog-card-media span,
  .blog-featured-media span,
  .luxury-gallery-stat span,
  .gallery-stat-card span {
    font-size: 11px;
    letter-spacing: 0.05em;
  }

  .products-luxury-page .product-copy > span {
    font-size: 11px;
    line-height: 1.25;
  }

  .blog-card-copy h3 {
    line-height: 1.18;
  }
}

@media (max-width: 480px) {
  .topbar {
    padding-right: 14px;
    padding-left: 14px;
  }

  .topbar a[href^="tel:"] {
    max-width: 142px;
  }

  .about-hero h1,
  .contact-hero h1,
  .blog-hero h1 {
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.1;
  }

  .about-section-header h2,
  .about-story-copy h2,
  .about-mission-card h2,
  .about-google-summary h2,
  .about-cta-copy h2,
  .contact-section-header h2,
  .contact-form-copy h2,
  .contact-cta-copy h2,
  .contact-faq-panel h2,
  .contact-review-panel h2,
  .contact-emergency-banner h2,
  .blog-section-header h2,
  .blog-featured-copy h2,
  .blog-newsletter-section h2 {
    font-size: clamp(26px, 8.2vw, 34px);
    line-height: 1.13;
  }
}

/* Final responsive typography pass across every premium page */
.hero h1,
.page-hero h1,
.shop-hero-content h1,
.services-hero-copy h1,
.gallery-editorial-hero h1,
.about-hero h1,
.contact-hero h1,
.blog-hero h1,
.detail-buy-panel h1,
.appointment-hero h1,
.policy-hero h1,
.hero-title,
.main-heading,
.section-title {
  max-width: min(100%, 1100px);
  overflow-wrap: break-word;
  text-wrap: balance;
  font-size: clamp(36px, 5.2vw, 82px);
  line-height: 1;
  letter-spacing: 0;
}

.section-heading h2,
.about-section-header h2,
.about-story-copy h2,
.about-mission-card h2,
.about-google-summary h2,
.about-cta-copy h2,
.contact-section-header h2,
.contact-form-copy h2,
.contact-cta-copy h2,
.contact-faq-panel h2,
.contact-review-panel h2,
.contact-emergency-banner h2,
.blog-section-header h2,
.blog-featured-copy h2,
.blog-newsletter-section h2,
.detail-section-copy h2,
.appointment-info-panel h2,
.appointment-page-form h2,
.policy-card h2,
.footer-cta h2 {
  overflow-wrap: break-word;
  text-wrap: balance;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .hero h1,
  .page-hero h1,
  .shop-hero-content h1,
  .services-hero-copy h1,
  .gallery-editorial-hero h1,
  .about-hero h1,
  .contact-hero h1,
  .blog-hero h1,
  .detail-buy-panel h1,
  .appointment-hero h1,
  .policy-hero h1,
  .hero-title,
  .main-heading,
  .section-title {
    font-size: clamp(32px, 7.2vw, 58px);
    line-height: 1.04;
  }

  .section-heading h2,
  .about-section-header h2,
  .about-story-copy h2,
  .about-mission-card h2,
  .about-google-summary h2,
  .about-cta-copy h2,
  .contact-section-header h2,
  .contact-form-copy h2,
  .contact-cta-copy h2,
  .contact-faq-panel h2,
  .contact-review-panel h2,
  .contact-emergency-banner h2,
  .blog-section-header h2,
  .blog-featured-copy h2,
  .blog-newsletter-section h2,
  .detail-section-copy h2,
  .appointment-info-panel h2,
  .appointment-page-form h2,
  .policy-card h2,
  .footer-cta h2 {
    font-size: clamp(27px, 6vw, 42px);
    line-height: 1.12;
  }
}

@media (max-width: 576px) {
  .hero h1,
  .page-hero h1,
  .shop-hero-content h1,
  .services-hero-copy h1,
  .gallery-editorial-hero h1,
  .about-hero h1,
  .contact-hero h1,
  .blog-hero h1,
  .detail-buy-panel h1,
  .appointment-hero h1,
  .policy-hero h1,
  .hero-title,
  .main-heading,
  .section-title {
    font-size: clamp(30px, 9.4vw, 40px);
    line-height: 1.08;
  }

  .section-heading h2,
  .about-section-header h2,
  .about-story-copy h2,
  .about-mission-card h2,
  .about-google-summary h2,
  .about-cta-copy h2,
  .contact-section-header h2,
  .contact-form-copy h2,
  .contact-cta-copy h2,
  .contact-faq-panel h2,
  .contact-review-panel h2,
  .contact-emergency-banner h2,
  .blog-section-header h2,
  .blog-featured-copy h2,
  .blog-newsletter-section h2,
  .detail-section-copy h2,
  .appointment-info-panel h2,
  .appointment-page-form h2,
  .policy-card h2,
  .footer-cta h2 {
    font-size: clamp(25px, 7.6vw, 34px);
    line-height: 1.14;
  }

  .detail-hero {
    padding-top: calc(var(--header-offset) + 40px);
    padding-bottom: 54px;
  }

  .appointment-shell,
  .policy-content-section {
    padding-top: 56px;
    padding-bottom: 54px;
  }
}
