:root {
  --paper: #ffffff;
  --ivory: #f7f3ec;
  --mist: #eef1ec;
  --ink: #171412;
  --muted: #6c665f;
  --line: #ded5c8;
  --wine: #651827;
  --wine-dark: #2c1015;
  --olive: #55614f;
  --clay: #9a563d;
  --gold: #ac8552;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

.collection-segment[id] {
  scroll-margin-top: 128px;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

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

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

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  padding: 18px 44px;
  position: sticky;
  top: 0;
  z-index: 50;
}

.wordmark {
  display: inline-grid;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0.95;
  text-transform: uppercase;
}

.wordmark span {
  font-size: 17px;
}

.wordmark strong {
  color: var(--wine);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24em;
  margin-top: 6px;
}

.nav-menu {
  display: flex;
  gap: 8px;
}

.mobile-nav {
  display: none;
}

.nav-item {
  position: relative;
}

.nav-item::after {
  content: "";
  display: none;
  height: 18px;
  left: -28px;
  position: absolute;
  right: -28px;
  top: 100%;
}

.nav-item:hover::after,
.nav-item:focus-within::after {
  display: block;
}

.nav-link,
.eyebrow,
.section-kicker,
.label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-link {
  color: #413b35;
  display: inline-flex;
  padding: 12px 10px;
}

.nav-link::after {
  content: "";
}

.nav-item:last-child .nav-link::after {
  content: "";
}

.dropdown {
  background: rgba(255, 255, 255, 0.58);
  border-bottom: 1px solid rgba(222, 213, 200, 0.18);
  border-top: 1px solid rgba(222, 213, 200, 0.16);
  box-shadow: none;
  display: flex;
  gap: 0;
  justify-content: center;
  left: 0;
  min-height: 74px;
  min-width: 0;
  opacity: 0;
  padding: 0 44px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 72px;
  transform: translateY(-6px);
  transition: opacity 180ms ease, transform 180ms ease;
  width: 100vw;
}

.dropdown a {
  align-content: center;
  border-right: 1px solid rgba(222, 213, 200, 0.18);
  color: var(--ink);
  display: grid;
  font-size: 14px;
  line-height: 1.35;
  min-width: 190px;
  padding: 16px 24px;
  text-align: center;
}

.dropdown a:last-child {
  border-right: 0;
}

.dropdown a span {
  color: var(--muted);
  font-size: 12px;
  margin-top: 2px;
}

.about-dropdown {
  align-items: center;
  white-space: nowrap;
}

.about-dropdown a {
  color: #413b35;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  min-width: 0;
  padding: 16px 30px;
  text-transform: uppercase;
}

.about-dropdown a:last-child {
  border-right: 0;
}

.about-dropdown a:hover,
.about-dropdown a:focus {
  color: var(--wine);
}

.enquire-dropdown {
  align-items: center;
  white-space: nowrap;
}

.enquire-dropdown a {
  color: #413b35;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  min-width: 0;
  padding: 16px 30px;
  text-transform: uppercase;
}

.enquire-dropdown a span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.enquire-dropdown a:hover,
.enquire-dropdown a:focus,
.enquire-dropdown a:hover span,
.enquire-dropdown a:focus span {
  color: var(--wine);
}

.enquire-dropdown a:last-child {
  border-right: 0;
}

.market-dropdown {
  align-items: center;
  white-space: nowrap;
}

.market-dropdown a {
  color: #413b35;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  min-width: 0;
  padding: 16px 30px;
  text-transform: uppercase;
}

.market-dropdown a:hover,
.market-dropdown a:focus {
  color: var(--wine);
}

.market-dropdown a:last-child {
  border-right: 0;
}

.watchlist-dropdown {
  align-items: center;
  white-space: nowrap;
}

.watchlist-dropdown a {
  color: #413b35;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  min-width: 0;
  padding: 16px 30px;
  text-transform: uppercase;
}

.watchlist-dropdown a:hover,
.watchlist-dropdown a:focus {
  color: var(--wine);
}

.watchlist-dropdown a:last-child {
  border-right: 0;
}

.advisory-dropdown {
  align-items: center;
  white-space: nowrap;
}

.advisory-dropdown a {
  color: #413b35;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  min-width: 0;
  padding: 16px 30px;
  text-transform: uppercase;
}

.advisory-dropdown a:hover,
.advisory-dropdown a:focus {
  color: var(--wine);
}

.advisory-dropdown a:last-child {
  border-right: 0;
}

.collection-dropdown {
  align-items: stretch;
  gap: 1px;
  min-height: 168px;
  padding: 12px 44px 16px;
}

.collection-dropdown a {
  background: rgba(255, 255, 255, 0.62);
  border-right: 1px solid rgba(222, 213, 200, 0.24);
  color: #413b35;
  gap: 10px;
  min-width: 250px;
  overflow: hidden;
  padding: 11px 10px 0;
  position: relative;
}

.collection-dropdown a:last-child {
  border-right: 0;
}

.collection-dropdown img {
  height: 104px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 220ms ease;
  width: 100%;
}

.collection-dropdown span {
  color: #413b35;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0;
  position: static;
  text-transform: uppercase;
}

.collection-dropdown a:hover span,
.collection-dropdown a:focus span {
  color: var(--wine);
}

.collection-dropdown a:hover img,
.collection-dropdown a:focus img {
  transform: scale(1.07);
}

.nav-item:hover .dropdown,
.nav-item:focus-within .dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.hero {
  display: grid;
  min-height: 720px;
  position: relative;
}

.hero-image {
  inset: 0;
  min-height: 720px;
  overflow: hidden;
  position: absolute;
}

.hero-image img,
.feature-image img,
.tile img,
.project-hero img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-image img {
  object-position: center bottom;
  transform: scale(1.04);
}

.hero-image::after {
  background: linear-gradient(90deg, rgba(23, 20, 18, 0.7), rgba(23, 20, 18, 0.34), rgba(23, 20, 18, 0.06));
  content: "";
  inset: 0;
  position: absolute;
}

.hero-copy {
  align-content: center;
  display: grid;
  max-width: 760px;
  padding: 96px 72px;
  position: relative;
  z-index: 1;
}

.hero .eyebrow,
.hero h1,
.hero .lead {
  color: var(--paper);
}

.hero .eyebrow {
  color: var(--paper);
}

.hero .button.quiet {
  background: var(--wine);
  border-color: var(--wine);
  color: var(--paper);
}

.eyebrow,
.section-kicker {
  color: var(--wine);
  margin: 0 0 18px;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}

h1 {
  font-size: clamp(46px, 5vw, 78px);
  line-height: 0.94;
}

h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.03;
  max-width: 760px;
}

h3 {
  font-size: 28px;
  line-height: 1.08;
}

p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.lead {
  color: #403a34;
  font-size: 20px;
  line-height: 1.55;
  margin: 28px 0 0;
  max-width: 650px;
}

.actions,
.feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 50px;
  padding: 14px 21px;
}

.button.primary {
  background: var(--wine);
  color: var(--paper);
}

.button.compact {
  align-self: start;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-top: 22px;
  min-height: 44px;
  padding: 12px 18px;
  text-transform: uppercase;
}

.button.quiet {
  border: 1px solid var(--line);
  color: var(--wine-dark);
}

.inline-link {
  color: var(--wine);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  margin-top: 18px;
}

.about-preview {
  border-bottom: 1px solid var(--line);
}

.about-links,
.brand-marquee {
  border-top: 1px solid var(--line);
  margin-top: 42px;
}

.about-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.about-links article {
  border-right: 1px solid var(--line);
  min-height: 160px;
  padding: 24px 24px 20px 0;
}

.about-links article + article {
  padding-left: 24px;
}

.about-links article:last-child {
  border-right: 0;
}

.about-links strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 12px;
}

.about-links span {
  color: var(--muted);
  line-height: 1.5;
}

.brand-marquee {
  overflow: hidden;
  padding: 22px 0 4px;
}

.brand-marquee > div {
  animation: marquee 34s linear infinite;
  display: flex;
  gap: 18px;
  width: max-content;
}

.brand-marquee article {
  border: 1px solid var(--line);
  display: grid;
  min-height: 116px;
  min-width: 260px;
  padding: 18px 20px;
}

.brand-marquee span,
.brand-marquee em {
  color: var(--clay);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-marquee strong {
  align-self: center;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.brand-marquee em {
  color: var(--muted);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

section {
  padding: 88px 72px;
}

.intro-grid,
.split,
.brief {
  align-items: start;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(330px, 0.9fr) minmax(340px, 1.1fr);
}

.intro-grid > div,
.split > div,
.brief > div {
  display: grid;
  gap: 20px;
}

.intro-grid > p,
.intro-grid > div > p,
.split > p,
.brief > p,
.brief > div > p {
  font-size: 17px;
  line-height: 1.68;
  max-width: 680px;
}

.intro-grid > div > p + p,
.split > div > p + p,
.brief > div > p + p {
  margin-top: 0;
}

.surface {
  background: var(--ivory);
}

main > .surface + .surface {
  border-top: 1px solid rgba(222, 213, 200, 0.68);
}

.about-story {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(360px, 1fr) minmax(360px, 0.94fr);
  margin-top: 30px;
}

.about-story.reverse {
  grid-template-columns: minmax(360px, 0.94fr) minmax(360px, 1fr);
}

.about-image,
.founder-image {
  margin: 0;
  min-height: 560px;
  overflow: hidden;
}

.about-image img,
.founder-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-copy {
  align-content: center;
  display: grid;
  gap: 18px;
  padding: 34px 0 34px 58px;
}

.about-story.reverse .about-copy {
  padding: 34px 58px 34px 0;
}

.founder-profile .about-copy {
  padding: 34px 0 34px 58px;
}

.about-copy h2 {
  margin-bottom: 4px;
}

.about-copy p {
  font-size: 16px;
  line-height: 1.72;
  margin: 0;
}

.founder-profile {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(360px, 1.28fr);
  margin-top: 30px;
}

.founder-image {
  min-height: 620px;
}

.founder-image img {
  object-position: center center;
}

.band-dark {
  background: var(--wine-dark);
  color: var(--paper);
}

.band-dark p,
.band-dark .section-kicker,
.band-dark label {
  color: #ead9c4;
}

.newsletter-block {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(330px, 0.9fr) minmax(340px, 1.1fr);
}

.newsletter-form {
  gap: 12px;
}

.newsletter-form div {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.newsletter-form input {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(234, 217, 196, 0.45);
  color: var(--paper);
}

.newsletter-form input::placeholder {
  color: rgba(234, 217, 196, 0.6);
}

.newsletter-form button {
  border-color: var(--wine);
  margin-top: 0;
}

.grid-3,
.grid-4,
.project-grid,
.status-grid {
  display: grid;
  gap: 24px;
}

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

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

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

.tile,
.panel {
  background: var(--paper);
  border: 1px solid var(--line);
  min-height: 100%;
  padding: 24px;
}

.tile {
  display: grid;
  overflow: hidden;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.tile:hover {
  box-shadow: 0 20px 44px rgba(23, 20, 18, 0.12);
  transform: translateY(-4px);
}

.surface .tile,
.surface .panel {
  background: #fffdf9;
}

.tile img {
  aspect-ratio: 1.35 / 1;
  margin: -24px -24px 22px;
  object-position: center bottom;
  transition: transform 220ms ease;
  width: calc(100% + 48px);
}

.tile:hover img {
  transform: scale(1.055);
}

.tile img.crop-clean {
  object-position: center bottom;
}

.label,
.tile span,
.panel span,
.meta span {
  color: var(--clay);
  display: block;
  margin-bottom: 16px;
}

.tile span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.pathway-grid .tile img {
  aspect-ratio: 1.45 / 1;
  object-position: center center;
}

.pathway-grid .tile {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.95);
  padding: 0;
}

.pathway-grid .tile-media {
  overflow: hidden;
  position: relative;
}

.pathway-grid .tile-media::after {
  border: 1px solid rgba(255, 255, 255, 0.82);
  content: "";
  inset: 14px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.pathway-grid .tile-media img {
  margin: 0;
  width: 100%;
}

.pathway-grid .tile-media .button {
  background: rgba(101, 24, 39, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.58);
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.pathway-grid .tile-media:hover img {
  transform: scale(1.055);
}

.pathway-grid .tile:hover img {
  transform: none;
}

.pathway-grid .tile:hover .tile-media img {
  transform: scale(1.055);
}

.pathway-grid .tile-copy {
  background: #fffdf9;
  display: grid;
  min-height: 82px;
  place-items: center;
  padding: 22px 24px;
  text-align: center;
}

.pathway-grid .tile-copy span {
  color: var(--wine);
  margin: 0;
}

.feature {
  background: var(--paper);
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  margin-top: 34px;
}

.feature.reverse {
  grid-template-columns: 1.12fr 0.88fr;
}

.feature-copy {
  align-content: center;
  display: grid;
  padding: 56px;
}

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

dl {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 30px 0 0;
}

dl div {
  border-bottom: 1px solid var(--line);
  padding: 15px 16px 15px 0;
}

dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

dd {
  margin: 0;
}

.project-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  min-height: 560px;
}

.project-hero > div:first-child {
  align-content: center;
  display: grid;
  padding: 78px 72px;
}

.project-hero figure {
  margin: 0;
  min-height: 560px;
  overflow: hidden;
}

.collection-hero {
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  min-height: 0;
  padding-bottom: 36px;
}

.collection-hero > div:first-child {
  padding-right: 56px;
}

.collection-hero .lead {
  font-size: 18px;
  line-height: 1.58;
  max-width: 720px;
}

.collection-hero .lead + p,
.collection-hero .lead + p + p {
  color: #403a34;
  font-size: 18px;
  line-height: 1.58;
  max-width: 720px;
}

.collection-hero .lead + p,
.collection-hero p + p {
  margin-top: 18px;
}

.collection-hero figure {
  align-self: center;
  aspect-ratio: 1.5 / 1;
  background: #ede5d9;
  min-height: 0;
}

.collection-hero figure img {
  object-fit: cover;
  object-position: center center;
}

.collection-page main {
  background: var(--paper);
}

.market-hero figure {
  background: #f6f1e9;
}

.market-hero figure img {
  object-fit: cover;
  object-position: center center;
}

.market-page main,
.market-page .surface {
  background: var(--ivory);
}

.market-section {
  background: var(--ivory);
  position: relative;
}

.market-page .market-section::before {
  border-top: 1px solid rgba(222, 213, 200, 0.92);
  content: "";
  display: block;
  margin-bottom: 46px;
}

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

.market-stat {
  border-right: 1px solid var(--line);
  border-top: 1px solid var(--line);
  min-height: 178px;
  padding: 26px 26px 24px 0;
}

.market-stat:nth-child(4n) {
  border-right: 0;
}

.market-stat span {
  color: var(--wine);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.8vw, 38px);
  line-height: 0.98;
  margin-bottom: 14px;
}

.market-stat p {
  color: #403a34;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  max-width: 250px;
}

.market-copy {
  display: grid;
  gap: 20px;
}

.market-copy p {
  color: #403a34;
  font-size: 17px;
  line-height: 1.68;
  margin: 0;
  max-width: 760px;
}

.market-fact-row {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 10px;
}

.market-fact-row article {
  border-right: 1px solid var(--line);
  padding: 22px 20px 0 0;
}

.market-fact-row article:last-child {
  border-right: 0;
}

.market-fact-row span {
  color: var(--wine);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.market-fact-row strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.08;
}

.watchlist-page main {
  background: var(--ivory);
}

.watchlist-hero figure {
  background: #f6f1e9;
}

.watchlist-hero figure img {
  object-fit: cover;
  object-position: center center;
}

.watchlist-section {
  background: var(--ivory);
  position: relative;
}

.watchlist-page .watchlist-section::before {
  border-top: 1px solid rgba(222, 213, 200, 0.92);
  content: "";
  display: block;
  margin-bottom: 42px;
}

.watchlist-intake {
  align-items: start;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(330px, 0.85fr) minmax(420px, 1.15fr);
  padding-top: 54px;
}

.watchlist-intake > div {
  display: grid;
  gap: 18px;
}

.watchlist-intake p:not(.section-kicker) {
  color: #403a34;
  font-size: 17px;
  line-height: 1.68;
  margin: 0;
  max-width: 640px;
}

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

.watchlist-signal {
  border-right: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-rows: auto 1fr;
  min-height: 520px;
  padding: 28px 26px 30px 0;
}

.watchlist-signal:nth-child(3n) {
  border-right: 0;
}

.watchlist-signal span,
.watchlist-mini-grid span {
  color: var(--wine);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.watchlist-signal h3 {
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 0.98;
  max-width: 330px;
}

.watchlist-signal p {
  color: #403a34;
  font-size: 15px;
  line-height: 1.62;
  margin: 0;
  max-width: 330px;
}

.watchlist-signal-foot {
  align-self: start;
  display: grid;
  gap: 18px;
}

.watchlist-signal-head {
  display: grid;
  gap: 0;
  grid-template-rows: 29px 98px 1fr;
  min-height: 292px;
}

.brand-wordmark {
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.1vw, 46px);
  height: 76px;
  align-items: flex-start;
  line-height: 1;
  margin-bottom: 22px;
  min-height: 62px;
  padding-bottom: 14px;
}

.brand-wordmark-static {
  font-weight: 400;
}

.brand-wordmark:hover,
.brand-wordmark:focus,
.brand-link-grid a:hover,
.brand-link-grid a:focus,
.city-brand-row a:hover,
.city-brand-row a:focus {
  color: var(--wine);
}

.brand-link-grid,
.city-brand-row {
  display: grid;
  gap: 10px;
}

.brand-link-grid {
  margin-top: 8px;
}

.brand-link-grid a,
.city-brand-row a {
  align-content: center;
  border: 1px solid var(--line);
  color: #413b35;
  display: grid;
  font-family: Georgia, "Times New Roman", serif;
  gap: 7px;
  min-height: 58px;
  padding: 12px 14px;
  transition: border-color 180ms ease, color 180ms ease;
}

.brand-link-grid a strong,
.city-brand-row a {
  font-weight: 400;
}

.brand-link-grid a small {
  color: var(--wine);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.signal-cta {
  align-self: start;
  border-bottom: 1px solid rgba(101, 24, 39, 0.34);
  color: var(--wine);
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  justify-self: start;
  letter-spacing: 0.14em;
  padding-bottom: 7px;
  text-transform: uppercase;
  transition: border-color 180ms ease, color 180ms ease;
}

.signal-cta:hover,
.signal-cta:focus {
  border-color: var(--wine);
  color: var(--wine-dark);
}

.watchlist-signal.strong .watchlist-signal-foot p {
  min-height: 170px;
}

.brand-link-grid a:hover,
.brand-link-grid a:focus,
.city-brand-row a:hover,
.city-brand-row a:focus {
  border-color: rgba(101, 24, 39, 0.45);
}

.city-brand-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 8px 0 10px;
}

.watchlist-copy {
  display: grid;
  gap: 20px;
}

.watchlist-copy p {
  color: #403a34;
  font-size: 17px;
  line-height: 1.68;
  margin: 0;
  max-width: 760px;
}

.watchlist-mini-grid {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 8px;
}

.watchlist-mini-grid article {
  border-right: 1px solid var(--line);
  padding: 22px 20px 0 0;
}

.watchlist-mini-grid article:last-child {
  border-right: 0;
}

.watchlist-mini-grid strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.12;
}

.advisory-page main,
.advisory-section {
  background: var(--paper);
}

.advisory-section {
  position: relative;
}

.advisory-page .advisory-section::before {
  border-top: 1px solid rgba(222, 213, 200, 0.92);
  content: "";
  display: block;
  margin-bottom: 44px;
}

.advisory-hero {
  background: var(--paper);
}

.advisory-logo-panel {
  align-items: center;
  background: var(--paper);
  display: grid;
  justify-items: center;
  padding: 64px;
}

.advisory-logo-panel a {
  display: block;
  transition: opacity 180ms ease, transform 180ms ease;
  width: min(74%, 420px);
}

.advisory-logo-panel a:hover,
.advisory-logo-panel a:focus {
  opacity: 0.94;
  transform: translateY(-2px);
}

.advisory-logo-panel img {
  box-shadow: 0 28px 58px rgba(23, 20, 18, 0.12);
  max-height: 420px;
  object-fit: contain;
  width: 100%;
}

.advisory-introduction,
.advisory-brief {
  align-items: start;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(330px, 0.9fr) minmax(360px, 1.1fr);
}

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

.advisory-copy p:not(.section-kicker),
.advisory-faq-preview p {
  color: #403a34;
  font-size: 17px;
  line-height: 1.72;
  margin: 0;
  max-width: 760px;
}

.advisory-mandate-grid,
.advisory-check-grid,
.advisory-brief-list {
  display: grid;
  gap: 0;
}

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

.advisory-mandate-grid article {
  border-right: 1px solid var(--line);
  border-top: 1px solid var(--line);
  min-height: 330px;
  padding: 28px 28px 30px 0;
}

.advisory-mandate-grid article:nth-child(3n),
.advisory-check-grid article:nth-child(3n),
.advisory-brief-list article:nth-child(2n) {
  border-right: 0;
}

.advisory-mandate-grid span,
.advisory-check-grid span {
  color: var(--wine);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.advisory-mandate-grid h3,
.advisory-check-grid h3,
.advisory-brief h2,
.advisory-faq-preview h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.advisory-mandate-grid h3,
.advisory-check-grid h3 {
  font-size: clamp(28px, 2.7vw, 42px);
  line-height: 1;
  margin-bottom: 28px;
  max-width: 360px;
}

.advisory-mandate-grid p,
.advisory-check-grid p,
.advisory-brief-list p {
  color: #403a34;
  font-size: 15px;
  line-height: 1.62;
  margin: 0;
  max-width: 360px;
}

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

.advisory-check-grid article {
  border-right: 1px solid var(--line);
  border-top: 1px solid var(--line);
  min-height: 255px;
  padding: 26px 26px 28px 0;
}

.advisory-brief-list {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.advisory-brief-list article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 170px;
  padding: 26px 30px 24px 0;
}

.advisory-brief-list strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.08;
  margin-bottom: 16px;
}

.advisory-faq-preview {
  padding-bottom: 108px;
}

.collection-directory {
  background: var(--paper);
  padding-top: 0;
  position: relative;
}

.collection-directory::before {
  border-top: 1px solid var(--line);
  content: "";
  display: block;
  margin-bottom: 26px;
}

.collection-directory-head {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(260px, 0.42fr) minmax(460px, 0.58fr);
  margin-bottom: 38px;
}

.collection-directory-head h2 {
  max-width: 880px;
}

.collection-segment {
  align-items: stretch;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(300px, 0.46fr) minmax(420px, 0.54fr);
  padding: 48px 0;
}

.collection-directory .collection-segment:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.collection-segment.reverse {
  grid-template-columns: minmax(420px, 0.58fr) minmax(300px, 0.42fr);
}

.collection-segment.reverse .collection-segment-copy {
  order: 2;
}

.collection-segment-copy {
  align-content: center;
  display: grid;
}

.collection-segment-copy h2 {
  font-size: clamp(36px, 4.4vw, 64px);
  line-height: 0.98;
  max-width: 720px;
}

.collection-segment-copy p:not(.eyebrow) {
  color: #403a34;
  font-size: 18px;
  line-height: 1.62;
  margin-top: 24px;
  max-width: 620px;
}

.collection-project-stack {
  display: grid;
  gap: 22px;
}

.collection-project {
  background: var(--paper);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(240px, 0.58fr) minmax(220px, 0.42fr);
  min-height: 360px;
}

.collection-project figure {
  margin: 0;
  min-height: 360px;
  overflow: hidden;
}

.collection-project figure img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 220ms ease;
  width: 100%;
}

.collection-project:hover figure img {
  transform: scale(1.035);
}

.collection-project > div {
  align-content: center;
  display: grid;
  padding: 34px;
}

.collection-project span {
  color: var(--clay);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.collection-project h3 {
  font-size: 34px;
  line-height: 1.02;
}

.collection-project p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  margin-top: 14px;
}

.collection-project .button {
  justify-self: start;
}

.compact-project {
  min-height: 260px;
}

.compact-project figure {
  min-height: 260px;
}

.compact-project h3 {
  font-size: 28px;
}

.meta {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
}

.meta article {
  border-right: 1px solid var(--line);
  border-top: 1px solid var(--line);
  min-height: 170px;
  padding: 24px;
}

.meta article:last-child {
  border-right: 0;
}

.note {
  background: var(--mist);
  border-left: 4px solid var(--olive);
  padding: 22px 24px;
}

form {
  display: grid;
  gap: 16px;
}

.contact-fields {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(210px, 0.58fr) minmax(180px, 0.42fr);
}

.hidden-field {
  display: none;
}

label {
  color: var(--wine-dark);
  display: grid;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

input,
select,
textarea,
button {
  border: 1px solid #cbbda8;
  border-radius: 0;
  font: inherit;
  min-height: 50px;
  padding: 13px 14px;
}

input,
select,
textarea {
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
}

textarea {
  min-height: 118px;
  resize: vertical;
}

button {
  background: var(--wine);
  color: var(--paper);
  cursor: pointer;
  margin-top: 8px;
}

footer {
  align-items: start;
  background: var(--ink);
  color: var(--paper);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr 2fr;
  padding: 36px 72px;
}

footer strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

footer span,
footer p {
  color: #c9bdad;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 16px 20px;
  }

  .nav-menu {
    display: none;
  }

  .mobile-nav {
    display: block;
    justify-self: end;
  }

  .mobile-nav summary {
    align-items: center;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(222, 213, 200, 0.8);
    cursor: pointer;
    display: grid;
    gap: 5px;
    height: 42px;
    justify-items: center;
    list-style: none;
    padding: 10px;
    width: 46px;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav summary span {
    background: var(--wine-dark);
    display: block;
    height: 1px;
    width: 20px;
  }

  .mobile-nav[open] summary {
    border-color: rgba(101, 24, 39, 0.28);
  }

  .mobile-nav-panel {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(222, 213, 200, 0.82);
    border-top: 1px solid rgba(222, 213, 200, 0.72);
    box-shadow: 0 18px 38px rgba(23, 20, 18, 0.08);
    display: grid;
    gap: 0;
    left: 0;
    padding: 8px 24px 10px;
    position: fixed;
    right: 0;
    top: 75px;
    z-index: 49;
  }

  .mobile-nav-panel a {
    border-bottom: 1px solid rgba(222, 213, 200, 0.72);
    color: #413b35;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 15px 0;
    text-transform: uppercase;
  }

  .mobile-nav-panel a:last-child {
    border-bottom: 0;
  }

  .mobile-nav-panel a:hover,
  .mobile-nav-panel a:focus {
    color: var(--wine);
  }

  .hero,
  .intro-grid,
  .split,
  .brief,
  .newsletter-block,
  .feature,
  .feature.reverse,
  .about-story,
  .about-story.reverse,
  .founder-profile,
  .project-hero,
  .watchlist-intake,
  .collection-directory-head,
  .collection-segment,
  .collection-segment.reverse,
  .collection-project,
  .advisory-introduction,
  .advisory-brief,
  footer {
    grid-template-columns: 1fr;
  }

  .hero,
  .project-hero,
  .project-hero figure {
    min-height: 0;
  }

  .feature-image,
  .about-image,
  .founder-image,
  .project-hero figure,
  .collection-project figure,
  .compact-project figure {
    min-height: 360px;
  }

  .hero {
    min-height: 620px;
  }

  .hero-image {
    min-height: 620px;
  }

  .hero-copy,
  section,
  .feature-copy,
  .about-copy,
  .project-hero > div:first-child,
  .collection-project > div {
    padding: 52px 24px;
  }

  .collection-segment.reverse .collection-segment-copy {
    order: 0;
  }

  .collection-segment {
    padding: 42px 0;
  }

  .grid-3,
  .grid-4,
  .project-grid,
  .status-grid,
    .market-panel-grid,
    .market-fact-row,
    .watchlist-signal-grid,
    .watchlist-mini-grid,
    .city-brand-row,
    .advisory-mandate-grid,
    .advisory-check-grid,
    .advisory-brief-list,
    .about-links,
    .contact-fields,
    .meta,
    dl {
    grid-template-columns: 1fr;
  }

  .about-links article,
  .about-links article + article {
    border-right: 0;
    padding-left: 0;
  }

  .meta article {
    border-right: 0;
  }

  .market-stat,
  .market-stat:nth-child(4n) {
    border-right: 0;
  }

  .watchlist-signal,
  .watchlist-signal:nth-child(3n),
  .watchlist-mini-grid article,
  .advisory-mandate-grid article,
  .advisory-mandate-grid article:nth-child(3n),
  .advisory-check-grid article,
  .advisory-check-grid article:nth-child(3n),
  .advisory-brief-list article,
  .advisory-brief-list article:nth-child(2n) {
    border-right: 0;
  }

  .advisory-mandate-grid article,
  .advisory-check-grid article,
  .advisory-brief-list article {
    min-height: 0;
    padding-right: 0;
  }

  .advisory-logo-panel {
    min-height: 360px;
    padding: 44px 24px;
  }

  .watchlist-signal {
    min-height: 0;
    padding-right: 0;
  }

  .watchlist-signal h3,
  .brand-wordmark,
  .watchlist-signal-head {
    height: auto;
    min-height: 0;
  }

  .watchlist-signal-head {
    grid-template-rows: auto;
  }

  .watchlist-signal.strong .watchlist-signal-foot p {
    min-height: 0;
  }

  .brand-link-grid a,
  .city-brand-row a {
    min-height: 54px;
  }

  .market-fact-row article {
    border-right: 0;
  }

  .feature-image {
    order: -1;
  }

  .newsletter-form div {
    grid-template-columns: 1fr;
  }
}
