.index-shell {
  --index-paper: #f4f2ec;
  --index-ink: #10130f;
  --index-green: #0b665e;
  --index-coral: #e4522f;
  --index-yellow: #f0ca45;
  --index-blue: #3157c8;
  background: var(--index-paper);
  color: var(--index-ink);
}

.index-shell *,
.index-shell *::before,
.index-shell *::after {
  letter-spacing: 0;
}

.index-shell :is(h1, h2, h3) {
  word-break: auto-phrase;
}

.index-nav {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid rgba(16, 19, 15, .18);
  background: color-mix(in srgb, var(--index-paper) 92%, transparent);
  backdrop-filter: blur(18px);
}

.index-nav__inner {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.index-brand,
.index-nav__links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  text-decoration: none;
}

.index-brand {
  gap: 10px;
  font-size: 15px;
  font-weight: 850;
  text-transform: uppercase;
}

.index-brand::before {
  width: 10px;
  height: 10px;
  background: var(--index-coral);
  content: "";
}

.index-nav__links {
  display: flex;
  gap: 4px;
}

.index-nav__links a {
  padding-inline: 14px;
  color: #485049;
  font-size: 13px;
  font-weight: 750;
}

.index-nav__links a:hover {
  color: var(--index-green);
}

.index-hero {
  border-bottom: 1px solid rgba(16, 19, 15, .22);
  background: var(--index-paper);
}

.index-hero__reel {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0d121b;
}

.index-hero__reel iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #0d121b;
  pointer-events: none;
}

.index-hero__inner {
  padding-top: clamp(64px, 9vw, 120px);
}

.index-hero__copy {
  display: grid;
  max-width: 1280px;
  gap: 24px;
}

.index-hero .eyebrow,
.gallery-intro .eyebrow,
.index-offering .eyebrow,
.index-cta .eyebrow {
  color: var(--index-green);
  font: 800 12px/1.2 var(--font-mono);
  text-transform: uppercase;
}

.index-hero h1 {
  max-width: none;
  font-family: var(--font-serif);
  font-size: clamp(54px, 6.1vw, 88px);
  font-weight: 400;
  line-height: 1.08;
}

.index-hero .hero-line {
  display: flex;
  width: max-content;
  max-width: 100%;
  gap: 0;
  white-space: nowrap;
}

.index-hero__copy > p:not(.eyebrow) {
  max-width: 760px;
  color: #515850;
  font-size: clamp(16px, 1.7vw, 21px);
  line-height: 1.85;
}

.index-hero__actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.direction-index {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(56px, 8vw, 100px);
  border-top: 1px solid var(--index-ink);
  border-left: 1px solid var(--index-ink);
}

.direction-index a {
  display: grid;
  min-width: 0;
  grid-template-columns: 34px 1fr auto;
  grid-template-rows: auto auto;
  gap: 16px 12px;
  min-height: 290px;
  border-right: 1px solid var(--index-ink);
  padding: 16px;
  color: inherit;
  text-decoration: none;
  transition: background 220ms ease, color 220ms ease;
}

.direction-index a:nth-child(1):hover { background: #dbe6dd; }
.direction-index a:nth-child(2):hover { background: #e7d7c2; }
.direction-index a:nth-child(3):hover { background: var(--index-yellow); }
.direction-index a:nth-child(4):hover { background: #172034; color: #fff; }

.direction-index img {
  grid-column: 1 / -1;
  grid-row: 1;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(.82);
  transition: filter 300ms ease;
}

.direction-index a:hover img {
  filter: saturate(1.05);
}

.direction-index__no {
  grid-column: 1;
  grid-row: 2;
  font: 700 11px/1 var(--font-mono);
}

.direction-index__copy {
  display: grid;
  grid-column: 2;
  grid-row: 2;
  gap: 6px;
}

.direction-index a > span[aria-hidden="true"] {
  grid-column: 3;
  grid-row: 2;
}

.direction-index__copy strong {
  font-size: 18px;
}

.direction-index__copy small {
  color: #626960;
  font-size: 12px;
}

.direction-index a:nth-child(4):hover small {
  color: #c6ceda;
}

.index-hero__summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0;
  border-top: 1px solid var(--index-ink);
}

.index-hero__summary p {
  display: flex;
  min-height: 110px;
  align-items: center;
  gap: 18px;
  border-right: 1px solid var(--index-ink);
  padding: 18px 24px;
}

.index-hero__summary p:last-child {
  border-right: 0;
}

.index-hero__summary strong {
  font-family: var(--font-serif);
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 400;
  line-height: 1;
}

.index-hero__summary span {
  color: #515850;
  font-size: 13px;
  font-weight: 700;
}

.gallery {
  background: #fff;
}

.gallery-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
  gap: clamp(40px, 9vw, 130px);
  align-items: end;
  padding-block: clamp(88px, 12vw, 160px);
}

.gallery-intro > div {
  display: grid;
  gap: 20px;
}

.gallery-intro h2 {
  max-width: 13ch;
  font-family: var(--font-serif);
  font-size: clamp(46px, 6vw, 84px);
  font-weight: 400;
}

.gallery-intro > p {
  color: #596058;
  line-height: 1.9;
}

.design-family {
  scroll-margin-top: 68px;
  padding-block: clamp(72px, 10vw, 132px);
}

.design-family--trust { background: #edf1eb; }
.design-family--narrative { background: #eee5d8; }
.design-family--impact { background: var(--index-yellow); }
.design-family--experience { background: #0d121b; color: #f5f7f5; }

.family-heading {
  display: grid;
  grid-template-columns: minmax(150px, .45fr) minmax(0, 1fr);
  gap: 32px;
  margin-bottom: clamp(36px, 6vw, 72px);
  padding-bottom: 30px;
  border-bottom: 1px solid currentColor;
}

.family-heading > span {
  color: var(--index-green);
  font: 800 12px/1.2 var(--font-mono);
  text-transform: uppercase;
}

.design-family--impact .family-heading > span { color: #8a2b18; }
.design-family--experience .family-heading > span { color: #77e1bd; }

.family-heading > div {
  display: grid;
  grid-template-columns: minmax(230px, .7fr) minmax(260px, 1fr);
  gap: 40px;
  align-items: end;
}

.family-heading h2 {
  font-family: var(--font-serif);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
}

.family-heading p {
  max-width: 660px;
  color: #525a52;
  line-height: 1.85;
}

.design-family--impact .family-heading p { color: #423715; }
.design-family--experience .family-heading p { color: #b8c1c9; }

.design-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 28px);
  align-items: stretch;
}

.design-card {
  display: grid;
  min-width: 0;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(16, 19, 15, .72);
  border-radius: 4px;
  background: #fff;
  color: var(--index-ink);
  text-decoration: none;
  transition: transform 260ms var(--ease-out), box-shadow 260ms var(--ease-out);
}

.design-card figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 4 / 3;
  background: #d7d7d1;
}

.design-card figure::after {
  position: absolute;
  inset: 0;
  border-bottom: 1px solid rgba(16, 19, 15, .72);
  content: "";
  pointer-events: none;
}

.design-card figure > span {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid currentColor;
  background: #fff;
  color: var(--index-ink);
  font: 800 11px/1 var(--font-mono);
}

.design-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.86);
  transition: transform 650ms var(--ease-out), filter 650ms var(--ease-out);
}

.card-copy {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto;
  gap: 16px;
  min-width: 0;
  padding: 22px;
}

.card-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.card-title p {
  color: #657066;
  font: 750 10px/1.3 var(--font-mono);
  text-transform: uppercase;
}

.card-title h3 {
  font-size: clamp(27px, 2.6vw, 38px);
  font-weight: 750;
  line-height: 1;
  overflow-wrap: anywhere;
}

.card-verdict {
  min-height: 2.6em;
  font-size: clamp(18px, 1.7vw, 23px);
  font-weight: 800;
  line-height: 1.3;
}

.card-description {
  color: #545d55;
  font-size: 14px;
  line-height: 1.75;
}

.card-traits {
  border-block: 1px solid rgba(16, 19, 15, .2);
  padding-block: 11px;
  color: var(--index-green);
  font: 750 11px/1.5 var(--font-mono);
}

.card-fit {
  align-self: end;
  color: #4c544c;
  font-size: 13px;
  line-height: 1.65;
}

.card-fit span {
  display: block;
  margin-bottom: 4px;
  color: var(--index-ink);
  font-size: 11px;
  font-weight: 850;
}

.card-action {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(16, 19, 15, .8);
  padding-top: 14px;
  font-size: 13px;
  font-weight: 850;
}

.card-action b {
  font-size: 18px;
  transition: transform 220ms ease;
}

.design-family--impact .design-card {
  border-width: 2px;
  border-radius: 0;
  box-shadow: 7px 7px 0 var(--index-ink);
}

.design-family--impact .card-traits { color: #9b341f; }

.design-family--experience .design-card {
  border-color: #3e4b5b;
  background: #151c27;
  color: #f5f7f5;
}

.design-family--experience .design-card figure::after,
.design-family--experience .card-action {
  border-color: #3e4b5b;
}

.design-family--experience .card-title p,
.design-family--experience .card-description,
.design-family--experience .card-fit {
  color: #b9c2cc;
}

.design-family--experience .card-fit span { color: #f5f7f5; }
.design-family--experience .card-traits { border-color: #3e4b5b; color: #79e1bd; }

.card-modern figure > span { background: #ece9f7; color: #4f3d7d; }
.card-premium figure > span { background: #28231c; color: #fff; }
.card-material figure > span { background: #6750d7; color: #fff; }
.card-editorial figure > span { background: #f0ece3; }
.card-paper figure > span { background: #ded6c8; }
.card-retro figure > span { background: #e24a31; color: #fff; }
.card-bento figure > span { background: #8eb6ce; }
.card-brutalism figure > span { background: #ef4b30; }
.card-neon figure > span { background: #ff3cab; color: #090810; }
.card-glass figure > span { background: #b9f4dc; }
.card-enterprise figure > span { background: #347ed8; color: #fff; }
.card-immersive figure > span { background: #f0d949; }

.index-offering {
  background: var(--index-paper);
}

.offering-layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 9vw, 130px);
}

.offering-layout header {
  display: grid;
  align-content: start;
  gap: 20px;
}

.offering-layout h2 {
  max-width: 11ch;
  font-family: var(--font-serif);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 400;
}

.decision-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--index-ink);
  list-style: none;
}

.decision-list li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--index-ink);
  padding-block: 28px;
}

.decision-list > li > span {
  font: 800 12px/1 var(--font-mono);
}

.decision-list h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.decision-list p {
  max-width: 650px;
  color: #555d55;
  line-height: 1.8;
}

.index-proof {
  background: var(--index-coral);
  color: #fff;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.proof-strip p {
  display: flex;
  min-height: 190px;
  align-items: center;
  gap: 22px;
  border-right: 1px solid rgba(255, 255, 255, .6);
  padding: 30px;
}

.proof-strip p:last-child {
  border-right: 0;
}

.proof-strip strong {
  font-family: var(--font-serif);
  font-size: clamp(62px, 8vw, 108px);
  font-weight: 400;
  line-height: 1;
}

.proof-strip span {
  font-size: 13px;
  font-weight: 750;
  line-height: 1.6;
}

.index-cta {
  background: #0f1514;
  color: #f6f7f3;
}

.index-cta .eyebrow { color: #79e1bd; }

.cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
  gap: clamp(48px, 9vw, 130px);
  align-items: end;
}

.cta-layout > div:first-child {
  display: grid;
  gap: 20px;
}

.cta-layout h2 {
  max-width: 14ch;
  font-family: var(--font-serif);
  font-size: clamp(46px, 6vw, 86px);
  font-weight: 400;
}

.cta-layout > p {
  color: #b9c2bd;
  line-height: 1.9;
}

.cta-layout .button-row {
  grid-column: 1 / -1;
  border-top: 1px solid #43504b;
  padding-top: 22px;
}

.index-cta .btn {
  background: #79e1bd;
  color: #0f1514;
}

.index-cta .btn-secondary {
  border-color: #607069;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .design-card:hover {
    z-index: 2;
    box-shadow: 0 18px 40px rgba(16, 19, 15, .15);
    transform: translateY(-6px);
  }

  .design-family--impact .design-card:hover {
    box-shadow: 12px 12px 0 var(--index-ink);
    transform: translate(-3px, -3px);
  }

  .design-card:hover img {
    filter: saturate(1.06);
    transform: scale(1.035);
  }

  .design-card:hover .card-action b {
    transform: translate(3px, -3px);
  }
}

@media (max-width: 980px) {
  .direction-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .direction-index a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--index-ink);
  }

  .gallery-intro,
  .offering-layout,
  .cta-layout {
    grid-template-columns: 1fr;
  }

  .gallery-intro > p,
  .cta-layout > p {
    max-width: 720px;
  }

  .family-heading > div {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

  .design-grid .design-card:last-child {
    grid-column: 1 / -1;
    grid-template-columns: minmax(260px, .8fr) 1fr;
    grid-template-rows: 1fr;
  }

  .design-grid .design-card:last-child figure {
    min-height: 100%;
    aspect-ratio: auto;
  }

  .cta-layout .button-row {
    grid-column: auto;
  }
}

@media (max-width: 700px) {
  .index-nav__links {
    display: none;
  }

  .index-hero {
    padding-top: 0;
  }

  .index-hero__inner {
    padding-top: 54px;
  }

  .index-hero h1 {
    font-size: clamp(36px, 11vw, 46px);
    line-height: 1.12;
  }

  .index-hero .hero-line {
    width: auto;
    flex-direction: column;
    white-space: normal;
  }

  .index-hero .hero-line > span {
    display: block;
  }

  .direction-index {
    grid-template-columns: 1fr;
    margin-top: 58px;
  }

  .direction-index a {
    grid-template-columns: 30px 96px 1fr auto;
    grid-template-rows: 1fr;
    min-height: 116px;
    align-items: center;
    border-bottom: 1px solid var(--index-ink);
  }

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

  .direction-index img {
    grid-column: 2;
    grid-row: 1;
    width: 96px;
    aspect-ratio: 4 / 3;
  }

  .direction-index__no {
    grid-column: 1;
    grid-row: 1;
  }

  .direction-index__copy {
    grid-column: 3;
    grid-row: 1;
  }

  .direction-index a > span[aria-hidden="true"] {
    grid-column: 4;
    grid-row: 1;
  }

  .index-hero__summary {
    grid-template-columns: 1fr;
  }

  .index-hero__summary p {
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid var(--index-ink);
    padding-inline: 0;
  }

  .index-hero__summary p:last-child {
    border-bottom: 0;
  }

  .gallery-intro h2 {
    font-size: 46px;
  }

  .family-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .design-grid,
  .design-grid .design-card:last-child {
    grid-template-columns: 1fr;
  }

  .design-grid .design-card:last-child {
    grid-template-rows: auto 1fr;
  }

  .design-grid .design-card:last-child figure {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .card-verdict {
    min-height: 0;
  }

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

  .proof-strip p {
    min-height: 130px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    padding-inline: 0;
  }

  .proof-strip p:last-child {
    border-bottom: 0;
  }

  .cta-layout h2 {
    font-size: 46px;
  }
}

@media (max-width: 460px) {
  .index-hero__actions,
  .index-hero__actions a,
  .cta-layout .button-row,
  .cta-layout .button-row a {
    width: 100%;
  }

  .direction-index a {
    grid-template-columns: 26px 78px 1fr auto;
    gap: 10px;
    padding-inline: 10px;
  }

  .direction-index img {
    width: 78px;
  }

  .direction-index__copy strong {
    font-size: 16px;
  }

  .direction-index__copy small {
    font-size: 11px;
  }

  .family-heading h2,
  .offering-layout h2 {
    font-size: 42px;
  }

  .card-copy {
    padding: 18px;
  }

  .card-title {
    display: grid;
    gap: 8px;
  }

  .card-title h3 {
    font-size: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .index-hero__reel iframe {
    pointer-events: none;
  }

  .direction-index a,
  .direction-index img,
  .design-card,
  .design-card img,
  .card-action b {
    transition-duration: 1ms;
  }
}
