:root {
  --black: #090908;
  --ink: #11110f;
  --ink-raised: #171714;
  --ivory: #eeeae1;
  --paper: #ded9cf;
  --stone: #a9a39a;
  --gold: #bca779;
  --violet: #6c5ce7;
  --line-light: rgba(255, 255, 255, .16);
  --line-dark: rgba(12, 12, 11, .16);
  --sans: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --display: "Newsreader", Georgia, serif;
  --pad: clamp(24px, 4.5vw, 78px);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--gold) var(--black);
}

body {
  margin: 0;
  color: var(--ivory);
  background: var(--black);
  font-family: var(--sans);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.no-scroll { overflow: hidden; }

img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 20px;
  padding: 12px 18px;
  color: var(--black);
  background: var(--ivory);
  transform: translateY(-120%);
  transition: transform .2s ease;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  padding: 22px var(--pad);
  border-bottom: 1px solid var(--line-light);
  transition: padding .35s ease, background .35s ease, border-color .35s ease;
}

.site-header::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: rgba(9, 9, 8, .9);
  opacity: 0;
  backdrop-filter: blur(20px);
  transition: opacity .35s ease;
}

.site-header.is-scrolled { padding-top: 14px; padding-bottom: 14px; }
.site-header.is-scrolled::before { opacity: 1; }

.wordmark {
  display: grid;
  justify-self: start;
  width: max-content;
  font-size: 15px;
  font-weight: 500;
  line-height: .86;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.wordmark span:last-child { margin-left: 17px; }

.brand-byline {
  margin: 0;
  color: rgba(255, 255, 255, .54);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: clamp(22px, 2.5vw, 44px);
}

.desktop-nav a {
  position: relative;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.desktop-nav a:not(.nav-contact)::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s ease;
}

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

.nav-contact {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 12px 15px;
  color: var(--black);
  background: var(--ivory);
  transition: color .3s ease, background .3s ease;
}

.nav-contact:hover { color: var(--ivory); background: var(--violet); }
.menu-toggle, .mobile-menu { display: none; }

.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  overflow: hidden;
  background: #252822;
}

.hero-scenes,
.hero-scene,
.hero-wash,
.hero-grain { position: absolute; inset: 0; }

.hero-scene {
  opacity: 0;
  transform: scale(1.025);
  transition: opacity .85s ease, transform 1.4s cubic-bezier(.18, .7, .2, 1);
}

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

.hero-scene img {
  height: 100%;
  object-fit: cover;
}

.hero-scene[data-scene="jets"] img { object-position: 58% center; }
.hero-scene[data-scene="property"] img { object-position: 57% center; }
.hero-scene[data-scene="yachts"] img { object-position: 48% center; }

.hero-wash {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .78) 0%, rgba(5, 5, 5, .37) 48%, rgba(5, 5, 5, .08) 77%),
    linear-gradient(0deg, rgba(5, 5, 5, .84) 0%, transparent 56%),
    linear-gradient(180deg, rgba(5, 5, 5, .55) 0%, transparent 30%);
}

.hero-grain {
  opacity: .07;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.hero-content {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(1180px, calc(100% - 2 * var(--pad)));
  margin: 10px var(--pad) 145px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 26px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.eyebrow > span { width: 36px; height: 1px; background: var(--gold); }

.hero h1,
.manifesto h2,
.collections-heading h2,
.featured h2,
.approach h2,
.contact h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 300;
  letter-spacing: -.055em;
}

.hero h1 {
  max-width: 1160px;
  font-size: clamp(60px, 7.6vw, 132px);
  line-height: .91;
}

.hero h1 em,
.manifesto h2 em,
.collections-heading h2 em,
.featured h2 em,
.approach h2 em,
.contact h2 em { color: var(--paper); font-weight: 300; }

.hero-lower {
  display: flex;
  align-items: flex-end;
  gap: 55px;
  margin-top: 34px;
  margin-left: clamp(0px, 11vw, 175px);
}

.hero-lower > p {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-family: var(--display);
  font-size: clamp(17px, 1.45vw, 23px);
  font-weight: 300;
  line-height: 1.45;
}

.round-link {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 50%;
  transition: color .3s ease, background .3s ease, border-color .3s ease;
}

.round-link span { font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.round-link svg { width: 15px; margin-top: -22px; fill: none; stroke: currentColor; stroke-width: 1; }
.round-link:hover { color: var(--black); border-color: var(--ivory); background: var(--ivory); }

.hero-selector {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
  background: rgba(7, 7, 6, .24);
  backdrop-filter: blur(5px);
}

.hero-choice {
  position: relative;
  display: grid;
  grid-template-columns: 30px 1fr auto;
  align-items: end;
  gap: 10px;
  min-height: 115px;
  padding: 23px var(--pad) 20px;
  text-align: left;
  border: 0;
  border-right: 1px solid var(--line-light);
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}

.hero-choice::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s cubic-bezier(.2, .7, .2, 1);
}

.hero-choice.is-active::before { transform: scaleX(1); }
.choice-number { align-self: start; color: rgba(255, 255, 255, .48); font-size: 9px; letter-spacing: .14em; }
.choice-title { font-family: var(--display); font-size: clamp(20px, 2vw, 31px); font-weight: 300; }
.choice-arrow { font-family: var(--display); font-size: 23px; transition: transform .25s ease; }
.hero-choice:hover .choice-arrow { transform: translate(4px, -4px); }

.section-space { padding: clamp(100px, 11vw, 180px) var(--pad); }

.section-index {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #77736c;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.section-index span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.section-index p { margin: 0; }

.manifesto {
  display: grid;
  grid-template-columns: minmax(180px, .55fr) 2fr;
  gap: clamp(50px, 8vw, 150px);
  color: var(--black);
  background: var(--ivory);
}

.manifesto-copy { max-width: 1240px; }

.manifesto h2 {
  max-width: 1080px;
  font-size: clamp(53px, 6.9vw, 116px);
  line-height: .97;
}

.manifesto h2 em { color: #8a8175; }

.manifesto-detail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 35px;
  max-width: 780px;
  margin: clamp(55px, 7vw, 105px) 0 0 auto;
}

.manifesto-detail p {
  margin: 0;
  color: #5c5852;
  font-size: 13px;
  line-height: 1.75;
}

.collections { background: var(--ink); }

.collections-heading {
  display: grid;
  grid-template-columns: minmax(180px, .55fr) 1.2fr .7fr;
  align-items: end;
  gap: clamp(35px, 6vw, 110px);
}

.collections-heading h2 { font-size: clamp(58px, 6.6vw, 108px); line-height: .92; }

.collections-note {
  max-width: 300px;
  margin: 0 0 5px;
  color: rgba(255, 255, 255, .49);
  font-family: var(--display);
  font-size: 18px;
  font-style: italic;
  line-height: 1.45;
}

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

.collection-card {
  position: relative;
  display: block;
  min-height: min(77vw, 860px);
  max-height: 900px;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, .2);
  background: #24231f;
}

.collection-card > img {
  height: 100%;
  object-fit: cover;
  filter: saturate(.8);
  transition: transform 1.25s cubic-bezier(.2, .7, .2, 1), filter .5s ease;
}

.collection-card:nth-child(1) > img { object-position: 62% center; }
.collection-card:nth-child(2) > img { object-position: 62% center; }
.collection-card:nth-child(3) > img { object-position: 46% center; }
.collection-card:hover > img { filter: saturate(1); transform: scale(1.035); }

.card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 6, 5, .5), transparent 35%, rgba(6, 6, 5, .79) 100%);
  transition: background .4s ease;
}

.collection-card:hover .card-shade { background: linear-gradient(180deg, rgba(6, 6, 5, .35), transparent 42%, rgba(6, 6, 5, .7) 100%); }

.card-meta {
  position: absolute;
  top: 28px;
  right: 26px;
  left: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-meta b { font-size: 9px; font-weight: 400; letter-spacing: .15em; }
.card-meta small { font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }

.card-title {
  position: absolute;
  bottom: 100px;
  left: clamp(24px, 3vw, 53px);
  font-family: var(--display);
  font-size: clamp(49px, 5.5vw, 89px);
  font-weight: 300;
  line-height: .76;
  letter-spacing: -.05em;
}

.card-title em { margin-left: clamp(23px, 3.5vw, 58px); color: var(--paper); font-weight: 300; }

.card-link {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, .35);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.card-link b { font-family: var(--display); font-size: 23px; font-weight: 300; transition: transform .25s ease; }
.collection-card:hover .card-link b { transform: translate(4px, -4px); }

.featured { color: var(--black); background: var(--paper); }

.featured-heading {
  display: grid;
  grid-template-columns: .55fr 1.25fr .65fr;
  align-items: end;
  gap: clamp(35px, 6vw, 110px);
  margin-bottom: clamp(65px, 8vw, 120px);
}

.eyebrow-dark { color: #6e685f; }

.featured h2 { font-size: clamp(63px, 7vw, 116px); line-height: .77; }
.featured h2 em { color: #7b7369; font-size: .68em; }

.featured-heading > p {
  max-width: 340px;
  margin: 0;
  color: #5b5751;
  font-size: 13px;
  line-height: 1.72;
}

.featured-visual {
  position: relative;
  display: block;
  height: min(65vw, 920px);
  min-height: 580px;
  overflow: hidden;
  background: #34322e;
}

.featured-visual > img {
  height: 100%;
  object-fit: cover;
  object-position: 49% center;
  transition: transform 1.3s cubic-bezier(.2, .7, .2, 1);
}

.featured-visual:hover > img { transform: scale(1.025); }
.featured-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5, 5, 5, .62), transparent 48%); }

.browser-bar {
  position: absolute;
  top: 20px;
  right: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 12px;
  color: rgba(255, 255, 255, .64);
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(11, 11, 10, .46);
  backdrop-filter: blur(11px);
}

.browser-bar i { width: 5px; height: 5px; border-radius: 50%; background: rgba(255, 255, 255, .5); }
.browser-bar b { margin: 0 auto; font-size: 8px; font-weight: 400; letter-spacing: .13em; }

.launch-button {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
  min-width: 260px;
  padding: 18px 20px;
  color: var(--black);
  background: var(--ivory);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  transition: color .3s ease, background .3s ease;
}

.launch-button b { font-family: var(--display); font-size: 24px; font-weight: 300; transition: transform .25s ease; }
.featured-visual:hover .launch-button { color: white; background: var(--violet); }
.featured-visual:hover .launch-button b { transform: translate(4px, -4px); }

.featured-details {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 18px 30px;
  padding: 30px 0 0;
}

.featured-details p { margin: 0; color: #837b72; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.featured-details strong { font-family: var(--display); font-size: 16px; font-weight: 300; }
.featured-details a { display: flex; align-items: center; gap: 20px; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.featured-details a span { font-family: var(--display); font-size: 22px; }

.approach { background: var(--black); }

.approach-top {
  display: grid;
  grid-template-columns: .55fr 2fr;
  gap: clamp(50px, 8vw, 150px);
  margin-bottom: clamp(70px, 9vw, 130px);
}

.approach h2 { font-size: clamp(66px, 8vw, 130px); line-height: .81; }

.process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-light);
}

.process-list li { min-height: 300px; padding: 27px clamp(22px, 3vw, 48px) 10px 0; border-right: 1px solid var(--line-light); }
.process-list li + li { padding-left: clamp(22px, 3vw, 48px); }
.process-list li:last-child { border-right: 0; }
.process-list li > span { color: #77736c; font-size: 9px; letter-spacing: .15em; }
.process-list h3 { margin: 90px 0 16px; font-family: var(--display); font-size: clamp(27px, 2.5vw, 39px); font-weight: 300; }
.process-list p { max-width: 330px; margin: 0; color: rgba(255, 255, 255, .48); font-size: 12px; line-height: 1.72; }

.contact {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(86vw, 980px);
  padding: 130px var(--pad);
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(5, 5, 5, .94), rgba(5, 5, 5, .38) 60%, rgba(5, 5, 5, .2)),
    url("assets/superyacht-optimized.webp") center / cover no-repeat;
}

.contact-glow {
  position: absolute;
  right: -15%;
  bottom: -55%;
  width: 80vw;
  height: 70vw;
  border-radius: 50%;
  background: rgba(108, 92, 231, .18);
  filter: blur(100px);
  pointer-events: none;
}

.contact-copy { position: relative; max-width: 1050px; }
.contact h2 { font-size: clamp(68px, 8.5vw, 140px); line-height: .8; }
.contact-copy > p:not(.eyebrow) { max-width: 540px; margin: 47px 0 0; color: rgba(255, 255, 255, .63); font-family: var(--display); font-size: clamp(18px, 1.7vw, 24px); line-height: 1.5; }
.contact-actions { display: flex; align-items: center; gap: 34px; margin-top: 40px; }

.button-light {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
  min-width: 270px;
  padding: 18px 20px;
  color: var(--black);
  background: var(--ivory);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  transition: color .3s ease, background .3s ease;
}

.button-light:hover { color: white; background: var(--violet); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid rgba(255, 255, 255, .4); font-family: var(--display); font-size: 17px; }

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding: 75px var(--pad) 30px;
  border-top: 1px solid var(--line-light);
  background: var(--black);
}

.footer-wordmark { font-size: clamp(29px, 3vw, 48px); line-height: .78; }
.footer-wordmark span:last-child { margin-left: 35px; }

.footer-note { justify-self: end; text-align: right; }
.footer-note p { margin: 0 0 11px; color: rgba(255, 255, 255, .48); font-family: var(--display); font-size: 17px; }
.footer-note a { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.footer-bottom {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding-top: 28px;
  color: rgba(255, 255, 255, .35);
  border-top: 1px solid var(--line-light);
  font-size: 8px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-bottom a { justify-self: end; }

.js .reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .85s ease, transform .95s cubic-bezier(.2, .7, .2, 1);
}

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

.js .reveal-image > img {
  opacity: 0;
  transform: scale(1.045);
  transition: opacity .8s ease, transform 1.2s cubic-bezier(.2, .7, .2, 1);
}

.js .reveal-image.is-visible > img { opacity: 1; transform: scale(1); }
.js .collection-card.is-visible:hover > img { transform: scale(1.035); }
.js .featured-visual.is-visible:hover > img { transform: scale(1.025); }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .brand-byline, .desktop-nav { display: none; }

  .menu-toggle {
    display: grid;
    justify-self: end;
    gap: 7px;
    width: 40px;
    padding: 11px 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span { width: 100%; height: 1px; background: currentColor; transition: transform .3s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

  .mobile-menu {
    position: fixed;
    z-index: 90;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 110px var(--pad) 50px;
    background: var(--black);
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease, visibility .35s ease;
  }

  .mobile-menu.is-open { opacity: 1; visibility: visible; }
  .mobile-menu nav { display: grid; }
  .mobile-menu nav a { display: flex; align-items: baseline; gap: 25px; padding: 16px 0; border-bottom: 1px solid var(--line-light); font-family: var(--display); font-size: clamp(43px, 8vw, 72px); font-weight: 300; }
  .mobile-menu nav small { color: #77736c; font-family: var(--sans); font-size: 9px; letter-spacing: .15em; }
  .mobile-menu > p { margin: auto 0 0; color: rgba(255, 255, 255, .35); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }

  .manifesto, .approach-top { grid-template-columns: 1fr; }
  .collections-heading, .featured-heading { grid-template-columns: 1fr 1.5fr; }
  .collections-heading .collections-note, .featured-heading > p { grid-column: 2; }
  .collection-card { min-height: 760px; }
  .featured-details { grid-template-columns: auto 1fr auto 1fr; }
  .featured-details a { grid-column: 3 / 5; }
}

@media (max-width: 760px) {
  :root { --pad: 20px; }
  .site-header { padding-top: 18px; padding-bottom: 18px; }

  .hero-content { align-self: flex-start; width: calc(100% - 40px); margin: 150px 20px 280px; }
  .hero h1 { font-size: clamp(55px, 16vw, 85px); line-height: .88; }
  .hero-lower { align-items: flex-start; flex-direction: column; gap: 26px; margin: 34px 0 0; }
  .hero-lower > p { max-width: 95%; font-size: 17px; }
  .round-link { width: auto; height: auto; padding: 13px 17px; border-radius: 0; }
  .round-link svg { margin: 0 0 0 18px; }
  .round-link { display: flex; }

  .hero-selector { grid-template-columns: 1fr; }
  .hero-choice { grid-template-columns: 24px 1fr auto; min-height: 61px; padding: 13px 20px 11px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .choice-title { font-size: 20px; }
  .choice-number { align-self: center; }

  .section-space { padding-top: 95px; padding-bottom: 95px; }
  .manifesto { gap: 52px; }
  .manifesto h2 { font-size: clamp(50px, 15vw, 74px); }
  .manifesto-detail { grid-template-columns: 1fr; gap: 20px; margin-top: 55px; }

  .collections-heading, .featured-heading { grid-template-columns: 1fr; }
  .collections-heading .collections-note, .featured-heading > p { grid-column: 1; }
  .collections-heading h2 { margin-top: 35px; font-size: 62px; }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-card { min-height: 79vh; max-height: 740px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .card-title { bottom: 100px; font-size: clamp(63px, 18vw, 90px); }

  .featured-heading { gap: 42px; }
  .featured h2 { font-size: 65px; }
  .featured-visual { height: 72vh; min-height: 560px; }
  .featured-visual > img { object-position: 52% center; }
  .browser-bar { top: 10px; right: 10px; left: 10px; }
  .launch-button { right: 10px; bottom: 10px; left: 10px; min-width: 0; }
  .featured-details { grid-template-columns: auto 1fr; gap: 11px 20px; }
  .featured-details p { margin-top: 13px; }
  .featured-details a { grid-column: 1 / -1; justify-content: space-between; margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--line-dark); }

  .approach-top { gap: 48px; }
  .approach h2 { font-size: 74px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li + li { min-height: 255px; padding: 25px 0 35px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .process-list h3 { margin-top: 62px; }

  .contact { min-height: 820px; padding-top: 110px; padding-bottom: 110px; background-position: 58% center; }
  .contact h2 { font-size: clamp(65px, 18vw, 90px); }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  .button-light { width: 100%; }

  .site-footer { grid-template-columns: 1fr; gap: 45px; padding-top: 60px; }
  .footer-note { justify-self: start; text-align: left; }
  .footer-bottom { grid-template-columns: 1fr; gap: 13px; }
  .footer-bottom a { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal, .js .reveal-image > img { opacity: 1; transform: none; }
}
