:root {
  --navy: #0f1a36;
  --navy-dark: #0f1a36;
  --aqua: #65c6e9;
  --ice: #eef9fd;
  --ice-strong: #e5f5fb;
  --ink: #162443;
  --muted: #6f7c92;
  --white: #fff;
  --radius: 34px;
  --shadow: 0 18px 45px rgba(31, 46, 93, 0.12);
  --container: 1240px;
}

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

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: Montserrat, "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.gallery-open {
  overflow: hidden;
}

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

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

p {
  margin: 0 0 1rem;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  line-height: 1.08;
}

h1,
.hero h2 {
  font-weight: 300;
  letter-spacing: -0.04em;
}

h2,
h3 {
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 100px 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--aqua);
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border: 0;
  border-radius: 7px;
  background: var(--navy);
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  background: var(--navy-dark);
  box-shadow: 0 12px 24px rgba(31, 46, 93, 0.2);
}

.button-small {
  min-height: 40px;
  padding: 9px 20px;
  font-size: 0.82rem;
}

.button-large {
  min-width: 380px;
  padding: 18px 35px;
  font-size: 1.35rem;
  font-weight: 300;
}

.text-link {
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  padding: 23px 0;
}

.admin-bar .site-header {
  top: 32px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 190px;
  height: auto;
}

.nav-menu {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 37px;
  list-style: none;
}

.nav-menu a {
  position: relative;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 800;
}

.home .nav-menu a {
  color: var(--white);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.34);
}

@media (min-width: 901px) {
  .home .main-navigation {
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(15, 26, 54, 0.46);
    box-shadow: 0 8px 24px rgba(15, 26, 54, 0.12);
    backdrop-filter: blur(7px);
  }

  .page-template-page-team .main-navigation,
  .page-template-page-studio .main-navigation {
    padding: 10px 18px;
    border: 1px solid rgba(15, 26, 54, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 8px 24px rgba(15, 26, 54, 0.08);
    backdrop-filter: blur(7px);
  }
}

.nav-menu a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--aqua);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nav-menu a:hover::after,
.nav-menu a:focus-visible::after,
.current-menu-item > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  width: 45px;
  height: 45px;
  padding: 10px;
  border: 0;
  border-radius: 50%;
  background: var(--navy);
}

.menu-toggle > span:not(.screen-reader-text) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 710px;
  background: var(--ice);
}

.hero-composite {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-grid {
  display: grid;
  min-height: inherit;
  grid-template-columns: 43% 57%;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 4;
  max-width: 510px;
  padding-top: 74px;
}

.hero-copy h1 {
  margin-bottom: 12px;
  font-size: clamp(3rem, 5vw, 5rem);
}

.hero-copy p {
  max-width: 470px;
  margin-bottom: 28px;
  color: #3e4b63;
  font-size: 1.13rem;
  font-style: normal;
  line-height: 1.32;
}

.hero-copy .hero-tagline {
  margin-bottom: 12px;
  color: var(--ink);
  font-style: italic;
  font-weight: 700;
}

.hero-visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 57%;
}

.hero-visual img {
  position: absolute;
  z-index: 3;
  right: 10%;
  bottom: -2px;
  width: min(63%, 550px);
  max-height: 91%;
  object-fit: contain;
  object-position: bottom;
}

.hero-navy-blob {
  position: absolute;
  z-index: 1;
  top: -17%;
  right: -12%;
  width: 91%;
  height: 108%;
  border-radius: 40% 0 0 60% / 55% 0 0 45%;
  background: var(--navy);
  transform: rotate(-8deg);
}

.hero-aqua-wave {
  position: absolute;
  z-index: 2;
  top: -20%;
  left: 8%;
  width: 77%;
  height: 120%;
  border: 20px solid var(--aqua);
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(27deg);
}

.hero-spot {
  position: absolute;
  z-index: 4;
  width: 65px;
  height: 38px;
  border-radius: 50%;
  background: var(--aqua);
  transform: rotate(-38deg);
}

.spot-one {
  top: 20%;
  left: 44%;
}

.spot-two {
  right: 8%;
  bottom: 9%;
  width: 42px;
  height: 25px;
}

.studio-section {
  position: relative;
  min-height: 790px;
  overflow: hidden;
}

.studio-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}

.studio-section::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 31, 54, 0.24), transparent 70%);
  content: "";
}

.studio-inner {
  position: relative;
  z-index: 2;
  padding-top: 48px;
}

.studio-inner > h2 {
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  font-style: normal;
}

.studio-card {
  width: min(520px, 100%);
  min-height: 590px;
  padding: 54px 48px 36px;
  border-radius: 45px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.studio-card .location-mark {
  display: block;
  margin-bottom: 7px;
  color: var(--navy);
  font-size: 2.5rem;
  line-height: 1;
}

.studio-card address {
  margin-bottom: 26px;
  color: var(--navy);
  font-size: 1rem;
  font-style: italic;
  font-weight: 800;
}

.studio-card p {
  color: #35435e;
  font-size: 0.95rem;
}

.studio-card-actions {
  display: flex;
  margin-top: 22px;
  align-items: center;
  gap: 22px;
}

.section-heading {
  max-width: 900px;
  margin-bottom: 62px;
}

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

.section-heading h2 {
  margin-bottom: 15px;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
}

.section-heading p {
  max-width: 760px;
  margin-inline: auto;
  color: var(--muted);
  font-size: 1.05rem;
}

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

.service-card {
  position: relative;
  display: flex;
  min-height: 495px;
  padding: 62px 28px 112px;
  flex-direction: column;
  border-radius: 45px;
  background: var(--ice);
}

.service-card h3 {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 0;
  background: var(--navy-dark);
  color: var(--white);
  font-size: 0.92rem;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.service-copy {
  position: relative;
  z-index: 2;
  color: #68758a;
  font-size: 0.83rem;
  line-height: 1.38;
}

.service-copy p {
  margin-bottom: 0.85rem;
}

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

.service-image {
  position: absolute;
  right: 50%;
  bottom: -55px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: var(--ice);
  transform: translateX(50%);
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.services-slider {
  position: relative;
}

.services-slider + .services-slider {
  margin-top: 55px;
}

.services-slider-viewport {
  overflow-x: auto;
  padding: 0 2px 65px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.services-slider-viewport::-webkit-scrollbar {
  display: none;
}

.services-slider-track {
  display: flex;
  gap: 54px;
}

.services-slider-column {
  flex: 0 0 calc((100% - 108px) / 3);
  scroll-snap-align: start;
}

.services-slider-column .service-card {
  width: 100%;
  min-width: 0;
}

.slider-controls {
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.slider-arrow {
  display: inline-flex;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: var(--white);
  cursor: pointer;
  font-size: 1.25rem;
  transition: opacity 180ms ease, transform 180ms ease;
}

.slider-arrow:hover:not(:disabled),
.slider-arrow:focus-visible:not(:disabled) {
  transform: scale(1.06);
}

.slider-arrow:disabled {
  cursor: default;
  opacity: 0.28;
}

.slider-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c9d5dc;
  transition: background-color 180ms ease, transform 180ms ease;
}

.slider-dot.is-active {
  background: var(--aqua);
  transform: scale(1.35);
}

.centered-actions {
  display: flex;
  margin-top: 72px;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.team-strip {
  overflow: hidden;
  padding-top: 30px;
}

.team-strip-grid {
  display: grid;
  min-width: 0;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 54px;
  align-items: center;
}

.section-intro h2 {
  margin-bottom: 26px;
  font-size: 2.25rem;
}

.section-intro p {
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.35;
}

.team-slider,
.team-cards {
  min-width: 0;
  max-width: 100%;
}

.team-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(160px, 1fr));
  gap: 16px;
}

.team-card {
  min-width: 0;
  padding: 16px 16px 22px;
  border-radius: 30px;
  background: var(--ice);
}

.team-card img {
  width: 100%;
  height: 250px;
  margin-bottom: 16px;
  border-radius: 23px;
  background: var(--white);
  object-fit: cover;
  object-position: center top;
}

.team-card span {
  display: block;
  color: var(--aqua);
  font-size: 0.75rem;
}

.team-card h3 {
  font-size: 1rem;
}

.team-card-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.team-slider-controls {
  display: none;
}

.team-slider-status {
  min-width: 54px;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-align: center;
}

.team-slider-status strong {
  color: var(--navy);
  font-size: 1rem;
}

.reviews-section {
  background: var(--ice);
}

.reviews-carousel {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.reviews-viewport {
  overflow-x: auto;
  padding: 52px 2px 8px;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.reviews-viewport::-webkit-scrollbar {
  display: none;
}

.reviews-track {
  display: flex;
  align-items: stretch;
  gap: 40px;
}

.review-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 350px;
  padding: 62px 30px 30px;
  flex: 0 0 calc((100% - 80px) / 3);
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 12px 35px rgba(14, 38, 74, 0.06);
  scroll-snap-align: start;
  text-align: center;
}

.review-avatar {
  position: absolute;
  top: -47px;
  left: 50%;
  display: grid;
  width: 94px;
  height: 94px;
  border: 6px solid var(--white);
  border-radius: 50%;
  place-items: center;
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 0 0 2px #a4a8ae;
  font-size: 2rem;
  font-weight: 800;
  transform: translateX(-50%);
}

.review-card h3 {
  margin-bottom: 7px;
  color: var(--navy);
  font-size: 1rem;
  font-style: normal;
}

.review-stars {
  margin-bottom: 18px;
  color: #f5ad00;
  font-size: 1.05rem;
  letter-spacing: 3px;
  line-height: 1;
}

.review-card p {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}

.reviews-controls {
  margin-top: 26px;
}

.reviews-link {
  display: flex;
  margin-top: 28px;
  justify-content: center;
}

.contact-section {
  padding-bottom: 72px;
}

.contact-wrap {
  max-width: 850px;
}

.contact-section .section-heading {
  margin-bottom: 36px;
}

.contact-details {
  display: grid;
  max-width: 850px;
  margin: 0 auto 34px;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 16px;
}

.contact-detail {
  display: flex;
  min-width: 0;
  min-height: 88px;
  padding: 17px 20px;
  border: 1px solid rgba(15, 26, 54, 0.07);
  border-radius: 22px;
  align-items: center;
  gap: 15px;
  background: var(--ice);
  box-shadow: 0 10px 28px rgba(15, 26, 54, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.contact-detail:hover,
.contact-detail:focus-visible {
  border-color: var(--aqua);
  box-shadow: 0 14px 32px rgba(15, 26, 54, 0.1);
  transform: translateY(-2px);
}

.contact-detail-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  place-items: center;
}

.contact-detail-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.contact-detail > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.contact-detail small {
  margin-bottom: 2px;
  color: var(--aqua);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.contact-detail strong {
  overflow-wrap: anywhere;
  color: var(--navy);
  font-size: 0.88rem;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 22px;
}

.contact-form label > span:first-child {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 13px 20px;
  border: 2px solid transparent;
  border-radius: 25px;
  outline: none;
  background: var(--ice);
  color: var(--ink);
  font: inherit;
  font-size: 0.87rem;
  font-weight: 600;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--aqua);
}

.field-wide {
  grid-column: 1 / -1;
}

.message-field {
  grid-row: span 2;
}

.contact-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--navy) 50%), linear-gradient(135deg, var(--navy) 50%, transparent 50%);
  background-position: calc(100% - 20px) 20px, calc(100% - 14px) 20px;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
}

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

.privacy-field {
  grid-column: 1;
  color: var(--ink);
  font-size: 0.66rem;
  font-weight: 600;
}

.privacy-field p {
  margin-bottom: 6px;
}

.privacy-field label {
  display: flex;
  gap: 7px;
  align-items: flex-start;
}

.privacy-field label > span:first-child {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.submit-button {
  min-width: 150px;
  justify-self: end;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.form-notice {
  margin: 0 0 24px;
  padding: 12px 18px;
  border-radius: 10px;
  text-align: center;
}

.form-notice.success {
  background: #e6f8ec;
  color: #1a6a36;
}

.form-notice.error {
  background: #fff0f0;
  color: #992d2d;
}

.map-section {
  display: block;
  overflow: hidden;
  height: 270px;
  background: #e9eef2;
}

.map-section iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.site-footer {
  padding: 34px 0;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.34);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-inner p {
  margin: 0;
  font-size: 0.67rem;
  text-transform: uppercase;
}

.footer-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: var(--white);
}

.footer-inner img {
  width: 150px;
  opacity: 0.78;
}

.subpage-hero {
  padding: 190px 0 100px;
  background: var(--ice);
  text-align: center;
}

.subpage-hero h1 {
  margin-bottom: 16px;
  font-size: clamp(3.2rem, 7vw, 6rem);
}

.subpage-hero p {
  color: var(--muted);
  font-size: 1.1rem;
}

.studio-detail-hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: var(--ice);
}

.studio-detail-hero::before {
  position: absolute;
  top: -130px;
  right: 31%;
  width: 28px;
  height: 720px;
  border-radius: 999px;
  background: var(--aqua);
  content: "";
  opacity: 0.95;
  transform: rotate(36deg);
}

.studio-detail-hero-grid {
  display: grid;
  min-height: 680px;
  grid-template-columns: 43% 57%;
  align-items: center;
}

.studio-detail-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 515px;
  padding-top: 72px;
}

.studio-detail-hero-copy h1 {
  max-width: 510px;
  margin-bottom: 24px;
  font-size: clamp(3.2rem, 5.6vw, 5.5rem);
  font-weight: 300;
  letter-spacing: -0.045em;
}

.studio-detail-hero-copy > p {
  max-width: 470px;
  color: #46536b;
  font-size: 1.08rem;
}

.studio-detail-actions {
  display: flex;
  margin-top: 30px;
  align-items: center;
  gap: 26px;
}

.studio-detail-hero-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 54%;
  overflow: hidden;
  border-bottom-left-radius: 46% 28%;
  background: var(--navy);
}

.studio-detail-hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 26, 54, 0.14), transparent 45%);
  content: "";
}

.studio-detail-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
}

.studio-detail-spot {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 50%;
  background: var(--aqua);
  transform: rotate(-34deg);
}

.studio-detail-spot-one {
  right: 8%;
  bottom: 9%;
  width: 64px;
  height: 38px;
}

.studio-detail-spot-two {
  top: 18%;
  left: 7%;
  width: 35px;
  height: 22px;
}

.studio-story {
  padding-top: 120px;
  padding-bottom: 120px;
}

.studio-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(55px, 8vw, 115px);
}

.studio-story-image {
  position: relative;
  min-height: 620px;
  margin: 0;
}

.studio-story-image::before {
  position: absolute;
  z-index: -1;
  top: -26px;
  right: -26px;
  width: 74%;
  height: 57%;
  border-radius: 48px;
  background: var(--ice-strong);
  content: "";
}

.studio-story-image::after {
  position: absolute;
  right: -28px;
  bottom: 54px;
  width: 82px;
  height: 48px;
  border-radius: 50%;
  background: var(--aqua);
  content: "";
  transform: rotate(-38deg);
}

.studio-story-image img {
  width: 100%;
  height: 620px;
  border-radius: 48px 48px 140px 48px;
  box-shadow: var(--shadow);
  object-fit: cover;
  object-position: center;
}

.studio-story-copy h2 {
  max-width: 650px;
  margin-bottom: 30px;
  font-size: clamp(2.4rem, 4.3vw, 4.3rem);
}

.studio-story-copy > p {
  max-width: 720px;
  color: #4c5870;
  font-size: 1rem;
}

.studio-facts {
  display: grid;
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid rgba(15, 26, 54, 0.12);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.studio-facts div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.studio-facts strong {
  color: var(--navy);
  font-size: 1rem;
  font-style: italic;
}

.studio-facts span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.studio-gallery-section {
  overflow: hidden;
  background: var(--ice);
}

.studio-gallery-section .section-heading {
  margin-bottom: 54px;
}

.studio-gallery-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: 165px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.studio-gallery-item {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 28px;
  background: var(--navy);
  cursor: zoom-in;
  grid-column: span 4;
  grid-row: span 2;
}

.studio-gallery-item:nth-child(1) {
  grid-column: span 7;
  grid-row: span 3;
}

.studio-gallery-item:nth-child(2) {
  grid-column: span 5;
  grid-row: span 3;
}

.studio-gallery-item:nth-child(3) {
  grid-column: span 5;
}

.studio-gallery-item:nth-child(4) {
  grid-column: span 7;
}

.studio-gallery-item:nth-child(8) {
  grid-column: span 12;
  grid-row: span 3;
}

.studio-gallery-item img {
  width: 100%;
  height: 100%;
  transition: transform 500ms ease, opacity 250ms ease;
  object-fit: cover;
}

.studio-gallery-item:nth-child(1) img {
  object-position: center 58%;
}

.studio-gallery-item:nth-child(8) img {
  object-position: center 50%;
}

.studio-gallery-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 86px;
  padding: 34px 24px 18px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(transparent, rgba(15, 26, 54, 0.88));
  color: var(--white);
  font-size: 0.86rem;
  font-style: italic;
  font-weight: 700;
  opacity: 0;
  transition: opacity 220ms ease;
}

.studio-gallery-plus {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  place-items: center;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}

.studio-gallery-item:hover img,
.studio-gallery-item:focus-visible img {
  opacity: 0.84;
  transform: scale(1.035);
}

.studio-gallery-item:hover .studio-gallery-caption,
.studio-gallery-item:focus-visible .studio-gallery-caption {
  opacity: 1;
}

.studio-gallery-item:focus-visible {
  outline: 4px solid var(--aqua);
  outline-offset: 4px;
}

.studio-lightbox {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  padding: 42px 92px;
  align-items: center;
  justify-items: center;
  background: rgba(8, 15, 34, 0.94);
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
}

.studio-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.studio-lightbox figure {
  display: flex;
  width: min(1120px, 100%);
  height: min(78vh, 820px);
  margin: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.studio-lightbox figure img {
  max-width: 100%;
  max-height: calc(100% - 52px);
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  object-fit: contain;
}

.studio-lightbox figcaption {
  min-height: 52px;
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-style: italic;
  text-align: center;
}

.studio-lightbox-close,
.studio-lightbox-arrow {
  position: absolute;
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  cursor: pointer;
  place-items: center;
  font: inherit;
  font-size: 1.45rem;
  transition: background-color 180ms ease, transform 180ms ease;
}

.studio-lightbox-close:hover,
.studio-lightbox-close:focus-visible,
.studio-lightbox-arrow:hover,
.studio-lightbox-arrow:focus-visible {
  background: var(--aqua);
  transform: scale(1.05);
}

.studio-lightbox-close {
  top: 28px;
  right: 30px;
  font-size: 2rem;
  font-weight: 300;
}

.studio-lightbox-prev {
  top: 50%;
  left: 28px;
}

.studio-lightbox-next {
  top: 50%;
  right: 28px;
}

.services-hero {
  position: relative;
  overflow: hidden;
}

.services-hero::before,
.services-hero::after {
  position: absolute;
  border-radius: 50%;
  background: var(--aqua);
  content: "";
  opacity: 0.9;
}

.services-hero::before {
  top: 100px;
  left: 10%;
  width: 80px;
  height: 45px;
  transform: rotate(-35deg);
}

.services-hero::after {
  right: 8%;
  bottom: 45px;
  width: 45px;
  height: 26px;
}

.all-services {
  padding-top: 120px;
}

.services-grid-all {
  gap: 88px 36px;
}

.services-grid-all .service-card {
  min-height: 545px;
}

.hero-team {
  min-height: 650px;
}

.hero-team .hero-grid {
  grid-template-columns: 48% 52%;
}

.team-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 53%;
  height: 100%;
  overflow: hidden;
  border-radius: 0 0 0 48%;
}

.team-hero-image::before {
  position: absolute;
  z-index: 1;
  top: -28%;
  left: -30px;
  width: 105px;
  height: 140%;
  border-radius: 50%;
  background: var(--aqua);
  content: "";
  transform: rotate(18deg);
}

.team-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profiles-list {
  display: grid;
  gap: 34px;
}

.profile-card {
  position: relative;
  display: grid;
  min-height: 560px;
  grid-template-columns: 40% 60%;
  overflow: hidden;
  border-radius: 34px;
  background: var(--ice);
}

.profile-image {
  margin: 25px 0 0 25px;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  background: rgba(255, 255, 255, 0.55);
}

.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.profile-copy {
  padding: 58px 55px 42px 38px;
  align-self: center;
}

.profile-copy h2 {
  margin-bottom: 16px;
  font-size: 2.05rem;
}

.profile-copy p,
.profile-bio p {
  color: #657389;
  font-size: 0.94rem;
  line-height: 1.48;
}

.profile-role {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 5px 22px;
  border-radius: 0 0 0 15px;
  background: var(--navy-dark);
  color: var(--white);
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 800;
}

.profile-note {
  color: var(--ink) !important;
  font-size: 0.77rem !important;
  font-style: italic;
}

.profile-cv {
  margin-top: 8px;
}

.team-training {
  padding: 38px 0;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.compact-hero {
  padding-bottom: 80px;
}

.prose {
  max-width: 850px;
}

.prose h2 {
  margin: 2rem 0 1rem;
}

.prose a {
  color: var(--navy);
  text-decoration: underline;
}

.privacy-policy .subpage-hero {
  background: linear-gradient(145deg, var(--ice), #ffffff);
}

.privacy-policy .subpage-hero h1 {
  font-size: clamp(3rem, 7vw, 5.4rem);
}

.privacy-policy .prose {
  max-width: 980px;
}

.privacy-content {
  padding: clamp(30px, 5vw, 68px);
  border: 1px solid rgba(17, 39, 79, 0.08);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 20px 60px rgba(17, 39, 79, 0.08);
}

.privacy-content .privacy-lead {
  color: var(--navy);
  font-size: 1.08rem;
  line-height: 1.75;
}

.privacy-highlight {
  margin: 30px 0 38px;
  padding: 24px 26px;
  border-left: 5px solid var(--aqua);
  border-radius: 0 16px 16px 0;
  background: var(--ice);
  color: var(--navy);
}

.privacy-content h2 {
  margin-top: 2.5rem;
  color: var(--navy);
  font-size: clamp(1.45rem, 2.8vw, 2rem);
}

.privacy-content h3 {
  margin: 1.5rem 0 0.55rem;
  color: var(--navy);
  font-size: 1.08rem;
}

.privacy-content p,
.privacy-content li {
  color: var(--muted);
  line-height: 1.75;
}

.privacy-content ul {
  display: grid;
  margin: 1rem 0 1.5rem;
  padding-left: 1.25rem;
  gap: 10px;
}

.privacy-reference {
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid #dfe8ed;
  font-size: 0.86rem;
}

.privacy-field a {
  color: var(--navy);
  font-weight: 700;
  text-decoration: underline;
}

@media (min-width: 1500px) {
  :root {
    --container: 1420px;
  }

  .services-grid-all {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 24px;
  }

  .services-grid-all .service-card {
    min-height: 570px;
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 1100px) {
  .nav-menu {
    gap: 22px;
  }

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

  .services-slider-track {
    gap: 28px;
  }

  .services-slider-column {
    flex-basis: calc((100% - 28px) / 2);
  }

  .team-strip-grid {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .team-cards {
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 15px;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .team-cards::-webkit-scrollbar {
    display: none;
  }

  .team-card {
    min-width: 0;
    flex: 0 0 210px;
    scroll-snap-align: start;
  }

  .profile-card {
    grid-template-columns: 42% 58%;
  }

  .profile-copy {
    padding-right: 34px;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(calc(100% - 34px), var(--container));
  }

  .section {
    padding: 72px 0;
  }

  .admin-bar .site-header {
    top: 46px;
  }

  .brand img {
    width: 155px;
  }

  .menu-toggle {
    position: relative;
    z-index: 3;
    display: block;
  }

  .main-navigation {
    position: fixed;
    z-index: 2;
    inset: 0;
    display: flex;
    padding: 110px 35px 45px;
    align-items: center;
    justify-content: center;
    background: rgba(238, 249, 253, 0.98);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  .main-navigation.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .nav-menu {
    flex-direction: column;
    gap: 30px;
  }

  .nav-menu a {
    color: var(--navy);
    font-size: 1.3rem;
  }

  .home .nav-menu a {
    color: var(--navy);
  }

  .hero {
    min-height: 760px;
  }

  .hero-grid,
  .hero-team .hero-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-copy {
    max-width: 78%;
    padding-top: 150px;
  }

  .hero-composite {
    top: auto;
    bottom: 0;
    left: -42%;
    width: 142%;
    height: 48%;
    object-position: 70% center;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 11vw, 4.5rem);
  }

  .hero-visual {
    top: auto;
    bottom: 0;
    width: 70%;
    height: 57%;
  }

  .hero-visual img {
    right: 4%;
    width: min(75%, 430px);
  }

  .hero-navy-blob {
    right: -35%;
    width: 125%;
  }

  .spot-one {
    top: 35%;
    left: 71%;
  }

  .studio-section {
    min-height: 740px;
  }

  .studio-inner {
    padding-top: 35px;
  }

  .studio-card {
    padding: 40px 32px 32px;
  }

  .services-grid {
    gap: 90px 28px;
  }

  .service-card {
    min-height: 495px;
  }

  .team-strip-grid {
    grid-template-columns: 1fr;
  }

  .section-intro {
    max-width: 480px;
  }

  .reviews-track {
    gap: 25px;
  }

  .review-card {
    padding-right: 24px;
    padding-left: 24px;
    flex-basis: calc((100% - 25px) / 2);
  }

  .team-hero-image {
    top: auto;
    bottom: 0;
    width: 69%;
    height: 43%;
  }

  .profile-card {
    grid-template-columns: 42% 58%;
  }

  .profile-copy {
    padding: 50px 26px 28px;
  }

  .profile-copy p {
    font-size: 0.84rem;
  }

  .team-slider-controls {
    display: flex;
    margin-top: 18px;
    padding-right: 2px;
    align-items: center;
    justify-content: flex-end;
    gap: 11px;
  }

  .studio-detail-hero,
  .studio-detail-hero-grid {
    min-height: 760px;
  }

  .studio-detail-hero-grid {
    display: block;
  }

  .studio-detail-hero-copy {
    max-width: 76%;
    padding-top: 145px;
  }

  .studio-detail-hero-copy h1 {
    font-size: clamp(3.1rem, 9vw, 4.5rem);
  }

  .studio-detail-hero-media {
    top: auto;
    width: 58%;
    height: 46%;
    border-top-left-radius: 50% 35%;
    border-bottom-left-radius: 0;
  }

  .studio-detail-hero::before {
    top: auto;
    right: 46%;
    bottom: -100px;
    height: 520px;
  }

  .studio-story-grid {
    gap: 50px;
  }

  .studio-story-image,
  .studio-story-image img {
    min-height: 520px;
    height: 520px;
  }

  .studio-facts {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .studio-facts div {
    display: grid;
    grid-template-columns: 125px 1fr;
  }

  .studio-gallery-grid {
    grid-auto-rows: 145px;
  }

  .studio-gallery-item,
  .studio-gallery-item:nth-child(3),
  .studio-gallery-item:nth-child(4) {
    grid-column: span 6;
  }

  .studio-gallery-item:nth-child(1),
  .studio-gallery-item:nth-child(2),
  .studio-gallery-item:nth-child(8) {
    grid-column: span 12;
    grid-row: span 3;
  }

  .studio-gallery-caption {
    opacity: 1;
  }

  .studio-lightbox {
    padding-right: 72px;
    padding-left: 72px;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding-top: 17px;
  }

  .hero {
    min-height: 940px;
  }

  .hero-copy {
    max-width: 100%;
    padding-top: 125px;
  }

  .hero-composite {
    left: 0;
    width: 100%;
    height: 39%;
    object-position: 100% center;
  }

  .hero-copy p {
    max-width: 82%;
    font-size: 1rem;
  }

  .hero-visual {
    width: 80%;
    height: 49%;
  }

  .hero-visual img {
    right: -6%;
    width: 82%;
  }

  .spot-one {
    display: none;
  }

  .studio-section {
    min-height: 820px;
  }

  .studio-background {
    object-position: 57% center;
  }

  .studio-inner > h2 {
    font-size: 2.7rem;
  }

  .studio-card {
    margin-top: 10px;
    padding: 34px 26px 28px;
    border-radius: 32px;
  }

  .section-heading {
    margin-bottom: 48px;
  }

  .section-heading h2 {
    font-size: 2rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 96px;
  }

  .services-slider-column {
    flex-basis: calc(100% - 30px);
  }

  .services-slider-column .service-card {
    min-height: 475px;
  }

  .service-card,
  .services-grid-all .service-card {
    min-height: 475px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .services-slider + .services-slider {
    margin-top: 45px;
  }

  .button-large {
    min-width: 0;
    width: 100%;
    font-size: 1.1rem;
  }

  .centered-actions {
    margin-top: 70px;
  }

  .team-card {
    min-width: 0;
    flex-basis: min(78vw, 280px);
  }

  .team-slider-controls {
    justify-content: space-between;
  }

  .reviews-track {
    gap: 18px;
  }

  .review-card {
    min-height: 330px;
    padding-right: 24px;
    padding-left: 24px;
    flex-basis: 100%;
  }

  .reviews-link .button {
    width: 100%;
    text-align: center;
  }

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

  .contact-details {
    grid-template-columns: 1fr;
  }

  .contact-detail {
    min-height: 82px;
  }

  .field-wide,
  .privacy-field {
    grid-column: auto;
  }

  .message-field {
    grid-row: auto;
  }

  .submit-button {
    width: 100%;
  }

  .map-section {
    height: 205px;
  }

  .footer-inner {
    flex-direction: column-reverse;
    text-align: center;
  }

  .footer-copy {
    align-items: center;
  }

  .subpage-hero {
    padding-top: 150px;
  }

  .services-hero::before {
    left: -20px;
  }

  .hero-team {
    min-height: 940px;
  }

  .hero-team .hero-copy {
    max-width: 100%;
  }

  .hero-team .hero-composite {
    height: 39%;
  }

  .team-hero-image {
    width: 82%;
    height: 42%;
  }

  .profile-card {
    display: block;
    min-height: 0;
  }

  .profile-image {
    height: 360px;
    margin: 25px 25px 0;
    border-radius: 22px;
  }

  .profile-copy {
    padding: 30px 25px 32px;
  }

  .profile-copy h2 {
    font-size: 1.7rem;
  }

  .profile-role {
    max-width: 82%;
    font-size: 0.78rem;
  }

  .studio-card-actions,
  .studio-detail-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .studio-detail-hero,
  .studio-detail-hero-grid {
    min-height: 940px;
  }

  .studio-detail-hero-copy {
    max-width: 100%;
    padding-top: 125px;
  }

  .studio-detail-hero-copy h1 {
    font-size: clamp(3rem, 12vw, 4rem);
  }

  .studio-detail-hero-copy > p {
    max-width: 90%;
    font-size: 1rem;
  }

  .studio-detail-hero-media {
    width: 90%;
    height: 42%;
  }

  .studio-detail-hero::before {
    right: 73%;
    bottom: -70px;
  }

  .studio-story {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .studio-story-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .studio-story-image,
  .studio-story-image img {
    min-height: 470px;
    height: 470px;
  }

  .studio-story-image::before {
    right: -12px;
  }

  .studio-story-image::after {
    right: -8px;
  }

  .studio-story-copy h2 {
    font-size: 2.35rem;
  }

  .studio-facts div {
    display: flex;
  }

  .studio-gallery-grid {
    display: block;
  }

  .studio-gallery-item,
  .studio-gallery-item:nth-child(1),
  .studio-gallery-item:nth-child(2),
  .studio-gallery-item:nth-child(3),
  .studio-gallery-item:nth-child(4),
  .studio-gallery-item:nth-child(8) {
    width: 100%;
    height: 330px;
    margin-bottom: 16px;
  }

  .studio-gallery-item:nth-child(8) {
    height: 250px;
  }

  .studio-gallery-caption {
    padding-right: 18px;
    padding-left: 18px;
  }

  .studio-lightbox {
    padding: 74px 18px 78px;
  }

  .studio-lightbox figure {
    height: min(72vh, 700px);
  }

  .studio-lightbox-close {
    top: 16px;
    right: 16px;
  }

  .studio-lightbox-arrow {
    top: auto;
    bottom: 16px;
  }

  .studio-lightbox-prev {
    left: calc(50% - 62px);
  }

  .studio-lightbox-next {
    right: calc(50% - 62px);
  }
}

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