﻿@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Jost:wght@300;400;500&display=swap");

:root {
  --gold: #c9a96a;
  --gold-light: #e2c88a;
  --gold-dim: rgba(201, 169, 106, 0.22);
  --gold-glow: rgba(201, 169, 106, 0.12);
  --dark: #0d0d0d;
  --text: #f2ede4;
  --text-dim: rgba(242, 237, 228, 0.5);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Jost", sans-serif;
  background-color: var(--dark);
  overflow: hidden;
  color: var(--text);
}

/* ===== Responsive media foundation (mobile-first) ===== */
img,
video {
  max-width: 100%;
  height: auto;
}

/* Fluid 16:9 wrapper for videos/embeds - preserves aspect ratio without distortion */
.video-responsive {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

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

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.camera-container {
  position: relative;
  width: 280px;
  height: 200px;
}

.body-part {
  position: absolute;
  width: 230px;
  height: 135px;
  bottom: 0;
  left: 25px;
  border-radius: 10px 10px 8px 8px;
  background: linear-gradient(155deg, #252525 0%, #1c1c1c 55%, #141414 100%);
  border: 1.5px solid #2e2e2e;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -2px 4px rgba(0, 0, 0, 0.5),
    inset -32px 0 28px rgba(0, 0, 0, 0.35),
     3px 6px 24px rgba(0, 0, 0, 0.7),
    0 2px 6px rgba(0, 0, 0, 0.4);
  transform: translateY(240px);
  animation: cam-from-below 1s forwards ease-out;
}

.body-part::before {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  bottom: 6px;
  width: 32px;
  border-radius: 0 8px 7px 0;
  background: linear-gradient(90deg, #1a1a1a, #202020);
  border-left: 1px solid #161616;
  box-shadow:
    inset -3px 0 10px rgba(0, 0, 0, 0.6),
    2px 0 4px rgba(0, 0, 0, 0.3);
}

.body-part::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 16px;
  right: 38px;
  height: 1px;
  background: rgba(255, 255, 255, 0.04);
}

.lens-part {
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  
  top: 52px;
  left: 58px;
  z-index: 2;
  transform: scale(0);
  animation: assemble-lens 0.85s 0.5s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);

background: radial-gradient(circle at 38% 32%, rgba(30, 50, 90, 0.55) 0%, rgba(8, 12, 28, 0.92) 42%, #050810 70%, #030508 100%);

box-shadow:
    0 0 0 5px #1d1d1d,
     0 0 0 9px rgba(201, 169, 106, 0.38),
     0 0 0 13px #191919,
     0 0 0 15px #2b2b2b,
     inset 0 0 0 8px rgba(0, 0, 0, 0.7),
     inset 0 2px 8px rgba(0, 0, 0, 0.9),
    5px 10px 28px rgba(0, 0, 0, 0.75);
}

.lens-part::before {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at 36% 30%, rgba(60, 90, 160, 0.18) 0%, rgba(10, 15, 40, 0.85) 45%, #03050f 100%);
  border: 1px solid rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.9);
}

.lens-part::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  border-radius: 50%;
  top: 20%;
  left: 24%;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(-28deg);
  filter: blur(2.5px);
}

.flash-unit {
  position: absolute;
  width: 52px;
  height: 24px;
  top: 32px;
  left: 114px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(to bottom, #282828, #1e1e1e);
  border: 1px solid #333;
  border-bottom: none;
  transform: translateY(-180px);
  animation: cam-from-above 0.8s 0.3s forwards ease-out;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.flash-unit::before {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  top: 5px;
  height: 10px;
  border-radius: 2px;
  background: linear-gradient(to bottom, rgba(201, 169, 106, 0.22), rgba(201, 169, 106, 0.06));
  border: 1px solid rgba(201, 169, 106, 0.2);
}

.flash-unit::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.07);
}

.viewfinder {
  position: absolute;
  width: 60px;
  height: 30px;
  bottom: 135px;
  left: 80px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(to bottom, #242424, #1b1b1b);
  border: 1.5px solid #2e2e2e;
  border-bottom: none;
  transform: translateY(-180px);
  animation: cam-from-above 0.9s 0.15s forwards ease-out;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    1px 0 4px rgba(0, 0, 0, 0.4);
}

.viewfinder::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 18px;
  border-radius: 2px;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at 40% 35%, #0d1225, #050810);
  border: 1px solid #1e1e1e;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.8);
}

.mode-dial {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  bottom: 150px;
  right: 42px;
  background: radial-gradient(circle at 36% 34%, #2e2e2e, #191919);
  border: 1.5px solid #333;
  transform: translateY(-180px);
  animation: cam-from-above 0.7s 0.2s forwards ease-out;
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.mode-dial::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 7px;
  background: var(--gold);
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1px;
  opacity: 0.85;
}

.shutter-btn {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  bottom: 153px;
  right: 74px;
  background: radial-gradient(circle at 38% 35%, #323232, #1c1c1c);
  border: 1px solid #353535;
  transform: translateY(-180px);
  animation: cam-from-above 0.7s 0.22s forwards ease-out;
  box-shadow:
    0 2px 5px rgba(0, 0, 0, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 -1px 2px rgba(0, 0, 0, 0.5);
}

@keyframes cam-from-below {
  to {
    transform: translateY(0);
  }
}

@keyframes cam-from-above {
  to {
    transform: translateY(0);
  }
}

@keyframes assemble-lens {
  to {
    transform: scale(1);
  }
}

.flash-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
  z-index: 2100;
  pointer-events: none;
}

.flash-active {
  animation: camera-flash 0.4s ease-out;
}

@keyframes camera-flash {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#preloader {
  overflow: hidden;
  background: radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.07), transparent 38%), radial-gradient(circle at 50% 56%, rgba(201, 169, 106, 0.08), transparent 48%), linear-gradient(180deg, #101010 0%, #060606 100%);
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}

#preloader::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(50% + 148px);
  width: min(76vw, 620px);
  height: 38px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.78), transparent 68%);
  filter: blur(8px);
  opacity: 0;
  transform: translateX(-50%) scaleX(0.7);
  animation: camera-shadow-in 0.9s 0.2s ease forwards;
}

#preloader.preloader--done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.camera-container {
  position: relative;
  width: clamp(300px, 72vw, 520px);
  aspect-ratio: 1.64;
  height: auto;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.58));
  isolation: isolate;
}

.camera-container::before {
  left: -20px;
  transform: translateX(-24px);
}

.camera-container::after {
  right: -20px;
  transform: translateX(24px);
}

.body-part {
  position: absolute;
  left: 7%;
  top: 25%;
  bottom: auto;
  width: 86%;
  height: 62%;
  border-radius: 5px 5px 13px 13px;
  border: 1px solid #303030;
  background: linear-gradient(90deg, transparent 0 30%, rgba(255, 255, 255, 0.055) 30.2%, transparent 30.8%), linear-gradient(180deg, rgba(255, 255, 255, 0.075) 0 1px, transparent 1px 21%, rgba(255, 255, 255, 0.045) 21.4%, transparent 21.9%), radial-gradient(circle at 91% 88%, rgba(255, 255, 255, 0.045), transparent 12%), linear-gradient(155deg, #2a2a29 0%, #191919 47%, #111 100%);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.055),
    inset 0 -5px 10px rgba(0, 0, 0, 0.62),
    inset -18px 0 22px rgba(0, 0, 0, 0.42),
    0 18px 30px rgba(0, 0, 0, 0.58);
  opacity: 0;
  transform: translateY(28px) scale(0.97);
  animation: camera-body-in 0.78s 0.12s cubic-bezier(0.2, 0.8, 0.18, 1) forwards;
  z-index: 2;
}

.body-part::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 31%;
  border-radius: 13px 2px 2px 13px;
  border: 1px solid #252525;
  background:
    radial-gradient(circle at 2px 2px, rgba(255, 255, 255, 0.15) 0 1px, transparent 1.7px) 0 0 / 7px 7px,
    linear-gradient(90deg, #2d2d2c 0%, #151515 76%, #101010 100%);
  box-shadow:
    inset 8px 0 14px rgba(255, 255, 255, 0.035),
    inset -11px 0 20px rgba(0, 0, 0, 0.72),
    6px 0 14px rgba(0, 0, 0, 0.28);
}

.body-part::after {
  content: "";
  position: absolute;
  left: 30.2%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.12), transparent);
}

.sony-logo,
.alpha-logo {
  position: absolute;
  z-index: 7;
  color: rgba(248, 246, 240, 0.93);
  line-height: 1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  letter-spacing: 0;
}

.sony-logo {
  left: 35%;
  top: 34%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 700;
  opacity: 0;
  animation: mark-in 0.45s 0.78s ease forwards;
}

.alpha-logo {
  right: 8.5%;
  top: 31%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-style: italic;
  opacity: 0;
  animation: mark-in 0.45s 0.82s ease forwards;
}

.viewfinder,
.flash-unit,
.mode-dial,
.shutter-btn {
  position: absolute;
  opacity: 0;
  z-index: 4;
  animation: top-piece-in 0.68s cubic-bezier(0.2, 0.8, 0.18, 1) forwards;
}

.viewfinder {
  left: 16%;
  top: 18%;
  bottom: auto;
  width: 24%;
  height: 12%;
  border-radius: 5px 5px 1px 1px;
  border: 1px solid #303030;
  border-bottom: 0;
  background: linear-gradient(180deg, #30302f 0%, #181818 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 2px 9px rgba(0, 0, 0, 0.45);
  transform: translateY(-26px);
  animation-delay: 0.18s;
}

.viewfinder::after {
  content: "";
  position: absolute;
  left: 15%;
  right: 15%;
  top: 28%;
  height: 38%;
  border-radius: 2px;
  background: repeating-linear-gradient(90deg, transparent 0 6px, rgba(255, 255, 255, 0.13) 6px 7px), linear-gradient(180deg, #191919, #0b0b0b);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.flash-unit {
  left: 23%;
  top: 14.2%;
  width: 20%;
  height: 10.5%;
  border-radius: 3px 3px 0 0;
  border: 1px solid #353535;
  border-bottom: 0;
  background:
    radial-gradient(circle at 17% 46%, rgba(255, 255, 255, 0.22) 0 1px, transparent 1.6px) 0 0 / 9px 8px,
    linear-gradient(180deg, #3a3a38, #171717 86%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
  transform: translateY(-30px);
  animation-delay: 0.32s;
}

.flash-unit::before,
.flash-unit::after {
  content: "";
  position: absolute;
}

.flash-unit::before {
  left: 13%;
  right: 13%;
  top: 26%;
  height: 24%;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.12);
}

.flash-unit::after {
  left: 50%;
  bottom: 14%;
  width: 58%;
  height: 2px;
  border-radius: 999px;
  background: rgba(201, 169, 106, 0.28);
  transform: translateX(-50%);
}

.mode-dial {
  left: 9%;
  top: 18.2%;
  right: auto;
  bottom: auto;
  width: 11%;
  height: 7%;
  border-radius: 11px 11px 2px 2px;
  border: 1px solid #363636;
  background: repeating-linear-gradient(90deg, transparent 0 5px, rgba(255, 255, 255, 0.12) 5px 6px), linear-gradient(180deg, #3d3d3a, #171717);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 3px 8px rgba(0, 0, 0, 0.45);
  transform: translateY(-22px);
  animation-delay: 0.24s;
}

.mode-dial::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 19%;
  width: 2px;
  height: 42%;
  border-radius: 1px;
  background: var(--gold);
  transform: translateX(-50%);
  opacity: 0.85;
}

.shutter-btn {
  left: 16.4%;
  top: 19%;
  right: auto;
  bottom: auto;
  width: 8.4%;
  height: 6%;
  border-radius: 999px 999px 4px 4px;
  border: 1px solid #393939;
  background: radial-gradient(circle at 35% 24%, #595956, #202020 68%, #101010);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 3px 8px rgba(0, 0, 0, 0.5);
  transform: translateY(-22px);
  transition: transform 0.12s ease;
  animation-delay: 0.28s;
}

.camera-container.shooting .shutter-btn {
  transform: translateY(2px);
}

.lens-part {
  position: absolute;
  left: 42%;
  top: 27.2%;
  width: 39%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: radial-gradient(circle at 25% 25%, #eee8d8 0 2px, #77746d 2.2px 4px, transparent 4.4px), radial-gradient(circle at 75% 25%, #eee8d8 0 2px, #77746d 2.2px 4px, transparent 4.4px), radial-gradient(circle at 25% 75%, #eee8d8 0 2px, #77746d 2.2px 4px, transparent 4.4px), radial-gradient(circle at 75% 75%, #eee8d8 0 2px, #77746d 2.2px 4px, transparent 4.4px), radial-gradient(circle at 50% 50%, #0b0b0b 0 43%, transparent 43.6%), conic-gradient(from 130deg, #4c4a45, #f1ecdd 10%, #77746a 22%, #2d2d2b 34%, #e7decb 50%, #5c5b56 63%, #171717 72%, #d6cfbf 86%, #56544f 100%);
  box-shadow:
    0 0 0 6px #171717,
    0 0 0 9px #2b2b2a,
    0 0 0 11px rgba(255, 255, 255, 0.08),
    inset 0 0 0 16px rgba(0, 0, 0, 0.38),
    inset 0 7px 16px rgba(255, 255, 255, 0.1),
    inset 0 -16px 20px rgba(0, 0, 0, 0.8),
    0 14px 30px rgba(0, 0, 0, 0.62);
  opacity: 0;
  transform: translateX(18px) scale(0.84) rotate(-7deg);
  animation: mount-in 0.72s 0.62s cubic-bezier(0.2, 0.8, 0.18, 1) forwards;
}

.lens-part::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 45%;
  height: 27%;
  border-radius: 2px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.55), transparent 24%), linear-gradient(135deg, #6f92f4 0%, #2f6fb2 38%, #149482 72%, #0d4e4d 100%);
  border: 2px solid #262626;
  box-shadow:
    0 0 0 8px #070707,
    0 0 0 11px rgba(255, 255, 255, 0.055),
    inset 0 0 10px rgba(255, 255, 255, 0.22),
    inset 0 0 16px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -42%);
}

.lens-part::after {
  content: "";
  position: absolute;
  left: 33%;
  bottom: 18%;
  width: 35%;
  height: 9%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(214, 194, 132, 0.9) 0 1.2px, transparent 1.6px) 0 50% / 9px 8px repeat-x;
  opacity: 0.88;
}

.camera-container.shooting .lens-part::before {
  filter: brightness(1.55) saturate(1.25);
}

.flash-overlay {
  background: radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 1) 0 18%, rgba(255, 255, 255, 0.92) 28%, rgba(255, 255, 255, 0.45) 48%, transparent 70%), white;
  mix-blend-mode: screen;
}

.flash-active {
  animation: camera-flash 0.34s ease-out;
}

@keyframes camera-body-in {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(0.97);
    filter: blur(2px);
  }
  72% {
    opacity: 1;
    transform: translateY(-2px) scale(1.005);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes top-piece-in {
  0% {
    opacity: 0;
    filter: blur(1px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes mount-in {
  0% {
    opacity: 0;
    transform: translateX(18px) scale(0.84) rotate(-7deg);
    filter: blur(1.5px);
  }
  76% {
    opacity: 1;
    transform: translateX(-2px) scale(1.02) rotate(1deg);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1) rotate(0);
    filter: blur(0);
  }
}

@keyframes strap-pin-in {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes camera-shadow-in {
  100% {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
  }
}

@keyframes mark-in {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  z-index: 1000;
  background: rgba(8, 8, 8, 0.45);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  border-bottom: 1px solid var(--gold-dim);
  opacity: 0;
  transition: opacity 1s ease;
}

.navbar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.35;
}

.logo {
  font-family: "Cormorant Garamond", serif;
  text-decoration: none;
  display: flex;
  align-items: baseline;
  gap: 9px;
  cursor: pointer;
}

.logo-first {
  font-size: 1.2rem;
  font-weight: 300;
  font-style: italic;
  color: var(--text);
  letter-spacing: 0.12em;
}

.logo-last {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.1em;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  /* Mobile: full-screen overlay */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(13, 13, 13, 0.97);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0.45s;
}

.nav-links::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70vw;
  height: 70vw;
  background: radial-gradient(circle, var(--gold-glow) 0%, transparent 65%);
  pointer-events: none;
}

.nav-links.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0s;
}

.nav-links li {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid var(--gold-glow);
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.nav-links li:first-child {
  border-top: 1px solid var(--gold-glow);
}

.nav-links.is-open li:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.08s;
}

.nav-links.is-open li:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}

.nav-links.is-open li:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.22s;
}

.nav-links.is-open li:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.29s;
}

.nav-links.is-open li:nth-child(5) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.36s;
}

.nav-links a {
  text-decoration: none;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(2rem, 9vw, 2.8rem);
  letter-spacing: 0.05em;
  text-transform: none;
  position: relative;
  display: block;
  padding: 18px 0;
  transition: color 0.3s ease;
}

.nav-links a::after {
  display: none;
}

.nav-links a:hover {
  color: var(--gold);
}

.nav-links a:hover::after {
  width: 100%;
}

.portfolio-nav-sublist {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: -4px 0 18px;
  padding: 0;
}

.portfolio-nav-sublist li {
  width: auto;
  border: 0;
  opacity: 1;
  transform: none;
  transition: none;
}

.portfolio-nav-sublist li:first-child {
  border: 0;
}

.nav-links.is-open .portfolio-nav-sublist li {
  opacity: 1;
  transform: none;
  transition: none;
}

.portfolio-nav-sublist a {
  display: inline-block;
  padding: 5px 10px;
  font-family: "Jost", sans-serif;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.portfolio-nav-sublist a:hover {
  color: var(--gold);
}

.portfolio-nav-sublist a.active {
  color: var(--gold);
}

/* ===== Hamburger button ===== */
.nav-burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 1001;
}

.burger-line {
  display: block;
  height: 1.5px;
  background: var(--text);
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease,
    background 0.3s ease,
    width 0.3s ease;
}

.burger-line:nth-child(1) { width: 24px; }
.burger-line:nth-child(2) { width: 16px; }
.burger-line:nth-child(3) { width: 24px; }

.nav-burger[aria-expanded="true"] .burger-line:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
  width: 24px;
  background: var(--gold);
}

.nav-burger[aria-expanded="true"] .burger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.nav-burger[aria-expanded="true"] .burger-line:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
  width: 24px;
  background: var(--gold);
}


#main-content {
  opacity: 0;
  transition: opacity 1s ease;
}

.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  background: url("https://images.unsplash.com/photo-1697311622332-184b7bb19a46?fm=jpg&q=60&w=3000&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NHx8c29ueSUyMGNhbWVyYXxlbnwwfHwwfHx8MA%3D%3D") center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.38) 48%, rgba(0, 0, 0, 0.78) 100%);
  z-index: 1;
}

.hero-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 85% 80% at 50% 50%, transparent 35%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 2;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 960px;
  padding: 0 24px;
}

.hero-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 28px;
  font-family: "Jost", sans-serif;
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.85s ease 0.25s,
    transform 0.85s ease 0.25s;
}

.sub-line {
  display: block;
  width: 48px;
  height: 1px;
  flex-shrink: 0;
}

.sub-line:first-child {
  background: linear-gradient(90deg, transparent, var(--gold));
}

.sub-line:last-child {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.hero-name {
  margin: 0 0 40px;
  line-height: 0.9;
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 1s ease 0.55s,
    transform 1s ease 0.55s;
}

.name-first {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4.2rem, 11vw, 8rem);
  font-weight: 300;
  font-style: italic;
  color: var(--text);
  letter-spacing: 0.06em;
}

.name-last {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4.2rem, 11vw, 8rem);
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.18em;
  margin-top: 0.04em;
  text-shadow: 0 0 80px rgba(201, 169, 106, 0.25);
}

.cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  width: min(100%, 330px);
  margin: 0 auto;
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.85s ease 0.95s,
    transform 0.85s ease 0.95s;
}

.cta-btn {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 17px 24px;
  font-family: "Jost", sans-serif;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  transition:
    color 0.4s ease,
    background-color 0.4s ease;
  white-space: nowrap;
}

.cta-btn .c {
  position: absolute;
  width: 11px;
  height: 11px;
  transition:
    width 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-btn .c.tl {
  top: 0;
  left: 0;
  border-top: 1px solid;
  border-left: 1px solid;
}
.cta-btn .c.tr {
  top: 0;
  right: 0;
  border-top: 1px solid;
  border-right: 1px solid;
}
.cta-btn .c.bl {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid;
  border-left: 1px solid;
}
.cta-btn .c.br {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid;
  border-right: 1px solid;
}

.cta-primary {
  color: var(--gold);
}

.cta-primary .c {
  border-color: var(--gold);
}

.cta-primary:hover {
  color: var(--dark);
  background-color: var(--gold);
}

.cta-primary:hover .c {
  width: 50%;
  height: 50%;
}

.cta-secondary {
  color: var(--text-dim);
}

.cta-secondary .c {
  border-color: rgba(242, 237, 228, 0.35);
}

.cta-secondary:hover {
  color: var(--text);
}

.cta-secondary:hover .c {
  width: 50%;
  height: 50%;
  border-color: rgba(242, 237, 228, 0.65);
}

.content-visible #main-content,
.content-visible .navbar {
  opacity: 1;
}

.content-visible .hero-subtitle,
.content-visible .hero-name,
.content-visible .cta-group {
  opacity: 1;
  transform: translateY(0);
}

.section-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  font-family: "Jost", sans-serif;
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold);
}

.section-eyebrow.centered {
  justify-content: center;
}

.eyebrow-bar-line {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
  flex-shrink: 0;
  width: 36px;
}

.eyebrow-bar-line.right {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.section-heading {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 300;
  font-style: italic;
  color: var(--text);
  margin: 0 0 12px;
  letter-spacing: 0.04em;
}

.section-heading::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: var(--gold);
  margin-top: 18px;
}

.section-heading.centered {
  text-align: center;
}

.section-heading.centered::after {
  margin: 18px auto 0;
}

.reveal-section {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.about-section {
  padding: 120px 24px;
  border-bottom: 1px solid rgba(201, 169, 106, 0.08);
}

.about-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

.about-text-col p {
  font-size: 0.92rem;
  line-height: 1.88;
  color: var(--text-dim);
  max-width: 560px;
  margin: 0 0 14px;
  font-weight: 300;
}

.about-stats-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(201, 169, 106, 0.12);
  border: 1px solid rgba(201, 169, 106, 0.12);
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 20px;
  background: var(--dark);
  text-align: center;
  transition: background 0.3s ease;
}

.stat-item:hover {
  background: rgba(201, 169, 106, 0.04);
}

.stat-num {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-family: "Jost", sans-serif;
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.services-section {
  padding: 120px 24px;
  border-bottom: 1px solid rgba(201, 169, 106, 0.08);
}

.services-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(201, 169, 106, 0.1);
  border: 1px solid rgba(201, 169, 106, 0.1);
  margin-top: 56px;
}

.service-card {
  position: relative;
  background: var(--dark);
  padding: 44px 32px 40px;
  transition: background 0.4s ease;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card:hover {
  background: rgba(201, 169, 106, 0.04);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold-dim);
  color: var(--gold);
  margin-bottom: 28px;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.service-icon svg {
  width: 20px;
  height: 20px;
}

.service-card:hover .service-icon {
  border-color: var(--gold);
  background: var(--gold-glow);
}

.service-num {
  position: absolute;
  top: 20px;
  right: 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  font-weight: 300;
  color: var(--text);
  opacity: 0.04;
  line-height: 1;
  user-select: none;
}

.service-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  font-weight: 400;
  font-style: italic;
  color: var(--text);
  margin: 0 0 14px;
  letter-spacing: 0.04em;
}

.service-desc {
  font-family: "Jost", sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--text-dim);
  margin: 0;
}

.preview-section {
  padding: 120px 24px;
  border-bottom: 1px solid rgba(201, 169, 106, 0.08);
}

.preview-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.preview-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 10px;
  margin-top: 52px;
}

.preview-item {
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid rgba(201, 169, 106, 0.06);
  cursor: pointer;
  height: 220px;
}

.preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.82) contrast(1.05) saturate(0.88);
  transition: filter 0.5s ease, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.preview-item:hover img {
  filter: brightness(0.65) contrast(1.07) saturate(1);
  transform: scale(1.05);
}

.preview-item--tall {
  grid-row: auto;
}

.preview-item--wide {
  grid-column: auto;
}

.preview-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 50%);
  opacity: 0;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  transition: opacity 0.4s ease;
}

.preview-item:hover .preview-overlay {
  opacity: 1;
}

.preview-cat {
  font-family: "Jost", sans-serif;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}

.preview-cta {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}

.clients-section {
  padding: 72px 24px;
  border-bottom: 1px solid rgba(201, 169, 106, 0.08);
}

.clients-inner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.clients-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 36px;
  font-family: "Jost", sans-serif;
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(242, 237, 228, 0.3);
}

.clients-track {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.client-name {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  font-weight: 300;
  font-style: italic;
  color: rgba(242, 237, 228, 0.35);
  letter-spacing: 0.08em;
  transition: color 0.3s ease;
  cursor: default;
}

.client-name:hover {
  color: var(--gold-light);
}

.client-sep {
  color: var(--gold);
  opacity: 0.35;
  font-size: 1.2rem;
}

.contact-teaser {
  padding: 120px 24px;
  position: relative;
  overflow: hidden;
}

.contact-teaser::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(201, 169, 106, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.ct-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.ct-heading {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  font-weight: 300;
  font-style: italic;
  color: var(--text);
  margin: 0 0 20px;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.ct-sub {
  font-family: "Jost", sans-serif;
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--text-dim);
  max-width: 520px;
  margin: 0 auto 48px;
}

.ct-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.nav-active {
  color: var(--gold) !important;
}

.nav-active::after {
  width: 100% !important;
}

/* ===== Mobile-first responsive layers ===== */
@media (min-width: 600px) {
  .about-section,
  .services-section,
  .preview-section,
  .clients-section,
  .contact-teaser {
    padding-left: 36px;
    padding-right: 36px;
  }

  .about-stats-col {
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
  }

  .preview-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 180px 180px;
  }

  .preview-item {
    height: auto;
  }

  .clients-track {
    gap: 24px;
  }

  .ct-actions {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .navbar {
    padding: 26px 60px;
  }

  .hero .cta-group {
    flex-direction: row;
    gap: 24px;
    width: auto;
    margin: 0;
  }

  .hero .cta-btn {
    display: inline-block;
    width: auto;
    text-align: left;
    padding: 17px 42px;
    letter-spacing: 0.32em;
  }

  .nav-burger {
    display: none;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1000;
    width: auto;
    height: auto;
    padding: 26px 60px;
    flex-direction: row;
    align-items: center;
    gap: 44px;
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    opacity: 1;
    visibility: visible;
    transition: none;
  }

  .nav-links::before {
    display: none;
  }

  .nav-links li {
    width: auto;
    text-align: left;
    border: none;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .nav-links li:first-child {
    border: none;
  }

  .nav-links a {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.68rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--text-dim);
    padding: 0;
    display: inline;
  }

  .nav-links a::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .nav-links a:hover::after {
    width: 100%;
  }

  .portfolio-nav-sublist {
    display: none;
  }

  .about-section,
  .services-section,
  .preview-section,
  .clients-section,
  .contact-teaser {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .preview-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 220px 220px;
  }

  .preview-item--tall {
    grid-row: span 2;
  }

  .preview-item--wide {
    grid-column: span 2;
  }
}

@media (min-width: 901px) {
  .about-inner {
    grid-template-columns: 1fr 380px;
    gap: 80px;
  }

  .about-stats-col {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }
}

@media (min-width: 1101px) {
  .services-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .preview-grid {
    grid-template-rows: 260px 260px;
  }
}
