@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap");

:root {
  --dblu-green: #4E8071;
  --dblu-green-dark: #203B35;
  --dblu-oat: #F4F0EA;
  --dblu-moon: #E3DED6;
  --dblu-stone: #8E8A82;
  --dblu-clay: #BE7B56;
  --dblu-ink: #252A27;
  --dblu-paper: #FAF8F3;
  --dblu-line: rgba(37, 42, 39, 0.16);
  --dblu-soft-line: rgba(37, 42, 39, 0.08);
  --font-body: "Barlow Condensed", "Source Han Sans VF", "Source Han Sans SC", "Source Han Serif VF", "Source Han Serif SC";
  --font-display: Outfit, "Source Han Sans VF", "Source Han Sans SC", "Source Han Serif VF", "Source Han Serif SC";
  --font-logo: "DIN Condensed", "DINCondensed-Bold", "Barlow Condensed", sans-serif;
  --max: 1180px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--dblu-oat);
  color: var(--dblu-ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

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

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

.display,
h1,
h2,
h3,
.brand-letter {
  font-family: var(--font-display);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--dblu-line);
  background: rgba(244, 240, 234, 0.92);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(var(--max), calc(100% - 40px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 180px;
}

.brand-link img {
  width: 46px;
  height: 32px;
}

.wordmark {
  font-family: var(--font-logo);
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
}

.brand-sub {
  display: block;
  color: var(--dblu-stone);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-top: 5px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(37, 42, 39, 0.72);
  font-size: 13px;
  font-weight: 650;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--dblu-ink);
  background: rgba(78, 128, 113, 0.12);
}

.hero {
  border-bottom: 1px solid var(--dblu-line);
}

.hero-inner,
.section-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.hero-inner {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: 56px;
  padding: 56px 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--dblu-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  max-width: 760px;
  font-size: clamp(44px, 7vw, 86px);
  line-height: 0.98;
  font-weight: 780;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 720;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 720;
}

.lead {
  max-width: 680px;
  color: rgba(37, 42, 39, 0.74);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.72;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.pill {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--dblu-line);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(250, 248, 243, 0.52);
  color: rgba(37, 42, 39, 0.78);
  font-size: 13px;
  font-weight: 650;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--dblu-green-dark);
  border-radius: 999px;
  padding: 0 18px;
  background: var(--dblu-green-dark);
  color: var(--dblu-paper);
  font-size: 14px;
  font-weight: 760;
}

.button.secondary {
  background: transparent;
  color: var(--dblu-green-dark);
}

.hero-board {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 14px;
  align-items: stretch;
}

.hero-panel,
.manual-card,
.asset-card,
.logo-tile,
.sample-card,
.mock-card {
  border: 1px solid var(--dblu-line);
  border-radius: var(--radius);
  background: rgba(250, 248, 243, 0.72);
}

.hero-panel {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
}

.hero-panel.dark {
  background: var(--dblu-green-dark);
  color: var(--dblu-paper);
}

.hero-panel.dark .logo-lockup img,
.footer .logo-lockup img {
  filter: brightness(0) invert(1);
}

.hero-panel.dark .small-copy,
.hero-panel.dark .mini-label {
  color: rgba(250, 248, 243, 0.72);
}

.logo-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo-lockup img {
  width: 74px;
}

.logo-lockup.stacked {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.logo-lockup.large img {
  width: 124px;
}

.logo-lockup.large .wordmark {
  font-size: 44px;
}

.small-copy {
  color: rgba(37, 42, 39, 0.66);
  font-size: 14px;
}

.mini-label {
  color: var(--dblu-stone);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

.color-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 118px;
  overflow: hidden;
  border: 1px solid var(--dblu-line);
  border-radius: var(--radius);
}

.swatch {
  min-height: 86px;
  display: flex;
  align-items: flex-end;
  padding: 12px;
  color: var(--dblu-paper);
  font-size: 11px;
  font-weight: 760;
}

.swatch.light {
  color: var(--dblu-ink);
}

.section {
  padding: 88px 0;
  border-bottom: 1px solid var(--dblu-line);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.48fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 36px;
}

.section-note {
  color: rgba(37, 42, 39, 0.68);
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

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

.manual-card,
.asset-card,
.sample-card,
.mock-card,
.logo-tile {
  padding: 22px;
}

.manual-card strong,
.asset-card strong,
.sample-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.manual-card p,
.asset-card p,
.sample-card p {
  margin-bottom: 0;
  color: rgba(37, 42, 39, 0.68);
  font-size: 14px;
}

.keyword-matrix {
  position: relative;
  min-height: 430px;
  border: 1px solid var(--dblu-line);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, transparent calc(50% - 0.5px), var(--dblu-soft-line) calc(50% - 0.5px), var(--dblu-soft-line) calc(50% + 0.5px), transparent calc(50% + 0.5px)),
    linear-gradient(0deg, transparent calc(50% - 0.5px), var(--dblu-soft-line) calc(50% - 0.5px), var(--dblu-soft-line) calc(50% + 0.5px), transparent calc(50% + 0.5px)),
    rgba(250, 248, 243, 0.5);
}

.axis-label {
  position: absolute;
  color: var(--dblu-stone);
  font-size: 12px;
  font-weight: 740;
}

.axis-top {
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.axis-bottom {
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.axis-left {
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

.axis-right {
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.keyword {
  position: absolute;
  min-width: 112px;
  border: 1px solid var(--dblu-line);
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--dblu-paper);
  color: var(--dblu-green-dark);
  font-weight: 780;
  text-align: center;
}

.keyword.k1 { top: 30%; left: 27%; }
.keyword.k2 { top: 28%; right: 24%; }
.keyword.k3 { bottom: 29%; left: 24%; }
.keyword.k4 { bottom: 30%; right: 23%; }

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

.brand-letter {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--dblu-line);
  border-radius: var(--radius);
  padding: 22px;
  background: var(--dblu-paper);
}

.brand-letter b {
  color: var(--dblu-green);
  font-size: 64px;
  line-height: 1;
}

.brand-letter span {
  display: block;
  color: var(--dblu-stone);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mood-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  gap: 14px;
}

.mood-tile {
  min-height: 210px;
  display: flex;
  align-items: flex-end;
  border: 1px solid var(--dblu-line);
  border-radius: var(--radius);
  padding: 18px;
  overflow: hidden;
  background-color: var(--dblu-moon);
  color: var(--dblu-paper);
}

.mood-tile.tall {
  grid-row: span 2;
  min-height: 434px;
}

.mood-tile span {
  position: relative;
  z-index: 1;
  max-width: 220px;
  color: inherit;
  font-size: 13px;
  font-weight: 720;
}

.scene-lake {
  background:
    linear-gradient(180deg, rgba(32, 59, 53, 0.08), rgba(32, 59, 53, 0.58)),
    linear-gradient(140deg, #6f998b 0%, #d8d5ca 46%, #97a78c 100%);
}

.scene-grass {
  background:
    linear-gradient(180deg, rgba(37, 42, 39, 0.02), rgba(37, 42, 39, 0.6)),
    repeating-linear-gradient(115deg, #8f9c74 0 12px, #768965 12px 24px, #c4baa4 24px 36px);
}

.scene-detail {
  background:
    radial-gradient(circle at 30% 28%, rgba(250, 248, 243, 0.75) 0 7%, transparent 8%),
    radial-gradient(circle at 68% 46%, rgba(250, 248, 243, 0.48) 0 5%, transparent 6%),
    linear-gradient(135deg, #4e8071, #203b35);
}

.scene-material {
  background:
    linear-gradient(180deg, rgba(37, 42, 39, 0.02), rgba(37, 42, 39, 0.52)),
    repeating-linear-gradient(90deg, #c7b89d 0 10px, #b59f7b 10px 20px, #d5c9b3 20px 30px);
}

.scene-car {
  background:
    linear-gradient(180deg, rgba(37, 42, 39, 0.02), rgba(37, 42, 39, 0.64)),
    linear-gradient(150deg, #e3ded6 0 28%, #657b72 28% 55%, #2b3834 55% 100%);
}

.scene-paper {
  color: var(--dblu-ink);
  background:
    linear-gradient(135deg, rgba(190, 123, 86, 0.18), transparent 42%),
    linear-gradient(180deg, #faf8f3, #e3ded6);
}

.palette-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border: 1px solid var(--dblu-line);
  border-radius: var(--radius);
  overflow: hidden;
}

.palette-chip {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  color: var(--dblu-paper);
}

.palette-chip.light {
  color: var(--dblu-ink);
}

.palette-chip b {
  font-size: 14px;
}

.palette-chip span {
  font-size: 12px;
  opacity: 0.78;
}

.ratio-bar {
  display: grid;
  height: 72px;
  overflow: hidden;
  border: 1px solid var(--dblu-line);
  border-radius: var(--radius);
}

.ratio-packaging { grid-template-columns: 14fr 78fr 8fr; }
.ratio-commerce { grid-template-columns: 18fr 70fr 12fr; }
.ratio-social { grid-template-columns: 24fr 68fr 8fr; }
.ratio-web { grid-template-columns: 10fr 84fr 6fr; }

.ratio-bar span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dblu-paper);
  font-size: 12px;
  font-weight: 760;
}

.ratio-bar span:nth-child(2) {
  color: var(--dblu-ink);
}

.type-showcase {
  border-top: 1px solid var(--dblu-line);
}

.type-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 150px;
  gap: 20px;
  align-items: baseline;
  padding: 24px 0;
  border-bottom: 1px solid var(--dblu-line);
}

.type-row .label {
  color: var(--dblu-stone);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.type-row .spec {
  color: var(--dblu-stone);
  font-size: 13px;
  text-align: right;
}

.type-h1 { font-size: clamp(40px, 6vw, 74px); line-height: 1; font-weight: 780; }
.type-h2 { font-size: clamp(30px, 4vw, 44px); line-height: 1.1; font-weight: 720; }
.type-h3 { font-size: 24px; line-height: 1.25; font-weight: 680; }
.type-body { max-width: 720px; color: rgba(37, 42, 39, 0.72); font-size: 17px; }
.type-caption { color: var(--dblu-stone); font-size: 13px; letter-spacing: 0.04em; }

.logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.logo-tile {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.logo-stage {
  min-height: 160px;
  display: grid;
  place-items: center;
}

.logo-stage.dark {
  margin: -22px -22px 0;
  padding: 22px;
  background: var(--dblu-green-dark);
  color: var(--dblu-paper);
}

.logo-stage.dark img {
  filter: brightness(0) invert(1);
}

.mark-only {
  width: 118px;
}

.wordmark-only {
  font-family: var(--font-logo);
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.095em;
}

.clear-space-demo {
  min-height: 360px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(78, 128, 113, 0.7);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(78, 128, 113, 0.08) 0 16.66%, transparent 16.66% 83.33%, rgba(78, 128, 113, 0.08) 83.33%),
    linear-gradient(0deg, rgba(78, 128, 113, 0.08) 0 22%, transparent 22% 78%, rgba(78, 128, 113, 0.08) 78%),
    rgba(250, 248, 243, 0.7);
}

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

.wrong-stage {
  min-height: 148px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(190, 123, 86, 0.35);
  border-radius: var(--radius);
  background: rgba(190, 123, 86, 0.07);
}

.wrong-stage.stretch img { transform: scaleX(1.45); }
.wrong-stage.rotate img { transform: rotate(-18deg); }
.wrong-stage.shadow img { filter: drop-shadow(8px 10px 2px rgba(37, 42, 39, 0.25)); }
.wrong-stage.crop { overflow: hidden; }
.wrong-stage.crop img { transform: translateX(-32px) scale(1.5); }

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

.line-icon {
  min-height: 118px;
  display: grid;
  place-items: center;
  border: 1px solid var(--dblu-line);
  border-radius: var(--radius);
  background: var(--dblu-paper);
  color: var(--dblu-green-dark);
}

.line-icon svg {
  width: 42px;
  height: 42px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.product-mockups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cooler-scene {
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--dblu-line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(250, 248, 243, 0.82), rgba(227, 222, 214, 0.86)),
    linear-gradient(120deg, rgba(78, 128, 113, 0.18), rgba(190, 123, 86, 0.1));
}

.cooler {
  position: relative;
  width: min(78%, 270px);
  height: 150px;
  border: 2px solid rgba(37, 42, 39, 0.22);
  border-radius: 8px;
  background: #d8d1c5;
  box-shadow: inset 0 12px 0 rgba(250, 248, 243, 0.42);
}

.cooler::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: -26px;
  height: 30px;
  border: 2px solid rgba(37, 42, 39, 0.22);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: #cfc8bd;
}

.cooler-logo {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--dblu-green-dark);
  font-family: var(--font-logo);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.075em;
}

.cooler-logo img {
  width: 28px;
}

.cooler-logo.left { left: 20px; bottom: 18px; }
.cooler-logo.center { top: 24px; left: 50%; transform: translateX(-50%); }
.cooler-logo.emboss {
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.34;
  filter: grayscale(1);
}

.packaging-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 18px;
  align-items: stretch;
}

.box-mock {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(37, 42, 39, 0.2);
  border-radius: var(--radius);
  padding: 28px;
  background:
    repeating-linear-gradient(90deg, rgba(37, 42, 39, 0.035) 0 1px, transparent 1px 9px),
    #c7b89d;
}

.box-side {
  display: grid;
  place-items: center;
  min-height: 380px;
  border: 1px solid rgba(37, 42, 39, 0.2);
  border-radius: var(--radius);
  background:
    repeating-linear-gradient(135deg, rgba(78, 128, 113, 0.22) 0 2px, transparent 2px 18px),
    #c7b89d;
}

.hangtag {
  width: 100%;
  max-width: 260px;
  min-height: 380px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--dblu-line);
  border-radius: 8px;
  padding: 24px;
  background: var(--dblu-paper);
}

.hangtag::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid var(--dblu-line);
  border-radius: 50%;
  align-self: center;
}

.story-card {
  min-height: 280px;
  border: 1px solid var(--dblu-line);
  border-radius: var(--radius);
  padding: 28px;
  background: var(--dblu-paper);
}

.social-commerce {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 18px;
}

.xhs-cover {
  aspect-ratio: 3 / 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--dblu-line);
  border-radius: var(--radius);
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(32, 59, 53, 0.1), rgba(32, 59, 53, 0.58)),
    linear-gradient(140deg, #d8d1c5, #698c7f 58%, #203b35);
  color: var(--dblu-paper);
}

.commerce-hero {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 1.14fr);
  gap: 28px;
  align-items: center;
  border: 1px solid var(--dblu-line);
  border-radius: var(--radius);
  padding: 32px;
  background: var(--dblu-paper);
}

.product-photo-placeholder {
  min-height: 400px;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(37, 42, 39, 0.02), rgba(37, 42, 39, 0.44)),
    linear-gradient(135deg, #e3ded6 0 35%, #8da195 35% 67%, #2f4841 67% 100%);
}

.spec-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.spec-item {
  border: 1px solid var(--dblu-line);
  border-radius: var(--radius);
  padding: 12px;
  color: rgba(37, 42, 39, 0.72);
  font-size: 13px;
}

.footer {
  padding: 40px 0;
  background: var(--dblu-green-dark);
  color: var(--dblu-paper);
}

.footer .section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer small {
  color: rgba(250, 248, 243, 0.66);
}

@media (max-width: 920px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .hero-inner,
  .section-head,
  .commerce-hero,
  .social-commerce,
  .packaging-grid {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
    padding: 56px 0;
  }

  .hero-board,
  .grid.two,
  .grid.three,
  .grid.four,
  .logo-grid,
  .brand-letters,
  .mood-grid,
  .product-mockups {
    grid-template-columns: 1fr;
  }

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

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

  .type-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .type-row .spec {
    text-align: left;
  }

  .mood-tile.tall {
    min-height: 260px;
  }
}

@media (max-width: 560px) {
  .hero-inner,
  .section-inner,
  .nav {
    width: min(var(--max), calc(100% - 28px));
  }

  h1 {
    font-size: 44px;
  }

  .section {
    padding: 64px 0;
  }

  .hero-panel {
    min-height: 280px;
    padding: 22px;
  }

  .palette-grid,
  .icon-row,
  .incorrect-grid,
  .spec-list {
    grid-template-columns: 1fr;
  }

  .logo-lockup.large .wordmark {
    font-size: 34px;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 15px;
  }

  .site-header {
    position: static;
  }

  .nav {
    width: calc(100% - 24px);
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 9px 0 10px;
  }

  .brand-link {
    width: 100%;
    min-width: 0;
    gap: 10px;
  }

  .brand-link img {
    width: 36px;
    height: 26px;
    flex: 0 0 auto;
  }

  .wordmark {
    font-size: 22px;
  }

  .brand-sub {
    margin-top: 3px;
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .nav-links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .nav-links a {
    min-height: 34px;
    justify-content: center;
    border: 1px solid var(--dblu-line);
    border-radius: var(--radius);
    padding: 0 4px;
    background: rgba(250, 248, 243, 0.5);
    font-size: 12px;
    font-weight: 720;
    white-space: nowrap;
  }

  .nav-links a:hover,
  .nav-links a[aria-current="page"] {
    background: rgba(78, 128, 113, 0.14);
  }

  .hero-inner,
  .section-inner {
    width: calc(100% - 28px);
  }

  .hero-inner {
    min-height: auto;
    display: block;
    padding: 34px 0 38px;
  }

  .hero-inner > * + * {
    margin-top: 28px;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  h1 {
    margin-bottom: 16px;
    max-width: 100%;
    font-size: clamp(29px, 8.4vw, 32px);
    line-height: 1.08;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  h2 {
    margin-bottom: 14px;
    font-size: clamp(24px, 7.2vw, 29px);
    line-height: 1.12;
  }

  h3 {
    font-size: 19px;
  }

  .lead {
    font-size: 16px;
    line-height: 1.72;
  }

  .meta-row,
  .button-row {
    margin-top: 22px;
  }

  .pill {
    min-height: 32px;
    max-width: 100%;
    padding: 0 11px;
    font-size: 12px;
    white-space: normal;
  }

  .button {
    flex: 1 1 100%;
    min-height: 42px;
    padding: 0 14px;
  }

  .hero-board,
  .panel-stack,
  .section-head,
  .grid.two,
  .grid.three,
  .grid.four,
  .logo-grid,
  .mood-grid,
  .product-mockups,
  .packaging-grid,
  .social-commerce,
  .commerce-hero {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: auto;
    gap: 30px;
    padding: 20px;
  }

  .hero-panel.dark {
    min-height: 236px;
  }

  .logo-lockup {
    gap: 10px;
  }

  .logo-lockup img {
    width: 58px;
  }

  .logo-lockup.large img {
    width: 86px;
  }

  .logo-lockup.large .wordmark {
    font-size: 36px;
  }

  .color-strip {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .swatch {
    min-height: 42px;
    align-items: center;
    padding: 10px 12px;
  }

  .section {
    padding: 54px 0;
  }

  .section-head {
    gap: 14px;
    align-items: start;
    margin-bottom: 24px;
  }

  .section-note {
    font-size: 15px;
    line-height: 1.72;
  }

  .manual-card,
  .asset-card,
  .sample-card,
  .mock-card,
  .logo-tile {
    padding: 18px;
  }

  .keyword-matrix {
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 44px 14px 18px;
  }

  .axis-label {
    display: none;
  }

  .keyword {
    position: static;
    min-width: 0;
    border-radius: var(--radius);
    padding: 12px 10px;
  }

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

  .brand-letter {
    min-height: 176px;
    padding: 18px;
  }

  .brand-letter b {
    font-size: 50px;
  }

  .mood-tile,
  .mood-tile.tall {
    min-height: 220px;
  }

  .palette-grid {
    grid-template-columns: 1fr;
  }

  .palette-chip {
    min-height: 86px;
  }

  .ratio-bar {
    height: 58px;
  }

  .ratio-bar span {
    font-size: 11px;
  }

  .type-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 0;
  }

  .type-row .spec {
    text-align: left;
  }

  .type-h1 {
    font-size: clamp(38px, 13vw, 54px);
  }

  .type-h2 {
    font-size: clamp(28px, 10vw, 38px);
  }

  .type-caption {
    overflow-wrap: anywhere;
  }

  .logo-tile {
    min-height: auto;
    gap: 18px;
  }

  .logo-stage {
    min-height: 132px;
  }

  .mark-only {
    width: 94px;
  }

  .wordmark-only {
    font-size: 36px;
  }

  .clear-space-demo {
    min-height: 240px;
    padding: 18px;
  }

  .incorrect-grid,
  .icon-row,
  .spec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wrong-stage,
  .line-icon {
    min-height: 112px;
  }

  .line-icon svg {
    width: 36px;
    height: 36px;
  }

  .cooler-scene {
    min-height: 224px;
  }

  .cooler {
    width: min(84%, 250px);
    height: 122px;
  }

  .cooler-logo.left {
    left: 14px;
    bottom: 14px;
  }

  .box-mock,
  .box-side,
  .hangtag {
    min-height: 260px;
  }

  .story-card {
    min-height: 220px;
    padding: 22px;
  }

  .xhs-cover {
    min-height: 420px;
  }

  .xhs-cover h3 {
    font-size: 28px !important;
  }

  .commerce-hero {
    min-height: 0;
    gap: 20px;
    padding: 20px;
  }

  .product-photo-placeholder {
    min-height: 220px;
  }

  .footer {
    padding: 28px 0;
  }

  .footer .section-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  pre.small-copy {
    overflow-x: auto;
  }
}

@media (max-width: 380px) {
  .nav-links a {
    font-size: 11px;
  }

  h1 {
    font-size: 29px;
  }

  .brand-letters,
  .keyword-matrix,
  .incorrect-grid,
  .icon-row,
  .spec-list {
    grid-template-columns: 1fr;
  }
}
