:root {
  --black: #050505;
  --ink: #191817;
  --muted: #6f6b62;
  --gold: #d8cf95;
  --gold-soft: #f0e8bb;
  --gold-deep: #a98e42;
  --paper: #f7f4ec;
  --white: #ffffff;
  --line: rgba(216, 207, 149, 0.26);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--black);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

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

button,
input {
  font: inherit;
}

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

.site-header {
  position: relative;
  min-height: 0;
  overflow: hidden;
  color: var(--white);
  padding-top: 86px;
  background:
    linear-gradient(115deg, rgba(216, 207, 149, 0.13), transparent 38%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.99) 0 48%, rgba(5, 5, 5, 0.91) 64%, rgba(5, 5, 5, 0.98)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px),
    var(--black);
  background-size: auto, auto, 46px 46px, auto;
}

.site-header::after {
  position: absolute;
  inset: auto 0 0;
  height: 18rem;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(5, 5, 5, 0.96));
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: none;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 78px;
  margin: 0 auto;
  padding: 0 max(18px, calc((100vw - var(--max)) / 2));
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
  background: #050505;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  gap: 28px;
}

.brand img,
.footer-logo,
.mark {
  filter: brightness(0) saturate(100%) invert(86%) sepia(18%) saturate(579%) hue-rotate(8deg) brightness(94%) contrast(91%);
}

.brand img {
  width: 190px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-links a,
.plain-button,
.socials a,
.tabs button {
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

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

.socials {
  display: flex;
  gap: 10px;
}

.socials a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.socials a:hover {
  background: transparent;
  transform: translateY(-2px);
}

.socials svg {
  display: block;
  height: 22px;
  width: 22px;
}

.menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 38px;
  justify-content: center;
  padding: 0;
  width: 38px;
}

.menu-toggle span {
  background: var(--gold);
  border-radius: 999px;
  display: block;
  height: 2px;
  transition: opacity 0.2s ease, transform 0.2s ease;
  width: 22px;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: start;
  align-content: start;
  width: min(var(--max), calc(100% - 48px));
  min-height: 0;
  margin: 0 auto;
  column-gap: clamp(28px, 4vw, 56px);
  row-gap: 0;
  padding: clamp(22px, 4vh, 44px) 0 clamp(44px, 5vh, 72px);
}

.hero-left {
  position: relative;
  z-index: 5;
  max-width: 590px;
  padding-top: 18px;
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding: 0;
}

.hero-details {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}

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

.hero h1,
.section-heading h2,
.testimonial-card h3,
.contact h2,
.work {
  font-family: "Playfair Display", Georgia, serif;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-size: clamp(58px, 8vw, 112px);
  font-weight: 800;
  line-height: 0.9;
}

.hero-name {
  margin: 22px 0 0;
  color: var(--gold);
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 800;
}

.hero-intro {
  max-width: 540px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.78;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 520px;
  margin: 0;
}

.hero-stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 92px;
  padding: 16px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.022));
}

.hero-stat svg {
  flex: 0 0 auto;
  width: clamp(24px, 2.1vw, 30px);
  height: clamp(24px, 2.1vw, 30px);
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
  opacity: 0.9;
  filter: drop-shadow(0 0 14px rgba(216, 207, 149, 0.16));
}

.hero-stat-copy {
  display: block;
  min-width: 0;
  text-align: center;
  flex: 0 1 auto;
}

.hero-stat-copy span {
  display: block;
}

.hero-stats strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: clamp(16px, 1.45vw, 22px);
  letter-spacing: 0;
  line-height: 0.95;
  overflow-wrap: normal;
  white-space: nowrap;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

.solid-button,
.message-button {
  display: inline-grid;
  min-height: 52px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: var(--gold);
  color: var(--black);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  padding: 0 28px;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.solid-button:hover,
.message-button:hover {
  background: var(--gold-soft);
  box-shadow: 0 16px 48px rgba(216, 207, 149, 0.24);
  transform: translateY(-2px);
}

.plain-button {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-portrait {
  position: relative;
  align-self: end;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: min(570px, calc(100svh - 132px));
  border: 1px solid rgba(216, 207, 149, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(100deg, rgba(216, 207, 149, 0.12), rgba(216, 207, 149, 0.04) 36%, rgba(255, 255, 255, 0.025) 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035), 0 24px 70px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  isolation: isolate;
}

.portrait-glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 0;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at 68% 44%, rgba(216, 207, 149, 0.18), transparent 48%);
  box-shadow: none;
}

.hero-portrait::before,
.hero-portrait::after {
  position: absolute;
  z-index: 2;
  content: "";
  pointer-events: none;
}

.hero-portrait::before {
  inset: auto 0 0;
  height: 25%;
  background: linear-gradient(180deg, transparent, rgba(5, 5, 5, 0.72) 72%, rgba(5, 5, 5, 0.98));
}

.hero-portrait::after {
  right: 7%;
  bottom: 15%;
  width: 64%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 207, 149, 0.55), transparent);
}

.hero-portrait img {
  position: relative;
  z-index: 3;
  width: min(690px, 54vw);
  max-height: calc(100% - 18px);
  max-width: none;
  margin: 0 -4% 0 2%;
  object-fit: contain;
  filter: drop-shadow(0 36px 60px rgba(0, 0, 0, 0.42));
}

.portfolio {
  position: absolute;
  left: 3%;
  right: auto;
  top: 50%;
  z-index: 2;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.13);
  max-height: calc(100% - 72px);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 0.82;
  text-align: left;
  text-orientation: upright;
  text-transform: uppercase;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.section {
  background: var(--paper);
}

.wrap {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.section-heading-left {
  margin: 0 auto;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 800;
  line-height: 0.98;
}

.about {
  padding: clamp(84px, 10vw, 136px) 0 clamp(72px, 9vw, 120px);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  align-items: start;
  gap: clamp(42px, 7vw, 92px);
  margin-top: 64px;
}

.copy {
  color: #48443d;
  font-size: 17px;
  line-height: 1.82;
}

.copy p {
  margin: 0 0 26px;
}

.copy strong {
  color: var(--ink);
}

.about-photo-wrap {
  position: sticky;
  top: 32px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-photo {
  width: 100%;
  height: 580px;
  object-fit: cover;
}

.services {
  padding: 0 0 clamp(84px, 10vw, 132px);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(25, 24, 23, 0.1);
  border-radius: 8px;
  background: rgba(25, 24, 23, 0.1);
}

.service-grid article {
  min-width: 0;
  padding: clamp(26px, 3.4vw, 42px);
  background: rgba(255, 255, 255, 0.44);
}

.service-title {
  align-items: center;
  display: flex;
  gap: clamp(10px, 1vw, 14px);
  margin-bottom: 24px;
  min-height: 64px;
  min-width: 0;
}

.line-icon {
  flex: 0 0 auto;
  display: inline-grid;
  width: clamp(48px, 3.8vw, 58px);
  height: clamp(48px, 3.8vw, 58px);
  place-items: center;
  border: 1px solid rgba(169, 142, 66, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(216, 207, 149, 0.2), rgba(216, 207, 149, 0.035));
  color: var(--gold-deep);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.line-icon svg {
  display: block;
  width: clamp(28px, 2.4vw, 34px);
  height: clamp(28px, 2.4vw, 34px);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.service-grid h3 {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-size: clamp(19px, 1.45vw, 28px);
  line-height: 1.08;
  overflow-wrap: normal;
  word-break: normal;
}

.service-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.journey {
  padding: clamp(82px, 10vw, 132px) 0;
  background: var(--white);
}

.journey .section-heading h2 {
  max-width: 900px;
  font-size: clamp(58px, 9vw, 126px);
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 46px;
}

.tabs button {
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(25, 24, 23, 0.12);
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tabs button.active,
.tabs button:hover {
  border-color: var(--gold-deep);
  background: var(--gold);
  color: var(--black);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 44px;
  position: relative;
}

.journey-card {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.journey-card picture,
.journey-card img {
  width: 100%;
}

.journey-card picture {
  display: block;
}

.journey-card img {
  height: auto;
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.12);
  transition: opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.journey-card:not(.wide) img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.journey-card:hover img,
.journey-card:focus-visible img {
  transform: translateY(-4px);
  filter: brightness(0.5);
}

.journey-card:hover,
.journey-card:focus-visible {
  z-index: 2;
}

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

.journey-card:not(.wide) {
  aspect-ratio: 4 / 3;
}

.journey-card.is-hidden {
  display: none;
}

.journey-card-overlay {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.76)),
    radial-gradient(circle at 50% 40%, rgba(216, 207, 149, 0.18), transparent 48%);
  border: 1px solid rgba(216, 207, 149, 0.52);
  border-radius: 8px;
  color: var(--white);
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: center;
  inset: clamp(6px, 0.9vw, 12px);
  justify-items: center;
  opacity: 0;
  overflow: hidden;
  padding: clamp(12px, 1.4vw, 22px);
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 3;
}

.journey-card:hover .journey-card-overlay,
.journey-card:focus-visible .journey-card-overlay,
.journey-card.is-overlay-open .journey-card-overlay {
  opacity: 1;
  transform: translateY(0);
}

.journey-card-overlay strong {
  align-self: end;
  color: var(--white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: var(--overlay-title-size, clamp(22px, 2vw, 34px));
  line-height: var(--overlay-title-line-height, 1.02);
  max-width: 100%;
  overflow-wrap: anywhere;
}

.journey-card-overlay span {
  align-self: center;
  color: var(--gold);
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1;
  margin: clamp(5px, 0.65vw, 9px) 0;
}

.journey-card-overlay p {
  color: rgba(255, 255, 255, 0.96);
  font-size: var(--overlay-body-size, clamp(11px, 1.05vw, 15px));
  line-height: var(--overlay-line-height, 1.42);
  margin: 0;
  max-width: min(100%, 720px);
  overflow: hidden;
  overflow-wrap: anywhere;
}

.journey-card:not(.wide) .journey-card-overlay {
  inset: clamp(6px, 0.75vw, 10px);
  padding: clamp(10px, 0.9vw, 14px);
}

.journey-card:not(.wide) .journey-card-overlay strong {
  font-size: var(--overlay-title-size, clamp(20px, 1.6vw, 28px));
}

.journey-card:not(.wide) .journey-card-overlay p {
  font-size: var(--overlay-body-size, clamp(10px, 0.9vw, 13px));
  line-height: var(--overlay-line-height, 1.36);
}

@media (hover: none), (pointer: coarse) {
  .journey-card.is-overlay-open img {
    filter: brightness(0.52);
  }
}

.journey-preview {
  display: none !important;
}

@media (min-width: 761px) {
  .journey-card.wide + .journey-card {
    aspect-ratio: auto;
  }

  .journey-card.wide + .journey-card img {
    height: 100%;
    object-fit: cover;
  }

  .journey-card[data-kind="event"]:not(.wide) {
    aspect-ratio: auto;
  }

  .journey-card[data-kind="event"]:not(.wide) img {
    height: 100%;
  }

  .journey-card[data-kind="event"]:not(.wide) + .journey-card.wide {
    align-self: stretch;
  }

}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  gap: 18px;
  margin: 54px 0 0;
}

.partner-logos img {
  width: 100%;
  height: 92px;
  padding: 18px;
  border: 1px solid rgba(25, 24, 23, 0.08);
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}

.testimonials {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 12vw, 158px) 0 clamp(56px, 7vw, 92px);
  color: var(--white);
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 22%, rgba(216, 207, 149, 0.2), transparent 36rem),
    radial-gradient(circle at 50% 58%, rgba(255, 255, 255, 0.06), transparent 24rem),
    var(--black);
}

.giant-word {
  display: block;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.16);
  font-size: clamp(40px, 10vw, 138px);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 0.9;
  text-transform: uppercase;
}

.testimonial-slider {
  position: relative;
  width: min(1060px, 100%);
  margin: 0 auto;
  padding: 0 clamp(52px, 7vw, 86px);
}

.testimonial-card {
  position: relative;
  overflow: hidden;
  max-width: 920px;
  min-height: clamp(640px, 62vw, 760px);
  margin: 0 auto;
  padding: clamp(38px, 5vw, 68px) clamp(30px, 6vw, 82px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.028)),
    rgba(5, 5, 5, 0.72);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
}

.testimonial-card::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 12%, rgba(216, 207, 149, 0.12), transparent 22rem),
    linear-gradient(90deg, transparent, rgba(216, 207, 149, 0.08), transparent);
  opacity: 0.9;
}

.testimonial-slide {
  display: none;
  position: relative;
  z-index: 1;
}

.testimonial-slide.is-active {
  display: block;
  animation: testimonialFade 0.32s ease;
}

@keyframes testimonialFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

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

.quote-mark {
  position: relative;
  left: auto;
  top: auto;
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(58px, 7vw, 96px);
  line-height: 0.7;
  opacity: 0.85;
  transform: none;
}

.quote {
  max-width: 720px;
  margin: 26px auto 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(14px, 1.25vw, 18px);
  font-style: italic;
  line-height: 1.68;
}

.avatar {
  width: 132px;
  height: 132px;
  margin: 48px auto 22px;
  border: 3px solid var(--gold);
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.38);
}

.testimonial-card h3 {
  margin: 0 auto;
  color: var(--white);
  font-size: clamp(32px, 3.4vw, 44px);
  line-height: 1;
}

.testimonial-card h3::before {
  display: block;
  width: 56px;
  height: 1px;
  margin: 0 auto 18px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.role {
  margin: 10px 0 0;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.testimonial-arrow {
  position: absolute;
  top: 42%;
  z-index: 2;
  display: grid;
  width: 46px;
  height: 76px;
  place-items: center;
  border: 1px solid rgba(216, 207, 149, 0.35);
  border-radius: 6px;
  background: rgba(5, 5, 5, 0.72);
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.testimonial-arrow:hover {
  border-color: var(--gold);
  background: rgba(216, 207, 149, 0.16);
  color: var(--gold);
  transform: translateY(-2px);
}

.testimonial-arrow span {
  font-size: 46px;
  line-height: 1;
}

.testimonial-arrow-prev {
  left: 0;
}

.testimonial-arrow-next {
  right: 0;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}

.testimonial-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid rgba(216, 207, 149, 0.55);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, width 0.2s ease;
}

.testimonial-dot.is-active {
  width: 30px;
  background: var(--gold);
  transform: translateY(-1px);
}

.contact {
  padding: clamp(52px, 7vw, 88px) 0 clamp(84px, 10vw, 132px);
  color: var(--white);
  text-align: center;
  background: linear-gradient(180deg, var(--black), #11100d);
}

@media (min-width: 761px) {
  .testimonials {
    padding-bottom: clamp(34px, 4vw, 56px);
  }

  .contact {
    padding-top: clamp(32px, 4vw, 54px);
  }
}

.contact-panel {
  position: relative;
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(42px, 7vw, 76px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(216, 207, 149, 0.12), transparent 46%),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.36);
}

.work {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: clamp(34px, 6vw, 76px);
  font-weight: 800;
  line-height: 1;
}

.contact-label {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact h2 {
  margin: 18px auto 34px;
  max-width: 760px;
  font-size: clamp(54px, 9vw, 116px);
  line-height: 0.92;
}

.message-button {
  min-height: 58px;
  padding: 0 34px;
}

.mark {
  width: 88px;
  margin: 54px auto 34px;
}

.footer-logo {
  width: min(420px, 90%);
  margin: 0 auto 32px;
}

.footer-socials {
  justify-content: center;
}

footer {
  padding: 0 24px 64px;
  color: rgba(255, 255, 255, 0.62);
  background: #11100d;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 1100px) {
  .site-header {
    background:
      linear-gradient(180deg, rgba(216, 207, 149, 0.12), transparent 30%),
      linear-gradient(180deg, rgba(5, 5, 5, 0.98), rgba(5, 5, 5, 0.92) 58%, rgba(5, 5, 5, 0.99)),
      linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px),
      var(--black);
    background-size: auto, auto, 46px 46px, auto;
  }

  .nav {
    flex-wrap: nowrap;
    justify-content: space-between;
    min-height: 70px;
    padding: 0 18px;
    width: 100%;
    gap: 14px;
  }

  .nav-links {
    align-items: stretch;
    background: rgba(5, 5, 5, 0.94);
    border: 1px solid rgba(216, 207, 149, 0.18);
    border-radius: 8px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
    display: grid;
    gap: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    width: 100%;
  }

  .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links a {
    border-bottom: 1px solid rgba(216, 207, 149, 0.1);
    padding: 16px 18px;
    text-align: center;
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .nav .socials {
    margin-left: auto;
  }

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

  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "copy"
      "portrait"
      "details";
    min-height: auto;
    gap: 0;
    align-content: start;
    padding-bottom: 72px;
  }

  .hero-left {
    display: contents;
  }

  .hero-copy {
    grid-area: copy;
    max-width: 760px;
    margin: 0 auto;
    padding: 28px 0 0;
    text-align: center;
  }

  .hero-intro {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-details {
    grid-area: details;
    max-width: min(820px, 100%);
    width: 100%;
    margin: 22px auto 0;
    text-align: center;
  }

  .hero-stats {
    max-width: 560px;
    margin: 0 auto;
  }

  .hero-actions {
    justify-content: center;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-portrait {
    grid-area: portrait;
    min-height: 480px;
    width: min(820px, 100%);
    margin: 8px auto 0;
    border: 1px solid rgba(216, 207, 149, 0.22);
    border-radius: 8px;
    background:
      linear-gradient(100deg, rgba(216, 207, 149, 0.12), rgba(216, 207, 149, 0.04) 36%, rgba(255, 255, 255, 0.025) 36%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035), 0 24px 70px rgba(0, 0, 0, 0.28);
    overflow: hidden;
  }

  .hero-portrait img {
    position: absolute;
    left: 50%;
    bottom: -2%;
    width: min(700px, 92vw);
    margin: 0;
    transform: translateX(-39%);
  }

  .portrait-glow {
    inset: 0;
    border: 0;
    border-radius: 8px;
    background:
      radial-gradient(ellipse at 70% 44%, rgba(216, 207, 149, 0.2), transparent 46%);
    box-shadow: none;
  }

  .portfolio {
    left: 3%;
    right: auto;
    top: 50%;
    width: auto;
    max-height: calc(100% - 40px);
    color: rgba(255, 255, 255, 0.14);
    font-size: clamp(22px, 3.6vw, 34px);
    letter-spacing: 0.01em;
    line-height: 0.82;
    text-align: left;
    text-orientation: upright;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
  }

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

  .about-photo-wrap {
    position: relative;
    top: auto;
  }

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

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

@media (max-width: 760px) {
  .site-header {
    min-height: auto;
    background:
      linear-gradient(180deg, #050505 0 48%, #070604 72%, #050505 100%),
      linear-gradient(135deg, rgba(255, 255, 255, 0.038) 0 1px, transparent 1px),
      var(--black);
    background-size: auto, 42px 42px, auto;
  }

  .wrap,
  .hero {
    width: min(100% - 28px, var(--max));
  }

  .nav {
    left: 0;
    right: 0;
    width: 100%;
  }

  .brand img {
    width: 166px;
  }

  .nav-links {
    gap: 16px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .nav .socials {
    display: flex;
    gap: 8px;
  }

  .socials a {
    height: 30px;
    width: 30px;
  }

  .socials svg {
    height: 20px;
    width: 20px;
  }

  .hero-copy {
    padding: 30px 0 0;
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(48px, 17vw, 76px);
  }

  .hero-name {
    margin-top: 16px;
  }

  .hero-intro {
    margin: 20px auto 0;
  }

  .hero-details {
    text-align: center;
    margin-top: 14px;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0 auto;
    max-width: 100%;
  }

  .hero-stat {
    gap: 8px;
    min-height: 76px;
    padding: 12px 8px;
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .hero-stat svg {
    width: 22px;
    height: 22px;
  }

  .hero-stats strong {
    font-size: clamp(15px, 4.4vw, 20px);
    margin-bottom: 6px;
  }

  .hero-actions {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 24px;
  }

  .hero-portrait {
    min-height: 0;
    height: clamp(330px, 90vw, 450px);
    width: 100%;
    margin: 22px auto 0;
    border: 1px solid rgba(216, 207, 149, 0.22);
    border-radius: 8px;
    overflow: hidden;
    background:
      linear-gradient(100deg, rgba(216, 207, 149, 0.12), rgba(216, 207, 149, 0.04) 36%, rgba(255, 255, 255, 0.025) 36%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035), 0 24px 70px rgba(0, 0, 0, 0.28);
  }

  .hero-portrait img {
    position: absolute;
    left: 50%;
    bottom: -5%;
    width: min(590px, 126vw);
    margin: 0;
    transform: translateX(-39%);
  }

  .portrait-glow {
    inset: 0;
    border: 0;
    border-radius: 8px;
    background:
      radial-gradient(ellipse at 70% 44%, rgba(216, 207, 149, 0.2), transparent 46%);
    filter: none;
    box-shadow: none;
  }

  .hero-portrait::before {
    height: 34%;
    background:
      linear-gradient(180deg, transparent, rgba(5, 5, 5, 0.76) 72%, #050505);
  }

  .hero-portrait::after {
    display: none;
  }

  .portfolio {
    display: block;
    left: 3%;
    right: auto;
    top: 50%;
    width: auto;
    max-height: calc(100% - 32px);
    color: rgba(255, 255, 255, 0.14);
    font-size: clamp(20px, 6vw, 31px);
    letter-spacing: 0.01em;
    line-height: 0.82;
    text-align: left;
    text-orientation: upright;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
  }

  .section-heading,
  .section-heading-left {
    text-align: center;
  }

  .about-grid {
    margin-top: 38px;
  }

  .about-photo {
    height: auto;
    aspect-ratio: 4 / 3;
  }

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

  .journey-card,
  .journey-card.wide {
    grid-column: auto;
  }

  .journey-card img {
    height: auto;
  }

  .journey-card:not(.wide) img {
    height: 100%;
  }

  .journey-preview {
    height: auto;
    grid-column: 1 / -1;
    left: 0;
    min-height: 360px;
    padding: 30px 22px;
    position: relative;
    right: 0;
    top: auto;
    bottom: auto;
    transform: translateY(0);
    width: 100%;
  }

  .journey-preview.is-visible {
    display: flex;
    transform: translateY(0);
  }

  .journey-preview strong {
    font-size: 28px;
  }

  .journey-preview span {
    margin: 12px 0;
  }

  .journey-preview p {
    font-size: 13px;
    line-height: 1.6;
    max-width: 100%;
  }

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

  .partner-logos img {
    height: 78px;
  }

  .tabs button {
    width: 100%;
    justify-content: center;
  }

  .testimonial-card {
    padding: 30px 20px;
    min-height: 0;
  }

  .testimonial-slider {
    padding: 0 0 70px;
  }

  .testimonial-arrow {
    bottom: 0;
    top: auto;
    width: 54px;
    height: 46px;
  }

  .testimonial-arrow-prev {
    left: calc(50% - 62px);
  }

  .testimonial-arrow-next {
    right: calc(50% - 62px);
  }

  .testimonial-arrow span {
    font-size: 38px;
  }

  .quote {
    font-size: 15px;
    line-height: 1.58;
  }

  .quote-mark {
    font-size: 62px;
  }

  .avatar {
    width: 112px;
    height: 112px;
    margin-top: 36px;
  }

  .testimonial-dots {
    margin-top: 18px;
  }

  .giant-word {
    letter-spacing: 0.03em;
  }

  .footer-socials {
    display: flex;
  }
}
