:root {
  --black: #101010;
  --white: #ffffff;
  --muted: #373737;
  --soft: #d4d4d4;
  --display-font: "Cormorant Garamond", "Bodoni Moda", serif;
}

/* Keep the Figma refresh authoritative over the legacy responsive cascade. */
@media (min-width: 768px) {
  body .hero { background: #8d8d8d; }
  body .hero .logo-wordmark, body .hero-mark, body .hero-word { filter: invert(1); }
  body .hero-nav a { color: #fff; }
  body .hero-media { width: 890px; }
  body .hero-media::after { background: linear-gradient(180deg, rgba(141,141,141,0) 50%, #8d8d8d 100%); }
  body .about { width: 1400px; max-width: 100%; height: 829px; min-height: 829px; margin: 0 auto; padding: 0; overflow: hidden; background: #111; }
  body .about-grid img { inset: 0; width: 100%; height: 100%; object-position: center; }
  body .about::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 30%, rgba(0, 0, 0, 0.78) 100%);
    pointer-events: none;
  }
  body .about .section-title { position: absolute; left: 182px; top: 558px; padding: 0; }
  body .about .title-block { left: 120px; top: 568px; background: #fff; }
  body .about-p1 { left: 120px; top: 669px; width: 528px; color: #fff; font-weight: 400; }
  body .about-p2 { left: 783px; top: 669px; width: 497px; color: #fff; }
  body .node212 { height: 375px; }
  body .node212 p:nth-child(1) { top: 80px; }
  body .node212 p:nth-child(2) { top: 157px; }
  body .node212 p:nth-child(3) { top: 234px; }
  body .bento131 { height: 1673px; }
  body .bento131 img { width: 467px; height: 467px; }
  body .bento131 > :nth-child(1) { left: 52px; top: 18px; }
  body .bento131 > :nth-child(2) { left: 467px; top: 0; }
  body .bento131 > :nth-child(3) { left: 933px; top: 0; }
  body .bento131 > :nth-child(4) { left: 0; top: 280px; }
  body .bento131 > :nth-child(5) { left: 504px; top: 503px; }
  body .bento131 > :nth-child(6) { left: 933px; top: 467px; }
  body .bento131 > :nth-child(7) { left: 0; top: 747px; }
  body .bento131 > :nth-child(8) { left: 467px; top: 747px; }
  body .bento131 > :nth-child(9) { left: 971px; top: 970px; }
  body .bento131 img.bento-wide { left: -1px; top: 1214px; height: 459px; }
  body .services { padding: 90px 120px; background: #8d8d8d; }
  body .partners-heading { height: 255px; margin-top: 0; padding-top: 90px; align-items: flex-start; }
  body .logos220 { height: 397px; display: grid; grid-template-columns: repeat(5,1fr); grid-template-rows: repeat(3,1fr); padding: 22px 70px 38px; align-items: center; justify-items: center; }
  body .logos220 img { position: static !important; width: auto !important; height: auto !important; max-width: 170px; max-height: 74px; object-fit: contain !important; }
  body .gallery-heading { height: 161px; margin-top: 0; padding-top: 50px; align-items: flex-start; }
  body .style168 { height: 1868px; margin-top: 0; }
  body .style168-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: repeat(4,467px); }
  body .style168-grid picture { display: block; }
  body .style168-grid img, body .style168-grid picture img { position: static !important; width: 100% !important; height: 467px !important; object-fit: cover; }
  body .style168-grid > :nth-child(10) { grid-column: 3; grid-row: 4; }
  body .style168-text { left: 120px; top: 1567px; width: 661px; font-size: 22px; line-height: 1.22; }
}

@media (max-width: 767px) {
  body .hero, body .hero-text, body .hero-copy { background: #8d8d8d; }
  body .hero-nav .logo-wordmark, body .menu-toggle img { filter: invert(1); }
  body .hero-nav nav { background: #8d8d8d; }
  body .hero-nav a { color: #fff; }
  body .hero-media::after { background: linear-gradient(180deg, rgba(141,141,141,0) 42%, #8d8d8d 100%); }
  body .about { position: relative; padding: 0; min-height: 640px; overflow: hidden; }
  body .about-grid { display: contents; }
  body .about-grid img { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; object-fit: cover; }
  body .about .section-title { position: absolute; z-index: 2; left: 24px; top: 360px; color: #fff; }
  body .about-grid > div { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 28px; width: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  body .about-p1, body .about-p2 { position: static; width: auto; margin: 0; color: #fff; font-size: 12px; line-height: 1.35; }
  body .node212 { padding-top: 38px; padding-bottom: 38px; }
  body .bento131 { gap: 0; }
  body .bento131 > * { margin-top: 0 !important; }
  body .services { background: #8d8d8d; }
  body .partners-heading { margin-top: 0; padding-top: 58px; }
  body .partners-heading .section-title { white-space: normal; font-size: clamp(23px,7vw,32px); }
  body .logos220 { height: auto; aspect-ratio: auto; padding: 44px 24px 58px; display: grid; grid-template-columns: repeat(3,1fr); gap: 34px 18px; }
  body .logos220 img { position: static !important; width: auto !important; height: auto !important; max-width: 100% !important; max-height: 58px !important; }
  body .gallery-heading { margin-top: 0; padding-top: 44px; padding-bottom: 32px; }
  body .style168 { margin-top: 0; }
  body .style168-grid { gap: 0; }
  body .style168-grid > :nth-child(3), body .style168-grid > :nth-child(4), body .style168-grid > :nth-child(7) { grid-column: auto; }
  body .style168-grid > :nth-child(10) { display: block; grid-column: 2; }
  body .style168-text { display: block; padding: 32px 24px; font-size: 14px; line-height: 1.45; }
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: var(--black);
  font-family: Montserrat, sans-serif;
  overflow-x: hidden;
}

.site {
  width: 100%;
  background: #fff;
}

.section-title {
  margin: 0;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 11.4px;
  line-height: 1.02;
  text-transform: uppercase;
}

.title-block {
  width: 42px;
  height: 42px;
  background: #000;
  display: inline-block;
}

.hero {
  position: relative;
  height: min(711px, 50.8vw);
  min-height: 560px;
  padding: 40px;
  overflow: hidden;
}

.hero-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  width: min(100%, 1320px);
  margin: 0 auto;
}

.logo-wordmark {
  width: 426px;
  height: 24px;
  object-fit: contain;
}

.hero-nav nav {
  display: flex;
  gap: 60px;
}

.menu-toggle {
  display: none;
}

.hero-nav a {
  text-decoration: none;
  color: #101010;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

.hero-media {
  position: absolute;
  left: max(0px, calc((100vw - 1512px) / 2));
  top: 105px;
  width: 833px;
  height: 606px;
  overflow: hidden;
}

.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 52%);
}

.hero-copy {
  position: absolute;
  left: calc(50% - 700px + 920px);
  top: 285px;
  width: 383px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-mark {
  width: 197.517px;
  height: auto;
  aspect-ratio: 197.517 / 188.002;
  object-fit: contain;
  display: block;
}

.hero-word {
  width: 382.597px;
  height: 22.324px;
  object-fit: contain;
  display: block;
  margin-top: 36.678px;
}

.hero-text {
  position: absolute;
  left: calc(50% - 700px + 120px);
  bottom: 86px;
  width: 593px;
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

.mission {
  position: relative;
  width: 1400px;
  max-width: 100%;
  min-height: 941px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  isolation: isolate;
}

.mission::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #f9f9f9;
  pointer-events: none;
}

.mission .section-title,
.mission .title-block,
.mission-grid {
  z-index: 1;
}

.mission .section-title,
.about .section-title,
.services .section-title {
  padding-left: 54px;
}

.mission .title-block,
.about .title-block,
.services .title-block {
  position: absolute;
  left: 120px;
}

.mission .section-title {
  position: absolute;
  left: 174px;
  top: 80px;
  width: 334px;
  padding-left: 0;
}

.mission .title-block {
  top: 90px;
}

.mission-grid {
  position: absolute;
  left: 120px;
  top: 224px;
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(3, 380px);
  gap: 10px;
}

.mission-card {
  position: relative;
  width: 380px;
  height: 598px;
  overflow: hidden;
  color: #fff;
}

.mission-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.mission-card:nth-child(2) img {
  object-position: 61.5% center;
}

.mission-card:nth-child(3) img {
  object-position: 44% center;
}

.mission-card::after {
  content: "";
  position: absolute;
  top: 31px;
  left: -27px;
  width: 415px;
  height: 567px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0.84) 100%);
}

.mission-card h3,
.mission-card p {
  position: absolute;
  z-index: 1;
  margin: 0;
  left: 41px;
}

.mission-card h3 {
  top: 330px;
  width: 263px;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.mission-card p {
  top: 418px;
  width: 254px;
  font-size: 16px;
  color: var(--soft);
  line-height: 1.2;
  font-weight: 300;
}

.mission-card:nth-child(1) h3 {
  width: 212px;
}

.mission-card:nth-child(3) h3 {
  width: 204px;
  left: 43px;
}

.mission-card:nth-child(1) p {
  width: 250px;
}

.about {
  position: relative;
  min-height: 829px;
  padding: 90px 120px 0;
  padding-left: max(120px, calc(50% - 700px + 120px));
  background: #1b1b1b;
}

.about .title-block {
  top: 100px;
  left: max(120px, calc(50% - 700px + 120px));
}

.about-grid {
  margin-top: 0;
  display: block;
}

.about-grid > div {
  width: 408px;
}

.about-grid img {
  position: absolute;
  right: max(0px, calc((100vw - 1512px) / 2));
  top: 0;
  width: 761px;
  height: 829px;
  object-fit: cover;
  object-position: center center;
}

.about-p1,
.about-p2 {
  position: absolute;
  left: max(120px, calc(50% - 700px + 120px));
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}

.about-p1 {
  top: 489px;
  width: 380px;
  color: #373737;
  font-weight: 500;
}

.about-p2 {
  top: 646px;
  width: 408px;
  color: #373737;
  font-weight: 300;
}

.node212 {
  position: relative;
  height: 483px;
  background: #fff;
  border-bottom: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  line-height: 1.02;
  font-weight: 300;
  text-align: center;
  font-style: normal;
}

.node212 p {
  margin: 0;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}

.node212 p:nth-child(1) {
  left: calc(45.83% + 40.83px);
  top: 150px;
}

.node212 p:nth-child(2) {
  left: calc(62.5% - 13.5px);
  top: 227px;
}

.node212 p:nth-child(3) {
  left: 50%;
  top: 304px;
}

.node212 strong {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}

.node212 p:nth-child(2) {
  font-weight: 300;
}

.node216 {
  position: relative;
  height: 483px;
  background: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  line-height: 1.02;
  font-weight: 300;
  text-align: center;
  font-style: normal;
}

.node216 p {
  margin: 0;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}

.node216 p:nth-child(1) {
  left: calc(45.83% - 15.17px);
  top: 150px;
}

.node216 p:nth-child(2) {
  left: calc(58.33% - 21.67px);
  top: 227px;
}

.node216 p:nth-child(3) {
  left: 50%;
  top: 304px;
}

.node216 strong {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}

.bento131 {
  position: relative;
  width: 1400px;
  max-width: 100%;
  height: 1760px;
  margin: 0 auto;
  padding: 0;
  display: block;
  overflow: hidden;
  background: #fff;
}

.bento131 img {
  position: absolute;
  width: 459px;
  height: 459px;
  object-fit: cover;
  display: block;
}

.bento-card {
  position: absolute;
  padding: 0;
  background: #fff;
}

.bento-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  line-height: 1.02;
  font-weight: 300;
}

.bento-card p {
  margin: 35px 0 0;
  font-size: 16px;
  color: #101010;
  line-height: 1.2;
  font-weight: 300;
}

.bento131 > :nth-child(1) {
  left: 120px;
  top: 0;
  width: 307px;
}

.bento131 > :nth-child(1) p {
  width: 307px;
}

.bento131 > :nth-child(2) {
  left: 470px;
  top: 0;
}

.bento131 > :nth-child(3) {
  right: 0;
  top: 0;
}

.bento131 > :nth-child(4) {
  left: -1px;
  top: 280px;
}

.bento131 > :nth-child(5) {
  left: 501px;
  top: 502px;
  width: 355px;
}

.bento131 > :nth-child(5) h3 {
  width: 273px;
}

.bento131 > :nth-child(5) p {
  width: 355px;
}

.bento131 > :nth-child(6) {
  left: 941px;
  top: 471px;
}

.bento131 > :nth-child(7) {
  left: -1px;
  top: 751px;
}

.bento131 > :nth-child(8) {
  left: 470px;
  top: 751px;
}

.bento131 > :nth-child(9) {
  left: 972px;
  top: 973px;
  width: 311px;
}

.bento131 > :nth-child(9) h3 {
  width: 256px;
}

.bento131 > :nth-child(9) p {
  width: 311px;
}

.bento131 img.bento-wide {
  left: -1px;
  top: 1227px;
  width: calc(100% + 1px);
  height: 459px;
  transform: none;
}

.services {
  position: relative;
  min-height: 0;
  padding: 90px 120px;
  background: #1b1b1b;
}

.services .title-block {
  top: 100px;
}

.service {
  position: relative;
  min-height: 300px;
  padding: 54px 54px 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: left top;
  color: #fff;
}

.service:first-of-type {
  margin-top: 80px;
}

.service + .service {
  margin-top: 10px;
}

.service h3 {
  margin: 0;
  font-family: var(--display-font);
  font-size: 40px;
  font-weight: 300;
  line-height: 1.02;
}

.service p {
  max-width: 563px;
  margin: 17px 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
}

.service-link {
  position: absolute;
  left: 54px;
  bottom: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 143px;
  height: 29px;
  margin-top: 0;
  padding: 8px 16px;
  background: linear-gradient(100deg, #fff 12%, #e3e3e3 110%);
  color: #101010;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1.9px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.service-link:hover,
.service-link:focus-visible {
  background: #fff;
}

.logos220 {
  position: relative;
  width: 1400px;
  max-width: 100%;
  height: 620px;
  margin: 0 auto;
  border-bottom: 0;
  padding: 0;
  overflow: hidden;
}

.logos220 img {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}

.logos220 img:nth-child(1) { left: 50px; top: 76px; width: 172px; height: 45px; }
.logos220 img:nth-child(2) { left: 357px; top: -18px; width: 232px; height: 232px; }
.logos220 img:nth-child(3) { left: 718px; top: 77px; width: 352px; height: 44px; }
.logos220 img:nth-child(4) { left: 1171px; top: 66px; width: 180px; height: 63px; }
.logos220 img:nth-child(5) { left: 50px; top: 193px; width: 221px; height: 74px; }
.logos220 img:nth-child(6) { left: 420px; top: 200px; width: 228px; height: 50px; }
.logos220 img:nth-child(7) { left: 793px; top: 144px; width: 144px; height: 153px; }
.logos220 img:nth-child(8) { left: 1068px; top: 202px; width: 230px; height: 56px; object-fit: cover; }
.logos220 img:nth-child(9) { left: 50px; top: 345px; width: 194px; height: 47px; }
.logos220 img:nth-child(10) { left: 357px; top: 336px; width: 189px; height: 65px; }
.logos220 img:nth-child(11) { left: 659px; top: 304px; width: 301px; height: 130px; }
.logos220 img:nth-child(12) { left: 1073px; top: 310px; width: 143px; height: 118px; }
.logos220 img:nth-child(13) { left: 44px; top: 382px; width: 219px; height: 219px; }
.logos220 img:nth-child(14) { left: 383px; top: 392px; width: 302px; height: 200px; }
.logos220 img:nth-child(15) { left: 811px; top: 470px; width: 298px; height: 75px; }
.logos220 img:nth-child(16) { left: 1121px; top: 478px; width: 306px; height: 53px; }

.collection-heading {
  width: 1400px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 120px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.collection-heading .section-title {
  padding: 0;
}

.partners-heading,
.gallery-heading {
  margin-top: 90px;
}

.style168 {
  position: relative;
  width: 1400px;
  max-width: 100%;
  height: 1887px;
  margin: 59px auto 0;
  background: #fff;
  overflow: hidden;
}

.style168-grid {
  position: relative;
  width: 100%;
  height: 100%;
}

.style168-grid picture {
  display: contents;
}

.style168-grid img {
  position: absolute;
  width: 459px;
  height: 459px;
  object-fit: cover;
  display: block;
}

.style168-grid > :nth-child(1) img { left: -1px; top: 67px; }
.style168-grid > :nth-child(2) img { left: -1px; top: 538px; }
.style168-grid > :nth-child(3) img { left: -1px; top: 1009px; }
.style168-grid > :nth-child(4) img { left: 470px; top: 242px; }
.style168-grid > :nth-child(5) img { left: 470px; top: 713px; }
.style168-grid > :nth-child(6) img { left: 941px; top: 0; }
.style168-grid > :nth-child(7) img { left: 941px; top: 471px; }
.style168-grid > :nth-child(8) img { left: 941px; top: 942px; }
.style168-grid > :nth-child(9) img { left: 470px; top: 1184px; }
.style168-grid > :nth-child(10) { left: 941px; top: 1414px; }

/* Preserve the portrait focal points from the design within the existing squares. */
@media (min-width: 768px) {
  .style168-grid > :nth-child(3) img { object-position: center 18%; }
  .style168-grid > :nth-child(7) img { object-position: center 14%; }
  .style168-grid > :nth-child(9) img { object-position: center 18%; }
  .style168-grid > :nth-child(10) { object-position: center top; }
}

.style168-text {
  position: absolute;
  left: 120px;
  top: 1713px;
  width: 581px;
  margin: 0;
  padding: 0;
  color: #373737;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}

.cta1318 {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.cta1318-bg {
  position: absolute;
  inset: 0;
}

.cta1318-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta1318-bg .cta-mobile-bg {
  display: none;
}

.cta1318-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0) 58%);
}

.cta1318-button {
  position: absolute;
  left: 50%;
  top: 229px;
  transform: translate(-50%, -50%);
  height: auto;
  padding: 24px 48px;
  background: linear-gradient(100deg, #ffffff 12%, #e3e3e3 110%);
  font-size: 25.57px;
  letter-spacing: 4.8582px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: normal;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #101010;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
}

.cta1318-button:hover,
.cta1318-button:focus-visible {
  background: #fff;
}

body:has(dialog[open]) {
  overflow: hidden;
}

.contact-dialog,
.success-dialog {
  width: min(92vw, 680px);
  max-height: calc(100dvh - 40px);
  padding: 0;
  border: 0;
  background: #fff;
  color: #101010;
  overflow-y: auto;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.success-dialog {
  width: min(90vw, 520px);
}

.contact-dialog::backdrop,
.success-dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(4px);
}

.dialog-shell {
  position: relative;
  padding: 48px 56px 54px;
}

.dialog-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #101010;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}

.dialog-logo,
.success-logo {
  display: block;
  width: min(100%, 330px);
  height: auto;
  aspect-ratio: 382.597 / 22.324;
  object-fit: contain;
  object-position: left center;
}

.contact-dialog h2 {
  margin: 48px 0 32px;
  font-family: var(--display-font);
  font-size: 52px;
  font-weight: 300;
  line-height: 1;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 20px;
}

.contact-form label {
  display: grid;
  gap: 9px;
}

.contact-form label:last-of-type {
  grid-column: 1 / -1;
}

.contact-form span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #b9b9b9;
  border-radius: 0;
  background: #fff;
  color: #101010;
  font: 400 16px/1.3 Montserrat, sans-serif;
  outline: none;
}

.contact-form input,
.contact-form select {
  height: 48px;
  padding: 0 14px;
}

.contact-form select {
  appearance: none;
  padding-right: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.25 6 6.25l5-5' fill='none' stroke='%23101010' stroke-width='1.25'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
}

.contact-form textarea {
  min-height: 112px;
  padding: 13px 14px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #101010;
  box-shadow: 0 0 0 1px #101010;
}

.form-submit {
  grid-column: 1 / -1;
  min-height: 56px;
  margin-top: 8px;
  border: 0;
  background: #101010;
  color: #fff;
  cursor: pointer;
  font: 300 15px/1 Montserrat, sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.form-submit:hover,
.form-submit:focus-visible {
  background: #343434;
}

.success-shell {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  text-align: center;
}

.success-logo {
  width: min(100%, 340px);
  height: 24px;
  object-position: center;
}

.success-shell p {
  max-width: 390px;
  margin: 0;
  font-family: var(--display-font);
  font-size: 42px;
  font-weight: 300;
  line-height: 1.06;
}

.footer1323 {
  min-height: 286px;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 60px 120px 34px;
  border-bottom: 1px solid #1d1d1d;
}

.footer-link-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-link-list a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-link-list a:hover {
  text-decoration: underline;
}

.footer-social {
  margin-top: 28px;
  display: flex;
  gap: 22px;
}

.footer-social img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.footer-social a {
  display: block;
  line-height: 0;
}

.footer1323-right {
  margin: 0;
  align-self: flex-start;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.legal-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.legal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 56px;
  border-bottom: 1px solid #ece8e0;
}

.legal-header .logo-wordmark {
  display: block;
}

.legal-nav {
  display: flex;
  gap: 36px;
}

.legal-nav a {
  color: #101010;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.legal-nav a:hover {
  text-decoration: underline;
}

.legal-main {
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: 88px 56px 110px;
}

.legal-kicker {
  display: inline-block;
  margin: 0 0 26px;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6f6a62;
}

.legal-title {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(52px, 6vw, 84px);
  line-height: 0.96;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal-intro {
  max-width: 760px;
  margin: 34px 0 0;
  color: #373737;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
}

.legal-meta {
  margin: 22px 0 0;
  color: #6f6a62;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.legal-divider {
  width: 100%;
  height: 1px;
  margin: 48px 0 0;
  background: linear-gradient(90deg, #101010 0%, rgba(16, 16, 16, 0.08) 100%);
}

.legal-sections {
  margin-top: 52px;
  display: grid;
  gap: 36px;
}

.legal-section {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.legal-section h2 {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #101010;
}

.legal-copy p {
  margin: 0;
  color: #373737;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}

.legal-copy p + p {
  margin-top: 14px;
}

.legal-copy a {
  color: #101010;
}

.legal-policy-document {
  display: block;
}

.legal-policy-document + .legal-policy-document {
  margin-top: 28px;
  padding-top: 48px;
  border-top: 1px solid #e8e1d5;
}

.legal-policy-document .legal-copy > h2 {
  margin: 40px 0 14px;
}

.legal-policy-document .legal-copy > h2:first-child {
  margin-top: 0;
}

.legal-policy-document .legal-copy > h3 {
  margin: 28px 0 12px;
  color: #101010;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.legal-section.legal-cookie-policy > h2 {
  margin: 0 0 24px;
  font-family: var(--display-font);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.legal-note {
  margin-top: 56px;
  padding: 24px 28px;
  border: 1px solid #e8e1d5;
  background: linear-gradient(180deg, #fbf7f0 0%, #ffffff 100%);
}

.legal-note p {
  margin: 0;
  color: #4d493f;
  font-size: 15px;
  line-height: 1.6;
}

@media (min-width: 768px) and (max-width: 1399px) {
  .site {
    width: 1400px;
    max-width: none;
  }

  .mission::before {
    width: 1400px;
  }

  .hero {
    height: 711px;
    min-height: 711px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: clamp(44px, 5.2vw, 60px);
    letter-spacing: 0.14em;
  }

  .hero {
    height: auto;
    min-height: 0;
    padding: 28px 32px 0;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr);
    grid-template-rows: auto auto;
  }

  .hero-nav {
    grid-row: 1;
  }

  .hero-nav nav {
    gap: clamp(22px, 4vw, 44px);
  }

  .logo-wordmark {
    width: min(43vw, 360px);
  }

  .hero-media,
  .hero-text {
    grid-column: 1;
    grid-row: 2;
  }

  .hero-copy {
    grid-column: 2;
    grid-row: 2;
  }

  .hero-media {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% + 32px);
    height: clamp(480px, 64vw, 650px);
    margin: 28px 0 0 -32px;
  }

  .hero-copy {
    position: relative;
    left: auto;
    top: auto;
    z-index: 2;
    align-self: center;
    justify-self: center;
    width: min(27vw, 340px);
    margin: 28px 0 0;
  }

  .hero-mark {
    width: clamp(120px, 18vw, 180px);
    height: auto;
    aspect-ratio: 197.517 / 188.002;
  }

  .hero-word {
    width: 100%;
    height: 22px;
    margin-top: 28px;
  }

  .hero-text {
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 2;
    align-self: end;
    width: min(52vw, 580px);
    margin: 0 0 46px;
    font-size: 16px;
  }

  .mission {
    min-height: 0;
    padding: 80px 32px 90px;
  }

  .about,
  .services {
    min-height: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .about .title-block,
  .services .title-block {
    left: 32px;
  }

  .services {
    padding-bottom: 100px;
  }

  .mission .section-title {
    position: static;
    width: auto;
    padding-left: 54px;
  }

  .mission .title-block {
    left: 32px;
    top: 90px;
  }

  .mission-grid {
    position: static;
    margin-top: 84px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .mission-card {
    width: auto;
  }

  .mission-card::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .mission-card h3,
  .mission-card p {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin-left: 28px;
    margin-right: 22px;
  }

  .mission-card h3,
  .mission-card:nth-child(1) h3,
  .mission-card:nth-child(3) h3 {
    margin-top: 398px;
    margin-bottom: 12px;
    left: auto;
  }

  .mission-card p,
  .mission-card:nth-child(1) p {
    margin-top: 0;
    margin-bottom: 28px;
  }

  .bento131 {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(300px, auto);
    gap: 6px;
    overflow: visible;
  }

  .bento131 > * {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .bento131 img,
  .bento-wide {
    width: 100% !important;
    height: 100% !important;
  }

  .node212,
  .node216 {
    height: auto;
    padding: 90px 32px;
    font-size: clamp(46px, 6vw, 60px);
  }

  .node212 p,
  .node216 p {
    position: static;
    transform: none;
    white-space: normal;
  }

  .bento-card {
    padding: 30px 26px;
  }

  .bento-card h3,
  .bento-card p,
  .bento131 > :nth-child(5) h3,
  .bento131 > :nth-child(9) h3,
  .bento131 > :nth-child(1) p,
  .bento131 > :nth-child(5) p,
  .bento131 > :nth-child(9) p {
    width: auto;
  }

  .bento-card p {
    margin-top: 18px;
  }

  .bento-wide {
    grid-column: 1 / span 2;
    height: 340px;
  }

  .logos220 {
    position: static;
    width: auto;
    height: auto;
    min-height: 0;
    padding: 56px 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 36px;
    align-items: center;
    justify-items: center;
  }

  .logos220 img {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    height: auto !important;
    max-width: 200px;
    max-height: 100px;
  }

  .logos220 img[alt="Circa"] {
    width: 230px !important;
    height: 64px !important;
    max-width: 100%;
    object-fit: cover;
  }

  .style168 {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
  }

  .style168-grid {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    height: auto;
  }

  .style168-grid img {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    height: 280px !important;
    transform: none !important;
  }

  .style168-text {
    position: static;
    width: auto;
    margin: 0;
    padding: 22px 32px 30px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    margin-top: 82px;
    display: grid;
    gap: 24px;
  }

  .about-grid > div {
    width: 100%;
  }

  .about-grid img {
    position: static;
    width: 100%;
    height: auto;
    max-height: 739px;
  }

  .about-p1,
  .about-p2 {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .service h3 {
    font-size: 34px;
  }

  .service p,
  .footer1323-right {
    font-size: 16px;
  }

  .footer1323 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .legal-header {
    padding: 28px 32px;
  }

  .legal-main {
    padding: 72px 32px 90px;
  }

  .legal-section {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .hero-nav {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  .hero-nav .logo-wordmark {
    display: block;
    width: min(43vw, 360px);
    height: 24px;
    flex: 0 1 auto;
  }

  .menu-toggle {
    width: 20px;
    height: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 auto;
    cursor: pointer;
  }

  .menu-toggle img {
    display: block;
    width: 20px;
    height: 1px;
  }

  .hero-nav nav {
    position: absolute;
    top: 37px;
    left: -32px;
    z-index: 10;
    width: calc(100% + 64px);
    padding: 28px 32px 30px;
    background: #fff;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 32px;
    text-align: center;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  }

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

@media (max-width: 767px) {
  .hero-nav {
    flex-direction: row;
    gap: 24px;
    width: 100%;
    min-width: 0;
  }

  .hero-nav nav {
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .hero {
    padding: 20px 16px 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto auto;
    width: 100%;
    min-width: 0;
  }

  .hero-nav {
    flex-direction: row;
    gap: 24px;
    max-width: calc(100vw - 32px);
  }

  .hero-nav nav {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    left: 0;
  }

  .hero-nav .logo-wordmark {
    width: min(223px, calc(100vw - 72px));
    max-width: calc(100vw - 48px);
    height: 13px;
  }

  .hero-nav a {
    font-size: 14px;
  }

  .hero-media {
    grid-column: 1;
    grid-row: 2;
    width: auto;
    max-width: none;
    height: auto;
    aspect-ratio: 1024 / 683;
    margin: 20px -16px 0;
    justify-self: stretch;
    background: #101010;
  }

  .hero-media img {
    object-fit: contain;
  }

  .hero-media::after {
    bottom: -1px;
    background:
      linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),
      linear-gradient(
        180deg,
        rgba(16, 16, 16, 0) 20%,
        rgba(16, 16, 16, 0.18) 45%,
        rgba(16, 16, 16, 0.65) 75%,
        #101010 100%
      );
  }

  .hero-copy {
    grid-column: 1;
    grid-row: 4;
    position: static;
    width: auto;
    max-width: none;
    margin: 0 -16px;
    align-self: center;
    justify-self: stretch;
    padding: 44px 24px;
    background: #101010;
  }

  .hero-mark {
    width: 142px;
    height: calc(142px * 188.002 / 197.517);
    aspect-ratio: 197.517 / 188.002;
    flex: 0 0 auto;
  }

  .hero-copy img {
    filter: invert(1);
  }

  .hero-word {
    width: min(250px, calc(100vw - 64px));
    height: calc(min(250px, calc(100vw - 64px)) * 22.324 / 382.597);
    aspect-ratio: 382.597 / 22.324;
    margin-top: 22px;
  }

  .hero-text {
    grid-column: 1;
    grid-row: 3;
    position: static;
    width: auto;
    max-width: none;
    margin: -2px -16px -1px;
    justify-self: stretch;
    padding: 22px 34px;
    background: #101010;
    border: 0 !important;
    outline: 0;
    box-shadow: none;
    font-size: 14px;
    text-align: center;
  }

  .mission,
  .about,
  .services {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mission {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .about,
  .services {
    padding-top: 64px;
  }

  .about {
    padding: 64px 16px 0;
  }

  .mission .title-block,
  .about .title-block,
  .services .title-block {
    display: none;
  }

  .mission .section-title,
  .about .section-title,
  .services .section-title {
    position: static;
    width: auto;
    margin-left: 0;
    min-height: 34px;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: 0.12em;
    font-size: 34px;
  }

  .mission .section-title::before,
  .about .section-title::before,
  .services .section-title::before {
    content: "";
    width: 21px;
    height: 21px;
    background: #000;
    flex: 0 0 21px;
  }

  .collection-heading {
    padding: 0 32px;
    gap: 12px;
  }

  .collection-heading .title-block {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
  }

  .collection-heading .section-title {
    font-size: clamp(25px, 7vw, 34px);
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

  .partners-heading {
    margin-top: 0;
  }

  .logos220 {
    margin-bottom: 0;
  }

  .gallery-heading {
    margin-top: 90px;
  }

  .gallery-heading .section-title {
    font-size: clamp(19px, 5.8vw, 25px);
    letter-spacing: 0.07em;
  }

  .style168 {
    margin-top: 36px;
  }

  .mission .section-title {
    position: static;
    width: auto;
  }

  .about .section-title {
    margin-left: 14px;
  }

  .mission-grid,
  .bento131,
  .logos220,
  .style168-grid {
    grid-template-columns: 1fr;
  }

  .logos220 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 402 / 451;
    margin: 0 auto 36px;
    padding: 0;
    overflow: hidden;
  }

  .logos220 img {
    position: absolute !important;
    max-width: none;
    max-height: none;
    object-fit: contain;
  }

  .logos220 img:nth-child(1)  { left: 7.463% !important;  top: 8.777% !important;  width: 20.92% !important; height: 4.867% !important; }
  .logos220 img:nth-child(2)  { left: 35.323% !important; top: -1.109% !important; width: 28.149% !important; height: 25.09% !important; }
  .logos220 img:nth-child(4)  { left: 70.698% !important; top: 7.932% !important;  width: 21.839% !important; height: 6.813% !important; }
  .logos220 img:nth-child(3)  { left: 7.463% !important;  top: 23.06% !important;  width: 43.781% !important; height: 4.878% !important; }
  .logos220 img:nth-child(6)  { left: 64.179% !important; top: 22.616% !important; width: 28.328% !important; height: 5.543% !important; }
  .logos220 img:nth-child(5)  { left: 7.463% !important;  top: 35.698% !important; width: 26.866% !important; height: 8.025% !important; }
  .logos220 img:nth-child(9)  { left: 45.274% !important; top: 37.251% !important; width: 22.38% !important; height: 4.878% !important; }
  .logos220 img:nth-child(12) { left: 78.358% !important; top: 34.542% !important; width: 14.179% !important; height: 10.441% !important; }
  .logos220 img:nth-child(8)  { left: 7.463% !important;  top: 52.328% !important; width: 23.632% !important; height: 5.103% !important; }
  .logos220 img:nth-child(10) { left: 40.547% !important; top: 51.663% !important; width: 20.896% !important; height: 6.403% !important; }
  .logos220 img:nth-child(15) { left: 70.647% !important; top: 52.328% !important; width: 21.757% !important; height: 4.91% !important; }
  .logos220 img:nth-child(7)  { left: 6.716% !important;  top: 63.415% !important; width: 15.672% !important; height: 14.842% !important; }
  .logos220 img:nth-child(14) { left: 26.866% !important; top: 61.197% !important; width: 32.09% !important; height: 18.934% !important; }
  .logos220 img:nth-child(11) { left: 64.179% !important; top: 65.363% !important; width: 28.757% !important; height: 11.039% !important; }
  .logos220 img:nth-child(16) { left: 8.209% !important;  top: 86.475% !important; width: 40.498% !important; height: 6.238% !important; }
  .logos220 img:nth-child(13) { left: 51.493% !important; top: 76.053% !important; width: 25.622% !important; height: 22.838% !important; }

  .bento131 {
    grid-auto-rows: auto;
  }

  .bento131 img {
    min-height: 300px;
  }

  .bento-card {
    min-height: 0;
    padding: 40px 24px;
  }

  .node212 {
    position: relative;
    height: 274px;
    padding: 0 16px;
    font-size: 40px;
    line-height: 1.02;
    text-align: left;
  }

  .node212 p {
    position: absolute;
    transform: none;
    margin: 0;
    white-space: normal;
  }

  .node212 p:nth-child(1) {
    left: 30px;
    top: 0;
    width: min(305px, calc(100vw - 60px));
  }

  .node212 p:nth-child(2) {
    right: 30px;
    top: 82px;
    width: min(332px, calc(100vw - 60px));
    text-align: right;
  }

  .node212 p:nth-child(3) {
    left: 16px;
    top: 173px;
    width: min(306px, calc(100vw - 48px));
  }

  .node212 p:nth-child(3) span {
    display: block;
  }

  .node212 p:nth-child(3) span:last-child {
    margin-top: 3px;
    text-align: right;
  }

  .node212 {
    height: auto;
    padding: 20px 30px 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: clamp(42px, 11.5vw, 48px);
    line-height: 0.96;
  }

  .node212 p,
  .node212 p:nth-child(1),
  .node212 p:nth-child(2),
  .node212 p:nth-child(3) {
    position: static;
    inset: auto !important;
    transform: none !important;
    width: 100%;
  }

  .node212 p:nth-child(1) {
    max-width: 330px;
    align-self: flex-start;
  }

  .node212 p:nth-child(2) {
    max-width: 330px;
    align-self: flex-end;
    text-align: right;
  }

  .node212 p:nth-child(3) {
    max-width: 330px;
    align-self: center;
  }

  .node212 p:nth-child(1) > span,
  .node212 p:nth-child(2) > span {
    display: block;
  }

  .node216 {
    height: auto;
    padding: 64px 16px;
    font-size: 44px;
  }

  .node216 p {
    position: static;
    transform: none;
    white-space: normal;
  }

  .mission-grid {
    margin-top: 36px;
    position: static;
    gap: 24px;
  }

  .mission-card h3,
  .mission-card p,
  .mission-card:nth-child(1) h3,
  .mission-card:nth-child(1) p,
  .mission-card:nth-child(3) h3,
  .mission-card:nth-child(3) p {
    width: auto;
    margin-left: 28px;
    margin-right: 28px;
  }

  .mission-card:nth-child(1) h3 {
    margin-top: 378px;
  }

  .mission-card {
    width: min(100%, 342px);
    height: 538px;
    justify-self: center;
  }

  .mission-card h3,
  .mission-card p,
  .mission-card:nth-child(1) h3,
  .mission-card:nth-child(1) p,
  .mission-card:nth-child(3) h3,
  .mission-card:nth-child(3) p {
    position: absolute;
    left: 35px;
    right: auto;
    margin: 0;
    text-align: left;
  }

  .mission-card h3,
  .mission-card:nth-child(1) h3,
  .mission-card:nth-child(3) h3 {
    top: 285px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .mission-card h3 {
    width: 263px;
  }

  .mission-card:nth-child(1) h3 {
    width: 212px;
  }

  .mission-card:nth-child(3) h3 {
    width: 204px;
  }

  .mission-card p,
  .mission-card:nth-child(1) p,
  .mission-card:nth-child(3) p {
    top: 363px;
    width: 254px;
    color: #d4d4d4;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .mission-card:nth-child(1) p {
    width: 252px;
  }

  .about-grid img {
    width: 100vw;
    max-width: none;
    height: auto;
    margin-left: -16px;
    object-fit: cover;
    border: 0;
  }

  .about-grid {
    margin-top: 44px;
    padding: 0 14px;
    gap: 40px;
  }

  .service:first-of-type {
    margin-top: 36px;
  }

  .service + .service {
    margin-top: 10px;
  }

  .about-p1 {
    margin-top: 0;
  }

  .about-p2 {
    margin-top: 30px;
  }

  .about-grid img {
    width: calc(100% + 60px);
    margin-left: -30px;
  }

  .bento131 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 8px;
    row-gap: 0;
    padding: 0;
    background: #fff;
  }

  .bento131 > :nth-child(2) { order: 1; }
  .bento131 > :nth-child(3) { order: 2; }
  .bento131 > :nth-child(6) { order: 3; grid-column: 1 / -1; }
  .bento131 > :nth-child(1) { order: 4; }
  .bento131 > :nth-child(5) { order: 5; }
  .bento131 > :nth-child(9) { order: 6; }
  .bento131 > :nth-child(4) { order: 7; grid-column: 1 / -1; }
  .bento131 > :nth-child(7) { order: 8; }
  .bento131 > :nth-child(8) { order: 9; }
  .bento131 > :nth-child(10) { order: 10; grid-column: 1 / -1; }

  .bento131 > :nth-child(1),
  .bento131 > :nth-child(5),
  .bento131 > :nth-child(9) {
    grid-column: 1 / -1;
  }

  .bento131 > :nth-child(2),
  .bento131 > :nth-child(3),
  .bento131 > :nth-child(7),
  .bento131 > :nth-child(8) {
    display: block;
    min-height: 0;
    height: auto !important;
    aspect-ratio: 1 / 1;
    border: 0;
  }

  .bento131 > :nth-child(4),
  .bento131 > :nth-child(6) {
    display: block;
    min-height: 0;
    height: auto !important;
    aspect-ratio: 1 / 1;
    margin-top: 8px;
    border: 0;
  }

  .bento131 > :nth-child(7),
  .bento131 > :nth-child(8),
  .bento131 > :nth-child(10) {
    margin-top: 8px;
  }

  .bento131 > :nth-child(10) {
    display: block;
    width: 100% !important;
    min-height: 0;
    height: auto !important;
    aspect-ratio: 1401 / 459;
    border: 0;
  }

  .bento131 > img.bento-wide {
    height: 51vw !important;
    max-height: 517px;
    aspect-ratio: auto;
    object-position: center 35%;
  }

  .bento-card {
    margin-top: 0;
    padding: 48px 32px;
    border: 0;
  }

  .bento131 > :nth-child(1),
  .bento131 > :nth-child(5) {
    background-image: linear-gradient(#101010, #101010);
    background-position: center bottom;
    background-size: calc(100% - 64px) 1px;
    background-repeat: no-repeat;
  }

  .bento-card h3,
  .bento131 > :nth-child(1) h3,
  .bento131 > :nth-child(5) h3,
  .bento131 > :nth-child(9) h3,
  .bento-card p,
  .bento131 > :nth-child(1) p,
  .bento131 > :nth-child(5) p,
  .bento131 > :nth-child(9) p {
    width: 100%;
  }

  .bento-card p {
    margin-top: 28px;
  }

  .bento-wide {
    grid-column: auto;
    height: 260px;
  }

  .service {
    width: min(100%, 342px);
    height: 477px;
    min-height: 477px;
    margin-right: auto;
    margin-left: auto;
    padding: 156px 35px 35px;
    background: #000;
    overflow: hidden;
  }

  .service::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
    height: 233px;
    background-image: var(--mobile-bg);
    background-size: cover;
    background-position: var(--mobile-position, center center);
    background-repeat: no-repeat;
  }

  .service::after {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
    height: 233px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.28) 50%, #000 100%);
    pointer-events: none;
  }

  .service h3,
  .service p,
  .service-link {
    position: relative;
    z-index: 1;
  }

  .services {
    min-height: 0;
    padding-bottom: 90px;
  }

  .service-link {
    position: absolute;
    left: 35px;
    bottom: 35px;
    margin-top: 0;
    height: auto;
    padding: 6px 15px;
  }

  .service h3 {
    max-width: 100%;
    color: #fff;
    font-family: "Romie", "Bodoni Moda", "Cormorant Garamond", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 102%;
    white-space: normal;
  }

  .service h3 span {
    display: block;
  }

  .service p {
    max-width: 100%;
    margin-top: 20px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .services .section-title {
    font-size: clamp(25px, 7vw, 34px);
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

  .style168-text {
    display: none;
  }

  .style168-grid picture {
    display: block;
  }

  .style168-grid img,
  .style168-grid picture img {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

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

  .style168-grid > :nth-child(3),
  .style168-grid > :nth-child(4),
  .style168-grid > :nth-child(7) {
    grid-column: 1 / -1;
  }

  .style168-grid > :nth-child(3) img,
  .style168-grid > :nth-child(7) img {
    aspect-ratio: 1 / 1;
    object-position: center 18%;
  }

  .style168-grid > :nth-child(4) img {
    aspect-ratio: 1 / 1;
    object-position: center center;
  }

  .style168-grid > :nth-child(10) {
    display: none;
  }

  .node216 {
    position: relative;
    height: 390px;
    padding: 0;
    font-size: 40px;
    line-height: 1.02;
    text-align: left;
  }

  .node216 p,
  .node216 p:nth-child(1),
  .node216 p:nth-child(2),
  .node216 p:nth-child(3) {
    position: absolute;
    inset: auto;
    width: auto;
    margin: 0;
    transform: none;
    white-space: normal;
  }

  .node216 p:nth-child(1) {
    left: 30px;
    top: 79px;
    width: calc(100% - 60px);
  }

  .node216 p:nth-child(2) {
    right: 30px;
    top: 161px;
    width: 247px;
    text-align: right;
  }

  .node216 p:nth-child(3) {
    left: 30px;
    top: 245px;
    width: 265px;
    text-align: center;
  }

  .node216 p span {
    display: block;
  }

  .node212,
  .node216 {
    height: auto;
    padding: 64px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: clamp(42px, 5vw, 48px);
    line-height: 0.98;
  }

  .node212 p,
  .node212 p:nth-child(1),
  .node212 p:nth-child(2),
  .node212 p:nth-child(3),
  .node216 p,
  .node216 p:nth-child(1),
  .node216 p:nth-child(2),
  .node216 p:nth-child(3) {
    position: static;
    inset: auto !important;
    width: min(100%, 420px);
    max-width: 420px;
    margin: 0 auto;
    transform: none !important;
  }

  .node212 p:nth-child(1),
  .node216 p:nth-child(1) {
    align-self: center;
    text-align: left;
  }

  .node212 p:nth-child(2),
  .node216 p:nth-child(2) {
    align-self: center;
    text-align: right;
  }

  .node212 p:nth-child(3),
  .node216 p:nth-child(3) {
    align-self: center;
    text-align: center;
  }

  .logos220,
  .style168,
  .style168-grid {
    border-top: 0;
    border-bottom: 0;
  }

  .cta1318 {
    height: 561px;
  }

  .cta1318-bg img:not(.cta-mobile-bg) {
    display: none;
  }

  .cta1318-bg .cta-mobile-bg {
    display: block;
    object-position: center center;
  }

  .cta1318-button {
    top: 455px;
    width: min(307px, calc(100% - 56px));
    height: auto;
    padding: 24px 48px;
    font-size: 25.57px;
    letter-spacing: 4.8582px;
  }

  .footer1323 {
    position: relative;
    display: block;
    min-height: 431px;
    padding: 0;
  }

  .footer1323-left {
    position: static;
  }

  .footer-link-list {
    position: absolute;
    left: 44px;
    top: 96px;
    gap: 18px;
  }

  .footer-link-list a {
    font-size: 14px;
  }

  .footer-social {
    position: absolute;
    left: 44px;
    top: 238px;
    margin: 0;
    gap: 28px;
  }

  .footer-social > a img {
    width: 44px;
    height: 44px;
  }

  .footer-social > img {
    width: 40px;
    height: 40px;
  }

  .footer1323-right {
    position: absolute;
    left: 44px;
    bottom: 45px;
    width: calc(100% - 60px);
    transform: none;
    text-align: left;
    white-space: nowrap;
    font-size: clamp(10px, 3vw, 14px);
  }

  .dialog-shell {
    padding: 38px 22px 28px;
  }

  .dialog-close {
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
  }

  .dialog-logo {
    width: min(260px, calc(100% - 48px));
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
  }

  .contact-dialog h2 {
    margin: 38px 0 26px;
    font-size: 42px;
  }

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

  .contact-form label:last-of-type,
  .form-submit {
    grid-column: auto;
  }

  .success-shell {
    min-height: 300px;
    padding: 54px 26px;
  }

  .success-shell p {
    font-size: 36px;
  }

  .legal-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 16px;
  }

  .legal-nav {
    gap: 20px;
    flex-wrap: wrap;
  }

  .legal-main {
    padding: 56px 24px 72px;
  }

  .legal-title {
    font-size: 42px;
  }

  .legal-intro {
    font-size: 17px;
  }

  .legal-sections {
    gap: 28px;
  }

  .legal-note {
    padding: 20px;
  }
}

/* Final corrections from the referenced Figma nodes. */
@media (min-width: 768px) {
  body .hero,
  body .services {
    background: #1b1b1b;
  }

  body .hero-media::after {
    background: linear-gradient(180deg, rgba(27, 27, 27, 0) 50%, #1b1b1b 100%);
  }

  body .about {
    background: #1b1b1b;
  }

  body .bento131 > :nth-child(9),
  body .bento131 > :nth-child(9) p {
    width: 375px;
  }

  body .logos220 {
    position: relative;
    display: block;
    height: 397px;
    padding: 0;
  }

  body .logos220 img {
    position: absolute !important;
    display: block;
    max-width: none;
    max-height: none;
    object-fit: contain !important;
  }

  body .logos220 img:nth-child(1)  { left: 84px; top: 45px; width: 115px !important; height: 30px !important; }
  body .logos220 img:nth-child(2)  { left: 435px; top: 45px; width: 158px !important; height: 30px !important; }
  body .logos220 img:nth-child(3)  { left: 1138px; top: 30px; width: 177px !important; height: 59px !important; }
  body .logos220 img:nth-child(4)  { left: 674px; top: 37px; width: 133px !important; height: 47px !important; }
  body .logos220 img:nth-child(5)  { left: 279px; top: 38px; width: 76px !important; height: 46px !important; }
  body .logos220 img:nth-child(6)  { left: 84px; top: 140px; width: 159px !important; height: 35px !important; }
  body .logos220 img:nth-child(7)  { left: 311px; top: 104px; width: 102px !important; height: 108px !important; }
  body .logos220 img:nth-child(8)  { left: 887px; top: 40px; width: 171px !important; height: 40px !important; }
  body .logos220 img:nth-child(9)  { left: 481px; top: 143px; width: 123px !important; height: 30px !important; }
  body .logos220 img:nth-child(10) { left: 1156px; top: 129px; width: 159px !important; height: 55px !important; }
  body .logos220 img:nth-child(11) { left: 306px; top: 222px; width: 223px !important; height: 96px !important; }
  body .logos220 img:nth-child(12) { left: 669px; top: 113px; width: 115px !important; height: 115px !important; }
  body .logos220 img:nth-child(13) { left: 926px; top: 182px; width: 168px !important; height: 168px !important; }
  body .logos220 img:nth-child(14) { left: 608px; top: 185px; width: 239px !important; height: 239px !important; }
  body .logos220 img:nth-child(15) { left: 852px; top: 129px; width: 228px !important; height: 58px !important; }
  body .logos220 img:nth-child(16) { display: none; }

  body .style168-grid > :nth-child(1) { grid-column: 1; grid-row: 1; }
  body .style168-grid > :nth-child(2) { grid-column: 2; grid-row: 1; }
  body .style168-grid > :nth-child(3) { grid-column: 3; grid-row: 1; }
  body .style168-grid > :nth-child(4) { grid-column: 1; grid-row: 2; }
  body .style168-grid > :nth-child(5) { grid-column: 2; grid-row: 2; }
  body .style168-grid > :nth-child(6) { grid-column: 3; grid-row: 2; }
  body .style168-grid > :nth-child(7) { grid-column: 1; grid-row: 3; }
  body .style168-grid > :nth-child(8) { grid-column: 2; grid-row: 3; }
  body .style168-grid > :nth-child(9) { grid-column: 3; grid-row: 3; }
  body .style168-grid > :nth-child(10) { grid-column: 3; grid-row: 4; }

  body .style168-grid img {
    object-position: center;
  }

  body .node216 {
    height: 355px;
  }

  body .node216 p:nth-child(1) { top: 70px; }
  body .node216 p:nth-child(2) { top: 147px; }
  body .node216 p:nth-child(3) { top: 224px; }
}

@media (max-width: 767px) {
  body .hero,
  body .hero-text,
  body .hero-copy,
  body .services {
    background: #1b1b1b;
  }

  body .hero-media::after {
    background: linear-gradient(180deg, rgba(27, 27, 27, 0) 42%, #1b1b1b 100%);
  }

  body .node216 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* Hero, section-rhythm, logo-row and gallery focal-point refinements. */
@media (min-width: 768px) {
  body .hero {
    background: #1b1b1b;
  }

  body .hero::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 105px;
    background: #fff;
  }

  body .hero-nav {
    z-index: 4;
  }

  body .hero .logo-wordmark {
    width: 426px;
    height: 25px;
    filter: none;
  }

  body .hero-nav a {
    color: #101010;
  }

  body .hero-media::after {
    background:
      linear-gradient(90deg, rgba(27, 27, 27, 0) 58%, #1b1b1b 100%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 52%);
  }

  body .hero-copy {
    left: calc(50% - 700px + 920px);
    width: 383px;
  }

  body .mission {
    min-height: 890px;
    background: #f9f9f9;
  }

  body .mission::before {
    background: #f9f9f9;
  }

  body .mission .section-title {
    top: 80px;
  }

  body .mission-grid {
    top: 212px;
  }

  body .about,
  body .services {
    background-color: #1b1b1b;
    background-image: none;
  }

  body .services::before,
  body .services::after {
    background-image: none;
  }

  body .services .section-title {
    color: #f9f9f9;
  }

  body .services .title-block {
    background: #f9f9f9;
  }

  body .logos220 img:nth-child(1),
  body .logos220 img:nth-child(2),
  body .logos220 img:nth-child(3),
  body .logos220 img:nth-child(4),
  body .logos220 img:nth-child(5),
  body .logos220 img:nth-child(6),
  body .logos220 img:nth-child(7),
  body .logos220 img:nth-child(8),
  body .logos220 img:nth-child(9),
  body .logos220 img:nth-child(10),
  body .logos220 img:nth-child(11),
  body .logos220 img:nth-child(12),
  body .logos220 img:nth-child(13),
  body .logos220 img:nth-child(14),
  body .logos220 img:nth-child(15) {
    display: block;
    object-fit: contain !important;
    object-position: center !important;
  }

  body .bento131 {
    background: #fff;
  }

  body .bento131 > img {
    width: 468px;
    height: 468px;
    border: 0;
    outline: 0;
    object-fit: cover;
    object-position: center 18%;
  }

  body .bento131 > img.bento-wide {
    width: calc(100% + 2px);
    height: 460px;
    object-position: center 30%;
  }
}

@media (max-width: 767px) {
  body .hero {
    padding-top: 20px;
  }

  body .hero-nav {
    margin: -20px -16px 0;
    width: calc(100% + 32px);
    max-width: none;
    padding: 20px 16px;
    background: #fff;
  }

  body .hero-nav .logo-wordmark,
  body .menu-toggle img {
    filter: none;
  }

  body .hero-nav nav {
    top: 53px;
    left: 0;
    width: 100%;
    max-width: none;
    background: #fff;
  }

  body .hero-nav a {
    color: #101010;
  }

  body .hero-media::after {
    background:
      linear-gradient(90deg, rgba(27, 27, 27, 0) 50%, #1b1b1b 100%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0) 52%);
  }

  body .mission,
  body .mission::before {
    background: #f9f9f9;
  }

  body .about,
  body .services {
    background-color: #1b1b1b;
    background-image: none;
  }

  body .services .section-title {
    color: #f9f9f9;
  }

  body .services .section-title::before {
    background: #f9f9f9;
  }

  body .bento131 > img {
    border: 0;
    outline: 0;
    object-fit: cover;
    object-position: center 18%;
  }

  body .bento131 > img.bento-wide {
    object-position: center 30%;
  }
}

/* Exact partner order and alignment from Figma frame 26:3024. */
@media (min-width: 768px) {
  body .partners-heading .title-block {
    margin-top: 10px;
  }

  body .logos220 img:nth-child(1)  { left: 84px; top: 45px; width: 115px !important; height: 30px !important; }
  body .logos220 img:nth-child(2)  { left: 279px; top: 38px; width: 76px !important; height: 46px !important; }
  body .logos220 img:nth-child(3)  { left: 435px; top: 45px; width: 158px !important; height: 30px !important; }
  body .logos220 img:nth-child(4)  { left: 674px; top: 37px; width: 133px !important; height: 47px !important; }
  body .logos220 img:nth-child(5)  { left: 887px; top: 40px; width: 171px !important; height: 40px !important; }
  body .logos220 img:nth-child(6)  { left: 1138px; top: 30px; width: 177px !important; height: 59px !important; }
  body .logos220 img:nth-child(7)  { left: 84px; top: 140px; width: 159px !important; height: 35px !important; }
  body .logos220 img:nth-child(8)  { left: 311px; top: 104px; width: 102px !important; height: 108px !important; }
  body .logos220 img:nth-child(9)  { left: 481px; top: 143px; width: 123px !important; height: 30px !important; }
  body .logos220 img:nth-child(10) { left: 669px; top: 113px; width: 115px !important; height: 115px !important; }
  body .logos220 img:nth-child(11) { left: 852px; top: 129px; width: 228px !important; height: 58px !important; }
  body .logos220 img:nth-child(12) { left: 1156px; top: 129px; width: 159px !important; height: 55px !important; }
  body .logos220 img:nth-child(13) { left: 306px; top: 222px; width: 223px !important; height: 96px !important; }
  body .logos220 img:nth-child(14) { left: 608px; top: 185px; width: 239px !important; height: 239px !important; }
  body .logos220 img:nth-child(15) { left: 926px; top: 182px; width: 168px !important; height: 168px !important; }

  body .logos220 img:nth-child(14) {
    object-position: center 58% !important;
  }
}

/* Warm section fill, transparent-looking logos and seam-free event tiles. */
.partners-heading,
.logos220,
.gallery-heading,
.style168,
.node216 {
  background-color: #f1ede7;
}

@media (min-width: 768px) {
  body .logos220 img:nth-child(14) {
    top: 160px;
  }

  body .style168,
  body .style168-grid {
    background: #f1ede7;
  }

  body .style168-grid {
    gap: 0;
    overflow: hidden;
  }

  body .style168-grid > img {
    width: calc(100% + 2px) !important;
    height: 469px !important;
    max-width: none;
    margin-right: -2px;
    margin-bottom: -2px;
    border: 0;
    outline: 0;
  }
}

/* Trimmed partner artwork, upper gallery focal points and mobile full bleed. */
.logos220 img {
  mix-blend-mode: normal;
}

@media (min-width: 768px) {
  body .logos220 img:nth-child(14) {
    top: 222px;
    width: 239px !important;
    height: 96px !important;
    object-position: center !important;
  }

  body .style168-grid > img {
    object-fit: cover;
    object-position: center 18%;
  }
}

/* Extend the warm canvas beyond the fixed 1400px content on wide displays. */
.partners-heading,
.logos220,
.gallery-heading,
.style168,
.node216 {
  box-shadow: 0 0 0 100vmax #f1ede7;
  clip-path: inset(0 -100vmax);
}

@media (min-width: 768px) {
  body .logos220 img:nth-child(13),
  body .logos220 img:nth-child(14),
  body .logos220 img:nth-child(15) {
    transform: translateY(16px);
  }
}

/* Fluid desktop canvases: full-bleed on laptops, centered on ultrawide screens. */
@media (min-width: 1400px) {
  body .hero,
  body .about,
  body .bento131,
  body .style168 {
    width: 100%;
    max-width: 1728px;
  }

  body .about-grid img {
    width: 100%;
    object-position: center center;
  }

  body .about .section-title { left: calc(8.57% + 62px); }
  body .about .title-block { left: 8.57%; }
  body .about-p1 { left: 8.57%; }
  body .about-p2 { left: 55.93%; }

  body .bento131 > img:not(.bento-wide) {
    width: calc(33.334% + 2px);
  }

  body .bento131 > img:nth-child(4),
  body .bento131 > img:nth-child(8) {
    width: 33.334%;
  }

  body .bento131 > :nth-child(1) { left: 3.714%; }
  body .bento131 > :nth-child(2) { left: 33.333%; }
  body .bento131 > :nth-child(3) { left: 66.666%; }
  body .bento131 > :nth-child(4) { left: 0; }
  body .bento131 > :nth-child(5) { left: 36%; }
  body .bento131 > :nth-child(6) { left: 66.666%; }
  body .bento131 > :nth-child(7) { left: 0; }
  body .bento131 > :nth-child(8) { left: 33.333%; }
  body .bento131 > :nth-child(9) { left: 69.357%; }
  body .bento131 > img.bento-wide { width: calc(100% + 2px); }

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

@media (min-width: 1729px) {
  body .hero,
  body .about,
  body .bento131,
  body .style168 {
    margin-right: auto;
    margin-left: auto;
  }

  body .hero-media {
    left: 0;
  }
}

body .gallery-heading .title-block {
  margin-top: 10px;
}

@media (max-width: 520px) {
  body .about {
    min-height: 720px;
  }

  body .about-grid img {
    object-position: center center;
  }

  body .about .section-title {
    top: 350px;
  }

  body .about-grid > div {
    right: 24px;
    bottom: 24px;
    left: 24px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body .about-p1,
  body .about-p2 {
    font-size: 12px;
    line-height: 1.4;
  }
}

/* Keep event_10 inside its existing desktop cell without moving the gallery. */
@media (min-width: 768px) {
  body .style168-grid > img:nth-child(10) {
    clip-path: none;
    transform: translateY(2px);
  }
}

/* Mobile partner grid: fully detach from desktop/Figma absolute coordinates. */
@media (max-width: 767px) {
  body .logos220 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100vw;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    margin: 0 calc(50% - 50vw);
    padding: 42px 24px 56px;
    column-gap: 22px;
    row-gap: 34px;
    align-items: center;
    justify-items: center;
    overflow: visible;
  }

  body .logos220 > img:nth-child(n) {
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 72px !important;
    margin: 0 !important;
    transform: none !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  body .logos220 > img:nth-child(13),
  body .logos220 > img:nth-child(14),
  body .logos220 > img:nth-child(15) {
    align-self: center;
  }
}

@media (max-width: 767px) {
  body .partners-heading,
  body .logos220,
  body .gallery-heading,
  body .style168 {
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background-color: #f1ede7;
  }

  body .style168-grid > img {
    object-fit: cover;
    object-position: center 18%;
  }
}

@media (max-width: 767px) {
  body .style168-text {
    display: none;
  }

  body .style168,
  body .style168-grid {
    background: #f1ede7;
  }

  body .style168-grid {
    gap: 0;
    overflow: hidden;
  }

  body .style168-grid > img {
    width: calc(100% + 2px) !important;
    margin-right: -2px;
    margin-bottom: -2px;
    border: 0;
    outline: 0;
  }
}

/* Keep the bento_150 tile inside its existing slot without altering the grid. */
@media (min-width: 768px) {
  body .bento131 > img:nth-child(8) {
    clip-path: none;
  }
}

/* Final mobile refinements: hero, About, partner marks and gallery heading. */
body .logos220 > img:nth-child(2) {
  mix-blend-mode: multiply;
}

@media (max-width: 767px) {
  body .hero {
    padding-top: 20px;
  }

  body .hero-media {
    width: 100vw !important;
    max-width: none;
    margin-top: 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    justify-self: stretch;
  }

  body .hero-media img {
    width: 100%;
    object-fit: cover;
  }

  body .hero-media::after {
    background: linear-gradient(
      180deg,
      rgba(27, 27, 27, 0) 38%,
      rgba(27, 27, 27, 0.18) 58%,
      rgba(27, 27, 27, 0.72) 82%,
      #1b1b1b 100%
    );
  }

  body .about .section-title::before {
    background: #fff;
  }

  body .about-grid {
    margin-top: 24px;
  }

  body .gallery-heading {
    align-items: center;
  }

  body .gallery-heading .title-block {
    margin-top: 0;
    align-self: center;
  }

  body .logos220 > img:nth-child(13) {
    width: 100% !important;
    max-width: 118px !important;
    height: auto !important;
    aspect-ratio: 301 / 129.63;
  }

  body .logos220 > img:nth-child(2) {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 84px !important;
    max-height: 51px !important;
  }

}

@media (max-width: 520px) {
  body .about {
    min-height: 740px;
  }

  body .about-grid img {
    width: calc(100% + 80px);
    margin-left: -40px;
  }

  body .about-grid > div {
    bottom: 44px;
  }
}

/* Exact desktop About photo crop and angle from Figma node 151:1422. */
@media (min-width: 768px) {
  body .about .section-title {
    color: #f9f9f9;
  }

  body .about-grid img {
    content: url("assets/about_figma.webp");
    z-index: 0;
    inset: auto;
    left: 51.43%;
    top: 37%;
    width: 120.74%;
    height: 136.2%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%) rotate(-2.83deg);
    transform-origin: center;
  }

  body .about-grid::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(27, 27, 27, 0) 45.6%, #1b1b1b 100%),
      rgba(0, 0, 0, 0.2);
  }

  body .about .section-title,
  body .about .title-block,
  body .about-p1,
  body .about-p2,
  body .about-grid > div {
    z-index: 2;
  }
}

/* The desktop image remains a direct visual child; mobile gets Figma's real mask. */
body .about-photo-frame {
  display: contents;
}

@media (max-width: 520px) {
  body .about-grid::before,
  body .about-grid::after {
    content: none;
  }

  body .about-grid > .about-photo-frame {
    position: absolute;
    z-index: 0;
    top: calc(100vw * 423 / 402);
    left: 0;
    display: block;
    width: 100%;
    height: calc(100vw * 371 / 402);
    overflow: hidden;
  }

  body .about-photo-frame img {
    content: url("assets/about_figma.webp");
    position: absolute;
    z-index: 0;
    inset: auto;
    top: calc(100vw * -40 / 402);
    left: calc(100vw * -108 / 402);
    width: calc(100vw * 615.377 / 402);
    height: calc(100vw * 411.053 / 402);
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: center;
    transform: rotate(-1.82deg);
    transform-origin: center;
  }

  body .about-photo-frame::before,
  body .about-photo-frame::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
  }

  body .about-photo-frame::before {
    z-index: 2;
    top: 0;
    height: calc(100vw * 154 / 402);
    background: linear-gradient(180deg, #1b1b1b 0%, rgba(27, 27, 27, 0) 100%);
  }

  body .about-photo-frame::after {
    z-index: 1;
    inset-block: 0;
    background: rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 520px) {
  body .about-grid::before,
  body .about-grid::after {
    content: none !important;
  }
}

/* Exact desktop crop for the wide bento image from Figma node 151:222. */
@media (min-width: 768px) {
  body .bento131 > img.bento-wide {
    content: url("assets/bento_154_figma.webp");
    object-fit: cover;
    object-position: center 23.75%;
    filter: brightness(0.8);
  }
}

/* Exact desktop treatment for event_01 from Figma node 159:71. */
@media (min-width: 768px) {
  body .style168-grid > img:nth-child(1) {
    z-index: 1;
    object-fit: cover;
    object-position: center 42.43%;
    clip-path: inset(10.22%);
    transform: scale(1.2574);
    transform-origin: center;
    filter: brightness(0.8);
  }

  body .style168-grid::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -64px;
    left: -62px;
    width: 189px;
    height: 197px;
    border-radius: 50%;
    pointer-events: none;
    background: linear-gradient(143deg, rgba(88, 88, 88, 0.48), rgba(88, 88, 88, 0));
    backdrop-filter: blur(2.27px);
    -webkit-backdrop-filter: blur(2.27px);
  }
}

@media (max-width: 767px) {
  body .style168-grid::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -32px;
    left: -31px;
    width: clamp(88px, 25vw, 100px);
    aspect-ratio: 189 / 197;
    border-radius: 50%;
    pointer-events: none;
    background: linear-gradient(143deg, rgba(88, 88, 88, 0.48), rgba(88, 88, 88, 0));
    backdrop-filter: blur(2.27px);
    -webkit-backdrop-filter: blur(2.27px);
  }
}

/* Keep faces visible in the requested desktop gallery cells. */
@media (min-width: 768px) {
  body .style168-grid > img:nth-child(1) {
    object-position: center 30%;
  }

  body .style168-grid > img:nth-child(3),
  body .style168-grid > img:nth-child(5),
  body .style168-grid > img:nth-child(6) {
    object-position: center top;
  }
}

/* Exact desktop CTA image geometry from Figma node 151:1371. */
@media (min-width: 768px) {
  body .cta1318 {
    height: 577px;
  }

  body .cta1318-button {
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    padding: 24px 48px;
    font-size: 25.57px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 4.8582px;
    white-space: nowrap;
  }

  body .cta1318-bg > img:nth-child(2) {
    inset: auto;
    left: 50%;
    top: -355px;
    width: max(107.57%, 1506px);
    height: 1124px;
    max-width: none;
    object-fit: cover;
    object-position: center;
    transform: translateX(-50%);
  }
}

/* New mobile About composition from Figma node 31:5496. */
@media (max-width: 520px) {
  body .about {
    position: relative;
    width: 100%;
    height: calc(100vw * 794 / 402);
    min-height: 740px;
    max-height: none;
    padding: 0;
    overflow: hidden;
    background: #1b1b1b;
  }

  body .about .section-title {
    position: absolute;
    z-index: 3;
    top: calc(100vw * 30 / 402);
    left: calc(100vw * 30 / 402);
    min-height: 30px;
    margin: 0;
    padding: 0;
    gap: 10px;
    color: #f9f9f9;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.02;
    letter-spacing: 5.7px;
  }

  body .about .section-title::before {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    background: #f9f9f9;
  }

  body .about-grid {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
  }

  body .about-grid > div {
    position: absolute;
    z-index: 3;
    inset: auto;
    top: calc(100vw * 99 / 402);
    left: calc(100vw * 30 / 402);
    display: block;
    width: calc(100% - (100vw * 60 / 402));
  }

  body .about-p1,
  body .about-p2 {
    position: static;
    width: auto;
    margin: 0;
    color: #f9f9f9;
    font-size: 16px;
    line-height: normal;
  }

  body .about-p1 {
    max-width: 321px;
    font-weight: 500;
  }

  body .about-p2 {
    max-width: 332px;
    margin-top: calc(100vw * 25 / 402);
    font-weight: 300;
  }

  body .about-grid img {
    content: url("assets/about_figma.webp");
    position: absolute;
    z-index: 0;
    inset: auto;
    top: calc(100vw * 423 / 402);
    left: 50%;
    width: 108%;
    height: calc(100vw * 371 / 402);
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: center;
    transform: translateX(-50%) rotate(-1.82deg) scale(1.03);
    transform-origin: center;
  }

  body .about-grid::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: calc(100vw * 423 / 402);
    left: 0;
    width: 100%;
    height: calc(100vw * 154 / 402);
    pointer-events: none;
    background: linear-gradient(180deg, #1b1b1b 0%, rgba(27, 27, 27, 0) 100%);
  }

  body .about-grid::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: calc(100vw * 423 / 402);
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.2);
  }

  body .about-grid > .about-photo-frame > img {
    top: calc(100vw * -40 / 402);
    left: calc(100vw * -108 / 402);
    width: calc(100vw * 615.377 / 402);
    height: calc(100vw * 411.053 / 402);
    transform: rotate(-1.82deg);
  }

  body .about::after {
    content: none !important;
    background: none !important;
  }
}

/* Keep the mobile photo flush with the section bottom on narrow viewports. */
@media (max-width: 520px) {
  body .about-grid > .about-photo-frame {
    top: calc(105.22388vw + 12px);
    bottom: -1px;
    height: auto;
  }

  body .about-grid > .about-photo-frame > img {
    height: calc(100% + 9.95025vw);
  }
}

/* Bridge the tablet-mobile range between the full mobile and desktop About layouts. */
@media (min-width: 521px) and (max-width: 767px) {
  body .about-grid > .about-photo-frame {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  body .about-grid > .about-photo-frame > img {
    content: url("assets/about_figma.webp");
    position: absolute;
    z-index: 0;
    inset: auto;
    left: 51.43%;
    top: 37%;
    width: 120.74%;
    height: 136.2%;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%) rotate(-2.83deg);
    transform-origin: center;
  }

  body .about-grid > .about-photo-frame::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(27, 27, 27, 0) 45.6%, #1b1b1b 100%),
      rgba(0, 0, 0, 0.2);
  }
}

/* Mobile bento photo selection from Figma node 31:5500; layout stays unchanged. */
@media (max-width: 767px) {
  body .bento131 > img:nth-child(4) {
    content: url("assets/webp/bento_142.webp");
  }

  body .bento131 > img:nth-child(7) {
    content: url("assets/webp/bento_138.webp");
  }

  body .bento131 > img:nth-child(8) {
    content: url("assets/webp/bento_150.webp");
  }

  body .bento131 > img:nth-child(10) {
    content: url("assets/bento_154_figma.webp");
  }
}

@media (max-width: 767px) {
  body .logos220 > img:nth-child(2) {
    width: auto !important;
    height: auto !important;
    max-width: 62px !important;
    max-height: 38px !important;
  }

  body .logos220 > img:nth-child(1),
  body .logos220 > img:nth-child(2),
  body .logos220 > img:nth-child(3) {
    transform: translateY(-7px) !important;
  }
}

/* Exact mobile Event Photos rhythm from Figma node 31:5426. */
@media (max-width: 767px) {
  body .style168,
  body .style168-grid {
    height: auto;
  }

  body .style168-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    gap: 0;
    overflow: hidden;
  }

  body .style168-grid > img:nth-child(n) {
    position: static !important;
    inset: auto !important;
    display: block;
    width: calc(100% + 2px) !important;
    height: auto !important;
    margin: 0 -2px -2px 0;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center 18%;
    transform: none;
    clip-path: none;
    filter: brightness(0.8);
  }

  body .style168-grid > img:nth-child(1) { grid-column: 1; grid-row: 1; }
  body .style168-grid > img:nth-child(2) { grid-column: 2; grid-row: 1; }
  body .style168-grid > img:nth-child(3) { grid-column: 1 / -1; grid-row: 2; filter: brightness(0.9); }
  body .style168-grid > img:nth-child(4) { grid-column: 1 / -1; grid-row: 3; }
  body .style168-grid > img:nth-child(5) { grid-column: 1; grid-row: 4; }
  body .style168-grid > img:nth-child(6) { grid-column: 2; grid-row: 4; }
  body .style168-grid > img:nth-child(7) { grid-column: 1 / -1; grid-row: 5; }
  body .style168-grid > img:nth-child(8) { grid-column: 1; grid-row: 6; }
  body .style168-grid > img:nth-child(9) { grid-column: 2; grid-row: 6; }
  body .style168-grid > img:nth-child(10) { display: none; }

  body .style168-grid > img:nth-child(3),
  body .style168-grid > img:nth-child(5),
  body .style168-grid > img:nth-child(6) {
    object-position: center top;
  }

  body .style168-grid > img:nth-child(1),
  body .style168-grid > img:nth-child(2),
  body .style168-grid > img:nth-child(5),
  body .style168-grid > img:nth-child(6),
  body .style168-grid > img:nth-child(8),
  body .style168-grid > img:nth-child(9) {
    min-width: calc(50vw + 2px);
  }
}

/* Keep mobile section headings aligned with their centered 342px content cards. */
@media (max-width: 767px) {
  body .mission .section-title,
  body .services .section-title {
    width: min(100%, 342px);
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 520px) {
  body .about .section-title {
    left: max(16px, calc((100% - 342px) / 2));
  }

  body .about-grid > .about-copy {
    right: max(16px, calc((100% - 342px) / 2));
    left: max(16px, calc((100% - 342px) / 2));
    width: auto;
  }
}

/* Unified warm background for light page sections. */
body,
.site,
body .mission,
body .mission::before,
.node212,
.node216,
body .bento131,
body .bento-card,
.logos220,
.style168 {
  background-color: #f1ede7;
}

/* Match the mobile quote-band spacing from Figma node 31:5472. */
@media (max-width: 767px) {
  body .node216 {
    height: auto;
    padding: 9.95025vw 7.46269vw;
    gap: 0;
    font-size: 9.95025vw;
    line-height: 1.02;
  }

  body .node216 p,
  body .node216 p:nth-child(1),
  body .node216 p:nth-child(2),
  body .node216 p:nth-child(3) {
    margin: 0;
  }

  body .node216 p:nth-child(1) {
    width: 81.59204vw;
    max-width: 100%;
    align-self: flex-start;
  }

  body .node216 p:nth-child(2) {
    width: 61.44279vw;
    max-width: 100%;
    align-self: flex-end;
  }

  body .node216 p:nth-child(3) {
    width: 65.9204vw;
    max-width: 100%;
    align-self: flex-start;
  }

  body .node212 {
    height: auto;
    padding: 9.95025vw 7.46269vw;
    gap: 0;
    font-size: 9.95025vw;
    line-height: 1.02;
  }

  body .node212 p,
  body .node212 p:nth-child(1),
  body .node212 p:nth-child(2),
  body .node212 p:nth-child(3) {
    margin: 0;
  }

  body .node212 p:nth-child(1) {
    width: 75.87065vw;
    max-width: 100%;
    align-self: flex-start;
    text-align: left;
  }

  body .node212 p:nth-child(2) {
    width: 82.58706vw;
    max-width: 100%;
    align-self: flex-end;
    text-align: right;
  }

  body .node212 p:nth-child(3) {
    width: 80.0995vw;
    max-width: 100%;
    margin-top: 2.23881vw;
    align-self: flex-start;
    text-align: left;
  }

  body .node212 p:nth-child(3) span:last-child {
    margin-top: 0.74627vw;
    text-align: right;
  }
}

/* Keep mobile CTA controls proportional on narrow viewports. */
@media (max-width: 767px) {
  body .cta1318-button {
    width: min(76.36816vw, 307px);
    padding: min(5.97015vw, 24px) min(11.9403vw, 48px);
    font-size: min(6.3607vw, 25.57px);
    letter-spacing: min(1.20851vw, 4.8582px);
  }

  body .service-link {
    width: 143.05px;
    min-width: 0;
    height: 28.46px;
    padding: 6.23px 15.52px;
    font-size: 12.937px;
    line-height: normal;
    letter-spacing: 2.4581px;
    white-space: nowrap;
  }
}
