:root {
  --black: #070708;
  --ink: #0e0f10;
  --panel: rgba(255, 255, 255, 0.052);
  --panel-soft: rgba(255, 255, 255, 0.078);
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.22);
  --white: #ffffff;
  --soft-white: #f7f7f3;
  --muted: #d0d0ca;
  --silver: #c9c9c3;
  --steel: #7f858d;
  --platinum: #e5e1d8;
  --focus: #d8d3c8;
  --success: #9fb7a5;
  --button-fill: #064f5c;
  --button-fill-hover: #f7f7f3;
  --button-border: #0b6472;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  --radius: 8px;
  --container: 1480px;
  --header-height: 86px;
  --font-heading: "General Sans", "PP Neue Montreal", "Söhne", "Graphik", "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Inter", "Söhne", "Graphik", "Helvetica Neue", Arial, sans-serif;
  --type-kicker: 0.75rem;
  --type-heading: clamp(34px, 2.1vw, 44px);
  --type-copy: 18px;
  --type-copy-line: 1.82;
  --type-heading-line: 1.12;
  --type-heading-width: 680px;
  --type-copy-width: 650px;
}

@font-face {
  font-family: "PP Gatwick";
  src:
    url("../fonts/PPGatwick-Light.woff2") format("woff2"),
    url("../fonts/PPGatwick-Light.woff") format("woff"),
    local("PP Gatwick Light"),
    local("PP Gatwick");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Gatwick";
  src:
    url("../fonts/PPGatwick-Regular.woff2") format("woff2"),
    url("../fonts/PPGatwick-Regular.woff") format("woff"),
    local("PP Gatwick Regular"),
    local("PP Gatwick");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Mori";
  src:
    url("../fonts/PPMori-Regular.woff2") format("woff2"),
    url("../fonts/PPMori-Regular.woff") format("woff"),
    local("PP Mori Regular"),
    local("PP Mori");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Mori";
  src:
    url("../fonts/PPMori-Medium.woff2") format("woff2"),
    url("../fonts/PPMori-Medium.woff") format("woff"),
    local("PP Mori Medium"),
    local("PP Mori");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--soft-white);
  background:
    radial-gradient(circle at 18% 8%, rgba(229, 225, 216, 0.12), transparent 30rem),
    radial-gradient(circle at 90% 18%, rgba(126, 132, 142, 0.12), transparent 34rem),
    linear-gradient(180deg, #0b0b0c 0%, #050506 38%, #0b0b0c 100%);
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-synthesis-weight: none;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 72%);
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font-family: var(--font-body);
}

button {
  cursor: pointer;
}

::selection {
  background: var(--platinum);
  color: var(--black);
}

.container {
  width: min(100% - 72px, var(--container));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  height: var(--header-height);
  transition: background 240ms ease, border-color 240ms ease, backdrop-filter 240ms ease, height 240ms ease;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled,
.site-header.menu-active {
  height: 76px;
  background: rgba(7, 7, 8, 0.72);
  border-color: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(22px) saturate(1.2);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 172px;
}

.brand-logo {
  width: 172px;
  height: auto;
  display: block;
}

.footer-brand-logo {
  width: 220px;
}

.brand-mark {
  font-family: var(--font-heading);
  font-size: 1.32rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.045em;
}

.brand-sub {
  margin-top: 7px;
  font-size: 0.66rem;
  line-height: 1;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

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

.nav a {
  font-family: var(--font-body);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.88rem;
  font-weight: 500;
  transition: color 180ms ease;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--white);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
}

.menu-toggle svg {
  width: 21px;
  height: 21px;
}

.btn {
  font-family: var(--font-body);
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: fit-content;
  min-width: 0;
  min-height: 46px;
  padding: 0 26px;
  border-radius: 13px;
  border: 2px solid var(--button-border);
  background: transparent;
  color: var(--button-fill-hover);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.24), transparent);
  transition: transform 520ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  border-color: var(--button-fill-hover);
  background: var(--button-fill-hover);
  color: var(--button-fill);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.btn:hover::after {
  transform: translateX(120%);
}

.btn-primary {
  background: var(--button-fill);
  color: var(--button-fill-hover);
  border-color: var(--button-fill);
}

.btn-primary:hover {
  background: var(--button-fill-hover);
  color: var(--button-fill);
  border-color: var(--button-fill-hover);
}

.btn-link {
  min-height: 42px;
  padding: 0 20px;
  border: 2px solid var(--button-border);
  border-radius: 13px;
  color: var(--button-fill-hover);
  background: transparent;
}

.btn-link:hover {
  background: var(--button-fill-hover);
  color: var(--button-fill);
  border-color: var(--button-fill-hover);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: #080808;
  opacity: 0;
  transform: scale(1.018);
  transition: opacity 900ms ease, transform 1400ms ease;
}

.hero-media.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-media img,
.hero-media video,
.hero-media iframe,
.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
}

.hero-media video {
  display: none;
}

.hero-video-embed {
  overflow: hidden;
}

.hero-video-embed iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100vw, 177.78vh);
  height: max(56.25vw, 100vh);
  border: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.38) 44%, rgba(0, 0, 0, 0.12) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.64));
}

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 24% 36%, rgba(229,225,216,0.16), transparent 18rem),
    linear-gradient(rgba(255,255,255,0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: auto, 88px 88px, 88px 88px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.78), transparent 82%);
}

.hero-content {
  padding: 170px 0 78px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--platinum);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: currentColor;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
.hero-title,
.page-hero h1,
.section-head h2,
.strip-head h2,
.destination-head h2,
.blog-head h2,
.events-copy h2,
.why-copy h2,
.service-showcase-head h2,
.service-slide h3,
.event-stack h3,
.blog-editorial h3,
.service-card h2,
.service-card h3,
.reason-card h3,
.process-card h3,
.info-card h3,
.media-body h3,
.rich-content h2,
.rich-content h3,
.side-box h3,
.contact-form-head h2,
.contact-note-card h3 {
  font-family: var(--font-heading);
  font-weight: 300;
  letter-spacing: 0.022em;
}

p,
li,
.hero-copy,
.section-copy,
.card p,
.service-slide p,
.destination-tile span,
.blog-card p,
.events-copy p,
.why-copy p {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.82;
  max-width: 720px;
}

h1,
.hero-title {
  max-width: 900px;
  margin-bottom: 24px;
  font-size: clamp(56px, 4vw, 90px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.018em;
}

.hero-title .accent {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.72);
}

.hero-copy {
  max-width: 720px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 1.08vw, 21px);
  line-height: 1.78;
}

.hero-ctas,
.section-actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 760px);
  margin-top: 76px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.09);
}

.hero-meta div {
  padding: 20px;
  background: rgba(255, 255, 255, 0.052);
  backdrop-filter: blur(14px);
}

.hero-meta strong {
  display: block;
  color: var(--white);
  font-size: 1.35rem;
  line-height: 1.1;
}

.hero-meta span {
  color: var(--muted);
  font-size: 0.82rem;
}

.hero-controls {
  position: absolute;
  right: max(20px, calc((100vw - var(--container)) / 2));
  bottom: 78px;
  display: flex;
  gap: 10px;
}

.icon-btn {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
  transition: background 180ms ease, transform 180ms ease;
}

.icon-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
}

.section {
  position: relative;
  padding: 92px 0;
}

.section-compact {
  padding: 66px 0;
}

.section-muted {
  background:
    radial-gradient(circle at 85% 20%, rgba(229,225,216,0.07), transparent 26rem),
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.012)),
    #0a0a0b;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.why-showcase {
  position: relative;
  overflow: hidden;
  padding: 96px 0 112px;
  color: var(--soft-white);
  background:
    radial-gradient(circle at 82% 22%, rgba(229, 225, 216, 0.13), transparent 34rem),
    radial-gradient(circle at 15% 80%, rgba(105, 116, 124, 0.14), transparent 30rem),
    linear-gradient(135deg, #111113 0%, #080809 58%, #050506 100%);
}

.why-showcase::after {
  content: "";
  position: absolute;
  left: -4vw;
  right: -4vw;
  bottom: -1px;
  height: 76px;
  background: #050506;
  clip-path: polygon(0 72%, 100% 100%, 100% 100%, 0 100%);
}

.why-showcase .section-kicker {
  color: var(--platinum);
}

.why-showcase-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(520px, 0.9fr) minmax(620px, 1.1fr);
  gap: clamp(54px, 5vw, 110px);
  align-items: center;
}

.why-copy h2 {
  margin: 14px 0 22px;
  max-width: 560px;
  font-size: clamp(34px, 2.1vw, 44px);
  line-height: 1.12;
  font-weight: 300;
  letter-spacing: 0.014em;
}

.why-copy p {
  max-width: 610px;
  color: rgba(255,255,255,0.76);
  font-size: 18px;
  line-height: 1.82;
  margin-bottom: 28px;
}

.why-showcase .btn-primary {
  background: var(--button-fill);
  color: var(--button-fill-hover);
  border-color: var(--button-fill);
}

.why-showcase .btn-primary:hover {
  background: var(--button-fill-hover);
  color: var(--button-fill);
  border-color: var(--button-fill-hover);
}

.why-visual {
  position: relative;
  display: block;
  min-height: 470px;
  border-radius: 34px;
  overflow: hidden;
  transform: rotate(-4.5deg) translateX(8px);
  transform-origin: center;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.42);
  transition: transform 520ms ease, border-color 320ms ease, box-shadow 320ms ease;
}

.why-visual img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08) brightness(0.78);
  transition: filter 420ms ease, transform 520ms ease;
}

.why-visual:hover {
  transform: rotate(-3deg) translateX(8px) translateY(-4px);
  border-color: rgba(255,255,255,0.32);
  box-shadow: 0 44px 120px rgba(0, 0, 0, 0.5);
}

.why-visual:hover img {
  filter: grayscale(0) contrast(1.03) brightness(0.98);
  transform: scale(1.045);
}

.services-strip {
  overflow: hidden;
  padding: 108px 0 116px;
}

.services-showcase {
  color: var(--soft-white);
  background:
    radial-gradient(circle at 76% 20%, rgba(255,255,255,0.11), transparent 30rem),
    radial-gradient(circle at 8% 90%, rgba(105,116,124,0.18), transparent 28rem),
    linear-gradient(180deg, #09090a 0%, #111113 52%, #050506 100%);
}

.strip-head,
.destination-head,
.blog-head {
  margin-bottom: 34px;
}

.strip-head,
.blog-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: flex-end;
}

.service-showcase-head {
  align-items: flex-end;
  margin-bottom: 38px;
}

.strip-head h2,
.blog-head h2,
.events-copy h2 {
  margin: 10px 0 0;
  max-width: 760px;
  font-size: clamp(44px, 3.8vw, 72px);
  line-height: 1.08;
  font-weight: 300;
}

.service-showcase-head h2 {
  max-width: 820px;
  font-size: clamp(40px, 3vw, 62px);
  line-height: 1.08;
  font-weight: 300;
}

.service-showcase-head p {
  max-width: 660px;
  margin: 18px 0 0;
  color: rgba(255,255,255,0.72);
  font-size: 18px;
  line-height: 1.82;
}

.destination-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}

.destination-head h2 {
  margin: 10px 0 0;
  max-width: 640px;
  font-size: clamp(42px, 3.2vw, 64px);
  line-height: 1.08;
  font-weight: 300;
}

.strip-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  padding-top: 0;
  margin-bottom: 2px;
}

.btn-ghost {
  background: transparent;
  color: var(--soft-white);
  border-color: var(--button-border);
}

.btn-ghost:hover {
  background: var(--button-fill-hover);
  color: var(--button-fill);
  border-color: var(--button-fill-hover);
}

.btn i {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.wide-container {
  width: min(100% - 20px, 1380px);
}

.edge-rail {
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
}

.horizontal-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  padding: 4px 8px 18px;
  cursor: grab;
  scrollbar-width: none;
}

.horizontal-track::-webkit-scrollbar,
.destination-rail::-webkit-scrollbar {
  display: none;
}

.horizontal-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.service-rail {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100vw;
  padding: 6px 0 26px max(22px, calc((100vw - min(1140px, calc(100vw - 48px))) / 2));
  cursor: grab;
  scrollbar-width: none;
  touch-action: pan-y;
  user-select: none;
  overscroll-behavior-inline: contain;
}

.service-rail::-webkit-scrollbar {
  display: none;
}

.service-rail.is-dragging {
  cursor: grabbing;
}

.service-loop {
  display: flex;
  gap: 22px;
  width: max-content;
  padding-right: 8vw;
}

.service-slide {
  position: relative;
  flex: 0 0 clamp(330px, 28vw, 430px);
  min-height: 445px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-align: start;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.085), rgba(255,255,255,0.035)),
    rgba(255,255,255,0.04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 28px 80px rgba(0,0,0,0.32);
  backdrop-filter: blur(16px);
  isolation: isolate;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.service-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.18) 34%, rgba(0,0,0,0.88) 100%),
    radial-gradient(circle at 25% 12%, rgba(255,255,255,0.18), transparent 19rem);
}

.service-slide::after {
  content: "";
  position: absolute;
  inset: auto 22px 22px 22px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.45), transparent);
  opacity: 0.45;
}

.service-slide img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08) brightness(0.78);
  transform: scale(1.04);
  transition: transform 520ms ease, filter 520ms ease;
}

.service-slide:hover {
  transform: translateY(-8px);
  border-color: rgba(255,255,255,0.35);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 34px 90px rgba(0,0,0,0.42);
}

.service-slide:hover img {
  filter: grayscale(0) contrast(1.04) brightness(0.9);
  transform: scale(1.1);
}

.service-slide span {
  display: none;
}

.service-slide h3 {
  margin: auto 0 12px;
  max-width: 11ch;
  font-size: clamp(28px, 1.7vw, 36px);
  line-height: 1.06;
  font-weight: 300;
  letter-spacing: 0.022em;
  text-wrap: balance;
}

.service-slide p {
  max-width: 31ch;
  margin-bottom: 18px;
  color: rgba(255,255,255,0.72);
  font-size: 1rem;
  line-height: 1.72;
}

.service-slide em {
  width: fit-content;
  color: var(--soft-white);
  font-style: normal;
  font-weight: 500;
  font-size: 0.86rem;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255,255,255,0.42);
}

.events-feature {
  overflow: hidden;
  padding: 104px 0;
  color: var(--soft-white);
  background:
    radial-gradient(circle at 78% 20%, rgba(229,225,216,0.16), transparent 30rem),
    linear-gradient(180deg, #111113, #050506);
}

.events-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 0.82fr);
  gap: 72px;
  align-items: center;
}

.events-copy p {
  max-width: 560px;
  color: var(--muted);
}

.events-feature .btn-primary {
  background: var(--button-fill);
  border-color: var(--button-fill);
  color: var(--button-fill-hover);
}

.events-feature .btn-primary:hover {
  background: var(--button-fill-hover);
  color: var(--button-fill);
  border-color: var(--button-fill-hover);
}

.event-stack {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.event-stack article {
  position: absolute;
  width: min(430px, 64vw);
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255,255,255,0.06);
  color: var(--soft-white);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
  opacity: 0;
  z-index: 1;
  transform: translateX(0) scale(0.82) rotate(0deg);
  transition:
    transform 980ms cubic-bezier(0.2, 0.86, 0.22, 1),
    opacity 980ms ease,
    z-index 980ms step-end,
    filter 980ms ease;
  will-change: transform, opacity;
}

.event-stack article.is-active {
  opacity: 1;
  z-index: 5;
  transform: translateX(0) scale(1) rotate(0deg);
  filter: none;
}

.event-stack article.is-next {
  opacity: 0.74;
  z-index: 4;
  transform: translateX(78px) scale(0.9) rotate(7deg);
  filter: grayscale(1) brightness(0.48);
}

.event-stack article.is-prev {
  opacity: 0.74;
  z-index: 3;
  transform: translateX(-78px) scale(0.9) rotate(-7deg);
  filter: grayscale(1) brightness(0.48);
}

.event-stack article.is-back {
  opacity: 0.18;
  z-index: 1;
  transform: translateX(0) scale(0.76) rotate(0deg);
  filter: grayscale(1) brightness(0.55);
}

.event-stack:hover article.is-active {
  transform: translateX(0) scale(1.015) rotate(0deg);
}

.event-stack img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.03);
}

.event-stack article:not(.is-active) span,
.event-stack article:not(.is-active) h3 {
  opacity: 0;
  transform: translateY(8px);
}

.event-stack span,
.event-stack h3 {
  display: block;
  padding: 0 18px;
  transition: opacity 420ms ease, transform 420ms ease;
}

.event-stack span {
  margin-top: 14px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.event-stack h3 {
  margin: 4px 0 18px;
  color: var(--soft-white);
  font-weight: 300;
  letter-spacing: 0.022em;
}

.destinations-showcase {
  overflow: hidden;
  padding: 104px 0 92px;
  color: var(--soft-white);
  background:
    radial-gradient(circle at 16% 20%, rgba(229,225,216,0.12), transparent 28rem),
    linear-gradient(180deg, #0c0c0d, #050506);
}

.destinations-showcase .section-kicker,
.blog-editorial .section-kicker {
  color: var(--platinum);
}

.destination-head p,
.blog-head p {
  max-width: 680px;
  color: var(--muted);
}

.destination-rail {
  overflow-x: auto;
  padding: 8px 0 18px max(14px, calc((100vw - var(--container)) / 2));
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  overscroll-behavior-inline: contain;
  touch-action: pan-x;
}

.destination-rail.is-dragging {
  cursor: grabbing;
}

.destination-loop {
  display: flex;
  width: max-content;
  gap: 28px;
  animation: none;
  will-change: transform;
}

.destination-rail.is-dragging .destination-loop,
.destination-rail:hover .destination-loop {
  animation-play-state: paused;
}

@keyframes destinationMarquee {
  from {
    transform: translateX(calc(-50% - 14px));
  }
  to {
    transform: translateX(0);
  }
}

.destination-tile {
  position: relative;
  flex: 0 0 min(610px, 74vw);
  color: var(--soft-white);
  -webkit-user-drag: none;
}

.destination-tile.drag-suppressed {
  pointer-events: none;
}

.destination-tile img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 18px;
  filter: grayscale(1) contrast(1.04) brightness(0.82);
  transition: transform 520ms ease, filter 520ms ease;
}

.destination-tile:hover img,
.destination-tile.is-active img {
  transform: scale(1.025);
  filter: none;
}

.destination-tile strong {
  display: block;
  margin-top: 12px;
  font-size: 0.88rem;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 500;
}

.destination-tile span {
  display: block;
  max-width: 92%;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.45;
}

.destination-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  margin-top: 0;
  padding: 0;
  margin-bottom: 2px;
}

.destination-actions .icon-btn {
  width: 42px;
  height: 42px;
}

.proposal-hero {
  min-height: 100vh;
  padding: 160px 0 90px;
  background:
    radial-gradient(circle at 78% 12%, rgba(229,225,216,0.14), transparent 30rem),
    linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.01)),
    #070708;
}

.proposal-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.88fr);
  gap: 62px;
  align-items: start;
}

.proposal-copy h1 {
  max-width: 760px;
  margin: 12px 0 22px;
  font-size: clamp(48px, 4vw, 72px);
  line-height: 1.02;
  font-weight: 300;
}

.proposal-copy p {
  max-width: 640px;
  color: var(--muted);
}

.proposal-points {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.proposal-points span {
  width: fit-content;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  color: var(--platinum);
  background: rgba(255,255,255,0.045);
  font-size: 0.82rem;
}

.proposal-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.09), rgba(255,255,255,0.035)),
    rgba(255,255,255,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 30px 90px rgba(0,0,0,0.28);
  backdrop-filter: blur(16px);
}

.proposal-page {
  min-height: 100vh;
  padding: 142px 0 86px;
  background:
    radial-gradient(circle at 50% 0%, rgba(229,225,216,0.12), transparent 30rem),
    linear-gradient(180deg, #09090a 0%, #111113 44%, #0a0a0b 44%, #050506 100%);
}

.proposal-page-head {
  width: min(100% - 72px, var(--container));
  margin: 0 auto 38px;
  text-align: left;
}

.proposal-page-head h1 {
  margin: 12px 0 14px;
  max-width: var(--type-heading-width);
  font-size: clamp(42px, 3.6vw, 68px);
  line-height: 1.05;
  font-weight: 300;
}

.proposal-page-head p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.proposal-form-card {
  width: min(100% - 40px, 860px);
  margin: 0 auto;
  gap: 18px;
  padding: clamp(24px, 3vw, 38px);
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.14);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.09), rgba(255,255,255,0.035)),
    rgba(255,255,255,0.05);
  color: var(--white);
  box-shadow: 0 34px 90px rgba(0,0,0,0.34);
  backdrop-filter: blur(16px);
}

.proposal-form-card .field-grid {
  gap: 16px;
}

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

.proposal-form-card .field {
  gap: 8px;
}

.proposal-form-card .field label {
  color: rgba(247,247,243,0.78);
  font-size: 0.78rem;
  font-weight: 500;
}

.proposal-form-card .field input,
.proposal-form-card .field select,
.proposal-form-card .field textarea {
  min-height: 44px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 10px;
  background: rgba(5,5,6,0.58);
  color: var(--white);
  padding: 11px 13px;
}

.proposal-form-card .field input::placeholder,
.proposal-form-card .field textarea::placeholder {
  color: rgba(247,247,243,0.42);
}

.proposal-form-card .field textarea {
  min-height: 190px;
}

.proposal-form-card .field input:focus,
.proposal-form-card .field select:focus,
.proposal-form-card .field textarea:focus {
  border-color: var(--button-border);
  box-shadow: 0 0 0 4px rgba(6,79,92,0.12);
}

.proposal-form-card .btn {
  justify-self: start;
  margin-top: 24px;
}

.proposal-form-card [data-form-status] {
  min-height: 1.2em;
  color: var(--muted);
  font-size: 0.86rem;
}

.blog-editorial .btn-primary {
  background: var(--button-fill);
  color: var(--button-fill-hover);
  border-color: var(--button-fill);
}

.blog-editorial .btn-primary:hover {
  background: var(--button-fill-hover);
  color: var(--button-fill);
  border-color: var(--button-fill-hover);
}

.destinations-showcase .destination-all-btn {
  min-height: 46px;
  padding: 0 26px;
  background: var(--button-fill);
  color: var(--button-fill-hover);
  border-color: var(--button-fill);
}

.destinations-showcase .destination-all-btn:hover {
  background: var(--button-fill-hover);
  color: var(--button-fill);
  border-color: var(--button-fill-hover);
}

.destinations-showcase .btn {
  border-color: var(--button-border);
  color: var(--button-fill-hover);
}

.destinations-showcase .btn:hover {
  background: var(--button-fill-hover);
  color: var(--button-fill);
  border-color: var(--button-fill-hover);
}

.blog-editorial {
  padding: 104px 0;
  color: var(--soft-white);
  background:
    radial-gradient(circle at 86% 4%, rgba(229,225,216,0.1), transparent 26rem),
    #09090a;
}

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

.blog-editorial article {
  color: var(--soft-white);
}

.blog-editorial img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 18px;
  filter: grayscale(1) brightness(0.86);
  transition: filter 420ms ease, transform 520ms ease;
}

.blog-editorial article:hover img {
  filter: none;
  transform: scale(1.025);
}

.blog-editorial span {
  display: block;
  margin-top: 18px;
  color: var(--platinum);
  font-size: 0.76rem;
  font-weight: 500;
  text-transform: uppercase;
}

.blog-editorial h3 {
  margin: 8px 0 10px;
  font-size: 1.35rem;
  line-height: 1.18;
  font-weight: 300;
  letter-spacing: 0.022em;
}

.blog-editorial p {
  color: var(--muted);
}

.blog-cta {
  margin-top: 30px;
}

.logo-band {
  padding: 54px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.035);
}

.logo-band-inner {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 34px;
  align-items: center;
}

.logo-band-inner > span {
  color: var(--muted);
  font-size: 0.82rem;
}

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

.logo-list strong {
  min-height: 68px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  color: rgba(255,255,255,0.68);
  background: rgba(255,255,255,0.04);
  font-weight: 500;
}

.site-footer-large {
  background: #010101;
}

.footer-large-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(170px, 0.55fr));
  gap: 52px;
  padding-bottom: 78px;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}

.footer-brand-block {
  display: grid;
  justify-items: start;
  align-content: center;
  text-align: left;
  max-width: 390px;
  min-height: 240px;
}

.footer-brand-block p,
.footer-large-grid p {
  color: rgba(255,255,255,0.66);
  max-width: 390px;
}

.footer-large-grid h4 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 1.06rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 38px;
}

.section-kicker {
  color: var(--platinum);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-title,
.page-title {
  margin: 10px 0 0;
  font-size: clamp(44px, 3.8vw, 72px);
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: 0.018em;
}

.section-lead {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
  gap: 64px;
  align-items: center;
}

.copy-xl {
  color: var(--soft-white);
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.34;
}

.muted {
  color: var(--muted);
}

.visual-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  min-height: 460px;
  background: rgba(255,255,255,0.05);
  box-shadow: var(--shadow);
}

.visual-panel img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.05);
}

.visual-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,0.7));
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,0.035);
  backdrop-filter: blur(14px);
}

.stat {
  padding: 30px 26px;
  border-right: 1px solid var(--line);
}

.stat:last-child {
  border-right: 0;
}

.stat strong {
  display: block;
  color: var(--white);
  font-size: 2rem;
  line-height: 1.1;
}

.stat span {
  color: var(--muted);
  font-size: 0.88rem;
}

.about-hero .page-hero-content {
  max-width: var(--container);
}

.about-story {
  padding: 112px 0 86px;
  background:
    radial-gradient(circle at 12% 18%, rgba(229, 225, 216, 0.12), transparent 30rem),
    linear-gradient(180deg, #050506 0%, #101012 58%, #070708 100%);
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.62fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: end;
}

.about-story h2 {
  max-width: 900px;
  margin: 10px 0 0;
  font-size: clamp(42px, 4.1vw, 76px);
  line-height: 1.04;
  font-weight: 300;
  letter-spacing: 0.018em;
}

.about-story-copy {
  display: grid;
  gap: 18px;
  color: var(--muted);
}

.about-story-copy p {
  margin: 0;
}

.about-story-copy p:first-child {
  color: var(--soft-white);
  font-size: clamp(20px, 1.45vw, 26px);
  line-height: 1.46;
}

.about-story-copy .btn {
  margin-top: 10px;
}

.about-method {
  padding: 28px 0 92px;
  background: #070708;
}

.about-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
}

.about-method article {
  display: grid;
  align-content: space-between;
  gap: 30px;
  min-height: 280px;
  padding: clamp(28px, 3vw, 44px);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025)),
    rgba(255,255,255,0.04);
}

.about-method article span {
  color: var(--platinum);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.about-method h3 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(28px, 2vw, 40px);
  line-height: 1.06;
  font-weight: 300;
  letter-spacing: 0.01em;
}

.about-method p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.about-showreel {
  overflow: hidden;
  padding: 104px 0;
  background:
    radial-gradient(circle at 80% 0%, rgba(229, 225, 216, 0.11), transparent 28rem),
    #0d0d0f;
}

.about-showreel-head {
  margin-bottom: 36px;
}

.about-showreel-head h2 {
  max-width: 880px;
  margin: 10px 0 0;
  font-size: clamp(40px, 3.4vw, 66px);
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: 0.014em;
}

.about-image-mosaic {
  width: min(100% - 72px, 1480px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.72fr 0.9fr;
  grid-auto-rows: 250px;
  gap: 18px;
}

.about-image-mosaic figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #111;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.about-image-mosaic figure:first-child,
.about-image-mosaic figure:nth-child(3) {
  grid-row: span 2;
}

.about-image-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(0.72);
  transition: filter 420ms ease, transform 520ms ease;
}

.about-image-mosaic figure:hover img {
  filter: none;
  transform: scale(1.045);
}

.about-image-mosaic figcaption {
  position: absolute;
  left: 20px;
  bottom: 18px;
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.about-values {
  padding: 104px 0;
  background:
    linear-gradient(180deg, #080809 0%, #101012 100%);
}

.footer-transition {
  position: relative;
  overflow: hidden;
  padding: 110px 0 96px;
  margin-bottom: -1px;
  background:
    radial-gradient(circle at 72% 8%, rgba(229, 225, 216, 0.13), transparent 28rem),
    linear-gradient(180deg, #101012 0%, #050505 82%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-transition::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -95px;
  width: min(86vw, 1200px);
  height: 190px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(229, 225, 216, 0.1), transparent 68%);
  pointer-events: none;
}

.footer-transition-inner {
  max-width: var(--container);
}

.footer-transition h2 {
  max-width: 780px;
  margin: 10px 0 18px;
  font-size: clamp(40px, 3.5vw, 68px);
  line-height: 1.06;
  font-weight: 300;
  letter-spacing: 0.014em;
}

.footer-transition p {
  max-width: 620px;
  margin: 0 0 28px;
  color: var(--muted);
}

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

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

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

.service-card,
.destination-card,
.project-card,
.blog-card,
.reason-card,
.process-card,
.info-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.032) 45%, rgba(255,255,255,0.018)),
    rgba(255,255,255,0.04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 22px 70px rgba(0,0,0,0.18);
  backdrop-filter: blur(14px);
  transition: transform 260ms ease, border-color 260ms ease, background 260ms ease, box-shadow 260ms ease;
}

.service-card::before,
.destination-card::before,
.project-card::before,
.blog-card::before,
.reason-card::before,
.process-card::before,
.info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at 22% 0%, rgba(229,225,216,0.18), transparent 18rem);
  transition: opacity 260ms ease;
}

.service-card:hover,
.destination-card:hover,
.project-card:hover,
.blog-card:hover,
.reason-card:hover,
.process-card:hover,
.info-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.35);
  background:
    linear-gradient(145deg, rgba(229,225,216,0.14), rgba(255,255,255,0.042) 56%),
    rgba(255,255,255,0.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 28px 82px rgba(0,0,0,0.28);
}

.service-card:hover::before,
.destination-card:hover::before,
.project-card:hover::before,
.blog-card:hover::before,
.reason-card:hover::before,
.process-card:hover::before,
.info-card:hover::before {
  opacity: 1;
}

.service-card {
  min-height: 268px;
  padding: 28px;
  display: flex;
  flex-direction: column;
}

.card-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  color: var(--platinum);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.04);
  transition: transform 260ms ease, border-color 260ms ease, background 260ms ease;
}

.card-icon svg {
  width: 22px;
  height: 22px;
}

.service-card:hover .card-icon {
  transform: translateY(-3px) scale(1.04);
  border-color: rgba(229,225,216,0.42);
  background: rgba(229,225,216,0.1);
}

.service-card h2,
.service-card h3,
.reason-card h3,
.process-card h3,
.info-card h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 300;
  letter-spacing: 0.022em;
}

.service-card p,
.reason-card p,
.process-card p,
.info-card p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.76;
}

.service-card .btn-link {
  margin-top: auto;
}

.media-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.02);
  transition: transform 520ms ease, filter 520ms ease;
}

.media-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.04);
}

.listing-section {
  background:
    radial-gradient(circle at 84% 8%, rgba(229,225,216,0.08), transparent 28rem),
    #080809;
}

.listing-grid {
  align-items: stretch;
}

.listing-card {
  display: flex;
  min-height: 100%;
  color: var(--soft-white);
}

.listing-card .media-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.is-extra-item[hidden] {
  display: none;
}

.is-extra-item {
  opacity: 0;
  transform: translateY(18px);
}

.is-extra-item.is-visible-extra {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

.load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.media-body {
  padding: 24px;
}

.media-meta {
  margin-bottom: 10px;
  color: var(--platinum);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.media-body h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.28;
  font-weight: 300;
  letter-spacing: 0.022em;
}

.media-body h2 {
  margin-bottom: 10px;
  font-family: var(--font-heading);
  font-size: clamp(22px, 1.35vw, 30px);
  line-height: 1.14;
  font-weight: 300;
  letter-spacing: 0.022em;
}

.media-body p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.76;
}

.listing-card {
  position: relative;
  overflow: hidden;
}

.listing-card::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 46%, rgba(255,255,255,0.9) 47% 52%, transparent 53%),
    linear-gradient(90deg, transparent 34%, rgba(255,255,255,0.9) 35% 64%, transparent 65%);
  background-size: 17px 17px, 17px 17px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.76;
  transform: translateX(-4px);
  transition: transform 260ms ease, border-color 260ms ease, background-color 260ms ease, opacity 260ms ease;
}

.listing-card:hover::after {
  border-color: rgba(255,255,255,0.42);
  background-color: rgba(0,91,108,0.72);
  opacity: 1;
  transform: translateX(0);
}

.reason-card,
.process-card,
.info-card {
  padding: 26px;
}

.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 24px;
  border-radius: 50%;
  color: var(--black);
  background: var(--platinum);
  font-weight: 500;
}

.page-hero {
  position: relative;
  min-height: 62vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.page-hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.page-hero-content {
  padding: 165px 0 70px;
}

.breadcrumb {
  margin-bottom: 22px;
  color: rgba(255,255,255,0.66);
  font-size: 0.86rem;
}

.breadcrumb a {
  color: var(--platinum);
}

.page-intro {
  max-width: 760px;
  margin-top: 24px;
  color: rgba(255,255,255,0.88);
  font-size: 1.04rem;
}

.content-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 0%, rgba(229,225,216,0.08), transparent 30rem),
    #090909;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.28fr);
  gap: 54px;
}

.rich-content h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 2.4vw, 46px);
  line-height: 1.12;
  font-weight: 400;
}

.rich-content h3 {
  margin: 36px 0 12px;
  font-size: 1.28rem;
}

.rich-content p,
.rich-content li {
  color: var(--muted);
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 13px;
}

.check-list li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
}

.check-list i {
  width: 20px;
  height: 20px;
  color: var(--platinum);
}

.event-detail-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 30%, rgba(6, 79, 92, 0.18), transparent 30rem),
    linear-gradient(135deg, #08090b 0%, #060708 52%, #0b1720 100%);
}

.project-story-section {
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at 92% 14%, rgba(0,91,108,0.22), transparent 30rem),
    radial-gradient(circle at 14% 76%, rgba(255,255,255,0.07), transparent 28rem),
    linear-gradient(135deg, #060707 0%, #0a0c0d 58%, #07151a 100%);
}

.project-story-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.44fr) minmax(0, 0.82fr);
  gap: clamp(34px, 7vw, 118px);
  align-items: stretch;
}

.project-summary-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 430px;
  padding: clamp(28px, 3vw, 46px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025)),
    rgba(255,255,255,0.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 26px 90px rgba(0,0,0,0.32);
}

.project-summary-list {
  display: grid;
  gap: 18px;
}

.project-summary-list div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: end;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.project-summary-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.project-summary-list span {
  color: rgba(255,255,255,0.58);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.45;
}

.project-summary-list strong {
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(30px, 3vw, 54px);
  line-height: 0.98;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-align: right;
}

.project-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 820px;
}

.project-story-copy h2 {
  max-width: 780px;
  margin: 0 0 28px;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(36px, 4vw, 66px);
  line-height: 1.02;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.project-story-copy p {
  max-width: 720px;
  color: rgba(255,255,255,0.7);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.86;
}

.project-story-copy p + p {
  margin-top: 20px;
}

.event-detail-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.58fr) minmax(0, 0.92fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: center;
}

.event-metric-panel {
  position: relative;
  min-height: 560px;
}

.event-metric {
  position: absolute;
  display: grid;
  place-content: center;
  width: clamp(220px, 19vw, 320px);
  aspect-ratio: 1;
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 22%, rgba(255,255,255,0.07), transparent 58%),
    rgba(255,255,255,0.025);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.event-metric:nth-child(1) {
  left: 0;
  top: 0;
}

.event-metric:nth-child(2) {
  right: 0;
  top: 30%;
}

.event-metric:nth-child(3) {
  left: 0;
  bottom: 0;
}

.event-metric svg {
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  color: var(--silver);
}

.event-metric span {
  color: rgba(255,255,255,0.56);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.event-metric strong {
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(38px, 4vw, 72px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.event-detail-copy h2 {
  max-width: 760px;
  margin: 0 0 24px;
  font-size: var(--type-heading);
  line-height: var(--type-heading-line);
  font-weight: 300;
}

.event-detail-copy p {
  color: rgba(255,255,255,0.68);
  font-size: 18px;
  line-height: 1.88;
}

.event-gallery-section {
  background: #070708;
}

.event-gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-auto-rows: 260px;
  gap: 18px;
}

.event-gallery-grid figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 24px;
  background: rgba(255,255,255,0.04);
}

.event-gallery-grid figure:first-child {
  grid-row: span 2;
}

.event-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(0.76);
  transition: filter 420ms ease, transform 520ms ease;
}

.event-gallery-grid figure:hover img {
  filter: none;
  transform: scale(1.045);
}

.sidebar {
  position: sticky;
  top: 104px;
  align-self: start;
  display: grid;
  gap: 16px;
}

.side-box {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.04);
}

.side-box h3 {
  margin-bottom: 12px;
}

.side-links {
  display: grid;
  gap: 10px;
}

.side-links a {
  padding: 12px 0;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

.side-links a:hover {
  color: var(--white);
}

.cta-band {
  position: relative;
  overflow: hidden;
  padding: 86px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 20% 0%, rgba(229,225,216,0.12), transparent 28rem),
    linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,255,0.028)),
    #0b0b0c;
}

.cta-inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 34px;
}

.cta-copy {
  max-width: 900px;
}

.cta-mail-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  place-items: center;
  color: var(--button-fill);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 13px;
  background: rgba(247,247,243,0.92);
  box-shadow: 0 18px 42px rgba(0,0,0,0.18);
}

.cta-mail-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.cta-inner h2 {
  margin-bottom: 10px;
  font-size: clamp(38px, 3.1vw, 58px);
  line-height: 1.08;
  font-weight: 300;
}

.cta-inner p {
  margin: 0;
  color: var(--muted);
}

.cta-feedback-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr)) auto;
  align-items: end;
  gap: 16px;
  width: 100%;
}

.cta-feedback-form label {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.cta-feedback-form label span {
  color: rgba(247, 247, 243, 0.76);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.2;
}

.cta-feedback-form input {
  width: 100%;
  min-width: 0;
  height: 58px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 14px;
  background: rgba(247,247,243,0.96);
  color: #050506;
  padding: 0 20px;
  font-family: var(--font-body);
  font-size: 1rem;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.cta-feedback-form input::placeholder {
  color: rgba(5,5,6,0.42);
}

.cta-feedback-form input:focus {
  border-color: var(--button-border);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(6, 79, 92, 0.25);
}

.cta-feedback-form .btn {
  min-height: 58px;
  padding-inline: 30px;
  align-self: end;
}

.cta-feedback-form .form-status {
  grid-column: 1 / -1;
  min-height: 1.15em;
  margin: 0;
  color: var(--silver);
  font-size: 0.84rem;
}

.contact-hero .page-hero-content {
  max-width: 960px;
}

.contact-overview {
  padding: 104px 0 62px;
  background:
    radial-gradient(circle at 12% 18%, rgba(229, 225, 216, 0.12), transparent 30rem),
    linear-gradient(180deg, #050506 0%, #101012 100%);
}

.contact-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.52fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: end;
}

.contact-overview-single {
  display: block;
}

.contact-overview-copy h2 {
  max-width: 760px;
  margin: 12px 0 0;
  font-size: clamp(40px, 3.35vw, 62px);
  line-height: 1.06;
  font-weight: 300;
  letter-spacing: 0.016em;
}

.contact-main {
  padding: 42px 0 128px;
  background:
    radial-gradient(circle at 82% 16%, rgba(229, 225, 216, 0.11), transparent 28rem),
    linear-gradient(180deg, #101012 0%, #09090a 72%, #050505 100%);
}

.contact-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.52fr);
  gap: 22px;
  align-items: stretch;
}

.contact-form-pro {
  padding: clamp(24px, 3vw, 42px);
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.14);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.09), rgba(255,255,255,0.035)),
    rgba(255,255,255,0.05);
  box-shadow: 0 34px 90px rgba(0,0,0,0.34);
}

.contact-form-head {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.contact-form-head svg {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  padding: 13px;
  border-radius: 15px;
  color: var(--button-fill);
  background: rgba(247,247,243,0.94);
}

.contact-form-head h2 {
  margin: 8px 0 8px;
  font-size: clamp(34px, 2.6vw, 54px);
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: 0.014em;
}

.contact-form-head p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
}

.contact-form-pro .field input,
.contact-form-pro .field select,
.contact-form-pro .field textarea {
  min-height: 56px;
  border-radius: 14px;
  border-color: rgba(255,255,255,0.14);
  background: rgba(5,5,6,0.58);
  padding: 14px 16px;
}

.contact-form-pro .field textarea {
  min-height: 170px;
}

.contact-form-pro .btn {
  margin-top: 8px;
}

.contact-side-panel {
  display: grid;
  gap: 22px;
}

.contact-map-panel {
  overflow: hidden;
  min-height: 390px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 28px;
  background: rgba(255,255,255,0.05);
  box-shadow: 0 28px 80px rgba(0,0,0,0.24);
}

.contact-map-panel iframe {
  width: 100%;
  height: 100%;
  min-height: 390px;
  border: 0;
  filter: grayscale(1) invert(0.9) contrast(0.92);
}

.contact-note-card {
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)),
    rgba(255,255,255,0.045);
  box-shadow: 0 28px 80px rgba(0,0,0,0.22);
}

.contact-note-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--platinum);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-note-card h3 {
  margin: 12px 0 12px;
  font-size: clamp(28px, 2vw, 42px);
  line-height: 1.1;
  font-weight: 300;
}

.contact-note-card p {
  margin: 0 0 22px;
  color: var(--muted);
}

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

.contact-info-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 4px 16px;
  align-items: center;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.026)),
    rgba(255,255,255,0.035);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.contact-info-row:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.28);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.105), rgba(255,255,255,0.035)),
    rgba(255,255,255,0.05);
}

.contact-info-row svg {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  padding: 13px;
  border-radius: 15px;
  color: var(--button-fill-hover);
  background: var(--button-fill);
}

.contact-info-row small {
  align-self: end;
  color: var(--platinum);
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-info-row strong {
  align-self: start;
  min-width: 0;
  color: var(--white);
  font-family: var(--font-body);
  font-size: clamp(1rem, 1vw, 1.14rem);
  line-height: 1.42;
  font-weight: 500;
}

body :is(h1, h2, h3, h4, .hero-title, .page-title, .section-title, .strip-head h2, .destination-head h2, .blog-head h2, .events-copy h2, .why-copy h2, .service-showcase-head h2, .about-story h2, .about-showreel-head h2, .contact-overview-copy h2, .contact-form-head h2, .footer-transition h2, .proposal-copy h1, .proposal-page-head h1, .cta-inner h2, .service-slide h3, .event-stack h3, .blog-editorial h3, .service-card h2, .service-card h3, .reason-card h3, .process-card h3, .info-card h3, .media-body h3, .rich-content h2, .rich-content h3, .side-box h3, .contact-note-card h3) {
  font-family: var(--font-heading);
  font-weight: 300;
  letter-spacing: 0.024em;
}

body :is(.eyebrow, .section-kicker) {
  font-size: var(--type-kicker);
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.35;
}

body :is(.page-title, .section-title, .strip-head h2, .destination-head h2, .blog-head h2, .events-copy h2, .why-copy h2, .service-showcase-head h2, .about-story h2, .about-showreel-head h2, .contact-overview-copy h2, .contact-form-head h2, .footer-transition h2, .proposal-copy h1, .proposal-page-head h1, .cta-inner h2, .rich-content h2) {
  max-width: var(--type-heading-width);
  font-size: var(--type-heading);
  line-height: var(--type-heading-line);
  font-weight: 300;
  letter-spacing: 0.018em;
}

body :is(p, li, .hero-copy, .page-intro, .section-copy, .section-lead, .card p, .service-slide p, .blog-card p, .events-copy p, .why-copy p, .about-story-copy p, .contact-form-head p, .contact-note-card p, .proposal-page-head p, .proposal-copy p, .rich-content p, .rich-content li) {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--type-copy);
  line-height: var(--type-copy-line);
  max-width: var(--type-copy-width);
}

body :is(.service-slide h3, .event-stack h3, .blog-editorial h3, .service-card h2, .service-card h3, .reason-card h3, .process-card h3, .info-card h3, .media-body h3, .rich-content h3, .side-box h3, .contact-note-card h3) {
  font-size: clamp(22px, 1.35vw, 30px);
  line-height: 1.14;
  max-width: 14ch;
}

body :is(.hero-content, .page-hero-content, .proposal-page-head, .section-head, .strip-head, .destination-head, .blog-head, .service-showcase-head, .about-showreel-head, .footer-transition-inner, .contact-overview-grid) {
  text-align: left;
}

body :is(.page-hero-content, .proposal-page-head, .section-head, .strip-head, .destination-head, .blog-head, .service-showcase-head, .about-showreel-head, .footer-transition-inner, .contact-overview-grid) :is(h1, h2, p) {
  margin-left: 0;
  margin-right: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 22px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.055);
  backdrop-filter: blur(14px);
}

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

.field {
  display: grid;
  gap: 7px;
}

.field label {
  color: var(--silver);
  font-size: 0.82rem;
  font-weight: 500;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #09090a;
  color: var(--white);
  padding: 12px 14px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.field textarea {
  min-height: 138px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--focus);
  box-shadow: 0 0 0 4px rgba(216, 211, 200, 0.1);
}

.map-frame {
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #111;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  filter: grayscale(1) invert(0.9) contrast(0.9);
}

.site-footer {
  padding: 72px 0 28px;
  background: #050505;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) repeat(3, minmax(150px, 0.45fr));
  gap: 36px;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--line);
}

.footer-grid h3,
.footer-grid h4 {
  margin-bottom: 15px;
}

.footer-grid p,
.footer-grid a {
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
  color: var(--steel);
  font-size: 0.82rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

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

@media (max-width: 1080px) {
  .nav {
    gap: 17px;
  }

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

  .why-showcase-grid,
  .events-feature-grid,
  .footer-large-grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

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

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

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

  .cta-feedback-form .btn {
    justify-self: start;
  }

  .about-story-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .contact-overview-grid,
  .contact-main-grid {
    grid-template-columns: 1fr;
  }

  .about-image-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 230px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 76px;
  }

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

  .nav {
    position: fixed;
    inset: 76px 14px auto 14px;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(6, 6, 7, 0.96);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav a {
    padding: 14px 12px;
    border-bottom: 1px solid var(--line);
  }

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

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .header-actions .btn {
    display: none;
  }

  .hero-content {
    padding: 140px 0 46px;
  }

  h1,
  .hero-title {
    font-size: 52px;
    line-height: 1.02;
    max-width: 760px;
  }

  .hero-meta {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .hero-controls {
    display: none;
  }

  .section,
  .section-compact {
    padding: 66px 0;
  }

  .section-head,
  .split,
  .detail-layout,
  .event-detail-grid,
  .project-story-grid,
  .contact-grid,
  .contact-overview-grid,
  .contact-main-grid,
  .cta-inner,
  .about-method-grid,
  .why-showcase-grid,
  .events-feature-grid,
  .proposal-grid,
  .logo-band-inner,
  .footer-large-grid {
    grid-template-columns: 1fr;
  }

  .strip-head {
    align-items: start;
    flex-direction: column;
  }

  .destination-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .strip-actions,
  .destination-actions {
    padding-top: 0;
    flex-wrap: wrap;
  }

  .why-showcase,
  .events-feature,
  .destinations-showcase,
  .blog-editorial,
  .services-strip {
    padding: 72px 0;
  }

  .why-showcase-grid {
    gap: 40px;
  }

  .why-copy h2 {
    max-width: 680px;
    font-size: 42px;
  }

  .why-visual {
    transform: rotate(-2deg);
    min-height: 340px;
  }

  .why-visual img {
    min-height: 340px;
  }

  .event-stack {
    min-height: 480px;
  }

  .event-stack article {
    width: min(390px, 76vw);
  }

  .event-stack article.is-next {
    transform: translateX(52px) scale(0.9) rotate(6deg);
  }

  .event-stack article.is-prev {
    transform: translateX(-52px) scale(0.9) rotate(-6deg);
  }

  .event-stack img {
    height: 380px;
  }

  .event-metric-panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    min-height: 0;
  }

  .event-metric {
    position: static;
    width: auto;
    min-height: 190px;
  }

  .project-summary-panel {
    min-height: auto;
  }

  .project-story-copy {
    max-width: none;
  }

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

  .blog-editorial-grid {
    grid-template-columns: 1fr;
  }

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

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

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

  .sidebar {
    position: static;
  }

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

  .cta-feedback-form .btn {
    justify-self: start;
  }

  .about-story,
  .about-showreel,
  .about-values,
  .contact-overview,
  .contact-main,
  .footer-transition {
    padding: 76px 0;
  }

  .about-image-mosaic {
    width: min(100% - 28px, var(--container));
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .about-image-mosaic figure:first-child,
  .about-image-mosaic figure:nth-child(3) {
    grid-row: auto;
  }
}


body.page-event-detail .event-case-detail {
  padding: clamp(64px, 6vw, 104px) 0 !important;
}

body.page-event-detail .event-case-grid {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px) !important;
  gap: clamp(26px, 4vw, 62px) !important;
  align-items: center !important;
}

body.page-event-detail .event-case-copy {
  gap: 16px !important;
}

body.page-event-detail .event-case-copy h2 {
  max-width: 760px !important;
  font-size: clamp(34px, 3vw, 58px) !important;
  line-height: 1.04 !important;
}

body.page-event-detail .event-case-copy p {
  max-width: 760px !important;
  font-size: clamp(16px, 0.96vw, 18px) !important;
  line-height: 1.72 !important;
}

body.page-event-detail .event-case-stats {
  position: sticky;
  top: 118px;
  gap: 0 !important;
  padding: 10px 20px !important;
  border-radius: 18px !important;
  background: rgba(247, 247, 243, 0.055) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

body.page-event-detail .event-case-stats div {
  justify-content: space-between;
  gap: 18px !important;
  padding: 18px 0 !important;
}

body.page-event-detail .event-case-stats div:first-child {
  border-top: 0;
}

body.page-event-detail .event-case-stats span {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.page-event-detail .event-case-stats strong {
  font-family: var(--font-body) !important;
  font-size: clamp(24px, 2vw, 34px) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

body:is(.page-event-detail, .page-destination-detail) .event-gallery-grid figure {
  border-radius: 18px;
}

body:is(.page-event-detail, .page-destination-detail) .event-gallery-trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
}

body:is(.page-event-detail, .page-destination-detail) .event-gallery-trigger img {
  display: block;
}

body:is(.page-event-detail, .page-destination-detail) .event-gallery-trigger span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(247, 247, 243, 0.32);
  border-radius: 999px;
  background: rgba(5, 5, 6, 0.58);
  color: var(--soft-white);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 220ms ease, transform 220ms ease, background 220ms ease;
}

body:is(.page-event-detail, .page-destination-detail) .event-gallery-trigger:hover span,
body:is(.page-event-detail, .page-destination-detail) .event-gallery-trigger:focus-visible span {
  opacity: 1;
  transform: translateY(0);
}

.event-contact-widget {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 90;
  transform: translateY(-50%);
}

.event-contact-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 17px;
  border: 1px solid rgba(247, 247, 243, 0.2);
  border-radius: 16px 16px 0 0;
  background: rgba(247, 247, 243, 0.94);
  color: #080809;
  font: 500 0.88rem/1.1 var(--font-body);
  letter-spacing: 0.01em;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transform: translateX(calc(50% - 24px)) rotate(-90deg);
  transform-origin: center;
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.event-contact-toggle:hover,
.event-contact-toggle:focus-visible {
  background: var(--soft-white);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.38);
  transform: translateX(calc(50% - 30px)) rotate(-90deg);
}

.event-contact-toggle svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.event-contact-panel {
  position: absolute;
  right: clamp(18px, 2.2vw, 34px);
  top: 50%;
  width: min(380px, calc(100vw - 36px));
  max-height: calc(100vh - 56px);
  overflow: auto;
  padding: 24px;
  border: 1px solid rgba(247, 247, 243, 0.14);
  border-radius: 22px;
  background: rgba(12, 12, 13, 0.96);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  transform: translateY(-50%);
  backdrop-filter: blur(18px);
}

.event-contact-panel[hidden] {
  display: none;
}

.event-contact-widget.is-open .event-contact-toggle {
  opacity: 0;
  pointer-events: none;
}

.event-contact-close {
  position: absolute;
  right: 14px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(247, 247, 243, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--soft-white);
  cursor: pointer;
}

.event-contact-head {
  display: grid;
  gap: 10px;
  padding-right: 34px;
  margin-bottom: 18px;
}

.event-contact-head h2 {
  margin: 0;
  color: var(--soft-white);
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 300;
  line-height: 1.05;
}

.event-contact-head p {
  margin: 0;
  color: rgba(247, 247, 243, 0.74);
  font-size: 0.96rem !important;
  line-height: 1.55 !important;
}

.event-contact-form {
  display: grid;
  gap: 12px;
}

.event-contact-form label {
  display: grid;
  gap: 7px;
  color: rgba(247, 247, 243, 0.78);
  font-size: 0.84rem;
}

.event-contact-form input,
.event-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(247, 247, 243, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--soft-white);
  font: inherit;
  outline: 0;
}

.event-contact-form input {
  height: 43px;
  padding: 0 13px;
}

.event-contact-form textarea {
  min-height: 96px;
  padding: 12px 13px;
  resize: vertical;
}

.event-contact-form :is(input, textarea):focus {
  border-color: rgba(247, 247, 243, 0.42);
  background: rgba(255, 255, 255, 0.09);
}

.event-contact-form .btn {
  width: 100% !important;
  max-width: none !important;
  margin-top: 2px;
}

.event-contact-form .form-status {
  min-height: 20px;
  margin: 0;
  color: rgba(247, 247, 243, 0.76);
  font-size: 0.86rem !important;
  line-height: 1.45 !important;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 54px);
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(12px);
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox figure {
  display: grid;
  gap: 14px;
  width: min(1120px, 100%);
  margin: 0;
}

.gallery-lightbox img {
  width: 100%;
  max-height: calc(100vh - 150px);
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.46);
}

.gallery-lightbox figcaption {
  color: rgba(247, 247, 243, 0.78);
  font-size: 0.92rem;
  text-align: center;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
  position: fixed;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(247, 247, 243, 0.2);
  border-radius: 999px;
  background: rgba(247, 247, 243, 0.12);
  color: var(--soft-white);
  cursor: pointer;
}

.gallery-lightbox-close {
  right: clamp(18px, 3vw, 36px);
  top: clamp(18px, 3vw, 36px);
  width: 44px;
  height: 44px;
}

.gallery-lightbox-nav {
  top: 50%;
  width: 52px;
  height: 52px;
  transform: translateY(-50%);
}

.gallery-lightbox-nav.is-prev {
  left: clamp(14px, 3vw, 42px);
}

.gallery-lightbox-nav.is-next {
  right: clamp(14px, 3vw, 42px);
}

.gallery-lightbox :is(svg, i svg),
:is(.event-contact-widget svg, body:is(.page-event-detail, .page-destination-detail) .event-gallery-trigger svg) {
  width: 20px;
  height: 20px;
}

body.has-gallery-lightbox,
body.has-event-contact-open {
  overflow: hidden;
}

.whatsapp-float {
  position: fixed;
  right: clamp(16px, 2.2vw, 30px);
  bottom: clamp(18px, 2.4vw, 34px);
  z-index: 88;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(247, 247, 243, 0.94);
  color: #080809;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34), 0 0 0 7px rgba(247, 247, 243, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: inherit;
  pointer-events: none;
}

.whatsapp-float svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  color: #080809;
  background: #fff;
  filter: none;
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.42), 0 0 0 8px rgba(247, 247, 243, 0.09);
}

@media (max-width: 1180px) {
  body.page-event-detail .event-case-grid {
    grid-template-columns: 1fr !important;
  }

  body.page-event-detail .event-case-stats {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.page-event-detail .event-case-stats div {
    display: grid;
    align-content: start;
    border-top: 0;
    border-left: 1px solid rgba(247, 247, 243, 0.1);
    padding: 8px 18px !important;
  }

  body.page-event-detail .event-case-stats div:first-child {
    border-left: 0;
  }
}

@media (max-width: 760px) {
  body.page-event-detail .event-case-stats {
    grid-template-columns: 1fr;
  }

  body.page-event-detail .event-case-stats div {
    display: flex;
    border-left: 0;
    border-top: 1px solid rgba(247, 247, 243, 0.1);
    padding: 15px 0 !important;
  }

  .event-contact-widget {
    right: 16px;
    top: auto;
    bottom: 16px;
    transform: none;
  }

  .event-contact-toggle {
    max-width: calc(100vw - 32px);
    border-radius: 999px;
    transform: none;
  }

  .event-contact-toggle:hover,
  .event-contact-toggle:focus-visible {
    transform: translateY(-2px);
  }

  .event-contact-panel {
    position: fixed;
    inset: auto 16px 16px;
    width: auto;
    max-height: calc(100vh - 32px);
    transform: none;
  }

  .event-contact-widget.is-open + .whatsapp-float {
    opacity: 0;
    pointer-events: none;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 78px;
    width: 54px;
    height: 54px;
  }

  .whatsapp-float svg {
    width: 29px;
    height: 29px;
  }

  .gallery-lightbox {
    padding: 18px;
  }

  .gallery-lightbox img {
    max-height: calc(100vh - 130px);
    border-radius: 12px;
  }

  .gallery-lightbox-nav {
    top: auto;
    bottom: 18px;
    width: 46px;
    height: 46px;
    transform: none;
  }
}

@media (max-width: 640px) {
  :root {
    --type-heading: clamp(30px, 8vw, 38px);
    --type-copy: 16px;
    --type-copy-line: 1.75;
    --type-heading-width: 100%;
    --type-copy-width: 100%;
  }

  .brand-sub {
    display: none;
  }

  h1,
  .hero-title {
    font-size: 38px;
    line-height: 1.04;
  }

  .page-hero {
    min-height: 58vh;
  }

  .cta-feedback-form {
    grid-template-columns: 1fr;
  }

  .cta-feedback-form .btn {
    justify-self: stretch;
  }

  .page-hero-content {
    padding: 128px 0 52px;
  }

  .hero-ctas,
  .section-actions,
  .card-actions,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-3,
  .grid-4,
  .stat-strip,
  .field-grid,
  .proposal-form-card .field-grid-3,
  .footer-grid,
  .logo-list {
    grid-template-columns: 1fr;
  }

  .strip-head h2,
  .destination-head h2,
  .blog-head h2,
  .events-copy h2,
  .why-copy h2,
  .section-title,
  .page-title,
  .about-story h2,
  .about-showreel-head h2,
  .contact-overview-copy h2,
  .contact-form-head h2,
  .footer-transition h2,
  .proposal-copy h1,
  .cta-inner h2 {
    font-size: var(--type-heading);
    line-height: var(--type-heading-line);
    max-width: var(--type-heading-width);
  }

  .contact-form-head {
    display: grid;
  }

  .about-method article {
    min-height: 240px;
  }

  .about-image-mosaic {
    grid-auto-rows: 230px;
  }

  .why-visual,
  .why-visual img {
    min-height: 300px;
  }

  .why-visual {
    border-radius: 22px;
    transform: none;
  }

  .service-slide {
    flex-basis: 86vw;
    min-height: 380px;
    padding: 24px;
  }

  .service-slide h3 {
    font-size: 30px;
  }

  .event-stack {
    min-height: 390px;
  }

  .event-stack article {
    width: min(300px, 74vw);
    border-radius: 24px;
  }

  .event-stack article.is-next {
    transform: translateX(34px) scale(0.9) rotate(6deg);
  }

  .event-stack article.is-prev {
    transform: translateX(-34px) scale(0.9) rotate(-6deg);
  }

  .event-stack img {
    height: 300px;
  }

  .event-metric-panel,
  .event-gallery-grid {
    grid-template-columns: 1fr;
  }

  .project-story-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .project-summary-panel {
    padding: 24px;
    border-radius: 24px;
  }

  .project-summary-list div {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
  }

  .project-summary-list strong {
    text-align: left;
  }

  .project-story-copy h2 {
    font-size: var(--type-heading);
    line-height: var(--type-heading-line);
  }

  .project-story-copy p {
    font-size: 16px;
    line-height: 1.78;
  }

  .event-metric {
    aspect-ratio: auto;
    min-height: 150px;
    border-radius: 24px;
    justify-items: start;
    text-align: left;
  }

  .event-gallery-grid {
    grid-auto-rows: 230px;
  }

  .event-gallery-grid figure:first-child {
    grid-row: auto;
  }

  .destination-tile {
    flex-basis: 86vw;
  }

  .destination-tile img {
    height: 280px;
  }

  .proposal-hero {
    padding: 128px 0 70px;
  }

  .proposal-form {
    padding: 22px;
  }

  .stat {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stat:last-child {
    border-bottom: 0;
  }

  .visual-panel {
    min-height: 340px;
  }
}


:root {
  --type-heading: clamp(36px, 3.05vw, 62px);
  --type-heading-line: 1.06;
  --type-heading-width: 740px;
  --type-copy: 18px;
  --type-copy-line: 1.82;
  --type-copy-width: 720px;
  --type-card-heading: clamp(23px, 1.55vw, 32px);
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-body);
  font-weight: 400;
}

.nav a,
.btn,
.button,
button,
.footer-links a,
label,
.media-meta,
.section-kicker,
.eyebrow {
  font-family: var(--font-body);
}

body :is(h1, h2, h3, h4, h5, h6,
.brand-mark,
.hero-title,
.page-title,
.section-title,
.strip-head h2,
.destination-head h2,
.blog-head h2,
.events-copy h2,
.why-copy h2,
.service-showcase-head h2,
.about-story h2,
.about-showreel-head h2,
.contact-overview-copy h2,
.contact-form-head h2,
.footer-transition h2,
.proposal-copy h1,
.proposal-page-head h1,
.cta-inner h2,
.project-story-copy h2,
.service-slide h3,
.event-stack h3,
.blog-editorial h3,
.service-card h2,
.service-card h3,
.reason-card h3,
.process-card h3,
.info-card h3,
.media-body h2,
.media-body h3,
.rich-content h2,
.rich-content h3,
.side-box h3,
.contact-note-card h3) {
  font-family: var(--font-heading);
  font-weight: 300;
  letter-spacing: 0.026em;
  font-synthesis-weight: none;
}

.brand-mark {
  font-weight: 400;
  letter-spacing: 0.09em;
}

.hero-title {
  max-width: 900px;
  font-size: clamp(56px, 4vw, 90px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.024em;
}

body :is(.page-title,
.section-title,
.strip-head h2,
.destination-head h2,
.blog-head h2,
.events-copy h2,
.why-copy h2,
.service-showcase-head h2,
.about-story h2,
.about-showreel-head h2,
.contact-overview-copy h2,
.contact-form-head h2,
.footer-transition h2,
.proposal-copy h1,
.proposal-page-head h1,
.cta-inner h2,
.project-story-copy h2,
.rich-content h2) {
  max-width: var(--type-heading-width);
  font-size: var(--type-heading);
  line-height: var(--type-heading-line);
  font-weight: 300;
  letter-spacing: 0.024em;
}

body :is(.service-slide h3,
.event-stack h3,
.blog-editorial h3,
.service-card h2,
.service-card h3,
.reason-card h3,
.process-card h3,
.info-card h3,
.media-body h2,
.media-body h3,
.rich-content h3,
.side-box h3,
.contact-note-card h3) {
  font-size: var(--type-card-heading);
  line-height: 1.12;
  font-weight: 300;
  letter-spacing: 0.024em;
}

body :is(p, li,
.hero-copy,
.page-intro,
.section-copy,
.section-lead,
.card p,
.service-slide p,
.blog-card p,
.events-copy p,
.why-copy p,
.about-story-copy p,
.contact-form-head p,
.contact-note-card p,
.proposal-page-head p,
.proposal-copy p,
.project-story-copy p,
.rich-content p,
.rich-content li,
.media-body p,
.cta-inner p,
.footer-brand-block p) {
  max-width: var(--type-copy-width);
  font-family: var(--font-body);
  font-size: var(--type-copy);
  line-height: var(--type-copy-line);
  font-weight: 400;
  letter-spacing: 0;
}

body :is(.eyebrow, .section-kicker, .media-meta, .brand-sub) {
  font-family: var(--font-body);
  font-size: 0.74rem;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.nav a,
.btn,
.footer-links a {
  font-weight: 500;
}

.service-slide span {
  display: none;
}

@media (max-width: 1024px) {
  :root {
    --type-heading: clamp(34px, 4.4vw, 52px);
    --type-heading-width: 680px;
  }

  .hero-title {
    font-size: 52px;
  }
}

@media (max-width: 640px) {
  :root {
    --type-heading: clamp(32px, 8vw, 42px);
    --type-copy: 16px;
    --type-copy-line: 1.76;
    --type-card-heading: clamp(22px, 6vw, 29px);
  }

  .hero-title {
    font-size: 38px;
    line-height: 1.04;
  }
}


.page-hero {
  min-height: clamp(500px, 62vh, 680px);
  align-items: center;
}

.page-hero-content {
  width: min(100% - 72px, var(--container));
  margin: 0 auto;
  padding: calc(var(--header-height) + 72px) 0 82px;
}

.page-title {
  max-width: 880px;
  text-wrap: balance;
}

.page-intro {
  max-width: 720px;
}

.listing-section {
  padding-top: clamp(78px, 7vw, 120px);
}

.listing-grid.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 2.2vw, 36px);
}

.listing-card.media-card {
  display: grid;
  grid-template-rows: 280px 1fr;
  min-width: 0;
  min-height: 100%;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.026)),
    rgba(255,255,255,0.038);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 24px 80px rgba(0,0,0,0.2);
  transition: transform 260ms ease, border-color 260ms ease, background 260ms ease, box-shadow 260ms ease;
}

.listing-card.media-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.28);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.105), rgba(255,255,255,0.035)),
    rgba(255,255,255,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 32px 92px rgba(0,0,0,0.28);
}

.listing-card.media-card img {
  width: 100%;
  height: 100%;
  min-width: 0;
  border-radius: 24px 24px 0 0;
  object-fit: cover;
}

.listing-card .media-body {
  min-width: 0;
  padding: 26px 28px 74px;
}

.listing-card .media-body h2,
.listing-card .media-body h3,
.listing-card .media-body p {
  max-width: none;
  overflow-wrap: normal;
  word-break: normal;
}

.listing-card .media-body h2,
.listing-card .media-body h3 {
  margin-bottom: 14px;
  font-size: clamp(26px, 1.75vw, 36px);
  line-height: 1.08;
  text-wrap: balance;
}

.listing-card .media-body p {
  font-size: 17px;
  line-height: 1.74;
}

.listing-card::after {
  right: 26px;
  bottom: 24px;
}


.listing-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 0%, rgba(229, 225, 216, 0.08), transparent 32rem),
    linear-gradient(180deg, #121213 0%, #080809 100%);
}

.listing-page-head {
  display: grid;
  gap: 14px;
  margin-bottom: clamp(34px, 4vw, 58px);
}

.listing-page-head h2 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(42px, 3.8vw, 70px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.listing-page-head p {
  max-width: 710px;
  color: rgba(255,255,255,0.72);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.82;
}

.service-list-grid,
.destination-list-grid,
.blog-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2vw, 32px);
}

.service-list-card,
.destination-list-card,
.blog-list-card,
.event-list-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.026)),
    rgba(255,255,255,0.04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 30px 92px rgba(0,0,0,0.28);
  transition: transform 320ms ease, border-color 320ms ease, background 320ms ease, box-shadow 320ms ease;
}

.service-list-card:hover,
.destination-list-card:hover,
.blog-list-card:hover,
.event-list-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255,255,255,0.3);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.11), rgba(255,255,255,0.034)),
    rgba(255,255,255,0.052);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.11), 0 38px 110px rgba(0,0,0,0.36);
}

.service-list-card figure,
.event-list-card figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 1.34 / 1;
  border-radius: 28px 28px 0 0;
}

.service-list-card img,
.destination-list-card img,
.blog-list-card img,
.event-list-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(0.74);
  transition: filter 460ms ease, transform 560ms ease;
}

.service-list-card:hover img,
.destination-list-card:hover img,
.blog-list-card:hover img,
.event-list-card:hover img {
  filter: grayscale(0) brightness(0.96);
  transform: scale(1.045);
}

.listing-card-body,
.blog-list-copy,
.event-list-copy {
  display: grid;
  gap: 14px;
  padding: 28px;
}

.listing-card-body span,
.blog-list-copy .media-meta,
.event-list-copy .media-meta {
  color: var(--platinum);
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.listing-card-body h2,
.blog-list-copy h2,
.event-list-copy h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(29px, 2vw, 40px);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.listing-card-body p,
.blog-list-copy p,
.event-list-copy p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.72;
}

.listing-card-body em,
.blog-list-copy em {
  width: fit-content;
  margin-top: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,0.35);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

.destination-list-card {
  min-height: 520px;
}

.destination-list-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.destination-list-card::after,
.blog-list-card::after,
.event-list-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0.04) 24%, rgba(0,0,0,0.84) 100%);
  pointer-events: none;
}

.destination-list-card .listing-card-body {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 32px;
}

.event-list-grid {
  display: grid;
  gap: clamp(24px, 2.4vw, 38px);
}

.event-list-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: 360px;
}

.event-list-card figure {
  height: 100%;
  min-height: 360px;
  border-radius: 28px 0 0 28px;
  aspect-ratio: auto;
}

.event-list-copy {
  position: relative;
  z-index: 2;
  align-content: center;
  padding: clamp(34px, 4vw, 58px);
}

.event-list-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.event-list-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  color: rgba(255,255,255,0.76);
  background: rgba(255,255,255,0.04);
  font-size: 14px;
}

.blog-list-card {
  display: grid;
  grid-template-rows: 260px 1fr;
}

.blog-list-card img {
  min-height: 260px;
}

.blog-list-card::after,
.event-list-card::after {
  opacity: 0.55;
}

.blog-list-copy,
.event-list-copy {
  position: relative;
  z-index: 2;
}

.load-more-wrap .btn {
  min-width: 0;
}

.is-extra-item.is-visible-extra {
  animation: fadeUp 520ms ease both;
}

@media (max-width: 1120px) {
  .service-list-grid,
  .destination-list-grid,
  .blog-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .event-list-card figure {
    border-radius: 28px 28px 0 0;
  }
}

@media (max-width: 720px) {
  .service-list-grid,
  .destination-list-grid,
  .blog-list-grid {
    grid-template-columns: 1fr;
  }

  .listing-page-head h2 {
    font-size: clamp(34px, 9vw, 44px);
  }

  .destination-list-card {
    min-height: 430px;
  }

  .event-list-card figure {
    min-height: 260px;
  }

  .listing-card-body,
  .blog-list-copy,
  .event-list-copy {
    padding: 24px;
  }
}

@media (max-width: 1180px) {
  .listing-grid.grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .container,
  .page-hero-content {
    width: min(100% - 36px, var(--container));
  }

  .page-hero {
    min-height: 520px;
  }

  .page-hero-content {
    padding: calc(var(--header-height) + 48px) 0 58px;
  }

  .listing-grid.grid-3 {
    grid-template-columns: 1fr;
  }

  .listing-card.media-card {
    grid-template-rows: 240px 1fr;
    border-radius: 20px;
  }

  .listing-card.media-card img {
    border-radius: 20px 20px 0 0;
  }

  .listing-card .media-body {
    padding: 22px 22px 66px;
  }
}


:root {
  --type-heading: clamp(46px, 4.15vw, 78px);
  --type-heading-line: 0.98;
  --type-heading-width: 760px;
  --type-copy: 18px;
  --type-copy-line: 1.78;
  --type-copy-width: 720px;
  --type-card-heading: clamp(24px, 1.8vw, 34px);
}

body :is(h1, h2, h3, h4, h5, h6,
.hero-title,
.page-title,
.section-title,
.strip-head h2,
.destination-head h2,
.blog-head h2,
.events-copy h2,
.why-copy h2,
.service-showcase-head h2,
.about-story h2,
.about-showreel-head h2,
.contact-overview-copy h2,
.contact-form-head h2,
.footer-transition h2,
.proposal-copy h1,
.proposal-page-head h1,
.cta-inner h2,
.project-story-copy h2,
.rich-content h2,
.media-body h2,
.service-slide h3,
.event-stack h3,
.blog-editorial h3) {
  font-family: var(--font-heading);
  font-weight: 300;
  letter-spacing: 0;
  font-synthesis: none;
}

.hero-title {
  max-width: 940px;
  font-size: clamp(58px, 4.3vw, 92px);
  line-height: 0.98;
}

body :is(.page-title,
.section-title,
.strip-head h2,
.destination-head h2,
.blog-head h2,
.events-copy h2,
.why-copy h2,
.service-showcase-head h2,
.about-story h2,
.about-showreel-head h2,
.contact-overview-copy h2,
.contact-form-head h2,
.footer-transition h2,
.proposal-copy h1,
.proposal-page-head h1,
.cta-inner h2,
.project-story-copy h2,
.rich-content h2) {
  max-width: var(--type-heading-width);
  font-size: var(--type-heading);
  line-height: var(--type-heading-line);
  letter-spacing: 0;
  text-wrap: balance;
}

body :is(.service-slide h3,
.event-stack h3,
.blog-editorial h3,
.service-card h2,
.service-card h3,
.reason-card h3,
.process-card h3,
.info-card h3,
.media-body h2,
.media-body h3,
.rich-content h3,
.side-box h3,
.contact-note-card h3) {
  font-family: var(--font-heading);
  font-size: var(--type-card-heading);
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: 0;
  max-width: none;
}

body :is(p, li,
.hero-copy,
.page-intro,
.section-copy,
.section-lead,
.service-slide p,
.events-copy p,
.why-copy p,
.proposal-copy p,
.project-story-copy p,
.rich-content p,
.rich-content li,
.media-body p,
.cta-inner p) {
  font-family: var(--font-body);
  font-size: var(--type-copy);
  line-height: var(--type-copy-line);
  font-weight: 400;
  letter-spacing: 0;
  max-width: var(--type-copy-width);
}

.section-kicker,
.eyebrow,
.media-meta {
  font-size: 0.76rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
}

.listing-card .media-body h2 {
  font-size: clamp(30px, 2vw, 42px);
  line-height: 1.02;
}

.listing-card .media-body p {
  font-size: 18px;
  line-height: 1.72;
}

@media (max-width: 1024px) {
  :root {
    --type-heading: clamp(40px, 5vw, 58px);
  }

  .hero-title {
    font-size: 52px;
  }
}

@media (max-width: 640px) {
  :root {
    --type-heading: clamp(34px, 9vw, 44px);
    --type-copy: 16px;
    --type-copy-line: 1.74;
    --type-card-heading: clamp(25px, 7vw, 32px);
  }

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


.about-story,
.about-method,
.about-showreel,
.about-values {
  overflow: hidden;
}

.about-story-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.62fr);
  gap: clamp(34px, 5.4vw, 82px);
  align-items: center;
}

.about-story h2,
.about-showreel-head h2,
.about-values h3 {
  letter-spacing: 0;
}

.about-story-copy {
  max-width: 620px;
}

.about-method-grid {
  width: min(100% - 72px, var(--container));
  margin-left: auto;
  margin-right: auto;
}

.about-method .about-method-grid,
.about-values .about-method-grid {
  width: min(100% - 72px, var(--container));
}

.about-values .about-method-grid article,
.about-method .about-method-grid article {
  display: grid;
  align-content: space-between;
  gap: 28px;
  min-height: 270px;
  padding: clamp(28px, 3vw, 44px);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025)),
    rgba(255,255,255,0.04);
}

.about-values .about-method-grid article span {
  color: var(--platinum);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.about-image-mosaic {
  width: min(100% - 72px, var(--container));
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .about-story-grid {
    grid-template-columns: 1fr;
  }

  .about-story-copy {
    max-width: 760px;
  }
}

@media (max-width: 720px) {
  .about-method-grid,
  .about-method .about-method-grid,
  .about-values .about-method-grid,
  .about-image-mosaic {
    width: min(100% - 36px, var(--container));
  }
}


.about-story-v2 {
  position: relative;
  overflow: hidden;
  padding: clamp(86px, 8vw, 140px) 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(229,225,216,0.12), transparent 30rem),
    radial-gradient(circle at 82% 58%, rgba(0,91,108,0.14), transparent 34rem),
    linear-gradient(180deg, #050505 0%, #111113 100%);
}

.about-story-v2-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(420px, 0.82fr);
  gap: clamp(44px, 7vw, 112px);
  align-items: center;
}

.about-story-v2-copy {
  display: grid;
  gap: 20px;
}

.about-story-v2-copy h2,
.about-editorial-v2-head h2,
.about-timeline-v2-inner h2 {
  max-width: 820px;
  margin: 0;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(42px, 3.8vw, 74px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.about-story-v2-copy p,
.about-editorial-v2 article p,
.about-timeline-v2-list span {
  max-width: 690px;
  color: rgba(255,255,255,0.72);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.84;
}

.about-story-v2-copy .btn {
  margin-top: 8px;
}

.about-story-v2-visual {
  position: relative;
  min-height: clamp(470px, 42vw, 650px);
}

.about-story-v2-visual figure {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 30px;
  background: #111;
  box-shadow: 0 34px 100px rgba(0,0,0,0.34);
}

.about-story-v2-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(0.74);
  transition: filter 480ms ease, transform 620ms ease;
}

.about-story-v2-visual figure:hover img {
  filter: none;
  transform: scale(1.045);
}

.about-story-v2-visual .is-main {
  right: 2%;
  top: 10%;
  width: min(78%, 640px);
  aspect-ratio: 1.32 / 1;
  transform: rotate(-4deg);
  z-index: 2;
}

.about-story-v2-visual .is-top {
  left: 0;
  top: 2%;
  width: min(42%, 310px);
  aspect-ratio: 0.82 / 1;
  transform: rotate(7deg);
  z-index: 1;
}

.about-story-v2-visual .is-bottom {
  left: 12%;
  bottom: 3%;
  width: min(48%, 360px);
  aspect-ratio: 1.18 / 1;
  transform: rotate(5deg);
  z-index: 3;
}

.about-proof-v2 {
  overflow: hidden;
  padding: 0 0 clamp(86px, 8vw, 132px);
  background: #111113;
}

.about-proof-v2-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.026)),
    rgba(255,255,255,0.04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 28px 90px rgba(0,0,0,0.25);
}

.about-proof-v2 article {
  display: grid;
  align-content: space-between;
  gap: 28px;
  min-height: 260px;
  padding: clamp(28px, 3vw, 42px);
  border-right: 1px solid rgba(255,255,255,0.1);
}

.about-proof-v2 article:last-child {
  border-right: 0;
}

.about-proof-v2 span {
  color: var(--platinum);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
}

.about-proof-v2 h3 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(28px, 2.1vw, 42px);
  font-weight: 300;
  line-height: 1.04;
}

.about-proof-v2 p {
  margin: 0;
  color: rgba(255,255,255,0.66);
  font-size: 16px;
  line-height: 1.7;
}

.about-editorial-v2 {
  overflow: hidden;
  padding: clamp(92px, 8vw, 142px) 0;
  background:
    radial-gradient(circle at 72% 18%, rgba(229,225,216,0.1), transparent 30rem),
    linear-gradient(180deg, #080809 0%, #101012 100%);
}

.about-editorial-v2-head {
  display: grid;
  gap: 14px;
  margin-bottom: clamp(38px, 4vw, 64px);
}

.about-editorial-v2-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.52fr) minmax(0, 0.72fr);
  gap: clamp(22px, 2.4vw, 38px);
  align-items: stretch;
}

.about-editorial-v2 figure {
  overflow: hidden;
  min-height: 420px;
  margin: 0;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 30px;
  background: rgba(255,255,255,0.04);
}

.about-editorial-v2 figure:nth-child(3) {
  margin-top: 72px;
}

.about-editorial-v2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(0.72);
  transition: filter 480ms ease, transform 620ms ease;
}

.about-editorial-v2 figure:hover img {
  filter: none;
  transform: scale(1.045);
}

.about-editorial-v2 article {
  display: grid;
  align-content: center;
  gap: 20px;
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.026)),
    rgba(255,255,255,0.04);
}

.about-editorial-v2 article p {
  margin: 0;
}

.about-timeline-v2 {
  overflow: hidden;
  padding: clamp(86px, 8vw, 136px) 0;
  background:
    radial-gradient(circle at 18% 86%, rgba(0,91,108,0.16), transparent 32rem),
    #09090a;
}

.about-timeline-v2-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(420px, 0.78fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: start;
}

.about-timeline-v2-list {
  display: grid;
  border-top: 1px solid rgba(255,255,255,0.14);
}

.about-timeline-v2-list div {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}

.about-timeline-v2-list strong {
  color: var(--platinum);
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 300;
}

.about-timeline-v2-list span {
  max-width: none;
  color: var(--soft-white);
}

@media (max-width: 1180px) {
  .about-story-v2-grid,
  .about-timeline-v2-inner {
    grid-template-columns: 1fr;
  }

  .about-story-v2-visual {
    min-height: 540px;
  }

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

  .about-proof-v2 article:nth-child(2) {
    border-right: 0;
  }

  .about-proof-v2 article:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

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

  .about-editorial-v2 figure:nth-child(3) {
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .about-story-v2 {
    padding-top: 76px;
  }

  .about-story-v2-copy h2,
  .about-editorial-v2-head h2,
  .about-timeline-v2-inner h2 {
    font-size: clamp(34px, 9vw, 44px);
  }

  .about-story-v2-visual {
    min-height: 430px;
  }

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

  .about-proof-v2 article {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .about-proof-v2 article:last-child {
    border-bottom: 0;
  }

  .about-editorial-v2 figure {
    min-height: 320px;
  }

  .about-timeline-v2-list div {
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }
}


:root {
  --type-heading: clamp(44px, 4vw, 82px);
  --type-heading-line: 0.96;
  --type-heading-width: 880px;
  --type-copy: clamp(20px, 1.08vw, 22px);
  --type-copy-line: 1.7;
  --type-copy-width: 750px;
  --type-card-heading: clamp(28px, 2vw, 44px);
}

body :is(
  h1, h2, h3, h4, h5, h6,
  .hero-title,
  .page-title,
  .section-title,
  .strip-head h2,
  .destination-head h2,
  .blog-head h2,
  .events-copy h2,
  .why-copy h2,
  .service-showcase-head h2,
  .about-story h2,
  .about-showreel-head h2,
  .about-story-v2-copy h2,
  .about-editorial-v2-head h2,
  .about-timeline-v2-inner h2,
  .contact-overview-copy h2,
  .contact-form-head h2,
  .footer-transition h2,
  .proposal-copy h1,
  .proposal-page-head h1,
  .cta-inner h2,
  .project-story-copy h2,
  .rich-content h2,
  .listing-page-head h2,
  .listing-card-body h2,
  .blog-list-copy h2,
  .event-list-copy h2,
  .service-slide h3,
  .event-stack h3,
  .blog-editorial h3,
  .service-card h2,
  .service-card h3,
  .reason-card h3,
  .process-card h3,
  .info-card h3,
  .media-body h2,
  .media-body h3,
  .rich-content h3,
  .side-box h3,
  .contact-note-card h3,
  .about-proof-v2 h3
) {
  font-family: var(--font-heading);
  font-weight: 300;
  line-height: 0.96;
  letter-spacing: -0.04em;
  font-synthesis: none;
  text-wrap: balance;
}

body :is(
  .hero-title,
  .page-title,
  .section-title,
  .strip-head h2,
  .destination-head h2,
  .blog-head h2,
  .events-copy h2,
  .why-copy h2,
  .service-showcase-head h2,
  .about-story h2,
  .about-showreel-head h2,
  .about-story-v2-copy h2,
  .about-editorial-v2-head h2,
  .about-timeline-v2-inner h2,
  .contact-overview-copy h2,
  .contact-form-head h2,
  .footer-transition h2,
  .proposal-copy h1,
  .proposal-page-head h1,
  .cta-inner h2,
  .project-story-copy h2,
  .rich-content h2,
  .listing-page-head h2
) {
  max-width: var(--type-heading-width);
  font-size: var(--type-heading);
  line-height: var(--type-heading-line);
  letter-spacing: -0.04em;
}

.hero-title {
  max-width: 980px;
  font-size: clamp(58px, 4.7vw, 92px);
}

body :is(
  .service-slide h3,
  .event-stack h3,
  .blog-editorial h3,
  .service-card h2,
  .service-card h3,
  .reason-card h3,
  .process-card h3,
  .info-card h3,
  .media-body h2,
  .media-body h3,
  .rich-content h3,
  .side-box h3,
  .contact-note-card h3,
  .listing-card-body h2,
  .blog-list-copy h2,
  .event-list-copy h2,
  .about-proof-v2 h3
) {
  font-size: var(--type-card-heading);
  line-height: 0.98;
}

body :is(
  p, li,
  .hero-copy,
  .page-intro,
  .section-copy,
  .section-lead,
  .service-slide p,
  .events-copy p,
  .why-copy p,
  .about-story-copy p,
  .about-story-v2-copy p,
  .about-editorial-v2 article p,
  .about-timeline-v2-list span,
  .about-proof-v2 p,
  .contact-form-head p,
  .contact-note-card p,
  .proposal-page-head p,
  .proposal-copy p,
  .project-story-copy p,
  .rich-content p,
  .rich-content li,
  .media-body p,
  .listing-page-head p,
  .listing-card-body p,
  .blog-list-copy p,
  .event-list-copy p,
  .cta-inner p
) {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--type-copy);
  line-height: var(--type-copy-line);
  letter-spacing: 0;
  opacity: 0.84;
  max-width: var(--type-copy-width);
}

.section-kicker,
.eyebrow,
.media-meta,
.about-proof-v2 span {
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: 0.04em;
}

@media (max-width: 1024px) {
  :root {
    --type-heading: clamp(40px, 5vw, 60px);
    --type-copy: 19px;
  }
}

@media (max-width: 640px) {
  :root {
    --type-heading: clamp(34px, 9vw, 44px);
    --type-copy: 17px;
    --type-card-heading: clamp(26px, 7vw, 34px);
  }

  .hero-title {
    font-size: 38px;
  }
}


.service-list-card::after {
  content: none;
  display: none;
}

.service-detail-hero {
  overflow: hidden;
  padding: calc(var(--header-height) + 92px) 0 clamp(78px, 8vw, 132px);
  background:
    radial-gradient(circle at 80% 12%, rgba(229,225,216,0.12), transparent 30rem),
    linear-gradient(180deg, #050505 0%, #111113 100%);
}

.service-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 0.72fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: end;
}

.service-detail-hero-copy {
  display: grid;
  gap: 22px;
}

.service-detail-hero h1 {
  max-width: 840px;
  margin: 0;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(58px, 5vw, 104px);
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.service-detail-hero p {
  max-width: 700px;
  color: rgba(255,255,255,0.84);
  font-family: var(--font-body);
  font-size: clamp(20px, 1.08vw, 22px);
  line-height: 1.7;
}

.service-detail-hero-image {
  overflow: hidden;
  min-height: clamp(480px, 42vw, 720px);
  margin: 0;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 34px;
  background: rgba(255,255,255,0.04);
  box-shadow: 0 34px 100px rgba(0,0,0,0.34);
}

.service-detail-hero-image img,
.service-detail-gallery img,
.service-detail-philosophy img,
.service-detail-related img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(0.76);
  transition: filter 480ms ease, transform 620ms ease;
}

.service-detail-hero-image:hover img,
.service-detail-gallery figure:hover img,
.service-detail-philosophy figure:hover img,
.service-detail-related a:hover img {
  filter: none;
  transform: scale(1.045);
}

.service-detail-intro,
.service-detail-modules,
.service-detail-related {
  overflow: hidden;
  padding: clamp(88px, 8vw, 138px) 0;
  background: #111113;
}

.service-detail-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(420px, 0.74fr);
  gap: clamp(42px, 7vw, 112px);
  align-items: start;
}

.service-detail-intro h2,
.service-detail-philosophy h2,
.service-detail-related-head h2 {
  max-width: 780px;
  margin: 0;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(44px, 4vw, 82px);
  font-weight: 300;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.service-detail-intro article {
  display: grid;
  gap: 20px;
}

.service-detail-intro p,
.service-detail-module p,
.service-detail-philosophy p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,0.84);
  font-family: var(--font-body);
  font-size: clamp(20px, 1.08vw, 22px);
  line-height: 1.7;
}

.service-detail-gallery {
  overflow: hidden;
  padding: 0 0 clamp(88px, 8vw, 138px);
  background: #111113;
}

.service-detail-gallery-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(20px, 2.2vw, 34px);
}

.service-detail-gallery figure {
  overflow: hidden;
  min-height: clamp(420px, 38vw, 660px);
  margin: 0;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 34px;
  background: rgba(255,255,255,0.04);
}

.service-detail-gallery figure:nth-child(2) {
  margin-top: clamp(48px, 7vw, 112px);
}

.service-detail-module-list {
  display: grid;
  border-top: 1px solid rgba(255,255,255,0.14);
}

.service-detail-module {
  display: grid;
  grid-template-columns: 90px minmax(260px, 0.55fr) minmax(0, 0.72fr);
  gap: clamp(24px, 4vw, 74px);
  align-items: start;
  padding: clamp(34px, 4vw, 62px) 0;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}

.service-detail-module span {
  color: var(--platinum);
  font-family: var(--font-heading);
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -0.04em;
}

.service-detail-module h2 {
  max-width: 540px;
  margin: 0;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(34px, 3vw, 62px);
  font-weight: 300;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.service-detail-philosophy {
  overflow: hidden;
  padding: clamp(88px, 8vw, 138px) 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(0,91,108,0.15), transparent 32rem),
    #080809;
}

.service-detail-philosophy-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.62fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
}

.service-detail-philosophy figure {
  overflow: hidden;
  min-height: clamp(420px, 38vw, 650px);
  margin: 0;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 34px;
  background: rgba(255,255,255,0.04);
}

.service-detail-philosophy article {
  display: grid;
  gap: 22px;
}

.service-detail-related-head {
  display: grid;
  gap: 14px;
  margin-bottom: clamp(34px, 4vw, 58px);
}

.service-detail-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2vw, 32px);
}

.service-detail-related a {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 30px;
  background: rgba(255,255,255,0.04);
  display: grid;
  align-content: end;
}

.service-detail-related a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 18%, rgba(0,0,0,0.86) 100%);
  z-index: 1;
}

.service-detail-related img {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.service-detail-related span,
.service-detail-related h3 {
  position: relative;
  z-index: 2;
}

.service-detail-related span {
  margin-bottom: 10px;
  color: var(--platinum);
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.service-detail-related h3 {
  max-width: 360px;
  margin: 0;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(30px, 2.4vw, 48px);
  font-weight: 300;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

@media (max-width: 1120px) {
  .service-detail-hero-grid,
  .service-detail-intro-grid,
  .service-detail-philosophy-grid {
    grid-template-columns: 1fr;
  }

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

  .service-detail-gallery figure:nth-child(2) {
    margin-top: 0;
  }

  .service-detail-module {
    grid-template-columns: 64px 1fr;
  }

  .service-detail-module p {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  .service-detail-hero {
    padding-top: calc(var(--header-height) + 54px);
  }

  .service-detail-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .service-detail-hero-image,
  .service-detail-gallery figure,
  .service-detail-philosophy figure {
    min-height: 330px;
    border-radius: 24px;
  }

  .service-detail-module {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-detail-module p {
    grid-column: auto;
  }

  .service-detail-related a {
    min-height: 360px;
  }
}


.service-detail-hero {
  padding: calc(var(--header-height) + 70px) 0 clamp(84px, 9vw, 150px);
  background:
    radial-gradient(circle at 88% 10%, rgba(229,225,216,0.14), transparent 30rem),
    #04525a;
}

.service-detail-hero-grid {
  grid-template-columns: minmax(0, 0.62fr) minmax(520px, 0.88fr);
  gap: clamp(48px, 8vw, 130px);
  align-items: center;
}

.service-detail-hero-copy {
  align-content: center;
}

.service-detail-hero .breadcrumb {
  margin-bottom: clamp(72px, 8vw, 128px);
  color: rgba(255,255,255,0.76);
}

.service-detail-hero h1 {
  max-width: 620px;
  font-size: clamp(58px, 4.55vw, 92px);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.service-detail-hero p {
  max-width: 560px;
  color: rgba(255,255,255,0.9);
}

.service-detail-hero-image {
  min-height: clamp(330px, 24vw, 450px);
  border-radius: 30px;
  transform: rotate(-3deg);
  box-shadow: 0 30px 90px rgba(0,0,0,0.24);
}

.service-detail-hero-image img {
  filter: saturate(0.92) contrast(1.02);
}

.service-detail-intro {
  padding: clamp(64px, 6vw, 96px) 0;
  background: #f1edcf;
}

.service-detail-intro-copy {
  display: grid;
  gap: 28px;
  justify-items: center;
  text-align: center;
}

.service-detail-intro-copy p {
  max-width: 650px;
  margin: 0;
  color: #111113;
  font-family: var(--font-body);
  font-size: clamp(18px, 1vw, 20px);
  line-height: 1.55;
  opacity: 0.94;
}

.service-detail-feature {
  overflow: hidden;
  padding: clamp(82px, 8vw, 132px) 0 0;
  background: #f7f7f3;
}

.service-detail-feature-wrap {
  position: relative;
  min-height: clamp(430px, 38vw, 620px);
}

.service-detail-feature-photo {
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 1;
  overflow: hidden;
  width: min(52%, 680px);
  height: clamp(320px, 30vw, 500px);
  margin: 0;
  border-radius: 30px;
  background: #111;
  box-shadow: 0 28px 80px rgba(0,0,0,0.18);
}

.service-detail-feature-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4,82,90,0.55);
  pointer-events: none;
}

.service-detail-feature-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0) brightness(0.74);
}

.service-detail-feature-card {
  position: absolute;
  right: 6%;
  top: clamp(48px, 6vw, 88px);
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 18px;
  width: min(52%, 610px);
  min-height: clamp(270px, 23vw, 390px);
  padding: clamp(34px, 5vw, 70px);
  border-radius: 34px;
  color: var(--white);
  background: #04525a;
  box-shadow: 0 34px 90px rgba(0,0,0,0.22);
}

.service-detail-feature-card h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(38px, 3.6vw, 72px);
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.service-detail-feature-card p {
  max-width: 460px;
  margin: 0;
  color: rgba(255,255,255,0.86);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.55;
}

.service-detail-feature-note {
  max-width: 720px;
  padding: 0 0 clamp(56px, 6vw, 96px);
  text-align: center;
}

.service-detail-feature-note p {
  margin: 0 auto;
  color: #151515;
  font-family: var(--font-body);
  font-size: clamp(18px, 1vw, 20px);
  line-height: 1.6;
  opacity: 0.9;
}

.service-detail-modules {
  padding: clamp(80px, 8vw, 130px) 0;
  background: #f1edcf;
}

.service-detail-module-head {
  display: grid;
  gap: 14px;
  margin-bottom: 38px;
}

.service-detail-module-head .section-kicker {
  color: #04525a;
}

.service-detail-module-head h2 {
  max-width: 720px;
  margin: 0;
  color: #222;
  font-family: var(--font-heading);
  font-size: clamp(46px, 4vw, 78px);
  font-weight: 300;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.service-detail-module-list {
  border-color: rgba(0,0,0,0.16);
}

.service-detail-module {
  border-color: rgba(0,0,0,0.16);
}

.service-detail-module span,
.service-detail-module h2,
.service-detail-module p {
  color: #222;
}

.service-detail-module p {
  opacity: 0.82;
}

.service-detail-related {
  padding: clamp(80px, 8vw, 130px) 0;
  background: #f1edcf;
}

.service-detail-related-head .section-kicker {
  color: #04525a;
}

.service-detail-related-head h2 {
  max-width: 820px;
  color: #222;
  font-size: clamp(46px, 4vw, 78px);
}

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

.service-detail-related a {
  min-height: clamp(360px, 28vw, 500px);
  border: 0;
  border-radius: 24px;
  background: #111;
}

.service-detail-related a::after {
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 35%, rgba(0,0,0,0.58) 100%);
}

.service-detail-related img {
  filter: saturate(0.92) contrast(1.02);
}

.service-detail-related span {
  color: rgba(255,255,255,0.72);
}

.service-detail-related h3 {
  color: var(--white);
  font-size: clamp(28px, 2.2vw, 42px);
}

.service-detail-related + .footer-transition {
  background:
    radial-gradient(circle at 82% 10%, rgba(229,225,216,0.12), transparent 28rem),
    #04525a;
}

@media (max-width: 1120px) {
  .service-detail-hero-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-hero .breadcrumb {
    margin-bottom: 44px;
  }

  .service-detail-hero-image {
    transform: rotate(0deg);
  }

  .service-detail-feature-wrap {
    min-height: 0;
    display: grid;
    gap: 22px;
  }

  .service-detail-feature-photo,
  .service-detail-feature-card {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .service-detail-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .service-detail-hero h1,
  .service-detail-module-head h2,
  .service-detail-related-head h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .service-detail-feature-card {
    padding: 28px;
    border-radius: 24px;
  }

  .service-detail-feature-card h2 {
    font-size: clamp(34px, 10vw, 48px);
  }
}


.service-detail-feature {
  padding: clamp(86px, 8vw, 132px) 0 0;
  background: #f7f7f3;
}

.service-detail-feature-stage {
  position: relative;
  min-height: clamp(460px, 39vw, 620px);
  max-width: 1220px;
}

.service-feature-slide {
  position: absolute;
  left: 50%;
  top: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.82fr);
  gap: clamp(34px, 4.5vw, 70px);
  align-items: center;
  width: min(100%, 1120px);
  min-height: clamp(350px, 28vw, 470px);
  padding: clamp(22px, 2.2vw, 32px);
  border-radius: 42px;
  background: #f1edcf;
  color: #1d1d1d;
  box-shadow: 0 26px 70px rgba(0,0,0,0.12);
  transform: translateX(-50%) translateY(0) scale(1);
  opacity: 1;
  z-index: 4;
  pointer-events: auto;
  transition: transform 900ms cubic-bezier(.22,1,.36,1), opacity 900ms ease, z-index 0ms linear 460ms, background 900ms ease;
}

.service-feature-slide.is-next {
  transform: translateX(-50%) translateY(-34px) scale(0.92);
  background: #ead2ff;
  opacity: 0.96;
  z-index: 3;
  pointer-events: none;
}

.service-feature-slide.is-back-one {
  transform: translateX(-50%) translateY(-68px) scale(0.84);
  background: #04525a;
  opacity: 0.96;
  z-index: 2;
  pointer-events: none;
}

.service-feature-slide.is-back-two {
  transform: translateX(-50%) translateY(-96px) scale(0.76);
  background: #151515;
  opacity: 0.76;
  z-index: 1;
  pointer-events: none;
}

.service-feature-slide figure {
  overflow: hidden;
  height: clamp(290px, 23vw, 390px);
  margin: 0;
  border-radius: 30px;
  background: #111;
}

.service-feature-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.02);
  transition: transform 620ms ease;
}

.service-feature-slide:hover img {
  transform: scale(1.035);
}

.service-feature-slide h2 {
  max-width: 420px;
  margin: 0 0 24px;
  color: #1d1d1d;
  font-family: var(--font-heading);
  font-size: clamp(42px, 4vw, 76px);
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.service-feature-slide p {
  max-width: 520px;
  margin: 0;
  color: rgba(0,0,0,0.72);
  font-family: var(--font-body);
  font-size: clamp(18px, 1.04vw, 20px);
  line-height: 1.58;
}

.service-feature-slide.is-back-one h2,
.service-feature-slide.is-back-two h2,
.service-feature-slide.is-back-one p,
.service-feature-slide.is-back-two p {
  color: transparent;
}

.service-detail-feature-note {
  max-width: 840px;
  padding: 0 0 clamp(56px, 6vw, 96px);
  text-align: center;
}

.service-detail-feature-note p {
  margin: 0 auto;
  color: #151515;
  font-family: var(--font-body);
  font-size: clamp(20px, 1.16vw, 22px);
  line-height: 1.58;
  opacity: 0.9;
}

@media (max-width: 960px) {
  .service-detail-feature-stage {
    min-height: 700px;
  }

  .service-feature-slide {
    grid-template-columns: 1fr;
    width: min(100%, 680px);
  }
}

@media (max-width: 640px) {
  .service-detail-feature-stage {
    min-height: 650px;
  }

  .service-feature-slide {
    padding: 18px;
    border-radius: 28px;
  }

  .service-feature-slide figure {
    height: 250px;
    border-radius: 22px;
  }

  .service-feature-slide h2 {
    font-size: clamp(34px, 10vw, 48px);
  }
}


.service-detail-hero {
  min-height: 820px;
  padding: calc(var(--header-height) + 34px) 0 86px;
  background: #04525a;
}

.service-detail-hero-grid {
  min-height: 650px;
  grid-template-columns: minmax(0, 0.58fr) minmax(620px, 0.92fr);
  gap: clamp(54px, 7vw, 128px);
  align-items: end;
}

.service-detail-hero .breadcrumb {
  margin: 0 0 clamp(120px, 16vh, 190px);
  color: rgba(255,255,255,0.9);
  font-size: 15px;
  line-height: 1.4;
}

.service-detail-hero h1 {
  max-width: 610px;
  font-size: clamp(58px, 4.4vw, 86px);
  line-height: 0.92;
}

.service-detail-hero p {
  max-width: 530px;
  margin-top: 8px;
  color: rgba(255,255,255,0.92);
  font-size: clamp(19px, 1.05vw, 22px);
  line-height: 1.45;
}

.service-detail-hero .btn {
  margin-top: 16px;
  min-height: 52px;
  padding-inline: 24px;
  color: #063f45;
  background: #6fd6ce;
  border-color: #6fd6ce;
}

.service-detail-hero .btn:hover {
  color: #f7f7f3;
  background: transparent;
  border-color: rgba(255,255,255,0.66);
}

.service-detail-hero-image {
  min-height: 0;
  height: clamp(360px, 30vw, 520px);
  border: 0;
  border-radius: 32px;
  transform: rotate(-3deg);
  box-shadow: none;
}

.service-detail-hero-image img {
  filter: saturate(0.98) contrast(1.02);
}

@media (max-width: 1180px) {
  .service-detail-hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 56px);
  }

  .service-detail-hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .service-detail-hero .breadcrumb {
    margin-bottom: 64px;
  }

  .service-detail-hero-image {
    transform: none;
  }
}

@media (max-width: 640px) {
  .service-detail-hero h1 {
    font-size: clamp(40px, 11vw, 54px);
  }

  .service-detail-hero p {
    font-size: 17px;
  }

  .service-detail-hero-image {
    height: 300px;
  }
}


.service-detail-more-services {
  overflow: hidden;
  padding: clamp(78px, 8vw, 126px) 0 clamp(74px, 7vw, 112px);
  color: #282528;
  background: #f3eecb;
}

.service-detail-more-services .service-detail-related-head {
  display: block;
  margin-bottom: clamp(34px, 4.5vw, 64px);
}

.service-detail-more-services .section-kicker {
  color: #07555e;
  letter-spacing: 0;
  text-transform: none;
}

.service-detail-more-services .service-detail-related-head h2 {
  max-width: 980px;
  margin: 6px 0 14px;
  color: #302c30;
  font-family: var(--font-heading);
  font-size: clamp(46px, 5.4vw, 86px);
  font-weight: 300;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.service-detail-more-services .service-detail-related-head p {
  max-width: 800px;
  margin: 0;
  color: rgba(28, 26, 28, 0.86);
  font-family: var(--font-body);
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: 400;
  line-height: 1.45;
}

.service-detail-more-rail {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-left: max(24px, calc((100vw - var(--container)) / 2));
  padding-right: max(24px, calc((100vw - var(--container)) / 2));
  cursor: grab;
  scrollbar-width: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.service-detail-more-rail::-webkit-scrollbar {
  display: none;
}

.service-detail-more-rail.is-dragging {
  cursor: grabbing;
}

.service-detail-more-loop {
  display: flex;
  align-items: flex-start;
  gap: clamp(28px, 2.4vw, 42px);
  width: max-content;
}

.service-detail-more-card {
  display: block;
  width: clamp(430px, 43vw, 720px);
  color: #302c30;
  text-decoration: none;
}

.service-detail-more-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.72 / 1;
  object-fit: cover;
  border-radius: 28px;
  transition:
    transform 420ms ease,
    filter 420ms ease;
  pointer-events: none;
}

.service-detail-more-card:hover img {
  transform: scale(1.018);
  filter: saturate(1.05) contrast(1.02);
}

.service-detail-more-card h3 {
  max-width: 92%;
  margin: 16px 0 0;
  color: #302c30;
  font-family: var(--font-body);
  font-size: clamp(24px, 1.75vw, 34px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}

.service-detail-more-actions {
  margin-top: clamp(30px, 4vw, 58px);
}

.service-detail-more-actions .btn {
  background: #6fd6ce;
  border-color: #6fd6ce;
  color: #073f45;
}

.service-detail-more-actions .btn:hover {
  background: transparent;
  border-color: #07555e;
  color: #07555e;
}

@media (max-width: 760px) {
  .service-detail-more-services {
    padding-top: 64px;
  }

  .service-detail-more-services .service-detail-related-head h2 {
    font-size: clamp(36px, 12vw, 52px);
  }

  .service-detail-more-card {
    width: min(82vw, 420px);
  }

  .service-detail-more-card img {
    border-radius: 22px;
  }
}


.service-detail-more-services {
  color: var(--soft-white);
  background:
    radial-gradient(circle at 15% 8%, rgba(229, 225, 216, 0.105), transparent 34rem),
    radial-gradient(circle at 86% 18%, rgba(6, 79, 92, 0.22), transparent 30rem),
    linear-gradient(180deg, #0b0b0c 0%, #050506 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-detail-more-services .section-kicker {
  color: rgba(247, 247, 243, 0.78);
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.service-detail-more-services .service-detail-related-head h2,
.service-detail-more-card h3 {
  color: var(--soft-white);
}

.service-detail-more-services .service-detail-related-head p {
  color: rgba(247, 247, 243, 0.78);
}

.service-detail-more-card img,
.why-visual img,
.service-slide img,
.event-stack img,
.destination-tile img,
.blog-editorial article img {
  filter: grayscale(1) contrast(1.06) brightness(0.78);
  transition:
    transform 420ms ease,
    filter 420ms ease;
}

.service-detail-more-card:hover img,
.why-visual:hover img,
.service-slide:hover img,
.event-stack article:hover img,
.destination-tile:hover img,
.blog-editorial article:hover img {
  filter: grayscale(0) contrast(1.02) brightness(0.98);
}

.service-detail-more-card:hover img {
  transform: scale(1.018);
}

.cta-band {
  margin-top: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(6, 79, 92, 0.26), transparent 28rem),
    radial-gradient(circle at 88% 26%, rgba(229, 225, 216, 0.08), transparent 28rem),
    linear-gradient(180deg, #101012 0%, #050506 100%);
}


.service-detail-intro,
.service-detail-feature,
.service-detail-related,
.service-detail-more-services {
  color: var(--soft-white);
  background:
    radial-gradient(circle at 18% 8%, rgba(229, 225, 216, 0.08), transparent 34rem),
    radial-gradient(circle at 82% 16%, rgba(6, 79, 92, 0.2), transparent 32rem),
    linear-gradient(180deg, #101012 0%, #050506 100%) !important;
}

.service-detail-intro-copy p,
.service-detail-feature-note p,
.service-detail-more-services .service-detail-related-head p {
  color: rgba(247, 247, 243, 0.8) !important;
}

.service-detail-feature-stage {
  color: var(--soft-white);
}

.service-detail-feature-note {
  padding-bottom: clamp(64px, 7vw, 112px);
}

.service-feature-slide {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.09), rgba(255,255,255,0.035)),
    #111113;
}

.service-detail-more-rail {
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  touch-action: pan-y;
  scroll-behavior: auto;
}

.service-detail-more-loop {
  min-width: max-content;
}

.service-detail-more-card {
  flex: 0 0 auto;
}

.service-detail-more-actions {
  margin-top: clamp(28px, 3vw, 44px);
}

.service-detail-more-actions .btn {
  min-height: 46px;
  padding: 0 24px;
  border-radius: 13px;
  font-size: 0.95rem;
  line-height: 1;
}


.service-detail-hero,
.service-detail-intro,
.service-detail-feature,
.service-detail-more-services,
.service-detail-related + .footer-transition {
  color: var(--soft-white) !important;
  background:
    radial-gradient(circle at 18% 8%, rgba(229, 225, 216, 0.09), transparent 34rem),
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.045), transparent 30rem),
    linear-gradient(180deg, #101012 0%, #050506 100%) !important;
}

.service-detail-hero {
  border-bottom: 1px solid var(--line);
}

.service-detail-hero .breadcrumb,
.service-detail-hero p,
.service-detail-intro-copy p,
.service-detail-feature-note p,
.service-detail-more-services .service-detail-related-head p {
  color: rgba(247, 247, 243, 0.82) !important;
}

.service-detail-hero h1,
.service-feature-slide h2,
.service-detail-more-services .service-detail-related-head h2,
.service-detail-more-card h3,
.service-detail-related + .footer-transition h2 {
  color: var(--soft-white) !important;
  font-family: var(--font-heading) !important;
  font-weight: 300 !important;
}

.service-detail-hero .btn,
.service-detail-more-actions .btn,
.service-detail-related + .footer-transition .btn {
  width: auto !important;
  min-width: 0 !important;
  max-width: max-content !important;
  min-height: 46px !important;
  padding: 0 24px !important;
  color: var(--button-fill-hover) !important;
  background: var(--button-fill) !important;
  border-color: var(--button-fill) !important;
}

.service-detail-hero .btn:hover,
.service-detail-more-actions .btn:hover,
.service-detail-related + .footer-transition .btn:hover {
  color: var(--button-fill) !important;
  background: var(--button-fill-hover) !important;
  border-color: var(--button-fill-hover) !important;
}

.service-detail-feature-stage {
  color: var(--soft-white) !important;
}

.service-feature-slide,
.service-feature-slide.is-next,
.service-feature-slide.is-back-one,
.service-feature-slide.is-back-two {
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: var(--soft-white) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035)),
    #111113 !important;
  box-shadow: 0 30px 84px rgba(0, 0, 0, 0.34) !important;
}

.service-feature-slide p {
  color: rgba(247, 247, 243, 0.78) !important;
}

.service-feature-slide.is-back-one h2,
.service-feature-slide.is-back-two h2,
.service-feature-slide.is-back-one p,
.service-feature-slide.is-back-two p {
  color: transparent !important;
}

.service-feature-slide figure,
.service-detail-hero-image,
.service-detail-more-card img {
  background: #0b0b0c !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.service-feature-slide img,
.service-detail-hero-image img,
.service-detail-more-card img {
  filter: grayscale(1) contrast(1.06) brightness(0.78) !important;
}

.service-feature-slide:hover img,
.service-detail-hero-image:hover img,
.service-detail-more-card:hover img {
  filter: grayscale(0) contrast(1.02) brightness(0.98) !important;
}

.service-detail-more-services .section-kicker {
  color: rgba(247, 247, 243, 0.74) !important;
}

.service-detail-more-rail {
  display: block !important;
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  cursor: grab !important;
  scrollbar-width: none !important;
}

.service-detail-more-rail::-webkit-scrollbar {
  display: none !important;
}

.service-detail-more-rail.is-dragging {
  cursor: grabbing !important;
}

.service-detail-more-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(26px, 3vw, 44px);
}

.service-detail-more-actions {
  margin-top: 0 !important;
}

.service-detail-more-actions .btn {
  min-height: 44px !important;
  padding: 0 22px !important;
  border-radius: 12px !important;
  color: #050506 !important;
  background: var(--soft-white) !important;
  border-color: var(--soft-white) !important;
  font-size: 0.92rem !important;
}

.service-detail-more-actions .btn:hover {
  color: var(--soft-white) !important;
  background: transparent !important;
  border-color: rgba(247, 247, 243, 0.64) !important;
}

.service-detail-more-controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.service-detail-more-controls button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(247, 247, 243, 0.38);
  border-radius: 999px;
  color: var(--soft-white);
  background: rgba(247, 247, 243, 0.08);
  cursor: pointer;
  transition:
    transform 220ms ease,
    background 220ms ease,
    color 220ms ease,
    border-color 220ms ease;
}

.service-detail-more-controls button:hover {
  transform: translateY(-2px);
  color: #050506;
  background: var(--soft-white);
  border-color: var(--soft-white);
}

.service-detail-more-controls svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

@media (max-width: 640px) {
  .service-detail-more-bottom {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}


.service-detail-hero {
  min-height: 760px !important;
  color: var(--soft-white) !important;
  background:
    radial-gradient(circle at 14% 14%, rgba(229, 225, 216, 0.09), transparent 34rem),
    radial-gradient(circle at 86% 20%, rgba(255, 255, 255, 0.045), transparent 30rem),
    linear-gradient(180deg, #070708 0%, #101012 58%, #050506 100%) !important;
}

.service-detail-hero-grid {
  align-items: center !important;
}

.service-detail-hero .breadcrumb {
  color: rgba(247, 247, 243, 0.72) !important;
}

.service-detail-hero h1 {
  max-width: 620px !important;
  color: var(--soft-white) !important;
  font-family: var(--font-heading) !important;
  font-weight: 300 !important;
  letter-spacing: -0.04em !important;
}

.service-detail-hero p {
  color: rgba(247, 247, 243, 0.8) !important;
  font-family: var(--font-body) !important;
}

.service-detail-hero .btn,
.service-detail-more-actions .btn,
.service-detail-related + .footer-transition .btn {
  color: #050506 !important;
  background: var(--soft-white) !important;
  border-color: var(--soft-white) !important;
}

.service-detail-hero .btn:hover,
.service-detail-more-actions .btn:hover,
.service-detail-related + .footer-transition .btn:hover {
  color: var(--soft-white) !important;
  background: transparent !important;
  border-color: rgba(247, 247, 243, 0.64) !important;
}

.service-detail-hero-image {
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.035) !important;
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.38) !important;
}

.service-detail-feature {
  padding-top: clamp(82px, 8vw, 130px) !important;
}

.service-feature-slide,
.service-feature-slide.is-active,
.service-feature-slide.is-next,
.service-feature-slide.is-back-one,
.service-feature-slide.is-back-two {
  color: var(--soft-white) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
    #171719 !important;
}

.service-feature-slide h2,
.service-feature-slide.is-active h2,
.service-feature-slide.is-next h2 {
  color: var(--soft-white) !important;
  opacity: 1 !important;
}

.service-feature-slide p,
.service-feature-slide.is-active p,
.service-feature-slide.is-next p {
  color: rgba(247, 247, 243, 0.78) !important;
  opacity: 1 !important;
}

.service-feature-slide.is-back-one h2,
.service-feature-slide.is-back-two h2,
.service-feature-slide.is-back-one p,
.service-feature-slide.is-back-two p {
  color: transparent !important;
}

.service-detail-more-services {
  position: relative !important;
  padding-top: clamp(82px, 8vw, 126px) !important;
  padding-bottom: clamp(84px, 8vw, 130px) !important;
}

.service-detail-more-services .service-detail-related-head {
  max-width: var(--container) !important;
}

.service-detail-more-rail {
  margin-top: clamp(34px, 4vw, 56px) !important;
  padding-left: max(24px, calc((100vw - var(--container)) / 2)) !important;
  padding-right: max(24px, calc((100vw - var(--container)) / 2)) !important;
}

.service-detail-more-card {
  width: clamp(420px, 34vw, 620px) !important;
}

.service-detail-more-card h3 {
  position: relative !important;
  margin-top: -58px !important;
  padding: 0 24px 22px !important;
  color: var(--soft-white) !important;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.62);
}

.service-detail-more-bottom {
  position: static !important;
  display: block !important;
  margin-top: clamp(28px, 3vw, 44px) !important;
}

.service-detail-more-controls {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  pointer-events: none !important;
}

.service-detail-more-controls button {
  position: absolute !important;
  top: clamp(410px, 42vw, 610px) !important;
  z-index: 5 !important;
  width: 46px !important;
  height: 46px !important;
  color: #050506 !important;
  background: var(--soft-white) !important;
  border-color: rgba(247, 247, 243, 0.88) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
  pointer-events: auto !important;
}

.service-detail-more-controls button:first-child {
  left: max(28px, calc((100vw - var(--container)) / 2 + 22px)) !important;
}

.service-detail-more-controls button:last-child {
  right: max(28px, calc((100vw - var(--container)) / 2 + 22px)) !important;
}

.service-detail-more-controls button:hover {
  color: var(--soft-white) !important;
  background: var(--button-fill) !important;
  border-color: var(--button-fill) !important;
}

@media (max-width: 760px) {
  .service-detail-more-controls button {
    top: auto !important;
    bottom: 118px !important;
  }

  .service-detail-more-card {
    width: min(82vw, 420px) !important;
  }
}


.page-home .edge-rail {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.page-home .service-rail,
.page-home .destination-rail {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  scrollbar-width: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.page-home .service-rail::-webkit-scrollbar,
.page-home .destination-rail::-webkit-scrollbar {
  display: none;
}

.page-home .service-rail.is-dragging,
.page-home .destination-rail.is-dragging {
  cursor: grabbing;
}

.page-home .service-loop,
.page-home .destination-loop {
  display: flex;
  align-items: stretch;
  width: max-content;
  gap: clamp(18px, 1.8vw, 30px);
  will-change: transform;
}

.page-home .service-slide {
  flex: 0 0 clamp(330px, 27vw, 440px);
  min-height: clamp(390px, 31vw, 510px);
}

.page-home .destination-tile {
  flex: 0 0 clamp(360px, 34vw, 610px);
}

.page-home .service-slide img,
.page-home .destination-tile img,
.page-home .why-visual img,
.page-home .event-stack img,
.page-home .blog-editorial article img {
  filter: grayscale(1) contrast(1.06) brightness(0.78);
  transition: transform 420ms ease, filter 420ms ease;
}

.page-home .service-slide:hover img,
.page-home .destination-tile:hover img,
.page-home .why-visual:hover img,
.page-home .event-stack article:hover img,
.page-home .blog-editorial article:hover img {
  filter: grayscale(0) contrast(1.02) brightness(0.98);
}

.page-service-detail .service-detail-hero,
.page-service-detail .service-detail-intro,
.page-service-detail .service-detail-feature,
.page-service-detail .service-detail-more-services,
.page-service-detail .footer-transition {
  color: var(--soft-white) !important;
  background:
    radial-gradient(circle at 18% 9%, rgba(229, 225, 216, 0.09), transparent 34rem),
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.05), transparent 32rem),
    linear-gradient(180deg, #101012 0%, #050506 100%) !important;
  border-color: var(--line) !important;
}

.page-service-detail .service-detail-hero {
  min-height: 760px !important;
  padding: calc(var(--header-height) + 76px) 0 clamp(84px, 8vw, 130px) !important;
}

.page-service-detail .service-detail-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1fr) !important;
  align-items: center !important;
  gap: clamp(54px, 7vw, 120px) !important;
  min-height: 0 !important;
}

.page-service-detail .service-detail-hero .breadcrumb {
  margin: 0 0 clamp(70px, 10vh, 128px) !important;
  color: rgba(247, 247, 243, 0.72) !important;
}

.page-service-detail .service-detail-hero h1,
.page-service-detail .service-detail-related-head h2,
.page-service-detail .service-feature-slide h2,
.page-service-detail .footer-transition h2 {
  color: var(--soft-white) !important;
  font-family: var(--font-heading) !important;
  font-weight: 300 !important;
  letter-spacing: -0.04em !important;
  line-height: 0.95 !important;
}

.page-service-detail .service-detail-hero h1 {
  max-width: 650px !important;
  font-size: clamp(54px, 4.6vw, 86px) !important;
}

.page-service-detail .service-detail-hero p,
.page-service-detail .service-detail-intro-copy p,
.page-service-detail .service-detail-related-head p,
.page-service-detail .service-detail-feature-note p,
.page-service-detail .footer-transition p {
  max-width: 720px !important;
  color: rgba(247, 247, 243, 0.82) !important;
  font-family: var(--font-body) !important;
  font-size: clamp(18px, 1.12vw, 21px) !important;
  font-weight: 400 !important;
  line-height: 1.72 !important;
}

.page-service-detail .service-detail-hero-image {
  height: clamp(360px, 30vw, 520px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 32px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.38) !important;
  transform: rotate(-3deg) !important;
}

.page-service-detail .service-detail-hero-image img,
.page-service-detail .service-feature-slide img,
.page-service-detail .service-detail-more-card img {
  filter: grayscale(1) contrast(1.06) brightness(0.78) !important;
  transition: transform 420ms ease, filter 420ms ease !important;
}

.page-service-detail .service-detail-hero-image:hover img,
.page-service-detail .service-feature-slide:hover img,
.page-service-detail .service-detail-more-card:hover img {
  filter: grayscale(0) contrast(1.02) brightness(0.98) !important;
}

.page-service-detail .service-detail-feature {
  overflow: hidden !important;
  padding: clamp(86px, 8vw, 132px) 0 clamp(70px, 7vw, 110px) !important;
}

.page-service-detail .service-detail-feature-stage {
  position: relative !important;
  min-height: clamp(430px, 35vw, 560px) !important;
  max-width: 1120px !important;
}

.page-service-detail .service-feature-slide {
  position: absolute !important;
  left: 50% !important;
  top: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.82fr) !important;
  gap: clamp(28px, 4vw, 58px) !important;
  align-items: center !important;
  width: min(100%, 1060px) !important;
  min-height: clamp(330px, 26vw, 440px) !important;
  padding: clamp(20px, 2vw, 30px) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 36px !important;
  color: var(--soft-white) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
    #171719 !important;
  box-shadow: 0 30px 84px rgba(0, 0, 0, 0.34) !important;
  transform: translateX(-50%) translateY(0) scale(1) !important;
  opacity: 1 !important;
  z-index: 4 !important;
  transition: transform 900ms cubic-bezier(.22,1,.36,1), opacity 900ms ease, background 900ms ease !important;
}

.page-service-detail .service-feature-slide.is-next {
  transform: translateX(-50%) translateY(-26px) scale(0.94) !important;
  opacity: 0.76 !important;
  z-index: 3 !important;
}

.page-service-detail .service-feature-slide.is-back-one {
  transform: translateX(-50%) translateY(-52px) scale(0.88) !important;
  opacity: 0.56 !important;
  z-index: 2 !important;
}

.page-service-detail .service-feature-slide.is-back-two {
  transform: translateX(-50%) translateY(-78px) scale(0.82) !important;
  opacity: 0.34 !important;
  z-index: 1 !important;
}

.page-service-detail .service-feature-slide figure {
  height: clamp(270px, 22vw, 360px) !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 28px !important;
}

.page-service-detail .service-feature-slide h2 {
  max-width: 430px !important;
  margin: 0 0 20px !important;
  font-size: clamp(38px, 4vw, 68px) !important;
}

.page-service-detail .service-feature-slide p {
  color: rgba(247, 247, 243, 0.76) !important;
  font-size: clamp(17px, 1.04vw, 20px) !important;
  line-height: 1.7 !important;
}

.page-service-detail .service-feature-slide.is-back-one h2,
.page-service-detail .service-feature-slide.is-back-two h2,
.page-service-detail .service-feature-slide.is-back-one p,
.page-service-detail .service-feature-slide.is-back-two p {
  color: transparent !important;
}

.page-service-detail .service-detail-more-services {
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(82px, 8vw, 126px) 0 clamp(84px, 8vw, 130px) !important;
}

.page-service-detail .service-detail-related-head {
  max-width: var(--container) !important;
  margin: 0 auto clamp(34px, 4vw, 56px) !important;
}

.page-service-detail .service-detail-related-head h2 {
  max-width: 890px !important;
  margin: 10px 0 16px !important;
  font-size: clamp(46px, 4.7vw, 78px) !important;
}

.page-service-detail .service-detail-more-rail {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding-left: max(24px, calc((100vw - var(--container)) / 2)) !important;
  padding-right: max(24px, calc((100vw - var(--container)) / 2)) !important;
  cursor: grab !important;
  scrollbar-width: none !important;
  user-select: none !important;
  -webkit-overflow-scrolling: touch !important;
}

.page-service-detail .service-detail-more-rail::-webkit-scrollbar {
  display: none !important;
}

.page-service-detail .service-detail-more-rail.is-dragging {
  cursor: grabbing !important;
}

.page-service-detail .service-detail-more-loop {
  display: flex !important;
  width: max-content !important;
  gap: clamp(24px, 2vw, 34px) !important;
}

.page-service-detail .service-detail-more-card {
  position: relative !important;
  flex: 0 0 clamp(420px, 34vw, 620px) !important;
  width: clamp(420px, 34vw, 620px) !important;
  color: var(--soft-white) !important;
}

.page-service-detail .service-detail-more-card img {
  width: 100% !important;
  aspect-ratio: 1.72 / 1 !important;
  object-fit: cover !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 26px !important;
  pointer-events: none !important;
}

.page-service-detail .service-detail-more-card h3 {
  position: absolute !important;
  left: 24px !important;
  right: 24px !important;
  bottom: 20px !important;
  margin: 0 !important;
  color: var(--soft-white) !important;
  font-family: var(--font-body) !important;
  font-size: clamp(22px, 1.55vw, 30px) !important;
  font-weight: 500 !important;
  line-height: 1.06 !important;
  letter-spacing: -0.03em !important;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.68) !important;
}

.page-service-detail .service-detail-more-bottom {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin-top: clamp(28px, 3vw, 44px) !important;
}

.page-service-detail .service-detail-more-actions .btn {
  width: auto !important;
  min-width: 0 !important;
  min-height: 44px !important;
  padding: 0 22px !important;
  border-radius: 12px !important;
  color: #050506 !important;
  background: var(--soft-white) !important;
  border-color: var(--soft-white) !important;
  font-size: 0.92rem !important;
}

.page-service-detail .service-detail-more-actions .btn:hover {
  color: var(--soft-white) !important;
  background: transparent !important;
  border-color: rgba(247, 247, 243, 0.64) !important;
}

.page-service-detail .service-detail-more-controls {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.page-service-detail .service-detail-more-controls button {
  display: grid !important;
  width: 46px !important;
  height: 46px !important;
  place-items: center !important;
  border: 1px solid rgba(247, 247, 243, 0.42) !important;
  border-radius: 999px !important;
  color: var(--soft-white) !important;
  background: rgba(247, 247, 243, 0.08) !important;
  box-shadow: none !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

.page-service-detail .service-detail-more-controls button:hover {
  color: #050506 !important;
  background: var(--soft-white) !important;
  border-color: var(--soft-white) !important;
}

@media (max-width: 1180px) {
  .page-service-detail .service-detail-hero-grid {
    grid-template-columns: 1fr !important;
  }

  .page-service-detail .service-detail-hero-image {
    transform: none !important;
  }
}

@media (max-width: 760px) {
  .page-service-detail .service-detail-hero h1,
  .page-service-detail .service-detail-related-head h2 {
    font-size: clamp(38px, 11vw, 54px) !important;
  }

  .page-service-detail .service-feature-slide {
    grid-template-columns: 1fr !important;
  }

  .page-service-detail .service-detail-feature-stage {
    min-height: 660px !important;
  }

  .page-service-detail .service-detail-more-card {
    flex-basis: min(82vw, 420px) !important;
    width: min(82vw, 420px) !important;
  }

  .page-service-detail .service-detail-more-bottom {
    align-items: flex-start !important;
    flex-direction: column-reverse !important;
  }
}

.page-service-detail .service-detail-more-rail-wrap {
  position: relative !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
}

.page-service-detail .service-detail-more-rail-wrap .service-detail-more-rail {
  margin-left: 0 !important;
}

.page-service-detail .service-detail-more-rail-wrap .service-detail-more-controls {
  position: absolute !important;
  inset: 0 !important;
  z-index: 6 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding-inline: max(22px, calc((100vw - var(--container)) / 2 + 20px)) !important;
  pointer-events: none !important;
}

.page-service-detail .service-detail-more-rail-wrap .service-detail-more-controls button {
  position: static !important;
  inset: auto !important;
  width: 48px !important;
  height: 48px !important;
  color: #050506 !important;
  background: var(--soft-white) !important;
  border-color: rgba(247, 247, 243, 0.9) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35) !important;
  pointer-events: auto !important;
}

.page-service-detail .service-detail-more-rail-wrap .service-detail-more-controls button:hover {
  color: var(--soft-white) !important;
  background: var(--button-fill) !important;
  border-color: var(--button-fill) !important;
}

.page-service-detail .service-detail-more-bottom {
  display: block !important;
}


.page-service-detail .service-detail-feature {
  overflow: hidden !important;
  padding: clamp(72px, 7vw, 116px) 0 clamp(66px, 7vw, 108px) !important;
}

.page-service-detail .service-detail-feature-stage {
  width: min(100% - 56px, 1180px) !important;
  min-height: clamp(380px, 33vw, 540px) !important;
  margin-inline: auto !important;
  overflow: visible !important;
}

.page-service-detail .service-feature-slide {
  width: min(100%, 1120px) !important;
  min-height: clamp(320px, 25vw, 430px) !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.85fr) !important;
  gap: clamp(26px, 4vw, 56px) !important;
  padding: clamp(22px, 2.4vw, 36px) !important;
  border-radius: clamp(26px, 2.2vw, 38px) !important;
  overflow: hidden !important;
}

.page-service-detail .service-feature-slide figure {
  width: 100% !important;
  height: clamp(250px, 21vw, 350px) !important;
  border-radius: clamp(20px, 1.7vw, 28px) !important;
}

.page-service-detail .service-feature-slide > div {
  min-width: 0 !important;
  overflow: hidden !important;
}

.page-service-detail .service-feature-slide h2 {
  max-width: 520px !important;
  margin: 0 0 18px !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
  font-size: clamp(34px, 3.65vw, 62px) !important;
  line-height: 0.96 !important;
}

.page-service-detail .service-feature-slide p {
  max-width: 560px !important;
  margin: 0 !important;
  font-size: clamp(16px, 1vw, 19px) !important;
  line-height: 1.72 !important;
}

.page-service-detail .service-feature-slide.is-next {
  transform: translateX(-50%) translateY(-20px) scale(0.95) !important;
}

.page-service-detail .service-feature-slide.is-back-one {
  transform: translateX(-50%) translateY(-40px) scale(0.9) !important;
}

.page-service-detail .service-feature-slide.is-back-two {
  transform: translateX(-50%) translateY(-60px) scale(0.85) !important;
}

.page-service-detail .service-detail-feature-note {
  padding-top: clamp(18px, 2vw, 34px) !important;
}

.page-service-detail .service-detail-more-services {
  padding: clamp(72px, 7vw, 112px) 0 clamp(78px, 7vw, 118px) !important;
}

.page-service-detail .service-detail-more-rail-wrap {
  position: relative !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  overflow: hidden !important;
}

.page-service-detail .service-detail-more-rail {
  width: 100% !important;
  margin-left: 0 !important;
  padding-left: max(24px, calc((100vw - var(--container)) / 2)) !important;
  padding-right: max(24px, calc((100vw - var(--container)) / 2)) !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  cursor: grab !important;
  touch-action: pan-y !important;
  scrollbar-width: none !important;
  user-select: none !important;
}

.page-service-detail .service-detail-more-rail.is-dragging {
  cursor: grabbing !important;
}

.page-service-detail .service-detail-more-loop {
  display: flex !important;
  align-items: flex-start !important;
  gap: clamp(24px, 2vw, 36px) !important;
  width: max-content !important;
}

.page-service-detail .service-detail-more-card {
  flex: 0 0 clamp(360px, 32vw, 600px) !important;
  width: clamp(360px, 32vw, 600px) !important;
  border-radius: 26px !important;
  overflow: hidden !important;
}

.page-service-detail .service-detail-more-card img {
  aspect-ratio: 1.62 / 1 !important;
  border-radius: 26px !important;
}

.page-service-detail .service-detail-more-card h3 {
  font-size: clamp(21px, 1.45vw, 28px) !important;
  bottom: 18px !important;
}

.page-service-detail .service-detail-more-rail-wrap .service-detail-more-controls {
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  z-index: 20 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  transform: translateY(-50%) !important;
  padding-inline: max(18px, calc((100vw - var(--container)) / 2 + 12px)) !important;
  pointer-events: none !important;
}

.page-service-detail .service-detail-more-rail-wrap .service-detail-more-controls button {
  position: static !important;
  inset: auto !important;
  display: grid !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  place-items: center !important;
  padding: 0 !important;
  border-radius: 999px !important;
  color: #050506 !important;
  background: var(--soft-white) !important;
  border: 1px solid rgba(247, 247, 243, 0.9) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38) !important;
  opacity: 0.96 !important;
  pointer-events: auto !important;
}

.page-service-detail .service-detail-more-rail-wrap .service-detail-more-controls button:hover {
  color: var(--soft-white) !important;
  background: var(--button-fill) !important;
  border-color: var(--button-fill) !important;
}

.page-service-detail .service-detail-more-bottom {
  width: min(100% - 72px, var(--container)) !important;
  margin: clamp(26px, 3vw, 42px) auto 0 !important;
}

.page-service-detail .service-detail-more-actions .btn {
  width: auto !important;
  min-width: 0 !important;
  max-width: max-content !important;
  min-height: 48px !important;
  padding: 0 26px !important;
  border-radius: 13px !important;
  font-size: 0.96rem !important;
}

.page-service-detail .service-detail-cta {
  margin-top: 0 !important;
  border-top: 1px solid var(--line) !important;
}

.page-service-detail .service-detail-cta .section-kicker {
  display: inline-block !important;
}

@media (max-width: 980px) {
  .page-service-detail .service-detail-feature-stage {
    min-height: auto !important;
  }

  .page-service-detail .service-feature-slide,
  .page-service-detail .service-feature-slide.is-active,
  .page-service-detail .service-feature-slide.is-next,
  .page-service-detail .service-feature-slide.is-back-one,
  .page-service-detail .service-feature-slide.is-back-two {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .page-service-detail .service-feature-slide:not(.is-active) {
    display: none !important;
  }

  .page-service-detail .service-feature-slide figure {
    height: clamp(230px, 44vw, 360px) !important;
  }
}

@media (max-width: 680px) {
  .page-service-detail .service-detail-feature-stage {
    width: min(100% - 32px, 560px) !important;
  }

  .page-service-detail .service-feature-slide {
    padding: 18px !important;
    border-radius: 24px !important;
  }

  .page-service-detail .service-feature-slide h2 {
    font-size: clamp(31px, 9vw, 44px) !important;
  }

  .page-service-detail .service-detail-more-card {
    flex-basis: min(78vw, 390px) !important;
    width: min(78vw, 390px) !important;
  }

  .page-service-detail .service-detail-more-bottom {
    width: min(100% - 32px, var(--container)) !important;
  }

  .page-service-detail .service-detail-more-rail-wrap .service-detail-more-controls button {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
  }
}


.page-service-detail .service-detail-feature-stage {
  width: min(100% - 72px, 1160px) !important;
  min-height: 430px !important;
  isolation: isolate !important;
}

.page-service-detail .service-feature-slide,
.page-service-detail .service-feature-slide.is-active,
.page-service-detail .service-feature-slide.is-next,
.page-service-detail .service-feature-slide.is-back-one,
.page-service-detail .service-feature-slide.is-back-two {
  left: 50% !important;
  right: auto !important;
  width: min(100%, 1080px) !important;
  max-width: 1080px !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.84fr) !important;
  overflow: hidden !important;
}

.page-service-detail .service-feature-slide.is-active {
  transform: translateX(-50%) translateY(0) scale(1) !important;
  opacity: 1 !important;
  z-index: 8 !important;
}

.page-service-detail .service-feature-slide.is-next {
  transform: translateX(-50%) translateY(-18px) scale(0.94) !important;
  opacity: 0.38 !important;
  z-index: 5 !important;
}

.page-service-detail .service-feature-slide.is-back-one {
  transform: translateX(-50%) translateY(-34px) scale(0.88) !important;
  opacity: 0.24 !important;
  z-index: 4 !important;
}

.page-service-detail .service-feature-slide.is-back-two {
  transform: translateX(-50%) translateY(-50px) scale(0.82) !important;
  opacity: 0.16 !important;
  z-index: 3 !important;
}

.page-service-detail .service-feature-slide.is-next figure,
.page-service-detail .service-feature-slide.is-back-one figure,
.page-service-detail .service-feature-slide.is-back-two figure,
.page-service-detail .service-feature-slide.is-next > div,
.page-service-detail .service-feature-slide.is-back-one > div,
.page-service-detail .service-feature-slide.is-back-two > div {
  visibility: hidden !important;
}

.page-service-detail .service-feature-slide h2 {
  white-space: normal !important;
  max-width: 460px !important;
  font-size: clamp(38px, 3.3vw, 58px) !important;
}

.page-service-detail .service-feature-slide p {
  max-width: 500px !important;
}

.page-service-detail .service-detail-more-rail-wrap {
  overflow: visible !important;
}

.page-service-detail .service-detail-more-rail {
  pointer-events: auto !important;
}

.page-service-detail .service-detail-more-rail-wrap .service-detail-more-controls {
  z-index: 50 !important;
}

.page-service-detail .service-detail-more-rail-wrap .service-detail-more-controls button {
  pointer-events: auto !important;
}

.page-service-detail .service-detail-more-actions .btn,
.page-service-detail .service-detail-more-actions .btn.btn-primary {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 48px !important;
  min-height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 26px !important;
  border-radius: 13px !important;
  color: #050506 !important;
  background: var(--soft-white) !important;
  border: 1px solid var(--soft-white) !important;
  font-size: 0.96rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.page-service-detail .service-detail-more-actions .btn:hover,
.page-service-detail .service-detail-more-actions .btn.btn-primary:hover {
  color: var(--soft-white) !important;
  background: transparent !important;
  border-color: rgba(247, 247, 243, 0.62) !important;
}

.page-service-detail .service-detail-cta .cta-copy .section-kicker {
  display: none !important;
}

.page-service-detail .service-detail-cta .cta-mail-icon {
  margin-bottom: clamp(26px, 3vw, 44px) !important;
}

@media (max-width: 980px) {
  .page-service-detail .service-detail-feature-stage {
    min-height: auto !important;
  }

  .page-service-detail .service-feature-slide.is-next,
  .page-service-detail .service-feature-slide.is-back-one,
  .page-service-detail .service-feature-slide.is-back-two {
    display: none !important;
  }
}


.page-service-detail .service-detail-feature-stage,
body.page-service-detail .service-detail-feature-stage {
  display: block !important;
  width: min(100% - 72px, 1080px) !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  overflow: visible !important;
}

.page-service-detail .service-feature-slide,
body.page-service-detail .service-feature-slide,
.page-service-detail .service-feature-slide.is-active,
body.page-service-detail .service-feature-slide.is-active {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  display: grid !important;
  width: 100% !important;
  max-width: 1080px !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.86fr) !important;
  gap: clamp(28px, 4vw, 58px) !important;
  transform: none !important;
  opacity: 1 !important;
  z-index: 2 !important;
}

.page-service-detail .service-feature-slide:not(.is-active),
body.page-service-detail .service-feature-slide:not(.is-active) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.page-service-detail .service-feature-slide::before,
.page-service-detail .service-feature-slide::after,
body.page-service-detail .service-feature-slide::before,
body.page-service-detail .service-feature-slide::after {
  display: none !important;
  content: none !important;
}

.page-service-detail .service-detail-feature-note,
body.page-service-detail .service-detail-feature-note {
  padding-top: clamp(58px, 6vw, 92px) !important;
}

.page-service-detail .service-detail-more-bottom,
body.page-service-detail .service-detail-more-bottom {
  width: min(100% - 72px, var(--container)) !important;
  margin: clamp(26px, 3vw, 42px) auto 0 !important;
  padding: 0 !important;
}

.page-service-detail .service-detail-more-actions,
body.page-service-detail .service-detail-more-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.page-service-detail a.service-detail-all-services,
body.page-service-detail a.service-detail-all-services {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: max-content !important;
  height: 46px !important;
  min-height: 46px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 24px !important;
  border: 1px solid var(--soft-white) !important;
  border-radius: 12px !important;
  color: #050506 !important;
  background: var(--soft-white) !important;
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

.page-service-detail a.service-detail-all-services:hover,
body.page-service-detail a.service-detail-all-services:hover {
  color: var(--soft-white) !important;
  background: transparent !important;
  border-color: rgba(247, 247, 243, 0.62) !important;
  transform: none !important;
}

@media (max-width: 760px) {
  .page-service-detail .service-detail-feature-stage,
  body.page-service-detail .service-detail-feature-stage,
  .page-service-detail .service-detail-more-bottom,
  body.page-service-detail .service-detail-more-bottom {
    width: min(100% - 32px, var(--container)) !important;
  }

  .page-service-detail .service-feature-slide,
  body.page-service-detail .service-feature-slide,
  .page-service-detail .service-feature-slide.is-active,
  body.page-service-detail .service-feature-slide.is-active {
    grid-template-columns: 1fr !important;
  }
}


.page-service-detail .service-detail-feature-stage,
body.page-service-detail .service-detail-feature-stage {
  position: relative !important;
  display: block !important;
  width: min(100% - 72px, 1080px) !important;
  min-height: clamp(390px, 32vw, 520px) !important;
  margin: 0 auto !important;
  overflow: visible !important;
  isolation: isolate !important;
}

.page-service-detail .service-feature-slide,
body.page-service-detail .service-feature-slide,
.page-service-detail .service-feature-slide.is-active,
body.page-service-detail .service-feature-slide.is-active,
.page-service-detail .service-feature-slide.is-next,
body.page-service-detail .service-feature-slide.is-next,
.page-service-detail .service-feature-slide.is-back-one,
body.page-service-detail .service-feature-slide.is-back-one,
.page-service-detail .service-feature-slide.is-back-two,
body.page-service-detail .service-feature-slide.is-back-two {
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  top: 0 !important;
  display: grid !important;
  width: min(100%, 1080px) !important;
  max-width: 1080px !important;
  min-height: clamp(330px, 26vw, 430px) !important;
  margin: 0 !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.86fr) !important;
  gap: clamp(28px, 4vw, 58px) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none !important;
}

.page-service-detail .service-feature-slide.is-active,
body.page-service-detail .service-feature-slide.is-active {
  transform: translateX(-50%) translateY(0) scale(1) !important;
  z-index: 8 !important;
  pointer-events: auto !important;
}

.page-service-detail .service-feature-slide.is-next,
body.page-service-detail .service-feature-slide.is-next {
  transform: translateX(-50%) translateY(-18px) scale(0.94) !important;
  z-index: 5 !important;
}

.page-service-detail .service-feature-slide.is-back-one,
body.page-service-detail .service-feature-slide.is-back-one {
  transform: translateX(-50%) translateY(-34px) scale(0.88) !important;
  z-index: 4 !important;
}

.page-service-detail .service-feature-slide.is-back-two,
body.page-service-detail .service-feature-slide.is-back-two {
  transform: translateX(-50%) translateY(-50px) scale(0.82) !important;
  z-index: 3 !important;
}

.page-service-detail .service-feature-slide:not(.is-active),
body.page-service-detail .service-feature-slide:not(.is-active) {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.page-service-detail .service-feature-slide:not(.is-active) figure,
.page-service-detail .service-feature-slide:not(.is-active) > div,
body.page-service-detail .service-feature-slide:not(.is-active) figure,
body.page-service-detail .service-feature-slide:not(.is-active) > div {
  visibility: hidden !important;
}

.page-service-detail .service-feature-slide::before,
.page-service-detail .service-feature-slide::after,
body.page-service-detail .service-feature-slide::before,
body.page-service-detail .service-feature-slide::after {
  display: none !important;
  content: none !important;
}

.page-service-detail .service-detail-more-actions .service-detail-all-services.btn.btn-primary,
body.page-service-detail .service-detail-more-actions .service-detail-all-services.btn.btn-primary {
  display: inline-flex !important;
  width: fit-content !important;
  min-width: 0 !important;
  max-width: max-content !important;
  min-height: 46px !important;
  height: auto !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 26px !important;
  border-radius: 13px !important;
  border: 2px solid var(--button-fill) !important;
  background: var(--button-fill) !important;
  color: var(--button-fill-hover) !important;
  font-family: var(--font-body) !important;
  font-size: 0.96rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

.page-service-detail .service-detail-more-actions .service-detail-all-services.btn.btn-primary:hover,
body.page-service-detail .service-detail-more-actions .service-detail-all-services.btn.btn-primary:hover {
  transform: translateY(-2px) !important;
  border-color: var(--button-fill-hover) !important;
  background: var(--button-fill-hover) !important;
  color: var(--button-fill) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24) !important;
}

@media (max-width: 980px) {
  .page-service-detail .service-detail-feature-stage,
  body.page-service-detail .service-detail-feature-stage {
    min-height: auto !important;
  }

  .page-service-detail .service-feature-slide,
  body.page-service-detail .service-feature-slide,
  .page-service-detail .service-feature-slide.is-active,
  body.page-service-detail .service-feature-slide.is-active {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    transform: none !important;
  }

  .page-service-detail .service-feature-slide:not(.is-active),
  body.page-service-detail .service-feature-slide:not(.is-active) {
    display: none !important;
  }
}


body.page-hakkimizda .about-page-hero .page-hero-content,
body.page-hakkimizda .about-story-v2-grid,
body.page-hakkimizda .about-mission-vision-grid,
body.page-hakkimizda .about-timeline-modern-head,
body.page-hakkimizda .about-timeline-modern-list,
body.page-hakkimizda .about-editorial-v2-head,
body.page-hakkimizda .about-editorial-v2-grid {
  width: min(100% - 72px, var(--container));
  margin-inline: auto;
}

body.page-hakkimizda .about-page-hero .page-title,
body.page-hakkimizda .about-story-v2-copy h2,
body.page-hakkimizda .about-mission-vision h2,
body.page-hakkimizda .about-timeline-modern h2,
body.page-hakkimizda .about-editorial-v2-head h2,
body.page-hakkimizda .footer-transition h2 {
  max-width: 900px !important;
  color: var(--soft-white);
  font-family: var(--font-heading) !important;
  font-size: clamp(42px, 4.2vw, 78px) !important;
  font-weight: 300 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.04em !important;
}

body.page-hakkimizda .about-mission-vision h2 {
  font-size: clamp(34px, 3vw, 56px) !important;
}

body.page-hakkimizda .about-timeline-modern h3 {
  margin: 0;
  color: var(--soft-white);
  font-family: var(--font-heading) !important;
  font-size: clamp(28px, 2.1vw, 42px) !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  letter-spacing: -0.04em !important;
}

body.page-hakkimizda :is(.page-intro, .about-story-v2-copy p, .about-mission-vision p, .about-timeline-modern p, .about-editorial-v2 article p, .footer-transition p) {
  max-width: 760px;
  color: rgba(247, 247, 243, 0.82);
  font-family: var(--font-body) !important;
  font-size: clamp(18px, 1.12vw, 21px) !important;
  font-weight: 400 !important;
  line-height: 1.76 !important;
  letter-spacing: 0 !important;
}

body.page-hakkimizda strong {
  color: var(--soft-white);
  font-weight: 500;
}

body.page-hakkimizda .about-story-v2 {
  padding: clamp(82px, 7vw, 124px) 0;
  background:
    radial-gradient(circle at 14% 16%, rgba(247, 247, 243, 0.1), transparent 30rem),
    radial-gradient(circle at 86% 72%, rgba(0, 91, 108, 0.18), transparent 34rem),
    linear-gradient(180deg, #050506 0%, #101012 100%);
}

body.page-hakkimizda .about-story-v2-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 0.82fr);
  gap: clamp(46px, 7vw, 108px);
}

body.page-hakkimizda .about-story-v2-copy {
  max-width: 760px;
}

body.page-hakkimizda .about-story-v2-visual figure {
  border-color: rgba(247, 247, 243, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

body.page-hakkimizda .about-mission-vision {
  position: relative;
  overflow: hidden;
  padding: clamp(82px, 7vw, 124px) 0;
  background:
    linear-gradient(180deg, #101012 0%, #080809 100%);
}

body.page-hakkimizda .about-mission-vision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 2.8vw, 42px);
}

body.page-hakkimizda .about-mission-vision article {
  display: grid;
  align-content: start;
  gap: 20px;
  min-height: 360px;
  padding: clamp(30px, 4vw, 56px);
  border: 1px solid rgba(247, 247, 243, 0.13);
  border-radius: 30px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.026)),
    rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 28px 90px rgba(0, 0, 0, 0.28);
}

body.page-hakkimizda .about-timeline-modern {
  padding: clamp(86px, 8vw, 136px) 0;
  background:
    radial-gradient(circle at 18% 76%, rgba(0, 91, 108, 0.18), transparent 34rem),
    linear-gradient(180deg, #080809 0%, #111113 100%);
}

body.page-hakkimizda .about-timeline-modern-head {
  display: grid;
  gap: 16px;
  margin-bottom: clamp(42px, 5vw, 76px);
}

body.page-hakkimizda .about-timeline-modern-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

body.page-hakkimizda .about-timeline-modern-list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  height: 1px;
  background: linear-gradient(90deg, rgba(247, 247, 243, 0.04), rgba(247, 247, 243, 0.28), rgba(247, 247, 243, 0.04));
}

body.page-hakkimizda .about-timeline-modern-list article {
  position: relative;
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 270px;
  padding: 0 clamp(18px, 2vw, 28px) clamp(28px, 3vw, 38px);
}

body.page-hakkimizda .about-timeline-modern-list article::after {
  content: "";
  position: absolute;
  inset: 52px 0 0;
  z-index: 0;
  border: 1px solid rgba(247, 247, 243, 0.11);
  border-radius: 24px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
}

body.page-hakkimizda .about-timeline-modern-list :is(.timeline-dot, h3, p) {
  position: relative;
  z-index: 1;
}

body.page-hakkimizda .timeline-dot {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(247, 247, 243, 0.28);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, var(--button-fill) 0 5px, transparent 6px),
    #111113;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.035);
}

body.page-hakkimizda .about-timeline-modern-list h3 {
  padding-top: 30px;
}

body.page-hakkimizda .about-timeline-modern-list p {
  margin: 0;
  font-size: clamp(16px, 1vw, 18px) !important;
  line-height: 1.7 !important;
}

body.page-hakkimizda .about-editorial-v2 {
  padding: clamp(86px, 8vw, 136px) 0;
  background:
    radial-gradient(circle at 72% 18%, rgba(247, 247, 243, 0.08), transparent 30rem),
    linear-gradient(180deg, #111113 0%, #080809 100%);
}

body.page-hakkimizda .about-editorial-v2-head {
  max-width: 980px;
  margin-bottom: clamp(36px, 4vw, 64px);
}

body.page-hakkimizda .about-editorial-v2-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr) minmax(0, 1fr);
  gap: clamp(18px, 2.2vw, 34px);
  align-items: center;
}

body.page-hakkimizda .about-editorial-v2 figure {
  min-height: clamp(360px, 30vw, 520px);
  border-radius: 24px;
  border-color: rgba(247, 247, 243, 0.16);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

body.page-hakkimizda .about-editorial-v2 figure:nth-child(1) {
  transform: translateY(18px);
}

body.page-hakkimizda .about-editorial-v2 figure:nth-child(3) {
  margin-top: 0;
  transform: translateY(-18px);
}

body.page-hakkimizda .about-editorial-v2 article {
  position: relative;
  min-height: clamp(390px, 29vw, 500px);
  align-content: center;
  gap: 22px;
  padding: clamp(34px, 4vw, 58px);
  border-radius: 24px;
  border-color: rgba(247, 247, 243, 0.14);
  background:
    linear-gradient(150deg, rgba(255,255,255,0.095), rgba(255,255,255,0.034)),
    radial-gradient(circle at 20% 10%, rgba(247,247,243,0.08), transparent 18rem),
    rgba(255,255,255,0.045);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 30px 90px rgba(0,0,0,0.3);
}

body.page-hakkimizda .about-editorial-v2 article::before {
  content: "";
  width: 54px;
  height: 1px;
  margin-bottom: 8px;
  background: rgba(247, 247, 243, 0.42);
}

body.page-hakkimizda .about-editorial-v2 article p {
  max-width: 430px;
  font-size: clamp(17px, 1vw, 19px) !important;
  line-height: 1.72 !important;
}


body.page-hakkimizda .about-editorial-v2 {
  padding: clamp(76px, 7vw, 118px) 0 !important;
}

body.page-hakkimizda .about-editorial-v2-head {
  width: min(100% - 72px, var(--container)) !important;
  max-width: var(--container) !important;
  margin: 0 auto clamp(34px, 4vw, 58px) !important;
}

body.page-hakkimizda .about-editorial-v2-head h2 {
  max-width: 860px !important;
  font-size: clamp(40px, 3.6vw, 68px) !important;
  line-height: 0.98 !important;
}

body.page-hakkimizda .about-editorial-v2-grid {
  width: min(100% - 72px, var(--container)) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.82fr) minmax(0, 1.05fr) !important;
  gap: clamp(18px, 2vw, 30px) !important;
  align-items: stretch !important;
  margin-inline: auto !important;
}

body.page-hakkimizda .about-editorial-v2 figure,
body.page-hakkimizda .about-editorial-v2 article {
  min-height: 0 !important;
  height: clamp(330px, 25vw, 430px) !important;
  margin: 0 !important;
  border-radius: 26px !important;
}

body.page-hakkimizda .about-editorial-v2 figure {
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid rgba(247, 247, 243, 0.14) !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

body.page-hakkimizda .about-editorial-v2 figure:nth-child(1),
body.page-hakkimizda .about-editorial-v2 figure:nth-child(3) {
  transform: none !important;
}

body.page-hakkimizda .about-editorial-v2 figure img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.page-hakkimizda .about-editorial-v2 article {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 18px !important;
  padding: clamp(28px, 3vw, 46px) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.032)),
    rgba(255, 255, 255, 0.045) !important;
}

body.page-hakkimizda .about-editorial-v2 article::before {
  flex: 0 0 auto;
  margin: 0 0 8px !important;
}

body.page-hakkimizda .about-editorial-v2 article p {
  max-width: 440px !important;
  margin: 0 !important;
}

@media (max-width: 1180px) {
  body.page-hakkimizda .about-story-v2-grid,
  body.page-hakkimizda .about-mission-vision-grid,
  body.page-hakkimizda .about-timeline-modern-list {
    grid-template-columns: 1fr;
  }

  body.page-hakkimizda .about-editorial-v2-grid {
    grid-template-columns: 1fr;
  }

  body.page-hakkimizda .about-editorial-v2 figure:nth-child(1),
  body.page-hakkimizda .about-editorial-v2 figure:nth-child(3) {
    transform: none;
  }

  body.page-hakkimizda .about-editorial-v2 article {
    min-height: 0;
  }

  body.page-hakkimizda .about-timeline-modern-list::before {
    left: 24px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(247, 247, 243, 0.04), rgba(247, 247, 243, 0.28), rgba(247, 247, 243, 0.04));
  }

  body.page-hakkimizda .about-timeline-modern-list article {
    min-height: 0;
    padding: 0 0 0 82px;
  }

  body.page-hakkimizda .about-timeline-modern-list article::after {
    inset: 0;
  }

  body.page-hakkimizda .about-timeline-modern-list :is(h3, p) {
    padding-right: clamp(22px, 4vw, 42px);
    padding-left: clamp(22px, 4vw, 42px);
  }

  body.page-hakkimizda .about-timeline-modern-list h3 {
    padding-top: clamp(26px, 4vw, 38px);
  }

  body.page-hakkimizda .about-timeline-modern-list p {
    padding-bottom: clamp(26px, 4vw, 38px);
  }

  body.page-hakkimizda .timeline-dot {
    position: absolute;
    left: 0;
    top: 20px;
  }
}

@media (max-width: 720px) {
  body.page-hakkimizda .about-page-hero .page-hero-content,
  body.page-hakkimizda .about-story-v2-grid,
  body.page-hakkimizda .about-mission-vision-grid,
  body.page-hakkimizda .about-timeline-modern-head,
  body.page-hakkimizda .about-timeline-modern-list,
  body.page-hakkimizda .about-editorial-v2-head,
  body.page-hakkimizda .about-editorial-v2-grid {
    width: min(100% - 32px, var(--container));
  }

  body.page-hakkimizda .about-page-hero .page-title,
  body.page-hakkimizda .about-story-v2-copy h2,
  body.page-hakkimizda .about-mission-vision h2,
  body.page-hakkimizda .about-timeline-modern h2,
  body.page-hakkimizda .about-editorial-v2-head h2,
  body.page-hakkimizda .footer-transition h2 {
    font-size: clamp(34px, 10vw, 44px) !important;
  }

  body.page-hakkimizda .about-story-v2-visual {
    min-height: 430px;
  }

  body.page-hakkimizda .about-mission-vision article {
    min-height: 0;
    border-radius: 22px;
  }

  body.page-hakkimizda .about-timeline-modern-list article {
    padding-left: 64px;
  }
}

@media (max-width: 980px) {
  body.page-hakkimizda .about-editorial-v2-grid {
    grid-template-columns: 1fr !important;
  }

  body.page-hakkimizda .about-editorial-v2 figure,
  body.page-hakkimizda .about-editorial-v2 article {
    height: auto !important;
    min-height: 320px !important;
  }

  body.page-hakkimizda .about-editorial-v2 article p {
    max-width: 680px !important;
  }
}

@media (max-width: 640px) {
  body.page-hakkimizda .about-editorial-v2-head,
  body.page-hakkimizda .about-editorial-v2-grid {
    width: min(100% - 32px, var(--container)) !important;
  }

  body.page-hakkimizda .about-editorial-v2 figure,
  body.page-hakkimizda .about-editorial-v2 article {
    min-height: 280px !important;
    border-radius: 22px !important;
  }
}


.listing-split-head {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.42fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
}

.listing-split-head h2 {
  max-width: 860px !important;
}

.listing-split-head > p {
  margin: 0 0 8px;
  max-width: 520px !important;
}

.destination-index,
.event-index,
.blog-index,
.detail-premium,
.related-editorial,
.event-case-detail,
.blog-detail-modern {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 14%, rgba(0, 91, 108, 0.12), transparent 30rem),
    linear-gradient(180deg, #101012 0%, #050506 100%);
}

.destination-index-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
}

.destination-index-card {
  position: relative;
  overflow: hidden;
  min-height: clamp(360px, 32vw, 520px);
  border: 1px solid rgba(247,247,243,0.13);
  border-radius: 28px;
  background: rgba(255,255,255,0.04);
  color: var(--soft-white);
  text-decoration: none;
  box-shadow: 0 24px 80px rgba(0,0,0,0.25);
}

.destination-index-card:nth-child(6n+1),
.destination-index-card:nth-child(6n+4) {
  grid-column: span 7;
}

.destination-index-card:nth-child(6n+2),
.destination-index-card:nth-child(6n+3),
.destination-index-card:nth-child(6n+5),
.destination-index-card:nth-child(6n+6) {
  grid-column: span 5;
}

.destination-index-card img,
.event-index-card img,
.blog-index-card img,
.related-editorial-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(0.72);
  transition: filter 480ms ease, transform 680ms ease;
}

.destination-index-card:hover img,
.event-index-card:hover img,
.blog-index-card:hover img,
.related-editorial-card:hover img {
  filter: none;
  transform: scale(1.045);
}

.destination-index-card::after,
.event-index-card figure::after,
.blog-index-card::after,
.related-editorial-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgba(0,0,0,0.78) 100%);
}

.destination-index-card > div {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: grid;
  gap: 10px;
  padding: clamp(24px, 3vw, 42px);
}

.destination-index-card span,
.related-editorial-card span {
  color: rgba(247,247,243,0.72);
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.destination-index-card h2 {
  margin: 0;
  color: var(--soft-white);
  font-family: var(--font-heading);
  font-size: clamp(32px, 2.9vw, 56px);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.destination-index-card p {
  max-width: 440px !important;
  margin: 0;
  color: rgba(247,247,243,0.78);
  font-size: clamp(15px, 1vw, 17px) !important;
  line-height: 1.62 !important;
}

.destination-index-card i {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 42px;
  height: 42px;
  padding: 11px;
  border: 1px solid rgba(247,247,243,0.22);
  border-radius: 999px;
  color: var(--soft-white);
  background: rgba(255,255,255,0.08);
}

.event-index-grid {
  display: grid;
  gap: 24px;
}

.event-index-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 0.68fr);
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(247,247,243,0.12);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.065), rgba(255,255,255,0.025)),
    rgba(255,255,255,0.04);
  color: var(--soft-white);
  text-decoration: none;
}

.event-index-card::before {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(247, 247, 243, 0.28);
  border-radius: 999px;
  background:
    url("../img/cirimice_icon.png") center / 24px auto no-repeat,
    rgba(0, 0, 0, 0.88);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.event-index-card:hover::before {
  transform: translateY(-2px);
  border-color: rgba(247, 247, 243, 0.52);
  background-color: rgba(0, 0, 0, 0.96);
}

.event-index-card:nth-child(even) {
  grid-template-columns: minmax(0, 0.68fr) minmax(320px, 0.72fr);
}

.event-index-card:nth-child(even) figure {
  order: 2;
}

.event-index-card figure {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  margin: 0;
}

.event-index-copy,
.blog-index-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(28px, 4vw, 58px);
}

.event-index-copy h2,
.blog-index-copy h2,
.related-editorial-card h3 {
  margin: 0;
  color: var(--soft-white);
  font-family: var(--font-heading);
  font-size: clamp(34px, 3vw, 62px);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.event-index-copy p,
.blog-index-copy p {
  margin: 0;
  color: rgba(247,247,243,0.76);
  font-size: clamp(16px, 1vw, 18px) !important;
  line-height: 1.7 !important;
}

.event-list-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.event-list-meta span {
  padding: 9px 14px;
  border: 1px solid rgba(247,247,243,0.14);
  border-radius: 999px;
  color: rgba(247,247,243,0.82);
  font-size: 0.9rem;
}

.blog-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.blog-index-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(247,247,243,0.12);
  border-radius: 28px;
  background: rgba(255,255,255,0.04);
  color: var(--soft-white);
  text-decoration: none;
}

.blog-index-card img {
  position: absolute;
  inset: 0;
}

.blog-index-copy {
  position: absolute;
  inset: auto 0 0;
}

.blog-index-copy h2 {
  font-size: clamp(30px, 2.2vw, 46px);
}

.blog-index-copy em,
.service-list-card em {
  color: var(--soft-white);
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.detail-premium {
  padding: clamp(84px, 8vw, 132px) 0;
}

.detail-premium-grid,
.blog-detail-grid,
.event-case-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 0.42fr);
  gap: clamp(34px, 6vw, 96px);
  align-items: start;
}

.detail-copy-panel,
.event-case-copy,
.blog-article-copy {
  display: grid;
  gap: 20px;
}

.detail-copy-panel h2,
.event-case-copy h2,
.blog-article-copy h2,
.related-editorial-head h2 {
  max-width: 900px;
  margin: 0;
  color: var(--soft-white);
  font-family: var(--font-heading);
  font-size: clamp(42px, 4vw, 76px);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.detail-copy-panel p,
.event-case-copy p,
.blog-article-copy p,
.related-editorial-head p {
  max-width: 760px;
  margin: 0;
  color: rgba(247,247,243,0.8);
  font-size: clamp(18px, 1.08vw, 21px) !important;
  line-height: 1.74 !important;
}

.detail-focus-panel,
.blog-takeaway-panel,
.event-case-stats {
  display: grid;
  gap: 14px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(247,247,243,0.13);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.026)),
    rgba(255,255,255,0.04);
}

.detail-focus-panel div,
.blog-takeaway-panel div,
.event-case-stats div {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid rgba(247,247,243,0.1);
  color: var(--soft-white);
}

.detail-focus-panel i,
.blog-takeaway-panel i {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: var(--button-fill);
}

.event-case-detail,
.blog-detail-modern {
  padding: clamp(84px, 8vw, 132px) 0;
}

.event-case-stats strong {
  color: var(--soft-white);
  font-family: var(--font-heading);
  font-size: clamp(42px, 4vw, 78px);
  font-weight: 300;
  line-height: 1;
}

.event-case-stats span {
  color: rgba(247,247,243,0.66);
}

.related-editorial {
  padding: clamp(84px, 8vw, 132px) 0;
}

.related-editorial-head {
  display: grid;
  gap: 14px;
  margin-bottom: clamp(34px, 4vw, 58px);
}

.related-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.related-editorial-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid rgba(247,247,243,0.12);
  border-radius: 26px;
  background: rgba(255,255,255,0.04);
  color: var(--soft-white);
  text-decoration: none;
}

.related-editorial-card img {
  position: absolute;
  inset: 0;
}

.related-editorial-card > div {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 26px;
}

.related-editorial-card h3 {
  font-size: clamp(28px, 2vw, 42px);
}

.load-more-wrap {
  display: flex;
  justify-content: center;
  width: min(100% - 72px, var(--container));
  margin: clamp(28px, 4vw, 52px) auto 0;
}

.load-more-wrap .btn {
  width: auto !important;
  min-width: 0 !important;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .listing-split-head,
  .detail-premium-grid,
  .blog-detail-grid,
  .event-case-grid {
    grid-template-columns: 1fr;
  }

  .destination-index-card,
  .destination-index-card:nth-child(n) {
    grid-column: span 6;
  }

  .event-index-card,
  .event-index-card:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .event-index-card:nth-child(even) figure {
    order: 0;
  }

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

@media (max-width: 720px) {
  .destination-index-grid,
  .blog-index-grid,
  .related-editorial-grid {
    grid-template-columns: 1fr;
  }

  .destination-index-card,
  .destination-index-card:nth-child(n) {
    grid-column: span 1;
  }

  .destination-index-card,
  .blog-index-card,
  .related-editorial-card {
    min-height: 380px;
    border-radius: 22px;
  }

  .event-index-card,
  .detail-focus-panel,
  .blog-takeaway-panel,
  .event-case-stats {
    border-radius: 22px;
  }
}


:root {
  --container: 1480px;
  --content-gutter: clamp(22px, 5.6vw, 112px);
  --type-hero-heading: clamp(44px, 4.1vw, 74px);
  --type-section-heading: clamp(30px, 2.65vw, 48px);
  --type-card-heading: clamp(22px, 1.45vw, 30px);
  --type-heading: var(--type-section-heading);
  --type-heading-line: 1.02;
  --type-heading-width: 820px;
  --type-copy: clamp(16px, 0.92vw, 18px);
  --type-copy-line: 1.68;
  --type-copy-width: 620px;
  --button-height: 50px;
  --button-radius: 14px;
  --button-x: 26px;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body) !important;
  font-weight: 400 !important;
  color: var(--soft-white);
  background:
    radial-gradient(circle at 18% 8%, rgba(229, 225, 216, 0.105), transparent 31rem),
    radial-gradient(circle at 86% 22%, rgba(6, 79, 92, 0.18), transparent 36rem),
    linear-gradient(180deg, #0b0b0c 0%, #050506 46%, #0b0b0c 100%) !important;
}

body .container {
  width: min(calc(100% - (var(--content-gutter) * 2)), var(--container)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body :is(h1, h2, h3, h4, .page-title, .section-title, .hero-title, .listing-page-head h2, .detail-copy-panel h2, .event-case-copy h2, .blog-article-copy h2, .related-editorial-head h2, .footer-transition h2, .cta-inner h2) {
  font-family: var(--font-heading) !important;
  font-weight: 300 !important;
  letter-spacing: -0.018em !important;
  line-height: var(--type-heading-line) !important;
  color: var(--soft-white);
  text-wrap: balance;
}

body :is(.hero-title, .page-title) {
  max-width: 980px !important;
  font-size: var(--type-hero-heading) !important;
}

body :is(.section-title, .listing-page-head h2, .detail-copy-panel h2, .event-case-copy h2, .blog-article-copy h2, .related-editorial-head h2, .footer-transition h2, .cta-inner h2, .strip-head h2, .destination-head h2, .blog-head h2, .events-copy h2, .why-copy h2, .service-showcase-head h2, .about-story-v2-copy h2, .about-mission-vision h2, .about-timeline-modern-head h2, .about-editorial-v2-head h2, .contact-overview-copy h2, .contact-form-head h2) {
  max-width: var(--type-heading-width) !important;
  font-size: var(--type-section-heading) !important;
}

body :is(.service-slide h3, .event-stack h3, .blog-editorial h3, .service-card h2, .service-card h3, .reason-card h3, .process-card h3, .info-card h3, .media-body h2, .media-body h3, .listing-card h2, .related-editorial-card h3, .destination-index-card h2, .event-index-copy h2, .blog-index-copy h2) {
  font-family: var(--font-heading) !important;
  font-weight: 300 !important;
  font-size: var(--type-card-heading) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.012em !important;
  text-wrap: pretty;
}

body :is(p, li, .hero-copy, .page-intro, .section-lead, .section-copy, .listing-page-head p, .detail-copy-panel p, .event-case-copy p, .blog-article-copy p, .related-editorial-head p, .footer-transition p, .cta-inner p, .strip-head p, .destination-head p, .blog-head p, .events-copy p, .why-copy p, .service-showcase-head p, .about-story-v2-copy p, .about-mission-vision p, .about-timeline-modern p, .about-editorial-v2 article p, .contact-overview-copy p, .contact-form-head p) {
  font-family: var(--font-body) !important;
  font-weight: 400 !important;
  font-size: var(--type-copy) !important;
  line-height: var(--type-copy-line) !important;
  letter-spacing: 0 !important;
  opacity: 0.85;
}

body :is(.hero-copy, .page-intro, .section-lead, .section-copy, .listing-page-head p, .detail-copy-panel p, .event-case-copy p, .blog-article-copy p, .related-editorial-head p, .footer-transition p, .cta-inner p, .strip-head p, .destination-head p, .blog-head p, .events-copy p, .why-copy p, .service-showcase-head p, .about-story-v2-copy p, .about-mission-vision p, .about-timeline-modern p, .about-editorial-v2 article p, .contact-overview-copy p, .contact-form-head p) {
  max-width: var(--type-copy-width) !important;
  color: rgba(247, 247, 243, 0.85) !important;
}

body .hero-title .accent {
  -webkit-text-stroke-width: 0.75px !important;
  opacity: 0.9;
}

body :is(.section-kicker, .eyebrow, .breadcrumb, .media-meta) {
  font-family: var(--font-body) !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
}

body :is(strong, b) {
  font-weight: 500 !important;
}

body :is(.btn, a.btn, button.btn, .btn-primary, .btn-link, .btn-ghost, .load-more-wrap .btn, .service-detail-more-actions .btn, .service-detail-all-services.btn, .destination-all-btn) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-width: 0 !important;
  max-width: max-content !important;
  min-height: var(--button-height) !important;
  padding: 0 var(--button-x) !important;
  border: 2px solid var(--button-fill) !important;
  border-radius: var(--button-radius) !important;
  background: var(--button-fill) !important;
  color: var(--button-fill-hover) !important;
  font-family: var(--font-body) !important;
  font-size: 0.96rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -0.01em !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body :is(.btn, a.btn, button.btn, .btn-primary, .btn-link, .btn-ghost, .load-more-wrap .btn, .service-detail-more-actions .btn, .service-detail-all-services.btn, .destination-all-btn):hover {
  transform: translateY(-2px) !important;
  border-color: var(--button-fill-hover) !important;
  background: var(--button-fill-hover) !important;
  color: var(--button-fill) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24) !important;
}

body :is(.btn, a.btn, button.btn)::after {
  pointer-events: none;
}

body :is(.btn svg, .btn i, .destination-all-btn svg, .service-detail-more-actions .btn svg) {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 auto;
}

body :is(.page-hero-content, .hero-content, .listing-page-head, .section-head, .detail-premium-grid, .event-case-grid, .blog-detail-grid, .related-editorial-head, .footer-transition-inner, .cta-inner) {
  text-align: left !important;
}

body :is(.page-hero-content, .hero-content, .listing-page-head, .section-head, .related-editorial-head, .footer-transition-inner, .cta-inner) :is(h1, h2, p) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body :is(.page-hero, .section, .detail-premium, .related-editorial, .event-case-detail, .blog-detail-modern, .footer-transition, .cta-band) {
  isolation: isolate;
}

body :is(.listing-card, .media-card, .destination-index-card, .event-index-card, .blog-index-card, .related-editorial-card) {
  color: var(--soft-white);
  text-decoration: none;
}

body.page-listing :is(.listing-page-head, .listing-split-head),
body:is(.page-service-detail, .page-destination-detail, .page-event-detail, .page-blog-detail) :is(.detail-premium-grid, .event-case-grid, .blog-detail-grid, .related-editorial-head) {
  width: min(calc(100% - (var(--content-gutter) * 2)), var(--container)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 900px) {
  :root {
    --content-gutter: clamp(18px, 6vw, 34px);
    --type-hero-heading: clamp(38px, 10vw, 54px);
    --type-section-heading: clamp(28px, 8vw, 40px);
    --type-card-heading: clamp(22px, 6vw, 28px);
    --type-heading: var(--type-section-heading);
    --type-copy: 16px;
    --type-copy-line: 1.66;
    --type-copy-width: 100%;
    --button-height: 48px;
    --button-x: 22px;
  }

  body .container {
    width: min(calc(100% - (var(--content-gutter) * 2)), var(--container)) !important;
  }

  body :is(.btn, a.btn, button.btn, .btn-primary, .btn-link, .btn-ghost, .load-more-wrap .btn, .service-detail-more-actions .btn, .service-detail-all-services.btn, .destination-all-btn) {
    max-width: 100% !important;
  }
}


:root {
  --type-hero-heading: 44px;
  --type-section-heading: 32px;
  --type-card-heading: 22px;
  --type-copy: 16px;
  --type-copy-line: 1.68;
  --type-heading-line: 1.12;
  --type-heading-width: 760px;
  --type-copy-width: 620px;
}

body {
  font-size: var(--type-copy) !important;
}

body :is(
  h1,
  .hero-title,
  .page-title,
  .proposal-copy h1,
  .proposal-page-head h1,
  .service-detail-hero h1,
  body.page-hakkimizda .about-page-hero .page-title
) {
  max-width: var(--type-heading-width) !important;
  font-family: var(--font-heading) !important;
  font-size: var(--type-hero-heading) !important;
  font-weight: 300 !important;
  line-height: var(--type-heading-line) !important;
  letter-spacing: 0.012em !important;
}

body :is(
  h2,
  .section-title,
  .strip-head h2,
  .destination-head h2,
  .blog-head h2,
  .events-copy h2,
  .why-copy h2,
  .service-showcase-head h2,
  .listing-page-head h2,
  .listing-split-head h2,
  .detail-copy-panel h2,
  .event-case-copy h2,
  .blog-article-copy h2,
  .related-editorial-head h2,
  .footer-transition h2,
  .cta-inner h2,
  .about-story h2,
  .about-story-v2-copy h2,
  .about-showreel-head h2,
  .about-mission-vision h2,
  .about-timeline-modern-head h2,
  .about-editorial-v2-head h2,
  .contact-overview-copy h2,
  .contact-form-head h2,
  .contact-note-card h3,
  .service-detail-intro h2,
  .service-detail-philosophy h2,
  .service-detail-related-head h2,
  .service-feature-slide h2,
  .service-detail-module h2
) {
  max-width: var(--type-heading-width) !important;
  font-family: var(--font-heading) !important;
  font-size: var(--type-section-heading) !important;
  font-weight: 300 !important;
  line-height: var(--type-heading-line) !important;
  letter-spacing: 0.012em !important;
}

body :is(
  h3,
  .service-slide h3,
  .event-stack h3,
  .blog-editorial h3,
  .service-card h2,
  .service-card h3,
  .reason-card h3,
  .process-card h3,
  .info-card h3,
  .media-body h2,
  .media-body h3,
  .listing-card h2,
  .listing-card-body h2,
  .related-editorial-card h3,
  .destination-index-card h2,
  .event-index-copy h2,
  .blog-index-copy h2,
  .rich-content h3,
  .side-box h3,
  .service-detail-more-card h3
) {
  font-family: var(--font-heading) !important;
  font-size: var(--type-card-heading) !important;
  font-weight: 300 !important;
  line-height: 1.18 !important;
  letter-spacing: 0.01em !important;
}

body :is(
  p,
  li,
  .hero-copy,
  .page-intro,
  .section-lead,
  .section-copy,
  .strip-head p,
  .destination-head p,
  .blog-head p,
  .events-copy p,
  .why-copy p,
  .service-showcase-head p,
  .listing-page-head p,
  .listing-split-head > p,
  .listing-card .media-body p,
  .listing-card-body p,
  .detail-copy-panel p,
  .event-case-copy p,
  .blog-article-copy p,
  .related-editorial-head p,
  .footer-transition p,
  .cta-inner p,
  .about-story-copy p,
  .about-story-v2-copy p,
  .about-mission-vision p,
  .about-timeline-modern p,
  .about-editorial-v2 article p,
  .contact-overview-copy p,
  .contact-form-head p,
  .contact-note-card p,
  .proposal-page-head p,
  .proposal-copy p,
  .rich-content p,
  .rich-content li,
  .service-detail-hero p,
  .service-detail-intro p,
  .service-detail-module p,
  .service-detail-philosophy p,
  .service-feature-slide p
) {
  max-width: var(--type-copy-width) !important;
  font-family: var(--font-body) !important;
  font-size: var(--type-copy) !important;
  font-weight: 400 !important;
  line-height: var(--type-copy-line) !important;
  letter-spacing: 0 !important;
}

body :is(.section-kicker, .eyebrow, .breadcrumb, .media-meta, .listing-card-body span, .blog-editorial span) {
  font-size: 12px !important;
  line-height: 1.2 !important;
}

@media (max-width: 900px) {
  :root {
    --type-hero-heading: 38px;
    --type-section-heading: 30px;
    --type-card-heading: 21px;
    --type-copy: 16px;
    --type-copy-width: 100%;
  }
}

@media (max-width: 640px) {
  :root {
    --type-hero-heading: 34px;
    --type-section-heading: 28px;
    --type-card-heading: 20px;
    --type-copy: 15px;
  }
}


:root {
  --type-hero-heading: 42px;
  --type-section-heading: 32px;
  --type-card-heading: 22px;
  --type-copy: 16px;
  --type-small: 12px;
  --type-copy-line: 1.68;
  --type-heading-line: 1.14;
  --type-card-line: 1.2;
  --type-heading-width: 760px;
  --type-copy-width: 620px;
}

html body.page :is(
  h1,
  .hero-title,
  .page-title,
  .proposal-copy h1,
  .proposal-page-head h1,
  .service-detail-hero h1
),
html body.page-hakkimizda .about-page-hero .page-title,
html body.page-service-detail .service-detail-hero h1 {
  max-width: var(--type-heading-width) !important;
  font-size: var(--type-hero-heading) !important;
  line-height: var(--type-heading-line) !important;
  letter-spacing: 0.012em !important;
}

html body.page :is(
  h2,
  .section-title,
  .strip-head h2,
  .destination-head h2,
  .blog-head h2,
  .events-copy h2,
  .why-copy h2,
  .service-showcase-head h2,
  .listing-page-head h2,
  .listing-split-head h2,
  .detail-copy-panel h2,
  .event-case-copy h2,
  .blog-article-copy h2,
  .related-editorial-head h2,
  .footer-transition h2,
  .cta-inner h2,
  .contact-overview-copy h2,
  .contact-form-head h2
),
html body.page-hakkimizda :is(
  .about-story-v2-copy h2,
  .about-mission-vision h2,
  .about-timeline-modern-head h2,
  .about-editorial-v2-head h2,
  .footer-transition h2
),
html body.page-event-detail :is(
  .event-case-copy h2,
  .event-gallery-modern .section-title,
  .footer-transition h2
),
html body.page-destination-detail :is(
  .detail-copy-panel h2,
  .related-editorial-head h2,
  .footer-transition h2
),
html body.page-blog-detail :is(
  .blog-article-copy h2,
  .related-editorial-head h2,
  .footer-transition h2
),
html body.page-service-detail :is(
  .service-detail-intro h2,
  .service-detail-philosophy h2,
  .service-detail-related-head h2,
  .service-feature-slide h2,
  .service-detail-module h2,
  .footer-transition h2
) {
  max-width: var(--type-heading-width) !important;
  font-size: var(--type-section-heading) !important;
  line-height: var(--type-heading-line) !important;
  letter-spacing: 0.012em !important;
}

html body.page :is(
  h3,
  .service-slide h3,
  .event-stack h3,
  .blog-editorial h3,
  .service-card h2,
  .service-card h3,
  .reason-card h3,
  .process-card h3,
  .info-card h3,
  .media-body h2,
  .media-body h3,
  .listing-card h2,
  .listing-card-body h2,
  .related-editorial-card h3,
  .destination-index-card h2,
  .event-index-copy h2,
  .blog-index-copy h2,
  .rich-content h3,
  .side-box h3,
  .service-detail-more-card h3
),
html body.page-hakkimizda :is(
  .about-timeline-modern-list h3,
  .about-editorial-v2 h3
),
html body.page-service-detail :is(
  .service-detail-more-card h3
) {
  font-size: var(--type-card-heading) !important;
  line-height: var(--type-card-line) !important;
  letter-spacing: 0.01em !important;
}

html body.page :is(
  p,
  li,
  .hero-copy,
  .page-intro,
  .section-lead,
  .section-copy,
  .strip-head p,
  .destination-head p,
  .blog-head p,
  .events-copy p,
  .why-copy p,
  .service-showcase-head p,
  .listing-page-head p,
  .listing-split-head > p,
  .listing-card .media-body p,
  .listing-card-body p,
  .detail-copy-panel p,
  .event-case-copy p,
  .blog-article-copy p,
  .related-editorial-head p,
  .footer-transition p,
  .cta-inner p,
  .contact-overview-copy p,
  .contact-form-head p,
  .contact-note-card p,
  .proposal-page-head p,
  .proposal-copy p,
  .rich-content p,
  .rich-content li
),
html body.page-hakkimizda :is(
  .page-intro,
  .about-story-v2-copy p,
  .about-mission-vision p,
  .about-timeline-modern p,
  .about-editorial-v2 article p,
  .footer-transition p
),
html body.page-event-detail :is(
  .event-case-copy p,
  .event-gallery-modern .section-lead,
  .footer-transition p
),
html body.page-destination-detail :is(
  .detail-copy-panel p,
  .related-editorial-head p,
  .footer-transition p
),
html body.page-blog-detail :is(
  .blog-article-copy p,
  .related-editorial-head p,
  .footer-transition p
),
html body.page-service-detail :is(
  .service-detail-hero p,
  .service-detail-intro p,
  .service-detail-module p,
  .service-detail-philosophy p,
  .service-feature-slide p,
  .footer-transition p
) {
  max-width: var(--type-copy-width) !important;
  font-size: var(--type-copy) !important;
  line-height: var(--type-copy-line) !important;
  letter-spacing: 0 !important;
}

html body.page :is(
  .section-kicker,
  .eyebrow,
  .breadcrumb,
  .media-meta,
  .listing-card-body span,
  .blog-editorial span,
  .event-case-stats span,
  .event-list-meta span
) {
  font-size: var(--type-small) !important;
  line-height: 1.2 !important;
  letter-spacing: 0.14em !important;
}

html body.page :is(.event-case-stats strong, .stat strong, .hero-meta strong) {
  font-size: 28px !important;
  line-height: 1.1 !important;
}

html body.page :is(
  .page-hero-content,
  .hero-content,
  .listing-page-head,
  .listing-split-head,
  .section-head,
  .detail-copy-panel,
  .event-case-copy,
  .blog-article-copy,
  .related-editorial-head,
  .footer-transition-inner,
  .cta-copy,
  .about-story-v2-copy,
  .about-timeline-modern-head,
  .about-editorial-v2-head,
  .contact-overview-copy,
  .contact-form-head
) {
  text-align: left !important;
}

html body.page :is(
  .page-hero-content,
  .hero-content,
  .listing-page-head,
  .listing-split-head,
  .section-head,
  .detail-copy-panel,
  .event-case-copy,
  .blog-article-copy,
  .related-editorial-head,
  .footer-transition-inner,
  .cta-copy,
  .about-story-v2-copy,
  .about-timeline-modern-head,
  .about-editorial-v2-head,
  .contact-overview-copy,
  .contact-form-head
) :is(h1, h2, h3, p) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 900px) {
  :root {
    --type-hero-heading: 36px;
    --type-section-heading: 28px;
    --type-card-heading: 20px;
    --type-copy: 15px;
  }
}

@media (max-width: 640px) {
  :root {
    --type-hero-heading: 32px;
    --type-section-heading: 26px;
    --type-card-heading: 19px;
    --type-copy: 15px;
  }
}


.proposal-request-page {
  min-height: 100vh;
  padding: calc(var(--header-height) + 78px) 0 108px;
  background:
    radial-gradient(circle at 82% 10%, rgba(6, 79, 92, 0.24), transparent 34rem),
    radial-gradient(circle at 18% 20%, rgba(229, 225, 216, 0.1), transparent 28rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 46%, rgba(6, 79, 92, 0.12) 46% 100%),
    linear-gradient(180deg, #080809 0%, #111113 46%, #050506 46%, #050506 100%);
}

.proposal-request-head {
  display: grid;
  gap: 18px;
  justify-items: center;
  margin-bottom: 46px;
  text-align: center;
}

.proposal-request-head h1 {
  max-width: 760px !important;
  margin: 0 !important;
  color: var(--soft-white);
  font-family: var(--font-heading);
  font-size: 42px !important;
  font-weight: 300;
  line-height: 1.14 !important;
  letter-spacing: 0.012em !important;
}

.proposal-request-head p {
  max-width: 650px !important;
  margin: 0 !important;
  color: rgba(247, 247, 243, 0.78);
  font-size: 16px !important;
  line-height: 1.68 !important;
}

.proposal-email-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  width: fit-content;
  margin-top: 10px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(247, 247, 243, 0.68);
  font-size: 14px;
}

.proposal-email-note a {
  color: var(--soft-white);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.proposal-request-shell {
  position: relative;
  display: flex;
  justify-content: center;
}

.proposal-request-form {
  display: grid;
  gap: 28px;
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.proposal-form-intro {
  display: grid;
  gap: 10px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.proposal-form-intro h2 {
  max-width: 660px !important;
  margin: 0 !important;
  color: var(--soft-white);
  font-family: var(--font-heading);
  font-size: 28px !important;
  font-weight: 300;
  line-height: 1.16 !important;
  letter-spacing: 0.012em !important;
}

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

.proposal-request-form label {
  display: grid;
  gap: 9px;
  color: rgba(247, 247, 243, 0.78);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
}

.proposal-request-form :is(input, select, textarea) {
  width: 100%;
  min-height: 48px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  outline: 0;
  background: rgba(5, 5, 6, 0.58);
  color: var(--soft-white);
  font-size: 15px;
  line-height: 1.3;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.proposal-request-form textarea {
  min-height: 190px;
  resize: vertical;
}

.proposal-request-form :is(input, textarea)::placeholder {
  color: rgba(247, 247, 243, 0.4);
}

.proposal-request-form :is(input, select, textarea):focus {
  border-color: var(--button-border);
  background: rgba(5, 5, 6, 0.72);
  box-shadow: 0 0 0 4px rgba(6, 79, 92, 0.16);
}

.proposal-message {
  max-width: none;
}

.proposal-submit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  padding-top: 2px;
}

.proposal-submit-row .form-status {
  min-height: 1.2em;
  margin: 0;
  color: rgba(247, 247, 243, 0.68) !important;
  font-size: 14px !important;
}

body.page-teklif-iste .page-hero {
  display: none;
}

body.page-teklif-iste .event-contact-widget {
  display: none;
}

@media (max-width: 900px) {
  .proposal-request-page {
    padding: calc(var(--header-height) + 48px) 0 78px;
  }

  .proposal-request-head h1 {
    font-size: 36px !important;
  }

  .proposal-request-form {
    padding: 24px;
  }

  .proposal-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .proposal-request-head h1 {
    font-size: 32px !important;
  }

  .proposal-form-intro h2 {
    font-size: 24px !important;
  }

  .proposal-request-form {
    padding: 20px;
    border-radius: 14px;
  }
}

.cookie-notice {
  position: fixed;
  left: max(18px, env(safe-area-inset-left));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
  width: min(390px, calc(100vw - 36px));
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background:
    radial-gradient(circle at 12% 16%, rgba(6, 79, 92, 0.2), transparent 12rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.036)),
    rgba(7, 7, 8, 0.9);
  color: var(--soft-white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px) saturate(1.12);
  transition: opacity 220ms ease, transform 220ms ease;
}

.cookie-mark {
  width: 42px;
  height: 30px;
  object-fit: contain;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background: rgba(6, 79, 92, 0.28);
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice.is-hiding {
  opacity: 0;
  transform: translateY(10px);
}

.cookie-notice strong {
  display: block;
  margin-bottom: 5px;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}

.cookie-notice p {
  max-width: none !important;
  margin: 0 !important;
  color: rgba(247, 247, 243, 0.7) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.cookie-accept {
  min-height: 38px;
  width: fit-content;
  margin-top: 2px;
  padding: 0 14px;
  border: 1px solid var(--button-fill);
  border-radius: 10px;
  background: var(--button-fill);
  color: var(--button-fill-hover);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.cookie-accept:hover,
.cookie-accept:focus-visible {
  transform: translateY(-1px);
  border-color: var(--button-fill-hover);
  background: var(--button-fill-hover);
  color: var(--button-fill);
}

@media (max-width: 520px) {
  .cookie-accept {
    width: fit-content;
  }
}


.page-home .destination-tile {
  padding-bottom: 8px;
}

.page-home .destination-tile strong {
  margin-top: 16px;
  color: var(--soft-white);
  font-family: var(--font-heading);
  font-size: 20px !important;
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: 0.01em;
}

.page-home .destination-tile span {
  max-width: 540px;
  margin-top: 7px;
  color: rgba(247, 247, 243, 0.72);
  font-family: var(--font-body);
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.58;
}

@media (max-width: 640px) {
  .page-home .destination-tile strong {
    font-size: 18px !important;
  }

  .page-home .destination-tile span {
    font-size: 14px !important;
  }
}


body.page-listing :is(.listing-page-head, .listing-split-head),
body:is(.page-destinasyonlar, .page-etkinlikler, .page-blog) :is(.listing-page-head, .listing-split-head) {
  display: grid !important;
  grid-template-columns: minmax(0, 860px) !important;
  gap: 14px !important;
  align-items: start !important;
  justify-content: start !important;
  text-align: left !important;
}

body.page-listing .listing-split-head > div,
body:is(.page-destinasyonlar, .page-etkinlikler, .page-blog) .listing-split-head > div {
  display: grid;
  gap: 14px;
}

body.page-listing :is(.listing-page-head h2, .listing-split-head h2),
body:is(.page-destinasyonlar, .page-etkinlikler, .page-blog) :is(.listing-page-head h2, .listing-split-head h2) {
  max-width: 760px !important;
  margin: 0 !important;
}

body.page-listing :is(.listing-page-head p, .listing-split-head > p),
body:is(.page-destinasyonlar, .page-etkinlikler, .page-blog) :is(.listing-page-head p, .listing-split-head > p) {
  max-width: 710px !important;
  margin: 0 !important;
}


.brand-logo {
  display: block;
  width: 172px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.footer-brand-logo {
  width: 220px;
}

.event-index-card::before {
  width: 44px;
  height: 44px;
  background:
    url("../img/cirimice_icon.png") center / 27px auto no-repeat,
    rgba(0, 0, 0, 0.9);
}

.cookie-mark {
  width: 58px;
  height: 32px;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 720px) {
  .brand-logo {
    width: 150px;
  }

  .footer-brand-logo {
    width: 190px;
  }
}


.site-footer-large {
  position: relative;
  overflow: hidden;
  padding: 86px 0 28px;
  background:
    radial-gradient(circle at 12% 8%, rgba(6, 79, 92, 0.2), transparent 30rem),
    linear-gradient(180deg, #050505 0%, #010101 100%);
}

.site-footer-large::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 72%);
  opacity: 0.42;
}

.site-footer-large .container {
  position: relative;
  z-index: 1;
}

.footer-large-grid {
  grid-template-columns: minmax(280px, 1.35fr) repeat(2, minmax(160px, 0.48fr)) minmax(260px, 0.76fr);
  align-items: start;
  gap: clamp(34px, 5vw, 76px);
  padding-bottom: 72px;
  border-bottom: 1px solid rgba(247, 247, 243, 0.12);
}

.footer-brand-block {
  min-height: 0;
  align-content: start;
  gap: 18px;
}

.footer-brand-logo {
  width: 232px;
  filter: drop-shadow(0 18px 42px rgba(0, 0, 0, 0.42));
}

.footer-brand-block p,
.footer-large-grid p {
  margin: 0;
  color: rgba(247, 247, 243, 0.62);
  font-size: 15px !important;
  line-height: 1.68 !important;
}

.footer-large-grid h4 {
  margin: 0 0 22px;
  color: var(--soft-white);
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.024em;
}

.footer-links {
  gap: 12px;
}

.footer-links a,
.footer-contact a,
.footer-contact > span {
  color: rgba(247, 247, 243, 0.66);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-bottom a:hover {
  color: var(--soft-white);
}

.footer-links a:hover,
.footer-contact a:hover {
  transform: translateX(2px);
}

.footer-contact {
  display: grid;
  gap: 13px;
  margin: 0;
  font-style: normal;
}

.footer-contact a,
.footer-contact > span {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
}

.footer-contact i {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  color: rgba(6, 119, 135, 0.98);
  stroke-width: 1.6;
}

.footer-bottom {
  align-items: center;
  padding-top: 24px;
  color: rgba(247, 247, 243, 0.44);
  font-size: 13px;
}

.footer-bottom a {
  color: rgba(247, 247, 243, 0.5);
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-credits {
  text-align: right;
}

.footer-credits a:last-child {
  color: rgba(247, 247, 243, 0.72);
}

@media (max-width: 980px) {
  .footer-large-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .site-footer-large {
    padding-top: 64px;
  }

  .footer-large-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 44px;
  }

  .footer-brand-logo {
    width: 198px;
  }

  .footer-bottom {
    align-items: flex-start;
  }

  .footer-credits {
    text-align: left;
  }
}


body .event-index-card::after {
  content: none !important;
  display: none !important;
}

body .service-list-card::after,
body .listing-services-page .listing-card::after {
  right: 22px;
  bottom: 22px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-color: rgba(247, 247, 243, 0.22);
  background:
    url("../img/cirimice_icon.png") center / 25px auto no-repeat,
    rgba(0, 0, 0, 0.88);
  background-size: 25px auto, auto;
  opacity: 0.9;
  transform: none;
}

body .service-list-card:hover::after,
body .listing-services-page .listing-card:hover::after {
  border-color: rgba(247, 247, 243, 0.48);
  background-color: rgba(0, 0, 0, 0.96);
  transform: translateY(-2px);
}

.footer-brand-block::before,
.listing-page-head::before,
.proposal-form-intro::before {
  content: "";
  display: block;
  width: 38px;
  height: 24px;
  margin-bottom: 4px;
  background: url("../img/cirimice_icon.png") left center / contain no-repeat;
  opacity: 0.82;
}

.footer-brand-block::before {
  width: 46px;
  height: 28px;
  margin-bottom: 2px;
}

.footer-large-grid h4::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-right: 9px;
  background: url("../img/cirimice_icon.png") center / contain no-repeat;
  opacity: 0.68;
  transform: translateY(1px);
}


body.page :is(.section-head, .related-editorial-head) {
  display: grid !important;
  grid-template-columns: minmax(0, 820px) !important;
  gap: 14px !important;
  align-items: start !important;
  justify-content: start !important;
  text-align: left !important;
}

body.page :is(.section-head, .related-editorial-head) > div {
  display: grid;
  gap: 12px;
}

body.page :is(.section-head, .related-editorial-head) :is(h2, p) {
  max-width: 760px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.page :is(.section-head, .related-editorial-head) > p {
  margin-top: 0 !important;
}


.footer-large-grid h4::before {
  content: none !important;
  display: none !important;
}

.footer-services-column {
  min-width: min(420px, 100%);
  text-align: center;
}

.footer-services-column h4 {
  text-align: center;
}

.footer-service-links {
  position: relative;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  column-gap: 34px;
  row-gap: 10px;
  align-items: start;
  text-align: left;
}

.footer-service-links::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(247, 247, 243, 0.16), transparent);
  transform: translateX(-0.5px);
  pointer-events: none;
}

.footer-service-links a {
  line-height: 1.32;
}

.footer-large-grid {
  grid-template-columns: minmax(260px, 1.08fr) minmax(140px, 0.42fr) minmax(360px, 0.9fr) minmax(250px, 0.68fr) !important;
  gap: clamp(30px, 4vw, 58px) !important;
}

@media (max-width: 1120px) {
  .footer-large-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 640px) {
  .footer-large-grid {
    grid-template-columns: 1fr !important;
  }

  .footer-service-links {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .footer-service-links::before {
    display: none;
  }
}

.page-home .logo-band {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
  border-top: 1px solid rgba(247, 247, 243, 0.08);
  border-bottom: 1px solid rgba(247, 247, 243, 0.08);
  background:
    radial-gradient(circle at 12% 50%, rgba(6, 79, 92, 0.16), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.026), rgba(255, 255, 255, 0.012));
}

.page-home .logo-band-inner {
  display: grid;
  grid-template-columns: minmax(180px, 0.22fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  width: min(calc(100% - 48px), 1480px);
  margin: 0 auto;
}

.page-home .logo-band-label {
  display: grid;
  align-items: center;
  min-height: 90px;
}

.page-home .logo-band-label span {
  max-width: 190px;
  color: rgba(247, 247, 243, 0.68);
  font-size: 14px;
  line-height: 1.55;
}

.page-home .logo-marquee {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

.page-home .logo-track {
  display: flex;
  width: max-content;
  gap: 14px;
  animation: logoRail 28s linear infinite;
  will-change: transform;
}

.page-home .logo-marquee:hover .logo-track,
.page-home .logo-marquee:focus-within .logo-track {
  animation-play-state: paused;
}

.page-home .logo-card {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  flex: 0 0 clamp(190px, 15vw, 250px);
  min-height: 76px;
  overflow: hidden;
  border: 1px solid rgba(247, 247, 243, 0.12);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  color: rgba(247, 247, 243, 0.72);
  text-decoration: none;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
  transition: border-color 220ms ease, background 220ms ease, transform 220ms ease;
}

.page-home .logo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 50% 0%, rgba(6, 79, 92, 0.22), transparent 65%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.page-home .logo-card span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: opacity 180ms ease, transform 220ms ease;
}

.page-home .logo-card img {
  position: absolute;
  width: min(72%, 172px);
  height: auto;
  opacity: 0;
  filter: none;
  transform: translateY(8px) scale(0.96);
  transition: opacity 200ms ease, transform 240ms ease;
}

.page-home .logo-card:hover,
.page-home .logo-card:focus-visible {
  border-color: rgba(247, 247, 243, 0.26);
  background: rgba(0, 0, 0, 0.72);
  transform: translateY(-2px);
}

.page-home .logo-card:hover::before,
.page-home .logo-card:focus-visible::before {
  opacity: 1;
}

.page-home .logo-card:hover span,
.page-home .logo-card:focus-visible span {
  opacity: 0;
  transform: translateY(-8px);
}

.page-home .logo-card:hover img,
.page-home .logo-card:focus-visible img {
  opacity: 1;
  transform: translateY(0) scale(1);
}

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

  to {
    transform: translateX(calc(-50% - 7px));
  }
}

@media (max-width: 760px) {
  .page-home .logo-band-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(calc(100% - 32px), 1480px);
  }

  .page-home .logo-band-label {
    min-height: 0;
  }

  .page-home .logo-band-label span {
    max-width: none;
  }

  .page-home .logo-card {
    flex-basis: 190px;
  }
}

.page-home .event-stack article {
  transition:
    transform 640ms cubic-bezier(0.22, 1, 0.36, 1) !important,
    opacity 640ms ease !important,
    z-index 0ms linear 320ms !important,
    filter 360ms ease !important;
}

.page-home .event-stack img {
  transition: transform 300ms ease, filter 280ms ease !important;
}

.page-home .event-stack span,
.page-home .event-stack h3 {
  transition: opacity 260ms ease, transform 260ms ease !important;
}

.page-service-detail .service-feature-slide,
body.page-service-detail .service-feature-slide,
.page-service-detail .service-feature-slide.is-active,
body.page-service-detail .service-feature-slide.is-active,
.page-service-detail .service-feature-slide.is-next,
body.page-service-detail .service-feature-slide.is-next,
.page-service-detail .service-feature-slide.is-back-one,
body.page-service-detail .service-feature-slide.is-back-one,
.page-service-detail .service-feature-slide.is-back-two,
body.page-service-detail .service-feature-slide.is-back-two {
  transition:
    transform 640ms cubic-bezier(0.22, 1, 0.36, 1) !important,
    opacity 640ms ease !important,
    background 640ms ease !important;
}

.page-service-detail .service-feature-slide img,
body.page-service-detail .service-feature-slide img {
  transition: transform 300ms ease, filter 280ms ease !important;
}

@media (max-width: 1180px) {
  body {
    overflow-x: hidden;
  }

  .container,
  .wide-container,
  .page-home .logo-band-inner {
    width: min(calc(100% - 44px), var(--container)) !important;
  }

  .header-inner {
    gap: 20px;
  }

  .brand-logo {
    width: 152px;
  }

  .nav {
    gap: 18px;
  }

  .nav a {
    font-size: 14px;
  }

  .btn {
    min-height: 48px;
    padding-inline: 22px;
  }

  .hero-content,
  .page-hero-content {
    max-width: 780px;
  }

  .hero-title,
  .page-title {
    font-size: clamp(40px, 6vw, 68px) !important;
    line-height: 1.02 !important;
  }

  .why-showcase-grid,
  .events-feature-grid,
  .contact-overview-grid,
  .service-detail-hero-grid,
  .event-case-grid,
  .detail-premium-grid,
  .blog-detail-grid {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }

  .event-case-stats,
  .detail-focus-panel {
    width: min(100%, 520px);
  }
}

@media (max-width: 900px) {
  :root {
    --content-gutter: 22px;
    --type-hero-heading: 38px;
    --type-section-heading: 30px;
    --type-card-heading: 24px;
    --type-copy: 15px;
    --type-copy-line: 1.62;
  }

  .site-header {
    height: 78px;
  }

  .header-inner {
    min-height: 78px;
  }

  .brand-logo {
    width: 142px;
  }

  .nav {
    position: fixed;
    top: 78px;
    right: 18px;
    left: 18px;
    z-index: 90;
    display: grid;
    gap: 0;
    max-height: calc(100svh - 104px);
    padding: 10px;
    overflow: auto;
    border: 1px solid rgba(247, 247, 243, 0.13);
    border-radius: 18px;
    background:
      radial-gradient(circle at 12% 0%, rgba(6, 79, 92, 0.22), transparent 18rem),
      rgba(7, 7, 8, 0.96);
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.52);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav a {
    min-height: 46px;
    padding: 13px 14px;
    border-radius: 12px;
    color: rgba(247, 247, 243, 0.78);
    font-size: 15px;
  }

  .nav a:hover,
  .nav a[aria-current="page"] {
    background: rgba(255, 255, 255, 0.06);
  }

  .header-actions .btn {
    display: none;
  }

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

  .hero {
    min-height: 760px;
  }

  .hero-content {
    padding: calc(var(--header-height) + 78px) 0 58px !important;
  }

  .hero-title {
    max-width: 12ch;
    font-size: clamp(38px, 9vw, 56px) !important;
  }

  .hero-copy,
  .page-intro {
    max-width: 34rem;
    font-size: 16px !important;
  }

  .hero-meta {
    grid-template-columns: 1fr !important;
    max-width: 520px;
  }

  .strip-head,
  .destination-head,
  .blog-head,
  .service-showcase-head,
  .section-head,
  .listing-page-head,
  .listing-split-head,
  .related-editorial-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    align-items: start !important;
  }

  .strip-actions,
  .destination-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .edge-rail,
  .service-rail,
  .destination-rail {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .service-rail,
  .destination-rail {
    padding-left: var(--content-gutter) !important;
    padding-right: var(--content-gutter) !important;
  }

  .page-home .service-slide,
  .service-slide {
    flex-basis: min(78vw, 360px) !important;
    min-height: 430px !important;
  }

  .page-home .destination-tile,
  .destination-tile {
    flex-basis: min(84vw, 520px) !important;
  }

  .events-feature {
    padding-block: 76px;
  }

  .event-stack {
    min-height: 500px !important;
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .event-stack article {
    width: min(390px, 76vw) !important;
  }

  .event-stack img {
    height: 360px !important;
  }

  .blog-editorial-grid,
  .listing-grid,
  .destination-index-grid,
  .blog-index-grid {
    grid-template-columns: 1fr !important;
  }

  .proposal-request-head {
    padding-top: calc(var(--header-height) + 72px);
  }

  .proposal-request-head h1 {
    font-size: 38px !important;
  }

  .proposal-form-grid {
    grid-template-columns: 1fr !important;
  }

  .cta-inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .cta-feedback-form {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  .container,
  .wide-container,
  .page-home .logo-band-inner {
    width: min(calc(100% - 32px), var(--container)) !important;
  }

  .section,
  .services-strip,
  .destinations-showcase,
  .blog-editorial,
  .events-feature,
  .why-showcase,
  .listing-section,
  .detail-premium,
  .related-editorial,
  .event-case-detail,
  .blog-detail-modern,
  .cta-band {
    padding-block: 64px !important;
  }

  .page-hero {
    min-height: 560px !important;
  }

  .page-hero-content {
    padding-top: calc(var(--header-height) + 74px) !important;
    padding-bottom: 48px !important;
  }

  .hero-title,
  .page-title,
  .service-detail-hero h1,
  body.page-hakkimizda .about-page-hero .page-title {
    max-width: 100% !important;
    font-size: clamp(32px, 10vw, 44px) !important;
    line-height: 1.04 !important;
    letter-spacing: 0.01em !important;
    overflow-wrap: anywhere;
  }

  .section-title,
  .strip-head h2,
  .destination-head h2,
  .blog-head h2,
  .events-copy h2,
  .why-copy h2,
  .service-showcase-head h2,
  .listing-page-head h2,
  .related-editorial-head h2,
  .footer-transition h2,
  .cta-inner h2 {
    font-size: clamp(27px, 8vw, 36px) !important;
    line-height: 1.12 !important;
    max-width: 100% !important;
  }

  .btn,
  a.btn,
  button.btn {
    width: fit-content;
    max-width: 100%;
    min-height: 46px;
    padding-inline: 19px;
    font-size: 14px;
  }

  .hero-ctas,
  .strip-actions,
  .destination-actions {
    gap: 10px;
  }

  .why-visual,
  .service-detail-hero-image {
    min-height: 320px !important;
    transform: none !important;
    border-radius: 24px !important;
  }

  .event-stack {
    min-height: 440px !important;
  }

  .event-stack article {
    width: min(330px, 82vw) !important;
    border-radius: 24px !important;
  }

  .event-stack article.is-next {
    transform: translateX(42px) scale(0.9) rotate(5deg) !important;
  }

  .event-stack article.is-prev {
    transform: translateX(-42px) scale(0.9) rotate(-5deg) !important;
  }

  .event-stack img {
    height: 300px !important;
  }

  .page-home .logo-band {
    padding-block: 38px;
  }

  .page-home .logo-card {
    min-height: 70px;
  }

  .cookie-notice {
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    width: auto !important;
    padding: 13px !important;
    border-radius: 13px !important;
  }

  .cookie-notice p {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 700px;
  }

  .hero-content {
    padding-top: calc(var(--header-height) + 72px) !important;
  }

  .hero-title {
    font-size: clamp(31px, 10.5vw, 42px) !important;
  }

  .hero-meta div {
    padding: 14px;
  }

  .service-slide,
  .page-home .service-slide {
    flex-basis: calc(100vw - 44px) !important;
    min-height: 400px !important;
    border-radius: 22px !important;
  }

  .service-slide img {
    height: 220px !important;
  }

  .destination-tile,
  .page-home .destination-tile {
    flex-basis: calc(100vw - 44px) !important;
  }

  .destination-tile img {
    height: 260px !important;
    border-radius: 22px !important;
  }

  .blog-editorial article,
  .listing-card,
  .service-list-card,
  .destination-index-card,
  .event-index-card,
  .blog-index-card {
    border-radius: 22px !important;
  }

  .event-index-card,
  .event-index-card:nth-child(even) {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  .event-index-card figure,
  .event-index-card:nth-child(even) figure {
    order: 0 !important;
    min-height: 260px !important;
  }

  .event-index-copy {
    padding: 24px !important;
  }

  .page-service-detail .service-detail-feature {
    padding-block: 62px !important;
  }

  .page-service-detail .service-detail-feature-stage {
    min-height: 560px !important;
  }

  .page-service-detail .service-feature-slide,
  body.page-service-detail .service-feature-slide,
  .page-service-detail .service-feature-slide.is-active,
  body.page-service-detail .service-feature-slide.is-active,
  .page-service-detail .service-feature-slide.is-next,
  body.page-service-detail .service-feature-slide.is-next,
  .page-service-detail .service-feature-slide.is-back-one,
  body.page-service-detail .service-feature-slide.is-back-one,
  .page-service-detail .service-feature-slide.is-back-two,
  body.page-service-detail .service-feature-slide.is-back-two {
    grid-template-columns: 1fr !important;
    width: min(100%, calc(100vw - 34px)) !important;
    min-height: auto !important;
    gap: 20px !important;
    padding: 18px !important;
    border-radius: 24px !important;
  }

  .page-service-detail .service-feature-slide figure {
    height: 230px !important;
    border-radius: 18px !important;
  }

  .page-service-detail .service-feature-slide h2 {
    font-size: clamp(27px, 8vw, 36px) !important;
  }

  .page-service-detail .service-feature-slide p {
    font-size: 15px !important;
    line-height: 1.56 !important;
  }

  .footer-large-grid {
    gap: 30px !important;
  }

  .footer-service-links {
    grid-template-columns: 1fr !important;
  }

  .footer-bottom {
    gap: 12px;
  }
}

@media (max-width: 430px) {
  .container,
  .wide-container,
  .page-home .logo-band-inner {
    width: min(calc(100% - 28px), var(--container)) !important;
  }

  .brand-logo {
    width: 132px;
  }

  .hero-title,
  .page-title,
  .service-detail-hero h1 {
    font-size: clamp(30px, 10.8vw, 39px) !important;
  }

  .hero-copy,
  .page-intro,
  body :is(p, li, .section-lead, .section-copy) {
    font-size: 14px !important;
  }

  .event-stack article {
    width: min(300px, 84vw) !important;
  }

  .event-stack img {
    height: 270px !important;
  }

  .proposal-request-form {
    padding: 18px !important;
  }
}

@media (max-width: 900px) {
  .event-contact-widget {
    top: 50% !important;
    right: 12px !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
  }

  .event-contact-widget.is-open {
    inset: 0 !important;
    width: 100vw !important;
    height: 100svh !important;
    transform: none !important;
    pointer-events: none;
  }

  .event-contact-toggle {
    width: 48px !important;
    height: 132px !important;
    min-height: 132px !important;
    justify-content: center !important;
    padding: 12px 8px !important;
    border-radius: 18px !important;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: none !important;
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.36);
  }

  .event-contact-toggle:hover,
  .event-contact-toggle:focus-visible {
    transform: translateY(-2px) !important;
  }

  .event-contact-toggle svg {
    display: none;
  }

  .event-contact-panel {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    width: min(430px, calc(100vw - 28px)) !important;
    max-height: min(640px, calc(100svh - 34px)) !important;
    transform: translate(-50%, -50%) !important;
    pointer-events: auto;
  }

  .whatsapp-float {
    right: 14px !important;
    bottom: 16px !important;
    width: 54px !important;
    height: 54px !important;
  }

  .page-home .service-rail,
  .page-home .destination-rail {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    touch-action: pan-x !important;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .page-home .service-rail {
    scroll-snap-type: x mandatory;
  }

  .page-home .destination-rail {
    scroll-snap-type: x proximity;
  }

  .page-home .service-loop,
  .page-home .destination-loop {
    width: max-content !important;
    min-width: max-content !important;
  }

  .page-home .service-slide,
  .page-home .destination-tile {
    scroll-snap-align: start;
  }

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

  .destination-index-card,
  .destination-index-card:nth-child(n) {
    grid-column: auto !important;
    min-height: 420px !important;
  }

  .gallery-lightbox {
    touch-action: pan-y pinch-zoom;
  }
}

@media (max-width: 640px) {
  .footer-services-column,
  .footer-services-column h4 {
    text-align: left !important;
  }

  .footer-service-links {
    text-align: left !important;
  }

  .page-home .destination-rail {
    touch-action: pan-x !important;
    cursor: grab !important;
  }

  .page-home .destination-rail.is-dragging {
    cursor: grabbing !important;
  }

  .page-home .destination-loop {
    min-width: max-content !important;
  }

  .event-contact-widget {
    right: 10px !important;
  }

  .event-contact-widget.is-open {
    right: auto !important;
  }

  .event-contact-toggle {
    width: 44px !important;
    height: 124px !important;
    min-height: 124px !important;
    font-size: 12px !important;
  }

  .page-home .service-rail,
  .page-home .destination-rail {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .page-home .service-loop,
  .page-home .destination-loop {
    gap: 14px !important;
  }

  .destination-index-grid {
    grid-template-columns: 1fr !important;
  }

  .destination-index-card,
  .destination-index-card:nth-child(n) {
    min-height: 390px !important;
  }

  .destination-index-card img {
    height: 100% !important;
  }

  .gallery-lightbox {
    padding: 16px !important;
  }

  .gallery-lightbox figure {
    width: 100% !important;
    gap: 10px !important;
  }

  .gallery-lightbox img {
    max-height: calc(100svh - 138px) !important;
    border-radius: 14px !important;
  }

  .gallery-lightbox-nav {
    top: auto !important;
    bottom: 20px !important;
    width: 46px !important;
    height: 46px !important;
    transform: none !important;
  }

  .gallery-lightbox-nav.is-prev {
    left: calc(50% - 58px) !important;
  }

  .gallery-lightbox-nav.is-next {
    right: calc(50% - 58px) !important;
  }
}

body.page-destination-detail .destination-gallery-section {
  padding: clamp(64px, 6.5vw, 108px) 0;
  background:
    radial-gradient(circle at 16% 12%, rgba(5, 96, 108, 0.18), transparent 30rem),
    linear-gradient(180deg, #070708 0%, #101113 52%, #060607 100%);
}

body.page-destination-detail .destination-gallery-section .section-head {
  display: grid !important;
  grid-template-columns: minmax(0, 760px) !important;
  gap: 14px !important;
  align-items: start !important;
  justify-content: start !important;
  text-align: left !important;
}

body.page-destination-detail .destination-gallery-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
  grid-auto-rows: clamp(210px, 18vw, 280px);
}

body.page-destination-detail .destination-gallery-grid figure {
  border-radius: 22px;
}

@media (max-width: 900px) {
  body.page-destination-detail .destination-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: 238px !important;
    gap: 14px !important;
  }

  body.page-destination-detail .destination-gallery-grid figure:first-child {
    grid-row: span 2 !important;
  }
}

@media (max-width: 640px) {
  body.page-destination-detail .destination-gallery-section {
    padding: 54px 0 64px;
  }

  body.page-destination-detail .destination-gallery-grid {
    grid-template-columns: 1fr !important;
    grid-auto-rows: 220px !important;
    gap: 12px !important;
  }

  body.page-destination-detail .destination-gallery-grid figure:first-child {
    grid-row: auto !important;
  }

  body.page-destination-detail .event-gallery-trigger span {
    opacity: 1;
    transform: none;
  }
}
