:root {
  --bg: #111419;
  --bg-soft: #1a1f27;
  --paper: #202630;
  --panel: #232a34;
  --panel-raised: #2a323e;
  --ink: #f6f0e7;
  --ink-soft: #c9bead;
  --muted: #988d7d;
  --gold: #c6963f;
  --gold-soft: #e2c171;
  --line: rgba(226, 193, 113, 0.18);
  --line-strong: rgba(226, 193, 113, 0.36);
  --radius: 20px;
  --shadow: 0 20px 55px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Karla", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(198, 150, 63, 0.18), transparent 32rem),
    radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.06), transparent 26rem),
    linear-gradient(180deg, #101318 0%, var(--bg) 45%, #0d1014 100%);
  color: var(--ink);
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 36%, rgba(255, 255, 255, 0.018));
  z-index: -2;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image: radial-gradient(rgba(226, 193, 113, 0.16) 1px, transparent 1px);
  background-size: 5px 5px;
  z-index: -1;
}

img {
  max-width: 100%;
}

.container {
  width: min(1160px, calc(100% - 2rem));
  margin-inline: auto;
}

.topbar {
  border-bottom: 1px solid var(--line);
  font-size: 0.86rem;
  background: rgba(13, 16, 20, 0.75);
  backdrop-filter: blur(12px);
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.55rem 0;
}

.topbar p,
.footer p {
  margin: 0;
  color: var(--ink-soft);
}

.topbar a,
.contact-email,
.text-link,
.footer a {
  color: var(--gold-soft);
  font-weight: 800;
  text-decoration: none;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  gap: 0.85rem;
  align-items: center;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.brand-mark {
  width: clamp(138px, 16vw, 190px);
  height: 62px;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  overflow: hidden;
  background: #080a0d;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  flex: 0 0 auto;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand strong {
  display: block;
  font-size: 1.02rem;
  letter-spacing: 0.03em;
}

.brand small {
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  background: rgba(35, 42, 52, 0.96);
  color: var(--ink);
  font-weight: 800;
}

.menu {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.menu a {
  text-decoration: none;
  font-weight: 800;
  color: var(--ink-soft);
  transition: color 0.2s ease, transform 0.2s ease;
}

.menu a:hover {
  color: var(--ink);
  transform: translateY(-1px);
}

.nav-cta {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #111419 !important;
  padding: 0.58rem 1rem;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(198, 150, 63, 0.22);
}

.hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1rem;
  margin-top: 0.4rem;
}

.hero-image,
.hero-copy,
.panel,
.service-card,
.lookbook-item,
.gallery-card,
.contact-copy,
.contact-form,
.page-hero {
  background: linear-gradient(180deg, rgba(42, 50, 62, 0.98), rgba(35, 42, 52, 0.98));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-image {
  position: relative;
  overflow: hidden;
  min-height: 480px;
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(7, 9, 12, 0.58));
  pointer-events: none;
}

.hero-image > img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.08) brightness(0.82);
  display: block;
}

.hero-logo-card {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  width: min(450px, calc(100% - 2rem));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(8, 10, 13, 0.78);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  z-index: 2;
}

.hero-logo-card img {
  width: 100%;
  display: block;
}

.hero-copy,
.page-hero,
.contact-copy,
.contact-form,
.panel,
.service-card {
  padding: clamp(1.15rem, 3vw, 2rem);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  font-weight: 900;
  color: var(--gold-soft);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.14;
  font-family: "Cinzel", serif;
  font-weight: 600;
}

h1 {
  font-size: clamp(2rem, 4vw, 3.45rem);
  margin-top: 0.45rem;
  letter-spacing: -0.035em;
}

h2 {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  letter-spacing: -0.02em;
}

h3 {
  font-size: 1.08rem;
}

.hero-copy p,
.panel p,
.service-card p,
.gallery-card figcaption,
.contact-copy p,
.page-hero p,
.section-intro {
  color: var(--ink-soft);
}

.hero-actions {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.btn {
  border: 1px solid transparent;
  border-radius: 13px;
  padding: 0.72rem 1rem;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

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

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  transform: none;
}

.btn-dark {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #111419;
}

.btn-light {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--line-strong);
  color: var(--ink);
}

.section {
  margin: 2.5rem 0;
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 0.95rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.section-title .kicker {
  margin-bottom: 0.3rem;
}

.section-intro {
  max-width: 36rem;
  margin: 0;
  font-weight: 600;
}

.about-grid,
.services-grid,
.lookbook-grid,
.gallery-grid {
  display: grid;
  gap: 1rem;
}

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

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

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

.panel,
.service-card {
  min-height: 100%;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  margin-bottom: 0.8rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--gold-soft);
  font-weight: 900;
  font-size: 0.78rem;
}

.service-card span {
  color: var(--gold-soft);
  font-weight: 900;
}

.lookbook-item,
.gallery-card,
.lookbook-item img,
.gallery-card img {
  width: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.94) brightness(0.84) contrast(1.08);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.lookbook-item img {
  height: 250px;
}

.gallery-card img {
  aspect-ratio: 4 / 5;
}

.lookbook-item:hover img,
.gallery-card:hover img {
  transform: scale(1.035);
  filter: saturate(1) brightness(0.9) contrast(1.1);
}

.lookbook-item figcaption,
.gallery-card figcaption,
.page-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  align-items: end;
  margin-top: 0.4rem;
}



.contact {
  grid-template-columns: 0.9fr 1.1fr;
}

.contact-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-note {
  margin-top: 0.9rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
  font-size: 0.95rem;
}

.contact-form {
  display: grid;
  gap: 0.42rem;
}

.contact-form label {
  color: var(--ink-soft);
  font-weight: 900;
  font-size: 0.9rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 0.72rem;
  font: inherit;
  background: rgba(10, 12, 16, 0.42);
  color: var(--ink);
  outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(201, 190, 173, 0.62);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--gold-soft);
  box-shadow: 0 0 0 3px rgba(226, 193, 113, 0.12);
}

.contact-form select option {
  color: #111419;
}

.contact-form textarea {
  min-height: 126px;
  resize: vertical;
}

.form-status {
  min-height: 1.4rem;
  margin: 0.25rem 0 0;
  color: var(--ink-soft);
  font-weight: 800;
}

.form-status.success {
  color: #d6efc3;
}

.form-status.error {
  color: #f1b7aa;
}

.footer {
  border-top: 1px solid var(--line);
  margin-top: 2rem;
  padding: 1.1rem 0 1.8rem;
  text-align: center;
  font-size: 0.9rem;
}

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

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

@media (max-width: 1080px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .hero,
  .about-grid,
  .services-grid,
  .lookbook-grid,
  .contact,
  .page-hero {
    grid-template-columns: 1fr;
  }

  .section-title {
    display: block;
  }

  .section-intro,
  .text-link {
    display: block;
    margin-top: 0.6rem;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .menu {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(18, 22, 28, 0.98);
    padding: 0.8rem;
  }

  .menu.open {
    display: flex;
  }

  .nav {
    flex-wrap: wrap;
  }

  .hero-image,
  .hero-image > img {
    min-height: 360px;
  }

  .topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 1rem, 1160px);
  }

  .brand-mark {
    width: 122px;
    height: 50px;
  }

  .brand strong {
    font-size: 0.9rem;
  }

  .brand small {
    display: none;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
  }

  .gallery-card figcaption {
    font-size: 0.82rem;
    padding: 0.65rem;
  }

  .hero-logo-card {
    width: calc(100% - 1.4rem);
    left: 0.7rem;
    bottom: 0.7rem;
  }
}


/* Gallery lightbox carousel */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: minmax(3rem, 0.18fr) minmax(0, 1fr) minmax(3rem, 0.18fr);
  align-items: center;
  gap: 1rem;
  padding: clamp(1rem, 3vw, 2rem);
  background: rgba(4, 5, 7, 0.92);
  backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.gallery-lightbox.open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.lightbox-stage {
  grid-column: 2;
  margin: 0 auto;
  max-width: min(1120px, 100%);
  width: 100%;
  text-align: center;
}

.lightbox-stage img {
  display: block;
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border: 1px solid var(--line-strong);
  border-radius: 1.35rem;
  background: #07090d;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.55);
}

.lightbox-stage figcaption {
  margin-top: 0.9rem;
  color: var(--muted);
  font-family: "Cinzel", serif;
  font-size: clamp(0.9rem, 2vw, 1.05rem);
}

.lightbox-close,
.lightbox-arrow {
  appearance: none;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(12, 14, 18, 0.86);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.lightbox-close:hover,
.lightbox-arrow:hover,
.lightbox-close:focus-visible,
.lightbox-arrow:focus-visible {
  transform: translateY(-1px);
  border-color: var(--gold);
  background: rgba(192, 141, 53, 0.18);
  outline: none;
}

.lightbox-close {
  position: absolute;
  top: clamp(0.8rem, 2vw, 1.3rem);
  right: clamp(0.8rem, 2vw, 1.3rem);
  width: 2.8rem;
  height: 2.8rem;
  font-size: 1.85rem;
  line-height: 1;
}

.lightbox-arrow {
  width: clamp(2.8rem, 6vw, 4rem);
  height: clamp(2.8rem, 6vw, 4rem);
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  justify-self: center;
}

.lightbox-prev {
  grid-column: 1;
}

.lightbox-next {
  grid-column: 3;
}

.gallery-lightbox-link {
  cursor: zoom-in;
}

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 720px) {
  .gallery-lightbox {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    gap: 0.75rem;
    padding-top: 4.6rem;
  }

  .lightbox-stage {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .lightbox-stage img {
    max-height: 70vh;
    border-radius: 1rem;
  }

  .lightbox-prev,
  .lightbox-next {
    grid-row: 2;
  }

  .lightbox-prev {
    grid-column: 1;
    justify-self: end;
  }

  .lightbox-next {
    grid-column: 2;
    justify-self: start;
  }
}

/* Mobile layout refinements: prevents unwanted horizontal page zoom and centres photography */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

figure {
  margin: 0;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: middle;
}

.brand > span:not(.brand-mark) {
  min-width: 0;
}

.brand strong {
  overflow-wrap: anywhere;
}

.hero-image > img,
.lookbook-item img,
.gallery-card img {
  object-position: center center;
}

.lookbook-grid,
.gallery-grid {
  justify-items: center;
}

.lookbook-item,
.gallery-card {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.gallery-card a,
.lookbook-item img,
.gallery-card img {
  display: block;
}

.gallery-card a {
  width: 100%;
  overflow: hidden;
}

.gallery-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.lightbox-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lightbox-stage img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 78vh;
  margin-inline: auto;
  object-position: center center;
}

@supports (height: 100dvh) {
  .gallery-lightbox {
    min-height: 100dvh;
  }

  .lightbox-stage img {
    max-height: 78dvh;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 1.25rem, 1160px);
  }

  .nav {
    align-items: center;
  }

  .brand {
    flex: 1 1 auto;
    max-width: calc(100% - 5.6rem);
  }

  .menu-toggle {
    margin-left: auto;
    flex: 0 0 auto;
  }

  .topbar-inner,
  .section-title,
  .hero-copy,
  .contact-copy,
  .contact-form,
  .page-hero {
    text-align: center;
  }

  .hero-actions {
    justify-content: center;
  }

  .gallery-card figcaption,
  .lookbook-item figcaption {
    display: block;
    text-align: center;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 16px;
  }

  .gallery-lightbox {
    width: 100%;
    min-height: 100vh;
  }

  .lightbox-stage img {
    max-height: 68vh;
  }
}

@supports (height: 100dvh) {
  @media (max-width: 680px) {
    .gallery-lightbox {
      min-height: 100dvh;
    }

    .lightbox-stage img {
      max-height: 68dvh;
    }
  }
}

@media (max-width: 440px) {
  .brand-mark {
    width: 104px;
    height: 46px;
  }

  .brand strong {
    display: none;
  }

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

  .gallery-card {
    max-width: 330px;
    margin-inline: auto;
  }
}

