/* kusuwata.com home alternative: independent comparison layout */

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

/* Offloop-inspired alternative top. Scoped to home-alt.html only. */
.offloop-alt {
  --off-bg: #050607;
  --off-panel: rgba(17, 19, 20, 0.84);
  --off-panel-2: rgba(229, 224, 211, 0.08);
  --off-paper: #f4efe4;
  --off-muted: rgba(244, 239, 228, 0.66);
  --off-dim: rgba(244, 239, 228, 0.38);
  --off-line: rgba(244, 239, 228, 0.14);
  --off-glow: #d8ff5b;
  --off-coral: #ff6f35;
  --off-cyan: #75d7d0;
  color: var(--off-paper);
  background:
    radial-gradient(circle at 42% -16%, rgba(255, 111, 53, 0.20), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(216, 255, 91, 0.12), transparent 24%),
    linear-gradient(180deg, #050607 0%, #0b0d0e 42%, #050607 100%);
  font-family: var(--font-jp);
}

.offloop-alt::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(var(--off-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--off-line) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.14) 72%, transparent);
}

.offloop-alt::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
}

.offloop-alt a {
  color: inherit;
}

.offloop-alt .alt-nav {
  min-height: 72px;
  padding: 18px clamp(18px, 5vw, 72px);
  color: var(--off-paper);
  background: rgba(5, 6, 7, 0.72);
  border-bottom: 1px solid var(--off-line);
  backdrop-filter: blur(24px);
}

.offloop-alt .alt-logo img {
  width: 128px;
}

.offloop-alt .alt-nav-links a,
.offloop-alt .alt-nav-contact,
.offloop-alt .alt-nav-ec {
  color: var(--off-muted);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.offloop-alt .alt-nav-links a:hover,
.offloop-alt .alt-nav-actions a:hover {
  color: var(--off-paper);
  opacity: 1;
}

.offloop-alt .alt-nav-contact,
.offloop-alt .alt-nav-ec {
  min-height: 36px;
  border: 1px solid var(--off-line);
  border-radius: 0;
  background: transparent;
}

.offloop-alt .alt-nav-contact {
  color: #07100d;
  border-color: var(--off-glow);
  background: var(--off-glow);
}

.offloop-alt main {
  overflow: hidden;
}

.off-hero {
  position: relative;
  min-height: calc(100svh - 72px);
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: end;
  padding: clamp(54px, 8vw, 98px) clamp(18px, 5vw, 72px) 32px;
  isolation: isolate;
}

.off-hero-stage {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.off-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.off-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(1.18) contrast(1.05);
  transform: scale(1.03);
}

.off-hero-media::before,
.off-hero-media::after,
.off-warm-field {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.off-hero-media::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5, 6, 7, 0.34) 0%, rgba(120, 31, 0, 0.30) 38%, rgba(81, 13, 0, 0.74) 78%, rgba(5, 6, 7, 0.98) 100%),
    radial-gradient(circle at 50% 44%, rgba(255, 196, 42, 0.58), transparent 34%),
    radial-gradient(circle at 18% 38%, rgba(255, 62, 18, 0.42), transparent 36%);
  mix-blend-mode: multiply;
}

.off-hero-media::after {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.74), transparent 28%, transparent 72%, rgba(5, 6, 7, 0.74)),
    linear-gradient(180deg, rgba(5, 6, 7, 0.70), transparent 20%, transparent 55%, rgba(5, 6, 7, 0.96));
}

.off-warm-field {
  z-index: 3;
  opacity: 0.66;
  background:
    radial-gradient(ellipse at 50% 34%, rgba(255, 219, 82, 0.48), transparent 30%),
    radial-gradient(ellipse at 50% 42%, rgba(255, 116, 27, 0.52), transparent 54%),
    linear-gradient(180deg, rgba(255, 84, 25, 0.06), rgba(116, 18, 0, 0.60));
}

.off-orbit {
  position: absolute;
  width: min(58vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(244, 239, 228, 0.13);
  border-radius: 50%;
}

.off-orbit-one {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.off-orbit-two {
  top: 20%;
  left: 50%;
  width: min(38vw, 520px);
  transform: translateX(-50%);
  border-style: dashed;
}

.off-console,
.off-photo-stack {
  position: absolute;
  border: 1px solid var(--off-line);
  background: var(--off-panel);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.off-console {
  width: min(320px, 28vw);
  padding: 16px;
  z-index: 4;
}

.off-console-left {
  top: 31%;
  left: clamp(18px, 5vw, 72px);
}

.off-console-right {
  top: 36%;
  right: clamp(18px, 5vw, 72px);
}

.off-console-bar {
  display: flex;
  gap: 7px;
  margin-bottom: 30px;
}

.off-console-bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--off-dim);
}

.off-console p,
.off-work-card span,
.off-notes span,
.off-route-grid span {
  margin: 0;
  color: var(--off-glow);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.off-console strong {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.45;
}

.off-console small {
  display: block;
  margin-top: 18px;
  color: var(--off-dim);
  font-family: var(--font-mono);
  font-size: 11px;
  line-height: 1.7;
}

.off-photo-stack {
  left: 50%;
  top: 12%;
  width: min(45vw, 610px);
  height: min(42vh, 430px);
  transform: translateX(-50%);
  background: rgba(244, 239, 228, 0.05);
}

.off-photo-stack img {
  position: absolute;
  inset: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  object-fit: cover;
  opacity: 0;
  filter: saturate(0.62) contrast(1.12);
  animation: off-photo-cycle 15s infinite;
}

.off-photo-stack img:nth-child(2) {
  animation-delay: 5s;
}

.off-photo-stack img:nth-child(3) {
  animation-delay: 10s;
}

.off-photo-stack::before {
  content: "workspace / people / agents";
  position: absolute;
  top: 16px;
  left: 18px;
  z-index: 2;
  padding: 8px 10px;
  color: #07100d;
  background: var(--off-glow);
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

@keyframes off-photo-cycle {
  0%, 30% { opacity: 1; transform: scale(1.01); }
  38%, 100% { opacity: 0; transform: scale(1.07); }
}

.off-hero-copy {
  width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;
  transform: translateY(-7vh);
}

.offloop-alt .alt-kicker {
  margin: 0 0 18px;
  color: var(--off-glow);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0;
}

.offloop-alt .off-hero h1 {
  margin: 0;
  font-family: var(--font-jp-display);
  font-size: clamp(58px, 8.6vw, 120px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 18px 62px rgba(0, 0, 0, 0.56);
}

.offloop-alt .alt-hero-lead {
  max-width: 660px;
  margin: 22px auto 0;
  color: rgba(244, 239, 228, 0.86);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.85;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.54);
}

.offloop-alt .alt-hero-actions {
  justify-content: center;
  margin-top: 34px;
  gap: 0;
}

.offloop-alt .alt-hero-actions a,
.off-contact a {
  min-height: 48px;
  padding: 0 24px;
  color: var(--off-paper);
  border: 1px solid rgba(244, 239, 228, 0.18);
  border-radius: 999px;
  background: rgba(244, 239, 228, 0.10);
  font-family: var(--font-mono);
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  backdrop-filter: blur(18px);
}

.offloop-alt .alt-hero-actions a:first-child,
.off-contact a {
  color: #07100d;
  border-color: var(--off-glow);
  background: var(--off-glow);
}

.offloop-alt .alt-hero-actions a:first-child {
  min-width: 168px;
  box-shadow:
    0 0 0 7px rgba(244, 239, 228, 0.18),
    0 22px 60px rgba(216, 255, 91, 0.18);
}

.offloop-alt .alt-hero-actions a + a {
  margin-left: 12px;
}

.off-hero-foot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin-top: 0;
  border: 1px solid rgba(244, 239, 228, 0.18);
  background: rgba(5, 6, 7, 0.36);
  backdrop-filter: blur(18px);
}

.off-hero-foot span {
  min-height: 62px;
  display: grid;
  place-items: center;
  color: var(--off-dim);
  border-right: 1px solid var(--off-line);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.off-hero-foot span:last-child {
  border-right: 0;
}

.off-section {
  display: grid;
  grid-template-columns: minmax(130px, 0.18fr) minmax(0, 0.82fr);
  gap: clamp(28px, 5vw, 78px);
  padding: clamp(82px, 10vw, 138px) clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--off-line);
}

.offloop-alt .alt-section-label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--off-dim);
  font-family: var(--font-mono);
  letter-spacing: 0;
}

.off-section-head,
.off-reading {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(280px, 0.58fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
  grid-column: 2;
}

.off-section-head h2,
.off-reading h2,
.off-profile-copy h2,
.off-contact h2 {
  margin: 0;
  font-family: var(--font-jp-display);
  font-size: clamp(36px, 5.4vw, 82px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

.off-section-head p,
.off-reading p,
.off-profile-copy p,
.off-contact p {
  margin: 0;
  color: var(--off-muted);
  font-size: 16px;
  line-height: 2;
}

.off-work-grid,
.off-notes,
.off-route-grid {
  grid-column: 2;
  display: grid;
  margin-top: 46px;
  border-top: 1px solid var(--off-line);
  border-left: 1px solid var(--off-line);
}

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

.off-work-card,
.off-notes article,
.off-route-grid a {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 3vw, 36px);
  color: var(--off-paper);
  border-right: 1px solid var(--off-line);
  border-bottom: 1px solid var(--off-line);
  background: rgba(244, 239, 228, 0.025);
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.off-work-card:hover,
.off-route-grid a:hover {
  background: rgba(216, 255, 91, 0.08);
  opacity: 1;
  transform: translateY(-2px);
}

.off-work-card strong,
.off-route-grid strong {
  display: block;
  margin-top: 28px;
  font-size: clamp(22px, 2.4vw, 38px);
  line-height: 1.38;
}

.off-work-card em,
.off-route-grid em {
  margin-top: auto;
  color: var(--off-muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.9;
}

.off-marquee {
  overflow: hidden;
  border-top: 1px solid var(--off-line);
  border-bottom: 1px solid var(--off-line);
  background: var(--off-paper);
}

.off-marquee div {
  display: flex;
  width: max-content;
  animation: off-marquee 30s linear infinite;
}

.off-marquee span {
  padding: 18px 30px;
  color: #050607;
  font-family: var(--font-mono);
  font-size: clamp(14px, 2vw, 28px);
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes off-marquee {
  to { transform: translateX(-50%); }
}

.off-why {
  background: linear-gradient(180deg, rgba(244, 239, 228, 0.025), rgba(117, 215, 208, 0.06));
}

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

.off-notes article {
  min-height: 320px;
}

.off-notes h3 {
  margin: 34px 0 0;
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1.48;
}

.off-notes p {
  margin: auto 0 0;
  color: var(--off-muted);
  font-size: 14px;
  line-height: 1.95;
}

.off-profile {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  padding: clamp(74px, 9vw, 126px) clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--off-line);
}

.off-profile-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--off-line);
}

.off-profile-image::after {
  content: "story / base / role";
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 9px 11px;
  color: #07100d;
  background: var(--off-cyan);
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.off-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.18) contrast(1.06);
}

.off-profile-copy {
  max-width: 720px;
}

.offloop-alt .alt-profile-facts {
  margin: 40px 0;
}

.offloop-alt .alt-profile-facts div {
  border-top-color: var(--off-line);
}

.offloop-alt .alt-profile-facts dt {
  color: var(--off-dim);
}

.offloop-alt .alt-profile-facts dd {
  color: var(--off-muted);
}

.offloop-alt .alt-text-link {
  color: var(--off-paper);
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
}

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

.off-route-grid a {
  min-height: 300px;
}

.off-contact {
  display: grid;
  justify-items: center;
  padding: clamp(86px, 11vw, 150px) clamp(18px, 5vw, 72px);
  text-align: center;
  border-top: 1px solid var(--off-line);
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 255, 91, 0.16), transparent 34%),
    #050607;
}

.off-contact p {
  max-width: 760px;
  margin-top: 24px;
}

.off-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
}

.offloop-alt .alt-footer {
  color: var(--off-dim);
  background: #050607;
  border-top: 1px solid var(--off-line);
}

.offloop-alt .alt-footer a {
  color: var(--off-muted);
}

@media (prefers-reduced-motion: reduce) {
  .off-photo-stack img,
  .off-marquee div {
    animation: none;
  }

  .off-photo-stack img:first-child {
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .offloop-alt .alt-nav {
    grid-template-columns: auto auto;
  }

  .off-console {
    display: none;
  }

  .off-photo-stack {
    top: 10%;
    width: min(78vw, 620px);
    height: 330px;
    opacity: 0.72;
  }

  .off-hero {
    padding-top: 360px;
  }

  .off-section,
  .off-profile {
    grid-template-columns: 1fr;
  }

  .off-section-head,
  .off-reading,
  .off-work-grid,
  .off-notes,
  .off-route-grid {
    grid-column: auto;
  }

  .off-section-head,
  .off-reading {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .offloop-alt .alt-nav {
    min-height: 64px;
  }

  .offloop-alt .alt-logo img {
    width: 112px;
  }

  .offloop-alt .alt-nav-ec {
    display: none;
  }

  .off-hero {
    min-height: auto;
    padding-top: 300px;
  }

  .off-photo-stack {
    top: 26px;
    width: calc(100vw - 36px);
    height: 250px;
  }

  .offloop-alt .off-hero h1 {
    font-size: clamp(46px, 16vw, 68px);
  }

  .offloop-alt .alt-hero-lead,
  .off-section-head p,
  .off-reading p,
  .off-profile-copy p,
  .off-contact p {
    font-size: 15px;
    line-height: 1.9;
  }

  .offloop-alt .alt-hero-actions {
    flex-direction: column;
  }

  .offloop-alt .alt-hero-actions a,
  .off-contact a {
    width: 100%;
  }

  .off-hero-foot,
  .off-work-grid,
  .off-notes,
  .off-route-grid {
    grid-template-columns: 1fr;
  }

  .off-hero-foot span {
    border-right: 0;
    border-bottom: 1px solid var(--off-line);
  }

  .off-hero-foot span:last-child {
    border-bottom: 0;
  }

  .off-work-card,
  .off-notes article,
  .off-route-grid a {
    min-height: 220px;
  }

  .off-profile {
    padding-top: 64px;
  }

  .off-profile-image {
    min-height: 420px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fffdfa;
  font-family: var(--font-jp);
}

a {
  color: inherit;
}

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

.alt-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 18px 56px;
  background: rgba(255, 253, 250, 0.92);
  border-bottom: 1px solid rgba(27, 26, 23, 0.12);
  backdrop-filter: blur(18px);
}

.alt-logo img {
  width: 124px;
  height: auto;
}

.alt-nav-links {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.alt-nav-links a,
.alt-nav-contact,
.alt-nav-ec {
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.alt-nav-links a {
  color: var(--ink-2);
}

.alt-nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.alt-nav-ec {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  color: var(--ink);
  border: 1px solid rgba(27, 26, 23, 0.2);
  border-radius: 999px;
}

.alt-nav-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  color: #fffdfa;
  background: var(--ink);
  border-radius: 999px;
}

.alt-hero {
  min-height: calc(100svh - 68px);
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  gap: 54px;
  align-items: stretch;
  padding: 46px 56px 72px;
  background:
    linear-gradient(90deg, rgba(255,253,250,1) 0%, rgba(255,253,250,1) 50%, rgba(242,241,237,1) 50%, rgba(242,241,237,1) 100%);
}

.alt-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding: 72px 0 56px;
}

.alt-kicker,
.alt-section-label,
.alt-work-item span,
.alt-flow-list span,
.alt-profile-facts dt {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.alt-kicker {
  margin: 0 0 28px;
  color: var(--brand-teal);
}

.alt-hero h1 {
  margin: 0;
  font-family: var(--font-jp-display);
  font-size: 72px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.alt-hero-lead {
  max-width: 520px;
  margin: 34px 0 0;
  color: var(--ink-2);
  font-size: 17px;
  line-height: 2;
}

.alt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}

.alt-hero-actions a,
.alt-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.alt-hero-actions a:first-child,
.alt-contact a {
  color: #fffdfa;
  background: var(--ink);
}

.alt-hero-actions a:hover,
.alt-contact a:hover,
.alt-work-item:hover,
.alt-text-link:hover,
.alt-nav a:hover {
  opacity: 0.72;
}

.alt-hero-visual {
  position: relative;
  min-height: 640px;
  margin: 0;
  overflow: hidden;
  background: var(--bg-2);
}

.alt-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.alt-image-slider,
.alt-card-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--bg-2);
}

.alt-card-slider {
  aspect-ratio: 4 / 3;
  height: auto;
  margin-bottom: 22px;
}

.alt-image-slider img,
.alt-card-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: alt-slide-fade 12s infinite;
}

.alt-image-slider img:nth-child(2),
.alt-card-slider img:nth-child(2) {
  animation-delay: 4s;
}

.alt-image-slider img:nth-child(3),
.alt-card-slider img:nth-child(3) {
  animation-delay: 8s;
}

@keyframes alt-slide-fade {
  0% { opacity: 1; transform: scale(1.02); }
  30% { opacity: 1; }
  38% { opacity: 0; transform: scale(1.07); }
  100% { opacity: 0; transform: scale(1.07); }
}

@media (prefers-reduced-motion: reduce) {
  .alt-image-slider img,
  .alt-card-slider img {
    animation: none;
  }

  .alt-image-slider img:first-child,
  .alt-card-slider img:first-child {
    opacity: 1;
  }
}

.alt-hero-visual figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  max-width: 260px;
  padding: 14px 16px;
  color: #fffdfa;
  background: rgba(27, 26, 23, 0.72);
  font-size: 13px;
  line-height: 1.65;
}

.alt-section {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 72px;
  padding: 116px 56px;
  border-top: 1px solid rgba(27, 26, 23, 0.12);
}

.alt-section-label {
  display: flex;
  gap: 18px;
  color: var(--ink-3);
}

.alt-section h2,
.alt-feature-copy h2,
.alt-contact h2 {
  margin: 0;
  font-family: var(--font-jp-display);
  font-size: 42px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
}

.alt-intro-text p,
.alt-feature-copy p,
.alt-contact p {
  max-width: 760px;
  margin: 34px 0 0;
  color: var(--ink-2);
  font-size: 17px;
  line-height: 2;
}

.alt-reading {
  background:
    linear-gradient(135deg, rgba(231, 225, 214, 0.72), rgba(255, 253, 250, 0.96));
}

.alt-reading-body {
  display: grid;
  gap: 42px;
}

.alt-reading-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.68fr);
  gap: 48px;
  align-items: start;
}

.alt-reading-lead p {
  margin: 0;
  color: var(--ink-2);
  font-size: 17px;
  line-height: 2;
}

.alt-reading-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(27, 26, 23, 0.18);
  border-left: 1px solid rgba(27, 26, 23, 0.18);
}

.alt-reading-notes article {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-right: 1px solid rgba(27, 26, 23, 0.18);
  border-bottom: 1px solid rgba(27, 26, 23, 0.18);
  background: rgba(255, 253, 250, 0.52);
}

.alt-reading-notes span,
.alt-route-panel span {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.alt-reading-notes span {
  color: var(--brand-teal);
}

.alt-reading-notes h3 {
  margin: 32px 0 0;
  font-size: 23px;
  line-height: 1.55;
}

.alt-reading-notes p {
  margin: auto 0 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.9;
}

.alt-work {
  background: var(--bg);
}

.alt-work-body h2 {
  margin-bottom: 50px;
}

.alt-work-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(27, 26, 23, 0.18);
  border-left: 1px solid rgba(27, 26, 23, 0.18);
}

.alt-work-item {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 34px;
  border-right: 1px solid rgba(27, 26, 23, 0.18);
  border-bottom: 1px solid rgba(27, 26, 23, 0.18);
  text-decoration: none;
  transition: opacity 160ms ease;
}

.alt-work-item span,
.alt-flow-list span {
  color: var(--brand-olive);
}

.alt-work-item strong {
  max-width: 460px;
  font-size: 23px;
  line-height: 1.55;
}

.alt-work-item em {
  margin-top: auto;
  color: var(--ink-2);
  font-size: 14px;
  font-style: normal;
  line-height: 1.8;
}

.alt-feature {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
  padding: 120px 56px;
  background: var(--ink);
  color: #fffdfa;
}

.alt-feature-image {
  min-height: 620px;
  overflow: hidden;
}

.alt-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alt-feature-copy {
  max-width: 680px;
}

.alt-feature-copy .alt-kicker {
  color: var(--accent-amber);
}

.alt-feature-copy p,
.alt-profile-facts dd {
  color: rgba(255, 253, 250, 0.72);
}

.alt-profile-facts {
  display: grid;
  gap: 20px;
  margin: 40px 0;
  padding: 0;
}

.alt-profile-facts div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 253, 250, 0.18);
}

.alt-profile-facts dt {
  color: rgba(255, 253, 250, 0.45);
}

.alt-profile-facts dd {
  margin: 0;
  line-height: 1.7;
}

.alt-text-link {
  color: #fffdfa;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.alt-flow {
  background: #fffdfa;
}

.alt-flow-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.68fr);
  gap: 48px;
  align-items: end;
}

.alt-flow-copy p {
  margin: 0;
  color: var(--ink-2);
  font-size: 17px;
  line-height: 2;
}

.alt-flow-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
  margin-top: 46px;
}

.alt-flow-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.alt-flow-list li {
  position: relative;
  min-height: 156px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 28px;
  background: var(--bg-2);
  border: 1px solid rgba(27, 26, 23, 0.12);
}

.alt-flow-list li::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 22px;
  width: 52px;
  height: 18px;
  border-right: 2px solid rgba(170, 58, 43, 0.42);
  border-bottom: 2px solid rgba(170, 58, 43, 0.42);
}

.alt-flow-list li:last-child::after {
  border-right: 0;
  border-left: 2px solid rgba(170, 58, 43, 0.42);
}

.alt-flow-list strong {
  font-size: 19px;
  line-height: 1.65;
}

.alt-route-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.alt-route-panel a {
  min-height: 156px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px 24px;
  align-content: center;
  padding: 26px 30px;
  color: inherit;
  background: #fffdfa;
  border: 1px solid rgba(27, 26, 23, 0.12);
  text-decoration: none;
  transition: opacity 160ms ease;
}

.alt-route-panel a:hover {
  opacity: 0.72;
}

.alt-route-panel span {
  grid-row: span 2;
  color: var(--brand-olive);
}

.alt-route-panel strong {
  font-size: 21px;
  line-height: 1.45;
}

.alt-route-panel em {
  color: var(--ink-2);
  font-size: 14px;
  font-style: normal;
  line-height: 1.75;
}

.alt-contact {
  padding: 116px 56px;
  text-align: center;
  background: var(--brand-teal);
  color: #fffdfa;
}

.alt-contact .alt-kicker {
  color: rgba(255, 253, 250, 0.58);
}

.alt-contact h2,
.alt-contact p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.alt-contact p {
  color: rgba(255, 253, 250, 0.72);
}

.alt-contact a {
  margin-top: 40px;
  border-color: #fffdfa;
  background: #fffdfa;
  color: var(--brand-teal);
}

.alt-footer {
  display: grid;
  gap: 26px;
  padding: 58px 56px;
  color: rgba(255, 253, 250, 0.48);
  background: var(--ink);
}

.alt-footer img {
  width: 132px;
}

.alt-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.alt-footer a {
  color: rgba(255, 253, 250, 0.72);
  font-size: 14px;
  text-decoration: none;
}

.alt-footer p {
  margin: 0;
  font-size: 12px;
}

@media (max-width: 980px) {
  .alt-nav {
    padding: 16px 28px;
  }

  .alt-nav-links {
    display: none;
  }

  .alt-hero,
  .alt-section,
  .alt-feature {
    grid-template-columns: 1fr;
  }

  .alt-hero {
    gap: 28px;
    padding: 36px 28px 72px;
    background: #fffdfa;
  }

  .alt-hero-copy {
    max-width: none;
    padding: 40px 0 0;
  }

  .alt-hero h1 {
    font-size: 58px;
  }

  .alt-hero-visual,
  .alt-feature-image {
    min-height: 480px;
  }

  .alt-section,
  .alt-feature,
  .alt-contact {
    gap: 34px;
    padding: 82px 28px;
  }

  .alt-reading-lead,
  .alt-reading-notes {
    grid-template-columns: 1fr;
  }

  .alt-work-list {
    grid-template-columns: 1fr;
  }

  .alt-flow-copy,
  .alt-flow-layout {
    grid-template-columns: 1fr;
  }

  .alt-reading-notes article {
    min-height: 240px;
  }

  .alt-footer {
    padding: 50px 28px;
  }
}

@media (max-width: 560px) {
  .alt-nav {
    min-height: 62px;
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding: 14px 18px;
  }

  .alt-logo img {
    width: 112px;
  }

  .alt-nav-contact {
    min-height: 32px;
    padding: 0 13px;
    font-size: 12px;
  }

  .alt-nav-actions {
    gap: 8px;
  }

  .alt-nav-ec {
    min-height: 32px;
    padding: 0 12px;
    font-size: 12px;
  }

  .alt-hero {
    min-height: auto;
    padding: 30px 18px 56px;
  }

  .alt-hero h1 {
    font-size: 44px;
  }

  .alt-hero-lead,
  .alt-intro-text p,
  .alt-feature-copy p,
  .alt-contact p {
    font-size: 15px;
    line-height: 1.9;
  }

  .alt-hero-actions {
    flex-direction: column;
  }

  .alt-hero-actions a,
  .alt-contact a {
    width: 100%;
  }

  .alt-hero-visual,
  .alt-feature-image {
    min-height: 360px;
  }

  .alt-hero-visual figcaption {
    right: 14px;
    bottom: 14px;
    max-width: 230px;
    font-size: 12px;
  }

  .alt-section,
  .alt-feature,
  .alt-contact {
    padding: 64px 18px;
  }

  .alt-section h2,
  .alt-feature-copy h2,
  .alt-contact h2 {
    font-size: 30px;
  }

  .alt-reading-lead {
    gap: 22px;
  }

  .alt-reading-lead p {
    font-size: 15px;
    line-height: 1.9;
  }

  .alt-reading-notes article {
    min-height: 0;
    padding: 24px;
  }

  .alt-reading-notes h3 {
    margin-top: 24px;
    font-size: 19px;
  }

  .alt-work-item {
    min-height: 0;
    padding: 24px;
  }

  .alt-work-item strong {
    font-size: 19px;
  }

  .alt-profile-facts div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .alt-flow-copy {
    gap: 22px;
  }

  .alt-flow-copy p {
    font-size: 15px;
    line-height: 1.9;
  }

  .alt-flow-layout {
    margin-top: 32px;
  }

  .alt-flow-list li {
    min-height: 146px;
    padding: 22px;
  }

  .alt-flow-list li::after {
    right: 22px;
    bottom: 18px;
  }

  .alt-route-panel a {
    min-height: 136px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px 14px;
    padding: 22px;
  }

  .alt-route-panel strong {
    font-size: 18px;
  }
}
