@font-face {
  font-family: "SVN-Chand";
  src: url("./assets/fonts/SVN-Chand/SVN-Chand.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "UTM-AVO";
  src: url("./assets/fonts/UTM Avo.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "UTM-AVO";
  src: url("./assets/fonts/UTM AvoBold.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "iCielSoupofJustice";
  src:
    url("./iCielSoupofJustice.otf") format("opentype"),
    url("./assets/fonts/iCielSoupofJustice.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --cream: #fff7e4;
  --paper: #fffdf7;
  --paper-strong: #ffffff;
  --ink: #0c2f1f;
  --ink-soft: #476455;
  --green: #145f32;
  --orange: #f37021;
  --line: rgba(12, 47, 31, 0.14);
  --line-strong: rgba(12, 47, 31, 0.24);
  --sky: #bcece7;
  --lime: #a8e052;
  --yellow: #ffe363;
  --pink: #ff74a0;
  --blue: #1d94c4;
  --shadow: 0 18px 42px rgba(12, 47, 31, 0.12);
  --soft-shadow: 0 10px 24px rgba(12, 47, 31, 0.08);
  --radius-xl: 28px;
  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-sm: 8px;
  --shell: min(1320px, calc(100vw - 36px));
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --display: "Nunito Sans", "UTM-AVO", system-ui, sans-serif;
  --body: "Nunito Sans", "UTM-AVO", system-ui, sans-serif;
  --type-svn: "Nunito Sans", "UTM-AVO", system-ui, sans-serif;
  --type-utm: "Nunito Sans", "UTM-AVO", system-ui, sans-serif;
  --type-iciel: "iCielSoupofJustice", "SVN-Chand", "Nunito Sans", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
  scroll-padding-top: 112px;
  scroll-behavior: initial;
}

html.lenis,
html.lenis body {
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
}

html.smooth-fallback,
html.smooth-fallback body {
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-stopped {
  overflow: clip;
}

[id] {
  scroll-margin-top: 112px;
}

body {
  margin: 0;
  background:
    linear-gradient(105deg, rgba(255, 227, 99, 0.28) 0 22%, transparent 22% 100%),
    linear-gradient(285deg, rgba(188, 236, 231, 0.3) 0 17%, transparent 17% 100%),
    var(--cream);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.52;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  user-select: none;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(12, 47, 31, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 47, 31, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

h1,
h2,
h3,
p,
figure {
  margin: 0;
}

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

h1,
h2,
h3,
h4 {
  color: var(--ink);
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 0;
}

h1,
h2 {
  padding-block: 0.08em;
}

h1 {
  max-width: 14ch;
  font-size: clamp(3.2rem, 6.9vw, 7.4rem);
  line-height: 1.05;
}

h2 {
  font-size: clamp(2.15rem, 4vw, 4.35rem);
  line-height: 1.13;
}

h3 {
  font-size: clamp(1.16rem, 1.55vw, 1.65rem);
  line-height: 1.16;
}

h4 {
  margin: 0;
  font-size: clamp(0.98rem, 1.15vw, 1.16rem);
  line-height: 1.12;
}

p {
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  border-radius: var(--radius-sm);
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-160%);
}

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

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 60;
  padding-top: 14px;
  pointer-events: none;
  transition: padding 320ms var(--ease-out);
}

.site-header.is-scrolled {
  padding-top: 8px;
}

.site-header .nav-shell {
  pointer-events: auto;
}

.site-header + main {
  padding-top: 90px;
}

.nav-shell {
  position: relative;
  display: grid;
  min-height: 66px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: clamp(1rem, 2vw, 2.4rem);
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.83);
  box-shadow: 0 14px 32px rgba(12, 47, 31, 0.1);
  backdrop-filter: blur(18px);
  transition:
    min-height 320ms var(--ease-out),
    box-shadow 320ms var(--ease-out);
}

.site-header.is-scrolled .nav-shell {
  min-height: 58px;
  box-shadow: 0 10px 26px rgba(12, 47, 31, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
}

.brand-logo {
  width: clamp(2.65rem, 3.7vw, 3.45rem);
  flex: 0 0 auto;
}

.brand-name {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.18rem, 1.55vw, 1.65rem);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.site-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.75vw, 1.55rem);
  color: rgba(12, 47, 31, 0.72);
  font-size: 0.92rem;
  font-weight: 800;
}

.site-nav a {
  position: relative;
  padding: 0.35rem 0;
  transition:
    color 220ms ease,
    transform 220ms var(--ease-out);
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -0.12rem;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--orange);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms var(--ease-out);
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--ink);
  transform: translateY(-1px);
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
}

.eyebrow,
.card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before,
.card-kicker::before {
  width: 0.32rem;
  height: 2.05rem;
  border-radius: 999px;
  background: var(--sky);
  content: "";
}

.hero {
  position: relative;
  padding: clamp(1.1rem, 2.1vw, 2rem) 0 clamp(1.9rem, 3.8vw, 3.35rem);
}

.hero::before {
  position: absolute;
  top: 3.2rem;
  right: 0;
  left: 0;
  z-index: -1;
  height: min(46vw, 520px);
  background:
    linear-gradient(8deg, transparent 0 60%, rgba(255, 227, 99, 0.45) 60% 76%, transparent 76%),
    linear-gradient(105deg, transparent 0 48%, rgba(188, 236, 231, 0.54) 48% 70%, transparent 70%);
  content: "";
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1fr);
  gap: clamp(1.6rem, 4vw, 4.5rem);
  align-items: center;
}

.hero-copy {
  display: grid;
  gap: 1.1rem;
}

.hero-lead {
  max-width: 610px;
  color: var(--ink);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  font-weight: 500;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.3rem;
}

.hero-meta span {
  padding: 0.62rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.78);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
}

.asset-frame,
.text-card,
.mini-card,
.swot-card,
.campaign-panel,
.strategy-note,
.product-gap,
.competitor-panel,
.competitor-card,
.position-card,
.identity-stub,
.logo-panel,
.application-group,
.asset-card,
.browser-mock {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 247, 0.72);
  box-shadow: var(--soft-shadow);
}

.asset-frame {
  overflow: hidden;
  padding: 12px;
}

.asset-stage,
.mock-surface {
  position: relative;
  display: grid;
  overflow: hidden;
  width: 100%;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: calc(var(--radius-lg) - 6px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), transparent 42%),
    repeating-linear-gradient(45deg, rgba(20, 95, 50, 0.045) 0 10px, transparent 10px 32px),
    var(--mock-bg, var(--sky));
  box-shadow: inset 0 0 0 1px rgba(12, 47, 31, 0.06);
}

.asset-stage::before,
.mock-surface::before {
  position: absolute;
  inset: 16px;
  border: 1px dashed rgba(12, 47, 31, 0.18);
  border-radius: 13px;
  content: "";
}

.asset-frame figcaption {
  padding: 0.75rem 0.2rem 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 700;
}

.ratio-banner {
  aspect-ratio: 21 / 9;
  --mock-bg: var(--lime);
}

.ratio-hero-banner {
  grid-template-columns: minmax(0, 0.72fr) auto;
  align-items: center;
  justify-items: stretch;
  gap: clamp(1rem, 3vw, 3.2rem);
  min-height: clamp(300px, 32vw, 460px);
  padding: clamp(1.25rem, 4.2vw, 4.1rem);
  aspect-ratio: 18 / 7;
  --mock-bg: var(--yellow);
}

.ratio-hero-banner::before {
  inset: clamp(18px, 2.6vw, 34px);
}

.ratio-wide {
  aspect-ratio: 3 / 1;
  --mock-bg: var(--yellow);
}

.banner-lockup {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1.1rem;
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.86);
  box-shadow: var(--shadow);
  animation: float-lockup 4.8s ease-in-out infinite;
}

.banner-lockup img {
  width: clamp(5rem, 8.4vw, 7.8rem);
}

.banner-lockup strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(2rem, 4.8vw, 4.8rem);
  font-weight: 800;
  line-height: 0.9;
}

.asset-label,
.mock-surface span,
.campaign-visual span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.48rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.84);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.stage-image,
.mock-image,
.campaign-image {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 100%;
  border-radius: inherit;
}

.stage-image {
  object-fit: contain;
}

.mock-image,
.campaign-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-product-art {
  width: min(40vw, 510px);
  justify-self: end;
  align-self: center;
  filter: drop-shadow(0 22px 28px rgba(12, 47, 31, 0.22));
}

.hero-banner .asset-label {
  position: absolute;
  right: 24px;
  bottom: 24px;
}

.hero-showcase {
  border-radius: var(--radius-xl);
}

.hero-banner-copy {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 1.05rem;
  max-width: 650px;
}

.hero-banner-copy h1 {
  max-width: 9ch;
  font-size: clamp(4rem, 7.4vw, 7.9rem);
  line-height: 1.08;
  text-transform: uppercase;
}

.hero-banner-copy .hero-lead {
  max-width: 570px;
}

.hero-lockup {
  z-index: 1;
  justify-self: end;
  flex-direction: column;
  gap: 0.55rem;
  width: min(100%, 450px);
  padding: clamp(1.1rem, 3vw, 2.1rem);
  border-radius: 32px;
  text-align: center;
}

.hero-lockup img {
  width: clamp(7rem, 12vw, 11rem);
}

.hero-lockup strong {
  font-size: clamp(2.45rem, 5.3vw, 5.6rem);
}

.hero-flavor-row {
  position: absolute;
  bottom: clamp(1.1rem, 2.4vw, 2rem);
  left: clamp(1.45rem, 4.8vw, 4.8rem);
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  max-width: min(620px, calc(100% - 2rem));
}

.hero-flavor-row span,
.group-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.72rem;
  border: 1px solid rgba(12, 47, 31, 0.12);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.78);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.1;
}

.hero-showcase .asset-label {
  position: absolute;
  right: clamp(1rem, 2.5vw, 2rem);
  top: clamp(1rem, 2.5vw, 2rem);
}

.hero-showcase .hero-main-label {
  z-index: 4;
  top: auto;
  right: clamp(1.15rem, 2.7vw, 2.4rem);
  bottom: clamp(1.15rem, 2.7vw, 2.4rem);
  padding: 0.66rem 1.05rem;
  font-size: clamp(0.92rem, 1.1vw, 1.05rem);
}

.chapter {
  position: relative;
  padding: clamp(3.2rem, 5.8vw, 5.9rem) 0;
}

.chapter:nth-of-type(odd) {
  background: linear-gradient(180deg, transparent, rgba(255, 253, 247, 0.34), transparent);
}

.chapter-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(0.9rem, 2vw, 1.5rem);
  align-items: center;
  margin-bottom: clamp(1.4rem, 3.2vw, 2.4rem);
}

.chapter-head h2 {
  margin: 0;
}

.chapter-index {
  display: inline-grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--paper);
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(20, 95, 50, 0.22);
}

.balanced-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(430px, 1fr);
  gap: 18px;
  align-items: stretch;
}

.copy-stack {
  display: grid;
  gap: 18px;
}

.text-card,
.mini-card {
  padding: clamp(1.05rem, 2vw, 1.45rem);
}

.text-card h3,
.mini-card h3,
.swot-card h3,
.campaign-panel h3,
.application-group h3 {
  margin: 0.78rem 0 0.5rem;
}

.text-card p,
.mini-card p,
.swot-card p,
.campaign-panel p,
.application-group p,
.logo-panel p {
  max-width: 56ch;
}

.compact-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.brand-foundation {
  margin-top: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fivew-card {
  --fivew-progress: 0;
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  padding: clamp(1.05rem, 2.4vw, 1.8rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 227, 99, 0.36), transparent 24%),
    linear-gradient(128deg, rgba(188, 236, 231, 0.5), rgba(255, 253, 247, 0.82) 48%, rgba(168, 224, 82, 0.18));
  box-shadow: var(--soft-shadow);
}

.fivew-card::after {
  position: absolute;
  top: -0.3em;
  right: -0.08em;
  z-index: 0;
  color: rgba(12, 47, 31, 0.045);
  font-family: var(--display);
  font-size: clamp(5.2rem, 13vw, 11rem);
  font-weight: 800;
  line-height: 1;
  content: "5W1H";
  pointer-events: none;
}

.fivew-head,
.fivew-shell {
  position: relative;
  z-index: 1;
}

.fivew-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.fivew-shell {
  margin-top: 1.25rem;
}

.fivew-controls {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-bottom: 0.75rem;
}

.fivew-nav {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(12, 47, 31, 0.14);
  border-radius: 50%;
  background: rgba(255, 253, 247, 0.84);
  color: var(--green);
  cursor: pointer;
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: var(--soft-shadow);
  transition:
    background 220ms ease,
    color 220ms ease,
    opacity 220ms ease,
    transform 220ms var(--ease-out);
}

.fivew-nav:hover {
  background: var(--green);
  color: var(--paper);
  transform: translateY(-1px);
}

.fivew-nav:disabled {
  cursor: default;
  opacity: 0.42;
  transform: none;
}

.fivew-nav:disabled:hover {
  background: rgba(255, 253, 247, 0.84);
  color: var(--green);
}

.fivew-track {
  display: grid;
  grid-auto-columns: minmax(250px, 32%);
  grid-auto-flow: column;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0.1rem 0.1rem 0.85rem;
  scroll-behavior: smooth;
  scroll-padding-inline: 0.1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-y;
  cursor: grab;
}

.fivew-track::-webkit-scrollbar {
  display: none;
}

.fivew-track.is-grabbing {
  cursor: grabbing;
  scroll-snap-type: none;
}

.fivew-item {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: 244px;
  gap: 0.72rem;
  overflow: hidden;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-md);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.86), rgba(255, 253, 247, 0.68)),
    var(--paper);
  box-shadow: 0 12px 28px rgba(12, 47, 31, 0.09);
  scroll-snap-align: start;
  transition:
    box-shadow 280ms ease,
    transform 280ms var(--ease-out);
}

.fivew-item:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.fivew-mark {
  position: relative;
  z-index: 1;
  justify-self: start;
  padding: 0.48rem 0.72rem;
  border-radius: 999px;
  background: rgba(20, 95, 50, 0.09);
  color: var(--green);
  font-family: var(--display);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
}

.fivew-item h4,
.fivew-item p {
  position: relative;
  z-index: 1;
}

.fivew-item h4 {
  font-size: clamp(1.08rem, 1.45vw, 1.42rem);
}

.fivew-item p {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 600;
}

.fivew-progress {
  overflow: hidden;
  height: 5px;
  margin-top: 0.25rem;
  border-radius: 999px;
  background: rgba(12, 47, 31, 0.1);
}

.fivew-progress::before {
  display: block;
  width: calc((var(--fivew-progress) * 100%) + 18%);
  max-width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--lime), var(--yellow));
  content: "";
  transition: width 180ms ease;
}

.mini-card {
  min-height: 0;
  background:
    linear-gradient(140deg, rgba(255, 227, 99, 0.14), transparent 44%),
    rgba(255, 253, 247, 0.76);
}

.mini-card span {
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.strategy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.56fr);
  gap: 18px;
  align-items: stretch;
}

.swot-stack {
  display: grid;
  gap: 14px;
}

.swot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.swot-card {
  min-height: 154px;
  padding: 0.95rem;
}

.swot-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: var(--radius-md);
  background: var(--tone);
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 800;
}

.strategy-note {
  display: grid;
  min-height: 92px;
  align-content: center;
  gap: 0.42rem;
  padding: clamp(0.9rem, 1.7vw, 1.22rem);
  background:
    linear-gradient(115deg, rgba(168, 224, 82, 0.28), transparent 46%),
    linear-gradient(300deg, rgba(255, 227, 99, 0.26), transparent 48%),
    rgba(255, 253, 247, 0.78);
}

.strategy-note h3 {
  margin: 0;
  max-width: 100%;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.7vw, 2.6rem);
  line-height: 1.16;
  overflow-wrap: break-word;
  padding-block: 0.06em;
}

.swot-card:nth-child(1) {
  --tone: var(--lime);
}

.swot-card:nth-child(2) {
  --tone: var(--sky);
}

.swot-card:nth-child(3) {
  --tone: var(--yellow);
}

.swot-card:nth-child(4) {
  --tone: var(--pink);
}

.campaign-panel {
  display: grid;
  gap: 1rem;
  align-content: start;
  min-height: 220px;
  padding: clamp(1.1rem, 2.2vw, 1.7rem);
  background:
    linear-gradient(135deg, rgba(243, 112, 33, 0.14), transparent 48%),
    rgba(255, 253, 247, 0.78);
}

.campaign-list {
  display: grid;
  gap: 0.55rem;
}

.campaign-list strong {
  color: var(--ink);
}

.campaign-visual {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 10px;
  margin-top: auto;
}

.campaign-image {
  min-height: 112px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: var(--sky);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.54);
}

.campaign-image + .campaign-image {
  background: var(--yellow);
}

.campaign-visual span {
  min-height: 112px;
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius-md);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.6), transparent),
    var(--sky);
}

.campaign-visual span + span {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.6), transparent),
    var(--yellow);
}

.market-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 1fr);
  gap: 16px;
  margin-top: 18px;
  align-items: stretch;
}

.product-gap,
.competitor-panel {
  padding: clamp(1.05rem, 2vw, 1.55rem);
  background:
    linear-gradient(135deg, rgba(188, 236, 231, 0.2), transparent 54%),
    rgba(255, 253, 247, 0.78);
}

.product-gap {
  display: grid;
  align-content: start;
  gap: 1rem;
  border-left: 6px solid var(--lime);
}

.product-gap h3,
.competitor-panel h3 {
  margin: 0;
}

.gap-list {
  display: grid;
  gap: 0.7rem;
}

.gap-list p,
.competitor-card p,
.position-card p {
  max-width: none;
}

.gap-list strong,
.position-card b {
  color: var(--ink);
}

.competitor-panel {
  display: grid;
  gap: 1rem;
}

.panel-head {
  display: grid;
  gap: 0.55rem;
}

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

.competitor-card {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  gap: 0.85rem;
  min-height: 240px;
  padding: 0.95rem;
  align-items: stretch;
  background:
    linear-gradient(145deg, rgba(255, 227, 99, 0.15), transparent 50%),
    rgba(255, 253, 247, 0.86);
}

.competitor-media {
  display: grid;
  min-height: 208px;
  place-items: center;
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), transparent 48%),
    rgba(188, 236, 231, 0.36);
}

.competitor-media img {
  width: auto;
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
}

.competitor-copy {
  display: grid;
  gap: 0.58rem;
  align-content: start;
}

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

.primary-competitor {
  background:
    linear-gradient(145deg, rgba(243, 112, 33, 0.16), transparent 50%),
    rgba(255, 253, 247, 0.9);
}

.position-card {
  display: grid;
  grid-template-columns: minmax(150px, 0.24fr) minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  padding: 1rem;
  background:
    linear-gradient(105deg, rgba(168, 224, 82, 0.26), transparent 46%),
    rgba(255, 253, 247, 0.84);
}

.position-card b {
  font-family: var(--display);
  font-size: clamp(1rem, 1.35vw, 1.32rem);
  line-height: 1.1;
}

.logo-section {
  background:
    linear-gradient(90deg, rgba(188, 236, 231, 0.26), transparent 34%),
    var(--cream);
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.logo-panel {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  padding: clamp(1rem, 2vw, 1.45rem);
}

.logo-analysis,
.color-card,
.logo-backgrounds {
  grid-column: span 4;
}

.positive-negative,
.grid-system {
  grid-column: span 6;
}

.safe-area {
  grid-column: 1 / -1;
}

.minimum-size,
.wrong-usage {
  grid-column: span 6;
}

.grayscale {
  grid-column: 1 / -1;
}

.logo-display {
  display: grid;
  min-height: clamp(190px, 15vw, 220px);
  place-items: center;
  margin: 1rem 0 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}

.logo-display img {
  width: min(78%, 340px);
}

.brand-color-list {
  display: grid;
  flex: 1;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 1rem;
}

.brand-color-list span {
  display: grid;
  min-height: 0;
  place-items: center;
  align-content: center;
  justify-items: center;
  padding: 1.15rem;
  border-radius: var(--radius-md);
  background: var(--chip);
  box-shadow: inset 0 0 0 1px rgba(12, 47, 31, 0.12);
  text-align: center;
}

.brand-color-list b,
.brand-color-list small {
  color: #fff;
  font-weight: 800;
}

.brand-color-list b {
  display: block;
  font-family: var(--display);
  font-size: 2.65rem;
  line-height: 1.16;
  padding-block: 0.04em;
}

.brand-color-list small {
  margin-top: 0.45rem;
  font-size: 0.82rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.logo-bg-grid {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 1rem;
}

.logo-bg-grid span {
  display: grid;
  min-height: 0;
  place-items: center;
  border: 1px solid rgba(12, 47, 31, 0.16);
  border-radius: var(--radius-sm);
  background: var(--bg);
}

.logo-bg-grid img {
  width: 78%;
}

.identity-stubs {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.identity-stub {
  display: grid;
  min-height: 150px;
  align-content: center;
  gap: 0.7rem;
  padding: clamp(1rem, 2vw, 1.45rem);
  background:
    linear-gradient(135deg, rgba(255, 227, 99, 0.18), transparent 50%),
    rgba(255, 253, 247, 0.74);
}

.typography-showcase {
  grid-column: span 8;
  align-content: stretch;
}

.mascot-stub {
  grid-column: span 4;
}

.identity-stub h3 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 3rem);
}

.typography-head {
  display: grid;
  gap: 0.48rem;
}

.typography-head p {
  max-width: 680px;
  font-size: 0.94rem;
}

.type-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.type-sample {
  display: grid;
  min-height: 178px;
  align-content: space-between;
  gap: 0.72rem;
  padding: clamp(0.9rem, 1.6vw, 1.25rem);
  border: 1px solid rgba(12, 47, 31, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 253, 247, 0.86);
}

.type-sample small {
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.type-sample strong {
  color: var(--ink);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1;
}

.type-sample p {
  color: var(--ink-soft);
  font-size: 1rem;
}

.type-sample b {
  color: rgba(12, 47, 31, 0.58);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.08;
}

.type-svn strong,
.type-svn p,
.type-svn b {
  font-family: var(--type-svn);
}

.type-utm strong,
.type-utm p,
.type-utm b {
  font-family: var(--type-utm);
}

.mono-grid {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 1rem;
}

.mono-sample {
  display: grid;
  min-height: 198px;
  place-items: center;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.mono-sample.light {
  background: #fff;
}

.mono-sample.dark {
  background: #050505;
}

.mono-sample small {
  align-self: end;
  font-weight: 800;
}

.mono-sample.light small {
  color: #111;
}

.mono-sample.dark small {
  color: #fff;
}

.mono-logo {
  display: block;
  width: min(82%, 220px);
  aspect-ratio: 1021 / 647;
  background: currentColor;
  mask: url("./logo.png") center / contain no-repeat;
  -webkit-mask: url("./logo.png") center / contain no-repeat;
}

.mono-logo.black {
  color: #000;
}

.mono-logo.white {
  color: #fff;
}

.mono-logo-img {
  width: min(82%, 220px);
}

.mono-logo-img.black {
  filter: brightness(0) saturate(0);
}

.mono-logo-img.white {
  filter: brightness(0) invert(1);
}

.intro-banner-card {
  align-self: stretch;
}

.intro-brand-strip {
  grid-template-columns: minmax(0, 1fr) auto;
  justify-content: stretch;
  align-content: center;
  gap: clamp(1rem, 2.4vw, 2rem);
  min-height: 100%;
  padding: clamp(1.1rem, 2.8vw, 2rem);
}

.strip-lockup,
.strip-copy,
.strip-tags,
.intro-brand-strip .asset-label,
.strip-visual {
  position: relative;
  z-index: 1;
}

.strip-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.78rem 1rem;
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.9);
  box-shadow: var(--soft-shadow);
}

.strip-lockup img {
  width: clamp(4.2rem, 6vw, 6.4rem);
}

.strip-lockup strong,
.strip-copy b {
  color: var(--ink);
  font-family: var(--display);
  font-weight: 800;
  line-height: 1;
}

.strip-lockup strong {
  font-size: clamp(2rem, 3.6vw, 3.8rem);
}

.strip-copy {
  display: grid;
  gap: 0.45rem;
  max-width: 430px;
}

.strip-copy b {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
}

.strip-copy span {
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 700;
}

.intro-brand-strip .asset-label {
  align-self: center;
  justify-self: end;
  padding: 0.62rem 1rem;
}

.strip-visual {
  width: min(48vw, 430px);
  justify-self: end;
  align-self: center;
  border: 1px solid rgba(12, 47, 31, 0.12);
  border-radius: var(--radius-md);
  box-shadow: var(--soft-shadow);
}

.strip-tags {
  position: absolute;
  right: clamp(1rem, 2vw, 1.6rem);
  bottom: clamp(1rem, 2vw, 1.5rem);
  display: flex;
  gap: 0.45rem;
}

.strip-tags span {
  padding: 0.4rem 0.62rem;
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.82);
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 800;
}

.grid-demo,
.safe-demo {
  display: grid;
  flex: 1;
  min-height: clamp(250px, 24vw, 360px);
  margin-top: 1rem;
  padding: clamp(0.75rem, 1.35vw, 1rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  overflow: hidden;
}

.grid-demo {
  place-items: center;
}

.grid-demo img,
.safe-guide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.safe-demo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.safe-guide {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 0.58rem;
  min-height: 0;
  padding: 0.62rem;
  border: 1px solid rgba(12, 47, 31, 0.1);
  border-radius: var(--radius-sm);
  background: rgba(255, 253, 247, 0.82);
}

.safe-guide figcaption {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.18;
  text-align: center;
}

.size-row {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 1rem;
}

.size-row div {
  display: grid;
  min-height: 122px;
  place-items: center;
  padding: 0.85rem;
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius-md);
  background: var(--paper);
  font-weight: 800;
}

.size-row img {
  width: var(--logo-size, 134px);
}

.size-row div:nth-child(2) img {
  --logo-size: 118px;
}

.size-row div:nth-child(3) img {
  --logo-size: 104px;
}

.size-row div:nth-child(4) img {
  --logo-size: 92px;
}

.size-row div:nth-child(5) img {
  --logo-size: 72px;
}

.size-row div:nth-child(6) img {
  --logo-size: 56px;
}

.wrong-grid {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 1rem;
}

.wrong-item {
  position: relative;
  display: grid;
  min-height: 164px;
  place-items: center;
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
  text-align: center;
}

.wrong-item::before,
.wrong-item::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 80%;
  height: 3px;
  border-radius: 999px;
  background: #ef4444;
  content: "";
}

.wrong-item::before {
  transform: translate(-50%, -50%) rotate(42deg);
}

.wrong-item::after {
  transform: translate(-50%, -50%) rotate(-42deg);
}

.wrong-item img {
  width: 76%;
}

.wrong-item span {
  position: relative;
  z-index: 3;
  align-self: end;
  padding: 0.3rem 0.5rem;
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.86);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
}

.wrong-item.rotate img {
  transform: rotate(-18deg);
}

.wrong-item.stretch img {
  transform: scaleX(1.45) scaleY(0.72);
}

.wrong-item.recolor img {
  filter: hue-rotate(118deg) saturate(1.8);
}

.wrong-item.missing-detail img {
  opacity: 0.78;
  filter: contrast(0.72) saturate(0.6);
  clip-path: inset(0 24% 0 0);
}

.wrong-item.bad-layout img {
  transform: translate(18px, -16px) scale(0.78);
}

.wrong-item.effect img {
  filter: drop-shadow(0 14px 12px rgba(12, 47, 31, 0.38)) blur(0.5px);
  transform: scale(1.03);
}

.wrong-item.busy {
  background:
    repeating-linear-gradient(45deg, #f37021 0 8px, #145f32 8px 16px, #ffe363 16px 24px);
}

.gray-row {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 1rem;
}

.gray-row span {
  display: grid;
  min-height: 140px;
  place-items: center;
  padding: 0.8rem;
  border-radius: var(--radius-md);
  background: var(--gray);
}

.gray-row img {
  width: 62%;
}

.applications-section {
  background: linear-gradient(180deg, transparent, rgba(188, 236, 231, 0.18), transparent);
}

.application-board {
  display: grid;
  gap: clamp(2.2rem, 4.5vw, 3.8rem);
}

.application-group {
  display: grid;
  grid-template-columns: minmax(210px, 0.22fr) minmax(0, 1fr);
  gap: clamp(0.95rem, 2vw, 1.55rem);
  align-items: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.application-group:nth-child(1) {
  --group-accent: var(--lime);
}

.application-group:nth-child(2) {
  --group-accent: var(--sky);
}

.application-group:nth-child(3) {
  --group-accent: var(--yellow);
}

.application-group:nth-child(4) {
  --group-accent: var(--pink);
}

.group-copy {
  display: grid;
  gap: 0.45rem;
  padding: clamp(0.9rem, 1.65vw, 1.18rem);
  border: 1px solid var(--line);
  border-left: 6px solid var(--group-accent);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--group-accent) 26%, transparent), transparent 58%),
    rgba(255, 253, 247, 0.8);
  box-shadow: var(--soft-shadow);
}

.group-copy h3 {
  margin: 0;
  font-size: clamp(1.02rem, 1.35vw, 1.42rem);
  line-height: 1.06;
}

.group-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.asset-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 12px;
  align-items: stretch;
}

.asset-card {
  grid-column: span 3;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 0.45rem;
  align-content: stretch;
  padding: 10px;
  transition:
    box-shadow 320ms ease,
    transform 320ms var(--ease-out);
}

.asset-card.feature,
.asset-card.wide {
  grid-column: span 6;
}

.asset-card.tall {
  grid-column: span 3;
  grid-row: span 2;
}

.asset-card.catalogue-card {
  grid-column: span 6;
}

.asset-card p {
  color: rgba(12, 47, 31, 0.68);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.26;
  overflow-wrap: break-word;
}

.mock-surface {
  --mock-bg: var(--paper);
  height: 100%;
  min-height: 132px;
  transition: transform 320ms var(--ease-out);
}

.asset-card.feature .mock-surface {
  min-height: clamp(190px, 17vw, 260px);
}

.asset-card.wide .mock-surface {
  min-height: clamp(138px, 11vw, 190px);
}

.asset-card.tall .mock-surface {
  min-height: clamp(250px, 24vw, 350px);
}

.product-card .mock-surface {
  min-height: clamp(170px, 16vw, 230px);
}

.compact-assets .asset-card:nth-child(4n + 1) .mock-surface {
  --mock-bg: var(--sky);
}

.compact-assets .asset-card:nth-child(4n + 2) .mock-surface {
  --mock-bg: var(--yellow);
}

.compact-assets .asset-card:nth-child(4n + 3) .mock-surface {
  --mock-bg: var(--lime);
}

.compact-assets .asset-card:nth-child(4n + 4) .mock-surface {
  --mock-bg: var(--orange);
}

.ratio-namecard {
  aspect-ratio: 90 / 54;
}

.ratio-id {
  aspect-ratio: 54 / 85.6;
}

.ratio-a5,
.ratio-a4,
.ratio-flyer {
  aspect-ratio: 148 / 210;
}

.ratio-nameplate {
  aspect-ratio: 4 / 1;
}

.ratio-square {
  aspect-ratio: 1 / 1;
}

.ratio-bottle {
  aspect-ratio: 3 / 4;
}

.ratio-can {
  aspect-ratio: 3 / 4;
}

.ratio-carton {
  aspect-ratio: 4 / 3;
}

.ratio-brochure,
.ratio-c5 {
  aspect-ratio: 297 / 210;
}

.ratio-folder {
  aspect-ratio: 220 / 310;
}

.ratio-card-envelope {
  aspect-ratio: 162 / 114;
}

.ratio-package {
  aspect-ratio: 4 / 5;
}

.ratio-poster {
  aspect-ratio: 3 / 4;
}

.ratio-voucher {
  aspect-ratio: 15 / 7;
}

.ratio-catalogue {
  aspect-ratio: 297 / 210;
}

.ratio-screen {
  aspect-ratio: 16 / 10;
  --mock-bg: var(--lime);
}

.ratio-id,
.ratio-a5,
.ratio-a4,
.ratio-flyer,
.ratio-poster,
.ratio-card-envelope,
.ratio-folder,
.ratio-package {
  width: 100%;
  justify-self: stretch;
}

.ratio-bottle,
.ratio-can {
  width: 100%;
  justify-self: stretch;
}

.asset-card.wide .ratio-brochure,
.asset-card.wide .ratio-c5,
.asset-card.wide .ratio-voucher {
  width: 100%;
}

.website-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(420px, 1fr);
  gap: clamp(1.4rem, 4vw, 3.2rem);
  align-items: center;
}

.website-layout > div {
  display: grid;
  gap: 0.9rem;
}

.browser-mock {
  overflow: hidden;
}

.browser-bar {
  display: flex;
  gap: 8px;
  padding: 12px;
  border-bottom: 1px solid var(--line);
  background: var(--paper-strong);
}

.browser-bar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--pink);
}

.browser-bar span:nth-child(2) {
  background: var(--yellow);
}

.browser-bar span:nth-child(3) {
  background: var(--lime);
}

.browser-mock .asset-stage {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.thanks-section {
  overflow: hidden;
  padding: clamp(4.2rem, 7vw, 7.4rem) 0;
  background:
    linear-gradient(115deg, rgba(168, 224, 82, 0.24), transparent 44%),
    linear-gradient(290deg, rgba(243, 112, 33, 0.16), transparent 38%);
}

.thanks-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: clamp(1.4rem, 4vw, 3.6rem);
  align-items: end;
  padding-block: clamp(1.6rem, 3.6vw, 3.2rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.thanks-layout::after {
  position: absolute;
  right: -0.05em;
  bottom: -0.24em;
  z-index: -1;
  color: rgba(12, 47, 31, 0.055);
  font-family: var(--display);
  font-size: clamp(4rem, 12vw, 11rem);
  font-weight: 800;
  line-height: 1;
  content: "Freshora";
}

.thanks-heading {
  display: grid;
  gap: 0.55rem;
}

.thanks-copy {
  display: grid;
  gap: 1rem;
  max-width: 56ch;
}

.thanks-copy p {
  color: var(--ink);
  font-weight: 600;
}

.thanks-copy strong {
  color: var(--green);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.2vw, 2.2rem);
  line-height: 1.08;
}

.site-footer {
  padding: 0 0 2rem;
}

.footer-layout {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.2rem;
  align-items: center;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}

.footer-layout p {
  font-size: 0.88rem;
  font-weight: 700;
}

.text-card,
.mini-card,
.swot-card,
.campaign-panel,
.strategy-note,
.product-gap,
.competitor-panel,
.competitor-card,
.position-card,
.identity-stub,
.logo-panel,
.asset-card,
.application-group {
  transition:
    box-shadow 320ms ease,
    transform 320ms var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .text-card:hover,
  .mini-card:hover,
  .swot-card:hover,
  .campaign-panel:hover,
  .strategy-note:hover,
  .product-gap:hover,
  .competitor-panel:hover,
  .competitor-card:hover,
  .position-card:hover,
  .identity-stub:hover,
  .logo-panel:hover,
  .asset-card:hover,
  .application-group:hover {
    box-shadow: var(--shadow);
    transform: translateY(-2px);
  }

  .application-group:hover {
    box-shadow: none;
    transform: none;
  }

  .asset-card:hover .mock-surface,
  .logo-bg-grid span:hover img,
  .wrong-item:hover img {
    animation: soft-pop 420ms var(--ease-out);
  }
}

@media (hover: none), (pointer: coarse) {
  .zoom-target::after {
    display: none;
  }

  .text-card:hover,
  .mini-card:hover,
  .swot-card:hover,
  .campaign-panel:hover,
  .strategy-note:hover,
  .product-gap:hover,
  .competitor-panel:hover,
  .competitor-card:hover,
  .position-card:hover,
  .identity-stub:hover,
  .logo-panel:hover,
  .asset-card:hover,
  .application-group:hover {
    box-shadow: var(--soft-shadow);
    transform: none;
  }

  .application-group:hover {
    box-shadow: none;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 560ms ease,
    transform 560ms var(--ease-out);
  will-change: opacity, transform;
}

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

.logo-bg-grid,
.mono-grid,
.grid-demo,
.safe-demo,
.size-row,
.wrong-grid,
.gray-row {
  position: relative;
}

.zoom-target {
  cursor: pointer;
}

.zoom-target::after {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  padding: 0.34rem 0.54rem;
  border: 1px solid rgba(12, 47, 31, 0.12);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.9);
  color: var(--ink);
  content: "Xem chi tiết";
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition:
    opacity 180ms ease,
    transform 180ms var(--ease-out);
}

.zoom-target:hover::after,
.zoom-target:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.lightbox-stage .zoom-clone::after {
  display: none;
}

.zoom-target:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(29, 148, 196, 0.48);
  outline-offset: 4px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2.5rem);
  background: rgba(6, 24, 14, 0.72);
  backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

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

.lightbox-content {
  display: grid;
  width: min(1120px, 94vw);
  max-height: 90vh;
  gap: 0.8rem;
}

.lightbox-close {
  justify-self: end;
  min-height: 40px;
  padding: 0.55rem 0.88rem;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.95);
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
}

.lightbox-stage {
  display: grid;
  overflow: auto;
  max-height: calc(90vh - 56px);
  place-items: center;
  padding: clamp(0.9rem, 2.2vw, 1.6rem);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 247, 0.95);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.lightbox-stage .zoom-clone {
  max-width: 100%;
  max-height: calc(90vh - 112px);
  margin: 0;
  cursor: default;
  transform: none;
}

.lightbox-stage .mock-surface.zoom-clone,
.lightbox-stage .asset-stage.zoom-clone,
.lightbox-stage .logo-display.zoom-clone,
.lightbox-stage .grid-demo.zoom-clone,
.lightbox-stage .safe-demo.zoom-clone {
  width: min(100%, calc((90vh - 128px) * var(--zoom-ratio, 1.6)));
  min-height: 0;
  aspect-ratio: var(--zoom-aspect, 16 / 9);
  height: auto;
}

.lightbox-stage .zoom-clone.is-portrait {
  width: min(78vw, calc((90vh - 128px) * var(--zoom-ratio, 0.7)));
}

.lightbox-stage .logo-bg-grid.zoom-clone,
.lightbox-stage .wrong-grid.zoom-clone,
.lightbox-stage .gray-row.zoom-clone,
.lightbox-stage .size-row.zoom-clone,
.lightbox-stage .mono-grid.zoom-clone {
  width: 100%;
  min-height: auto;
  max-height: none;
}

@keyframes soft-pop {
  0% {
    transform: scale(1);
  }

  45% {
    transform: scale(1.014) translateY(-1px);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes float-lockup {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@media (max-width: 1160px) {
  :root {
    --shell: min(1320px, calc(100vw - 30px));
  }

  .hero-layout,
  .balanced-grid,
  .strategy-layout,
  .website-layout {
    grid-template-columns: 1fr;
  }

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

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

  .logo-analysis,
  .color-card,
  .logo-backgrounds,
  .positive-negative,
  .grid-system,
  .safe-area,
  .minimum-size,
  .wrong-usage {
    grid-column: span 6;
  }

  .application-group {
    grid-template-columns: 1fr;
  }

  .market-layout {
    grid-template-columns: 1fr;
  }

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

  .safe-area {
    grid-column: 1 / -1;
  }

  .group-copy {
    position: static;
  }
}

@media (max-width: 900px) {
  .site-header + main {
    padding-top: 78px;
  }

  .nav-shell {
    min-height: 60px;
    grid-template-columns: auto 1fr auto;
    gap: 0.8rem;
  }

  .menu-toggle {
    position: relative;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    justify-self: end;
    order: 3;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: rgba(255, 253, 247, 0.82);
    cursor: pointer;
  }

  .menu-toggle span {
    position: absolute;
    width: 17px;
    height: 2px;
    border-radius: 999px;
    background: var(--ink);
    transition: transform 180ms ease;
  }

  .menu-toggle span:first-child {
    transform: translateY(-4px);
  }

  .menu-toggle span:last-child {
    transform: translateY(4px);
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 16px;
    left: 16px;
    display: grid;
    gap: 0.2rem;
    padding: 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: var(--radius-lg);
    background: rgba(255, 253, 247, 0.96);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    min-height: 42px;
    padding: 0.62rem 0.8rem;
    border-radius: var(--radius-sm);
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav a:hover,
  .site-nav a.is-active {
    background: rgba(168, 224, 82, 0.2);
  }

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

  .logo-analysis,
  .color-card,
  .logo-backgrounds,
  .positive-negative,
  .grid-system,
  .safe-area,
  .minimum-size,
  .wrong-usage,
  .grayscale {
    grid-column: 1 / -1;
  }

  .asset-card,
  .asset-card.wide,
  .asset-card.feature,
  .asset-card.tall,
  .asset-card.catalogue-card {
    grid-column: auto;
    grid-row: auto;
  }

  .wrong-grid,
  .logo-bg-grid,
  .gray-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-layout,
  .thanks-layout,
  .identity-stubs {
    grid-template-columns: 1fr;
  }

  .typography-showcase,
  .mascot-stub {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  :root {
    --shell: calc(100vw - 20px);
  }

  .site-header {
    padding-top: 8px;
  }

  .site-header + main {
    padding-top: 70px;
  }

  .nav-shell {
    min-height: 56px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0 10px;
    border-radius: 28px;
  }

  .brand {
    gap: 0.34rem;
    min-width: 0;
  }

  .brand-logo {
    width: 2.35rem;
  }

  .brand-name {
    font-size: 1.08rem;
  }

  .menu-toggle {
    grid-column: 2;
  }

  p {
    font-size: 0.94rem;
    line-height: 1.48;
  }

  h1 {
    font-size: clamp(2.5rem, 11vw, 3.9rem);
    max-width: 100%;
  }

  h2 {
    font-size: clamp(1.46rem, 6.8vw, 2.2rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  h3 {
    font-size: clamp(1.05rem, 4.9vw, 1.32rem);
  }

  .hero {
    padding: 1rem 0 1.75rem;
  }

  .hero::before {
    top: 1.2rem;
    height: 380px;
  }

  .ratio-hero-banner {
    grid-template-columns: 1fr;
    gap: 0.95rem;
    min-height: auto;
    padding: 1rem;
    aspect-ratio: auto;
  }

  .ratio-hero-banner::before {
    inset: 10px;
  }

  .asset-frame {
    padding: 9px;
  }

  .hero-banner-copy h1 {
    font-size: clamp(2.35rem, 10.8vw, 3.35rem);
    overflow-wrap: normal;
  }

  .hero-banner-copy {
    gap: 0.85rem;
  }

  .hero-showcase .hero-main-label {
    position: relative;
    inset: auto;
    justify-self: start;
    padding: 0.55rem 0.82rem;
    font-size: 0.84rem;
  }

  .hero-lockup {
    justify-self: stretch;
    width: 100%;
    border-radius: var(--radius-lg);
  }

  .hero-flavor-row {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 0.35rem;
  }

  .hero-showcase .asset-label {
    top: auto;
    right: 1.4rem;
    bottom: 1.4rem;
  }

  .hero-showcase .hero-main-label {
    position: relative;
    inset: auto;
    justify-self: start;
  }

  .hero-product-art {
    width: min(92%, 360px);
    justify-self: center;
  }

  .intro-brand-strip {
    grid-template-columns: 1fr;
    min-height: 260px;
  }

  .strip-visual {
    width: 100%;
    justify-self: stretch;
  }

  .strip-lockup {
    width: 100%;
    justify-content: center;
    border-radius: var(--radius-lg);
  }

  .strip-tags {
    position: relative;
    right: auto;
    bottom: auto;
    flex-wrap: wrap;
  }

  .fivew-card {
    padding: 0.95rem;
  }

  .fivew-card::after {
    top: 0.04em;
    font-size: 4.4rem;
  }

  .fivew-head {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .fivew-controls {
    margin-bottom: 0.75rem;
  }

  .fivew-track {
    grid-auto-columns: minmax(238px, 88%);
  }

  .fivew-item {
    min-height: 232px;
  }

  .fivew-progress::before {
    width: calc((var(--fivew-progress) * 100%) + 34%);
  }

  .hero-copy,
  .hero-lead,
  .asset-frame,
  .asset-stage {
    max-width: 100%;
  }

  .hero-lead {
    overflow-wrap: break-word;
  }

  .hero-meta,
  .compact-grid,
  .swot-grid,
  .logo-grid,
  .asset-grid,
  .type-row,
  .safe-demo,
  .mono-grid,
  .size-row,
  .wrong-grid,
  .logo-bg-grid,
  .gray-row {
    grid-template-columns: 1fr;
  }

  .hero-meta span {
    flex: 1 1 calc(50% - 0.65rem);
    width: auto;
  }

  .hero-meta span:last-child {
    flex-basis: 100%;
  }

  .ratio-banner {
    aspect-ratio: 4 / 3;
  }

  .banner-lockup {
    flex-direction: column;
    gap: 0.35rem;
    max-width: calc(100% - 28px);
    border-radius: var(--radius-lg);
  }

  .banner-lockup img {
    width: 6.2rem;
  }

  .banner-lockup strong {
    font-size: 2.15rem;
  }

  .chapter {
    padding: 2.65rem 0;
  }

  .chapter-head {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0.72rem;
    align-items: start;
    margin-bottom: 1.05rem;
  }

  .chapter-index {
    width: 48px;
    height: 48px;
    font-size: 1.18rem;
  }

  .text-card,
  .mini-card,
  .swot-card,
  .campaign-panel,
  .strategy-note,
  .identity-stub,
  .logo-panel {
    padding: 0.95rem;
  }

  .application-group {
    padding: 0;
  }

  .group-copy {
    padding: 0.95rem;
    border-left-width: 4px;
  }

  .product-gap,
  .competitor-panel,
  .competitor-card,
  .position-card {
    padding: 0.95rem;
  }

  .product-gap {
    border-left-width: 4px;
  }

  .competitor-grid,
  .position-card {
    grid-template-columns: 1fr;
  }

  .competitor-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .competitor-media {
    min-height: 180px;
  }

  .market-layout .reveal {
    opacity: 1;
    transform: none;
  }

  .application-board {
    gap: 1.6rem;
  }

  .asset-grid {
    gap: 10px;
  }

  .asset-card {
    padding: 8px;
  }

  .mock-surface {
    min-height: 118px;
  }

  .asset-card.feature .mock-surface {
    min-height: 168px;
  }

  .asset-card.tall .mock-surface {
    min-height: 210px;
  }

  .size-row,
  .logo-bg-grid,
  .gray-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ratio-id,
  .ratio-a5,
  .ratio-a4,
  .ratio-flyer,
  .ratio-poster,
  .ratio-card-envelope,
  .ratio-folder,
  .ratio-package {
    width: 100%;
    justify-self: stretch;
  }

  .ratio-bottle,
  .ratio-can {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 520px) {
  :root {
    --shell: calc(100vw - 18px);
  }

  .shell {
    margin-inline: auto;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .site-nav {
    right: 8px;
    left: 8px;
  }

  .campaign-visual {
    grid-template-columns: 1fr;
  }

  .footer-layout {
    gap: 0.75rem;
  }
}

html.is-hero-locked,
html.is-hero-locked body {
  overscroll-behavior-y: none;
}

.site-header + main {
  padding-top: 0;
}

.hero {
  min-height: 100svh;
}

.hero > .shell {
  min-height: 100svh;
  padding-top: clamp(5.9rem, 9vw, 7.2rem);
  padding-bottom: clamp(1.2rem, 3vw, 2.2rem);
}

.hero-tilt-stage {
  width: min(88vw, 1180px);
  border-radius: 30px;
}

.chapter-head h2,
.website-layout h2,
.thanks-heading h2 {
  width: max-content;
  max-width: none;
  font-size: clamp(1.5rem, 3.58vw, 3.84rem);
  line-height: 0.96;
  overflow-wrap: normal;
  text-wrap: nowrap;
  white-space: nowrap;
}

.fivew-card {
  --fivew-active-angle: 0deg;
  margin-top: clamp(1.4rem, 3vw, 2.3rem);
  padding: clamp(1.2rem, 2.7vw, 2.2rem);
  border-radius: 16px;
  background:
    radial-gradient(circle at 16% 22%, rgba(255, 227, 99, 0.34), transparent 24%),
    radial-gradient(circle at 88% 86%, rgba(188, 236, 231, 0.3), transparent 28%),
    linear-gradient(128deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 244, 0.9));
}

.fivew-card::after {
  top: -0.18em;
  right: -0.04em;
  color: rgba(23, 106, 59, 0.04);
  font-size: clamp(7rem, 18vw, 16rem);
}

.fivew-head {
  justify-items: start;
  text-align: left;
}

.fivew-head h3 {
  max-width: 22ch;
  margin-inline: 0;
  font-size: clamp(1.35rem, 2.35vw, 2.35rem);
  line-height: 1.02;
}

.fivew-shell {
  grid-template-columns: minmax(320px, 0.46fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 3.6vw, 3.4rem);
  align-items: center;
}

.fivew-wheel {
  width: min(100%, 430px);
  isolation: isolate;
  cursor: grab;
}

.fivew-wheel::before,
.fivew-wheel::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.fivew-wheel::before {
  inset: 3%;
  z-index: 0;
  border: 1px solid rgba(23, 106, 59, 0.16);
  background:
    conic-gradient(from -108deg, rgba(243, 112, 33, 0.38) 0 36deg, rgba(23, 106, 59, 0.08) 36deg 360deg),
    radial-gradient(circle, transparent 0 56%, rgba(255, 255, 255, 0.82) 57% 63%, rgba(188, 236, 231, 0.22) 64% 100%);
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.55);
  transition:
    background 360ms ease,
    transform 720ms cubic-bezier(0.19, 1, 0.22, 1);
}

.fivew-wheel::after {
  inset: 25%;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 227, 99, 0.36), transparent 44%),
    #ffffff;
  box-shadow: 0 18px 34px rgba(12, 47, 31, 0.12);
}

.fivew-track {
  z-index: 2;
  cursor: grab;
  transition: transform 720ms cubic-bezier(0.19, 1, 0.22, 1);
}

.fivew-track::before {
  display: none;
}

.fivew-wheel.is-dragging .fivew-track {
  transition-duration: 280ms;
}

.fivew-item {
  width: clamp(88px, 8vw, 122px);
  min-height: clamp(56px, 5.3vw, 70px);
  padding: 0.46rem 0.72rem;
  border: 1px solid rgba(23, 106, 59, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 18px rgba(12, 47, 31, 0.1);
  cursor: pointer;
  transform:
    translate(-50%, -50%)
    rotate(var(--angle))
    translateY(clamp(-162px, -12.2vw, -122px))
    rotate(var(--upright-angle));
  transition:
    border-color 240ms ease,
    background 240ms ease,
    box-shadow 240ms ease,
    color 240ms ease,
    transform 720ms cubic-bezier(0.19, 1, 0.22, 1);
}

.fivew-item:hover,
.fivew-item.is-active {
  border-color: rgba(243, 112, 33, 0.62);
  background: var(--heading-green-deep);
  box-shadow: 0 16px 28px rgba(12, 47, 31, 0.18);
}

.fivew-item.is-active {
  transform:
    translate(-50%, -50%)
    rotate(var(--angle))
    translateY(clamp(-166px, -12.5vw, -126px))
    rotate(var(--upright-angle))
    scale(1.08);
}

.fivew-mark {
  color: var(--heading-green);
  font-size: clamp(0.78rem, 0.9vw, 0.95rem);
  line-height: 1;
}

.fivew-item:hover .fivew-mark,
.fivew-item.is-active .fivew-mark {
  color: #ffffff;
}

.fivew-hub {
  z-index: 3;
  width: clamp(116px, 10.2vw, 150px);
  border: 9px solid rgba(255, 255, 255, 0.86);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 227, 99, 0.28), transparent 38%),
    var(--heading-green-deep);
  box-shadow: 0 18px 34px rgba(12, 47, 31, 0.2);
}

.fivew-controls {
  right: 50%;
  bottom: clamp(0.05rem, 0.8vw, 0.55rem);
  z-index: 5;
  gap: 0.5rem;
  transform: translateX(50%);
}

.fivew-nav {
  width: 42px;
  height: 42px;
  border-color: rgba(23, 106, 59, 0.18);
  background: #ffffff;
  color: var(--heading-green-deep);
  box-shadow: 0 8px 14px rgba(12, 47, 31, 0.11);
}

.fivew-nav:hover {
  background: var(--orange);
  color: #ffffff;
}

.fivew-content {
  position: relative;
  min-height: clamp(260px, 25vw, 360px);
  overflow: hidden;
  align-content: center;
  padding: clamp(1.45rem, 3vw, 2.8rem);
  border: 1px solid rgba(23, 106, 59, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 227, 99, 0.24), transparent 45%),
    linear-gradient(315deg, rgba(168, 224, 82, 0.14), transparent 52%),
    #ffffff;
  box-shadow: none;
}

.fivew-content::before {
  position: absolute;
  inset: auto 0 0;
  height: 6px;
  background: linear-gradient(90deg, var(--heading-green-deep), var(--lime), var(--yellow), var(--orange));
  content: "";
}

.fivew-content span {
  width: max-content;
  background: rgba(243, 112, 33, 0.13);
  color: var(--orange);
  font-size: 0.92rem;
}

.fivew-content h4 {
  max-width: 18ch;
  color: var(--heading-green);
  font-size: clamp(1.85rem, 3.4vw, 3.35rem);
  line-height: 1.02;
}

.fivew-content p {
  max-width: 60ch;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 700;
}

.fivew-content.is-swapping > * {
  animation: fivew-content-enter 540ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.fivew-content.is-swapping > :nth-child(2) {
  animation-delay: 45ms;
}

.fivew-content.is-swapping > :nth-child(3) {
  animation-delay: 90ms;
}

@keyframes fivew-content-enter {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 900px) {
  .hero > .shell {
    padding-top: clamp(5.2rem, 14vw, 6.4rem);
  }

  .hero-tilt-stage {
    width: min(92vw, 920px);
  }

  .chapter-head h2,
  .website-layout h2,
  .thanks-heading h2 {
    max-width: none;
    font-size: clamp(1.25rem, 7.4vw, 3rem);
  }

  .fivew-head {
    justify-items: center;
    text-align: center;
  }

  .fivew-head h3 {
    margin-inline: auto;
  }

  .fivew-shell {
    grid-template-columns: 1fr;
  }

  .fivew-wheel {
    width: min(100%, 360px);
  }
}

@media (max-width: 640px) {
  .chapter-head h2,
  .website-layout h2,
  .thanks-heading h2 {
    max-width: calc(100vw - 28px);
    font-size: clamp(1rem, 8vw, 2.15rem);
  }

  .hero-tilt-stage {
    width: 94vw;
    border-radius: 22px;
  }

  .fivew-card {
    border-radius: 14px;
  }

  .fivew-wheel {
    width: min(100%, 306px);
  }

  .fivew-item {
    width: 78px;
    min-height: 50px;
    padding-inline: 0.48rem;
    transform:
      translate(-50%, -50%)
      rotate(var(--angle))
      translateY(-112px)
      rotate(var(--upright-angle));
  }

  .fivew-item.is-active {
    transform:
      translate(-50%, -50%)
      rotate(var(--angle))
      translateY(-115px)
      rotate(var(--upright-angle))
      scale(1.06);
  }

  .fivew-mark {
    font-size: 0.72rem;
  }

  .fivew-hub {
    width: 104px;
    border-width: 7px;
    font-size: 1.35rem;
  }

  .fivew-content {
    min-height: 240px;
  }

  .fivew-content h4 {
    max-width: 100%;
    font-size: clamp(1.55rem, 8vw, 2.2rem);
  }
}

.fivew-head {
  justify-items: center;
  text-align: center;
}

.fivew-head h3 {
  max-width: none;
  margin-inline: auto;
  font-size: clamp(1.25rem, 2.05vw, 2.12rem);
  white-space: nowrap;
}

.fivew-controls {
  top: 50%;
  bottom: auto;
  width: clamp(176px, 15.5vw, 226px);
  justify-content: space-between;
  transform: translate(50%, -50%);
  pointer-events: none;
}

.fivew-nav {
  pointer-events: auto;
}

.fivew-content h4 {
  max-width: 100%;
  font-size: clamp(1.55rem, 2.72vw, 2.72rem);
  white-space: nowrap;
}

@media (max-width: 900px) {
  .fivew-head h3 {
    font-size: clamp(1.25rem, 5.2vw, 2rem);
  }
}

@media (max-width: 640px) {
  .fivew-head h3 {
    font-size: clamp(1.1rem, 6.6vw, 1.65rem);
  }

  .fivew-controls {
    width: 154px;
  }

  .fivew-nav {
    width: 36px;
    height: 36px;
  }

  .fivew-content h4 {
    font-size: clamp(1.1rem, 6.4vw, 1.65rem);
  }
}

/* Requested polish pass */
.site-header.is-header-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, calc(-100% - 24px), 0) scale(0.98);
}

.site-header:not(.is-header-hidden) {
  opacity: 1;
  pointer-events: none;
  transform: translate3d(0, 0, 0) scale(1);
}

.site-header:not(.is-header-hidden) .nav-shell {
  pointer-events: auto;
}

.nav-shell {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 26px rgba(8, 41, 22, 0.08);
}

.nav-shell::before {
  display: none;
}

.brand-logo {
  width: clamp(2.25rem, 3.25vw, 3rem);
  object-fit: contain;
}

.site-nav a::before {
  background: rgba(255, 227, 99, 0.24);
}

.chapter-head,
.chapter-head.reveal {
  overflow: visible;
}

.chapter-head.reveal:not(.is-visible) h2,
.chapter-head.reveal.is-visible h2 {
  clip-path: none;
}

.chapter-head h2,
.website-layout h2,
.thanks-heading h2 {
  line-height: 1.14;
  padding-block: 0.18em 0.08em;
}

.fivew-wheel {
  width: min(100%, 360px);
  cursor: default;
}

.fivew-wheel::before {
  inset: 10%;
  border-color: rgba(23, 106, 59, 0.16);
  background: rgba(188, 236, 231, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.fivew-wheel::after {
  display: none;
}

.fivew-track {
  cursor: default;
}

.fivew-item,
.fivew-item.is-active,
.fivew-item:hover {
  width: max-content;
  min-width: 66px;
  min-height: 42px;
  padding: 0.38rem 0.78rem;
  border-radius: 999px;
  transform:
    translate(-50%, -50%)
    rotate(var(--angle))
    translateY(clamp(-132px, -10vw, -108px))
    rotate(var(--upright-angle));
}

.fivew-item {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 7px 14px rgba(12, 47, 31, 0.08);
  transition:
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease;
}

.fivew-item:hover,
.fivew-item.is-active {
  border-color: rgba(243, 112, 33, 0.48);
  background: var(--heading-green-deep);
  box-shadow: 0 9px 16px rgba(12, 47, 31, 0.14);
}

.fivew-mark {
  font-size: clamp(0.68rem, 0.8vw, 0.84rem);
}

.fivew-hub {
  appearance: none;
  z-index: 3;
  width: clamp(98px, 8.8vw, 124px);
  border: 0;
  padding: 0;
  background: var(--heading-green-deep);
  color: #ffffff;
  cursor: pointer;
  font-family: var(--display);
  font-size: clamp(1.22rem, 1.9vw, 1.9rem);
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 18px rgba(12, 47, 31, 0.16);
  transition:
    background 220ms ease,
    box-shadow 220ms ease,
    transform 220ms var(--ease-out);
}

.fivew-hub:hover {
  background: var(--orange);
  box-shadow: 0 12px 22px rgba(12, 47, 31, 0.18);
  transform: scale(1.025);
}

.fivew-hub:focus-visible {
  outline: 3px solid rgba(243, 112, 33, 0.36);
  outline-offset: 4px;
}

.fivew-controls,
.fivew-nav {
  display: none;
}

@media (max-width: 640px) {
  .fivew-wheel {
    width: min(100%, 288px);
  }

  .fivew-item,
  .fivew-item.is-active,
  .fivew-item:hover {
    min-width: 58px;
    min-height: 38px;
    padding: 0.32rem 0.62rem;
    transform:
      translate(-50%, -50%)
      rotate(var(--angle))
      translateY(-104px)
      rotate(var(--upright-angle));
  }

  .fivew-hub {
    width: 92px;
    font-size: 1.22rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Clean presentation pass */
:root {
  --cream: #f4faf0;
  --fresh-sky-wash: rgba(159, 232, 224, 0.3);
  --fresh-yellow-wash: rgba(255, 229, 96, 0.3);
  --paper: #ffffff;
  --paper-strong: #ffffff;
  --ink: #082916;
  --ink-soft: #355742;
  --green: #145f32;
  --orange: #f37021;
  --line: rgba(8, 41, 22, 0.12);
  --line-strong: rgba(8, 41, 22, 0.2);
  --sky: #c9f1eb;
  --lime: #b8e85f;
  --yellow: #ffe66b;
  --pink: #ff7ea7;
  --blue: #147fa9;
  --shadow: 0 8px 18px rgba(8, 41, 22, 0.08);
  --soft-shadow: 0 4px 10px rgba(8, 41, 22, 0.06);
  --radius-xl: 18px;
  --radius-lg: 14px;
  --radius-md: 10px;
  --shell: min(1280px, calc(100vw - 44px));
}

body {
  background:
    radial-gradient(circle at 14% 12%, var(--fresh-yellow-wash) 0 24rem, transparent 24.2rem),
    radial-gradient(circle at 88% 18%, var(--fresh-sky-wash) 0 28rem, transparent 28.2rem),
    linear-gradient(135deg, rgba(255, 229, 96, 0.3) 0 18%, transparent 18% 54%, rgba(159, 232, 224, 0.3) 54% 74%, transparent 74%),
    linear-gradient(180deg, #f8fff6 0%, #ffffff 42%, #f4fcf8 76%, #ffffff 100%);
  color: var(--ink);
}

body::before {
  display: none;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

p {
  color: var(--ink-soft);
  text-wrap: pretty;
}

.site-header {
  padding-top: 18px;
}

.site-header + main {
  padding-top: 104px;
}

.nav-shell {
  min-height: 62px;
  padding: 0 18px;
  border: 1px solid rgba(8, 41, 22, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(8, 41, 22, 0.08);
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled .nav-shell {
  min-height: 56px;
  box-shadow: 0 8px 18px rgba(8, 41, 22, 0.08);
}

.brand-logo {
  width: clamp(2.4rem, 3.1vw, 3rem);
}

.brand-name {
  font-size: clamp(1.1rem, 1.35vw, 1.44rem);
  max-width: 8rem;
  overflow: hidden;
  opacity: 1;
  transform: translateX(0);
  transition:
    max-width 320ms var(--ease-out),
    opacity 220ms ease,
    transform 320ms var(--ease-out);
}

.site-header .brand {
  transition: gap 320ms var(--ease-out);
}

.site-header.is-past-home .brand {
  gap: 0 !important;
}

.site-header.is-past-home .brand-name {
  visibility: hidden;
  width: 0;
  max-width: 0 !important;
  margin: 0;
  opacity: 0 !important;
  pointer-events: none;
  transform: translateX(-0.35rem);
}

.site-nav {
  gap: clamp(0.58rem, 1.2vw, 1.1rem);
  color: rgba(8, 41, 22, 0.72);
  font-size: 0.88rem;
}

.site-nav a {
  padding: 0.48rem 0.66rem;
  border-radius: 999px;
}

.site-nav a::after {
  display: none;
}

.site-nav a:hover,
.site-nav a.is-active {
  background: rgba(184, 232, 95, 0.22);
  color: var(--ink);
  transform: none;
}

.eyebrow,
.card-kicker {
  gap: 0.48rem;
  color: var(--green);
  font-size: 0.76rem;
  letter-spacing: 0;
  text-transform: none;
}

.eyebrow::before,
.card-kicker::before {
  display: none;
  content: none;
}

.hero {
  padding: clamp(1.2rem, 2.4vw, 2.2rem) 0 clamp(2.2rem, 4.2vw, 4rem);
}

.hero::before {
  display: none;
}

.asset-frame,
.text-card,
.mini-card,
.swot-card,
.campaign-panel,
.strategy-note,
.product-gap,
.competitor-panel,
.competitor-card,
.position-card,
.identity-stub,
.logo-panel,
.asset-card,
.browser-mock {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: none;
}

.asset-frame {
  padding: 0;
  background: transparent;
}

.asset-stage,
.mock-surface {
  border: 0;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), transparent 46%),
    color-mix(in srgb, var(--mock-bg, var(--sky)) 84%, white);
  box-shadow: inset 0 0 0 1px rgba(8, 41, 22, 0.08);
}

.asset-stage::before,
.mock-surface::before {
  inset: 12px;
  border: 1px solid rgba(8, 41, 22, 0.09);
  border-radius: 10px;
}

.asset-frame figcaption {
  padding: 0.72rem 0.15rem 0;
}

.hero-showcase {
  border-radius: 20px;
}

.ratio-hero-banner {
  min-height: clamp(360px, 37vw, 540px);
  padding: clamp(1.4rem, 4.4vw, 4.6rem);
  border-radius: 20px;
  background:
    linear-gradient(110deg, rgba(255, 230, 107, 0.96) 0 53%, rgba(201, 241, 235, 0.98) 53% 100%);
  --mock-bg: transparent;
}

.ratio-hero-banner::before {
  border-color: rgba(8, 41, 22, 0.1);
}

.hero-banner-copy {
  gap: 1rem;
}

.hero-banner-copy h1 {
  font-size: clamp(4rem, 7vw, 7rem);
  letter-spacing: 0;
}

.hero-banner-copy .hero-lead {
  max-width: 600px;
  color: #183d27;
  font-size: clamp(1rem, 1.18vw, 1.12rem);
}

.hero-product-art {
  width: min(39vw, 480px);
  filter: drop-shadow(0 16px 20px rgba(8, 41, 22, 0.16));
}

.chapter {
  padding: clamp(3rem, 6vw, 6.4rem) 0;
}

.chapter:nth-of-type(odd),
.logo-section,
.applications-section,
.thanks-section {
  background: transparent;
}

.chapter-head {
  align-items: center;
  margin-bottom: clamp(1.35rem, 3vw, 2.35rem);
  padding-bottom: clamp(0.8rem, 1.5vw, 1.1rem);
  border-bottom: 1px solid var(--line);
}

.chapter-index {
  width: 54px;
  height: 54px;
  border-radius: var(--radius-md);
  background: var(--ink);
  color: #ffffff;
  font-size: 1.22rem;
  box-shadow: none;
}

.balanced-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: clamp(1rem, 2vw, 1.35rem);
}

.copy-stack {
  gap: clamp(1rem, 2vw, 1.25rem);
}

.text-card,
.mini-card,
.swot-card,
.campaign-panel,
.strategy-note,
.product-gap,
.competitor-panel,
.competitor-card,
.position-card,
.identity-stub,
.logo-panel {
  padding: clamp(1.05rem, 2vw, 1.55rem);
}

.text-card,
.mini-card {
  background: rgba(255, 255, 255, 0.9);
}

.text-card h3,
.mini-card h3,
.swot-card h3,
.campaign-panel h3,
.application-group h3 {
  margin: 0.64rem 0 0.42rem;
}

.compact-grid,
.brand-foundation {
  gap: 12px;
}

.brand-foundation {
  margin-top: clamp(1rem, 2.5vw, 1.4rem);
}

.mini-card span {
  color: var(--green);
  letter-spacing: 0;
  text-transform: none;
}

.fivew-card {
  margin-top: clamp(1rem, 2.5vw, 1.4rem);
  padding: clamp(1rem, 2.4vw, 1.65rem);
  border: 1px solid rgba(20, 95, 50, 0.18);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: none;
}

.fivew-card::after {
  color: rgba(20, 95, 50, 0.05);
}

.fivew-nav {
  border-color: var(--line);
  background: #ffffff;
  box-shadow: none;
}

.fivew-item {
  min-height: 230px;
  border-color: var(--line);
  border-radius: var(--radius-md);
  background: #f8fbf4;
  box-shadow: none;
}

.fivew-item:hover {
  box-shadow: none;
  transform: translateY(-2px);
}

.fivew-mark {
  background: #ffffff;
}

.strategy-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.54fr);
  gap: clamp(1rem, 2vw, 1.35rem);
}

.swot-grid {
  gap: 10px;
}

.swot-card {
  min-height: 162px;
  background: #ffffff;
}

.swot-card > span {
  width: 40px;
  height: 40px;
  border-radius: 9px;
}

.strategy-note,
.campaign-panel,
.product-gap,
.competitor-panel,
.competitor-card,
.position-card,
.identity-stub {
  background: #ffffff;
}

.strategy-note h3 {
  font-size: clamp(1.35rem, 2.5vw, 2.35rem);
}

.product-gap {
  border-left: 1px solid rgba(184, 232, 95, 0.85);
  border-color: rgba(184, 232, 95, 0.85);
  background: #f8fcf2;
}

.competitor-media,
.logo-display,
.grid-demo,
.safe-demo,
.type-sample,
.mono-sample,
.size-row div,
.wrong-item {
  border-color: var(--line);
  border-radius: var(--radius-md);
  background: #fbfdf9;
}

.competitor-card {
  grid-template-columns: minmax(140px, 0.36fr) minmax(0, 1fr);
}

.logo-grid {
  gap: clamp(0.85rem, 1.6vw, 1.15rem);
}

.logo-panel {
  background: #ffffff;
}

.logo-analysis,
.color-card,
.logo-backgrounds {
  grid-column: span 4;
}

.positive-negative,
.grid-system,
.minimum-size,
.wrong-usage {
  grid-column: span 6;
}

.safe-area,
.grayscale {
  grid-column: 1 / -1;
}

.logo-display {
  min-height: clamp(190px, 17vw, 240px);
}

.brand-color-list span,
.logo-bg-grid span,
.gray-row span {
  border-radius: var(--radius-md);
  box-shadow: none;
}

.brand-color-list b {
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
}

.intro-brand-strip {
  background:
    linear-gradient(105deg, rgba(255, 230, 107, 0.95), rgba(201, 241, 235, 0.94));
}

.strip-visual {
  border: 0;
  border-radius: var(--radius-md);
  box-shadow: 0 8px 18px rgba(8, 41, 22, 0.1);
}

.applications-section {
  padding-top: clamp(3.2rem, 6vw, 6.2rem);
}

.application-board {
  gap: clamp(2.7rem, 5vw, 4.4rem);
}

.application-group {
  grid-template-columns: minmax(220px, 0.24fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.2vw, 1.8rem);
  padding: 0;
  border: 0;
  background: transparent;
}

.group-copy {
  position: sticky;
  top: 104px;
  padding: clamp(1rem, 1.7vw, 1.28rem);
  border: 1px solid color-mix(in srgb, var(--group-accent) 58%, var(--line));
  border-left: 1px solid color-mix(in srgb, var(--group-accent) 58%, var(--line));
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--group-accent) 18%, white), #ffffff 62%);
  box-shadow: none;
}

.group-copy h3 {
  font-size: clamp(1.02rem, 1.25vw, 1.3rem);
}

.asset-grid {
  gap: 10px;
}

.asset-card {
  gap: 0.52rem;
  padding: 8px;
  background: #ffffff;
}

.asset-card p {
  color: rgba(8, 41, 22, 0.72);
  font-size: 0.75rem;
  line-height: 1.28;
}

.mock-surface {
  min-height: 138px;
}

.compact-assets .asset-card:nth-child(4n + 1) .mock-surface {
  --mock-bg: #d8f4f0;
}

.compact-assets .asset-card:nth-child(4n + 2) .mock-surface {
  --mock-bg: #fff0a4;
}

.compact-assets .asset-card:nth-child(4n + 3) .mock-surface {
  --mock-bg: #d6f49d;
}

.compact-assets .asset-card:nth-child(4n + 4) .mock-surface {
  --mock-bg: #ffd3bb;
}

.image-fallback {
  position: relative;
  z-index: 2;
  display: inline-flex;
  max-width: min(88%, 260px);
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(8, 41, 22, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.18;
  text-align: center;
}

.campaign-visual .image-fallback {
  min-height: 116px;
  max-width: none;
  border-radius: var(--radius-md);
}

.website-layout {
  grid-template-columns: minmax(0, 0.44fr) minmax(420px, 1fr);
}

.browser-mock {
  background: #ffffff;
}

.browser-bar {
  background: #f9fbf6;
}

.thanks-section {
  padding: clamp(4rem, 7vw, 7rem) 0;
}

.thanks-layout {
  align-items: center;
  padding: clamp(1.4rem, 3vw, 2.5rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(115deg, rgba(184, 232, 95, 0.18), transparent 52%),
    #ffffff;
}

.thanks-layout::after {
  color: rgba(20, 95, 50, 0.055);
}

.footer-layout {
  padding-block: 1.2rem 1.4rem;
}

@media (hover: hover) and (pointer: fine) {
  .text-card:hover,
  .mini-card:hover,
  .swot-card:hover,
  .campaign-panel:hover,
  .strategy-note:hover,
  .product-gap:hover,
  .competitor-panel:hover,
  .competitor-card:hover,
  .position-card:hover,
  .identity-stub:hover,
  .logo-panel:hover,
  .asset-card:hover {
    box-shadow: 0 8px 18px rgba(8, 41, 22, 0.07);
    transform: translateY(-2px);
  }
}

@media (max-width: 1160px) {
  :root {
    --shell: min(1280px, calc(100vw - 30px));
  }

  .balanced-grid,
  .strategy-layout,
  .website-layout {
    grid-template-columns: 1fr;
  }

  .group-copy {
    position: static;
  }
}

@media (max-width: 900px) {
  .site-header + main {
    padding-top: 78px;
  }

  .nav-shell {
    grid-template-columns: auto 1fr auto;
    border-radius: 14px;
  }

  .site-nav {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 24px rgba(8, 41, 22, 0.08);
  }

  .menu-toggle {
    background: #ffffff;
  }
}

@media (max-width: 640px) {
  :root {
    --shell: calc(100vw - 22px);
  }

  .site-header {
    padding-top: 8px;
  }

  .nav-shell {
    border-radius: 12px;
  }

  .hero {
    padding-top: 0.75rem;
  }

  .ratio-hero-banner {
    padding: 1rem;
    border-radius: 14px;
  }

  .hero-banner-copy h1 {
    font-size: clamp(2.55rem, 11vw, 3.4rem);
  }

  .hero-product-art {
    width: min(92%, 340px);
  }

  .chapter {
    padding: 2.8rem 0;
  }

  .chapter-head {
    grid-template-columns: 44px minmax(0, 1fr);
    margin-bottom: 1rem;
  }

  .chapter-index {
    width: 44px;
    height: 44px;
    border-radius: 9px;
    font-size: 1rem;
  }

  .application-board {
    gap: 2rem;
  }

  .application-group {
    grid-template-columns: 1fr;
  }

  .asset-card {
    padding: 7px;
  }

  .thanks-layout {
    padding: 1rem;
  }
}

.hero-title-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.hero {
  min-height: calc(100svh - 104px);
  padding: 0;
  overflow: clip;
}

.hero > .shell {
  display: grid;
  min-height: calc(100svh - 104px);
  align-content: center;
  padding-block: clamp(0.4rem, 1.4vw, 1.2rem);
}

.hero-tilt-showcase {
  --hero-stand: 0;
  --hero-tilt: calc(73deg - (73deg * var(--hero-stand)));
  --hero-rise: calc(72px - (104px * var(--hero-stand)));
  --hero-scale: calc(0.78 + (0.22 * var(--hero-stand)));
  position: relative;
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  perspective: 950px;
  perspective-origin: 50% 10%;
}

.hero-tilt-stage {
  position: relative;
  overflow: hidden;
  width: min(96%, 1320px);
  margin-inline: auto;
  border: 1px solid rgba(8, 41, 22, 0.12);
  border-radius: 40px;
  background: #ffffff;
  box-shadow:
    0 18px 34px rgba(8, 41, 22, calc(0.1 + (0.06 * var(--hero-stand)))),
    0 44px 72px rgba(8, 41, 22, calc(0.12 * (1 - var(--hero-stand))));
  transform:
    translate3d(0, var(--hero-rise), 0)
    scale(var(--hero-scale))
    rotateX(var(--hero-tilt));
  transform-origin: center bottom;
  transition: box-shadow 180ms ease;
  backface-visibility: hidden;
  will-change: transform;
}

.hero-tilt-stage::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, calc(0.16 * (1 - var(--hero-stand)))),
    transparent 42%
  );
  content: "";
}

.hero-vip-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.hero-tilt-showcase figcaption {
  display: none;
}

@media (max-width: 640px) {
  .hero {
    min-height: calc(100svh - 84px);
  }

  .hero > .shell {
    min-height: calc(100svh - 84px);
    padding-block: 0;
  }

  .hero-tilt-showcase {
    --hero-tilt: calc(58deg - (58deg * var(--hero-stand)));
    --hero-rise: calc(42px - (66px * var(--hero-stand)));
    --hero-scale: calc(0.9 + (0.1 * var(--hero-stand)));
  }

  .hero-tilt-stage {
    width: 96%;
    border-radius: 40px;
  }
}

.site-header.is-past-home .brand-name {
  width: 0;
  max-width: 0 !important;
  margin: 0;
  visibility: hidden;
  opacity: 0 !important;
  pointer-events: none;
}

.site-header {
  transition:
    padding 520ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 420ms ease,
    transform 560ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: top center;
  will-change: opacity, transform;
}

.site-header.is-away-from-hero {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.site-header.is-header-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, calc(-100% - 22px), 0) scale(0.94);
}

.site-header .nav-shell {
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: top center;
  transition:
    min-height 520ms cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 520ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 420ms ease,
    transform 560ms cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}

.site-header.is-header-hidden .nav-shell {
  transform: translate3d(0, -10px, 0) scale(0.96);
}

.logo-analysis {
  grid-column: span 5;
}

.color-card {
  grid-column: span 3;
}

.logo-backgrounds {
  grid-column: span 4;
}

.positive-negative {
  grid-column: span 5;
}

.grid-system {
  grid-column: span 7;
}

.logo-display,
.grid-demo,
.safe-demo {
  background: #ffffff;
}

.logo-display {
  min-height: clamp(240px, 24vw, 380px);
  padding: clamp(1rem, 2vw, 1.7rem);
}

.logo-display img {
  width: min(92%, 480px);
  max-height: 300px;
  object-fit: contain;
}

.grid-demo {
  min-height: clamp(260px, 29vw, 420px);
  padding: clamp(0.35rem, 0.9vw, 0.75rem);
}

.grid-demo img {
  width: 110%;
  height: 100%;
  max-width: none;
  max-height: clamp(264px, 29.7vw, 429px);
  object-fit: contain;
}

.safe-demo {
  min-height: clamp(360px, 36vw, 560px);
  gap: clamp(0.65rem, 1.2vw, 1rem);
  padding: clamp(0.35rem, 0.9vw, 0.75rem);
}

.safe-guide {
  gap: 0.5rem;
  padding: clamp(0.35rem, 0.8vw, 0.7rem);
  background: #ffffff;
}

.safe-guide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.identity-stubs {
  align-items: stretch;
}

.typography-showcase {
  grid-column: span 7;
}

.mascot-stub {
  grid-column: span 5;
  align-content: stretch;
  overflow: hidden;
}

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

.type-iciel strong,
.type-iciel p,
.type-iciel b {
  font-family: var(--type-iciel);
}

.mascot-card {
  display: grid;
  grid-template-rows: minmax(250px, 1fr) auto;
  gap: clamp(0.8rem, 1.4vw, 1rem);
  height: 100%;
}

.mascot-art {
  display: grid;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(8, 41, 22, 0.1);
  border-radius: var(--radius-md);
  background:
    linear-gradient(135deg, rgba(255, 230, 107, 0.64), transparent 46%),
    #eaf8db;
}

.mascot-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mascot-copy {
  display: grid;
  gap: 0.62rem;
}

.mascot-copy h3 {
  font-size: clamp(2rem, 4.8vw, 4.4rem);
  line-height: 0.95;
}

.mascot-copy p {
  max-width: 48ch;
}

.mascot-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.mascot-badges span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0.38rem 0.65rem;
  border: 1px solid rgba(8, 41, 22, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 1160px) {
  .logo-analysis,
  .color-card,
  .logo-backgrounds,
  .positive-negative,
  .grid-system {
    grid-column: span 6;
  }

  .typography-showcase,
  .mascot-stub {
    grid-column: 1 / -1;
  }

  .mascot-card {
    grid-template-columns: minmax(280px, 0.56fr) minmax(0, 0.44fr);
    grid-template-rows: none;
    align-items: center;
  }
}

@media (max-width: 760px) {
  .logo-analysis,
  .color-card,
  .logo-backgrounds,
  .positive-negative,
  .grid-system {
    grid-column: 1 / -1;
  }

  .type-row,
  .safe-demo,
  .mascot-card {
    grid-template-columns: 1fr;
  }

  .mascot-card {
    grid-template-rows: minmax(220px, auto) auto;
  }
}

.logo-bg-grid {
  min-height: clamp(220px, 18vw, 300px);
  gap: 10px;
}

.logo-bg-grid span {
  min-height: clamp(92px, 8vw, 126px);
  padding: 0.65rem;
}

.logo-bg-grid img {
  width: 90%;
}

.market-layout {
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr);
  gap: 12px;
  margin-top: 12px;
}

.product-gap,
.competitor-panel {
  padding: clamp(0.85rem, 1.35vw, 1.08rem);
}

.product-gap {
  gap: 0.62rem;
  border-left-width: 1px;
}

.product-gap h3,
.competitor-panel h3 {
  font-size: clamp(1.3rem, 2vw, 2.08rem);
  line-height: 1.08;
}

.gap-list {
  gap: 0.45rem;
}

.gap-list p,
.competitor-card p {
  font-size: 0.88rem;
  line-height: 1.42;
}

.competitor-panel {
  gap: 0.72rem;
}

.panel-head {
  gap: 0.32rem;
}

.competitor-grid {
  gap: 10px;
}

.competitor-card {
  grid-template-columns: minmax(106px, 0.3fr) minmax(0, 1fr);
  gap: 0.65rem;
  min-height: 0;
  padding: 0.72rem;
}

.competitor-media {
  min-height: 150px;
  padding: 0.48rem;
}

.competitor-media img {
  max-height: 158px;
}

.competitor-copy {
  gap: 0.4rem;
}

.competitor-copy h4 {
  font-size: clamp(0.98rem, 1.2vw, 1.18rem);
}

.position-card {
  display: none;
}

.identity-stub {
  min-height: 0;
  padding: clamp(0.82rem, 1.35vw, 1.08rem);
}

.typography-head {
  gap: 0.28rem;
}

.typography-head p {
  display: none;
}

.identity-stub h3 {
  font-size: clamp(1.45rem, 2.4vw, 2.65rem);
}

.type-row {
  gap: 10px;
}

.type-sample {
  min-height: 124px;
  gap: 0.48rem;
  padding: clamp(0.72rem, 1.1vw, 0.95rem);
}

.type-sample strong {
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
}

.type-sample p,
.type-sample b {
  display: none;
}

.mascot-card {
  grid-template-rows: minmax(172px, 0.82fr) auto;
  gap: 0.68rem;
}

.mascot-art {
  min-height: 196px;
}

.mascot-copy {
  gap: 0.42rem;
}

.mascot-copy h3 {
  font-size: clamp(1.8rem, 3.6vw, 3.35rem);
}

.mascot-copy p {
  max-width: 46ch;
  font-size: 0.9rem;
  line-height: 1.42;
}

.mascot-badges {
  display: none;
}

@media (max-width: 1160px) {
  .logo-backgrounds {
    grid-column: span 6;
  }
}

@media (max-width: 900px) {
  .market-layout {
    grid-template-columns: 1fr;
  }

  .competitor-card {
    grid-template-columns: minmax(120px, 0.28fr) minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .logo-backgrounds {
    grid-column: 1 / -1;
  }
}

.motion-enhanced .site-header,
.motion-enhanced .nav-shell {
  backface-visibility: hidden;
}

.motion-enhanced .site-header.is-header-hidden {
  transition-duration: 520ms;
}

.motion-enhanced .reveal,
.motion-enhanced .asset-frame,
.motion-enhanced .campaign-visual,
.motion-enhanced .competitor-media,
.motion-enhanced .logo-display,
.motion-enhanced .grid-demo,
.motion-enhanced .safe-demo,
.motion-enhanced .mascot-art,
.motion-enhanced .text-card,
.motion-enhanced .mini-card,
.motion-enhanced .swot-card,
.motion-enhanced .logo-panel,
.motion-enhanced .identity-stub,
.motion-enhanced .application-group,
.motion-enhanced .asset-card,
.motion-enhanced .browser-mock {
  backface-visibility: hidden;
}

.motion-enhanced .reveal,
.motion-enhanced .asset-frame,
.motion-enhanced .campaign-visual,
.motion-enhanced .competitor-media,
.motion-enhanced .logo-display,
.motion-enhanced .grid-demo,
.motion-enhanced .safe-demo,
.motion-enhanced .mascot-art {
  transform: translate3d(0, 0, 0);
}

.motion-enhanced .asset-frame,
.motion-enhanced .campaign-visual,
.motion-enhanced .competitor-media,
.motion-enhanced .logo-display,
.motion-enhanced .grid-demo,
.motion-enhanced .safe-demo,
.motion-enhanced .mascot-art {
  will-change: transform;
}

.motion-enhanced .reveal {
  transition:
    opacity 680ms ease,
    transform 680ms var(--ease-out);
}

.motion-enhanced .site-nav a,
.motion-enhanced .fivew-nav,
.motion-enhanced .zoom-target,
.motion-enhanced .asset-card,
.motion-enhanced .logo-panel {
  transition-timing-function: var(--ease-out);
}

.site-polish-anchor {
  display: none;
}

:root {
  --heading-green: #176a3b;
  --heading-green-deep: #0f5b32;
  --surface-clean: #ffffff;
  --surface-tint: #f8fcf4;
}

body {
  background:
    linear-gradient(115deg, rgba(255, 227, 99, 0.18) 0 18%, transparent 18% 100%),
    linear-gradient(285deg, rgba(188, 236, 231, 0.24) 0 16%, transparent 16% 100%),
    #f7fbf2;
}

h1,
h2,
h3,
h4,
.brand-name,
.chapter-head h2,
.identity-stub h3,
.mascot-copy h3 {
  color: var(--heading-green);
}

.chapter-head h2 {
  font-size: clamp(2.35rem, 5.6vw, 6rem);
  line-height: 0.96;
}

.chapter-index {
  background: var(--heading-green-deep);
  color: #fffdf7;
}

.text-card h3,
.mini-card h3,
.swot-card h3,
.campaign-panel h3,
.application-group h3,
.product-gap h3,
.competitor-panel h3,
.group-copy h3,
.logo-panel h3,
.strategy-note h3 {
  color: var(--heading-green);
  font-size: clamp(0.98rem, 1.18vw, 1.32rem);
  line-height: 1.1;
}

.text-card,
.mini-card,
.swot-card,
.campaign-panel,
.strategy-note,
.product-gap,
.competitor-panel,
.identity-stub,
.logo-panel,
.asset-card,
.browser-mock {
  border-color: rgba(23, 106, 59, 0.15);
  background: rgba(255, 255, 255, 0.92);
}

.text-card,
.mini-card,
.swot-card,
.logo-panel,
.identity-stub {
  padding: clamp(0.9rem, 1.45vw, 1.2rem);
}

.site-header.is-past-home .brand {
  gap: 0.55rem !important;
}

.site-header.is-past-home .brand-name {
  width: auto !important;
  max-width: 12rem !important;
  margin: 0;
  visibility: visible;
  opacity: 1 !important;
  pointer-events: auto;
  transform: translateX(0);
}

.site-header {
  transition:
    padding 560ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 520ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 640ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 640ms cubic-bezier(0.19, 1, 0.22, 1);
}

.site-header.is-header-hidden {
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(0, calc(-100% - 24px), 0) scale(0.92);
}

.site-header:not(.is-header-hidden) {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.nav-shell {
  border-color: rgba(23, 106, 59, 0.12);
  background: rgba(255, 255, 255, 0.94);
}

.fivew-card {
  overflow: hidden;
  border-color: rgba(23, 106, 59, 0.14);
  background:
    linear-gradient(135deg, rgba(188, 236, 231, 0.22), transparent 42%),
    linear-gradient(315deg, rgba(255, 227, 99, 0.18), transparent 46%),
    #ffffff;
}

.fivew-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.4vw, 2rem);
  align-items: center;
  margin-top: clamp(1rem, 2vw, 1.5rem);
}

.fivew-wheel {
  position: relative;
  display: grid;
  width: min(100%, 360px);
  aspect-ratio: 1;
  place-items: center;
  justify-self: center;
}

.fivew-track {
  position: absolute;
  inset: 0;
  display: block;
  overflow: visible;
  padding: 0;
  cursor: default;
  transform: rotate(var(--fivew-rotation, 0deg));
  transition: transform 820ms cubic-bezier(0.19, 1, 0.22, 1);
}

.fivew-track::before {
  position: absolute;
  inset: 15%;
  border: 1px solid rgba(23, 106, 59, 0.16);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.94) 0 42%, rgba(188, 236, 231, 0.18) 43% 100%);
  content: "";
}

.fivew-item {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(76px, 7.2vw, 98px);
  min-height: clamp(76px, 7.2vw, 98px);
  place-items: center;
  padding: 0.45rem;
  border: 1px solid rgba(23, 106, 59, 0.16);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 8px 14px rgba(12, 47, 31, 0.08);
  text-align: center;
  transform:
    translate(-50%, -50%)
    rotate(var(--angle))
    translateY(clamp(-128px, -11vw, -100px))
    rotate(var(--upright-angle));
  transition:
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 820ms cubic-bezier(0.19, 1, 0.22, 1),
    background 260ms ease;
}

.fivew-item h4,
.fivew-item p {
  display: none;
}

.fivew-item:hover,
.fivew-item.is-active {
  border-color: rgba(243, 112, 33, 0.48);
  background: #fff8e6;
  box-shadow: 0 14px 24px rgba(12, 47, 31, 0.14);
}

.fivew-mark {
  padding: 0;
  background: transparent;
  color: var(--heading-green);
  font-size: clamp(0.72rem, 0.9vw, 0.9rem);
}

.fivew-hub {
  position: relative;
  z-index: 2;
  display: grid;
  width: clamp(104px, 10vw, 138px);
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--heading-green-deep);
  color: #ffffff;
  font-family: var(--display);
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(12, 47, 31, 0.18);
}

.fivew-controls {
  position: absolute;
  right: 50%;
  bottom: -8px;
  z-index: 4;
  margin: 0;
  transform: translateX(50%);
}

.fivew-nav {
  width: 38px;
  height: 38px;
  box-shadow: 0 8px 16px rgba(12, 47, 31, 0.1);
}

.fivew-content {
  display: grid;
  min-height: 260px;
  align-content: center;
  gap: 0.75rem;
  padding: clamp(1rem, 2.2vw, 1.8rem);
  border: 1px solid rgba(23, 106, 59, 0.14);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 227, 99, 0.16), transparent 48%),
    #ffffff;
}

.fivew-content span {
  width: max-content;
  padding: 0.36rem 0.65rem;
  border-radius: 999px;
  background: rgba(243, 112, 33, 0.11);
  color: var(--orange);
  font-weight: 900;
}

.fivew-content h4 {
  color: var(--heading-green);
  font-size: clamp(1.45rem, 2.6vw, 2.45rem);
}

.fivew-content p {
  max-width: 58ch;
  color: var(--ink-soft);
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
  font-weight: 650;
}

.fivew-progress {
  display: none;
}

.grid-demo img {
  width: 120%;
  max-width: none;
  max-height: clamp(288px, 32.4vw, 468px);
}

:root {
  --type-svn: "SVN-Chand", "UTM-AVO", "Nunito Sans", system-ui, sans-serif;
  --type-iciel: "iCielSoupofJustice", "Nunito Sans", system-ui, sans-serif;
}

.type-svn strong,
.type-svn p,
.type-svn b {
  font-family: "SVN-Chand", "UTM-AVO", "Nunito Sans", system-ui, sans-serif !important;
}

.type-iciel strong,
.type-iciel p,
.type-iciel b {
  font-family: "iCielSoupofJustice", "Nunito Sans", system-ui, sans-serif !important;
}

.mascot-card {
  grid-template-rows: auto minmax(180px, 1fr);
}

.mascot-copy {
  order: -1;
}

.mascot-art {
  min-height: clamp(190px, 20vw, 260px);
}

@media (max-width: 900px) {
  .fivew-shell {
    grid-template-columns: 1fr;
  }

  .fivew-content {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .chapter-head h2 {
    font-size: clamp(2.1rem, 12vw, 3.65rem);
  }

  .fivew-wheel {
    width: min(100%, 300px);
  }
}

body::before {
  background-image:
    linear-gradient(112deg, transparent 0 63%, rgba(188, 236, 231, 0.2) 63% 72%, transparent 72% 100%),
    linear-gradient(287deg, transparent 0 72%, rgba(255, 227, 99, 0.18) 72% 80%, transparent 80% 100%);
  background-size: 100% 100%;
  opacity: 0.9;
}

.asset-stage,
.mock-surface {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), transparent 42%),
    linear-gradient(315deg, rgba(255, 227, 99, 0.14), transparent 58%),
    var(--mock-bg, var(--sky));
}

.intro-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(244, 251, 239, 0.84)),
    linear-gradient(122deg, rgba(188, 236, 231, 0.22), transparent 54%);
}

.swot-section {
  background:
    linear-gradient(117deg, rgba(255, 227, 99, 0.22), transparent 42%),
    linear-gradient(288deg, rgba(255, 116, 160, 0.12), transparent 54%),
    #ffffff;
}

.logo-section {
  background:
    linear-gradient(108deg, rgba(168, 224, 82, 0.12), transparent 44%),
    #f9fcf5;
}

.applications-section {
  background:
    linear-gradient(180deg, #ffffff, rgba(188, 236, 231, 0.18) 54%, #ffffff);
}

.chapter-head {
  grid-template-columns: auto minmax(0, auto);
  justify-content: center;
  gap: clamp(0.65rem, 1.6vw, 1.15rem);
  padding-bottom: clamp(0.7rem, 1.2vw, 0.95rem);
  text-align: center;
}

.chapter-head h2,
.website-layout h2,
.thanks-heading h2 {
  max-width: min(15ch, calc(100vw - 132px));
  margin-inline: auto;
  font-size: clamp(1.88rem, 4.48vw, 4.8rem);
  font-weight: 900;
  line-height: 0.98;
  text-align: center;
  text-wrap: balance;
}

.website-layout > .reveal,
.thanks-heading {
  justify-items: center;
  text-align: center;
}

.chapter-index {
  width: 50px;
  height: 50px;
  font-weight: 900;
}

.site-header {
  will-change: transform, opacity, filter;
}

.nav-shell::before {
  position: absolute;
  inset: 8px;
  z-index: 0;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(168, 224, 82, 0.16), transparent 34%),
    linear-gradient(270deg, rgba(255, 227, 99, 0.16), transparent 38%);
  content: "";
  opacity: 0;
  transform: scaleX(0.72);
  transform-origin: left;
  transition:
    opacity 420ms var(--ease-out),
    transform 520ms var(--ease-out);
}

.nav-shell {
  isolation: isolate;
}

.brand,
.site-nav,
.menu-toggle {
  position: relative;
  z-index: 1;
}

.site-header.is-scrolled .nav-shell::before,
.nav-shell:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.site-nav a::before {
  position: absolute;
  inset: -0.3rem -0.55rem;
  z-index: -1;
  border-radius: 999px;
  background: rgba(168, 224, 82, 0.2);
  content: "";
  opacity: 0;
  transform: scale(0.86);
  transition:
    opacity 220ms ease,
    transform 260ms var(--ease-out);
}

.site-nav a:hover::before,
.site-nav a.is-active::before {
  opacity: 1;
  transform: scale(1);
}

.fivew-card {
  margin-top: clamp(1.1rem, 2.8vw, 1.8rem);
  padding: clamp(1.15rem, 2.6vw, 2rem);
  border-color: rgba(23, 106, 59, 0.18);
  background:
    linear-gradient(133deg, rgba(188, 236, 231, 0.32), transparent 42%),
    linear-gradient(318deg, rgba(255, 227, 99, 0.28), transparent 48%),
    #ffffff;
}

.fivew-card::after {
  top: -0.22em;
  right: 0.02em;
  color: rgba(23, 106, 59, 0.045);
  font-size: clamp(5rem, 12vw, 10.2rem);
}

.fivew-head {
  justify-items: center;
  text-align: center;
}

.fivew-head h3 {
  max-width: 17ch;
  margin-inline: auto;
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 900;
  text-wrap: balance;
}

.fivew-shell {
  grid-template-columns: minmax(340px, 0.42fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2.8rem);
}

.fivew-wheel {
  width: min(100%, 380px);
  margin-inline: auto;
  cursor: grab;
  touch-action: pan-y;
}

.fivew-wheel.is-dragging {
  cursor: grabbing;
}

.fivew-wheel.is-dragging .fivew-track {
  transition-duration: 360ms;
}

.fivew-track:focus,
.fivew-item:focus {
  outline: none;
}

.fivew-item:focus-visible {
  box-shadow:
    0 0 0 3px rgba(29, 148, 196, 0.28),
    0 10px 18px rgba(12, 47, 31, 0.1);
}

.fivew-track::before {
  inset: 13%;
  border-color: rgba(23, 106, 59, 0.2);
  background:
    radial-gradient(circle, #ffffff 0 39%, rgba(188, 236, 231, 0.24) 40% 100%);
}

.fivew-item {
  width: clamp(84px, 7.6vw, 106px);
  min-height: clamp(84px, 7.6vw, 106px);
  padding: 0.5rem;
  box-shadow: 0 10px 18px rgba(12, 47, 31, 0.09);
  transform:
    translate(-50%, -50%)
    rotate(var(--angle))
    translateY(clamp(-130px, -10.4vw, -104px))
    rotate(var(--upright-angle));
}

.fivew-item.is-active {
  background:
    linear-gradient(145deg, #fff8e6, #ffffff 62%);
  transform:
    translate(-50%, -50%)
    rotate(var(--angle))
    translateY(clamp(-132px, -10.6vw, -106px))
    rotate(var(--upright-angle))
    scale(1.06);
}

.fivew-mark {
  justify-self: center;
  align-self: center;
  font-size: clamp(0.75rem, 0.9vw, 0.92rem);
  font-weight: 900;
  text-align: center;
}

.fivew-hub {
  width: clamp(112px, 10.4vw, 148px);
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
}

.fivew-controls {
  bottom: -4px;
  gap: 0.45rem;
}

.fivew-nav {
  width: 40px;
  height: 40px;
  font-size: 1.55rem;
}

.fivew-content {
  min-height: clamp(220px, 21vw, 300px);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 227, 99, 0.2), transparent 48%),
    linear-gradient(315deg, rgba(168, 224, 82, 0.12), transparent 46%),
    #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.fivew-content h4 {
  font-weight: 900;
}

.type-specimen {
  display: grid;
  gap: clamp(1rem, 2vw, 1.45rem);
  background:
    linear-gradient(120deg, rgba(168, 224, 82, 0.12), transparent 42%),
    #ffffff;
}

.type-specimen .card-kicker::before {
  width: 0.82rem;
  height: 0.82rem;
  background: var(--orange);
}

.typography-head {
  gap: 0.22rem;
}

.typography-head p {
  display: block;
  max-width: 46ch;
  font-size: 0.9rem;
}

.type-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(23, 106, 59, 0.14);
}

.type-sample {
  display: grid;
  min-height: 82px;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  align-items: center;
  align-content: center;
  gap: clamp(0.75rem, 2vw, 1.25rem);
  padding: 0.78rem 0;
  border: 0;
  border-bottom: 1px solid rgba(23, 106, 59, 0.14);
  border-radius: 0;
  background: transparent;
}

.type-sample small {
  color: var(--orange);
  font-size: 0.72rem;
  letter-spacing: 0;
  text-transform: none;
}

.type-sample strong {
  color: var(--heading-green-deep);
  font-size: clamp(1.42rem, 2vw, 2.35rem);
  font-weight: 900;
  line-height: 0.96;
}

.mascot-stub {
  background:
    linear-gradient(132deg, rgba(255, 227, 99, 0.18), transparent 48%),
    #ffffff;
}

@media (prefers-reduced-motion: no-preference) {
  .site-header {
    animation: header-enter 820ms cubic-bezier(0.19, 1, 0.22, 1) 90ms both;
  }

  .brand-logo,
  .brand-name,
  .site-nav a {
    animation: nav-item-enter 720ms cubic-bezier(0.19, 1, 0.22, 1) both;
  }

  .brand-logo {
    animation-delay: 220ms;
  }

  .brand-name {
    animation-delay: 270ms;
  }

  .site-nav a:nth-child(1) {
    animation-delay: 320ms;
  }

  .site-nav a:nth-child(2) {
    animation-delay: 365ms;
  }

  .site-nav a:nth-child(3) {
    animation-delay: 410ms;
  }

  .site-nav a:nth-child(4) {
    animation-delay: 455ms;
  }

  .site-nav a:nth-child(5) {
    animation-delay: 500ms;
  }

  .site-nav a:nth-child(6) {
    animation-delay: 545ms;
  }

  .chapter-head.reveal {
    overflow: clip;
  }

  .chapter-head.reveal:not(.is-visible) .chapter-index {
    opacity: 0.001;
    transform: translateY(18px) scale(0.9);
  }

  .chapter-head.reveal:not(.is-visible) h2 {
    clip-path: inset(0 0 100% 0);
    opacity: 0.001;
    transform: translateY(24px);
  }

  .chapter-head.reveal.is-visible .chapter-index,
  .chapter-head.reveal.is-visible h2 {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    transform: translateY(0) scale(1);
    transition:
      clip-path 780ms cubic-bezier(0.19, 1, 0.22, 1),
      opacity 560ms ease,
      transform 780ms cubic-bezier(0.19, 1, 0.22, 1);
  }

  .chapter-head.reveal.is-visible h2 {
    transition-delay: 70ms;
  }

  .fivew-item.is-active .fivew-mark {
    animation: fivew-pulse 720ms cubic-bezier(0.19, 1, 0.22, 1);
  }
}

@keyframes header-enter {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(0, -24px, 0) scale(0.98);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes nav-item-enter {
  from {
    opacity: 0;
    transform: translate3d(0, -12px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fivew-pulse {
  0% {
    transform: scale(0.92);
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 900px) {
  .chapter-head {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 16px;
    left: 16px;
    z-index: 5;
  }

  .chapter-head h2,
  .website-layout h2,
  .thanks-heading h2 {
    max-width: min(16ch, calc(100vw - 96px));
  }

  .fivew-shell {
    grid-template-columns: 1fr;
  }

  .fivew-wheel {
    width: min(100%, 340px);
  }
}

@media (max-width: 640px) {
  .site-nav {
    right: 10px;
    left: 10px;
  }

  .chapter-head {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .chapter-head h2,
  .website-layout h2,
  .thanks-heading h2 {
    max-width: min(17ch, 100%);
    font-size: clamp(1.7rem, 9.6vw, 2.95rem);
  }

  .chapter-index {
    width: 44px;
    height: 44px;
  }

  .fivew-wheel {
    width: min(100%, 292px);
  }

  .fivew-item {
    width: 78px;
    min-height: 78px;
    transform:
      translate(-50%, -50%)
      rotate(var(--angle))
      translateY(-100px)
      rotate(var(--upright-angle));
  }

  .fivew-item.is-active {
    transform:
      translate(-50%, -50%)
      rotate(var(--angle))
      translateY(-102px)
      rotate(var(--upright-angle))
      scale(1.05);
  }

  .type-sample {
    grid-template-columns: 1fr;
    gap: 0.28rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-tilt-stage {
    transition: none;
  }
}

/* Final interaction fixes */
html.is-hero-locked,
html.is-hero-locked body {
  overscroll-behavior-y: none;
}

.site-header + main {
  padding-top: 0;
}

.hero {
  min-height: 100svh;
}

.hero > .shell {
  min-height: 100svh;
  padding-top: clamp(5.9rem, 9vw, 7.2rem);
  padding-bottom: clamp(1.2rem, 3vw, 2.2rem);
}

.hero-tilt-stage {
  width: min(88vw, 1180px);
  border-radius: 30px;
}

.chapter-head h2,
.website-layout h2,
.thanks-heading h2 {
  width: max-content;
  max-width: none;
  font-size: clamp(1.5rem, 3.58vw, 3.84rem);
  line-height: 0.96;
  overflow-wrap: normal;
  text-wrap: nowrap;
  white-space: nowrap;
}

.fivew-card {
  --fivew-active-angle: 0deg;
  margin-top: clamp(1.4rem, 3vw, 2.3rem);
  padding: clamp(1.2rem, 2.7vw, 2.2rem);
  border-radius: 16px;
  background:
    radial-gradient(circle at 16% 22%, rgba(255, 227, 99, 0.34), transparent 24%),
    radial-gradient(circle at 88% 86%, rgba(188, 236, 231, 0.3), transparent 28%),
    linear-gradient(128deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 244, 0.9));
}

.fivew-card::after {
  top: -0.18em;
  right: -0.04em;
  color: rgba(23, 106, 59, 0.04);
  font-size: clamp(7rem, 18vw, 16rem);
}

.fivew-head {
  justify-items: start;
  text-align: left;
}

.fivew-head h3 {
  max-width: 22ch;
  margin-inline: 0;
  font-size: clamp(1.35rem, 2.35vw, 2.35rem);
  line-height: 1.02;
}

.fivew-shell {
  grid-template-columns: minmax(320px, 0.46fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 3.6vw, 3.4rem);
  align-items: center;
}

.fivew-wheel {
  width: min(100%, 430px);
  isolation: isolate;
  cursor: grab;
}

.fivew-wheel::before,
.fivew-wheel::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.fivew-wheel::before {
  inset: 3%;
  z-index: 0;
  border: 1px solid rgba(23, 106, 59, 0.16);
  background:
    conic-gradient(from -108deg, rgba(243, 112, 33, 0.38) 0 36deg, rgba(23, 106, 59, 0.08) 36deg 360deg),
    radial-gradient(circle, transparent 0 56%, rgba(255, 255, 255, 0.82) 57% 63%, rgba(188, 236, 231, 0.22) 64% 100%);
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.55);
  transition:
    background 360ms ease,
    transform 720ms cubic-bezier(0.19, 1, 0.22, 1);
}

.fivew-wheel::after {
  inset: 25%;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 227, 99, 0.36), transparent 44%),
    #ffffff;
  box-shadow: 0 18px 34px rgba(12, 47, 31, 0.12);
}

.fivew-track {
  z-index: 2;
  cursor: grab;
  transition: transform 720ms cubic-bezier(0.19, 1, 0.22, 1);
}

.fivew-track::before {
  display: none;
}

.fivew-wheel.is-dragging .fivew-track {
  transition-duration: 280ms;
}

.fivew-item {
  width: clamp(88px, 8vw, 122px);
  min-height: clamp(56px, 5.3vw, 70px);
  padding: 0.46rem 0.72rem;
  border: 1px solid rgba(23, 106, 59, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 18px rgba(12, 47, 31, 0.1);
  cursor: pointer;
  transform:
    translate(-50%, -50%)
    rotate(var(--angle))
    translateY(clamp(-162px, -12.2vw, -122px))
    rotate(var(--upright-angle));
  transition:
    border-color 240ms ease,
    background 240ms ease,
    box-shadow 240ms ease,
    color 240ms ease,
    transform 720ms cubic-bezier(0.19, 1, 0.22, 1);
}

.fivew-item:hover,
.fivew-item.is-active {
  border-color: rgba(243, 112, 33, 0.62);
  background: var(--heading-green-deep);
  box-shadow: 0 16px 28px rgba(12, 47, 31, 0.18);
}

.fivew-item.is-active {
  transform:
    translate(-50%, -50%)
    rotate(var(--angle))
    translateY(clamp(-166px, -12.5vw, -126px))
    rotate(var(--upright-angle))
    scale(1.08);
}

.fivew-mark {
  color: var(--heading-green);
  font-size: clamp(0.78rem, 0.9vw, 0.95rem);
  line-height: 1;
}

.fivew-item:hover .fivew-mark,
.fivew-item.is-active .fivew-mark {
  color: #ffffff;
}

.fivew-hub {
  z-index: 3;
  width: clamp(116px, 10.2vw, 150px);
  border: 9px solid rgba(255, 255, 255, 0.86);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 227, 99, 0.28), transparent 38%),
    var(--heading-green-deep);
  box-shadow: 0 18px 34px rgba(12, 47, 31, 0.2);
}

.fivew-controls {
  right: 50%;
  bottom: clamp(0.05rem, 0.8vw, 0.55rem);
  z-index: 5;
  gap: 0.5rem;
  transform: translateX(50%);
}

.fivew-nav {
  width: 42px;
  height: 42px;
  border-color: rgba(23, 106, 59, 0.18);
  background: #ffffff;
  color: var(--heading-green-deep);
  box-shadow: 0 8px 14px rgba(12, 47, 31, 0.11);
}

.fivew-nav:hover {
  background: var(--orange);
  color: #ffffff;
}

.fivew-content {
  position: relative;
  min-height: clamp(260px, 25vw, 360px);
  overflow: hidden;
  align-content: center;
  padding: clamp(1.45rem, 3vw, 2.8rem);
  border: 1px solid rgba(23, 106, 59, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 227, 99, 0.24), transparent 45%),
    linear-gradient(315deg, rgba(168, 224, 82, 0.14), transparent 52%),
    #ffffff;
  box-shadow: none;
}

.fivew-content::before {
  position: absolute;
  inset: auto 0 0;
  height: 6px;
  background: linear-gradient(90deg, var(--heading-green-deep), var(--lime), var(--yellow), var(--orange));
  content: "";
}

.fivew-content span {
  width: max-content;
  background: rgba(243, 112, 33, 0.13);
  color: var(--orange);
  font-size: 0.92rem;
}

.fivew-content h4 {
  max-width: 18ch;
  color: var(--heading-green);
  font-size: clamp(1.85rem, 3.4vw, 3.35rem);
  line-height: 1.02;
}

.fivew-content p {
  max-width: 60ch;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 700;
}

.fivew-content.is-swapping > * {
  animation: fivew-content-enter 540ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.fivew-content.is-swapping > :nth-child(2) {
  animation-delay: 45ms;
}

.fivew-content.is-swapping > :nth-child(3) {
  animation-delay: 90ms;
}

@media (max-width: 900px) {
  .hero > .shell {
    padding-top: clamp(5.2rem, 14vw, 6.4rem);
  }

  .hero-tilt-stage {
    width: min(92vw, 920px);
  }

  .chapter-head h2,
  .website-layout h2,
  .thanks-heading h2 {
    max-width: none;
    font-size: clamp(1.25rem, 7.4vw, 3rem);
  }

  .fivew-head {
    justify-items: center;
    text-align: center;
  }

  .fivew-head h3 {
    margin-inline: auto;
  }

  .fivew-shell {
    grid-template-columns: 1fr;
  }

  .fivew-wheel {
    width: min(100%, 360px);
  }
}

@media (max-width: 640px) {
  .chapter-head h2,
  .website-layout h2,
  .thanks-heading h2 {
    max-width: calc(100vw - 28px);
    font-size: clamp(1rem, 8vw, 2.15rem);
  }

  .hero-tilt-stage {
    width: 94vw;
    border-radius: 22px;
  }

  .fivew-card {
    border-radius: 14px;
  }

  .fivew-wheel {
    width: min(100%, 306px);
  }

  .fivew-item {
    width: 78px;
    min-height: 50px;
    padding-inline: 0.48rem;
    transform:
      translate(-50%, -50%)
      rotate(var(--angle))
      translateY(-112px)
      rotate(var(--upright-angle));
  }

  .fivew-item.is-active {
    transform:
      translate(-50%, -50%)
      rotate(var(--angle))
      translateY(-115px)
      rotate(var(--upright-angle))
      scale(1.06);
  }

  .fivew-mark {
    font-size: 0.72rem;
  }

  .fivew-hub {
    width: 104px;
    border-width: 7px;
    font-size: 1.35rem;
  }

  .fivew-content {
    min-height: 240px;
  }

  .fivew-content h4 {
    max-width: 100%;
    font-size: clamp(1.55rem, 8vw, 2.2rem);
  }
}
/* Final heading polish */
.fivew-head {
  justify-items: center;
  text-align: center;
}

.fivew-head h3 {
  max-width: none;
  margin-inline: auto;
  font-size: clamp(1.25rem, 2.05vw, 2.12rem);
  white-space: nowrap;
}

.fivew-controls {
  top: 50%;
  bottom: auto;
  width: clamp(176px, 15.5vw, 226px);
  justify-content: space-between;
  transform: translate(50%, -50%);
  pointer-events: none;
}

.fivew-nav {
  pointer-events: auto;
}

.fivew-content h4 {
  max-width: 100%;
  font-size: clamp(1.55rem, 2.72vw, 2.72rem);
  white-space: nowrap;
}

@media (max-width: 900px) {
  .fivew-head h3 {
    font-size: clamp(1.25rem, 5.2vw, 2rem);
  }
}

@media (max-width: 640px) {
  .fivew-head h3 {
    font-size: clamp(1.1rem, 6.6vw, 1.65rem);
  }

  .fivew-controls {
    width: 154px;
  }

  .fivew-nav {
    width: 36px;
    height: 36px;
  }

  .fivew-content h4 {
    font-size: clamp(1.1rem, 6.4vw, 1.65rem);
  }
}
/* Final requested fixes */
.site-header.is-header-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, calc(-100% - 24px), 0) scale(0.98);
}

.site-header:not(.is-header-hidden) {
  opacity: 1;
  pointer-events: none;
  transform: translate3d(0, 0, 0) scale(1);
}

.site-header:not(.is-header-hidden) .nav-shell {
  pointer-events: auto;
}

.nav-shell {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 26px rgba(8, 41, 22, 0.08);
}

.nav-shell::before {
  display: none;
}

.brand-logo {
  width: clamp(2.25rem, 3.25vw, 3rem);
  object-fit: contain;
}

.site-nav a::before {
  background: rgba(255, 227, 99, 0.24);
}

.chapter-head,
.chapter-head.reveal {
  overflow: visible;
}

.chapter-head.reveal:not(.is-visible) h2,
.chapter-head.reveal.is-visible h2 {
  clip-path: none;
}

.chapter-head h2,
.website-layout h2,
.thanks-heading h2 {
  line-height: 1.14;
  padding-block: 0.18em 0.08em;
}

.fivew-wheel {
  width: min(100%, 360px);
  cursor: default;
}

.fivew-wheel::before {
  inset: 10%;
  border-color: rgba(23, 106, 59, 0.16);
  background: rgba(188, 236, 231, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.fivew-wheel::after {
  display: none;
}

.fivew-track {
  cursor: default;
}

.fivew-item,
.fivew-item.is-active,
.fivew-item:hover {
  width: max-content;
  min-width: 66px;
  min-height: 42px;
  padding: 0.38rem 0.78rem;
  border-radius: 999px;
  transform:
    translate(-50%, -50%)
    rotate(var(--angle))
    translateY(clamp(-132px, -10vw, -108px))
    rotate(var(--upright-angle));
}

.fivew-item {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 7px 14px rgba(12, 47, 31, 0.08);
  transition:
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease;
}

.fivew-item:hover,
.fivew-item.is-active {
  border-color: rgba(243, 112, 33, 0.48);
  background: var(--heading-green-deep);
  box-shadow: 0 9px 16px rgba(12, 47, 31, 0.14);
}

.fivew-mark {
  font-size: clamp(0.68rem, 0.8vw, 0.84rem);
}

.fivew-hub {
  appearance: none;
  z-index: 3;
  width: clamp(98px, 8.8vw, 124px);
  border: 0;
  padding: 0;
  background: var(--heading-green-deep);
  color: #ffffff;
  cursor: pointer;
  font-family: var(--display);
  font-size: clamp(1.22rem, 1.9vw, 1.9rem);
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 18px rgba(12, 47, 31, 0.16);
  transition:
    background 220ms ease,
    box-shadow 220ms ease,
    transform 220ms var(--ease-out);
}

.fivew-hub:hover {
  background: var(--orange);
  box-shadow: 0 12px 22px rgba(12, 47, 31, 0.18);
  transform: scale(1.025);
}

.fivew-hub:focus-visible {
  outline: 3px solid rgba(243, 112, 33, 0.36);
  outline-offset: 4px;
}

.fivew-controls,
.fivew-nav {
  display: none;
}

@media (max-width: 640px) {
  .fivew-wheel {
    width: min(100%, 288px);
  }

  .fivew-item,
  .fivew-item.is-active,
  .fivew-item:hover {
    min-width: 58px;
    min-height: 38px;
    padding: 0.32rem 0.62rem;
    transform:
      translate(-50%, -50%)
      rotate(var(--angle))
      translateY(-104px)
      rotate(var(--upright-angle));
  }

  .fivew-hub {
    width: 92px;
    font-size: 1.22rem;
  }
}
/* Header must disappear fully after leaving home */
.site-header.is-header-hidden {
  animation: none !important;
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
  filter: blur(8px);
  transform: translate3d(0, calc(-100% - 24px), 0) scale(0.98);
}

.site-header.is-header-hidden .nav-shell {
  pointer-events: none;
}

.site-header:not(.is-header-hidden) {
  visibility: visible;
}
/* Final tuning: 5W1H scale, text centering, smooth header hide */
.site-header {
  transition:
    padding 420ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 560ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 680ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 560ms cubic-bezier(0.19, 1, 0.22, 1);
}

.site-header.is-header-hidden {
  animation: none !important;
  opacity: 0 !important;
  visibility: visible !important;
  pointer-events: none;
  filter: blur(6px);
  transform: translate3d(0, calc(-100% - 18px), 0) scale(0.98);
}

.site-header:not(.is-header-hidden) {
  opacity: 1;
  visibility: visible;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.fivew-item,
.fivew-item.is-active,
.fivew-item:hover {
  display: grid;
  min-width: 76px;
  min-height: 48px;
  place-items: center;
  align-content: center;
  justify-content: center;
  padding: 0.44rem 0.9rem;
  text-align: center;
  transform:
    translate(-50%, -50%)
    rotate(var(--angle))
    translateY(clamp(-139px, -10.8vw, -115px))
    rotate(var(--upright-angle));
}

.fivew-mark {
  display: block;
  align-self: center;
  justify-self: center;
  color: var(--heading-green);
  font-size: clamp(0.78rem, 0.92vw, 0.96rem);
  line-height: 1;
  transform: translateY(0);
}

.fivew-item:hover .fivew-mark,
.fivew-item.is-active .fivew-mark {
  color: #ffffff;
}

@media (max-width: 640px) {
  .fivew-item,
  .fivew-item.is-active,
  .fivew-item:hover {
    min-width: 67px;
    min-height: 44px;
    padding: 0.38rem 0.72rem;
    transform:
      translate(-50%, -50%)
      rotate(var(--angle))
      translateY(-110px)
      rotate(var(--upright-angle));
  }

  .fivew-mark {
    font-size: 0.78rem;
  }
}
/* 5W1H pill text sits in the true center */
.fivew-item,
.fivew-item.is-active,
.fivew-item:hover {
  grid-template-rows: 1fr;
}
