:root {
  --bg: #0d0d0d;
  --bg-soft: #151515;
  --gold: #d4af37;
  --gold-bright: #f2d675;
  --text: #f7f3e8;
  --muted: #c9c0aa;
  --line: rgba(212, 175, 55, 0.24);
  --glass: rgba(255, 255, 255, 0.075);
  --glass-strong: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: min(1120px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.14), transparent 32rem),
    var(--bg);
  color: var(--text);
  font-family: "Heebo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

.notes-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--gold-bright);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  z-index: 100;
  transform: translateY(-150%);
  border-radius: 999px;
  background: var(--gold);
  color: #111;
  padding: 10px 18px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset-block-start: 14px;
  inset-inline: 0;
  z-index: 50;
  pointer-events: none;
}

.nav-shell {
  width: var(--container);
  min-height: 64px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(13, 13, 13, 0.58);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 12px 9px 9px;
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.brand-name {
  font-size: 1.06rem;
  font-weight: 900;
}

.brand-sub {
  margin-top: 4px;
  direction: ltr;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  background: linear-gradient(90deg, var(--gold-bright), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--gold), #8d6f14);
  color: #111;
  direction: ltr;
}

.brand-mark img {
  width: 84%;
  height: 84%;
  object-fit: contain;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.35));
}

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

.nav-links a {
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  padding: 10px 14px;
  white-space: nowrap;
  transition: color 180ms ease, background 180ms ease;
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(212, 175, 55, 0.14);
  color: var(--text);
}

.nav-toggle {
  display: none;
  width: 46px;
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  color: var(--text);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: currentColor;
  transition: transform 180ms ease;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100svh;
  overflow: hidden;
  padding: 118px 16px 58px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 74% 26%, rgba(212, 175, 55, 0.22), transparent 18rem),
    radial-gradient(circle at 30% 64%, rgba(116, 31, 50, 0.22), transparent 22rem),
    linear-gradient(135deg, #050505 0%, #11100e 46%, #0d0d0d 100%);
  transform: scale(1.02);
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.05) brightness(0.85);
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    linear-gradient(180deg, rgba(13, 13, 13, 0.12), rgba(13, 13, 13, 0.58) 72%, var(--bg)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.014) 0 1px, transparent 1px 110px);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: var(--container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.78fr);
  grid-template-areas:
    "copy portrait";
  align-items: center;
  gap: clamp(36px, 7vw, 96px);
  text-align: right;
}

.hero-copy {
  grid-area: copy;
  text-align: center;
}

.hero-portrait {
  position: relative;
  grid-area: portrait;
  margin: 0;
  isolation: isolate;
  justify-self: start;
}

.hero-portrait::before {
  content: "";
  position: absolute;
  inset: 10% -10% -10% 12%;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 24%, rgba(242, 214, 117, 0.24), transparent 50%),
    rgba(212, 175, 55, 0.08);
  filter: blur(30px);
}

.hero-portrait img {
  display: block;
  width: min(100%, 390px);
  height: auto;
  max-height: min(66vh, 560px);
  margin-inline: auto;
  object-fit: contain;
  border: 1px solid rgba(242, 214, 117, 0.22);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold-bright);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(4.4rem, 7vw, 6.9rem);
  line-height: 0.92;
  font-weight: 900;
  white-space: nowrap;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.5);
}

.hero-role {
  margin: 18px 0 0;
  color: var(--gold);
  font-size: clamp(1.5rem, 5vw, 3rem);
  font-weight: 800;
}

.hero-tagline {
  margin: 2px 0 0;
  color: var(--text);
  font-size: clamp(1.1rem, 4vw, 1.7rem);
  font-weight: 500;
}

.hero-actions {
  grid-area: actions;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 190px));
  gap: 12px;
  margin: 32px auto 0;
  width: min(400px, 100%);
  justify-content: center;
}

.action-btn,
.save-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 58px;
  padding: 14px 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--text);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.action-btn.primary,
.save-contact {
  border-color: rgba(242, 214, 117, 0.55);
  background: linear-gradient(135deg, var(--gold), #9f7c1f);
  color: #111;
}

.action-btn:hover,
.save-contact:hover,
.float-btn:hover,
.video-card:hover {
  transform: translateY(-4px);
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  inset-block-end: 28px;
  display: grid;
  place-items: center;
  width: 36px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.scroll-cue span {
  width: 8px;
  height: 8px;
  border-block-end: 2px solid var(--gold);
  border-inline-end: 2px solid var(--gold);
  transform: rotate(45deg) translate(-1px, -1px);
}

.section {
  position: relative;
  padding: clamp(76px, 11vw, 132px) 0;
}

.section-inner {
  width: var(--container);
  margin: 0 auto;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 6vw, 72px);
  align-items: center;
}

.section-heading {
  max-width: 760px;
  margin-block-end: 28px;
}

.section h2 {
  margin: 0;
  font-size: clamp(2.2rem, 7vw, 4.8rem);
  line-height: 1.02;
  font-weight: 900;
}

.section h3 {
  margin: 0;
  font-size: 1.18rem;
}

.glass-card {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045)),
    var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.about-card {
  padding: clamp(24px, 5vw, 44px);
}

.about-card h3 {
  color: var(--gold-bright);
  margin-block-end: 10px;
}

.about-card p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
}

.about-card p + p {
  margin-block-start: 18px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.icon-card {
  min-height: 150px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.icon-card:hover {
  border-color: rgba(242, 214, 117, 0.42);
  background: var(--glass-strong);
}

.icon-card span {
  display: grid;
  place-items: center;
  width: 46px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.14);
  color: var(--gold-bright);
  font-size: 1.32rem;
}

.styles-section {
  background: linear-gradient(180deg, transparent, rgba(212, 175, 55, 0.055), transparent);
}

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

.style-pill {
  display: flex;
  align-items: center;
  min-height: 74px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  padding: 16px 22px;
  color: var(--text);
  font-size: clamp(1.05rem, 2vw, 1.26rem);
  font-weight: 800;
}

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

.video-card {
  overflow: hidden;
  padding: 10px 10px 20px;
  transition: transform 180ms ease, border-color 180ms ease;
}

.video-card:hover {
  border-color: rgba(242, 214, 117, 0.42);
}

.video-card h3 {
  padding: 16px 12px 0;
}

.video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: #050505;
  aspect-ratio: 16 / 9;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.yt-facade {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.yt-facade .yt-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease, filter 300ms ease;
}

.yt-facade:hover .yt-thumb,
.yt-facade:focus-visible .yt-thumb {
  transform: scale(1.05);
  filter: brightness(1.08);
}

.yt-facade .yt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(13, 13, 13, 0.62);
  border: 2px solid rgba(242, 214, 117, 0.85);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  transition: transform 200ms ease, background 200ms ease;
}

.yt-facade .yt-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 13px 0 13px 22px;
  border-color: transparent transparent transparent #f2d675;
}

.yt-facade:hover .yt-play,
.yt-facade:focus-visible .yt-play {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(242, 214, 117, 0.9);
}

.yt-facade:hover .yt-play::after,
.yt-facade:focus-visible .yt-play::after {
  border-color: transparent transparent transparent #0d0d0d;
}

.contact-card {
  max-width: 850px;
  margin: 0 auto;
  padding: clamp(28px, 7vw, 64px);
  text-align: center;
}

.contact-lines {
  display: grid;
  gap: 12px;
  margin: 30px auto;
  max-width: 560px;
}

.contact-lines a {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  padding: 14px 18px;
  color: var(--muted);
  font-weight: 800;
  direction: ltr;
}

.save-contact {
  min-width: min(100%, 330px);
  padding-inline: 28px;
}

.float-btn {
  position: fixed;
  z-index: 45;
  inset-block-end: 20px;
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--text);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  font: inherit;
  font-size: 1.25rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, opacity 180ms ease;
}

.whatsapp-float {
  inset-inline-end: 20px;
  background: linear-gradient(145deg, #31d36d, #128c4a);
}

.audio-float {
  inset-inline-end: 20px;
  background: linear-gradient(145deg, var(--gold), #9f7c1f);
  border-color: rgba(242, 214, 117, 0.5);
  color: #141414;
}

.audio-float .audio-icon svg {
  width: 26px;
  height: 26px;
  display: block;
}

.audio-float .audio-on {
  display: none;
}

.audio-float.is-playing .audio-off {
  display: none;
}

.audio-float.is-playing .audio-on {
  display: block;
}

.audio-float.is-playing {
  animation: audioPulse 1.7s ease-in-out infinite;
}

@keyframes audioPulse {
  0%, 100% {
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(242, 214, 117, 0.16), 0 18px 44px rgba(0, 0, 0, 0.34);
  }
}

.top-float {
  inset-inline-start: 20px;
  opacity: 0;
  pointer-events: none;
}

.top-float.visible {
  opacity: 1;
  pointer-events: auto;
}

.site-footer {
  border-block-start: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px 16px;
  text-align: center;
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

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

.reveal.scale {
  transform: scale(0.96);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    inset-block-start: 90px;
    inset-inline: 16px;
    display: grid;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    background: rgba(13, 13, 13, 0.9);
    box-shadow: var(--shadow);
    padding: 14px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
  }

  .nav-links.open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-links a {
    padding: 13px 16px;
  }

  .hero-actions,
  .video-grid,
  .two-column {
    grid-template-columns: 1fr;
  }

  .hero-content {
    grid-template-columns: 1fr;
    grid-template-areas:
      "portrait"
      "copy";
    gap: 22px;
    text-align: center;
  }

  .hero h1 {
    white-space: normal;
  }

  .hero-actions {
    margin-inline: auto;
  }

  .hero-portrait {
    justify-self: center;
  }

  /* Mobile: full-bleed cover (fills whole hero, more zoomed in) */
  /* Middle-ground alternative (revert to this): object-fit: contain; transform: scale(1.8); */
  .hero-video {
    object-fit: cover;
  }

  /* Mobile: frame hugs the photo — width-driven so full image shows, no crop, no gap */
  .hero-portrait img {
    width: min(62vw, 300px);
    max-height: none;
    object-fit: contain;
    border-radius: 28px;
  }

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

  .style-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  :root {
    --container: min(100% - 22px, 1120px);
  }

  .site-header {
    inset-block-start: 10px;
  }

  .nav-shell {
    min-height: 58px;
    padding: 7px;
  }

  .brand-name {
    font-size: 0.98rem;
  }

  .brand-sub {
    font-size: 0.54rem;
    letter-spacing: 0.22em;
  }

  .brand-mark {
    width: 40px;
  }

  .hero {
    min-height: 100svh;
    padding-block: 68px 16px;
  }

  .hero-content {
    gap: 6px;
  }

  .hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero h1 {
    font-size: clamp(2.9rem, 13.5vw, 4.7rem);
  }

  .action-btn {
    min-height: 46px;
    padding: 8px 10px;
    font-size: 0.9rem;
  }

  .hero-portrait img {
    width: min(50vw, 200px);
    max-height: none;
    border-radius: 28px;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .icon-card {
    min-height: 116px;
  }

  .float-btn {
    width: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  /* Hide the moving hero video; fall back to the static .hero-bg */
  .hero-video {
    display: none !important;
  }
}

/* ============================================================
   Multi-page additions (about / videos / letters / contact)
   ============================================================ */

.page-hero {
  position: relative;
  text-align: center;
  padding: clamp(140px, 22vh, 210px) 16px clamp(40px, 7vw, 72px);
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.18), transparent 24rem),
    radial-gradient(circle at 78% 30%, rgba(116, 31, 50, 0.16), transparent 22rem);
}
.page-hero h1 {
  margin: 6px 0 0;
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
}
.page-hero .page-sub {
  margin: 18px auto 0;
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(1.02rem, 2.4vw, 1.2rem);
}

.lead {
  font-size: clamp(1.1rem, 2.6vw, 1.4rem);
  color: var(--text);
  font-weight: 500;
  line-height: 1.7;
}

/* Photo gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 16px;
}
.gallery figure {
  position: relative;
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #050505;
  aspect-ratio: 3 / 4;
  box-shadow: var(--shadow);
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 500ms ease, filter 400ms ease;
}
.gallery figure:hover img {
  transform: scale(1.06);
  filter: brightness(1.06);
}
.gallery figcaption {
  position: absolute;
  inset-inline: 0;
  inset-block-end: 0;
  padding: 26px 14px 12px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
}

/* Testimonials */
.testi-grid {
  display: grid;
  gap: 20px;
  max-width: 900px;
  margin-inline: auto;
}
.testimonial {
  padding: clamp(24px, 4vw, 40px);
  position: relative;
}
.testimonial::before {
  content: "\201D";
  position: absolute;
  inset-block-start: 22px;
  inset-inline-start: clamp(24px, 3vw, 36px);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5rem;
  line-height: 1;
  color: rgba(242, 214, 117, 0.34);
}
.testimonial p {
  margin: 0 0 16px;
  font-size: 1.06rem;
  line-height: 1.75;
  color: var(--text);
  white-space: pre-line;
}
.testimonial .who {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 12px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}
.testimonial .who strong {
  color: var(--gold-bright);
  font-weight: 900;
}
.testimonial .who span {
  color: var(--muted);
  font-size: 0.9rem;
}

/* Contact form */
.contact-form {
  display: grid;
  gap: 14px;
  max-width: 560px;
  margin: 26px auto 0;
  text-align: start;
}
.contact-form label {
  display: grid;
  gap: 7px;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--muted);
}
.contact-form input,
.contact-form textarea {
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 13px 16px;
  transition: border-color 180ms ease, background 180ms ease;
}
.contact-form textarea {
  min-height: 130px;
  resize: vertical;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(242, 214, 117, 0.55);
  background: rgba(255, 255, 255, 0.09);
}
.contact-form .save-contact {
  margin-top: 6px;
}

.contact-hub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 640px;
  margin: 0 auto;
}
.contact-hub .action-btn {
  flex: 1 1 180px;
  white-space: nowrap;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 22px;
  margin-bottom: 14px;
}
.footer-nav a {
  color: var(--muted);
  font-weight: 700;
  font-size: 0.92rem;
  transition: color 160ms ease;
}
.footer-nav a:hover {
  color: var(--gold-bright);
}

@media (max-width: 560px) {
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .page-hero {
    padding: 104px 16px 26px;
  }
  .page-hero h1 {
    font-size: clamp(1.9rem, 8vw, 2.7rem);
    line-height: 1.12;
  }
  .page-hero .page-sub {
    font-size: 1rem;
    margin-top: 14px;
  }

  .blog-grid {
    gap: 16px;
  }
  .blog-card h3 {
    font-size: 1.18rem;
  }
  .blog-card p {
    font-size: 0.96rem;
  }

  .article-body {
    font-size: 1.02rem;
    line-height: 1.85;
  }
  .article-body h2 {
    font-size: 1.32rem;
    margin: 28px 0 10px;
  }

  .section h2 {
    font-size: clamp(1.55rem, 6.2vw, 2.1rem);
    line-height: 1.15;
  }
  .contact-form input,
  .contact-form textarea {
    padding: 12px 14px;
  }
  .contact-form label {
    font-size: 0.9rem;
  }
}

.nav-links a[aria-current="page"] {
  background: rgba(212, 175, 55, 0.16);
  color: var(--text);
}

/* Center the menu items on desktop (logo stays on the right) */
@media (min-width: 901px) {
  .nav-shell {
    position: relative;
  }
  .nav-links {
    position: absolute;
    left: 50%;
    transform: translateX(calc(-50% - 52px));
  }
}

/* ============ Blog / Articles ============ */
.blog-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.blog-card {
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 3vw, 34px);
  text-align: start;
  transition: transform 200ms ease, border-color 200ms ease;
}
.blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 214, 117, 0.4);
}
.blog-card .blog-date {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.blog-card h3 {
  margin: 12px 0 10px;
  font-size: 1.32rem;
  line-height: 1.3;
}
.blog-card p {
  margin: 0;
  color: var(--muted);
  flex: 1;
}
.blog-card .read-more {
  margin-top: 18px;
  color: var(--gold-bright);
  font-weight: 900;
}
.blog-card .read-more::after {
  content: " ←";
}

.article {
  max-width: 760px;
  margin-inline: auto;
  text-align: start;
}
.article-meta {
  color: var(--gold);
  font-weight: 800;
  font-size: 0.9rem;
  margin-bottom: 18px;
}
.article-body {
  font-size: 1.1rem;
  line-height: 1.95;
}
.article-body h2 {
  font-size: clamp(1.4rem, 3.4vw, 2rem);
  margin: 38px 0 14px;
  color: var(--text);
}
.article-body p {
  margin: 0 0 20px;
  color: rgba(247, 243, 232, 0.84);
}
.article-body ul {
  margin: 0 0 20px;
  padding-inline-start: 24px;
  color: rgba(247, 243, 232, 0.84);
}
.article-body li {
  margin-bottom: 8px;
}
.article-body a {
  color: var(--gold-bright);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-back {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--muted);
  font-weight: 700;
}
.article-back:hover {
  color: var(--gold-bright);
}

/* ============ FAQ (accordion) ============ */
.faq-list {
  max-width: 820px;
  margin-inline: auto;
  display: grid;
  gap: 14px;
}
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--glass);
  overflow: hidden;
}
.faq-item summary {
  display: block;
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 20px clamp(18px, 3vw, 26px);
  padding-inline-end: 62px;
  font-size: clamp(1.02rem, 2.4vw, 1.18rem);
  font-weight: 800;
  color: var(--text);
  transition: color 160ms ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  inset-inline-end: clamp(14px, 2.5vw, 20px);
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(242, 214, 117, 0.14);
  color: var(--gold-bright);
  font-weight: 900;
  font-size: 1.3rem;
  line-height: 1;
  transition: background 220ms ease;
}
.faq-item[open] summary::after {
  content: "−";
  background: rgba(242, 214, 117, 0.24);
}
.faq-item summary:hover { color: var(--gold-bright); }
.faq-answer {
  padding: 0 clamp(18px, 3vw, 26px) 22px;
  color: rgba(247, 243, 232, 0.82);
  line-height: 1.85;
}
.faq-answer a {
  color: var(--gold-bright);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* About-page portrait — premium frame like the homepage hero */
.about-photo {
  position: relative;
  margin: 0;
  isolation: isolate;
  justify-self: center;
}
.about-photo::before {
  content: "";
  position: absolute;
  inset: 8% -8% -6% 8%;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 26%, rgba(242, 214, 117, 0.22), transparent 55%),
    rgba(212, 175, 55, 0.06);
  filter: blur(34px);
}
.about-photo img {
  display: block;
  width: min(100%, 360px);
  height: auto;
  object-fit: contain;
  border: 1px solid rgba(242, 214, 117, 0.22);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

/* WhatsApp brand icon */
.wa-icon {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.wa-icon svg {
  width: 18px;
  height: 18px;
}
.action-btn .wa-icon { color: #25D366; }
.whatsapp-float .wa-icon { color: #fff; }
.whatsapp-float .wa-icon svg { width: 28px; height: 28px; }

/* Homepage testimonials strip */
.home-testi {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin-inline: auto;
}

/* Ensure testimonials keep generous padding (beats .glass-card default) */
.home-testi .testimonial,
.testi-grid .testimonial {
  padding: clamp(58px, 6vw, 76px) clamp(30px, 4vw, 44px) clamp(30px, 4vw, 44px);
}

/* Intro line under section headings */
.section-lead {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2.2vw, 1.12rem);
  line-height: 1.7;
}

/* Hide the hero scroll cue on mobile */
@media (max-width: 900px) {
  .scroll-cue { display: none; }
}
