@font-face { font-family: "Cinzel"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/Cinzel-400.woff2") format("woff2"), url("../fonts/Cinzel-400.ttf") format("truetype"); }
@font-face { font-family: "Cinzel"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/Cinzel-500.woff2") format("woff2"), url("../fonts/Cinzel-500.ttf") format("truetype"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 300; font-display: swap; src: url("../fonts/Inter-300.woff2") format("woff2"), url("../fonts/Inter-300.ttf") format("truetype"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/Inter-400.woff2") format("woff2"), url("../fonts/Inter-400.ttf") format("truetype"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/Inter-500.woff2") format("woff2"), url("../fonts/Inter-500.ttf") format("truetype"); }

:root {
  --forest: #0F1F18;
  --stone: #C8C2B3;
  --ivory: #F5F2EC;
  --ivory-warm: #F5F2EC;
  --mineral: #B08D4F;
  --brass: #B08D4F;
  --brass-ink: #7A5C28; /* 5.55:1 on ivory; never use --brass on ivory type */
  --charcoal: #1A1A1A;
  --slate: #415158;
  --max: 1200px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--ivory); color: var(--forest); }
html.nav-open, body.nav-open { overflow: hidden; }
body {
  font-family: Inter, "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.skip-link {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--ivory);
  color: var(--forest);
  border: 1px solid var(--brass-ink);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  transform: translateY(-160%);
}
.skip-link:focus,
.skip-link:focus-visible {
  transform: none;
  outline: 2px solid var(--forest);
  outline-offset: 3px;
}

/* Wrap stays centered. Never margin-left:0 on wrap.
   Narrow editorial columns nest .prose inside wrap. */
.wrap { width: min(var(--max), calc(100% - 64px)); margin-left: auto !important; margin-right: auto !important; }
.prose { max-width: 38rem; }
.page-hero.forest .prose .lede,
.page-hero .prose .lede { max-width: none; }
.prose h2 { margin: 48px 0 16px; }
.prose h2:first-child { margin-top: 0; }
.prose .lede + .lede { margin-top: 22px; }
.prose > .eyebrow + .lede { margin-top: 28px; }
.prose-action { margin-top: 48px; }

.hairline { height: 1px; background: var(--brass); opacity: 0.45; border: 0; }

/* Type */
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass-ink);
  font-weight: 500;
}
.hero .eyebrow,
.page-hero.forest .eyebrow,
.cta-band .eyebrow,
.page-404 .eyebrow {
  color: var(--brass);
}
h1, h2, h3 {
  font-family: Cinzel, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.12;
}
h1 { font-size: clamp(44px, 6.8vw, 88px); }
h2 { font-size: clamp(32px, 4.2vw, 56px); }
h3 { font-size: 22px; letter-spacing: 0.06em; }
.lede { font-size: 19px; font-weight: 300; color: var(--slate); max-width: 36em; }
.fine { font-size: 13px; letter-spacing: 0.04em; color: var(--slate); }

/* Header — production artwork only, compact, letters cropped */
.site-header {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 20;
}
.site-header.light { color: var(--ivory); }
.site-header.dark {
  position: relative;
  color: var(--forest);
  background: var(--ivory);
  border-bottom: 1px solid rgba(176,141,79,0.28);
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Craft wordmark is letters only (no tagline). Clip is a height box, not a crop. */
.logo-mark { width: 32px; height: 26px; object-fit: contain; flex-shrink: 0; }
.logo-word-clip {
  display: block;
  width: 168px;
  height: 18px;
  overflow: hidden;
  flex-shrink: 0;
}
.logo-word {
  width: 168px;
  height: auto;
  max-width: none;
}

.site-header.light .logo-mark,
.site-header.light .logo-word,
footer .logo-mark,
footer .logo-word { filter: brightness(0) invert(1); }

@media (max-width: 860px) {
  .logo-word-clip { display: none; }
  .logo-mark { width: 34px; height: 28px; }
}

nav.primary {
  display: flex;
  gap: 28px;
  align-items: center;
}
nav.primary a {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: inherit;
  opacity: 0.78;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  font-weight: 400;
}
nav.primary a:hover,
nav.primary a[aria-current="page"] {
  opacity: 1;
  border-bottom-color: var(--brass);
}

.menu-btn {
  display: none;
  background: none;
  border: 0;
  color: inherit;
  min-width: 44px;
  min-height: 44px;
  padding: 0 10px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.menu-bars {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
  position: relative;
}
.menu-bars::before,
.menu-bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 1px;
  background: currentColor;
}
.menu-bars::before { top: -6px; }
.menu-bars::after { top: 6px; }
.menu-close-text {
  display: none;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 400;
}
.menu-btn.is-open .menu-bars { display: none; }
.menu-btn.is-open .menu-close-text { display: inline; }

/* Buttons — brass foil, one filled */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  min-height: 44px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid var(--brass);
  background: var(--brass);
  color: var(--forest);
  transition: background .2s var(--ease), color .2s var(--ease);
}
.btn:hover { background: transparent; color: var(--brass); }
.btn:disabled { opacity: 0.45; cursor: not-allowed; }
.btn.ghost {
  background: transparent;
  border-color: var(--brass);
  color: var(--ivory);
}
.btn.ghost:hover {
  background: var(--brass);
  color: var(--forest);
}

/* Home hero — photographic field as <picture>, type + CTAs in the lower third */
.hero {
  position: relative;
  height: 78vh;
  min-height: 560px;
  max-height: 860px;
  overflow: hidden;
  background: var(--forest);
  color: var(--ivory);
}
.hero picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hero picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}
.hero-scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(15,31,24,0.92) 0%, rgba(15,31,24,0.70) 8%, rgba(15,31,24,0.28) 18%, rgba(15,31,24,0.08) 38%, rgba(15,31,24,0.22) 58%, rgba(15,31,24,0.72) 82%, rgba(15,31,24,0.92) 100%);
}
.hero .wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding-bottom: 64px;
}
.hero h1 {
  color: var(--ivory);
  max-width: none;
  margin-top: 18px;
  font-size: clamp(26px, 3.8vw, 44px);
  letter-spacing: 0.03em;
  line-height: 1.18;
}
.hero h1 .line {
  display: block;
  white-space: nowrap;
}
.hero .eyebrow { color: var(--brass); }
.hero-support {
  margin-top: 16px;
  max-width: 32em;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--stone);
}
.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

/* Page hero (inner) — type lives in .wrap */
.page-hero {
  padding: 96px 0 88px;
  background: var(--ivory);
}
.page-hero.forest {
  background: var(--forest);
  color: var(--ivory);
  padding: 120px 0 110px;
}
.page-hero.forest .lede { color: var(--stone); }
.page-hero h1 { max-width: 16em; margin: 18px 0 22px; }
.page-hero.forest h1 {
  max-width: none;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.16;
}
/* Approach: two sentences, two lines. Size down rather than wrap / orphan RUNS. */
.page-hero .h1-pair {
  font-size: clamp(18px, 4.2vw, 48px);
  letter-spacing: 0.03em;
  line-height: 1.2;
  white-space: nowrap;
  max-width: none;
}

/* Sections — lots of air */
section { padding: 140px 0; }
.section-head { max-width: 46rem; margin-bottom: 56px; }
.section-head h2 { margin: 12px 0 18px; }
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

/* Domain chips */
.domains {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin: 36px 0 8px;
}
.domains span {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--slate);
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(176,141,79,0.4);
  font-weight: 400;
}

/* Services — three equal offers, four-row definition list */
.engagements {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.eng {
  padding: 28px 0 0;
  border-top: 1px solid rgba(176,141,79,0.45);
}
.eng h2 {
  font-size: clamp(20px, 1.8vw, 24px);
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin: 10px 0 8px;
}
.eng dl {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 12px;
}
.eng dl > div {
  display: grid;
  gap: 6px;
  padding: 14px 0 12px;
  border-top: 1px solid rgba(176,141,79,0.32);
  font-size: 14px;
}
.eng dt {
  color: var(--brass-ink);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}
.eng dd {
  color: var(--forest);
  font-weight: 300;
  margin: 0;
}

/* Insights — compact title list. No min-height. No fake articles. */
.issues {
  display: flex;
  flex-direction: column;
  max-width: 38rem;
}
.issue {
  padding: 18px 0;
  border-top: 1px solid rgba(176,141,79,0.45);
}
.issue:last-child { border-bottom: 1px solid rgba(176,141,79,0.45); }
.issue h3 { font-size: 20px; margin: 0; letter-spacing: 0.06em; }

/* Contact */
form.contact {
  display: grid;
  gap: 22px;
  max-width: 560px;
}
form.contact .btn { justify-self: start; }
.form-note {
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--slate);
  font-weight: 300;
  line-height: 1.5;
}
.form-status[hidden] { display: none; }
.form-status {
  font-size: 15px;
  font-weight: 300;
  color: var(--forest);
}
label { display: grid; gap: 8px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--slate); font-weight: 500; }
input, textarea, select {
  border: 0;
  border-bottom: 1px solid rgba(176,141,79,0.5);
  background: transparent;
  padding: 10px 0 10px 4px;
  min-height: 44px;
  color: var(--forest);
  font-weight: 300;
  border-radius: 0;
  outline: 2px solid transparent;
  outline-offset: 4px;
}
input:focus, textarea:focus, select:focus,
input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 2px solid var(--forest);
  outline-offset: 4px;
  border-bottom-color: var(--forest);
}
textarea { min-height: 120px; resize: vertical; }

/* Focus rings: forest on ivory, ivory/brass on forest */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.btn:focus-visible {
  outline: 2px solid var(--forest);
  outline-offset: 3px;
}
.site-header.light a:focus-visible,
.site-header.light button:focus-visible,
.hero a:focus-visible,
.hero .btn:focus-visible,
.page-hero.forest a:focus-visible,
.cta-band a:focus-visible,
.cta-band .btn:focus-visible,
footer a:focus-visible,
.page-404 a:focus-visible,
.page-404 button:focus-visible {
  outline-color: var(--ivory);
}
.hero .btn.ghost:focus-visible,
.cta-band .btn:focus-visible,
footer a:focus-visible {
  outline-color: var(--brass);
}

/* CTA band — forest field, one brass button */
.cta-band {
  background: var(--forest);
  color: var(--ivory);
  padding: 140px 0;
}
.cta-band .lede { color: var(--stone); }
.cta-band h2 { margin: 14px 0 22px; }
.cta-band .eyebrow + .lede { margin-top: 18px; max-width: 36em; }
.cta-band .btn { margin-top: 36px; }
.cta-band .plain-list { max-width: 40rem; margin-top: 28px; }
.cta-band .plain-list li { color: var(--stone); border-color: rgba(176,141,79,0.25); }

/* Footer */
footer {
  background: var(--forest);
  color: var(--ivory);
  padding: 48px 0 36px;
}
.foot-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  padding-bottom: 28px;
}
footer nav { display: flex; flex-wrap: wrap; gap: 18px 22px; }
footer nav a {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--stone);
  font-weight: 400;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
footer .legal {
  padding-top: 20px;
  border-top: 1px solid rgba(176,141,79,0.25);
  font-size: 11px;
  color: var(--stone);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-weight: 400;
  align-items: baseline;
}
footer .legal a {
  margin-left: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 10px;
  border-bottom: 1px solid rgba(176,141,79,0.4);
  color: var(--stone);
}

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.steps.four { grid-template-columns: repeat(4, 1fr); }
.steps.five { grid-template-columns: repeat(5, 1fr); }
.step { padding-top: 18px; border-top: 1px solid rgba(176,141,79,0.4); }
.step .n {
  font-family: Cinzel, serif;
  color: var(--brass-ink);
  font-size: 13px;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
}
.step h3 { font-size: 18px; margin-bottom: 10px; }
.step p { font-size: 14px; color: var(--slate); font-weight: 300; }

.lede a { color: inherit; border-bottom: 1px solid rgba(176,141,79,.5); }
.lede a:hover { color: var(--brass); }


/* Editorial lists */
.plain-list {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  max-width: 40rem;
}
.plain-list li {
  padding: 14px 0;
  border-top: 1px solid rgba(176,141,79,0.32);
  font-size: 16px;
  font-weight: 300;
  color: var(--forest);
  line-height: 1.55;
}
.plain-list li:last-child {
  border-bottom: 1px solid rgba(176,141,79,0.32);
}

/* Illustrative situations — labeled, not case studies */
.situations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 40px;
}
.situation {
  padding-top: 18px;
  border-top: 1px solid rgba(176,141,79,0.4);
}
.situation h3 { font-size: 18px; margin-bottom: 10px; }
.situation p { font-size: 15px; color: var(--slate); font-weight: 300; }
.disclaimer {
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--slate);
  font-weight: 300;
  margin: 14px 0 36px;
  max-width: 36em;
}

/* Services — category eyebrow stays .eyebrow; duration is secondary */
.eng .duration {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--slate);
  font-weight: 400;
  margin: 0 0 4px;
}
.eng .note {
  margin-top: 18px;
  font-size: 14px;
  color: var(--slate);
  font-weight: 300;
}
.eng dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-hero .lede + .lede { margin-top: 18px; }
.section-head .lede + .lede { margin-top: 18px; }

/* Illustrative artifacts — frames, not client work */
.artifacts { margin-top: 8px; }
.artifacts-head { max-width: 40rem; margin-bottom: 40px; }
.artifact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 32px;
}
.artifact-frame {
  padding-top: 16px;
  border-top: 1px solid rgba(176,141,79,0.45);
}
.artifact-frame .stamp {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brass-ink);
  font-weight: 500;
  margin-bottom: 10px;
}
.artifact-frame h3 { font-size: 18px; margin: 0 0 6px; letter-spacing: 0.06em; }
.artifact-frame .caption { font-size: 14px; color: var(--slate); font-weight: 300; margin-bottom: 16px; }
.artifact-frame img {
  width: 100%;
  height: auto;
  background: var(--ivory);
  border: 1px solid rgba(176,141,79,0.28);
}

/* Mobile */
@media (max-width: 860px) {
  .wrap { width: min(var(--max), calc(100% - 36px)); }
  .nav-row { height: 64px; }
  nav.primary {
    display: none;
    position: absolute;
    top: 64px; left: 0; right: 0;
    background: var(--forest);
    color: var(--ivory);
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 18px 28px;
    gap: 4px;
    z-index: 30;
  }
  .site-header.dark nav.primary { background: var(--ivory); color: var(--forest); }
  nav.primary.open { display: flex; }
  nav.primary a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .menu-btn { display: inline-flex; }
  .issues, .steps, .steps.four, .steps.five, .split, .engagements, .artifact-grid, .situations, .sit-grid, .home-eng { grid-template-columns: 1fr; }
  .hero { height: 78vh; min-height: 560px; max-height: 760px; }
  .hero .wrap { padding-bottom: 40px; }
  .hero h1 { font-size: 24px; max-width: none; }
  .hero-support { font-size: 16px; }
  .foot-row { flex-direction: column; align-items: flex-start; }
  section { padding: 88px 0; }
  .cta-band { padding: 96px 0; }
  .page-hero { padding: 64px 0 56px; }
  .page-hero.forest { padding: 80px 0 72px; }
  .page-hero .h1-pair { font-size: clamp(17px, 4.6vw, 28px); }
}


/* Lists on ivory editorial pages */
.plain-list,
.prose ul,
.choose-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  max-width: 40rem;
}
.plain-list li,
.prose ul li,
.choose-list li {
  padding: 14px 0;
  border-top: 1px solid rgba(176,141,79,0.32);
  font-weight: 300;
  color: var(--forest);
}
.plain-list li:last-child,
.prose ul li:last-child,
.choose-list li:last-child {
  border-bottom: 1px solid rgba(176,141,79,0.32);
}

/* Home illustrative situations — 2×2 desktop, 1-col under 860px */
.sit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 48px;
}
.sit {
  padding-top: 18px;
  border-top: 1px solid rgba(176,141,79,0.4);
}
.sit h3 {
  font-size: 20px;
  margin: 10px 0 12px;
  letter-spacing: 0.05em;
}
.sit p { font-size: 15px; color: var(--slate); font-weight: 300; }
.sit-disclaimer {
  margin: -28px 0 40px;
  font-size: 13px;
  color: var(--slate);
  font-weight: 300;
}

/* Home named engagements */
.home-eng {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 8px;
}
.home-eng article {
  padding-top: 18px;
  border-top: 1px solid rgba(176,141,79,0.4);
}
.home-eng h3 { font-size: 20px; margin-bottom: 10px; }
.home-eng p { font-size: 15px; color: var(--slate); font-weight: 300; }
.stand-alone { margin-top: 36px; max-width: 40rem; }

/* Services category + duration */
.eng-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}
.duration {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass-ink);
  font-weight: 500;
}
.eng dd ul {
  margin: 0;
  padding-left: 1.15em;
}
.eng dd li + li { margin-top: 6px; }
.eng-note {
  margin-top: 18px;
  font-size: 14px;
  color: var(--slate);
  font-weight: 300;
}

/* Ashmere illustrative frames */
.artifact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 40px;
  margin-top: 40px;
}
.artifact-frame { margin: 0; }
.artifact-frame .stamp {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brass-ink);
  font-weight: 500;
  margin-bottom: 12px;
}
.artifact-frame img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(176,141,79,0.35);
}
.artifact-frame figcaption {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 300;
  color: var(--slate);
}
.artifact-frame figcaption strong {
  display: block;
  font-family: Cinzel, "Times New Roman", serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: var(--forest);
  margin-bottom: 6px;
}
.proof-intro { max-width: 40rem; }

@media (max-width: 860px) {
  .home-eng { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

.page-404 main { flex: 1; display: flex; flex-direction: column; }
.page-404 { background: var(--forest); min-height: 100vh; display: flex; flex-direction: column; color: var(--ivory); }
.page-404 .site-header,
.page-404 .site-header.light {
  position: relative;
  color: var(--ivory);
  background: var(--forest);
  border-bottom: 0;
}
.page-404 .logo-mark,
.page-404 .logo-word { filter: brightness(0) invert(1); }
.page-404 .page-hero { background: var(--forest); color: var(--ivory); }
.page-404 .page-hero.forest { flex: 1; display: flex; align-items: flex-end; padding: 120px 0 72px; }
.page-404 .lede { color: var(--stone); }
.page-404 .btn.ghost {
  background: var(--brass);
  color: var(--forest);
  border-color: var(--brass);
}
.quiet-link { display: inline-block; margin-top: 28px; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--stone); border-bottom: 1px solid rgba(176,141,79,0.45); font-weight: 400; min-height: 44px; line-height: 44px; }
.quiet-link:hover { color: var(--ivory); }
