:root {
  color-scheme: light;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
  background: #0f241b;
}

body {
  color: #1c2b23;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
}

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

a {
  color: inherit;
}

button {
  font: inherit;
}

::selection {
  background: #c2693c;
  color: #fff;
}

.brand-book {
  --green: #0f241b;
  --green-2: #16352a;
  --cream: #ede6d8;
  --terra: #c2693c;
  --terra-light: #d48b59;
  --ink: #1c2b23;
  --paper: #fff;
  overflow: hidden;
  background: var(--cream);
}

.brand-book h1,
.brand-book h2,
.brand-book h3,
.brand-book p,
.brand-book blockquote {
  margin: 0;
}

.brand-book h1,
.brand-book h2,
.brand-book h3 {
  font-family: 'Marcellus', serif;
  font-weight: 400;
}

.brand-book section[id] {
  scroll-margin-top: 24px;
}

.brand-nav {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 30px clamp(24px, 5vw, 80px);
  color: rgba(237, 230, 216, 0.68);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-nav__home {
  font-weight: 600;
  text-decoration: none;
}

.brand-nav__home:hover {
  color: var(--terra-light);
}

.brand-nav__meta {
  display: flex;
  gap: clamp(24px, 5vw, 70px);
}

.brand-hero {
  position: relative;
  display: flex;
  min-height: max(720px, 100svh);
  flex-direction: column;
  padding: 120px clamp(24px, 5vw, 80px) 42px;
  overflow: hidden;
  background: var(--green);
  color: var(--cream);
}

.brand-hero::after {
  position: absolute;
  top: -18vw;
  right: -14vw;
  width: min(52vw, 720px);
  aspect-ratio: 1;
  border: 1px solid rgba(237, 230, 216, 0.09);
  border-radius: 50%;
  box-shadow: 0 0 0 7vw rgba(237, 230, 216, 0.025), 0 0 0 14vw rgba(237, 230, 216, 0.018);
  content: '';
}

.brand-hero__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(237, 230, 216, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(237, 230, 216, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, black, transparent 64%);
}

.brand-cover {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(40px, 8vw, 130px);
  align-items: end;
  margin-top: auto;
  padding-bottom: 32px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.brand-lockup > img {
  width: 68px;
  height: 68px;
}

.brand-lockup > span,
.brand-footer__mark > span {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.brand-lockup strong,
.brand-footer__mark strong {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 0.85;
}

.brand-cover__identity > p {
  margin-top: 22px;
  color: rgba(237, 230, 216, 0.64);
  font-family: 'Marcellus', serif;
  font-size: 18px;
}

.brand-cover__title > span {
  display: block;
  margin-bottom: 18px;
  color: var(--terra-light);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-cover__title h1 {
  font-size: clamp(50px, 6vw, 92px);
  letter-spacing: -0.035em;
  line-height: 0.94;
}

.brand-cover__rule {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(237, 230, 216, 0.42);
}

.brand-cover__footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  color: rgba(237, 230, 216, 0.62);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-cover__footer a {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: var(--cream);
  text-decoration: none;
}

.brand-cover__footer a span {
  color: var(--terra-light);
  font-size: 18px;
}

.brand-index,
.brand-eyebrow {
  color: var(--terra);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-essence,
.brand-system,
.brand-logo,
.brand-colors,
.brand-typography,
.brand-voice,
.brand-applications,
.brand-misuse {
  padding: clamp(78px, 9vw, 140px) clamp(24px, 5vw, 80px);
}

.brand-essence {
  display: grid;
  grid-template-columns: minmax(130px, 0.23fr) 1fr;
  gap: clamp(30px, 6vw, 110px);
  background: var(--cream);
}

.brand-heading--large {
  max-width: 1030px;
}

.brand-heading--large .brand-eyebrow {
  margin-bottom: 25px;
}

.brand-heading--large h2 {
  max-width: 920px;
  font-size: clamp(48px, 6.2vw, 96px);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.brand-heading--large h2 em,
.brand-footer h2 em {
  color: var(--terra);
  font-weight: 400;
}

.brand-heading--large > p:last-child {
  max-width: 720px;
  margin-top: 36px;
  color: rgba(28, 43, 35, 0.72);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.65;
}

.brand-promise {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1px;
  margin-top: clamp(60px, 8vw, 120px);
  background: rgba(28, 43, 35, 0.14);
  border: 1px solid rgba(28, 43, 35, 0.14);
}

.brand-promise__statement,
.brand-pillars {
  background: #f7f3eb;
}

.brand-promise__statement {
  display: flex;
  min-height: 480px;
  flex-direction: column;
  padding: clamp(34px, 5vw, 70px);
}

.brand-promise__statement > span {
  color: var(--terra);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-promise__statement blockquote {
  max-width: 600px;
  margin: auto 0;
  font-family: 'Marcellus', serif;
  font-size: clamp(32px, 3.6vw, 56px);
  line-height: 1.08;
}

.brand-promise__statement blockquote em {
  color: var(--terra);
  font-weight: 400;
}

.brand-promise__statement footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(28, 43, 35, 0.14);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-pillars {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.brand-pillars li {
  display: grid;
  flex: 1;
  grid-template-columns: 44px 1fr;
  gap: 24px;
  align-items: center;
  padding: 30px clamp(28px, 4vw, 52px);
  border-bottom: 1px solid rgba(28, 43, 35, 0.12);
}

.brand-pillars li:last-child {
  border-bottom: 0;
}

.brand-pillars li > span {
  color: var(--terra);
  font-family: 'Marcellus', serif;
  font-size: 24px;
}

.brand-pillars strong {
  display: block;
  margin-bottom: 7px;
  font-family: 'Marcellus', serif;
  font-size: 23px;
  font-weight: 400;
}

.brand-pillars p {
  color: rgba(28, 43, 35, 0.66);
  line-height: 1.55;
}

.brand-system,
.brand-voice {
  background: var(--green);
  color: var(--cream);
}

.brand-section-top {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(44px, 10vw, 160px);
  align-items: end;
  margin-bottom: clamp(48px, 7vw, 90px);
}

.brand-section-top .brand-index {
  display: block;
  margin-bottom: 24px;
  color: var(--terra-light);
}

.brand-section-top h2 {
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -0.035em;
  line-height: 1;
}

.brand-section-top > p {
  color: rgba(237, 230, 216, 0.67);
  font-size: 17px;
  line-height: 1.65;
}

.brand-section-top--light .brand-index {
  color: var(--terra);
}

.brand-section-top--light > p {
  color: rgba(28, 43, 35, 0.68);
}

.brand-system__grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 18px;
}

.brand-system__signature,
.brand-system__palette {
  min-height: 480px;
  border: 1px solid rgba(237, 230, 216, 0.16);
  background: var(--green-2);
}

.brand-system__signature header,
.brand-system__palette header,
.brand-type__families header,
.brand-type__scale header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(237, 230, 216, 0.13);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-system__signature header small,
.brand-system__palette header small {
  color: rgba(237, 230, 216, 0.5);
}

.brand-system__signature > img {
  width: min(70%, 630px);
  margin: 90px auto;
  padding: 24px;
  background: var(--cream);
}

.brand-system__signature footer {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 20px 24px;
  border-top: 1px solid rgba(237, 230, 216, 0.13);
  color: rgba(237, 230, 216, 0.62);
  font-size: 13px;
}

.brand-system__signature footer i {
  width: 36px;
  border-top: 1px solid var(--terra-light);
}

.brand-system__colors {
  display: grid;
  min-height: 430px;
  grid-template-columns: 1fr 1fr;
}

.brand-system__colors > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: var(--swatch);
  color: var(--cream);
  font-size: 12px;
}

.brand-system__colors > div.is-light {
  color: var(--ink);
}

.brand-system__colors code {
  color: inherit;
  font-family: inherit;
  opacity: 0.72;
}

.brand-system__principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.brand-system__principles article {
  min-height: 330px;
  padding: 28px;
  border: 1px solid rgba(237, 230, 216, 0.15);
}

.brand-system__principles article > span {
  color: var(--terra-light);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-system__principles article > p {
  max-width: 300px;
  margin-top: 24px;
  color: rgba(237, 230, 216, 0.63);
  line-height: 1.55;
}

.brand-mark {
  display: grid;
  width: 130px;
  height: 130px;
  margin-top: 44px;
  place-items: center;
  border: 1px solid rgba(237, 230, 216, 0.16);
  background: var(--cream);
}

.brand-mark img {
  width: 84px;
}

.brand-type-pair {
  display: flex;
  min-height: 154px;
  flex-direction: column;
  justify-content: center;
  margin-top: 18px;
}

.brand-type-pair strong {
  font-family: 'Outfit', sans-serif;
  font-size: 58px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.brand-type-pair em {
  color: var(--terra-light);
  font-family: 'Marcellus', serif;
  font-size: 25px;
}

.brand-frame-demo {
  position: relative;
  width: 170px;
  height: 130px;
  margin-top: 44px;
  border-top: 1px solid var(--terra-light);
  border-left: 1px solid var(--terra-light);
}

.brand-frame-demo::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65%;
  height: 55%;
  border-right: 1px solid rgba(237, 230, 216, 0.46);
  border-bottom: 1px solid rgba(237, 230, 216, 0.46);
  content: '';
}

.brand-frame-demo i {
  position: absolute;
  top: 28px;
  left: 28px;
  width: 70px;
  border-top: 1px solid rgba(237, 230, 216, 0.4);
}

.brand-frame-demo i:nth-child(2) {
  top: 49px;
  width: 110px;
}

.brand-frame-demo i:nth-child(3) {
  top: 70px;
  width: 90px;
}

.brand-logo,
.brand-colors,
.brand-applications,
.brand-misuse {
  background: #f7f3eb;
  color: var(--ink);
}

.brand-logo__stages {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.brand-logo__stages article {
  display: flex;
  min-height: 480px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

.brand-logo__light {
  border: 1px solid rgba(28, 43, 35, 0.12);
  background: var(--cream);
}

.brand-logo__light > img {
  width: min(84%, 560px);
}

.brand-logo__dark {
  background: var(--green);
  color: var(--cream);
}

.brand-logo__dark > .brand-lockup {
  transform: scale(1.15);
}

.brand-logo__stages article > span:last-child {
  margin-top: 46px;
  font-size: 11px;
  letter-spacing: 0.15em;
  opacity: 0.55;
  text-transform: uppercase;
}

.brand-logo__rules {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 1px;
  background: rgba(28, 43, 35, 0.13);
}

.brand-logo__rules article {
  min-height: 350px;
  padding: clamp(30px, 4vw, 50px);
  background: var(--cream);
}

.brand-logo__rules h3 {
  margin-top: 32px;
  font-size: 24px;
}

.brand-logo__rules p {
  margin-top: 10px;
  color: rgba(28, 43, 35, 0.65);
  line-height: 1.55;
}

.brand-clearspace {
  position: relative;
  display: grid;
  width: 160px;
  height: 160px;
  place-items: center;
  border: 1px dashed var(--terra);
}

.brand-clearspace > span {
  position: absolute;
  top: -18px;
  left: -4px;
  color: var(--terra);
  font-family: 'Marcellus', serif;
}

.brand-clearspace > div {
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  background: var(--green);
}

.brand-clearspace img,
.brand-minimum img {
  width: 68px;
}

.brand-minimum {
  display: flex;
  height: 160px;
  align-items: center;
  gap: 20px;
}

.brand-minimum i {
  width: 64px;
  border-top: 1px solid var(--terra);
}

.brand-minimum strong {
  color: var(--terra);
  font-size: 14px;
}

.brand-download > h3 {
  margin-top: 0;
}

.brand-download__asset {
  margin-top: 22px;
}

.brand-download__asset > strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.brand-download__asset > small {
  display: block;
  margin-top: 4px;
  color: rgba(28, 43, 35, 0.65);
  font-size: 12px;
}

.brand-download__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.brand-download__actions > a {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(28, 43, 35, 0.3);
  color: var(--green);
  font-size: 13px;
  text-decoration: none;
}

.brand-download__actions > a:hover {
  border-color: var(--green);
  background: var(--green);
  color: var(--cream);
}

.brand-download__actions > a:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
}

.brand-swatches {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 0.85fr;
  min-height: 540px;
}

.brand-swatch {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  color: var(--cream);
}

.brand-swatch > span {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-swatch div {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.brand-swatch small {
  opacity: 0.62;
}

.brand-swatch strong {
  font-size: 18px;
  font-weight: 500;
}

.brand-swatch--primary { background: var(--green); }
.brand-swatch--secondary { background: var(--green-2); }
.brand-swatch--cream { background: var(--cream); color: var(--ink); }
.brand-swatch--accent { background: var(--terra); }
.brand-swatch--paper { border: 1px solid rgba(28, 43, 35, 0.12); background: #fff; color: var(--ink); }

.brand-color-ratio {
  display: grid;
  grid-template-columns: repeat(3, 0.45fr) 1.65fr;
  gap: 1px;
  margin-top: 1px;
  background: rgba(28, 43, 35, 0.12);
}

.brand-color-ratio > div,
.brand-color-ratio > p {
  min-height: 185px;
  background: var(--cream);
  padding: 28px;
}

.brand-color-ratio > div {
  display: flex;
  gap: 16px;
  align-items: center;
}

.brand-color-ratio strong {
  color: var(--terra);
  font-family: 'Marcellus', serif;
  font-size: 44px;
  font-weight: 400;
}

.brand-color-ratio span {
  color: rgba(28, 43, 35, 0.62);
  font-size: 12px;
  line-height: 1.45;
}

.brand-color-ratio > p {
  display: flex;
  align-items: center;
  color: rgba(28, 43, 35, 0.68);
  line-height: 1.65;
}

.brand-typography {
  background: var(--cream);
}

.brand-type__intro {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(50px, 10vw, 160px);
  align-items: end;
  margin-top: 50px;
}

.brand-type__intro > div > span {
  color: var(--terra);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.brand-type__intro h2 {
  margin-top: 20px;
  font-size: clamp(48px, 6vw, 88px);
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.brand-type__intro h2 em {
  display: block;
  color: var(--terra);
  font-family: 'Outfit', sans-serif;
  font-size: 0.72em;
  font-weight: 300;
}

.brand-type__intro > p {
  color: rgba(28, 43, 35, 0.67);
  font-size: 17px;
  line-height: 1.65;
}

.brand-type__families {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 80px;
  background: rgba(28, 43, 35, 0.13);
}

.brand-type__families article {
  min-height: 420px;
  padding: 0 44px 44px;
  background: #f7f3eb;
}

.brand-type__families header {
  margin: 0 -44px;
  border-color: rgba(28, 43, 35, 0.12);
}

.brand-type__families header code {
  color: rgba(28, 43, 35, 0.55);
}

.brand-type__families article > strong {
  display: block;
  margin: 76px 0 40px;
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 400;
  line-height: 1;
}

.brand-type__marcellus > strong {
  font-family: 'Marcellus', serif;
}

.brand-type__outfit > strong {
  font-family: 'Outfit', sans-serif;
  font-weight: 300 !important;
}

.brand-type__families article > p {
  max-width: 480px;
  color: rgba(28, 43, 35, 0.66);
  line-height: 1.55;
}

.brand-type__download-note {
  display: block;
  max-width: 480px;
  margin-top: 12px;
  color: rgba(28, 43, 35, 0.66);
  font-size: 12px;
  line-height: 1.55;
}

.brand-type__scale {
  margin-top: 40px;
  border: 1px solid rgba(28, 43, 35, 0.13);
}

.brand-type__scale header {
  border-color: rgba(28, 43, 35, 0.12);
}

.brand-type__scale header p {
  color: rgba(28, 43, 35, 0.58);
}

.brand-type__scale > div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.brand-type__scale article {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-right: 1px solid rgba(28, 43, 35, 0.1);
}

.brand-type__scale article:last-child { border-right: 0; }
.brand-type__scale article strong { font-family: 'Marcellus', serif; font-size: 44px; font-weight: 400; }
.brand-type__scale article span { margin-top: 8px; color: var(--terra); font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; }

.brand-elements {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 760px;
  background: var(--green);
  color: var(--cream);
}

.brand-elements__copy {
  padding: clamp(78px, 9vw, 140px) clamp(24px, 5vw, 80px);
}

.brand-elements__copy .brand-index {
  color: var(--terra-light);
}

.brand-elements__copy h2 {
  margin-top: 26px;
  font-size: clamp(42px, 4.7vw, 70px);
  line-height: 1;
}

.brand-elements__copy > p {
  max-width: 610px;
  margin-top: 30px;
  color: rgba(237, 230, 216, 0.65);
  font-size: 17px;
  line-height: 1.65;
}

.brand-elements__copy ol {
  margin: 54px 0 0;
  padding: 0;
  list-style: none;
}

.brand-elements__copy li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid rgba(237, 230, 216, 0.13);
}

.brand-elements__copy li > span {
  color: var(--terra-light);
  font-family: 'Marcellus', serif;
  font-size: 20px;
}

.brand-elements__copy li strong {
  font-family: 'Marcellus', serif;
  font-size: 20px;
  font-weight: 400;
}

.brand-elements__copy li p {
  margin-top: 5px;
  color: rgba(237, 230, 216, 0.58);
}

.brand-elements__visual {
  position: relative;
  display: flex;
  min-height: 760px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(54px, 7vw, 100px);
  overflow: hidden;
  background: var(--cream);
  color: var(--ink);
}

.brand-elements__visual::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(28, 43, 35, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(28, 43, 35, 0.07) 1px, transparent 1px);
  background-size: 64px 64px;
  content: '';
}

.brand-elements__axis,
.brand-elements__frame,
.brand-elements__visual > strong {
  position: relative;
  z-index: 1;
}

.brand-elements__axis {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--terra);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.brand-elements__axis i {
  flex: 1;
  margin: 0 14px;
  border-top: 1px solid var(--terra);
}

.brand-elements__visual > strong {
  color: var(--green);
  font-family: 'Marcellus', serif;
  font-size: clamp(180px, 24vw, 360px);
  font-weight: 400;
  line-height: 0.7;
  opacity: 0.08;
}

.brand-elements__frame {
  display: flex;
  width: 78%;
  height: 170px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-top: 1px solid var(--terra);
  border-left: 1px solid var(--terra);
  font-family: 'Marcellus', serif;
  font-size: 24px;
}

.brand-elements__frame i {
  width: 70%;
  border-top: 1px solid rgba(28, 43, 35, 0.2);
}

.brand-elements__frame span:last-child {
  align-self: flex-end;
  color: var(--terra);
}

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

.brand-voice__grid article {
  min-height: 310px;
  padding: 34px;
  border: 1px solid rgba(237, 230, 216, 0.15);
}

.brand-voice__grid article > span {
  color: var(--terra-light);
  font-family: 'Marcellus', serif;
  font-size: 22px;
}

.brand-voice__grid h3 {
  margin-top: 82px;
  font-size: 34px;
}

.brand-voice__grid p {
  max-width: 360px;
  margin-top: 14px;
  color: rgba(237, 230, 216, 0.63);
  line-height: 1.6;
}

.brand-message {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  margin-top: 18px;
  padding: clamp(34px, 5vw, 62px);
  background: var(--cream);
  color: var(--ink);
}

.brand-message > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.brand-message span {
  color: var(--terra);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-message s,
.brand-message strong {
  font-family: 'Marcellus', serif;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.25;
}

.brand-message s { color: rgba(28, 43, 35, 0.48); }
.brand-message > i { color: var(--terra); font-size: 28px; font-style: normal; }

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

.brand-app {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(28, 43, 35, 0.13);
  background: var(--cream);
}

.brand-app__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.brand-app__label small { color: rgba(28, 43, 35, 0.48); }

.proposal-sheet,
.dashboard-card,
.social-card {
  min-height: 530px;
}

.proposal-sheet {
  display: flex;
  flex-direction: column;
  padding: 38px;
  background: var(--green);
  color: var(--cream);
}

.proposal-sheet__brand {
  font-family: 'Outfit', sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.proposal-sheet > p {
  margin-top: auto;
  color: var(--terra-light);
  font-size: 9px;
  letter-spacing: 0.18em;
}

.proposal-sheet h3 {
  margin-top: 18px;
  font-size: clamp(36px, 3.4vw, 52px);
  line-height: 1.04;
}

.proposal-sheet footer {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 58px;
  color: rgba(237, 230, 216, 0.62);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proposal-sheet footer i {
  flex: 1;
  border-top: 1px solid var(--terra-light);
}

.dashboard-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(28, 43, 35, 0.13);
  background: #fff;
}

.dashboard-card header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(28, 43, 35, 0.1);
}

.dashboard-card header strong { font-family: 'Outfit', sans-serif; font-size: 22px; font-weight: 500; letter-spacing: 0.14em; }
.dashboard-card header span { color: var(--terra); font-size: 8px; letter-spacing: 0.16em; }
.dashboard-card > p { margin-top: 46px; color: var(--terra); font-size: 9px; letter-spacing: 0.13em; text-transform: uppercase; }
.dashboard-card h3 { margin-top: 9px; font-size: 24px; }
.dashboard-card__metric { display: flex; gap: 14px; align-items: baseline; margin-top: 26px; }
.dashboard-card__metric strong { font-family: 'Marcellus', serif; font-size: 58px; font-weight: 400; }
.dashboard-card__metric span { color: #46715c; font-size: 13px; }
.dashboard-card__chart { display: flex; height: 140px; gap: 8px; align-items: flex-end; margin-top: 28px; }
.dashboard-card__chart i { flex: 1; height: 32%; background: rgba(15, 36, 27, 0.12); }
.dashboard-card__chart i:nth-child(2) { height: 44%; }
.dashboard-card__chart i:nth-child(3) { height: 40%; }
.dashboard-card__chart i:nth-child(4) { height: 58%; }
.dashboard-card__chart i:nth-child(5) { height: 72%; }
.dashboard-card__chart i:nth-child(6) { height: 90%; background: var(--terra); }
.dashboard-card footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(28, 43, 35, 0.1); }
.dashboard-card footer span { color: rgba(28, 43, 35, 0.5); font-size: 9px; }
.dashboard-card button { border: 0; background: transparent; color: var(--terra); font-size: 11px; }

.social-card {
  display: flex;
  flex-direction: column;
  padding: 32px;
  background: var(--terra);
  color: #fff;
}

.social-card header { display: flex; align-items: center; justify-content: space-between; }
.social-card header span { font-size: 9px; letter-spacing: 0.14em; }
.social-card header strong { font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 500; letter-spacing: 0.14em; }
.social-card > div { margin-top: auto; }
.social-card p { font-family: 'Marcellus', serif; font-size: clamp(32px, 3vw, 46px); line-height: 1.08; }
.social-card i { display: block; width: 72px; margin: 32px 0 20px; border-top: 1px solid rgba(255, 255, 255, 0.7); }
.social-card div span { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; }

.brand-photography {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  min-height: 760px;
  background: var(--green-2);
  color: var(--cream);
}

.brand-photography__image {
  min-height: 620px;
}

.brand-photography__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.03);
}

.brand-photography__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 7vw, 100px);
}

.brand-photography__copy .brand-index { color: var(--terra-light); }
.brand-photography__copy h2 { margin-top: 26px; font-size: clamp(42px, 4.5vw, 68px); line-height: 1; }
.brand-photography__copy > p { margin-top: 30px; color: rgba(237, 230, 216, 0.65); font-size: 17px; line-height: 1.65; }
.brand-photography__copy > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 42px; }
.brand-photography__copy > div span { border: 1px solid rgba(237, 230, 216, 0.2); padding: 9px 12px; color: rgba(237, 230, 216, 0.72); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; }

.brand-misuse__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(28, 43, 35, 0.13);
}

.brand-misuse__grid article {
  position: relative;
  min-height: 330px;
  padding: 32px;
  background: var(--cream);
}

.brand-misuse__grid article > span {
  position: absolute;
  top: 24px;
  right: 26px;
  color: var(--terra);
  font-size: 24px;
}

.misuse {
  display: grid;
  height: 150px;
  place-items: center;
  overflow: hidden;
  background: rgba(28, 43, 35, 0.045);
}

.misuse img { width: 76px; }
.misuse--stretch img { width: 130px; height: 62px; }
.misuse--rotate img { transform: rotate(-18deg); }
.misuse--recolor img { filter: hue-rotate(160deg) saturate(2); }
.misuse--effects img { filter: drop-shadow(0 8px 5px #c2693c); }
.misuse--contrast { background: #173429; }
.misuse--contrast img { opacity: 0.18; }
.misuse--crowd { position: relative; }
.misuse--crowd i { position: absolute; border: 1px solid var(--terra); }
.misuse--crowd i:nth-of-type(1) { width: 86px; height: 86px; }
.misuse--crowd i:nth-of-type(2) { width: 96px; height: 96px; }
.brand-misuse__grid h3 { margin-top: 26px; font-size: 22px; }
.brand-misuse__grid p { margin-top: 8px; color: rgba(28, 43, 35, 0.62); }

.brand-footer {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr auto;
  gap: 60px;
  align-items: end;
  min-height: 560px;
  padding: clamp(70px, 9vw, 140px) clamp(24px, 5vw, 80px) 58px;
  background: var(--green);
  color: var(--cream);
}

.brand-footer__mark {
  display: flex;
  gap: 14px;
  align-items: center;
}

.brand-footer__mark > img { width: 60px; }
.brand-footer__mark strong { font-size: 32px; }
.brand-footer > div:nth-child(2) > span { color: var(--terra-light); font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; }
.brand-footer h2 { margin-top: 20px; font-size: clamp(42px, 5.5vw, 82px); line-height: 1; }
.brand-footer > a { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(237, 230, 216, 0.24); color: var(--terra-light); font-size: 24px; text-decoration: none; }

@media (max-width: 1100px) {
  .brand-cover,
  .brand-section-top,
  .brand-type__intro { gap: 50px; }
  .brand-system__grid,
  .brand-photography { grid-template-columns: 1fr; }
  .brand-system__principles { grid-template-columns: 1fr 1fr; }
  .brand-logo__rules { grid-template-columns: 1fr 1fr; }
  .brand-swatches { grid-template-columns: repeat(3, 1fr); min-height: 700px; }
  .brand-swatch--primary { grid-column: span 2; }
  .brand-apps { grid-template-columns: 1fr 1fr; }
  .brand-app:last-child { grid-column: 1 / -1; }
  .social-card { min-height: 620px; }
}

@media (max-width: 760px) {
  .brand-nav { padding: 22px 20px; }
  .brand-nav__meta span:first-child { display: none; }
  .brand-hero { min-height: 740px; padding: 100px 20px 28px; }
  .brand-cover { grid-template-columns: 1fr; gap: 70px; }
  .brand-cover__title { order: -1; }
  .brand-cover__identity > p { font-size: 15px; }
  .brand-cover__footer { gap: 20px; align-items: flex-start; }
  .brand-cover__footer > span { max-width: 190px; line-height: 1.5; }
  .brand-lockup > img { width: 54px; height: 54px; }
  .brand-lockup strong { font-size: 34px; }
  .brand-essence,
  .brand-section-top,
  .brand-promise,
  .brand-logo__stages,
  .brand-type__intro,
  .brand-type__families,
  .brand-elements,
  .brand-message,
  .brand-photography,
  .brand-footer { grid-template-columns: 1fr; }
  .brand-essence { gap: 40px; }
  .brand-promise__statement { min-height: 390px; }
  .brand-section-top { align-items: start; }
  .brand-system__signature,
  .brand-system__palette { min-height: 390px; }
  .brand-system__signature > img { width: 86%; margin: 70px auto; }
  .brand-system__colors { min-height: 350px; }
  .brand-system__principles,
  .brand-logo__rules,
  .brand-voice__grid,
  .brand-apps,
  .brand-misuse__grid { grid-template-columns: 1fr; }
  .brand-logo__stages article { min-height: 360px; padding: 34px; }
  .brand-logo__dark > .brand-lockup { transform: none; }
  .brand-logo__rules article { min-height: 310px; }
  .brand-swatches { grid-template-columns: 1fr 1fr; min-height: 850px; }
  .brand-swatch--primary { grid-column: span 2; }
  .brand-color-ratio { grid-template-columns: repeat(3, 1fr); }
  .brand-color-ratio > div { min-height: 150px; flex-direction: column; align-items: flex-start; }
  .brand-color-ratio > p { grid-column: 1 / -1; min-height: 150px; }
  .brand-type__families article { min-height: 350px; padding: 0 28px 30px; }
  .brand-type__families header { margin: 0 -28px; }
  .brand-type__families article > strong { margin: 60px 0 30px; }
  .brand-type__scale > div { grid-template-columns: repeat(2, 1fr); }
  .brand-type__scale article { min-height: 140px; border-bottom: 1px solid rgba(28, 43, 35, 0.1); }
  .brand-type__scale article:last-child { grid-column: 1 / -1; }
  .brand-elements__visual { min-height: 620px; }
  .brand-message > i { transform: rotate(90deg); }
  .brand-app:last-child { grid-column: auto; }
  .proposal-sheet,
  .dashboard-card,
  .social-card { min-height: 500px; }
  .brand-photography__image { min-height: 480px; }
  .brand-footer { min-height: 650px; align-items: start; }
  .brand-footer > a { margin-top: 20px; }
}

@media (max-width: 460px) {
  .brand-cover__footer > a { max-width: 112px; text-align: right; }
  .brand-promise__statement,
  .brand-pillars li,
  .brand-system__principles article,
  .brand-voice__grid article { padding-right: 24px; padding-left: 24px; }
  .brand-system__colors > div { padding: 18px; }
  .brand-swatches { grid-template-columns: 1fr; }
  .brand-swatch--primary { grid-column: auto; }
  .brand-color-ratio { grid-template-columns: 1fr; }
  .brand-color-ratio > p { grid-column: auto; }
  .brand-app { padding: 12px; }
  .proposal-sheet,
  .dashboard-card,
  .social-card { padding: 24px; }
  .brand-elements__axis { flex-direction: column; gap: 12px; align-items: flex-start; }
  .brand-elements__axis i { width: 100%; margin: 0; }
}

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

/* The symbol and wordmark are independent brand signatures. */
.brand-lockup--inverse,
.brand-footer__mark { color: var(--terra); }
.dashboard-card header > strong,
.social-card header > strong,
.proposal-sheet__brand,
.brand-type-pair strong { color: var(--terra); }
.brand-logo__stages img.brand-symbol { width: 140px; height: 140px; }
