:root {
  --black: #12100d;
  --charcoal: #1a1813;
  --panel: #211e18;
  --green: #454732;
  --green-deep: #2b2c21;
  --gold: #b8843d;
  --gold-bright: #d0a55d;
  --gold-dim: #8c6c3a;
  --cream: #f0ead6;
  --muted: #c3b8a4;
  --paper: #f0ead6;
  --paper-deep: #e2d2b7;
  --sand: #c9b797;
  --ink: #1b1813;
  --ink-muted: #5e5548;
  --line: rgba(184, 132, 61, 0.38);
  --ink-line: rgba(27, 24, 19, 0.46);
}

body {
  background: var(--ink);
  color: var(--paper);
}

body::before {
  display: none;
}

.wrap {
  max-width: 1240px;
  padding-inline: 42px;
}

h1,
h2,
h3 {
  color: inherit;
  font-weight: 400;
}

.eyebrow,
.section-number,
.hero-folio,
.hero-note-label,
.nav-edition,
.photo-caption {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1.5;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--gold);
}

header {
  background: rgba(18, 16, 13, 0.95);
  border-bottom: 1px solid rgba(240, 234, 214, 0.18);
  backdrop-filter: blur(14px);
}

nav {
  max-width: 1240px;
  min-height: 82px;
  padding: 14px 42px;
}

.brandmark {
  gap: 13px;
  font-size: 18px;
  color: var(--paper);
}

.brandmark img {
  width: 36px;
  height: 36px;
}

.navlinks {
  gap: clamp(22px, 3vw, 44px);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--sand);
}

.navlinks a,
.navcta {
  position: relative;
}

.navlinks a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transition: transform 220ms ease;
}

.navlinks a:hover::after,
.navlinks a:focus-visible::after {
  transform: scaleX(1);
}

.nav-end {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-edition {
  color: var(--sand);
}

.navcta {
  padding: 10px 18px;
  border-color: var(--gold);
  color: var(--paper);
}

.navcta:hover,
.navcta:focus-visible {
  background: var(--gold);
  color: var(--ink);
}

section.hero {
  min-height: 860px;
  padding: 130px 0 58px;
  align-items: stretch;
}

.hero-bg {
  overflow: hidden;
  opacity: 1;
  background-image:
    radial-gradient(ellipse at 50% 28%, rgba(83, 78, 58, 0.2) 0%, rgba(18, 16, 13, 0.16) 42%, rgba(9, 8, 6, 0.82) 100%),
    linear-gradient(180deg, #1e1b15 0%, #12100d 58%, #0b0a08 100%);
  background-position: center;
  background-size: auto;
  filter: none;
}

.hero-bg::before,
.hero-bg::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 31%;
  background:
    linear-gradient(104deg, rgba(7, 7, 6, 0.98) 0%, rgba(45, 46, 32, 0.82) 32%, rgba(12, 12, 9, 0.96) 53%, rgba(58, 55, 39, 0.7) 76%, rgba(10, 9, 7, 0.96) 100%);
  content: "";
  opacity: 0.86;
  pointer-events: none;
}

.hero-bg::before {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 68% 100%, 0 100%);
  box-shadow: 28px 0 60px rgba(0, 0, 0, 0.4);
}

.hero-bg::after {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32% 100%);
  box-shadow: -28px 0 60px rgba(0, 0, 0, 0.4);
}

.hero-veil {
  background:
    linear-gradient(90deg, rgba(18, 16, 13, 0.7) 0%, rgba(18, 16, 13, 0.16) 34%, rgba(18, 16, 13, 0.16) 66%, rgba(18, 16, 13, 0.7) 100%),
    linear-gradient(180deg, rgba(18, 16, 13, 0.06), rgba(18, 16, 13, 0.58));
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 230px;
  width: 100%;
  max-width: 1240px;
  min-height: 660px;
  margin: 0 auto;
  padding-inline: 42px;
}

.hero-folio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-right: 1px solid rgba(240, 234, 214, 0.25);
  color: var(--sand);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.hero-content {
  display: flex;
  flex: initial;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  padding: 48px clamp(34px, 6vw, 84px);
  text-align: left;
}

.hero-script {
  width: clamp(190px, 23vw, 330px);
  margin: 0 0 30px;
}

.hero-script img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 7px 18px rgba(0, 0, 0, 0.38));
}

.hero .sub {
  order: -1;
  margin: 0 0 36px;
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.3em;
  color: var(--gold-bright);
}

.hero h1 {
  max-width: 900px;
  font-size: clamp(4.6rem, 8.25vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.78;
}

.hero h1 span,
.hero h1 em {
  display: block;
}

.hero h1 span:nth-child(2) {
  padding-left: 0.38em;
}

.hero h1 em {
  padding: 0.09em 0 0 0.12em;
  color: var(--gold-bright);
  font-weight: 400;
}

.hero p.lede {
  max-width: 560px;
  margin: 42px 0 0;
  color: var(--sand);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.42;
}

.hero-ctas {
  justify-content: flex-start;
  margin-top: 38px;
}

.btn-primary,
.btn-secondary {
  min-width: 210px;
  padding: 14px 24px;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
}

.btn-primary {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--ink);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

.btn-secondary {
  border-color: rgba(240, 234, 214, 0.52);
  color: var(--paper);
}

.hero-note {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px 0 34px 30px;
  border-left: 1px solid rgba(240, 234, 214, 0.25);
}

.hero-note-number {
  display: block;
  margin-bottom: 30px;
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 78px;
  line-height: 0.75;
}

.hero-note-label {
  color: var(--gold-bright);
}

.hero-note p {
  margin-top: 14px;
  color: var(--sand);
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.5;
}

.scroll-cue {
  display: none;
}

.brand-strip {
  display: flex;
  justify-content: center;
  gap: clamp(30px, 5vw, 78px);
  padding: 18px 36px;
  overflow: hidden;
  background: var(--green);
  border-top: 1px solid rgba(240, 234, 214, 0.24);
  border-bottom: 1px solid rgba(240, 234, 214, 0.24);
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(21px, 2.25vw, 31px);
  font-style: italic;
  white-space: nowrap;
}

.brand-strip i {
  color: var(--gold-bright);
  font-size: 8px;
}

section {
  padding: 108px 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(120px, 0.4fr) minmax(0, 1.6fr);
  gap: clamp(40px, 8vw, 110px);
  max-width: none;
  margin: 0 0 72px;
  padding-top: 18px;
  border-top: 3px double currentColor;
  text-align: left;
}

.section-number {
  margin: 0;
  color: var(--gold-dim);
}

.section-head h2 {
  max-width: 820px;
  margin-top: 14px;
  font-size: clamp(2.8rem, 5.4vw, 5.3rem);
  letter-spacing: -0.05em;
  line-height: 0.92;
}

.hook {
  padding: 108px 0 116px;
  background-color: var(--paper);
  background-image: radial-gradient(circle at 20% 10%, rgba(255, 250, 235, 0.72), transparent 28%);
  border-top: 0;
  border-bottom: 1px solid var(--ink-line);
  color: var(--ink);
}

.hook-inner {
  display: block;
  max-width: 1120px;
  padding-inline: 42px;
}

.hook .hook-index {
  margin: 0 0 24px;
  color: #80541d;
  font-family: var(--sans);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1.5;
  text-transform: uppercase;
}

.hook-copy {
  min-width: 0;
  padding-top: 16px;
  border-top: 3px double var(--ink);
}

.hook .eyebrow {
  margin-bottom: 26px;
  color: #80541d;
}

.hook-copy > p {
  display: block;
  grid-column: auto;
  color: var(--ink);
  font-size: clamp(1.8rem, 3.55vw, 3.35rem);
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.hook-copy > p + p {
  max-width: 680px;
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid var(--ink-line);
  font-size: clamp(1.25rem, 2.25vw, 1.8rem);
}

.hook .accent {
  color: #76632f;
}

.forwho {
  background-color: var(--paper-deep);
  background-image: linear-gradient(105deg, rgba(240, 234, 214, 0.5), transparent 38%);
  border-top: 0;
  border-bottom: 8px solid var(--green);
  color: var(--ink);
}

.forwho .section-head {
  grid-template-columns: 1fr;
  gap: 18px;
  color: var(--ink);
}

.forwho .eyebrow,
.forwho .section-number {
  color: #80541d;
}

.forwho-grid {
  border-top: 1px solid var(--ink-line);
}

.fw-block {
  display: grid;
  grid-template-columns: minmax(150px, 0.45fr) minmax(0, 1.55fr);
  gap: clamp(32px, 6vw, 86px);
  padding: 54px 0;
  border-top: 0;
  border-bottom: 1px solid var(--ink-line);
}

.fw-block:last-child {
  border-bottom: 0;
}

.fw-block:first-child {
  padding-top: 54px;
}

.fw-block h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.fw-block p {
  max-width: 780px;
  color: var(--ink-muted);
  font-size: 16px;
}

.fw-intro {
  display: block;
}

.fw-intro p {
  grid-column: auto;
  max-width: 980px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.55vw, 2rem);
  line-height: 1.35;
}

.fw-copy p + p {
  margin-top: 18px;
}

.fw-block .legacy-line {
  margin: 22px 0;
  color: #76632f;
  font-size: 1.55rem;
}

.isis {
  grid-column: 2;
  gap: 0;
  margin-top: 0;
  border-top: 1px solid var(--ink-line);
  border-bottom: 1px solid var(--ink-line);
}

.isis-card {
  padding: 32px 28px 32px 0;
  background: transparent;
  border: 0;
}

.isis-card + .isis-card {
  padding-right: 0;
  padding-left: 28px;
  border-left: 1px solid var(--ink-line);
}

.isis-card .tag {
  color: #80541d;
}

.isis-card p {
  color: var(--ink);
}

.pricing {
  background:
    radial-gradient(ellipse at 82% 8%, rgba(69, 71, 50, 0.12), transparent 38%),
    linear-gradient(180deg, #1b1813 0%, #12100d 100%);
  color: var(--paper);
  padding-bottom: 38px;
}

.pricing .section-head {
  color: var(--paper);
}

.pricing .section-head h2 span {
  display: block;
}

.tiers {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  border-top: 1px solid rgba(240, 234, 214, 0.32);
}

.tier {
  display: grid;
  grid-template-columns: 92px minmax(230px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 72px);
  padding: 54px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(240, 234, 214, 0.32);
}

.tier.featured {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 62px max(42px, calc((100vw - 1240px) / 2 + 42px));
  background: var(--green);
  border: 0;
  border-bottom: 1px solid rgba(240, 234, 214, 0.32);
  transform: none;
}

.tier-index {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: clamp(3.2rem, 5vw, 5.4rem);
  line-height: 0.8;
}

.tier-heading {
  display: flex;
  flex-direction: column;
}

.tier .tier-name {
  margin-bottom: 12px;
  color: var(--gold-bright);
  font-size: 10px;
}

.tier h3 {
  margin-bottom: 5px;
  font-size: clamp(2.7rem, 4.8vw, 4.7rem);
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.tier .per {
  margin: 12px 0 28px;
  color: var(--sand);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.tier .tier-desc {
  margin: 0 0 28px;
  color: var(--sand);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.48;
}

.tier .badge {
  position: static;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 5px 10px;
  transform: none;
  background: var(--paper);
  color: var(--ink);
  font-size: 9px;
}

.tier-section-label {
  margin: 0 0 12px;
  color: var(--gold-bright);
  font-size: 9px;
}

.tier-details > ul + .tier-section-label {
  margin-top: 28px;
}

.tier ul {
  gap: 10px;
}

.tier li {
  padding-left: 20px;
  color: var(--paper);
  font-size: 14px;
}

.tier li::before {
  top: 9px;
  width: 4px;
  height: 4px;
  background: var(--gold-bright);
}

.tier .tier-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 14px 0;
  border: 0;
  border-top: 1px solid rgba(240, 234, 214, 0.48);
  border-bottom: 1px solid rgba(240, 234, 214, 0.48);
  color: var(--paper);
  text-align: left;
}

.tier .tier-cta:hover,
.tier .tier-cta:focus-visible,
.tier.featured .tier-cta:hover,
.tier.featured .tier-cta:focus-visible {
  padding-inline: 12px;
  background: var(--paper);
  border-color: var(--paper);
  color: var(--ink);
}

.tier.featured .tier-cta {
  background: transparent;
  color: var(--paper);
}

.pricing-note {
  margin-top: 22px;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.35;
  text-align: center;
}

.about {
  padding: 0;
  background: var(--paper);
  color: var(--ink);
}

.about::before {
  display: none;
}

.about .wrap {
  max-width: none;
  padding-inline: 0;
}

.about-grid {
  grid-template-columns: minmax(0, 1fr) clamp(380px, 34vw, 520px);
  gap: 0;
  height: 650px;
  align-items: stretch;
}

.about-photo {
  order: 2;
  height: 650px;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--paper-deep);
  border-left: 1px solid var(--ink-line);
}

.about-photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 18%;
  border: 0;
  filter: sepia(0.08) saturate(0.9) contrast(1.02);
}

.about-photo .frame {
  display: none;
}

.photo-caption {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  color: var(--paper);
  text-shadow: 0 1px 12px var(--ink);
}

.about-copy {
  display: grid;
  grid-template-columns: minmax(250px, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  order: 1;
  height: 650px;
  padding: 34px clamp(32px, 4vw, 58px) 34px max(42px, calc((100vw - 1240px) / 2 + 42px));
}

.about-heading,
.about-body {
  min-width: 0;
}

.about-copy .section-number {
  margin-bottom: 26px;
  color: #80541d;
}

.about-copy .eyebrow {
  color: #80541d;
}

.about-copy h2 {
  max-width: 440px;
  margin: 8px 0 0;
  color: var(--ink);
  font-size: clamp(3rem, 4vw, 4.2rem);
  letter-spacing: -0.065em;
  line-height: 0.84;
}

.about-copy p {
  max-width: 640px;
  color: var(--ink-muted);
  font-size: 17px;
  line-height: 1.55;
}

.about-copy .accent-line {
  max-width: 600px;
  margin: 18px 0;
  padding: 18px 0;
  border-top: 1px solid var(--ink-line);
  border-bottom: 1px solid var(--ink-line);
  color: #76632f;
  font-size: clamp(1.75rem, 2.2vw, 2.15rem);
  line-height: 1.2;
}

.about-copy .signature {
  margin-top: 24px;
  color: var(--ink);
  font-size: 2.1rem;
}

.about-copy .role {
  color: #80541d;
  font-size: 10px;
}

.contact {
  background: var(--paper-deep);
  color: var(--ink);
  text-align: left;
}

.contact .wrap {
  max-width: 1240px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(54px, 9vw, 128px);
}

.contact-intro {
  display: flex;
  flex-direction: column;
}

.contact-intro .section-number {
  margin-bottom: 66px;
  color: #80541d;
}

.contact .eyebrow {
  color: #80541d;
}

.contact h2 {
  max-width: 580px;
  margin: 14px 0 26px;
  color: var(--ink);
  font-size: clamp(3.2rem, 6vw, 6rem);
  letter-spacing: -0.06em;
  line-height: 0.86;
}

.contact p.lede {
  max-width: 440px;
  margin-bottom: 44px;
  color: var(--ink-muted);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.48;
}

.contact-form {
  gap: 14px;
  margin: 0;
  padding-top: 20px;
  border-top: 3px double var(--ink);
}

.contact-form label {
  margin-bottom: -6px;
  color: #80541d;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 13px 4px;
  border-bottom-color: var(--ink-line);
  color: var(--ink);
  font-size: 16px;
}

.contact-form select {
  color: var(--ink);
}

.contact-form select option {
  background: var(--paper);
  color: var(--ink);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-bottom-color: #80541d;
}

.contact-form button {
  align-self: flex-start;
  min-width: 210px;
  margin-top: 22px;
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
  font-size: 10px;
}

.contact-form button:hover,
.contact-form button:focus-visible {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

.contact-hours {
  display: grid;
  gap: 18px;
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid var(--ink-line);
  color: var(--ink-muted);
}

.contact-hours div {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(27, 24, 19, 0.2);
}

.contact-hours .h-label {
  color: #80541d;
  font-size: 9px;
}

.contact-hours a {
  color: #6f4e1f !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.form-status.ok {
  color: #4e612d;
}

.form-status.err {
  color: #8b342a;
}

footer {
  padding: 28px 0;
  background: var(--ink);
  border-top: 1px solid rgba(240, 234, 214, 0.22);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

.footer-inner .brandmark {
  font-size: 14px;
}

.footer-inner .fine {
  color: var(--sand);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-folio {
  justify-self: end;
  color: var(--gold-bright);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 20px, 0) scale(0.96);
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform, opacity;
  transition-property: opacity, transform;
  transition-duration: 800ms, 900ms;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.motion-emphasis {
  transform: translate3d(0, 22px, 0) scale(0.945);
}

.reveal.in {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.reveal.in.is-settled {
  transition-delay: 0ms;
  transition-duration: 450ms;
  will-change: auto;
}

@media (hover: hover) and (pointer: fine) {
  .reveal.in.is-settled.motion-hover:hover {
    transform: translate3d(0, -2px, 0) scale(1.02);
  }
}

@media (max-width: 980px) {
  .nav-edition {
    display: none;
  }

  .hero-layout {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .hero-note {
    display: none;
  }

  .hero-content {
    padding-right: 20px;
  }

  .hero h1 {
    font-size: clamp(4.5rem, 10.8vw, 7rem);
  }

  .tier {
    grid-template-columns: 72px minmax(210px, 0.72fr) minmax(0, 1.28fr);
    gap: 30px;
  }

  .about-grid {
    grid-template-columns: minmax(0, 1fr) 360px;
    height: 650px;
  }

  .about-photo,
  .about-photo img {
    height: 650px;
    min-height: 0;
  }

  .about-copy {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 24px;
    height: 650px;
    padding: 28px;
  }
}

@media (max-width: 820px) {
  .wrap,
  nav,
  .hero-layout,
  .hook-inner {
    padding-inline: 24px;
  }

  .navlinks {
    display: none;
  }

  .navcta {
    display: inline-block;
  }

  section.hero {
    min-height: auto;
    padding-top: 110px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    min-height: 650px;
  }

  .hero-folio {
    flex-direction: row;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(240, 234, 214, 0.25);
    writing-mode: initial;
    transform: none;
  }

  .hero-content {
    padding: 46px 0 66px;
  }

  .hero-script {
    margin-bottom: 28px;
  }

  .hero h1 {
    font-size: clamp(4rem, 14vw, 6.5rem);
  }

  .hero p.lede {
    font-size: 17px;
  }

  .section-head,
  .hook-inner,
  .fw-block {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hook-copy {
    grid-column: 1;
    grid-row: 2;
    margin-top: 6px;
  }

  .hook .hook-index {
    grid-column: 1;
    grid-row: 1;
  }

  .fw-intro p,
  .isis {
    grid-column: 1;
  }

  .tier,
  .tier.featured {
    grid-template-columns: 60px minmax(0, 1fr);
    margin-inline: 0;
    padding: 46px 0;
  }

  .tier.featured {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 46px 24px;
  }

  .tier-details {
    grid-column: 2;
  }

  .about .wrap {
    padding-inline: 0;
  }

  .about-grid {
    grid-template-columns: 1fr;
    height: auto;
  }

  .about-photo {
    order: 1;
    height: 420px;
    min-height: 0;
    margin: 0;
    border-left: 0;
    border-bottom: 8px solid var(--green);
  }

  .about-photo img {
    height: 100%;
    min-height: 0;
  }

  .about-copy {
    display: block;
    order: 2;
    height: auto;
    padding: 64px 24px;
  }

  .about-body {
    margin-top: 32px;
  }

  .about-copy .section-number,
  .contact-intro .section-number {
    margin-bottom: 42px;
  }

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

  .contact-hours {
    margin-top: 0;
  }

  .contact-form {
    margin-top: 10px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-folio {
    justify-self: center;
  }
}

@media (max-width: 600px) {
  nav {
    min-height: 70px;
    padding-block: 12px;
  }

  .brandmark span {
    display: none;
  }

  .brandmark img {
    width: 38px;
    height: 38px;
  }

  .navcta {
    padding: 9px 14px;
    font-size: 9px;
  }

  section.hero {
    min-height: auto;
    padding: 88px 0 0;
  }

  .hero-layout {
    min-height: 630px;
  }

  .hero-content {
    padding: 36px 0 58px;
  }

  .hero-script {
    width: min(270px, 72vw);
  }

  .hero .sub {
    margin-bottom: 26px;
    font-size: 9px;
    letter-spacing: 0.22em;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 19vw, 5.4rem);
    line-height: 0.8;
  }

  .hero h1 span:nth-child(2) {
    padding-left: 0.2em;
  }

  .hero p.lede {
    margin-top: 34px;
    font-size: 16px;
  }

  .hero-ctas {
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }

  .hero-ctas a {
    width: 100%;
  }

  .brand-strip {
    justify-content: flex-start;
    gap: 24px;
    padding-block: 13px;
  }

  section,
  .hook {
    padding: 76px 0;
  }

  .section-head {
    margin-bottom: 46px;
  }

  .section-head h2 {
    font-size: clamp(2.75rem, 14vw, 4rem);
  }

  .hook-copy > p {
    font-size: clamp(2rem, 10.5vw, 2.8rem);
  }

  .hook-copy > p + p {
    font-size: 1.35rem;
  }

  .fw-block,
  .fw-block:first-child {
    padding: 38px 0;
  }

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

  .isis-card,
  .isis-card + .isis-card {
    padding: 26px 0;
    border-left: 0;
  }

  .isis-card + .isis-card {
    border-top: 1px solid var(--ink-line);
  }

  .tier,
  .tier.featured {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .tier-index {
    font-size: 3.4rem;
  }

  .tier-details {
    grid-column: 1;
  }

  .pricing-note {
    text-align: left;
  }

  .about-photo,
  .about-photo img {
    height: 380px;
    min-height: 0;
  }

  .about-copy h2,
  .contact h2 {
    font-size: clamp(3.3rem, 17vw, 4.9rem);
  }

  .contact-grid {
    gap: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.motion-emphasis,
  .reveal.in,
  .reveal.in.is-settled,
  .reveal.in.is-settled.motion-hover:hover {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  .navlinks a::after {
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   The Modern Archivist — olive-led editorial refinement
   -------------------------------------------------------------------------- */

:root {
  --black: #211c18;
  --charcoal: #272a20;
  --panel: #303323;
  --green: #5f6348;
  --green-deep: #3f4331;
  --gold: #9a7a48;
  --gold-bright: #c6a665;
  --gold-dim: #806338;
  --cream: #f3eee4;
  --muted: #c9bead;
  --paper: #e9e1d2;
  --paper-deep: #ddd1bd;
  --sand: #d5c9b7;
  --ink: #211c18;
  --ink-muted: #5d5549;
  --line: rgba(154, 122, 72, 0.48);
  --ink-line: rgba(33, 28, 24, 0.38);
}

body {
  background: var(--black);
}

header {
  background: rgba(33, 28, 24, 0.94);
  border-bottom-color: rgba(233, 225, 210, 0.2);
}

.navcta {
  border-color: var(--gold-bright);
}

section.hero {
  min-height: 900px;
  padding-top: 116px;
}

.hero-bg {
  background-color: var(--black);
  background-image:
    linear-gradient(90deg, rgba(33, 28, 24, 0.05) 0%, rgba(33, 28, 24, 0.84) 31%, rgba(33, 28, 24, 0.92) 50%, rgba(33, 28, 24, 0.84) 69%, rgba(33, 28, 24, 0.05) 100%),
    linear-gradient(180deg, rgba(39, 42, 32, 0.05), rgba(33, 28, 24, 0.7)),
    url('banner.jpg');
  background-position: center;
  background-size: cover;
}

.hero-bg::before,
.hero-bg::after {
  display: none;
}

.hero-veil {
  background:
    radial-gradient(ellipse at 50% 44%, rgba(33, 28, 24, 0.96) 0%, rgba(33, 28, 24, 0.9) 34%, rgba(33, 28, 24, 0.42) 66%, rgba(33, 28, 24, 0.18) 100%),
    linear-gradient(180deg, rgba(33, 28, 24, 0.08), rgba(33, 28, 24, 0.64));
}

.hero-layout {
  grid-template-columns: 76px minmax(0, 1fr) 250px;
  min-height: 700px;
}

.hero-content {
  position: relative;
  padding-inline: clamp(34px, 6vw, 88px);
}

.hero-content::before {
  position: absolute;
  inset: 22px 18px;
  z-index: -1;
  border: 1px solid rgba(233, 225, 210, 0.18);
  background: rgba(33, 28, 24, 0.18);
  content: '';
}

.hero-script {
  width: clamp(170px, 20vw, 285px);
  margin-bottom: 20px;
}

.hero .sub {
  margin-bottom: 28px;
  color: var(--gold-bright);
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(5.1rem, 9vw, 9rem);
  letter-spacing: -0.072em;
  line-height: 0.73;
}

.hero h1 span:nth-child(2) {
  padding-left: 0.34em;
}

.hero h1 em {
  padding-top: 0.12em;
  padding-left: 0.08em;
  color: var(--paper);
  font-size: 0.67em;
}

.hero p.lede {
  max-width: 600px;
  color: var(--paper);
  font-size: 18px;
}

.hero-note {
  background: linear-gradient(180deg, transparent, rgba(33, 28, 24, 0.38));
}

.brand-strip {
  display: block;
  padding: 0;
  background: var(--gold);
  border-color: rgba(33, 28, 24, 0.38);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.brand-strip-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 32px;
  padding: 15px 0;
  animation: archiveTicker 34s linear infinite;
}

.brand-strip-track i {
  color: var(--ink);
  font-size: 7px;
}

@keyframes archiveTicker {
  to { transform: translateX(-50%); }
}

.hook {
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(33, 28, 24, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 28, 24, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 18% 8%, rgba(255, 250, 235, 0.72), transparent 30%);
  background-size: 52px 52px, 52px 52px, auto;
}

.hook-copy > p {
  max-width: 1050px;
}

.philosophy {
  padding: 132px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(198, 166, 101, 0.12), transparent 34%),
    var(--green-deep);
  color: var(--paper);
  border-top: 1px solid rgba(233, 225, 210, 0.2);
  border-bottom: 1px solid rgba(233, 225, 210, 0.2);
}

.philosophy-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(44px, 8vw, 120px);
  align-items: start;
}

.philosophy-meta {
  padding-top: 18px;
  border-top: 3px double rgba(233, 225, 210, 0.65);
}

.philosophy-meta .section-number {
  margin-bottom: 70px;
  color: var(--gold-bright);
}

.philosophy-copy h2 {
  max-width: 920px;
  color: var(--paper);
  font-size: clamp(4.2rem, 8vw, 8.3rem);
  letter-spacing: -0.065em;
  line-height: 0.8;
}

.philosophy-copy p {
  max-width: 670px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(233, 225, 210, 0.32);
  color: var(--sand);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.42;
}

.about-grid {
  grid-template-columns: clamp(360px, 39vw, 600px) minmax(0, 1fr);
  height: 760px;
}

.about-photo {
  order: 1;
  height: 760px;
  border-right: 1px solid var(--ink-line);
  border-left: 0;
}

.about-photo img {
  height: 760px;
  object-position: center 16%;
}

.about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 2;
  height: 760px;
  padding: 64px max(42px, calc((100vw - 1240px) / 2 + 42px)) 64px clamp(42px, 6vw, 92px);
}

.about-copy h2 {
  max-width: 560px;
  font-size: clamp(3.5rem, 5.8vw, 6.2rem);
}

.about-body {
  max-width: 680px;
  margin-top: 42px;
}

.principles {
  background: var(--paper-deep);
  color: var(--ink);
  border-top: 8px solid var(--green);
  border-bottom: 1px solid var(--ink-line);
}

.principles .section-head {
  color: var(--ink);
}

.principles .section-number,
.principles .eyebrow {
  color: var(--gold-dim);
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
  padding-top: 20px;
}

.principle {
  min-height: 390px;
  padding: 34px 30px;
  background: var(--paper);
  border: 1px solid var(--ink-line);
  box-shadow: 0 18px 35px rgba(33, 28, 24, 0.08);
}

.principle:nth-child(2) {
  margin-top: -20px;
}

.principle-index {
  display: block;
  margin-bottom: 72px;
  color: var(--gold-dim);
  font-family: var(--serif);
  font-size: 2rem;
}

.principle h3 {
  color: var(--ink);
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.principle p {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--ink-line);
  color: var(--ink-muted);
  font-size: 16px;
}

.pricing {
  background:
    radial-gradient(ellipse at 80% 5%, rgba(95, 99, 72, 0.2), transparent 42%),
    var(--black);
}

.tier.featured {
  background: var(--green-deep);
}

.statement {
  display: grid;
  min-height: 680px;
  place-items: center;
  padding: 110px 32px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(33, 28, 24, 0.98), rgba(39, 42, 32, 0.84) 50%, rgba(33, 28, 24, 0.98)),
    url('banner.jpg') center / cover;
  color: var(--paper);
  text-align: center;
}

.statement-inner {
  width: min(1050px, 100%);
  padding: 72px 24px;
  border-top: 1px solid rgba(233, 225, 210, 0.42);
  border-bottom: 1px solid rgba(233, 225, 210, 0.42);
}

.statement .eyebrow {
  margin-bottom: 44px;
  color: var(--gold-bright);
}

.statement p {
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(5rem, 12vw, 12rem);
  letter-spacing: -0.075em;
  line-height: 0.68;
  text-transform: uppercase;
}

.statement p em {
  color: var(--gold-bright);
  font-size: 0.68em;
  font-weight: 400;
  text-transform: none;
}

.contact {
  background: var(--paper);
}

.contact h2 {
  max-width: 650px;
  font-size: clamp(3.4rem, 6.7vw, 7rem);
}

@media (max-width: 980px) {
  .hero-layout {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .about-grid {
    grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
  }

  .about-copy {
    padding: 54px 34px;
  }
}

@media (max-width: 820px) {
  section.hero {
    min-height: auto;
  }

  .hero-content::before {
    inset: 18px -10px;
  }

  .philosophy-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .philosophy-meta .section-number {
    margin-bottom: 24px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    height: auto;
  }

  .about-photo,
  .about-photo img {
    height: 520px;
  }

  .about-copy {
    height: auto;
    padding: 72px 24px;
  }

  .principles-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .principle,
  .principle:nth-child(2) {
    min-height: auto;
    margin-top: 0;
  }

  .principle-index {
    margin-bottom: 42px;
  }

  .statement {
    min-height: 560px;
  }
}

@media (max-width: 600px) {
  .hero-bg {
    background-position: center;
  }

  .hero-content::before {
    display: none;
  }

  .hero h1 {
    font-size: clamp(4rem, 19vw, 5.6rem);
  }

  .brand-strip-track {
    gap: 24px;
    padding-block: 13px;
  }

  .philosophy {
    padding: 86px 0;
  }

  .philosophy-copy h2 {
    font-size: clamp(3.6rem, 17vw, 5rem);
  }

  .about-photo,
  .about-photo img {
    height: 430px;
  }

  .statement {
    min-height: 480px;
    padding-inline: 24px;
  }

  .statement-inner {
    padding-block: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-strip-track {
    animation: none;
  }
}

/* --------------------------------------------------------------------------
   Editorial revision 02 — full-width issue layout
   -------------------------------------------------------------------------- */

body {
  font-size: 16px;
}

.wrap,
nav,
.hero-layout {
  width: 100%;
  max-width: none;
  padding-inline: clamp(24px, 4.8vw, 92px);
}

nav {
  min-height: 86px;
}

.navlinks {
  gap: clamp(18px, 2.6vw, 48px);
  font-size: 13px;
}

.nav-edition,
.navcta {
  font-size: 12px;
}

.section-number {
  color: var(--gold-dim);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.22em;
}

.eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
}

.section-head {
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1.62fr);
  gap: clamp(36px, 7vw, 130px);
  padding-top: 24px;
  border-top-width: 4px;
}

.section-head h2 {
  font-size: clamp(3.8rem, 6.4vw, 7.2rem);
  line-height: 0.84;
}

section.hero {
  min-height: 920px;
}

.hero-bg {
  background-image:
    linear-gradient(90deg, rgba(33, 28, 24, 0.08) 0%, rgba(33, 28, 24, 0.72) 30%, rgba(33, 28, 24, 0.9) 50%, rgba(33, 28, 24, 0.72) 70%, rgba(33, 28, 24, 0.08) 100%),
    linear-gradient(180deg, rgba(39, 42, 32, 0.02), rgba(33, 28, 24, 0.54)),
    url('banner-no-words.jpg');
  background-position: center;
  background-size: cover;
}

.hero-veil {
  background:
    radial-gradient(ellipse at 50% 45%, rgba(33, 28, 24, 0.9) 0%, rgba(33, 28, 24, 0.78) 35%, rgba(33, 28, 24, 0.14) 74%, rgba(33, 28, 24, 0.08) 100%),
    linear-gradient(180deg, rgba(33, 28, 24, 0.04), rgba(33, 28, 24, 0.48));
}

.hero-layout {
  grid-template-columns: 82px minmax(0, 1fr) minmax(230px, 18vw);
  min-height: 730px;
}

.hero-content {
  padding-inline: clamp(40px, 7vw, 150px);
}

.hero h1 {
  max-width: 980px;
  font-size: clamp(5rem, 9.2vw, 10.6rem);
}

.hero h1 em {
  font-size: 0.56em;
  line-height: 0.9;
}

.hero p.lede {
  max-width: 660px;
  font-size: 20px;
}

.btn-primary,
.btn-secondary {
  min-width: 220px;
  font-size: 13px;
}

.hook {
  padding: 112px 0;
  background-color: #a1997e;
  background-image:
    linear-gradient(#70633b 1px, transparent 1px),
    linear-gradient(90deg, #70633b 1px, transparent 1px);
  background-size: 58px 58px;
  border-top: 5px solid #70633b;
  border-bottom: 3px solid #70633b;
  color: var(--ink);
}

.hook-header {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1.62fr);
  gap: clamp(36px, 7vw, 130px);
  align-items: center;
  margin-bottom: 40px;
  padding: 22px 0;
  border-top: 4px double #4f472f;
  border-bottom: 2px solid #4f472f;
}

.hook .section-number,
.hook .eyebrow {
  color: #332e21;
}

.hook-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  overflow: hidden;
  background: rgba(243, 238, 228, 0.94);
  border: 3px solid #4f472f;
  border-radius: 6px;
}

.hook-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 610px;
  padding: clamp(44px, 6vw, 96px);
  border-top: 0;
}

.hook-copy h2 {
  max-width: 880px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(4.2rem, 7.8vw, 9rem);
  font-weight: 400;
  letter-spacing: -0.067em;
  line-height: 0.78;
}

.hook-copy > p {
  max-width: 680px;
  margin-top: 42px;
  color: #3f392e;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.35;
}

.editorial-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
  padding: 18px 0;
  border-top: 3px double var(--ink);
  border-bottom: 2px solid var(--ink);
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hook-visual {
  display: grid;
  grid-template-rows: minmax(300px, 0.95fr) auto;
  min-width: 0;
  background: var(--green-deep);
  border-left: 3px solid #4f472f;
}

.hook-visual img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}

.hook-visual figcaption {
  padding: 38px;
  border-top: 3px solid var(--gold);
  color: var(--paper);
}

.hook-visual figcaption .eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--gold-bright);
}

.hook-visual figcaption strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.forwho {
  padding-block: 112px;
  background: var(--paper);
  border-top: 3px solid #70633b;
  border-bottom: 7px solid var(--green);
}

.forwho .section-head {
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1.62fr);
  gap: clamp(36px, 7vw, 130px);
  color: var(--ink);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 3px solid #4f472f;
  border-radius: 6px;
}

.audience-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(34px, 4vw, 68px);
  background: #eee7da;
  border-right: 2px solid #4f472f;
  border-bottom: 2px solid #4f472f;
  color: var(--ink);
}

.audience-card:nth-child(2n) {
  border-right: 0;
}

.audience-card:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.audience-card-accent {
  background: var(--green-deep);
  color: var(--paper);
}

.audience-meta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 18px;
  border-bottom: 2px solid currentColor;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.audience-card h3 {
  max-width: 710px;
  margin-top: 56px;
  color: inherit;
  font-size: clamp(2.7rem, 4.7vw, 5.2rem);
  letter-spacing: -0.055em;
  line-height: 0.86;
}

.audience-card p {
  max-width: 660px;
  margin-top: 36px;
  color: inherit;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.38;
}

.philosophy {
  border-top-width: 4px;
  border-bottom-width: 4px;
}

.philosophy-meta {
  border-top-width: 4px;
}

.about-grid {
  grid-template-columns: minmax(390px, 40vw) minmax(0, 1fr);
  height: auto;
  min-height: 820px;
}

.about-photo,
.about-photo img {
  height: auto;
  min-height: 820px;
}

.about-copy {
  height: auto;
  min-height: 820px;
  padding: clamp(76px, 8vw, 138px) clamp(44px, 7vw, 120px);
}

.about-copy .section-number {
  margin-bottom: 18px;
  font-size: 15px;
}

.about-copy .eyebrow {
  font-size: 13px;
}

.about-copy h2 {
  max-width: 800px;
  margin-top: 14px;
  font-size: clamp(4.5rem, 7.2vw, 8.5rem);
  line-height: 0.78;
}

.about-body {
  max-width: 760px;
  margin-top: 26px;
}

.about-copy p {
  color: #4c453a;
  font-size: 18px;
  line-height: 1.58;
}

.about-copy .accent-line {
  margin-block: 18px;
  font-size: clamp(1.75rem, 2.4vw, 2.45rem);
}

.about-copy .role {
  font-size: 13px;
}

.story {
  padding: 0;
  background: var(--black);
  border-top: 5px solid var(--gold);
  border-bottom: 5px solid var(--gold);
  color: var(--paper);
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(390px, 42vw) minmax(0, 1fr);
  width: 100%;
}

.story-photo {
  position: relative;
  min-height: 1250px;
  overflow: hidden;
  border-right: 3px solid var(--gold);
}

.story-photo img {
  width: 100%;
  height: 100%;
  min-height: 1250px;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.06) sepia(0.08);
}

.story-photo figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  padding: 10px 14px;
  background: rgba(33, 28, 24, 0.84);
  color: var(--paper);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.story-copy {
  padding: clamp(72px, 7vw, 128px) clamp(42px, 6.5vw, 112px);
}

.story-heading {
  padding-bottom: 40px;
  border-bottom: 4px double rgba(233, 225, 210, 0.62);
}

.story-heading .section-number {
  margin-bottom: 26px;
  color: var(--gold-bright);
}

.story-heading h2 {
  max-width: 900px;
  margin-top: 18px;
  color: var(--paper);
  font-size: clamp(4.2rem, 7vw, 8rem);
  letter-spacing: -0.065em;
  line-height: 0.8;
}

.story-body {
  max-width: 850px;
  padding-top: 42px;
}

.story-body p {
  color: var(--sand);
  font-size: 18px;
  line-height: 1.65;
}

.story-body p + p {
  margin-top: 22px;
}

.story-body .story-lede {
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.7vw, 2.7rem);
  line-height: 1.25;
}

.story-body strong {
  color: var(--paper);
  font-weight: 500;
}

.story-body .story-closing {
  margin-top: 38px;
  padding-top: 28px;
  border-top: 2px solid var(--gold);
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  font-style: italic;
  line-height: 1;
}

.reading-room {
  padding: 112px 0;
  background: var(--green-deep);
  color: var(--paper);
  border-bottom: 5px solid var(--gold);
}

.reading-room .section-head {
  color: var(--paper);
}

.reading-room .section-number,
.reading-room .eyebrow {
  color: var(--gold-bright);
}

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

.media-card {
  overflow: hidden;
  background: var(--paper);
  border: 3px solid var(--gold);
  border-radius: 6px;
  color: var(--ink);
}

.media-card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 28px;
  border-bottom: 3px solid var(--ink);
}

.media-card-heading > div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.media-index {
  font-family: var(--serif);
  font-size: 2rem;
}

.media-card .eyebrow {
  color: var(--gold-dim);
}

.media-card-heading a {
  padding-bottom: 4px;
  border-bottom: 2px solid currentColor;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.media-card iframe {
  display: block;
  width: 100%;
  height: 620px;
  border: 0;
  background: #d8cfbf;
}

.principles {
  background: #a1997e;
  border-top: 5px solid #70633b;
  border-bottom: 5px solid #70633b;
}

.principles .section-head {
  border-top-color: #4f472f;
}

.principles .section-number,
.principles .eyebrow {
  color: #3b3424;
}

.principle {
  min-height: 420px;
  background: var(--paper);
  border: 3px solid #70633b;
  border-radius: 6px;
  box-shadow: none;
}

.principle:nth-child(2) {
  background: var(--green-deep);
  color: var(--paper);
}

.principle:nth-child(2) h3,
.principle:nth-child(2) p {
  color: var(--paper);
}

.principle:nth-child(2) .principle-index {
  color: var(--gold-bright);
}

.principle h3 {
  font-size: clamp(2.5rem, 4vw, 4.4rem);
}

.principle p {
  color: #494236;
  font-size: 18px;
}

.pricing {
  border-top: 0;
  border-bottom: 5px solid var(--gold);
}

.tier {
  border-bottom-width: 2px;
}

.tier.featured {
  width: 100%;
  margin-inline: 0;
  padding-inline: clamp(24px, 4.8vw, 92px);
  border: 3px solid var(--gold);
  border-radius: 6px;
}

.tier .tier-name,
.tier .per,
.tier-section-label,
.tier .tier-cta {
  font-size: 13px;
}

.tier .tier-desc {
  font-size: 18px;
}

.tier li {
  font-size: 16px;
}

.statement {
  background:
    linear-gradient(90deg, rgba(33, 28, 24, 0.58), rgba(39, 42, 32, 0.76) 50%, rgba(33, 28, 24, 0.58)),
    url('banner-no-words.jpg') center / cover;
  border-bottom: 5px solid var(--gold);
}

.statement-inner {
  border-top-width: 3px;
  border-bottom-width: 3px;
}

.contact {
  padding: 112px 0;
  border-bottom: 5px solid #70633b;
}

.contact-grid {
  grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
}

.contact h2 {
  max-width: 780px;
  font-size: clamp(4.6rem, 7.8vw, 9rem);
  line-height: 0.76;
}

.contact p.lede {
  color: #494236;
  font-size: 20px;
}

.contact-form {
  border-top-width: 4px;
}

.contact-form label {
  color: #5a4422;
  font-size: 14px;
}

.contact-form button {
  font-size: 13px;
}

.contact-details {
  padding: 112px 0;
  background: #a1997e;
  color: var(--ink);
  border-bottom: 5px solid #70633b;
}

.contact-details .section-head {
  color: var(--ink);
  border-top-color: #4f472f;
}

.contact-details .section-number,
.contact-details .eyebrow {
  color: #3b3424;
}

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

.contact-detail-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: clamp(30px, 3vw, 50px);
  background: var(--paper);
  border: 3px solid #4f472f;
  border-radius: 6px;
  color: var(--ink);
}

.detail-number {
  margin-bottom: auto;
  color: var(--gold-dim);
  font-family: var(--serif);
  font-size: 3.5rem;
}

.contact-detail-card .eyebrow {
  margin-bottom: 18px;
  color: #5a4422;
}

.contact-detail-card strong {
  display: block;
  overflow-wrap: anywhere;
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.contact-detail-card p {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 2px solid var(--ink-line);
  color: #494236;
  font-size: 16px;
}

.social-directory {
  padding: 112px 0;
  background: var(--paper);
  color: var(--ink);
  border-bottom: 5px solid var(--green);
}

.social-directory .section-head {
  color: var(--ink);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 6px;
}

.social-card {
  position: relative;
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(30px, 4vw, 58px);
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transition: background-color 220ms ease, color 220ms ease;
}

.social-card:nth-child(2n) {
  border-right: 0;
}

.social-card:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.social-card span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.social-card strong {
  max-width: 84%;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.social-card b {
  position: absolute;
  right: 32px;
  bottom: 28px;
  font-size: 1.6rem;
}

.social-card:hover,
.social-card:focus-visible {
  background: var(--green-deep);
  color: var(--paper);
}

footer .wrap {
  max-width: none;
}

@media (max-width: 1100px) {
  .navlinks {
    display: none;
  }

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

  .hook-visual {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
    border-top: 3px solid #4f472f;
    border-left: 0;
  }

  .story-grid {
    grid-template-columns: minmax(340px, 40vw) minmax(0, 1fr);
  }

  .reading-grid,
  .contact-detail-grid {
    grid-template-columns: 1fr;
  }

  .media-card iframe {
    height: 700px;
  }

  .contact-detail-card {
    min-height: 270px;
  }
}

@media (max-width: 820px) {
  .wrap,
  nav,
  .hero-layout {
    padding-inline: 24px;
  }

  .section-head,
  .forwho .section-head,
  .hook-header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .section-head h2 {
    font-size: clamp(3.7rem, 14vw, 6rem);
  }

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

  .hero-content {
    padding-inline: 0;
  }

  .hero h1 {
    font-size: clamp(4.1rem, 17vw, 7rem);
  }

  .hook-grid,
  .audience-grid,
  .principles-grid,
  .contact-grid,
  .social-grid {
    grid-template-columns: 1fr;
  }

  .hook-copy {
    min-height: auto;
  }

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

  .audience-card,
  .audience-card:nth-child(2n),
  .audience-card:nth-last-child(-n + 2) {
    min-height: 310px;
    border-right: 0;
    border-bottom: 2px solid #4f472f;
  }

  .audience-card:last-child {
    border-bottom: 0;
  }

  .about-grid,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .about-photo,
  .about-photo img {
    min-height: 560px;
  }

  .about-copy {
    min-height: auto;
  }

  .story-photo,
  .story-photo img {
    min-height: 620px;
  }

  .story-photo {
    border-right: 0;
    border-bottom: 3px solid var(--gold);
  }

  .media-card iframe {
    height: 600px;
  }

  .principle,
  .principle:nth-child(2) {
    min-height: auto;
    margin-top: 0;
  }

  .contact-grid {
    gap: 70px;
  }

  .social-card,
  .social-card:nth-child(2n),
  .social-card:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .social-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 600px) {
  .section-number {
    font-size: 14px;
  }

  .eyebrow {
    font-size: 12px;
  }

  section.hero {
    min-height: 760px;
  }

  .hero-bg,
  .statement {
    background-position: center;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 18vw, 5.4rem);
  }

  .hook,
  .forwho,
  .reading-room,
  .contact,
  .contact-details,
  .social-directory {
    padding-block: 78px;
  }

  .hook {
    background-size: 40px 40px;
  }

  .hook-copy,
  .hook-visual figcaption,
  .audience-card,
  .principle,
  .contact-detail-card,
  .social-card {
    padding: 28px;
  }

  .hook-copy h2 {
    font-size: clamp(3.6rem, 16vw, 5.3rem);
  }

  .hook-visual img {
    min-height: 240px;
  }

  .audience-card h3 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .about-photo,
  .about-photo img,
  .story-photo,
  .story-photo img {
    min-height: 480px;
  }

  .about-copy,
  .story-copy {
    padding: 62px 24px;
  }

  .about-copy h2,
  .story-heading h2,
  .contact h2 {
    font-size: clamp(3.5rem, 16vw, 5.2rem);
  }

  .media-card-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .media-card iframe {
    height: 470px;
  }

  .contact-detail-card {
    min-height: 280px;
  }

  .social-card {
    min-height: 210px;
  }
}

/* Editorial revision 04: mockup-led Founder + reversed My Story */
.about {
  overflow: hidden;
  background: #11140f;
  border-top: 4px solid #9b670d;
  border-bottom: 4px solid #9b670d;
}

.about-grid {
  grid-template-columns: minmax(420px, 40.2vw) minmax(0, 1fr);
  height: auto;
  min-height: 920px;
}

.about-photo {
  order: 1;
  display: grid;
  grid-template-rows: minmax(0, 1fr) 82px;
  height: auto;
  min-height: 920px;
  background: #9b670d;
  border-right: 2px solid #c09a45;
  border-left: 0;
}

.about-photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 17%;
  filter: sepia(0.06) saturate(0.9) contrast(1.04);
}

.about-photo .photo-caption {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 82px;
  padding: 0 30px;
  background: #9b670d;
  border-top: 2px solid #d1a441;
  color: #fffaf0;
  font-size: 11px;
  font-weight: 700;
  text-shadow: none;
}

.about-copy {
  position: relative;
  isolation: isolate;
  order: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 74px;
  height: auto;
  min-height: 920px;
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 16%, rgba(170, 139, 66, 0.12), transparent 38%),
    radial-gradient(circle at 88% 88%, rgba(83, 95, 58, 0.17), transparent 36%),
    linear-gradient(135deg, #171912, #10120e 72%);
  color: #f3eee3;
}

.about-copy::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 74px;
  bottom: -12%;
  width: 46%;
  height: 68%;
  opacity: 0.4;
  background:
    radial-gradient(ellipse at 70% 72%, rgba(92, 103, 67, 0.22), transparent 44%),
    radial-gradient(ellipse at 34% 86%, rgba(142, 116, 57, 0.14), transparent 48%);
  filter: blur(2px);
}

.founder-main {
  position: relative;
  z-index: 1;
  padding: 54px clamp(38px, 4.4vw, 74px) 48px;
}

.founder-topline {
  display: grid;
  grid-template-columns: auto minmax(70px, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.about-copy .founder-topline .section-number {
  margin: 0;
  color: #e0c178;
  font-size: 14px;
  white-space: nowrap;
}

.founder-rule {
  height: 2px;
  background: #b98a25;
}

.founder-disciplines {
  margin: 0;
  color: #8f7e50 !important;
  font-family: var(--sans);
  font-size: 11px !important;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1.3 !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.about-copy h2 {
  max-width: 860px;
  margin: 36px 0 22px;
  color: #f4efe5;
  font-size: clamp(4.6rem, 6.5vw, 7.4rem);
  letter-spacing: -0.066em;
  line-height: 0.76;
}

.about-copy h2 em {
  color: #d7bd75;
  font-weight: 400;
}

.founder-kicker {
  margin: 0 0 28px !important;
  color: #e2d2a4 !important;
  font-family: var(--sans);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 0.48em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.about-body {
  max-width: 680px;
  margin-top: 0;
}

.about-copy .about-body > p {
  color: #d8d2c7;
  font-size: 16.5px;
  line-height: 1.5;
}

.about-copy .about-body > p + p {
  margin-top: 12px;
}

.founder-opening {
  display: block;
  margin-bottom: 5px;
  color: #f4efe5;
  font-family: var(--serif);
  font-size: 1.22rem;
}

.about-copy .accent-line {
  position: relative;
  max-width: 560px;
  margin: 26px 0 0;
  padding: 25px 0 0;
  border: 0;
  color: #c5a861;
  font-size: clamp(1.75rem, 2.3vw, 2.3rem);
  font-style: italic;
  line-height: 1.08;
}

.about-copy .accent-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 2px;
  background: #b97b0d;
}

.about-copy .signature {
  margin-top: 28px;
  color: #f4efe5;
  font-size: 2rem;
}

.about-copy .role {
  margin-top: 8px;
  color: #c9ae68;
  font-size: 11px;
  font-weight: 600;
}

.founder-rail {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(44px, 1fr) auto minmax(44px, 1fr) auto;
  justify-items: center;
  align-items: center;
  margin-block: 56px;
  padding-block: 150px 132px;
  border-left: 1px solid rgba(200, 168, 88, 0.66);
}

.founder-rail span {
  color: #a28a52;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.founder-rail i {
  width: 1px;
  height: 66px;
  background: #9e803d;
}

.story-grid {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 42vw);
  align-items: stretch;
}

.story-copy {
  grid-column: 1;
  grid-row: 1;
}

.story-photo {
  grid-column: 2;
  grid-row: 1;
  align-self: stretch;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: var(--black);
  border-right: 0;
  border-left: 3px solid var(--gold);
}

.story-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
}

.story-photo figcaption {
  position: static;
  padding: 18px 24px;
  background: var(--black);
}

@media (max-width: 1180px) {
  .about-grid {
    grid-template-columns: minmax(390px, 43vw) minmax(0, 1fr);
  }

  .about-copy {
    grid-template-columns: minmax(0, 1fr) 58px;
  }

  .founder-main {
    padding-inline: 34px;
  }

  .founder-disciplines {
    display: none;
  }

  .about-copy h2 {
    font-size: clamp(4.2rem, 7vw, 6rem);
  }

  .story-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 44vw);
  }
}

@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .about-photo {
    min-height: 760px;
    border-right: 0;
    border-bottom: 2px solid #c09a45;
  }

  .about-copy {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .founder-main {
    padding: 64px 34px 70px;
  }

  .founder-rail {
    display: none;
  }

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

  .story-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .story-photo {
    grid-column: 1;
    grid-row: 2;
    height: 820px;
    border-top: 3px solid var(--gold);
    border-left: 0;
    border-bottom: 0;
  }
}

@media (max-width: 600px) {
  .about-photo {
    min-height: 620px;
  }

  .about-photo .photo-caption {
    min-height: 72px;
    padding-inline: 22px;
    font-size: 10px;
  }

  .founder-main {
    padding: 52px 24px 58px;
  }

  .founder-topline {
    grid-template-columns: auto 1fr;
    gap: 16px;
  }

  .about-copy h2 {
    margin-top: 28px;
    font-size: clamp(3.9rem, 17vw, 5rem);
  }

  .founder-kicker {
    letter-spacing: 0.3em;
  }

  .story-photo {
    height: 660px;
  }
}

/* Editorial revision 05: fitted curtain panel + architectural Principles */
.hook-visual img {
  object-fit: cover;
  object-position: center;
  filter: none;
}

.principles {
  position: relative;
  isolation: isolate;
  min-height: 900px;
  padding: 56px 0 54px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(232, 224, 194, 0.2), transparent 28%),
    radial-gradient(circle at 76% 72%, rgba(86, 91, 61, 0.13), transparent 38%),
    #a1997e;
  border-top: 5px solid #70633b;
  border-bottom: 5px solid #70633b;
  color: #211c18;
}

.principles::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(55, 52, 38, 0.55) 1px, transparent 1px),
    linear-gradient(90deg, rgba(55, 52, 38, 0.55) 1px, transparent 1px);
  background-size: 100% 230px, 320px 100%;
  background-position: 0 42px, 58px 0;
  pointer-events: none;
}

.principles::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -420px;
  right: -170px;
  width: 800px;
  height: 800px;
  border: 1px solid rgba(43, 43, 31, 0.5);
  border-radius: 50%;
  pointer-events: none;
}

.principles .wrap {
  position: relative;
  z-index: 2;
  max-width: 1600px;
  padding-inline: clamp(34px, 4.5vw, 74px);
}

.principles-blueprint {
  position: absolute;
  z-index: 0;
  inset: 0;
  color: rgba(49, 47, 34, 0.58);
  pointer-events: none;
}

.blueprint-target {
  position: absolute;
  top: 178px;
  left: 48px;
  width: 30px;
  height: 30px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.blueprint-target::before,
.blueprint-target::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.blueprint-target::before {
  top: 14px;
  left: -42px;
  width: 114px;
  height: 1px;
}

.blueprint-target::after {
  top: -34px;
  left: 14px;
  width: 1px;
  height: 98px;
}

.blueprint-arc {
  position: absolute;
  right: -245px;
  bottom: -390px;
  width: 680px;
  height: 680px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.blueprint-cross {
  position: absolute;
  top: 242px;
  right: 58px;
  width: 370px;
  height: 1px;
  background: currentColor;
}

.blueprint-cross::before {
  content: "";
  position: absolute;
  top: -46px;
  left: 50%;
  width: 1px;
  height: 92px;
  background: currentColor;
}

.principles-masthead {
  display: grid;
  grid-template-columns: minmax(190px, 0.56fr) minmax(0, 1.55fr) minmax(150px, 0.42fr);
  gap: clamp(30px, 5vw, 82px);
  align-items: start;
  padding-top: 26px;
  border-top: 4px double rgba(43, 41, 29, 0.72);
}

.principles-masthead .section-number {
  margin: 0;
  color: #211c18;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.principles-masthead .heading-copy {
  min-width: 0;
}

.principles-masthead .eyebrow {
  margin: 0;
  color: #2f2b1e;
}

.principles-masthead h2 {
  max-width: 820px;
  margin-top: 24px;
  color: #211c18;
  font-size: clamp(4.8rem, 6.7vw, 7.4rem);
  letter-spacing: -0.067em;
  line-height: 0.8;
}

.principles-focus {
  justify-self: end;
  display: grid;
  gap: 10px;
  min-width: 130px;
  margin-top: 46px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(42, 40, 29, 0.62);
}

.principles-focus span {
  color: #3d3928;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.principles-side-note {
  position: absolute;
  top: 178px;
  left: clamp(56px, 7vw, 112px);
  display: grid;
  gap: 12px;
  margin: 0;
}

.principles-side-note span {
  color: #4a4632;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}

.principles-grid {
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
  margin-top: 74px;
  padding-top: 0;
}

.principle,
.principle:nth-child(2) {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 470px;
  margin-top: 0;
  padding: 42px 34px 34px;
  overflow: hidden;
  background: rgba(246, 240, 228, 0.96);
  border: 2px solid #756638;
  border-radius: 6px;
  box-shadow:
    0 18px 28px rgba(36, 32, 22, 0.15),
    inset 0 0 40px rgba(165, 151, 112, 0.08);
}

.principle:nth-child(2) {
  z-index: 3;
  transform: translateY(-18px);
  background:
    radial-gradient(circle at 70% 12%, rgba(187, 155, 77, 0.09), transparent 32%),
    linear-gradient(145deg, #34402b, #242d20);
  border-color: #877442;
  box-shadow:
    0 24px 36px rgba(31, 28, 18, 0.25),
    inset 0 0 54px rgba(16, 18, 13, 0.2);
}

.principle-index {
  position: relative;
  display: block;
  margin-bottom: 74px;
  padding-bottom: 28px;
  color: #8e7135;
  font-size: 2rem;
}

.principle-index::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 1px;
  background: currentColor;
}

.principle h3,
.principle:nth-child(2) h3 {
  color: #211c18;
  font-size: clamp(2.75rem, 3.75vw, 4.25rem);
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.principle p,
.principle:nth-child(2) p {
  margin-top: auto;
  padding-top: 26px;
  border-top: 1px solid rgba(69, 63, 43, 0.4);
  color: #514b3f;
  font-size: 17px;
  line-height: 1.55;
}

.principle:nth-child(2) .principle-index {
  color: #c8a95e;
}

.principle:nth-child(2) h3 {
  color: #f0eadc;
}

.principle:nth-child(2) p {
  border-top-color: rgba(231, 222, 201, 0.28);
  color: #e4ddce;
}

.principles-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 68px;
  color: #3f3b2b;
}

.principles-footer span {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.principles-footer i {
  height: 1px;
  background: rgba(53, 50, 36, 0.52);
}

@media (max-width: 1100px) {
  .principles {
    min-height: 0;
  }

  .principles-masthead {
    grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr);
  }

  .principles-focus,
  .principles-side-note {
    display: none;
  }

  .principles-grid {
    margin-top: 58px;
  }

  .principle,
  .principle:nth-child(2) {
    min-height: 440px;
    padding-inline: 28px;
  }
}

@media (max-width: 820px) {
  .principles {
    padding-block: 46px 54px;
  }

  .principles .wrap {
    padding-inline: 24px;
  }

  .principles-masthead {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .principles-masthead h2 {
    font-size: clamp(4rem, 14vw, 6rem);
  }

  .principles-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 52px;
  }

  .principle,
  .principle:nth-child(2) {
    min-height: 400px;
    transform: none;
  }

  .principles-footer {
    grid-template-columns: auto 1fr;
  }

  .principles-footer span:last-child {
    display: none;
  }
}

@media (max-width: 600px) {
  .principle,
  .principle:nth-child(2) {
    min-height: 380px;
    padding: 34px 26px 30px;
  }

  .principle-index {
    margin-bottom: 52px;
  }

  .principle h3,
  .principle:nth-child(2) h3 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }
}

/* Editorial revision 06: reliable My Story portrait rendering */
.story-photo {
  position: relative;
  display: block;
  height: auto;
  min-height: 1320px;
  overflow: hidden;
}

.story-photo.reveal {
  opacity: 1;
  transform: none;
}

.story-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
  visibility: visible;
  opacity: 1;
}

.story-photo figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  padding: 10px 14px;
  background: rgba(20, 18, 15, 0.86);
}

@media (max-width: 900px) {
  .story-photo {
    height: 820px;
    min-height: 820px;
  }
}

@media (max-width: 600px) {
  .story-photo {
    height: 660px;
    min-height: 660px;
  }
}

/* Editorial revision 07: cinematic hero + compact Founder */
section.hero {
  height: clamp(760px, 100svh, 900px);
  min-height: 760px;
  max-height: 900px;
  padding: 86px 0 0;
  overflow: hidden;
  background: #090b08;
  border-bottom: 3px solid #a77924;
}

.hero-bg {
  inset: 86px 0 0;
  opacity: 1;
  background-color: #090b08;
  background-image: url('hero-study-curtains.png');
  background-position: center;
  background-size: cover;
  filter: none;
}

.hero-bg::before,
.hero-bg::after {
  display: none;
}

.hero-veil {
  inset: 86px 0 0;
  background:
    linear-gradient(90deg, rgba(6, 7, 5, 0.3) 0%, rgba(6, 7, 5, 0.08) 46%, rgba(6, 7, 5, 0.32) 100%),
    linear-gradient(180deg, rgba(6, 7, 5, 0.04), rgba(6, 7, 5, 0.34));
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) minmax(210px, 270px);
  width: min(100%, 1700px);
  height: 100%;
  min-height: 0;
  max-width: none;
  margin: 0 auto;
  padding: 0 clamp(38px, 4.2vw, 76px);
}

.hero-folio {
  grid-column: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-right: 1px solid rgba(238, 227, 197, 0.22);
  color: #eee6d4;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.hero-folio span:first-child {
  display: none;
}

.hero-folio span:last-child {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.34em;
}

.hero-content {
  position: relative;
  grid-column: 2;
  align-self: center;
  display: flex;
  justify-content: center;
  width: min(800px, calc(100% - 30px));
  max-width: 800px;
  margin-left: clamp(38px, 6.4vw, 112px);
  padding: 40px 0 46px;
  text-align: left;
}

.hero-content::before {
  display: none;
}

.hero-script {
  width: clamp(170px, 16vw, 260px);
  margin: 0 0 -18px clamp(62px, 8vw, 125px);
}

.hero .sub {
  order: -1;
  margin: 0 0 28px;
  color: #c69a3f;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.32em;
}

.hero h1 {
  max-width: 760px;
  color: #f3eee2;
  font-size: clamp(5.6rem, 8.4vw, 9.2rem);
  letter-spacing: -0.072em;
  line-height: 0.68;
  text-shadow: 0 7px 28px rgba(0, 0, 0, 0.4);
}

.hero h1 span:nth-child(2) {
  padding-left: 0.62em;
}

.hero h1 em {
  padding: 0.18em 0 0 1.22em;
  color: #eee6d4;
  font-size: 0.56em;
  line-height: 0.88;
}

.hero p.lede {
  max-width: 650px;
  margin: 32px 0 0;
  color: #f0e8d8;
  font-size: 19px;
  line-height: 1.36;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.55);
}

.hero-ctas {
  justify-content: flex-start;
  gap: 18px;
  margin-top: 30px;
}

.hero-ctas .btn-primary,
.hero-ctas .btn-secondary {
  min-width: 220px;
  padding-block: 15px;
  font-size: 11px;
  font-weight: 700;
}

.hero-pillars {
  position: absolute;
  z-index: 2;
  top: 24%;
  right: clamp(80px, 8vw, 150px);
  display: grid;
  gap: 19px;
  color: #8f6b2e;
  font-family: var(--serif);
  font-size: 17px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-note {
  grid-column: 3;
  align-self: end;
  display: flex;
  justify-content: flex-end;
  margin: 0 0 36px;
  padding: 0 0 10px 28px;
  background: none;
  border-left: 1px solid rgba(211, 176, 92, 0.38);
}

.hero-note-number {
  margin-bottom: 20px;
  color: #c89533;
  font-size: 60px;
}

.hero-note-label {
  color: #d5ad58;
  font-size: 10px;
}

.hero-note p {
  margin-top: 14px;
  color: #e6dece;
  font-size: 14px;
  line-height: 1.46;
}

.about-grid {
  height: 860px;
  min-height: 860px;
}

.about-photo {
  height: 860px;
  min-height: 860px;
  grid-template-rows: minmax(0, 1fr) 72px;
}

.about-photo .photo-caption {
  min-height: 72px;
}

.about-copy {
  height: 860px;
  min-height: 860px;
}

.founder-main {
  padding: 42px clamp(38px, 4.4vw, 74px) 36px;
}

.about-copy h2 {
  margin: 28px 0 18px;
  font-size: clamp(4.8rem, 6.35vw, 7.2rem);
}

.founder-kicker {
  margin-bottom: 20px !important;
}

.about-copy .about-body > p {
  font-size: 17px;
  line-height: 1.46;
}

.about-copy .accent-line {
  margin-top: 18px;
  padding-top: 21px;
}

.about-copy .signature {
  margin-top: 20px;
}

@media (max-width: 1240px) {
  .hero-layout {
    grid-template-columns: 58px minmax(0, 1fr) 205px;
    padding-inline: 28px;
  }

  .hero-content {
    width: calc(100% - 18px);
    margin-left: 24px;
  }

  .hero h1 {
    font-size: clamp(5rem, 8.2vw, 7.3rem);
  }

  .hero-pillars {
    right: 58px;
    font-size: 14px;
  }

  .founder-main {
    padding-inline: 34px;
  }
}

@media (max-width: 900px) {
  section.hero {
    height: auto;
    min-height: 780px;
    max-height: none;
  }

  .hero-bg {
    background-position: 52% center;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    min-height: 694px;
    padding-inline: 26px;
  }

  .hero-folio,
  .hero-pillars,
  .hero-note {
    display: none;
  }

  .hero-content {
    grid-column: 1;
    width: min(100%, 680px);
    margin: 0 auto;
    padding: 82px 0 70px;
  }

  .hero-script {
    margin-left: 12%;
  }

  .hero h1 {
    font-size: clamp(4.8rem, 15vw, 7rem);
  }

  .about-grid {
    height: auto;
    min-height: 0;
  }

  .about-photo {
    height: 720px;
    min-height: 720px;
  }

  .about-copy {
    height: auto;
    min-height: 0;
  }

  .founder-main {
    padding: 58px 34px 64px;
  }
}

@media (max-width: 600px) {
  section.hero {
    min-height: 720px;
  }

  .hero-layout {
    min-height: 634px;
    padding-inline: 22px;
  }

  .hero-content {
    padding: 66px 0 58px;
  }

  .hero .sub {
    margin-bottom: 22px;
    font-size: 9px;
    letter-spacing: 0.22em;
  }

  .hero-script {
    width: 168px;
    margin: 0 0 -8px 8%;
  }

  .hero h1 {
    font-size: clamp(3.9rem, 17vw, 5.5rem);
    line-height: 0.73;
  }

  .hero h1 span:nth-child(2) {
    padding-left: 0.22em;
  }

  .hero h1 em {
    padding-left: 0.55em;
    font-size: 0.58em;
  }

  .hero p.lede {
    margin-top: 28px;
    font-size: 17px;
  }

  .hero-ctas {
    flex-direction: column;
    gap: 12px;
  }

  .hero-ctas .btn-primary,
  .hero-ctas .btn-secondary {
    width: 100%;
  }

  .about-photo {
    height: 620px;
    min-height: 620px;
  }
}

/* Editorial revision 08: mobile overflow, social cards, and Premise labels */
@media (max-width: 820px) {
  .hook-header {
    align-items: start;
  }

  .hook-header .section-number,
  .hook-header > .eyebrow {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    margin: 0;
    padding: 10px 14px;
    background: #211c18;
    border: 2px solid #4f472f;
    border-radius: 4px;
    color: #f3eee4;
    line-height: 1.35;
    box-shadow: 5px 5px 0 rgba(79, 71, 47, 0.28);
  }
}

@media (max-width: 600px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .statement {
    width: 100%;
    min-width: 0;
    padding-inline: 20px;
  }

  .statement-inner {
    width: 100%;
    min-width: 0;
    padding: 48px 8px;
  }

  .statement .eyebrow {
    width: min(100%, 290px);
    margin: 0 auto 30px;
    font-size: 12px;
    letter-spacing: 0.18em;
    line-height: 1.55;
    white-space: normal;
  }

  .statement p {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    font-size: clamp(2.9rem, 13.2vw, 3.45rem);
    letter-spacing: -0.06em;
    line-height: 0.76;
    white-space: normal;
  }

  .statement p em {
    display: inline-block;
    margin-top: 0.24em;
    font-size: 0.72em;
  }

  .social-grid,
  .social-card {
    width: 100%;
    min-width: 0;
  }

  .social-card {
    min-height: 190px;
    padding: 26px 22px;
    overflow: hidden;
  }

  .social-card span {
    font-size: 12px;
    line-height: 1.4;
  }

  .social-card strong {
    width: calc(100% - 48px);
    max-width: none;
    font-size: clamp(2rem, 10vw, 2.7rem);
    letter-spacing: -0.045em;
    line-height: 0.96;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .social-card b {
    right: 20px;
    bottom: 20px;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    background: #211c18;
    border: 1px solid #9a7a48;
    border-radius: 3px;
    color: #f3eee4;
    font-size: 0;
    font-style: normal;
    line-height: 1;
  }

  .social-card b::after {
    content: "\2197\FE0E";
    font-family: Arial, sans-serif;
    font-size: 21px;
    line-height: 1;
  }

  .hook-visual img {
    width: 100%;
    height: clamp(250px, 78vw, 330px);
    min-height: 0;
    padding-inline: 18px;
    background: #080a0d;
    object-fit: contain;
    object-position: center;
  }
}

/* Editorial revision 09: Premise plaques at every preview width */
.hook-header .section-number,
.hook-header > .eyebrow {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 10px 14px;
  background: #211c18;
  border: 2px solid #4f472f;
  border-radius: 4px;
  color: #f3eee4;
  line-height: 1.35;
  box-shadow: 5px 5px 0 rgba(79, 71, 47, 0.28);
}

/* Editorial revision 10: protected mobile Principles masthead */
@media (max-width: 820px) {
  .principles-masthead {
    position: relative;
    z-index: 3;
    padding: 24px 22px 30px;
    background: #12100d;
    border: 2px solid #4f472f;
    border-radius: 4px;
    box-shadow: 6px 6px 0 rgba(79, 71, 47, 0.3);
  }

  .principles-masthead .section-number,
  .principles-masthead .eyebrow,
  .principles-masthead h2 {
    color: #f3eee4;
  }

  .principles-masthead h2 {
    margin-top: 18px;
  }
}

/* --------------------------------------------------------------------------
   Editorial revision 11: How We Work Together
   -------------------------------------------------------------------------- */

.collaboration {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(88px, 8vw, 138px);
  background:
    radial-gradient(circle at 8% 8%, rgba(92, 99, 64, 0.26), transparent 30%),
    radial-gradient(circle at 88% 90%, rgba(174, 131, 56, 0.1), transparent 32%),
    linear-gradient(145deg, #181a14 0%, #0d0f0c 62%, #15130f 100%);
  border-top: 4px solid #75683b;
  border-bottom: 4px solid #75683b;
  color: #f3eee4;
}

.collaboration::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 10%;
  bottom: 0;
  width: 1px;
  background: rgba(128, 128, 83, 0.28);
}

.collaboration::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 39%;
  right: -14vw;
  width: min(54vw, 900px);
  aspect-ratio: 1;
  border: 1px solid rgba(128, 128, 83, 0.24);
  border-radius: 50%;
}

.collaboration-blueprint {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.collaboration-orbit {
  position: absolute;
  top: -210px;
  left: -250px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(128, 128, 83, 0.22);
  border-radius: 50%;
}

.collaboration-axis {
  position: absolute;
  top: 74px;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(128, 128, 83, 0.26);
}

.collaboration-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(190px, 0.52fr) minmax(430px, 1.22fr) minmax(330px, 0.82fr);
  gap: clamp(34px, 4.8vw, 82px);
  align-items: start;
  padding-bottom: clamp(76px, 8vw, 132px);
}

.collaboration-kicker {
  padding-top: 22px;
  border-top: 4px double rgba(193, 164, 98, 0.58);
}

.collaboration-kicker .section-number {
  margin: 0 0 28px;
  color: #d0b26d;
  white-space: nowrap;
}

.collaboration-kicker .eyebrow {
  max-width: 180px;
  margin: 0;
  color: #b6af8b;
  line-height: 1.75;
}

.collaboration-heading h2 {
  margin: 0;
  color: #f4efe3;
  font-family: var(--serif);
  font-size: clamp(5rem, 7vw, 8.7rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.76;
}

.collaboration-heading h2 em {
  color: #c9aa63;
  font-weight: 400;
}

.collaboration-summary {
  padding: 6px 0 4px clamp(26px, 3vw, 48px);
  border-left: 1px solid rgba(193, 164, 98, 0.55);
  color: #c7c0b0;
  font-size: 16px;
  line-height: 1.7;
}

.collaboration-summary p {
  margin: 0;
}

.collaboration-summary p + p {
  margin-top: 25px;
}

.collaboration-summary .collaboration-lede {
  color: #f3eee4;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.2vw, 2.25rem);
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.collaboration-summary .collaboration-authority {
  color: #c9aa63;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-style: italic;
  line-height: 1.25;
}

.collaboration-phases {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(144, 142, 91, 0.7);
  border-bottom: 1px solid rgba(144, 142, 91, 0.7);
  background: rgba(12, 14, 11, 0.46);
}

.collaboration-phase {
  display: flex;
  min-width: 0;
  min-height: 480px;
  flex-direction: column;
  padding: clamp(42px, 4vw, 68px) clamp(26px, 3vw, 48px) clamp(46px, 5vw, 78px);
  border-left: 1px solid rgba(144, 142, 91, 0.56);
  transition: background-color 240ms ease;
}

.collaboration-phase:first-child {
  border-left: 0;
}

.collaboration-phase:hover {
  background: rgba(73, 78, 49, 0.18);
}

.phase-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.phase-number {
  color: rgba(243, 238, 228, 0.91);
  font-family: var(--sans);
  font-size: clamp(5.2rem, 6.5vw, 8.4rem);
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 0.72;
}

.phase-title {
  position: relative;
  margin: 38px 0 0;
  padding-top: 22px;
  color: #d0b26d;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1.35;
  text-transform: uppercase;
}

.phase-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 1px;
  background: #8c8457;
}

.collaboration-phase > p {
  margin: auto 0 0;
  padding-top: 30px;
  border-top: 1px solid rgba(144, 142, 91, 0.46);
  color: #c7c0b0;
  font-size: 16px;
  line-height: 1.65;
}

.collaboration-footer {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(36px, 5vw, 92px);
  align-items: center;
  padding-block: clamp(72px, 8vw, 126px);
}

.collaboration-quote {
  margin: 0;
  padding: clamp(38px, 4.5vw, 70px);
  background:
    linear-gradient(120deg, rgba(44, 49, 31, 0.34), transparent 54%),
    #090b08;
  border-top: 1px solid rgba(193, 164, 98, 0.52);
  border-right: 1px solid rgba(193, 164, 98, 0.18);
  border-bottom: 1px solid rgba(193, 164, 98, 0.52);
  border-left: 5px solid #aa8744;
  color: #f3eee4;
  font-family: var(--serif);
  font-size: clamp(2.65rem, 4.5vw, 5rem);
  font-style: italic;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.collaboration-result {
  margin: 0;
  padding-block: 32px;
  border-top: 1px solid rgba(144, 142, 91, 0.58);
  border-bottom: 1px solid rgba(144, 142, 91, 0.58);
  color: #d9d2c3;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.35vw, 2.45rem);
  letter-spacing: -0.025em;
  line-height: 1.18;
}

@media (max-width: 1180px) {
  .collaboration-intro {
    grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1.58fr);
  }

  .collaboration-summary {
    grid-column: 2;
    max-width: 720px;
  }

  .collaboration-phase {
    min-height: 520px;
    padding-inline: 26px;
  }
}

@media (max-width: 900px) {
  .collaboration-phases {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collaboration-phase:nth-child(odd) {
    border-left: 0;
  }

  .collaboration-phase:nth-child(n + 3) {
    border-top: 1px solid rgba(144, 142, 91, 0.56);
  }

  .collaboration-footer {
    grid-template-columns: 1fr;
  }

  .collaboration-result {
    max-width: 720px;
  }
}

@media (max-width: 700px) {
  .collaboration {
    padding-top: 58px;
  }

  .collaboration::before {
    right: 24px;
  }

  .collaboration-intro {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 58px;
  }

  .collaboration-kicker {
    padding: 18px 20px;
    background: #12100d;
    border: 2px solid #4f472f;
    box-shadow: 6px 6px 0 rgba(79, 71, 47, 0.3);
  }

  .collaboration-kicker .section-number {
    margin-bottom: 15px;
    color: #f3eee4;
    white-space: normal;
  }

  .collaboration-kicker .eyebrow {
    max-width: none;
    color: #d0b26d;
  }

  .collaboration-heading h2 {
    font-size: clamp(4.2rem, 18vw, 6rem);
    line-height: 0.79;
  }

  .collaboration-summary {
    grid-column: auto;
    padding: 26px 0 0;
    border-top: 1px solid rgba(193, 164, 98, 0.55);
    border-left: 0;
  }

  .collaboration-summary .collaboration-lede {
    font-size: 2rem;
  }

  .collaboration-phases {
    grid-template-columns: 1fr;
  }

  .collaboration-phase,
  .collaboration-phase:nth-child(odd) {
    min-height: 0;
    padding: 38px 24px 42px;
    border-top: 1px solid rgba(144, 142, 91, 0.56);
    border-left: 0;
  }

  .collaboration-phase:first-child {
    border-top: 0;
  }

  .phase-header {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 22px;
    align-items: end;
  }

  .phase-number {
    font-size: 5.2rem;
  }

  .phase-title {
    margin: 0 0 2px;
    padding-top: 18px;
  }

  .collaboration-phase > p {
    margin-top: 34px;
  }

  .collaboration-footer {
    gap: 38px;
    padding-block: 58px;
  }

  .collaboration-quote {
    padding: 36px 26px;
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .collaboration-result {
    font-size: 1.65rem;
  }
}

@media (max-width: 430px) {
  .collaboration-heading h2 {
    font-size: clamp(3.55rem, 17vw, 4.7rem);
  }

  .phase-header {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 18px;
  }

  .phase-number {
    font-size: 4.6rem;
  }

  .phase-title {
    font-size: 12px;
    letter-spacing: 0.22em;
  }
}
