:root {
  --red: #4d0708;
  --red-dark: #160707;
  --red-soft: #6f1516;
  --cream: #f5f0e9;
  --cream-2: #e8ded4;
  --gold: #a9773e;
  --text: #f7eadc;
  --ink: #20120f;
}

/* Spatial Method refinement: calmer typography and cleaner section rhythm. */
.method-page .method-sequence {
  padding: 94px 7vw 102px;
  background:
    radial-gradient(circle at 18% 0, rgba(119, 16, 16, .28), transparent 34%),
    linear-gradient(180deg, #130606 0%, #090404 100%);
}

.method-page .method-sequence-current {
  max-width: 1180px;
  display: grid;
  grid-template-columns: minmax(220px, .38fr) minmax(0, 1fr);
  gap: 34px 58px;
  align-items: start;
  margin: 0 auto 30px;
  padding: 0 0 34px;
  border-bottom: 1px solid rgba(169,119,62,.28);
  text-align: left;
}

.method-page .method-sequence-current .eyebrow {
  margin: 8px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(169,119,62,.75);
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .22em;
}

.method-page .method-sequence-current h2 {
  max-width: 720px;
  margin: 0;
  color: #f7eadc;
  font-size: clamp(48px, 4.6vw, 76px);
  font-weight: 400;
  line-height: .98;
}

.method-page .method-sequence-current > p:not(.eyebrow) {
  grid-column: 2;
  max-width: 760px;
  margin: -10px 0 0;
  padding: 16px 0 16px 24px;
  border-left: 1px solid rgba(169,119,62,.46);
  color: #ead6c4;
  font-size: 18px;
  line-height: 1.65;
}

.method-page .method-prelude {
  max-width: 1180px;
  display: grid;
  grid-template-columns: minmax(220px, .34fr) minmax(0, .56fr);
  gap: 26px 54px;
  align-items: start;
  margin: 0 auto 28px;
  padding: 30px 34px;
  border: 1px solid rgba(169,119,62,.3);
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}

.method-page .method-prelude .eyebrow {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: .22em;
}

.method-page .method-prelude h3 {
  margin: 0;
  color: #f7eadc;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.08;
}

.method-page .method-prelude p:last-child {
  grid-column: 1 / -1;
  max-width: 620px;
  margin: 26px 0 0;
  color: #ead6c4;
  font-size: 17px;
  line-height: 1.7;
}

.method-page .method-phases {
  max-width: 1180px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.method-page .method-phases article {
  min-height: 0;
  padding: 30px 26px;
  border: 1px solid rgba(169,119,62,.28);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  box-shadow: none;
}

.method-page .method-phases article::before,
.method-page .method-phases article::after {
  display: none;
}

.method-page .method-phases span {
  color: var(--gold);
  font-size: 25px;
}

.method-page .method-phases h3 {
  color: #f7eadc;
  font-size: 28px;
  font-weight: 500;
}

.method-page .method-phases p {
  color: #ead6c4;
  font-size: 16px;
  line-height: 1.62;
}

.method-page .method-phases article strong {
  margin-top: auto;
  color: #c18b4b;
  font-size: 10px;
  letter-spacing: .12em;
  line-height: 1.55;
}

.method-page .method-beyond {
  padding: 96px 7vw 104px;
  background:
    radial-gradient(circle at 0 0, rgba(127, 18, 18, .45), transparent 32%),
    linear-gradient(180deg, #750c0c 0%, #420606 48%, #120505 100%);
  border-top: 1px solid rgba(169,119,62,.42);
}

.method-page .method-beyond > div:first-child {
  max-width: 1240px;
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(320px, .82fr);
  gap: 58px;
  align-items: start;
  margin: 0 auto 34px;
}

.method-page .method-beyond .eyebrow {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .22em;
}

.method-page .method-beyond h2 {
  max-width: 780px;
  margin: 18px 0 0;
  color: #f7eadc;
  font-size: clamp(48px, 4.5vw, 78px);
  font-weight: 400;
  line-height: .98;
}

.method-page .method-beyond-copy {
  max-width: 1240px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  margin: 0 auto 34px;
  padding-top: 34px;
  border-top: 1px solid rgba(169,119,62,.28);
}

.method-page .method-beyond-copy p {
  margin: 0;
  color: #ead6c4;
  font-size: 18px;
  line-height: 1.68;
}

.method-page .method-beyond-grid {
  max-width: 1240px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 auto;
}

.method-page .method-beyond-grid article {
  min-height: 0;
  padding: 30px 26px;
  border: 1px solid rgba(169,119,62,.28);
  background: rgba(18, 7, 7, .36);
  box-shadow: none;
}

.method-page .method-beyond-grid h3 {
  color: #f7eadc;
  font-size: 28px;
  font-weight: 500;
}

.method-page .method-beyond-grid p {
  color: #ead6c4;
  font-size: 16px;
  line-height: 1.62;
}

.method-page .method-standard {
  display: grid;
  grid-template-columns: minmax(360px, .86fr) minmax(420px, 1fr);
  gap: 48px 70px;
  align-items: start;
  padding: 92px 7vw 96px;
  background: linear-gradient(180deg, #f7f1eb, #e7ddd4);
}

.method-page .method-standard blockquote {
  margin: 0;
  color: var(--red);
  font-size: clamp(44px, 4.4vw, 72px);
  font-weight: 400;
  line-height: .98;
}

.method-page .method-standard > div:not(.method-actions) {
  max-width: 760px;
  padding-left: 36px;
  border-left: 1px solid rgba(77,7,8,.18);
}

.method-page .method-standard p {
  color: #4e1714;
  font-size: 18px;
  line-height: 1.72;
}

.method-page .method-standard .method-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 0;
  padding-top: 30px;
  border-top: 1px solid rgba(77,7,8,.16);
}

.method-page .method-standard .method-actions .btn,
.method-page .method-standard .method-actions .text-link {
  min-width: 240px;
  min-height: 52px;
}

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

@media (max-width: 767px) {
  .method-page .method-sequence,
  .method-page .method-beyond,
  .method-page .method-standard {
    padding: 64px 24px;
  }

  .method-page .method-sequence-current,
  .method-page .method-prelude,
  .method-page .method-beyond > div:first-child,
  .method-page .method-beyond-copy,
  .method-page .method-standard {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .method-page .method-sequence-current > p:not(.eyebrow),
  .method-page .method-prelude p:last-child {
    grid-column: auto;
    margin: 0;
  }

  .method-page .method-phases,
  .method-page .method-beyond-grid {
    grid-template-columns: 1fr;
  }

  .method-page .method-sequence-current h2,
  .method-page .method-beyond h2,
  .method-page .method-standard blockquote {
    font-size: clamp(34px, 10vw, 46px);
  }

  .method-page .method-standard > div:not(.method-actions) {
    padding-left: 0;
    border-left: 0;
  }

  .method-page .method-standard .method-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
}

/* Spatial Method local redesign pass */
.method-page {
  background: #f7f1ea;
}

.method-page .eyebrow,
.method-page .section-heading > p {
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.method-page h1,
.method-page h2,
.method-page h3 {
  letter-spacing: 0;
}

.method-page p {
  font-size: 19px;
  line-height: 1.68;
}

.method-hero-current {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(420px, .72fr);
  gap: 86px;
  align-items: center;
  min-height: 720px;
  padding: 118px 120px;
  background:
    linear-gradient(90deg, rgba(247,241,234,.97), rgba(247,241,234,.9) 58%, rgba(232,222,212,.72)),
    radial-gradient(circle at 82% 20%, rgba(169,119,62,.18), transparent 30%),
    #f7f1ea;
  border-bottom: 1px solid rgba(77,7,8,.16);
}

.method-hero-current::after {
  content: "FOUNDATION FIRST";
  position: absolute;
  right: 52px;
  bottom: 28px;
  color: rgba(77,7,8,.045);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(72px, 9vw, 168px);
  letter-spacing: .16em;
  line-height: 1;
  pointer-events: none;
}

.method-hero-current .method-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 920px;
  padding: 0;
  border-left: 0;
  text-shadow: none;
}

.method-hero-current .method-hero-copy::before {
  content: "";
  display: block;
  width: 92px;
  height: 1px;
  margin-bottom: 34px;
  background: var(--gold);
}

.method-hero-current h1 {
  max-width: 870px;
  margin: 22px 0 30px;
  color: var(--red);
  font-size: clamp(68px, 5.8vw, 104px);
  line-height: .9;
  font-weight: 500;
}

.method-hero-current .method-hero-copy p:last-child {
  max-width: 710px;
  color: #3a1712;
  font-size: 23px;
  line-height: 1.48;
}

.method-order-card {
  position: relative;
  z-index: 1;
  padding: 44px 42px;
  border: 1px solid rgba(77,7,8,.2);
  background: linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.54));
  box-shadow: 0 32px 90px rgba(77,7,8,.12);
}

.method-order-card ol {
  gap: 0;
  margin: 24px 0 26px;
  border-top: 1px solid rgba(77,7,8,.14);
}

.method-order-card li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(77,7,8,.14);
  color: #3a1712;
  font-size: 18px;
  line-height: 1.55;
}

.method-order-card p:last-child {
  margin-bottom: 0;
  color: var(--red);
  font-size: 20px;
  line-height: 1.5;
}

.method-framework {
  display: grid;
  grid-template-columns: minmax(340px, .72fr) minmax(560px, 1fr);
  gap: 70px;
  align-items: center;
  padding: 104px 120px;
  text-align: left;
  background: linear-gradient(135deg, rgba(15,5,5,.98), rgba(42,8,8,.94) 48%, rgba(11,5,5,.98)), #100505;
}

.method-framework .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.method-framework h2 {
  margin: 0;
  max-width: 620px;
  color: #f7eadc;
  font-size: clamp(54px, 4.6vw, 82px);
  line-height: .94;
}

.method-framework p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  padding-left: 44px;
  border-left: 1px solid rgba(169,119,62,.42);
  color: #f1ddcb;
  font-size: 21px;
  line-height: 1.7;
}

.method-comparison {
  padding: 108px 120px;
  background: radial-gradient(circle at 10% 0, rgba(169,119,62,.12), transparent 28%), linear-gradient(180deg, #f8f2ec, #e7ddd4);
}

.method-comparison .section-heading {
  max-width: 1160px;
  margin-bottom: 54px;
}

.method-comparison .section-heading h2 {
  max-width: 1120px;
  margin: 18px auto 22px;
  font-size: clamp(48px, 4vw, 70px);
  line-height: .98;
}

.method-compare-grid {
  gap: 0;
  max-width: 1220px;
  border: 1px solid rgba(77,7,8,.18);
  background: rgba(255,255,255,.45);
  box-shadow: 0 32px 90px rgba(77,7,8,.09);
}

.method-compare-grid article {
  padding: 48px 48px 42px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.method-compare-grid article + article {
  border-left: 1px solid rgba(77,7,8,.16);
  background: linear-gradient(180deg, rgba(255,255,255,.48), rgba(255,255,255,.18));
}

.method-compare-grid h3 {
  margin-bottom: 28px;
  color: var(--red);
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.method-compare-grid p {
  min-height: 68px;
  padding: 18px 0 18px 34px;
  font-size: 18px;
  line-height: 1.45;
}

.method-foundation {
  grid-template-columns: minmax(420px, .78fr) minmax(560px, 1fr);
  gap: 62px 86px;
  padding: 108px 120px;
}

.method-foundation h2,
.method-beyond h2,
.method-standard blockquote {
  font-size: clamp(50px, 4.2vw, 76px);
  line-height: .95;
}

.method-foundation-copy {
  padding: 8px 0 8px 46px;
}

.method-foundation-uses {
  gap: 0;
  margin-top: 16px;
  border: 1px solid rgba(77,7,8,.16);
  background: rgba(255,255,255,.42);
}

.method-foundation-uses .eyebrow {
  margin: 0;
  padding: 24px 28px;
  border-bottom: 1px solid rgba(77,7,8,.14);
  text-align: center;
}

.method-foundation-uses article {
  min-height: 185px;
  padding: 30px 28px;
  border: 0;
  border-right: 1px solid rgba(77,7,8,.14);
  border-bottom: 1px solid rgba(77,7,8,.14);
  background: transparent;
  box-shadow: none;
}

.method-foundation-uses article:nth-of-type(3n) {
  border-right: 0;
}

.method-foundation-uses h3,
.method-beyond-grid h3 {
  margin-bottom: 14px;
  font-size: 27px;
}

.method-sequence {
  padding: 106px 120px;
  background: linear-gradient(180deg, #f7f1ea, #e7ddd4);
}

.method-sequence-current {
  display: grid;
  grid-template-columns: minmax(290px, .42fr) minmax(0, 1fr);
  gap: 44px 74px;
  margin-bottom: 32px;
  padding-bottom: 44px;
}

.method-sequence-current h2 {
  max-width: 860px;
  font-size: clamp(50px, 4.4vw, 78px);
}

.method-prelude {
  display: grid;
  grid-template-columns: minmax(220px, .34fr) 1fr;
  gap: 32px;
  max-width: 1220px;
  margin: 0 auto 26px;
  padding: 34px 40px;
  box-shadow: none;
}

.method-prelude h3 {
  font-size: 38px;
}

.method-prelude p:last-child {
  max-width: 820px;
}

.method-phases {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1220px;
}

.method-phases article {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 44px 42px 38px;
  border: 1px solid rgba(77,7,8,.16);
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.32));
  box-shadow: 0 28px 80px rgba(77,7,8,.08);
}

.method-phases article::before {
  display: none;
}

.method-phases article::after {
  height: 1px;
  background: rgba(169,119,62,.65);
}

.method-phases span {
  font-size: 52px;
}

.method-phases h3 {
  margin-top: 18px;
  font-size: 40px;
}

.method-phases p {
  font-size: 18px;
  line-height: 1.62;
}

.method-phases article strong {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(77,7,8,.14);
  color: var(--red);
}

.method-beyond {
  padding: 110px 120px;
  background: radial-gradient(circle at 82% 10%, rgba(169,119,62,.1), transparent 30%), linear-gradient(135deg, #120606, #070707 58%, #160808);
}

.method-beyond-copy {
  padding-left: 46px;
}

.method-beyond-grid {
  gap: 18px;
}

.method-beyond-grid article {
  padding: 34px 34px 30px;
  border-color: rgba(169,119,62,.28);
}

.method-standard {
  padding: 100px 120px;
  border: 0;
  background: linear-gradient(180deg, #f8f2ec, #e7ddd4);
}

.method-standard blockquote {
  color: var(--red);
}

.method-standard > div:not(.method-actions) {
  padding-left: 46px;
  border-left: 1px solid rgba(77,7,8,.18);
}

.method-standard .method-actions {
  justify-content: center;
  padding-top: 34px;
}

.method-cta {
  padding: 96px 120px;
  background: radial-gradient(circle at 50% 0, rgba(169,119,62,.1), transparent 34%), linear-gradient(180deg, #6f0f10, #3b0708);
}

.method-cta blockquote {
  max-width: 940px;
  font-size: clamp(34px, 3vw, 52px);
}

.method-inquire {
  padding: 70px 120px;
  background: #110505;
}

.method-inquire p:first-child {
  max-width: 980px;
  margin: 0 auto 24px;
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .method-hero-current,
  .method-framework,
  .method-foundation,
  .method-beyond,
  .method-standard,
  .method-prelude {
    grid-template-columns: 1fr;
  }

  .method-hero-current,
  .method-framework,
  .method-comparison,
  .method-foundation,
  .method-sequence,
  .method-beyond,
  .method-standard,
  .method-cta,
  .method-inquire {
    padding-left: 56px;
    padding-right: 56px;
  }

  .method-framework p:not(.eyebrow),
  .method-foundation-copy,
  .method-beyond-copy,
  .method-standard > div:not(.method-actions) {
    padding-left: 0;
    border-left: 0;
  }

  .method-foundation-uses,
  .method-beyond-grid,
  .method-phases {
    grid-template-columns: 1fr;
  }

  .method-foundation-uses article,
  .method-foundation-uses article:nth-of-type(3n) {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .method-hero-current,
  .method-framework,
  .method-comparison,
  .method-foundation,
  .method-sequence,
  .method-beyond,
  .method-standard,
  .method-cta,
  .method-inquire {
    padding-left: 24px;
    padding-right: 24px;
  }

  .method-hero-current {
    gap: 32px;
    min-height: auto;
    padding-top: 64px !important;
    padding-bottom: 58px !important;
  }

  .method-hero-current h1,
  .method-framework h2,
  .method-comparison .section-heading h2,
  .method-foundation h2,
  .method-sequence-current h2,
  .method-beyond h2,
  .method-standard blockquote {
    font-size: clamp(38px, 12vw, 54px);
    line-height: 1.03;
  }

  .method-hero-current .method-hero-copy p:last-child,
  .method-framework p:not(.eyebrow),
  .method-page p,
  .method-order-card li {
    font-size: 17px;
  }

  .method-order-card,
  .method-compare-grid article,
  .method-foundation-uses article,
  .method-phases article,
  .method-beyond-grid article,
  .method-prelude {
    padding: 26px 22px;
  }

  .method-compare-grid article + article {
    border-left: 0;
    border-top: 1px solid rgba(77,7,8,.16);
  }

  .method-compare-grid p {
    min-height: 0;
  }

  .method-phases h3 {
    font-size: 32px;
  }

  .method-standard .method-actions {
    justify-content: stretch;
  }

  .method-standard .method-actions .btn,
  .method-standard .method-actions .text-link,
  .method-inquire .btn {
    width: 100%;
    min-width: 0;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  background: var(--red);
  color: var(--text);
  font-family: "Cormorant Garamond", Georgia, serif;
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.announcement {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 40px;
  background: #170505;
  color: #f4dec6;
  font-size: 13px;
  font-style: italic;
  border-bottom: 1px solid rgba(169, 119, 62, 0.28);
}

.site-header {
  min-height: 106px;
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr) 112px;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  background: linear-gradient(180deg, #2c0808, #140707);
  color: #f7eadc;
  border-bottom: 1px solid rgba(169, 119, 62, 0.35);
}

.brand {
  height: 82px;
}

.brand img {
  object-fit: contain;
  object-position: left center;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  min-width: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.main-nav a.active {
  color: var(--gold);
}

.header-link,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 14px 24px;
  border: 1px solid var(--gold);
  color: #f4dec6;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: anywhere;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.btn:hover,
.header-link:hover {
  transform: translateY(-1px);
}

.btn.primary {
  background: var(--red);
  border-color: var(--gold);
  color: #f7eadc;
}

.btn.secondary {
  background: transparent;
  color: var(--red);
}

.header-link {
  width: 112px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  line-height: 1.1;
  overflow-wrap: normal;
}

.hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  border-bottom: 1px solid var(--gold);
  background: #281010;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(77, 7, 8, .46), rgba(77, 7, 8, .08) 38%, rgba(123, 68, 32, .08));
  pointer-events: none;
}

.hero-bg {
  position: absolute;
  inset: 0;
  object-position: center center;
  opacity: 1;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 410px;
  padding: 250px 0 0 74px;
}

.hero h1 {
  margin: 0;
  color: #f7eadc;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.34;
  letter-spacing: .02em;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .55);
  white-space: normal;
}

.hero em {
  font-style: italic;
  font-weight: 700;
}

.intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 58px 110px;
  background: radial-gradient(circle at 30% 0, #751313, var(--red) 58%, #260606);
  border-bottom: 1px solid var(--gold);
}

.intro-copy {
  max-width: 620px;
}

.intro p {
  margin: 0 0 20px;
  color: #f4e7dc;
  font-size: 17px;
  line-height: 1.62;
}

.intro-action {
  border-left: 1px solid rgba(169, 119, 62, .75);
  padding-left: 80px;
}

.intro .btn {
  width: 320px;
  min-height: 52px;
  border: 1px solid var(--gold);
  justify-content: space-between;
  padding: 14px 18px;
  background: rgba(20, 7, 7, .2);
  text-transform: none;
  font-size: 16px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.intro .btn::after {
  content: "→";
  color: var(--gold);
  padding-left: 26px;
}

.intro .btn:hover {
  background: rgba(169, 119, 62, .16);
  transform: translateY(-1px);
}

.proof {
  position: relative;
  min-height: 330px;
  display: flex;
  align-items: center;
  text-align: center;
  overflow: hidden;
  background: #0b0d0d;
  border-bottom: 1px solid rgba(169, 119, 62, .45);
}

.proof::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.46), rgba(0,0,0,.88)),
    url("/assets/site-media/alexandria-design-house-5-.png-e94dbddd74.webp") left center / cover no-repeat;
  opacity: .95;
}

.proof-inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  padding: 56px 30px;
}

.proof p,
.proof a {
  margin: 12px 0;
  color: #d9b47c;
  font-size: 16px;
}

.proof .text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 22px;
  padding: 13px 24px;
  border: 1px solid rgba(169,119,62,.9);
  background: rgba(15, 10, 8, .34);
  color: #f4dec6;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.25;
  text-align: center;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.proof .text-link:hover {
  background: rgba(169,119,62,.18);
  transform: translateY(-1px);
}

.proof h2 {
  margin: 0 auto;
  color: #f5e9dd;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.45;
}

.split-feature {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 72px 110px;
  overflow: hidden;
  background: #100908;
  border-bottom: 1px solid var(--gold);
}

.feature-art {
  position: absolute;
  inset: 0 0 0 auto;
  width: 72%;
}

.feature-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #100908 0%, rgba(16,9,8,.94) 18%, rgba(16,9,8,.46) 42%, rgba(16,9,8,.08) 68%, rgba(16,9,8,.28) 100%),
    linear-gradient(180deg, rgba(0,0,0,.26), rgba(0,0,0,.1) 44%, rgba(0,0,0,.3));
}

.feature-art img {
  object-position: center center;
  filter: saturate(.88) contrast(.92) brightness(.86);
}

.feature-panel {
  position: relative;
  z-index: 1;
  width: 500px;
  margin-left: 0;
  padding: 46px 44px;
  background: linear-gradient(180deg, rgba(72,10,10,.96), rgba(45,7,7,.96));
  border: 1px solid rgba(169,119,62,.5);
  box-shadow: 0 28px 70px rgba(0,0,0,.42);
}

.feature-panel > .eyebrow {
  position: static;
  width: auto;
  margin: 0 0 30px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(169,119,62,.36);
  color: #f7eadc;
  font-size: 20px;
  line-height: 1.25;
  white-space: normal;
  text-shadow: none;
}

.service-grid {
  display: grid;
  gap: 28px;
}

.service-grid article {
  position: relative;
  padding-left: 0;
}

.service-grid article::before {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin-bottom: 13px;
  background: var(--gold);
}

.service-link {
  display: block;
  margin-bottom: 12px;
  color: #f0d4b5;
  font-size: 19px;
  line-height: 1.2;
  text-decoration: none;
}

.service-grid h3 {
  margin: 0 0 8px;
  color: #f7eadc;
  font-size: 17px;
  font-weight: 500;
}

.service-grid p {
  margin: 0 0 6px;
  color: #ead8c7;
  font-size: 14px;
  line-height: 1.55;
}

.feature-panel > .btn {
  margin-top: 30px;
  min-height: 44px;
  border: 1px solid rgba(169,119,62,.88);
  padding: 12px 17px;
  background: rgba(12,6,6,.22);
  justify-content: center;
  color: #f4dec6;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: none;
}

.statement {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 330px;
  padding: 52px 155px 62px;
  background: radial-gradient(circle at 25% 0, #781415, var(--red) 58%, #240606);
  border-bottom: 1px solid rgba(169,119,62,.42);
  text-align: center;
}

.statement > div:first-child {
  display: none;
}

.statement h2 {
  max-width: 620px;
  margin: 0 auto;
  color: #f6e6d7;
  font-size: 29px;
  line-height: 1.2;
}

.statement p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  color: #f0ded0;
  font-size: 15px;
  line-height: 1.5;
}

.statement .actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.statement .actions .secondary {
  display: none;
}

.statement .actions .primary {
  width: 355px;
  min-height: 55px;
  border: 0;
  background: #f6f3ed;
  color: #230d0b;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 14px 36px rgba(0,0,0,.14);
}

.location-line {
  display: block;
  margin-top: 17px;
  color: #f7eadc;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}

.french {
  display: block;
  margin-top: 18px;
  color: rgba(214,116,95,.62);
  font-size: 13px;
  font-style: italic;
  font-weight: 700;
}

.work {
  padding: 58px 0 66px;
  background: var(--cream);
  color: var(--red);
  text-align: center;
}

.section-heading {
  max-width: 900px;
  margin: 0 auto 28px;
}

.work .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 18px;
  color: var(--red);
  font-size: 18px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.work .eyebrow::before,
.work .eyebrow::after {
  content: "";
  width: 130px;
  height: 1px;
  background: rgba(77,7,8,.35);
}

.work .section-heading h2 {
  display: none;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: min(900px, calc(100% - 64px));
  margin: 0 auto;
}

.work-grid figure {
  margin: 0;
}

.work-grid img {
  height: 300px;
  min-width: 0;
  box-shadow: 0 12px 38px rgba(77,7,8,.13);
}

.work-grid figcaption {
  margin-top: 18px;
  color: #8a4c4b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
}

.testimonials {
  padding: 45px 0 58px;
  background: radial-gradient(circle at 50% 0, #751313, var(--red) 62%, #270606);
  color: #f7eadc;
  text-align: center;
  border-bottom: 1px solid rgba(169,119,62,.42);
}

.testimonials .section-heading {
  margin-bottom: 22px;
}

.testimonials .eyebrow {
  margin: 0 0 6px;
  color: #f7eadc;
  font-size: 20px;
}

.testimonials .section-heading h2 {
  margin: 0;
  color: #f7eadc;
  font-size: 21px;
  font-weight: 500;
}

.testimonial-grid {
  position: relative;
  max-width: 1160px;
  min-height: 235px;
  margin: 0 auto;
  padding: 48px 190px;
  background:
    linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)),
    url("/assets/site-media/250816-0857.jpg-28f87044c7.jpg") center center / cover no-repeat;
}

.testimonial-card {
  display: none;
}

.testimonial-card.is-active {
  display: block;
  background: rgba(255,255,255,.94);
  color: var(--ink);
  padding: 26px 46px;
  box-shadow: 0 16px 44px rgba(0,0,0,.22);
}

.testimonial-card.is-active::before {
  content: "★ ★ ★ ★ ★";
  display: block;
  color: var(--red);
  letter-spacing: .2em;
  margin-bottom: 10px;
}

.testimonial-card img {
  display: none;
}

.testimonial-card.is-active h3 {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 17px;
  font-weight: 600;
}

.testimonial-card.is-active p {
  margin: 0 0 8px;
  color: #4a3934;
  font-size: 14px;
  line-height: 1.55;
}

.testimonial-card.is-active p:last-child {
  margin-bottom: 0;
}

.testimonial-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  color: var(--red);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 10px 25px rgba(0,0,0,.18);
}

.testimonial-prev {
  left: 28px;
}

.testimonial-next {
  right: 28px;
}

.testimonial-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.testimonial-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 1px solid rgba(77,7,8,.55);
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  cursor: pointer;
}

.testimonial-dots button.is-active {
  background: var(--red);
}

.brands {
  padding: 46px 70px 62px;
  background: linear-gradient(180deg, #f3eee9, #ded4cb);
  color: var(--red);
  text-align: center;
}

.brands .section-heading {
  margin-bottom: 25px;
}

.brands h2 {
  margin: 0;
  color: var(--red);
  font-size: 15px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.brands .section-heading p {
  display: none;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px 34px;
  max-width: 1060px;
  margin: 0 auto;
  align-items: center;
  justify-items: center;
}

.brand-grid img {
  width: 118px;
  height: 72px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: saturate(.9) contrast(1.04);
}

.faq {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
  align-items: start;
  min-height: 0;
  padding: 86px 120px 96px;
  background:
    linear-gradient(90deg, rgba(69,8,9,.82), rgba(19,10,9,.96) 42%, #080909 100%),
    url("/assets/site-media/fairmont-hotel.webp-7b7423f4aa.webp") left center / 42% 100% no-repeat;
  color: #f7eadc;
  overflow: hidden;
}

.faq::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,.08), rgba(69,8,9,.44) 82%, rgba(19,10,9,.95));
  pointer-events: none;
}

.faq::after {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(169,119,62,.38);
  border-bottom: 1px solid rgba(169,119,62,.38);
  pointer-events: none;
}

.faq-intro {
  position: relative;
  z-index: 1;
  grid-column: 1;
  width: min(1060px, 100%);
  margin: 0 auto;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 44px 52px;
  border: 1px solid rgba(169,119,62,.48);
  background: linear-gradient(180deg, rgba(10,10,10,.84), rgba(8,8,8,.66));
  box-shadow: 0 30px 80px rgba(0,0,0,.34);
  text-align: center;
}

.faq-intro .eyebrow {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.faq-intro h2 {
  margin: 0 0 24px;
  color: #f7eadc;
  font-size: 52px;
  line-height: .98;
  font-weight: 500;
}

.faq-intro p {
  max-width: 720px;
  margin: 0 auto 24px;
  color: #d8c4b7;
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

.faq-intro .text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 18px;
  border: 1px solid rgba(169,119,62,.88);
  color: #f4dec6;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(169,119,62,.08);
}

.faq-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
  align-items: start;
}

.faq-list details {
  border: 1px solid rgba(169,119,62,.34);
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  box-shadow: 0 20px 60px rgba(0,0,0,.2);
}

.faq-list details[open] {
  border-color: rgba(169,119,62,.58);
  background:
    linear-gradient(180deg, rgba(77,7,8,.44), rgba(8,8,8,.74));
}

.faq-list summary {
  position: relative;
  display: block;
  min-height: 86px;
  padding: 23px 62px 23px 26px;
  color: #f7eadc;
  font-size: 25px;
  line-height: 1.1;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 22px;
  right: 24px;
  color: var(--gold);
  font-size: 30px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list h3 {
  max-width: 920px;
  margin: 0;
  padding: 0 62px 10px 26px;
  color: #f7eadc;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 500;
}

.faq-list p {
  max-width: 940px;
  margin: 0;
  padding: 0 62px 16px 26px;
  color: #ead8ca;
  font-size: 16px;
  line-height: 1.58;
}

.faq-list p:last-child {
  padding-bottom: 30px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1.05fr) minmax(150px, .62fr) minmax(190px, .72fr) minmax(300px, 1fr);
  gap: 44px;
  align-items: start;
  padding: 72px 84px 68px;
  background:
    radial-gradient(circle at 16% 0, rgba(146, 35, 35, .65), transparent 34%),
    linear-gradient(120deg, #861718 0%, var(--red) 42%, #250606 100%);
  color: #fff4e8;
  border-top: 1px solid rgba(169,119,62,.42);
}

.site-footer p,
.site-footer a,
.site-footer address {
  color: #fff4e8;
  font-size: 14px;
  line-height: 1.72;
}

.site-footer p {
  margin: 0 0 14px;
}

.site-footer a {
  transition: color .2s ease;
}

.site-footer a:hover {
  color: var(--gold);
}

.footer-brand .french {
  margin-bottom: 20px;
  color: #f7eadc;
  font-style: italic;
  font-weight: 600;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  width: fit-content;
  font-weight: 500;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(169,119,62,.28);
}

.footer-socials span {
  flex: 0 0 100%;
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1;
  text-transform: uppercase;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(220, 170, 104, .6);
  color: #f7eadc;
  background: rgba(20, 5, 5, .32);
  box-shadow: inset 0 0 0 1px rgba(255, 244, 232, .04);
}

.footer-socials a:hover {
  border-color: rgba(191, 140, 75, .85);
  background: rgba(191, 140, 75, .12);
  color: var(--gold);
}

.footer-socials svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

address {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-style: normal;
}

.site-footer address a:first-of-type {
  margin-top: 16px;
}

.footer-legal {
  justify-self: end;
  width: min(100%, 420px);
  max-width: 100%;
}

.site-footer > * {
  min-width: 0;
}

.footer-legal p:nth-child(3) {
  margin-top: 10px;
}

.footer-legal p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 210px 1fr;
  }

  main > section {
    max-width: 100%;
    grid-template-columns: 1fr !important;
  }

  main > section:not(.hero):not(.page-hero):not(.corporate-hero):not(.method-hero):not(.investment-hero):not(.experience-hero):not(.work-hero):not(.house-hero):not(.corp-events-hero):not(.inquire-hero):not(.blog-hero):not(.post-hero) {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  main > section > *,
  main section article,
  main section figure,
  main section img {
    max-width: 100%;
  }

  .header-link {
    display: none;
  }

  .main-nav {
    justify-content: flex-end;
    gap: 12px;
    font-size: 12px;
  }

  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 58px 60px;
    gap: 42px;
  }

  .inquire-hero,
  .inquire-intro,
  .inquire-form-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .inquire-intro,
  .inquire-form-section {
    grid-template-columns: 1fr;
  }

  .inquire-form-intro {
    position: relative;
    top: auto;
  }
}

@media (max-width: 720px) {
  .site-footer {
    grid-template-columns: 1fr;
    padding: 46px 28px;
    gap: 30px;
  }

  .footer-legal {
    max-width: none;
  }

  .inquire-hero {
    min-height: 480px;
    padding: 0 28px 56px;
  }

  .inquire-hero h1,
  .inquire-intro h2,
  .inquire-form-intro h2 {
    font-size: 44px;
  }

  .inquire-intro,
  .inquire-form-section {
    padding: 56px 28px;
  }

  .inquire-intro-copy {
    padding-left: 0;
    border-left: 0;
  }

  .inquire-form-shell {
    padding: 10px;
  }
}

.page-hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--gold);
  background: #160707;
}

.page-hero::before {
  content: "";
  position: absolute;
  left: 64px;
  right: 64px;
  bottom: 46px;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(169,119,62,.86), rgba(169,119,62,.12));
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18,5,5,.92) 0%, rgba(77,7,8,.58) 28%, rgba(77,7,8,.2) 55%, rgba(9,7,7,.18) 100%),
    linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.28) 64%, rgba(0,0,0,.64));
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  object-position: center 50%;
  filter: saturate(1.08) contrast(1.04);
}

.page-hero-panel {
  position: relative;
  z-index: 2;
  width: min(710px, calc(100% - 190px));
  margin-left: 112px;
  padding: 30px 0 34px 34px;
  border-left: 1px solid rgba(169,119,62,.9);
  background: linear-gradient(90deg, rgba(77,7,8,.34), rgba(77,7,8,0));
  text-shadow: 0 18px 42px rgba(0,0,0,.78);
}

.page-hero-panel .eyebrow,
.final-cta .eyebrow,
.client-experience .eyebrow {
  color: var(--gold);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.page-hero-panel h1 {
  margin: 0 0 18px;
  color: #f7eadc;
  font-size: 88px;
  line-height: .9;
  font-weight: 500;
}

.page-hero-panel p {
  margin: 0;
  color: #efd8c7;
  font-size: 23px;
  line-height: 1.45;
}

.wedding-hero .page-hero-panel {
  margin-top: 80px;
}

.wedding-opening {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .62fr);
  gap: 72px;
  padding: 92px 120px;
  background: radial-gradient(circle at 8% 0, #7a1516, var(--red) 46%, #190707);
  border-bottom: 1px solid rgba(169,119,62,.45);
}

.wedding-opening h2,
.budget-copy h2,
.coordination h3,
.wedding-service-card h3,
.culture-panel h3,
.client-experience h3,
.final-cta h2 {
  margin: 0 0 24px;
  color: #f8eadc;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 500;
}

.wedding-opening p,
.budget-copy p,
.coordination p,
.wedding-service-card p,
.culture-section p,
.client-experience p,
.final-cta p {
  margin: 0 0 18px;
  color: #f0dccb;
  font-size: 18px;
  line-height: 1.62;
}

.wedding-quote {
  align-self: center;
  padding: 48px 42px;
  border: 1px solid rgba(169,119,62,.58);
  background: rgba(15,7,7,.58);
}

.wedding-quote p {
  margin: 0 0 28px;
  font-size: 34px;
  line-height: 1.16;
}

.wedding-quote .btn,
.culture-services .btn,
.final-cta .btn {
  width: 100%;
  margin-bottom: 20px;
  background: rgba(169,119,62,.1);
}

.wedding-quote span,
.culture-services span,
.client-experience span {
  display: block;
  color: #d7b681;
  font-size: 15px;
  line-height: 1.5;
}

.wedding-budget {
  display: grid;
  grid-template-columns: 38% 1fr;
  align-items: center;
  min-height: 560px;
  padding: 70px 120px;
  gap: 78px;
  background:
    radial-gradient(circle at 8% 10%, rgba(77,7,8,.42), transparent 36%),
    #0b0b0b;
  border-bottom: 1px solid rgba(169,119,62,.45);
}

.budget-image {
  position: relative;
  height: 430px;
  border: 1px solid rgba(169,119,62,.42);
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,.42);
}

.budget-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(77,7,8,.18));
  pointer-events: none;
}

.budget-image img {
  object-position: center 42%;
}

.budget-copy {
  max-width: 720px;
  padding: 46px 0 46px 54px;
  border-left: 1px solid rgba(169,119,62,.48);
}

.budget-copy h2 {
  max-width: 660px;
}

.budget-copy p {
  max-width: 640px;
}

.coordination {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 880px) 470px;
  gap: 58px;
  justify-content: start;
  align-items: start;
  padding: 92px 112px 96px;
  background:
    linear-gradient(90deg, rgba(18,7,7,.92) 0, rgba(18,7,7,.92) 54px, transparent 54px),
    radial-gradient(circle at 72% 18%, rgba(169,119,62,.12), transparent 28%),
    linear-gradient(135deg, #f4efe8, #ded5cc);
  color: var(--ink);
  overflow: hidden;
}

.coordination::before {
  content: "";
  position: absolute;
  top: 92px;
  bottom: 96px;
  left: 82px;
  width: 1px;
  background: linear-gradient(180deg, rgba(169,119,62,0), rgba(169,119,62,.75), rgba(169,119,62,0));
}

.coordination h3,
.coordination p,
.coordination h4 {
  color: var(--red);
}

.coordination-copy {
  position: relative;
  z-index: 1;
  max-width: 880px;
  padding: 0 0 0 34px;
}

.coordination h3 {
  max-width: 820px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(169,119,62,.52);
  font-size: 54px;
  line-height: .98;
  text-wrap: balance;
}

.coordination p {
  max-width: 860px;
  margin-bottom: 17px;
  color: #3a1712;
  font-size: 18px;
  line-height: 1.66;
}

.coordination p:last-child {
  margin-bottom: 0;
}

.coordination h4,
.wedding-service-card h4,
.culture-services h4 {
  margin: 26px 0 12px;
  color: var(--gold);
  font-size: 14px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.investment-stack {
  position: relative;
  z-index: 1;
  align-self: start;
  justify-self: start;
  margin-top: 6px;
  display: grid;
  width: 470px;
  max-width: 470px;
  gap: 0;
  padding: 0;
  border: 1px solid rgba(169,119,62,.52);
  background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(245,240,233,.88));
  box-shadow: 0 34px 80px rgba(45,19,15,.18);
}

.investment-stack::before {
  content: "INVESTMENT ARCHITECTURE";
  display: block;
  padding: 18px 24px 2px;
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.investment-item {
  border-bottom: 1px solid rgba(77,7,8,.2);
}

.investment-trigger {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 24px;
  border: 0;
  background: transparent;
  color: #4d0708;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
}

.investment-trigger::after {
  content: "+";
  flex: 0 0 auto;
  margin-left: 16px;
  color: var(--gold);
  font-size: 24px;
  line-height: 1;
}

.investment-trigger[aria-expanded="true"]::after {
  content: "–";
}

.investment-trigger:hover {
  background: rgba(77,7,8,.055);
}

.investment-panel {
  max-height: 440px;
  overflow: auto;
  padding: 0 24px 22px;
  color: var(--red);
  scrollbar-width: thin;
}

.investment-panel p {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 15px;
  line-height: 1.46;
}

.investment-panel strong {
  color: var(--gold);
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.investment-stack .btn {
  margin: 22px 24px 26px;
  min-height: 52px;
  background: var(--red);
  color: #f4dec6;
  border-color: var(--red);
  font-size: 10px;
  box-shadow: 0 14px 32px rgba(77,7,8,.18);
}

.wedding-services {
  background: #120707;
}

.wedding-service-card {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 70px;
  padding: 92px 120px;
  border-bottom: 1px solid rgba(169,119,62,.42);
}

.wedding-service-card.reverse {
  grid-template-columns: 1fr 40%;
}

.wedding-service-card.reverse img {
  grid-column: 2;
  grid-row: 1;
}

.wedding-service-card.reverse div {
  grid-column: 1;
  grid-row: 1;
}

.wedding-service-card img {
  height: 640px;
  border: 1px solid rgba(169,119,62,.38);
}

.culture-section {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 70px;
  padding: 96px 120px;
  background:
    linear-gradient(90deg, rgba(77,7,8,.93), rgba(77,7,8,.78)),
    url("/assets/site-media/rosaryanteasers-117.jpg-b3ca6acfab.jpg") center / cover no-repeat;
  border-bottom: 1px solid rgba(169,119,62,.5);
}

.culture-services {
  padding: 36px;
  border: 1px solid rgba(169,119,62,.62);
  background: rgba(15,7,7,.72);
}

.culture-services p {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(169,119,62,.22);
  font-size: 17px;
}

.client-experience {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 70px;
  padding: 86px 120px;
  background: #090909;
  border-bottom: 1px solid rgba(169,119,62,.45);
}

.client-experience img {
  height: 620px;
  border: 1px solid rgba(169,119,62,.4);
}

.client-experience .btn {
  margin: 12px 0 16px;
}

.client-experience .client-experience-btn {
  min-width: 220px;
  border-color: rgba(191, 140, 75, .85);
  color: #f7eadc;
  background: rgba(77, 7, 8, .38);
  box-shadow: inset 0 0 0 1px rgba(255, 244, 232, .04);
}

.client-experience .client-experience-btn:hover {
  color: #1a0707;
  background: #d2a165;
  border-color: #d2a165;
}

.wedding-work-link {
  background: #f3eee9;
}

.work-grid.single {
  grid-template-columns: minmax(380px, 720px);
  justify-content: center;
}

.wedding-faq {
  background:
    linear-gradient(90deg, rgba(69,8,9,.82), rgba(19,10,9,.96) 42%, #080909 100%),
    url("/assets/site-media/fairmont-hotel.webp-7b7423f4aa.webp") left center / 42% 100% no-repeat;
}

.wedding-faq .faq-intro {
  align-self: start;
}

.wedding-faq .faq-list {
  max-height: 720px;
  overflow: auto;
  padding-right: 10px;
  scrollbar-width: thin;
}

.wedding-faq .faq-list details {
  background: rgba(10, 7, 7, .72);
}

.final-cta {
  padding: 90px 120px;
  text-align: center;
  background: radial-gradient(circle at 50% 0, #7b1516, var(--red) 55%, #210606);
  border-bottom: 1px solid rgba(169,119,62,.45);
}

.final-cta h2 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta .btn {
  width: auto;
  min-width: 360px;
}

.wedding-final-cta {
  padding-top: 46px;
  padding-bottom: 48px;
}

.wedding-final-cta h2 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(28px, 2.7vw, 38px);
  line-height: 1.2;
  font-weight: 400;
}

.wedding-final-cta .btn {
  min-width: 230px;
  min-height: 46px;
}

.wedding-final-cta .eyebrow {
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 500;
}

.wedding-final-cta p {
  margin-bottom: 14px;
  font-size: 17px;
}

.corporate-hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  border-bottom: 1px solid var(--gold);
  background: #120707;
  text-align: left;
}

.corporate-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18,7,7,.94) 0, rgba(77,7,8,.7) 30%, rgba(77,7,8,.12) 58%, rgba(7,7,7,.34)),
    linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.58));
}

.corporate-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.06) contrast(1.05);
}

.corporate-hero-copy {
  position: relative;
  z-index: 1;
  width: min(700px, calc(100% - 190px));
  margin-left: 120px;
  padding: 46px 46px 50px;
  border: 1px solid rgba(169,119,62,.46);
  border-left: 3px solid rgba(169,119,62,.9);
  background:
    linear-gradient(135deg, rgba(77,7,8,.76), rgba(22,7,7,.34)),
    rgba(18,7,7,.44);
  box-shadow: 0 34px 90px rgba(0,0,0,.42);
  backdrop-filter: blur(3px);
  text-shadow: 0 20px 54px rgba(0,0,0,.78);
}

.corporate-hero-copy .eyebrow {
  margin: 0 0 22px;
  color: #d7a45f;
  font-size: 15px;
  letter-spacing: .32em;
  text-transform: uppercase;
}

.corporate-hero-copy h1 {
  margin: 0 0 18px;
  color: #f7eadc;
  font-size: 82px;
  font-weight: 500;
  line-height: .9;
}

.corporate-hero-copy h3 {
  margin: 0 0 34px;
  color: #f4dec6;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: .08em;
}

.corporate-hero-copy p:last-child {
  margin: 0;
  color: #f7eadc;
  font-size: 24px;
  letter-spacing: .08em;
}

.corporate-intro {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(420px, 1fr) minmax(260px, .58fr);
  gap: 54px;
  align-items: center;
  padding: 104px 120px 100px;
  background:
    radial-gradient(circle at 14% 0, rgba(169,119,62,.13), transparent 30%),
    linear-gradient(180deg, #f7f2ec, #e9ded5);
  color: var(--red);
  border-bottom: 1px solid rgba(169,119,62,.4);
}

.corporate-intro .eyebrow,
.corporate-method .eyebrow,
.corporate-faq .eyebrow {
  color: var(--gold);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.corporate-intro h1,
.corporate-intro h2,
.corporate-process h2,
.corporate-proof h2,
.corporate-diagnosis h2,
.corporate-method h2,
.corporate-foundation h2,
.corporate-faq h2 {
  margin: 0 0 24px;
  color: var(--red);
  font-size: 56px;
  line-height: 1.02;
  font-weight: 500;
}

.corporate-intro h1,
.corporate-intro h2 {
  color: var(--red);
}

.corporate-intro h1 {
  max-width: 360px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(169,119,62,.38);
}

.corporate-intro h2 {
  max-width: 680px;
  font-size: 48px;
}

.corporate-intro p,
.corporate-process p,
.corporate-proof p,
.corporate-diagnosis p,
.corporate-method p,
.corporate-foundation p,
.corporate-faq p {
  color: #3a1712;
  font-size: 18px;
  line-height: 1.62;
}

.corporate-intro p {
  color: #3a1712;
}

.intro-ladder {
  justify-self: end;
  width: min(100%, 330px);
  padding: 26px;
  border: 1px solid rgba(169,119,62,.36);
  background: rgba(255,255,255,.42);
  box-shadow: 0 30px 80px rgba(77,7,8,.12);
}

.intro-ladder img {
  width: 100%;
  height: 410px;
  object-fit: contain;
}

.corporate-gallery {
  padding: 72px 120px 82px;
  background:
    radial-gradient(circle at 50% 0, rgba(169,119,62,.14), transparent 32%),
    linear-gradient(180deg, #0b0808 0, #360707 46%, var(--red) 100%);
  text-align: center;
  border-bottom: 1px solid rgba(169,119,62,.45);
}

.gallery-strip {
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr 1.15fr;
  grid-auto-rows: 230px;
  gap: 16px;
  max-width: 1320px;
  margin: 0 auto 56px;
  overflow: hidden;
}

.gallery-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(169,119,62,.34);
  box-shadow: 0 24px 70px rgba(0,0,0,.26);
}

.gallery-strip img:nth-child(1),
.gallery-strip img:nth-child(4) {
  grid-row: span 2;
}

.gallery-strip img:nth-child(3) {
  object-position: center top;
}

.corporate-gallery .btn {
  min-width: 360px;
  background: rgba(12,7,7,.34);
  color: #f4dec6;
  border-color: rgba(169,119,62,.9);
}

.corporate-inquiry {
  display: grid;
  grid-template-columns: minmax(420px, 46%) minmax(0, 1fr);
  gap: clamp(42px, 4vw, 72px);
  align-items: start;
  padding: 108px clamp(52px, 6.2vw, 120px);
  background:
    linear-gradient(90deg, rgba(77,7,8,.94) 0, rgba(77,7,8,.78) 42%, rgba(245,240,233,.97) 42%, #f3ece4 100%);
  color: var(--red);
}

.corporate-brands {
  padding: 46px 120px 58px;
  background: linear-gradient(180deg, #f8f4ef, #d8cbc2);
  border-top: 1px solid rgba(77,7,8,.18);
  border-bottom: 1px solid rgba(77,7,8,.22);
  text-align: center;
}

.corporate-brands p {
  margin: 0 0 30px;
  color: var(--red);
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
}

.corporate-brand-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 36px;
  max-width: 1040px;
  margin: 0 auto;
  align-items: center;
  justify-items: center;
}

.corporate-brand-grid img {
  width: 132px;
  height: 82px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: saturate(.92) contrast(1.04);
}

.inquiry-image {
  position: sticky;
  top: 24px;
  width: 100%;
  max-width: 860px;
  height: auto;
  min-height: 0;
  border: 1px solid rgba(169,119,62,.42);
  background: #050505;
  box-shadow: 0 36px 96px rgba(0,0,0,.32);
  overflow: hidden;
}

.inquiry-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.34));
}

.inquiry-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.inquiry-form {
  min-width: 0;
  padding: 52px clamp(34px, 3.2vw, 56px);
  border: 1px solid rgba(169,119,62,.42);
  background: rgba(255,255,255,.74);
  box-shadow: 0 32px 86px rgba(77,7,8,.14);
}

.inquiry-form h2 {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 38px;
  font-weight: 500;
}

.inquiry-form p,
.inquiry-form label {
  display: block;
  margin: 0 0 14px;
  color: #3a1712;
  font-size: 16px;
  line-height: 1.55;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  margin: 0 0 22px;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid rgba(77,7,8,.35);
  background: transparent;
  color: var(--red);
  font: 16px "Cormorant Garamond", Georgia, serif;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.inquiry-form .btn {
  width: 100%;
  background: var(--red);
}

.honeybook-form-card {
  display: block;
}

.honeybook-placement {
  min-height: 680px;
  margin-top: 28px;
  border: 1px solid rgba(169,119,62,.28);
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(248,242,236,.9));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.58);
}

.inquire-form-shell .honeybook-placement {
  min-height: 760px;
  margin-top: 0;
  border-color: rgba(77,7,8,.12);
  background: #fff;
}

.honeybook-placement iframe,
.honeybook-placement > div,
.honeybook-placement [class^="hb-p-"] {
  max-width: 100%;
}

.honeybook-placement iframe {
  display: block;
  width: 100% !important;
  min-height: 1120px;
  border: 0;
  background: #8b0708;
}

.corporate-inquiry .honeybook-placement iframe {
  min-height: 1240px;
}

.inquire-form-shell .honeybook-placement iframe {
  min-height: 1040px;
}

@media (max-width: 1180px) {
  .corporate-inquiry {
    grid-template-columns: 1fr;
    gap: 54px;
    padding: 82px clamp(34px, 6vw, 70px);
    background:
      linear-gradient(180deg, rgba(77,7,8,.94) 0, rgba(77,7,8,.86) 46%, #f3ece4 46%, #f3ece4 100%);
  }

  .inquiry-image {
    position: relative;
    top: auto;
    justify-self: center;
    max-width: min(760px, 100%);
  }

  .inquiry-form {
    width: min(820px, 100%);
    justify-self: center;
  }
}

.corporate-process,
.corporate-proof,
.corporate-method,
.corporate-faq {
  padding: 104px 120px;
}

.corporate-process {
  background:
    linear-gradient(90deg, rgba(23,7,7,.96), rgba(77,7,8,.9)),
    url("/assets/site-media/alexandria-design-house-5-.png-bc3ff8101f.webp") left center / 50% auto no-repeat,
    var(--red);
  border-top: 1px solid rgba(169,119,62,.42);
  border-bottom: 1px solid rgba(169,119,62,.42);
}

.corporate-process .section-heading,
.corporate-proof .section-heading,
.corporate-faq .section-heading {
  max-width: 980px;
  margin: 0 auto 52px;
  text-align: center;
}

.corporate-process h2 {
  color: #f7eadc;
}

.corporate-process .eyebrow,
.corporate-proof .eyebrow {
  color: var(--gold);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1280px;
  margin: 0 auto;
}

.process-grid article {
  min-height: 230px;
  padding: 32px 28px 34px;
  border: 1px solid rgba(169,119,62,.38);
  background: rgba(246,240,233,.93);
  text-align: left;
  box-shadow: 0 24px 60px rgba(0,0,0,.2);
}

.process-grid span {
  display: inline-block;
  padding: 0 0 14px;
  background: transparent;
  color: var(--gold);
  font-size: 18px;
  font-weight: 700;
}

.process-grid h3 {
  margin: 0 0 18px;
  padding: 0;
  color: var(--red);
  font-size: 24px;
  font-weight: 600;
}

.process-grid p {
  padding: 0;
  color: var(--red);
  font-size: 16px;
  font-style: italic;
}

.corporate-proof {
  background:
    radial-gradient(circle at 50% 0, rgba(169,119,62,.12), transparent 28%),
    linear-gradient(180deg, #5d0d0e, var(--red) 42%, #170606);
}

.corporate-proof h2,
.corporate-proof .section-heading p {
  color: #f7eadc;
}

.proof-cases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1320px;
  margin: 0 auto;
}

.proof-cases article {
  display: flex;
  flex-direction: column;
  padding: 18px 18px 28px;
  border: 1px solid rgba(169,119,62,.36);
  background: rgba(246,240,233,.08);
  box-shadow: 0 28px 80px rgba(0,0,0,.22);
}

.proof-cases img {
  width: 100%;
  height: 260px;
  margin-bottom: 24px;
  object-fit: cover;
  border: 1px solid rgba(169,119,62,.22);
}

.proof-cases h3 {
  margin: 0 0 10px;
  color: #f7eadc;
  font-size: 28px;
  line-height: 1.05;
}

.proof-cases p {
  color: #f0dccb;
  font-size: 16px;
}

.corporate-diagnosis {
  display: grid;
  grid-template-columns: minmax(520px, .9fr) minmax(420px, .68fr);
  gap: 80px;
  align-items: center;
  padding: 78px 120px;
  background:
    radial-gradient(circle at 30% 0, rgba(169,119,62,.12), transparent 30%),
    linear-gradient(135deg, #741415, var(--red) 56%, #170606);
  border-bottom: 1px solid rgba(169,119,62,.45);
}

.corporate-diagnosis h2,
.corporate-diagnosis p {
  color: #f7eadc;
}

.diagnosis-image-frame {
  position: relative;
  width: 100%;
  height: 430px;
  overflow: hidden;
  border: 1px solid rgba(169,119,62,.44);
  background: rgba(77,7,8,.28);
  box-shadow: 0 30px 90px rgba(0,0,0,.32);
}

.diagnosis-image-frame img {
  position: absolute;
  left: 50%;
  top: 58%;
  width: 100%;
  height: auto;
  max-width: none;
  transform: translate(-50%, -50%);
}

.corporate-diagnosis .text-link,
.corporate-method .text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  color: #d7a45f;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.corporate-method {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  background:
    linear-gradient(180deg, rgba(18,7,7,.98), rgba(7,7,7,.98)),
    #100707;
}

.corporate-method > div {
  padding: 54px;
  border: 1px solid rgba(169,119,62,.42);
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02));
  box-shadow: 0 26px 80px rgba(0,0,0,.22);
}

.corporate-method h2,
.corporate-method p {
  color: #f7eadc;
}

.corporate-method .method-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 210px;
  min-height: 46px;
  margin-top: 22px;
  padding: 13px 24px;
  border: 1px solid rgba(191, 140, 75, .78);
  color: #f7eadc;
  background: rgba(77, 7, 8, .52);
  box-shadow: inset 0 0 0 1px rgba(255, 244, 232, .035), 0 16px 34px rgba(0,0,0,.18);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.corporate-method .method-action-btn:hover,
.corporate-method .method-action-btn:focus-visible {
  color: #1a0707;
  background: #d2a165;
  border-color: #d2a165;
  transform: translateY(-1px);
}

.corporate-reveal {
  margin-top: 24px;
}

.corporate-reveal summary {
  width: fit-content;
  min-width: 210px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid rgba(191, 140, 75, .78);
  color: #f7eadc;
  background: rgba(77, 7, 8, .52);
  box-shadow: inset 0 0 0 1px rgba(255, 244, 232, .035), 0 16px 34px rgba(0,0,0,.18);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  list-style: none;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.corporate-reveal summary::-webkit-details-marker {
  display: none;
}

.corporate-reveal summary:hover,
.corporate-reveal summary:focus-visible,
.corporate-reveal[open] summary {
  color: #1a0707;
  background: #d2a165;
  border-color: #d2a165;
  outline: 0;
  transform: translateY(-1px);
}

.corporate-reveal[open] summary {
  margin-bottom: 22px;
}

.corporate-reveal-panel {
  display: grid;
  gap: 16px;
  max-width: 980px;
  padding: 26px 28px;
  border: 1px solid rgba(169,119,62,.34);
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  box-shadow: 0 26px 70px rgba(0,0,0,.2);
}

.corporate-reveal-panel h3 {
  margin: 4px 0 0;
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1.45;
  text-transform: uppercase;
}

.corporate-reveal-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.corporate-reveal-panel li {
  position: relative;
  padding-left: 20px;
  color: #f7eadc;
  font-size: 16px;
  line-height: 1.55;
}

.corporate-reveal-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}

.corporate-reveal-close {
  margin-top: 4px;
  color: var(--gold) !important;
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px !important;
  letter-spacing: .12em;
  line-height: 1.7 !important;
  text-transform: uppercase;
}

.corporate-reveal-method {
  margin-top: 22px;
}

.corporate-reveal-method .corporate-reveal-panel {
  max-width: none;
  padding: 24px;
}

.corporate-phase-list article,
.corporate-layer-list article {
  display: grid;
  gap: 8px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(169,119,62,.22);
}

.corporate-phase-list article:first-child,
.corporate-layer-list article:first-child {
  padding-top: 0;
}

.corporate-phase-list article:last-of-type,
.corporate-layer-list article:last-of-type {
  border-bottom: 0;
}

.corporate-phase-list span,
.corporate-layer-list span {
  color: var(--gold);
  font-size: 26px;
  line-height: 1;
}

.corporate-phase-list h3,
.corporate-layer-list h3 {
  margin: 0;
  color: #f7eadc;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.12;
  text-transform: none;
}

.corporate-phase-list strong {
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.6;
  text-transform: uppercase;
}

.corporate-client-bar {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding-top: 22px;
  border-top: 1px solid rgba(169,119,62,.32);
}

.corporate-client-bar p {
  margin: 0;
}

.corporate-client-bar p:nth-child(n+4) {
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .12em;
  line-height: 1.7;
  text-transform: uppercase;
}

.corporate-faq {
  background:
    radial-gradient(circle at 50% 0, rgba(169,119,62,.12), transparent 28%),
    linear-gradient(180deg, #f5efe8, #ded4cb);
  color: var(--red);
}

.corporate-faq-list {
  max-width: 1020px;
  margin: 0 auto;
  border-top: 1px solid rgba(77,7,8,.22);
}

.corporate-faq-list details {
  border-bottom: 1px solid rgba(77,7,8,.22);
}

.corporate-faq-list summary {
  padding: 26px 10px;
  color: var(--red);
  font-size: 26px;
  cursor: pointer;
}

.corporate-faq-list details p {
  margin: 0;
  padding: 0 8px 26px 34px;
  max-width: 760px;
  color: #3a1712;
  font-size: 18px;
  line-height: 1.58;
}

.method-hero {
  display: grid;
  grid-template-columns: minmax(520px, 1fr) minmax(420px, .62fr);
  gap: 64px;
  align-items: end;
  min-height: 760px;
  padding: 120px;
  background:
    linear-gradient(90deg, rgba(18,7,7,.96), rgba(77,7,8,.8) 50%, rgba(18,7,7,.5)),
    url("/assets/site-media/dsc00630.jpg-fd9fad9ae0.jpg") center / cover no-repeat;
  border-bottom: 1px solid rgba(169,119,62,.45);
}

.method-hero-copy {
  max-width: 900px;
  padding-left: 34px;
  border-left: 1px solid rgba(169,119,62,.78);
  text-shadow: 0 24px 70px rgba(0,0,0,.65);
}

.method-hero .eyebrow,
.method-sequence .eyebrow,
.method-founder .eyebrow,
.method-proof .eyebrow,
.method-motion .eyebrow {
  color: var(--gold);
  letter-spacing: .2em;
  text-transform: uppercase;
}

.method-hero h1 {
  margin: 0 0 28px;
  color: #f7eadc;
  font-size: 64px;
  line-height: .98;
  font-weight: 500;
}

.method-hero-copy p:last-child,
.method-hero-card p,
.method-sequence p,
.method-founder p,
.method-proof p,
.method-motion p,
.method-cta p,
.method-inquire p {
  color: #f0dccb;
  font-size: 18px;
  line-height: 1.62;
}

.method-hero-card {
  padding: 44px;
  border: 1px solid rgba(169,119,62,.48);
  background: rgba(15,7,7,.74);
  box-shadow: 0 34px 90px rgba(0,0,0,.34);
}

.method-hero-card h2,
.method-hero-card h3 {
  margin: 0 0 22px;
  color: #f7eadc;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 500;
}

.method-sequence {
  padding: 88px 120px 110px;
  background:
    radial-gradient(circle at 12% 18%, rgba(169,119,62,.12), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(77,7,8,.07), transparent 28%),
    linear-gradient(180deg, #f7f1ea, #e5dcd3);
  color: var(--red);
}

.method-sequence-intro {
  display: grid;
  grid-template-columns: minmax(230px, .36fr) minmax(0, 1fr);
  gap: 42px 72px;
  align-items: start;
  max-width: 1220px;
  margin: 0 auto 54px;
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(77,7,8,.18);
}

.method-sequence-intro .eyebrow {
  position: relative;
  margin-top: 12px;
  padding-top: 18px;
}

.method-sequence-intro .eyebrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 1px;
  background: rgba(169,119,62,.8);
}

.method-sequence-intro h2,
.method-founder h2,
.method-proof h2,
.method-motion h2 {
  margin: 0 0 24px;
  color: var(--red);
  font-size: 62px;
  line-height: .98;
  font-weight: 500;
}

.method-sequence-intro h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.method-sequence-intro > p:not(.eyebrow) {
  grid-column: 2;
  max-width: 820px;
  margin: -12px 0 0;
  padding-left: 34px;
  border-left: 1px solid rgba(169,119,62,.42);
}

.method-sequence-intro p,
.method-phases p,
.method-sequence-footer p {
  color: #3a1712;
}

.method-phases {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1220px;
  margin: 0 auto;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.method-phases article {
  position: relative;
  min-height: 320px;
  padding: 34px 30px 32px;
  border: 1px solid rgba(77,7,8,.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.32));
  box-shadow: 0 28px 70px rgba(77,7,8,.09);
}

.method-phases article::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(169,119,62,.18);
  pointer-events: none;
}

.method-phases article::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--red), rgba(169,119,62,.82));
  opacity: .78;
}

.method-phases span,
.method-stats strong,
.method-cta strong {
  display: block;
  color: var(--gold);
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
}

.method-phases h3 {
  margin: 24px 0 16px;
  color: var(--red);
  font-size: 29px;
  line-height: 1.08;
  font-weight: 600;
}

.method-phases p {
  font-size: 17px;
  line-height: 1.58;
}

.method-sequence-footer {
  display: grid;
  grid-template-columns: minmax(340px, .72fr) minmax(520px, 1fr);
  gap: 52px;
  align-items: center;
  max-width: 1180px;
  margin: 58px auto 0;
  padding: 44px 48px 40px;
  border: 1px solid rgba(77,7,8,.18);
  background:
    linear-gradient(135deg, rgba(255,255,255,.68), rgba(255,255,255,.24));
  box-shadow: 0 32px 76px rgba(77,7,8,.09);
}

.method-sequence-statement > p:first-child,
.method-cta span,
.method-inquire .french,
.method-credit {
  color: var(--gold);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.method-sequence-statement {
  padding-right: 48px;
  border-right: 1px solid rgba(77,7,8,.22);
}

.method-sequence blockquote,
.method-proof blockquote,
.method-cta blockquote {
  margin: 26px auto 0;
  color: var(--red);
  font-size: 40px;
  line-height: 1.12;
  font-weight: 500;
}

.method-sequence-notes p {
  margin: 0 0 18px;
}

.method-sequence-notes p:last-child {
  margin-bottom: 0;
}

.method-actions {
  display: flex;
  grid-column: 1 / -1;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  margin-top: 0;
  border-top: 1px solid rgba(77,7,8,.16);
  padding-top: 26px;
}

.method-actions .btn {
  min-width: 238px;
  padding: 17px 24px;
  border-color: var(--red);
  background: var(--red);
  color: #f7eadc;
  box-shadow: none;
  text-align: center;
}

.method-actions .text-link,
.method-founder .text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.method-actions .text-link {
  min-height: 50px;
  padding: 0 26px;
  border: 1px solid rgba(77,7,8,.28);
  border-left: 0;
  color: var(--red);
  background: rgba(255,255,255,.34);
}

.method-founder {
  display: grid;
  grid-template-columns: minmax(360px, .48fr) minmax(0, 1fr);
  gap: 66px;
  padding: 112px 120px;
  background:
    radial-gradient(circle at 78% 12%, rgba(169,119,62,.14), transparent 27%),
    linear-gradient(135deg, #120707 0%, #080808 58%, #160909 100%);
  border-top: 1px solid rgba(169,119,62,.42);
  border-bottom: 1px solid rgba(169,119,62,.42);
}

.method-founder-media {
  position: sticky;
  top: 92px;
  align-self: start;
  height: 700px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(169,119,62,.5);
  background: #080808;
  box-shadow: 0 34px 90px rgba(0,0,0,.32);
}

.method-founder-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.78) contrast(1.08) brightness(.78);
}

.method-founder-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.06), rgba(18,7,7,.84)),
    linear-gradient(90deg, rgba(18,7,7,.32), transparent 55%);
}

.method-founder-kicker {
  position: absolute;
  z-index: 2;
  left: 30px;
  right: 30px;
  bottom: 30px;
  padding: 30px 34px;
  border: 1px solid rgba(169,119,62,.68);
  background:
    linear-gradient(135deg, rgba(18,7,7,.88), rgba(44,13,12,.72));
  backdrop-filter: blur(8px);
  box-shadow:
    0 22px 54px rgba(0,0,0,.38),
    inset 0 0 0 1px rgba(255,255,255,.035);
  text-align: center;
}

.method-founder-kicker::before,
.method-founder-kicker::after {
  content: "";
  display: block;
  width: 78px;
  height: 1px;
  margin: 0 auto 18px;
  background: linear-gradient(90deg, transparent, rgba(169,119,62,.9), transparent);
}

.method-founder-kicker::after {
  margin: 18px auto 0;
}

.method-founder-kicker p,
.method-subhead {
  color: var(--gold);
  letter-spacing: .08em;
}

.method-founder-kicker p {
  margin: 0;
  color: #f7eadc;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.method-founder-kicker p + p {
  margin-top: 16px;
  color: var(--gold);
  font-size: 15px;
  letter-spacing: .18em;
}

.method-founder h2,
.method-founder p,
.method-proof h2,
.method-proof p,
.method-motion h2,
.method-motion p {
  color: #f7eadc;
}

.method-founder-copy {
  position: relative;
  max-width: 980px;
  padding: 54px 62px;
  border: 1px solid rgba(169,119,62,.32);
  background:
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.018));
}

.method-founder-copy::before {
  content: "THE METHOD";
  position: absolute;
  right: 34px;
  bottom: 24px;
  color: rgba(169,119,62,.08);
  font-family: "Cormorant Garamond", serif;
  font-size: 92px;
  line-height: 1;
  letter-spacing: .16em;
  pointer-events: none;
}

.method-signature {
  margin-top: 34px;
  color: #d7a45f !important;
  font-size: 42px !important;
  font-style: italic;
}

.method-founder .text-link {
  margin-top: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(169,119,62,.52);
}

.method-proof {
  display: grid;
  grid-template-columns: minmax(560px, .92fr) minmax(430px, .58fr);
  gap: 54px;
  align-items: stretch;
  padding: 92px 120px 100px;
  background:
    radial-gradient(circle at 28% 0, rgba(143,28,30,.92), var(--red) 48%, #170606);
}

.method-proof-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 560px;
  padding: 36px 0;
}

.method-proof-media {
  align-self: stretch;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
  padding: 18px;
  border: 1px solid rgba(169,119,62,.44);
  background:
    linear-gradient(180deg, rgba(18,7,7,.7), rgba(18,7,7,.38));
  box-shadow: 0 34px 90px rgba(0,0,0,.28);
}

.method-proof-media img {
  height: 100%;
  min-height: 390px;
  max-height: 500px;
  object-position: center center;
}

.method-proof-media .btn {
  width: fit-content;
  min-width: 190px;
  padding: 15px 22px;
}

.method-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 16px 0;
}

.method-stats div {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 16px 10px;
  border: 1px solid rgba(169,119,62,.24);
  text-align: center;
}

.method-stats span {
  display: block;
  color: #f0dccb;
  font-size: 11px;
  line-height: 1.25;
  letter-spacing: .08em;
}

.method-stats strong {
  font-size: 36px;
  line-height: .9;
}

.method-proof > blockquote {
  grid-column: 1 / -1;
  max-width: 1120px;
  margin: 28px auto 0;
  padding: 34px 70px 0;
  border-top: 1px solid rgba(169,119,62,.34);
  color: #f7eadc;
  text-align: center;
  font-size: 38px;
}

.method-credit {
  grid-column: 1 / -1;
  margin: 18px 0 0;
  text-align: center;
}

.method-motion {
  display: grid;
  grid-template-columns: minmax(460px, .8fr) 1fr;
  gap: 58px;
  align-items: center;
  padding: 100px 120px;
  background: #090909;
}

.method-video-card {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 42px;
  border: 1px solid rgba(169,119,62,.44);
  background:
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.76)),
    url("/assets/site-media/dsc00630.jpg-fd9fad9ae0.jpg") center / cover no-repeat;
}

.method-video-card h3 {
  margin: 0 0 16px;
  color: #f7eadc;
  font-size: 42px;
  font-weight: 500;
}

.method-video-card p {
  margin: 0 0 8px;
  font-size: 13px;
  letter-spacing: .12em;
}

.method-cta,
.method-inquire {
  padding: 88px 120px;
  text-align: center;
  background: linear-gradient(180deg, #6a0e10, var(--red));
  border-top: 1px solid rgba(169,119,62,.42);
}

.method-cta > div {
  margin-bottom: 28px;
}

.method-cta blockquote {
  max-width: 960px;
  color: #f7eadc;
}

.method-inquire {
  background: linear-gradient(180deg, var(--red), #170606);
}

.method-inquire .btn {
  min-width: 360px;
  margin-bottom: 26px;
}

.method-hero-current {
  grid-template-columns: minmax(560px, 1fr) minmax(420px, .68fr);
  align-items: center;
  min-height: 700px;
  background:
    linear-gradient(90deg, rgba(247,241,234,.98) 0%, rgba(247,241,234,.92) 50%, rgba(247,241,234,.72)),
    radial-gradient(circle at 88% 10%, rgba(169,119,62,.16), transparent 30%);
}

.method-hero-current .method-hero-copy {
  border-left-color: rgba(77,7,8,.24);
  text-shadow: none;
}

.method-hero-current .eyebrow,
.method-hero-current h1,
.method-hero-current .method-hero-copy p:last-child {
  color: var(--red);
}

.method-hero-current h1 {
  max-width: 900px;
  font-size: 70px;
}

.method-order-card {
  background: rgba(255,255,255,.62);
  border-color: rgba(77,7,8,.22);
  box-shadow: 0 34px 90px rgba(77,7,8,.12);
}

.method-order-card ol {
  display: grid;
  gap: 18px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.method-order-card li,
.method-order-card p {
  color: #3a1712;
  font-size: 17px;
  line-height: 1.55;
}

.method-order-card strong {
  color: var(--red);
}

.method-framework {
  padding: 105px 120px;
  background:
    linear-gradient(135deg, rgba(17,5,5,.98), rgba(55,9,10,.9)),
    #130606;
  border-top: 1px solid rgba(169,119,62,.42);
  border-bottom: 1px solid rgba(169,119,62,.42);
  text-align: center;
}

.method-framework h2 {
  max-width: 900px;
  margin: 20px auto 28px;
  color: #f7eadc;
  font-size: 66px;
  line-height: .98;
  font-weight: 500;
}

.method-framework p:not(.eyebrow) {
  max-width: 980px;
  margin: 0 auto;
  color: #f0dccb;
  font-size: 20px;
  line-height: 1.72;
}

.method-comparison,
.method-foundation,
.method-beyond {
  padding: 96px 120px;
  background:
    radial-gradient(circle at 85% 8%, rgba(169,119,62,.1), transparent 30%),
    linear-gradient(180deg, #f8f2ec, #e7ddd4);
  color: var(--red);
}

.method-comparison .section-heading,
.method-foundation > div:first-child,
.method-beyond > div:first-child {
  max-width: 1040px;
  margin: 0 auto 44px;
  text-align: center;
}

.method-comparison h2,
.method-foundation h2,
.method-beyond h2,
.method-standard blockquote {
  margin: 0;
  color: var(--red);
  font-size: 58px;
  line-height: 1;
  font-weight: 500;
}

.method-comparison .section-heading p,
.method-foundation-copy p,
.method-foundation-uses p,
.method-beyond-copy p,
.method-beyond-grid p,
.method-standard p {
  color: #3a1712;
  font-size: 18px;
  line-height: 1.68;
}

.method-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}

.method-compare-grid article,
.method-foundation-uses article,
.method-beyond-grid article,
.method-prelude,
.method-standard {
  border: 1px solid rgba(77,7,8,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.34));
  box-shadow: 0 28px 70px rgba(77,7,8,.08);
}

.method-compare-grid article {
  padding: 40px;
}

.method-compare-grid h3,
.method-foundation-uses h3,
.method-beyond-grid h3,
.method-prelude h3 {
  margin: 0 0 22px;
  color: var(--red);
  font-size: 28px;
  line-height: 1.12;
  font-weight: 600;
}

.method-compare-grid p {
  position: relative;
  margin: 0;
  padding: 17px 0 17px 28px;
  border-top: 1px solid rgba(77,7,8,.12);
  color: #3a1712;
  font-size: 17px;
  line-height: 1.45;
}

.method-compare-grid p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 27px;
  width: 8px;
  height: 8px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}

.method-foundation {
  display: grid;
  grid-template-columns: minmax(340px, .8fr) minmax(500px, 1fr);
  gap: 50px 72px;
  align-items: start;
}

.method-foundation > div:first-child,
.method-beyond > div:first-child {
  margin: 0;
  text-align: left;
}

.method-foundation-copy {
  padding-left: 42px;
  border-left: 1px solid rgba(77,7,8,.18);
}

.method-foundation-uses {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.method-foundation-uses .eyebrow {
  grid-column: 1 / -1;
}

.method-foundation-uses article,
.method-beyond-grid article {
  padding: 30px;
}

.method-sequence-current {
  grid-template-columns: minmax(300px, .48fr) 1fr;
}

.method-prelude {
  max-width: 1220px;
  margin: -18px auto 34px;
  padding: 34px 40px;
}

.method-prelude p {
  max-width: 840px;
  margin-bottom: 0;
}

.method-phases article strong {
  display: block;
  margin-top: auto;
  padding-top: 18px;
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.method-beyond {
  display: grid;
  grid-template-columns: minmax(420px, .8fr) 1fr;
  gap: 46px 70px;
  background:
    radial-gradient(circle at 20% 12%, rgba(169,119,62,.1), transparent 28%),
    linear-gradient(135deg, #130606, #080808 58%, #160909);
}

.method-beyond h2,
.method-beyond p,
.method-beyond-copy p,
.method-beyond-grid p,
.method-beyond-grid h3 {
  color: #f7eadc;
}

.method-beyond-copy {
  padding-left: 42px;
  border-left: 1px solid rgba(169,119,62,.32);
}

.method-beyond-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.method-beyond-grid article {
  border-color: rgba(169,119,62,.28);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.018));
  box-shadow: 0 28px 80px rgba(0,0,0,.24);
}

.method-standard {
  display: grid;
  grid-template-columns: minmax(420px, .86fr) minmax(500px, 1fr);
  gap: 42px 64px;
  max-width: none;
  margin: 0;
  padding: 92px 120px;
  background:
    radial-gradient(circle at 78% 10%, rgba(169,119,62,.12), transparent 30%),
    linear-gradient(180deg, #f8f2ec, #e7ddd4);
  box-shadow: none;
}

.method-standard blockquote {
  margin: 0;
}

.method-standard .method-actions {
  grid-column: 1 / -1;
}

.investment-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #110505;
  border-bottom: 1px solid rgba(169,119,62,.55);
}

.investment-hero-bg,
.investment-hero-overlay {
  position: absolute;
  inset: 0;
}

.investment-hero-bg {
  object-position: center 54%;
  transform: scale(1.005);
  filter: saturate(.94) contrast(1.05);
}

.investment-hero-overlay {
  background:
    linear-gradient(90deg, rgba(17,5,5,.94) 0%, rgba(77,7,8,.7) 36%, rgba(17,5,5,.12) 72%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.72));
}

.investment-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 850px;
  padding: 22px 0 22px 116px;
}

.investment-hero-copy h1 {
  margin: 18px 0 20px;
  color: #f7eadc;
  font-size: 72px;
  line-height: .95;
  font-weight: 500;
}

.investment-hero-copy h3 {
  margin: 0 0 24px;
  color: #f4dec6;
  font-size: 27px;
  line-height: 1.22;
  font-weight: 500;
}

.investment-hero-copy p:last-child {
  margin: 0;
  color: var(--gold);
  font-size: 15px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.investment-determines {
  display: grid;
  grid-template-columns: minmax(360px, .86fr) minmax(420px, 1fr);
  gap: 72px;
  align-items: start;
  padding: 104px 120px 96px;
  background:
    radial-gradient(circle at 12% 0, rgba(169,119,62,.11), transparent 30%),
    linear-gradient(180deg, #f8f2ec, #e9ded5);
  color: var(--red);
}

.investment-determines h2,
.investment-method h2,
.investment-scopes h2,
.investment-structure h2 {
  margin: 0;
  color: var(--red);
  font-size: 56px;
  line-height: 1;
  font-weight: 500;
}

.investment-determines-copy {
  max-width: 760px;
  padding: 34px 0 0 42px;
  border-left: 1px solid rgba(77,7,8,.18);
}

.investment-determines-copy p,
.investment-method p,
.investment-scopes p,
.investment-structure p,
.investment-inquire p {
  font-size: 19px;
  line-height: 1.7;
}

.investment-determines-copy .btn {
  margin-top: 18px;
  min-width: 210px;
  background: var(--red);
}

.investment-method {
  padding: 78px 120px;
  background:
    linear-gradient(90deg, rgba(16,5,5,.98), rgba(77,7,8,.8) 47%, rgba(16,5,5,.92)),
    url("/assets/site-media/dsc00630.jpg-fd9fad9ae0.jpg") center 48% / cover no-repeat;
  border-top: 1px solid rgba(169,119,62,.45);
  border-bottom: 1px solid rgba(169,119,62,.45);
}

.investment-method-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 46px 52px;
  border: 1px solid rgba(169,119,62,.5);
  background:
    linear-gradient(135deg, rgba(10,5,5,.86), rgba(24,8,8,.58)),
    rgba(10,5,5,.64);
  box-shadow: 0 30px 100px rgba(0,0,0,.34);
}

.investment-method h2,
.investment-method p {
  color: #f7eadc;
}

.investment-method h2 {
  max-width: 860px;
  font-size: 48px;
  line-height: 1.02;
}

.investment-method p {
  max-width: 930px;
  font-size: 18px;
}

.investment-sequence {
  margin: 24px 0;
  color: var(--gold) !important;
  font-size: 15px !important;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.investment-scopes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding: 88px 88px;
  background:
    radial-gradient(circle at 52% 0, rgba(169,119,62,.12), transparent 34%),
    linear-gradient(180deg, #170505, #090303);
  border-bottom: 1px solid rgba(169,119,62,.5);
}

.investment-scopes article {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(169,119,62,.34);
  background:
    linear-gradient(180deg, rgba(33,8,8,.96), rgba(12,4,4,1));
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
  overflow: hidden;
}

.investment-scope-media {
  position: relative;
  height: 205px;
  background: #130606;
  border-bottom: 1px solid rgba(169,119,62,.34);
}

.investment-scope-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(77,7,8,.42)),
    linear-gradient(90deg, rgba(77,7,8,.18), transparent 45%, rgba(0,0,0,.16));
  pointer-events: none;
}

.investment-scope-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.04);
}

.investment-scopes article:nth-child(1) .investment-scope-media img {
  object-position: 72% 52%;
}

.investment-scopes article:nth-child(2) .investment-scope-media img {
  object-position: center 58%;
}

.investment-scopes article:nth-child(3) .investment-scope-media img {
  object-position: center 48%;
}

.investment-scope-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 30px 30px 28px;
}

.investment-scopes span {
  display: block;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.investment-scopes h2 {
  margin: 18px 0 16px;
  color: #f7eadc;
  font-size: 31px;
  line-height: 1.05;
}

.investment-scopes p {
  margin: 0 0 28px;
  color: #f4e7dc;
  font-size: 16px;
  line-height: 1.62;
}

.investment-scopes .text-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(169,119,62,.8);
  color: #f7eadc;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .15em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.investment-scopes .text-link:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #190707;
}

.investment-scope-details {
  margin-top: auto;
}

.investment-scope-details summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  padding: 0 18px;
  border: 1px solid rgba(169,119,62,.8);
  color: #f7eadc;
  cursor: pointer;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .15em;
  line-height: 1.25;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.investment-scope-details summary::-webkit-details-marker {
  display: none;
}

.investment-scope-details summary:hover,
.investment-scope-details[open] summary {
  background: var(--gold);
  border-color: var(--gold);
  color: #190707;
}

.investment-scope-details[open] summary {
  margin-bottom: 22px;
}

.investment-scope-details[open] summary::after {
  content: " Close";
}

.investment-scope-panel {
  border-top: 1px solid rgba(169,119,62,.32);
  padding-top: 22px;
}

.investment-scope-panel h3 {
  margin: 26px 0 10px;
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.investment-scope-panel p {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.65;
}

.investment-scope-panel ul {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.investment-scope-panel li {
  position: relative;
  padding-left: 18px;
  color: #f4e7dc;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 15px;
  line-height: 1.55;
}

.investment-scope-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 5px;
  height: 5px;
  border: 1px solid rgba(169,119,62,.9);
  transform: rotate(45deg);
}

.investment-scope-panel strong {
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.investment-scope-panel .text-link {
  margin: 22px 0 16px;
  width: 100%;
}

.investment-structure {
  display: grid;
  grid-template-columns: minmax(360px, .72fr) minmax(500px, 1fr);
  gap: 68px;
  align-items: center;
  padding: 104px 120px;
  background:
    radial-gradient(circle at 84% 10%, rgba(169,119,62,.1), transparent 28%),
    linear-gradient(180deg, #f7f1eb, #e4d9d0);
  color: var(--red);
}

.investment-structure-media {
  height: 430px;
  border: 1px solid rgba(77,7,8,.18);
  box-shadow: 0 30px 80px rgba(77,7,8,.14);
  overflow: hidden;
}

.investment-structure-media img {
  object-position: center 48%;
}

.investment-structure-copy {
  max-width: 780px;
  padding: 10px 0 10px 44px;
  border-left: 1px solid rgba(77,7,8,.18);
}

.investment-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.investment-links a {
  min-width: 218px;
  padding: 16px 20px 15px;
  border: 1px solid rgba(77,7,8,.28);
  color: var(--red);
  text-align: center;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.investment-links a:hover {
  background: var(--red);
  color: #f7eadc;
}

.investment-inquire {
  padding: 80px 120px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, rgba(169,119,62,.1), transparent 36%),
    linear-gradient(180deg, #6f0f10, #3c0708);
  border-top: 1px solid rgba(169,119,62,.45);
}

.investment-inquire .btn {
  min-width: 280px;
  margin-bottom: 22px;
  background: #f7f1eb;
  color: var(--red);
  border-color: #f7f1eb;
}

.investment-inquire p {
  margin: 0 0 14px;
  color: #f7eadc;
}

.investment-inquire .french {
  color: var(--gold);
  font-style: italic;
}

@media (max-width: 1180px) {
  .investment-determines,
  .investment-structure {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-left: 56px;
    padding-right: 56px;
  }

  .investment-determines-copy,
  .investment-structure-copy {
    max-width: none;
    padding-left: 0;
    border-left: 0;
  }

  .investment-scopes {
    grid-template-columns: 1fr;
    padding-left: 56px;
    padding-right: 56px;
  }

  .investment-scope-media {
    height: 280px;
  }
}

@media (max-width: 760px) {
  .investment-hero {
    min-height: 590px;
    align-items: flex-end;
  }

  .investment-hero-bg {
    object-position: center 50%;
  }

  .investment-hero-overlay {
    background:
      linear-gradient(90deg, rgba(17,5,5,.94), rgba(77,7,8,.62) 48%, rgba(17,5,5,.36)),
      linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.78));
  }

  .investment-hero-copy {
    padding: 0 24px 44px;
  }

  .investment-hero-copy h1,
  .investment-determines h2,
  .investment-method h2,
  .investment-structure h2 {
    font-size: clamp(38px, 12vw, 52px);
    line-height: 1.02;
  }

  .investment-hero-copy h3 {
    font-size: 21px;
  }

  .investment-hero-copy p:last-child,
  .investment-sequence {
    font-size: 12px !important;
    letter-spacing: .09em;
  }

  .investment-determines,
  .investment-method,
  .investment-scopes,
  .investment-structure,
  .investment-inquire {
    padding-left: 24px;
    padding-right: 24px;
  }

  .investment-determines,
  .investment-structure {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .investment-method {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .investment-method-inner {
    padding: 30px 24px;
  }

  .investment-scopes {
    gap: 18px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .investment-scope-media,
  .investment-structure-media {
    height: 230px;
  }

  .investment-scope-copy {
    padding: 26px 22px;
  }

  .investment-scopes h2 {
    font-size: 28px;
  }

  .investment-determines-copy p,
  .investment-method p,
  .investment-scopes p,
  .investment-structure p,
  .investment-inquire p {
    font-size: 17px;
    line-height: 1.62;
  }

  .investment-links,
  .investment-links a,
  .investment-inquire .btn {
    width: 100%;
  }
}

.experience-hero {
  position: relative;
  min-height: 780px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #120707;
  border-bottom: 1px solid rgba(169,119,62,.5);
}

.experience-hero-bg,
.experience-hero-shade {
  position: absolute;
  inset: 0;
}

.experience-hero-bg {
  object-position: center 43%;
}

.experience-hero-shade {
  background:
    linear-gradient(90deg, rgba(77,7,8,.92) 0%, rgba(77,7,8,.54) 38%, rgba(10,10,10,.18) 72%),
    linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.66));
}

.experience-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 840px;
  padding: 0 0 96px 116px;
}

.experience-hero-copy h1,
.experience-intro h2,
.experience-process h2,
.experience-outcome h2,
.experience-standard h2,
.experience-renderings h2,
.experience-faq h2,
.experience-closing h2 {
  margin: 0;
  font-size: 70px;
  line-height: .96;
  font-weight: 500;
}

.experience-hero-copy h1 {
  color: #f7eadc;
}

.experience-hero-copy h3 {
  margin: 24px 0;
  color: #f3dfca;
  font-size: 29px;
  line-height: 1.2;
  font-weight: 500;
}

.experience-hero-copy p:last-child {
  color: var(--gold);
  font-size: 16px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.experience-intro {
  display: grid;
  grid-template-columns: minmax(460px, .82fr) minmax(620px, 1fr);
  gap: 96px;
  padding: 108px 120px 118px;
  background:
    radial-gradient(circle at 82% 12%, rgba(169,119,62,.14), transparent 28%),
    linear-gradient(180deg, #f8f2ec, #e7ddd4);
  color: var(--red);
  border-bottom: 1px solid rgba(77,7,8,.18);
}

.experience-intro-title {
  position: sticky;
  top: 30px;
  align-self: start;
  padding-top: 10px;
}

.experience-intro-title::after {
  content: "";
  display: block;
  width: 190px;
  height: 1px;
  margin-top: 34px;
  background: rgba(169,119,62,.72);
}

.experience-intro h2,
.experience-process h2,
.experience-renderings h2,
.experience-faq h2 {
  color: var(--red);
}

.experience-intro-copy p,
.experience-process p,
.experience-outcome p,
.experience-standard p,
.experience-renderings p,
.experience-faq p,
.experience-closing p {
  font-size: 20px;
  line-height: 1.64;
}

.experience-intro-copy {
  max-width: 900px;
  padding: 34px 0 0 54px;
  border-left: 1px solid rgba(169,119,62,.44);
}

.experience-intro-copy p {
  max-width: 860px;
  margin: 0 0 20px;
}

.experience-intro-copy span,
.experience-location {
  color: var(--gold);
  font-style: italic;
}

.experience-intro-copy .btn {
  margin-top: 22px;
  background: var(--red);
}

.experience-process {
  padding: 100px 90px 96px;
  background:
    radial-gradient(circle at 50% 0, rgba(77,7,8,.32), transparent 34%),
    linear-gradient(180deg, #120707, #050505);
  border-top: 1px solid rgba(169,119,62,.45);
  border-bottom: 1px solid rgba(169,119,62,.45);
}

.experience-process-head {
  max-width: 980px;
  margin: 0 auto 52px;
  text-align: center;
}

.experience-process h2,
.experience-process p {
  color: #f7eadc;
}

.experience-phase-grid span {
  display: block;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.experience-phase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
  max-width: 1540px;
  margin: 0 auto;
}

.experience-phase-grid details {
  border: 1px solid rgba(169,119,62,.34);
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  box-shadow: 0 24px 80px rgba(0,0,0,.26);
}

.experience-phase-grid details[open] {
  background:
    linear-gradient(180deg, rgba(77,7,8,.42), rgba(14,7,7,.98));
  border-color: rgba(169,119,62,.54);
}

.experience-phase-grid summary {
  position: relative;
  display: block;
  min-height: 184px;
  padding: 34px 76px 32px 36px;
  cursor: pointer;
  list-style: none;
}

.experience-phase-grid summary::-webkit-details-marker {
  display: none;
}

.experience-phase-grid summary::after {
  content: "+";
  position: absolute;
  top: 34px;
  right: 34px;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  line-height: 1;
}

.experience-phase-grid details[open] summary::after {
  content: "-";
}

.experience-phase-grid h2 {
  margin: 24px 0 14px;
  color: #f7eadc;
  font-size: 34px;
  line-height: 1.04;
}

.experience-phase-grid p {
  margin: 0;
  color: #f4e7dc;
  font-size: 16px;
}

.experience-phase-content {
  padding: 0 36px 36px;
}

.experience-phase-content p {
  max-width: 760px;
  margin: 0 0 18px;
  color: #ead8ca;
  font-size: 16px;
  line-height: 1.6;
}

.experience-phase-content strong {
  color: #fff2e4;
  font-weight: 600;
}

.experience-phase-content .phase-truth {
  margin-top: 24px;
  padding: 22px 24px;
  border-left: 1px solid rgba(169,119,62,.72);
  background: rgba(169,119,62,.08);
  color: var(--gold);
  font-style: italic;
}

.experience-outcome {
  display: grid;
  grid-template-columns: .72fr 1fr;
  gap: 80px;
  padding: 104px 120px;
  background:
    linear-gradient(90deg, rgba(77,7,8,.72), rgba(77,7,8,.88)),
    url("/assets/site-media/velvet-night-2-imgg-gi3-_k8g8j1k.png-6ab6d47ec0.webp") center / cover no-repeat;
}

.experience-outcome h2,
.experience-outcome p,
.experience-standard h2,
.experience-standard p,
.experience-standard blockquote,
.experience-closing h2,
.experience-closing p {
  color: #f7eadc;
}

.experience-outcome .btn {
  margin: 18px 0 24px;
}

.experience-standard {
  display: grid;
  grid-template-columns: .82fr 1fr;
  gap: 74px;
  align-items: center;
  padding: 112px 120px;
  background: radial-gradient(circle at 80% 0, #7b1415, var(--red) 54%, #170606);
}

.experience-standard-media {
  height: 650px;
  border: 1px solid rgba(169,119,62,.42);
  box-shadow: 0 34px 92px rgba(0,0,0,.32);
}

.experience-standard-media img {
  object-position: center;
}

.experience-standard blockquote {
  margin: 34px 0 0;
  color: var(--gold);
  font-size: 42px;
  line-height: 1.08;
}

.experience-renderings {
  display: grid;
  grid-template-columns: minmax(560px, .92fr) minmax(560px, 1fr);
  gap: 92px;
  padding: 108px 120px 116px;
  background:
    radial-gradient(circle at 90% 16%, rgba(169,119,62,.16), transparent 30%),
    linear-gradient(180deg, #f8f2ec, #e5dbd2);
  color: var(--red);
  border-top: 1px solid rgba(77,7,8,.16);
  border-bottom: 1px solid rgba(77,7,8,.16);
}

.experience-renderings > div:first-child {
  padding-right: 34px;
  border-right: 1px solid rgba(169,119,62,.38);
}

.experience-renderings > div:last-child {
  max-width: 900px;
  align-self: center;
}

.experience-renderings h4 {
  margin: 26px 0 0;
  color: var(--gold);
  font-size: 26px;
  line-height: 1.25;
  font-weight: 500;
}

.experience-renderings .btn {
  margin-top: 22px;
  background: var(--red);
}

.experience-faq {
  display: grid;
  grid-template-columns: .46fr 1fr;
  gap: 72px;
  padding: 108px 120px;
  background: #eee5dc;
  color: var(--red);
}

.experience-faq-head {
  position: sticky;
  top: 30px;
  align-self: start;
}

.experience-faq h4 {
  color: #6a2a21;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
}

.experience-faq-list details {
  border-top: 1px solid rgba(77,7,8,.26);
  padding: 24px 0;
}

.experience-faq-list details:last-child {
  border-bottom: 1px solid rgba(77,7,8,.26);
}

.experience-faq-list summary {
  cursor: pointer;
  color: var(--red);
  font-size: 30px;
  line-height: 1.15;
  list-style: none;
}

.experience-faq-list summary::-webkit-details-marker {
  display: none;
}

.experience-faq-list summary::before {
  content: "+";
  display: inline-block;
  width: 32px;
  color: var(--gold);
}

.experience-faq-list details[open] summary::before {
  content: "-";
}

.experience-faq-list p {
  margin: 18px 0 0 32px;
  color: #3a1712;
}

.experience-closing {
  padding: 54px 120px 56px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(77,7,8,.92), rgba(77,7,8,.96)),
    url("/assets/site-media/alexandria-design-house-package-image-1-.png-a548a3cc12.png") center / cover no-repeat;
  border-top: 1px solid rgba(169,119,62,.45);
}

.experience-closing h2 {
  max-width: 760px;
  margin: 0 auto 22px;
  font-size: clamp(28px, 2.7vw, 38px);
  line-height: 1.2;
  font-weight: 400;
}

.experience-closing .btn {
  min-width: 230px;
  min-height: 46px;
  margin-top: 8px;
}

.experience-closing p {
  margin-bottom: 14px;
  font-size: 17px;
  font-weight: 400;
}

.inquire-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  padding: 0 120px 86px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(20,5,5,.94), rgba(77,7,8,.74) 48%, rgba(20,5,5,.34)),
    url("/assets/site-media/alexandria-design-house-package-image-1-.png-a548a3cc12.png") center 42% / cover no-repeat;
  border-bottom: 1px solid rgba(169,119,62,.5);
}

.inquire-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(10,4,4,.86));
  pointer-events: none;
}

.inquire-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 1030px;
}

.inquire-hero h1,
.inquire-intro h2,
.inquire-form-intro h2 {
  margin: 0;
  color: #f7eadc;
  font-size: 70px;
  line-height: .96;
  font-weight: 500;
}

.inquire-hero p:last-child {
  margin: 26px 0 0;
  color: var(--gold);
  font-size: 16px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.inquire-intro {
  display: grid;
  grid-template-columns: minmax(520px, .92fr) minmax(520px, 1fr);
  gap: 92px;
  padding: 104px 120px;
  background:
    radial-gradient(circle at 84% 8%, rgba(169,119,62,.16), transparent 30%),
    linear-gradient(180deg, #f8f2ec, #e6dcd3);
  color: var(--red);
  border-bottom: 1px solid rgba(77,7,8,.18);
}

.inquire-intro h2 {
  color: var(--red);
}

.inquire-intro-copy {
  align-self: end;
  padding: 32px 0 0 52px;
  border-left: 1px solid rgba(169,119,62,.44);
}

.inquire-intro-copy p {
  max-width: 760px;
  margin: 0 0 24px;
  color: var(--red);
  font-size: 22px;
  line-height: 1.55;
}

.inquire-intro-copy a {
  color: var(--red);
  border-bottom: 1px solid rgba(77,7,8,.45);
}

.inquire-form-section {
  display: grid;
  grid-template-columns: minmax(360px, .42fr) minmax(720px, 1fr);
  gap: 64px;
  align-items: start;
  padding: 96px 90px 110px;
  background:
    radial-gradient(circle at 20% 4%, rgba(122,21,22,.36), transparent 34%),
    linear-gradient(180deg, #130606, #050505);
  border-bottom: 1px solid rgba(169,119,62,.45);
}

.inquire-form-intro {
  position: sticky;
  top: 34px;
  padding: 42px 38px;
  border: 1px solid rgba(169,119,62,.42);
  background: linear-gradient(180deg, rgba(77,7,8,.42), rgba(12,5,5,.86));
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
}

.inquire-form-intro h2 {
  font-size: 52px;
  line-height: 1;
}

.inquire-form-intro p {
  margin: 26px 0 0;
  color: #f4e7dc;
  font-size: 20px;
  line-height: 1.5;
}

.inquire-form-shell {
  padding: 18px;
  border: 1px solid rgba(169,119,62,.48);
  background: #f8f2ec;
  box-shadow: 0 34px 100px rgba(0,0,0,.36);
}

.inquire-form-fallback {
  margin: 14px 0 0;
  color: var(--red);
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.inquire-form-fallback a {
  color: var(--red);
  border-bottom: 1px solid rgba(77,7,8,.42);
}

.work-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #120707;
  border-bottom: 1px solid rgba(169,119,62,.5);
}

.work-hero-bg,
.work-hero-shade {
  position: absolute;
  inset: 0;
}

.work-hero-bg {
  object-position: center;
  transform: scale(1.02);
}

.work-hero-shade {
  background:
    linear-gradient(90deg, rgba(77,7,8,.92) 0%, rgba(77,7,8,.58) 42%, rgba(14,7,7,.24) 78%),
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.68));
}

.work-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 0 96px 116px;
}

.work-hero-copy h1,
.work-method h2,
.work-gallery-section h2,
.work-brands h2,
.work-renderings h2 {
  margin: 0;
  font-size: 76px;
  line-height: .95;
  font-weight: 500;
}

.work-hero-copy h1 {
  color: #f7eadc;
  letter-spacing: .08em;
}

.work-hero-copy p {
  max-width: 650px;
  color: #f4e7dc;
  font-size: 23px;
  line-height: 1.42;
}

.work-hero-copy p:last-child {
  color: var(--gold);
  font-size: 16px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.work-method {
  display: grid;
  grid-template-columns: 1fr .62fr;
  gap: 76px;
  align-items: end;
  padding: 96px 120px;
  background:
    radial-gradient(circle at 12% 0, rgba(169,119,62,.16), transparent 34%),
    linear-gradient(180deg, #f7f1eb, #e5dbd1);
  color: var(--red);
}

.work-method h2,
.work-gallery-section h2,
.work-renderings h2 {
  color: var(--red);
}

.work-method h4 {
  margin: 24px 0 0;
  color: #4b1611;
  font-size: 32px;
  line-height: 1.18;
  font-weight: 500;
}

.work-method p,
.work-renderings p {
  font-size: 20px;
  line-height: 1.62;
}

.work-method a:not(.btn) {
  color: var(--gold);
  font-style: italic;
}

.work-method .btn,
.work-renderings .btn {
  margin-top: 22px;
  background: var(--red);
}

.work-gallery-section {
  padding: 100px 90px 110px;
  background: #120707;
}

.work-gallery-section .section-heading {
  margin-bottom: 46px;
  text-align: center;
}

.work-gallery-section .section-heading h2 {
  color: #f7eadc;
  font-size: 50px;
}

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

.work-gallery article {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(169,119,62,.28);
  background: #1b0808;
  cursor: pointer;
}

.work-gallery article.featured {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 802px;
}

.work-gallery img {
  position: absolute;
  inset: 0;
  transition: transform .45s ease, opacity .45s ease;
}

.work-gallery article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.74));
}

.work-gallery article:hover img {
  transform: scale(1.04);
  opacity: .92;
}

.work-gallery article:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 5px;
}

.work-gallery article div {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  bottom: 26px;
}

.work-gallery p {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.work-gallery h4 {
  margin: 0;
  color: #f7eadc;
  font-size: 31px;
  line-height: 1.04;
  font-weight: 500;
}

.work-inquire-line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: min(760px, 100%);
  min-height: 54px;
  margin: 52px auto 0;
  padding: 15px 30px;
  border: 1px solid rgba(169,119,62,.55);
  color: #f7eadc;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.35;
  text-align: center;
  background: rgba(255,255,255,.025);
}

.work-lightbox-open {
  overflow: hidden;
}

.work-lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  padding: 42px;
  background: rgba(18, 7, 7, .88);
  backdrop-filter: blur(12px);
}

.work-lightbox[aria-hidden="false"] {
  display: block;
}

.work-lightbox-panel {
  position: relative;
  width: min(1320px, 100%);
  max-height: calc(100vh - 84px);
  margin: 0 auto;
  overflow: auto;
  border: 1px solid rgba(169,119,62,.42);
  background: #120707;
  box-shadow: 0 34px 90px rgba(0,0,0,.45);
}

.work-lightbox-close {
  position: sticky;
  top: 0;
  z-index: 3;
  float: right;
  margin: 18px 18px 0 0;
  padding: 12px 18px;
  border: 1px solid rgba(169,119,62,.58);
  background: rgba(90, 8, 8, .94);
  color: #f7eadc;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}

.work-lightbox-head {
  padding: 56px 72px 28px;
  text-align: center;
}

.work-lightbox-head h2 {
  margin: 8px 0 0;
  color: #f7eadc;
  font-size: clamp(38px, 4vw, 68px);
  line-height: .96;
}

.work-lightbox-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0 28px 32px;
}

.work-lightbox-grid figure {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(169,119,62,.22);
  background: #080505;
}

.work-lightbox-grid figure:nth-child(5n + 1),
.work-lightbox-grid figure:nth-child(7n + 3) {
  aspect-ratio: 5 / 4;
}

.work-lightbox-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1100px) {
  .method-hero-current,
  .method-foundation,
  .method-beyond,
  .method-standard {
    grid-template-columns: 1fr;
  }

  .method-hero-current,
  .method-framework,
  .method-comparison,
  .method-foundation,
  .method-beyond,
  .method-standard {
    padding-left: 56px;
    padding-right: 56px;
  }

  .method-foundation-copy,
  .method-beyond-copy {
    padding-left: 0;
    border-left: 0;
  }

  .method-foundation-uses,
  .method-beyond-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .method-compare-grid {
    grid-template-columns: 1fr;
  }

  .method-sequence-intro,
  .method-sequence-footer,
  .method-founder {
    grid-template-columns: 1fr;
  }

  .method-phases {
    grid-template-columns: repeat(2, 1fr);
  }

  .method-phases article:nth-child(2) {
    border-right: 0;
  }

  .method-phases article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(77,7,8,.18);
  }

  .method-sequence-statement {
    padding-right: 0;
    padding-bottom: 36px;
    border-right: 0;
    border-bottom: 1px solid rgba(77,7,8,.22);
  }

  .method-founder-kicker {
    position: static;
  }

  .method-founder-media {
    position: relative;
    top: auto;
    height: 520px;
  }

  .method-founder-media .method-founder-kicker {
    position: absolute;
  }

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

@media (max-width: 760px) {
  .method-hero-current,
  .method-framework,
  .method-comparison,
  .method-foundation,
  .method-sequence,
  .method-beyond,
  .method-standard,
  .method-cta,
  .method-inquire {
    padding-left: 24px;
    padding-right: 24px;
  }

  .method-hero-current {
    min-height: auto !important;
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  .method-hero-current h1,
  .method-framework h2,
  .method-comparison h2,
  .method-foundation h2,
  .method-beyond h2,
  .method-standard blockquote {
    font-size: clamp(38px, 12vw, 52px);
    line-height: 1.04;
  }

  .method-order-card,
  .method-compare-grid article,
  .method-foundation-uses article,
  .method-beyond-grid article,
  .method-prelude {
    padding: 26px 22px;
  }

  .method-foundation-uses,
  .method-beyond-grid {
    grid-template-columns: 1fr;
  }

  .method-framework p:not(.eyebrow),
  .method-order-card li,
  .method-order-card p,
  .method-comparison .section-heading p,
  .method-foundation-copy p,
  .method-foundation-uses p,
  .method-beyond-copy p,
  .method-beyond-grid p,
  .method-standard p {
    font-size: 16px;
  }

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

  .method-phases article,
  .method-phases article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(77,7,8,.18);
  }

  .method-phases article:last-child {
    border-bottom: 0;
  }

  .method-sequence-footer,
  .method-founder-copy {
    padding: 30px 24px;
  }

  .method-actions {
    display: grid;
    gap: 12px;
  }

  .method-actions .text-link {
    border-left: 1px solid rgba(77,7,8,.28);
  }

  .method-founder-copy::before {
    display: none;
  }

  .method-founder-media {
    height: 420px;
  }

  .method-founder-kicker {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 22px;
  }

  .work-lightbox {
    padding: 18px;
  }

  .work-lightbox-panel {
    max-height: calc(100vh - 36px);
  }

  .work-lightbox-head {
    padding: 46px 24px 22px;
  }

  .work-lightbox-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0 14px 18px;
  }
}

.work-brands {
  padding: 94px 120px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, rgba(169,119,62,.14), transparent 30%),
    linear-gradient(180deg, #f7f1eb, #e5dbd1);
  color: var(--red);
}

.work-brands p {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 17px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.work-brands h2 {
  max-width: 900px;
  margin: 0 auto 54px;
  color: var(--red);
  font-size: 46px;
}

.work-brand-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(110px, 1fr));
  gap: 24px 34px;
  align-items: center;
}

.work-brand-grid img {
  height: 88px;
  object-fit: contain;
  filter: saturate(.85) contrast(1.04);
}

.work-renderings {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 78px;
  padding: 104px 120px;
  background:
    linear-gradient(90deg, rgba(77,7,8,.74), rgba(18,7,7,.88)),
    url("/assets/site-media/velvet-night-2-imgg-gi3-_k8g8j1k.png-6ab6d47ec0.webp") center / cover no-repeat;
  border-top: 1px solid rgba(169,119,62,.45);
}

.work-renderings h2,
.work-renderings p {
  color: #f7eadc;
}

.work-renderings h4 {
  margin: 26px 0 0;
  color: var(--gold);
  font-size: 26px;
  line-height: 1.25;
  font-weight: 500;
}

.house-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #120707;
  border-bottom: 1px solid rgba(169,119,62,.5);
}

.house-hero-bg,
.house-hero-shade {
  position: absolute;
  inset: 0;
}

.house-hero-bg {
  object-position: center;
}

.house-hero-shade {
  background:
    linear-gradient(90deg, rgba(77,7,8,.93) 0%, rgba(77,7,8,.58) 45%, rgba(18,7,7,.16) 78%),
    linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.68));
}

.house-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 0 96px 116px;
}

.house-hero-copy h1,
.house-origin h2,
.house-founder h2,
.house-diversity h2,
.house-commitments h2,
.house-team h2,
.house-method h2,
.house-closing h2 {
  margin: 0;
  font-size: 70px;
  line-height: .96;
  font-weight: 500;
}

.house-hero-copy h1 {
  color: #f7eadc;
}

.house-hero-copy p:last-child {
  max-width: 660px;
  color: #f4e7dc;
  font-size: 25px;
  line-height: 1.32;
}

.house-origin {
  display: grid;
  grid-template-columns: .82fr 1fr;
  gap: 78px;
  padding: 104px 120px;
  background:
    radial-gradient(circle at 12% 0, rgba(169,119,62,.16), transparent 34%),
    linear-gradient(180deg, #f7f1eb, #e5dbd1);
  color: var(--red);
}

.house-origin h2,
.house-diversity h2,
.house-renderings h2 {
  color: var(--red);
}

.house-origin h3 {
  margin: 26px 0 0;
  color: #4b1611;
  font-size: 31px;
  line-height: 1.22;
  font-weight: 500;
}

.house-origin p,
.house-founder p,
.house-diversity p,
.house-commitments p,
.house-team p,
.house-closing p {
  font-size: 20px;
  line-height: 1.64;
}

.house-origin .french {
  color: var(--gold);
  font-style: italic;
}

.house-founder {
  display: grid;
  grid-template-columns: .58fr 1fr;
  gap: 78px;
  align-items: center;
  padding: 108px 120px;
  background: radial-gradient(circle at 88% 0, #7b1415, var(--red) 55%, #160707);
  border-top: 1px solid rgba(169,119,62,.45);
  border-bottom: 1px solid rgba(169,119,62,.45);
}

.house-founder-media {
  height: 780px;
  border: 1px solid rgba(169,119,62,.42);
  box-shadow: 0 34px 92px rgba(0,0,0,.32);
}

.house-founder-media img {
  object-position: center top;
}

.house-founder h2,
.house-founder p,
.house-founder blockquote,
.house-commitments h2,
.house-commitments p,
.house-commitments blockquote,
.house-commitments h4,
.house-team h2,
.house-team p,
.house-method h2,
.house-method h4,
.house-closing h2,
.house-closing p {
  color: #f7eadc;
}

.house-founder blockquote,
.house-diversity blockquote,
.house-commitments blockquote {
  margin: 34px 0 0;
  color: var(--gold);
  font-size: 40px;
  line-height: 1.12;
  font-style: italic;
}

.house-diversity {
  padding: 84px 110px 88px;
  background:
    radial-gradient(circle at 86% 8%, rgba(169,119,62,.12), transparent 26%),
    linear-gradient(180deg, #f7f1eb, #e3d8ce);
  color: var(--red);
}

.house-diversity-head {
  max-width: 1240px;
  display: grid;
  grid-template-columns: .74fr 1fr;
  gap: 46px 76px;
  align-items: end;
  margin: 0 auto 46px;
  text-align: left;
}

.house-diversity-head .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  text-align: center;
}

.house-diversity-head h2 {
  max-width: 590px;
  font-size: 62px;
}

.house-diversity-head p {
  max-width: 690px;
  margin: 0;
  padding-bottom: 8px;
}

.house-diversity-head blockquote {
  grid-column: 2;
  max-width: 680px;
  margin: -8px 0 0;
  padding: 22px 0 22px 28px;
  border-left: 1px solid rgba(169,119,62,.5);
  font-size: 34px;
}

.house-origins {
  max-width: 1320px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin: 0 auto;
}

.house-origins .eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 4px;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(77,7,8,.18);
  text-align: center;
}

.house-origins div {
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 16px;
  border: 1px solid rgba(77,7,8,.16);
  background: rgba(255,255,255,.36);
  text-align: center;
  box-shadow: 0 20px 50px rgba(77,7,8,.06);
}

.house-origins strong {
  display: block;
  color: var(--red);
  font-size: 19px;
  letter-spacing: .12em;
}

.house-origins span {
  display: block;
  margin-top: 12px;
  color: #5c2a21;
  font-size: 15px;
  line-height: 1.3;
}

.house-diversity-note {
  max-width: 840px;
  margin: 34px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(77,7,8,.16);
  text-align: center;
}

.house-commitments {
  padding: 104px 120px;
  background: linear-gradient(180deg, #120707, #050505);
}

.house-commitments .section-heading {
  margin-bottom: 56px;
  text-align: center;
}

.house-commitment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.house-commitment-grid article {
  min-height: 560px;
  padding: 34px 30px;
  border: 1px solid rgba(169,119,62,.3);
  background: rgba(255,255,255,.045);
}

.house-commitment-grid span {
  display: block;
  color: var(--gold);
  font-size: 42px;
}

.house-commitment-grid h4 {
  margin: 20px 0 18px;
  font-size: 31px;
  line-height: 1.05;
  font-weight: 500;
}

.house-commitments > blockquote,
.house-commitments > p {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.house-commitments > p {
  color: var(--gold);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.house-team {
  background: #e9dfd6;
  color: var(--red);
}

.house-team article {
  display: grid;
  grid-template-columns: .52fr 1fr;
  gap: 72px;
  align-items: start;
  padding: 98px 120px;
  border-bottom: 1px solid rgba(77,7,8,.16);
}

.house-team article:nth-child(even) {
  background: #f6f0e9;
}

.house-team img {
  height: 660px;
  border: 1px solid rgba(77,7,8,.18);
  object-position: center top;
  box-shadow: 0 28px 80px rgba(77,7,8,.16);
}

.house-team h2,
.house-team p {
  color: var(--red);
}

.house-method {
  padding: 100px 120px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(77,7,8,.72), rgba(18,7,7,.92)),
    url("/assets/site-media/velvet-night-2-imgg-gi3-_k8g8j1k.png-6ab6d47ec0.webp") center / cover no-repeat;
  border-top: 1px solid rgba(169,119,62,.45);
  border-bottom: 1px solid rgba(169,119,62,.45);
}

.house-method h4 {
  margin: 20px 0 0;
  color: var(--gold);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
}

.house-method .btn {
  margin-top: 34px;
}

.house-faq {
  border-top: 0;
}

.house-closing {
  padding: 104px 120px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(77,7,8,.72), rgba(18,7,7,.94)),
    url("/assets/site-media/alexandria-design-house-5-.png-e94dbddd74.webp") center / cover no-repeat;
}

.house-closing h2 {
  max-width: 980px;
  margin: 0 auto 24px;
}

.house-closing .french {
  color: var(--gold);
  font-style: italic;
}

.corp-events-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #120707;
  border-bottom: 1px solid rgba(169,119,62,.5);
}

.corp-events-hero-bg,
.corp-events-hero-shade {
  position: absolute;
  inset: 0;
}

.corp-events-hero-bg {
  object-position: center 36%;
}

.corp-events-hero-shade {
  background:
    linear-gradient(90deg, rgba(77,7,8,.9) 0%, rgba(77,7,8,.58) 42%, rgba(18,7,7,.18) 78%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.68));
}

.corp-events-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 0 96px 116px;
}

.corp-events-hero h1,
.corp-events-intro h2,
.corp-events-brands h2,
.corp-events-more a {
  margin: 0;
  font-size: 76px;
  line-height: .95;
  font-weight: 500;
}

.corp-events-hero h1 {
  color: #f7eadc;
}

.corp-events-hero-copy p:last-child {
  color: var(--gold);
  font-size: 17px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.corp-events-intro {
  display: grid;
  grid-template-columns: .82fr 1fr;
  gap: 76px;
  padding: 96px 120px;
  background:
    radial-gradient(circle at 12% 0, rgba(169,119,62,.16), transparent 34%),
    linear-gradient(180deg, #f7f1eb, #e5dbd1);
  color: var(--red);
}

.corp-events-intro h2,
.corp-events-brands h2 {
  color: var(--red);
}

.corp-events-intro h3 {
  margin: 26px 0 0;
  color: #4b1611;
  font-size: 32px;
  line-height: 1.18;
  font-weight: 500;
}

.corp-events-intro p {
  font-size: 21px;
  line-height: 1.62;
}

.corp-events-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 82px 96px;
  background:
    radial-gradient(circle at 16% 0, rgba(169,119,62,.12), transparent 28%),
    linear-gradient(180deg, #f7f1eb, #e4d9cf);
}

.corp-events-gallery article {
  position: relative;
  overflow: hidden;
  min-height: 255px;
  aspect-ratio: 1 / .86;
  border: 1px solid rgba(77,7,8,.16);
  background: #140707;
  box-shadow: 0 18px 44px rgba(77,7,8,.1);
}

.corp-events-gallery .feature {
  min-height: 255px;
  grid-row: auto;
}

.corp-events-gallery .wide {
  grid-column: span 2;
  min-height: 255px;
  aspect-ratio: 2 / .86;
}

.corp-events-gallery img {
  position: absolute;
  inset: 0;
  object-position: center;
  transition: transform .45s ease, opacity .45s ease;
}

.corp-events-gallery article::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 38%, rgba(0,0,0,.66)),
    linear-gradient(90deg, rgba(77,7,8,.16), transparent 62%);
}

.corp-events-gallery article:hover img {
  transform: scale(1.04);
  opacity: .92;
}

.corp-events-gallery div {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 17px;
}

.corp-events-gallery p {
  margin: 0;
  color: var(--gold);
  font-size: 11px;
  line-height: 1.24;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.corp-events-gallery h3 {
  margin: 8px 0 0;
  color: #f7eadc;
  font-size: 29px;
  line-height: 1;
  font-weight: 500;
}

.corp-events-brands {
  padding: 94px 120px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, rgba(169,119,62,.14), transparent 30%),
    linear-gradient(180deg, #f7f1eb, #e5dbd1);
  color: var(--red);
}

.corp-events-brands > p {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 17px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.corp-events-brands h2 {
  max-width: 880px;
  margin: 0 auto 52px;
  font-size: 48px;
}

.corp-events-more {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 86px 90px;
  background: linear-gradient(180deg, #6f0f10, var(--red));
  border-top: 1px solid rgba(169,119,62,.45);
}

.corp-events-more .eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 24px;
  text-align: center;
}

.corp-events-more a {
  min-height: 190px;
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid rgba(169,119,62,.34);
  color: #f7eadc;
  font-size: 31px;
}

/* Editorial blog */
.blog-page,
.blog-post-page {
  background: var(--cream);
  color: var(--red);
}

.blog-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(440px, .78fr);
  gap: 58px;
  align-items: center;
  min-height: 650px;
  padding: 72px 78px;
  background:
    radial-gradient(circle at 0 0, rgba(169, 119, 62, .16), transparent 32%),
    linear-gradient(135deg, #741313 0%, var(--red) 44%, #130505 100%);
  border-bottom: 1px solid rgba(169, 119, 62, .6);
}

.blog-hero-copy {
  align-self: center;
  max-width: 780px;
  padding: 0;
}

.blog-kicker,
.post-date,
.post-card-meta,
.article-eyebrow {
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.blog-hero h1,
.post-hero h1 {
  margin: 16px 0 24px;
  color: #f8efe4;
  font-size: clamp(54px, 6vw, 116px);
  font-weight: 500;
  line-height: .92;
}

.blog-hero p {
  max-width: 600px;
  margin: 0;
  color: #f6e8d9;
  font-size: 21px;
  line-height: 1.55;
}

.blog-hero-art {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(169, 119, 62, .52);
  box-shadow: 0 35px 100px rgba(0, 0, 0, .32);
}

.blog-hero-art img {
  object-position: center center;
  filter: saturate(.9) contrast(1.04);
}

.blog-hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(77, 7, 8, .4), rgba(18, 4, 4, .18));
}

.blog-index {
  padding: 88px 76px 104px;
  background:
    radial-gradient(circle at 72% 8%, rgba(169, 119, 62, .12), transparent 24%),
    linear-gradient(180deg, #f9f4ee, var(--cream-2));
}

.blog-index-head {
  display: grid;
  grid-template-columns: minmax(0, .74fr) minmax(360px, .56fr);
  gap: 96px;
  align-items: end;
  max-width: 1540px;
  margin: 0 auto 54px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(77, 7, 8, .22);
}

.blog-index-head h2 {
  margin: 8px 0 0;
  max-width: 920px;
  font-size: clamp(40px, 4.4vw, 74px);
  font-weight: 500;
  line-height: 1.02;
}

.blog-index-head p:last-child {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  max-width: 1540px;
  margin: 0 auto;
}

.post-card {
  display: flex;
  grid-column: span 4;
  min-height: 292px;
  flex-direction: column;
  padding: 30px 30px 28px;
  background: rgba(255, 252, 247, .76);
  border: 1px solid rgba(77, 7, 8, .2);
  box-shadow: 0 16px 42px rgba(64, 37, 26, .07);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.post-card:hover {
  transform: translateY(-3px);
  border-color: rgba(169, 119, 62, .72);
  box-shadow: 0 24px 70px rgba(64, 37, 26, .14);
}

.post-card.featured {
  grid-column: span 8;
  min-height: 430px;
  padding: 48px;
  background:
    radial-gradient(circle at 92% 16%, rgba(169, 119, 62, .12), transparent 26%),
    linear-gradient(135deg, rgba(77, 7, 8, .99), rgba(23, 5, 5, .97));
  color: #f8efe4;
}

.post-card:nth-child(2) {
  grid-column: span 4;
  min-height: 430px;
}

.post-card h3 {
  margin: 18px 0 18px;
  font-size: clamp(32px, 2.3vw, 48px);
  font-weight: 500;
  line-height: 1.02;
}

.post-card:not(.featured) h3 {
  font-size: 31px;
  line-height: 1.06;
}

.post-card p {
  margin: 0 0 24px;
  color: inherit;
  font-size: 17px;
  line-height: 1.62;
}

.post-card-link {
  margin-top: auto;
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.blog-cta {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .5fr);
  gap: 48px;
  align-items: center;
  padding: 82px 92px;
  background: #110706;
  border-top: 1px solid rgba(169, 119, 62, .55);
  border-bottom: 1px solid rgba(169, 119, 62, .55);
}

.blog-cta h2 {
  margin: 0;
  color: #f8efe4;
  font-size: clamp(42px, 4.8vw, 82px);
  font-weight: 500;
  line-height: 1;
}

.blog-cta p {
  margin: 0 0 24px;
  color: #f5dfca;
  font-size: 20px;
  line-height: 1.55;
}

.post-hero {
  display: block;
  padding: 70px 32px 48px;
  background:
    radial-gradient(circle at 78% 0, rgba(169, 119, 62, .08), transparent 24%),
    linear-gradient(180deg, #fbf6ef, var(--cream));
  color: var(--red);
  border-bottom: 1px solid rgba(77, 7, 8, .16);
}

.post-hero h1 {
  max-width: 820px;
  margin: 14px auto 0;
  color: var(--red);
  font-size: clamp(40px, 4vw, 68px);
  line-height: 1.02;
}

.post-hero .post-date {
  display: block;
  max-width: 820px;
  margin: 0 auto;
}

.post-hero aside {
  display: none;
}

.post-hero aside p {
  margin: 0 0 20px;
  color: #f6e8d9;
  font-size: 18px;
  line-height: 1.55;
}

.post-body-wrap {
  display: block;
  padding: 48px 32px 104px;
  background:
    radial-gradient(circle at 80% 0, rgba(169, 119, 62, .09), transparent 24%),
    linear-gradient(180deg, #fbf6ef, var(--cream));
}

.post-side {
  display: none;
}

.post-side a {
  display: block;
  margin-top: 22px;
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.article-body {
  max-width: 820px;
  margin: 0 auto;
  color: var(--red);
  font-size: 20px;
  line-height: 1.72;
}

.article-body h2 {
  margin: 50px 0 18px;
  color: var(--red);
  font-size: clamp(34px, 3vw, 54px);
  font-weight: 500;
  line-height: 1.05;
}

.article-body h3 {
  margin: 34px 0 12px;
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.45;
  text-transform: uppercase;
}

.article-body p {
  margin: 0 0 24px;
}

.article-body .article-rule {
  height: 1px;
  margin: 42px 0;
  background: rgba(77, 7, 8, .2);
}

.article-image {
  margin: 42px 0;
  border: 1px solid rgba(169, 119, 62, .42);
  background: #130505;
}

.article-image img {
  max-height: 620px;
  object-fit: contain;
}

.article-next {
  padding: 56px 92px;
  background:
    radial-gradient(circle at 20% 0, rgba(169,119,62,.12), transparent 26%),
    var(--red);
  color: #f8efe4;
  border-top: 1px solid rgba(169, 119, 62, .55);
}

.article-next-inner {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
}

.article-next h2 {
  margin: 0;
  font-size: clamp(32px, 3.4vw, 58px);
  font-weight: 500;
  line-height: 1.05;
}

@media (max-width: 1180px) {
  .blog-hero,
  .blog-index-head,
  .blog-cta,
  .post-hero,
  .post-body-wrap {
    grid-template-columns: 1fr;
  }

  .blog-hero-copy,
  .post-hero,
  .blog-cta,
  .blog-index {
    padding-left: 44px;
    padding-right: 44px;
  }

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

  .post-card,
  .post-card:nth-child(2),
  .post-card.featured {
    grid-column: span 1;
  }

  .post-side {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  .blog-hero,
  .blog-hero-art {
    min-height: auto;
  }

  .blog-hero-copy,
  .post-hero,
  .blog-cta,
  .blog-index,
  .post-body-wrap,
  .article-next {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .post-card,
  .post-card:nth-child(2),
  .post-card.featured {
    grid-column: span 1;
  }

  .article-next-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Global mobile optimization */
@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .announcement {
    min-height: 34px;
    padding: 8px 18px;
    font-size: 11px;
    line-height: 1.35;
    text-align: center;
  }

  .site-header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    padding: 14px 0 0;
  }

  .brand {
    width: 150px;
    height: 64px;
    margin: 0 auto 10px;
  }

  .brand img {
    object-position: center;
  }

  .main-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 18px;
    padding: 12px 18px 14px;
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 11px;
    line-height: 1;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border-top: 1px solid rgba(169,119,62,.22);
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    flex: 0 0 auto;
  }

  .header-link {
    display: none;
  }

  .hero,
  .page-hero,
  .corporate-hero,
  .method-hero,
  .investment-hero,
  .experience-hero,
  .work-hero,
  .house-hero,
  .corp-events-hero,
  .inquire-hero {
    min-height: 560px;
  }

  .method-hero,
  .inquire-hero,
  .blog-hero,
  .post-hero {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .method-hero {
    padding-top: 72px !important;
    padding-bottom: 56px !important;
  }

  .blog-hero {
    gap: 28px;
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }

  .inquire-hero {
    padding-top: 0 !important;
    padding-bottom: 56px !important;
  }

  .hero-copy,
  .page-hero-panel,
  .corporate-hero-copy,
  .method-hero-copy,
  .investment-hero-copy,
  .experience-hero-copy,
  .work-hero-copy,
  .house-hero-copy,
  .corp-events-hero-copy,
  .inquire-hero-copy {
    width: auto;
    max-width: none;
    padding: 0 24px 46px;
    margin-left: 0;
    margin-right: 0;
  }

  .corporate-hero,
  .page-hero,
  .method-hero,
  .investment-hero,
  .experience-hero,
  .work-hero,
  .house-hero,
  .corp-events-hero,
  .inquire-hero {
    align-items: flex-end;
    justify-content: flex-start;
  }

  .hero-copy {
    padding-top: 300px;
  }

  .hero h1,
  .page-hero-panel h1,
  .corporate-hero-copy h1,
  .method-hero h1,
  .investment-hero-copy h1,
  .experience-hero-copy h1,
  .work-hero-copy h1,
  .house-hero-copy h1,
  .corp-events-hero h1,
  .inquire-hero h1,
  .blog-hero h1,
  .post-hero h1 {
    font-size: clamp(38px, 13vw, 54px);
    line-height: 1.02;
    overflow-wrap: anywhere;
  }

  .hero h1 {
    font-size: 25px;
    line-height: 1.25;
  }

  .hero-bg,
  .page-hero-bg,
  .corporate-hero-bg,
  .investment-hero-bg,
  .experience-hero-bg,
  .work-hero-bg,
  .house-hero-bg,
  .corp-events-hero-bg {
    object-position: center;
  }

  .intro,
  .proof,
  .split-feature,
  .statement,
  .work,
  .testimonials,
  .brands,
  .faq,
  .wedding-intro,
  .wedding-budget,
  .wedding-coordination,
  .wedding-service-block,
  .wedding-faq-band,
  .corporate-diagnostic,
  .corporate-brand-proof,
  .corporate-feature,
  .corporate-faq,
  .method-sequence,
  .method-founder,
  .method-proof,
  .method-faq,
  .investment-intro,
  .investment-tiers,
  .investment-proof,
  .experience-intro,
  .experience-renderings,
  .experience-process,
  .work-proof,
  .work-gallery,
  .house-intro,
  .house-founder,
  .house-diversity,
  .corp-events-intro,
  .corp-events-gallery,
  .inquire-intro,
  .inquire-form-section,
  .blog-index,
  .blog-cta,
  .post-body-wrap,
  .article-next {
    padding-left: 24px;
    padding-right: 24px;
  }

  .intro,
  .split-feature,
  .statement,
  .work-grid,
  .brand-grid,
  .faq,
  .faq-list,
  .corporate-intro,
  .corporate-inquiry,
  .corporate-diagnosis,
  .corporate-method,
  .corporate-process,
  .corporate-proof,
  .corporate-gallery-grid,
  .final-cta,
  .wedding-intro,
  .wedding-budget,
  .wedding-coordination,
  .wedding-service-block,
  .corporate-diagnostic,
  .corporate-brand-proof,
  .corporate-feature,
  .method-hero,
  .method-sequence-inner,
  .method-founder,
  .investment-intro,
  .investment-tiers,
  .investment-proof,
  .experience-intro,
  .experience-renderings,
  .experience-process-grid,
  .work-proof,
  .work-gallery,
  .work-studies,
  .house-intro,
  .house-founder,
  .house-diversity-grid,
  .corp-events-intro,
  .corp-events-gallery,
  .inquire-intro,
  .inquire-form-section,
  .blog-hero,
  .blog-index-head,
  .post-grid,
  .blog-cta {
    grid-template-columns: 1fr !important;
  }

  .corporate-intro,
  .corporate-gallery,
  .corporate-brands,
  .corporate-process,
  .corporate-proof,
  .corporate-diagnosis,
  .corporate-method,
  .final-cta {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .intro-action,
  .inquire-intro-copy {
    padding-left: 0;
    border-left: 0;
  }

  .feature-art,
  .statement > div:first-child,
  .blog-hero-art {
    min-height: 320px;
  }

  .blog-hero-art {
    min-height: 260px;
  }

  .work-grid figure,
  .testimonial-card,
  .brand-grid img,
  .post-card,
  .post-card.featured,
  .post-card:nth-child(2),
  .corp-events-gallery article,
  .corp-events-gallery .wide,
  .corp-events-gallery .feature {
    grid-column: auto !important;
  }

  .post-card,
  .post-card.featured,
  .post-card:nth-child(2) {
    min-height: auto;
    padding: 26px;
  }

  .faq-intro,
  .section-heading,
  .blog-index-head {
    text-align: left;
  }

  .faq-intro h2,
  .section-heading h2,
  .blog-index-head h2,
  .blog-cta h2,
  .article-next h2 {
    font-size: clamp(34px, 12vw, 48px);
    line-height: 1.05;
  }

  .faq-list details {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-list summary {
    padding-left: 0;
    padding-right: 34px;
    font-size: 21px;
  }

  .faq-list p,
  .article-body,
  .post-card p,
  .blog-index-head p:last-child {
    font-size: 17px;
    line-height: 1.65;
  }

  .article-body {
    max-width: 100%;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 48px 26px;
    gap: 28px;
  }

  .site-footer p,
  .site-footer a,
  .site-footer address {
    font-size: 13px;
  }
}

@media (max-width: 760px) {
  .blog-post-page .post-hero {
    padding: 42px 24px 32px !important;
    background: linear-gradient(180deg, #fbf6ef 0%, var(--cream) 100%);
  }

  .blog-post-page .post-hero > div {
    max-width: 100%;
  }

  .blog-post-page .post-hero .post-date {
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: 0.14em;
    overflow-wrap: anywhere;
  }

  .blog-post-page .post-hero h1 {
    font-size: clamp(34px, 10.5vw, 42px);
    line-height: 1.04;
    margin-top: 12px;
    max-width: 100%;
  }

  .blog-post-page .post-hero aside {
    display: none;
  }

  .blog-post-page .post-body-wrap {
    padding-top: 30px !important;
    padding-bottom: 68px !important;
  }

  .blog-post-page .post-side {
    padding: 18px;
    margin-bottom: 28px;
    border: 1px solid rgba(113, 13, 10, 0.18);
  }

  .blog-post-page .post-side p,
  .blog-post-page .post-side a {
    font-size: 11px;
    line-height: 1.55;
  }

  .blog-post-page .article-body {
    font-size: 18px;
    line-height: 1.72;
    max-width: 100%;
  }

  .blog-post-page .article-body h2 {
    font-size: clamp(28px, 9vw, 36px);
    line-height: 1.08;
    margin-top: 38px;
    margin-bottom: 18px;
  }

  .blog-post-page .article-body h3 {
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.14em;
  }

  .blog-post-page .article-body p {
    margin-bottom: 20px;
    overflow-wrap: anywhere;
  }

  .blog-post-page .article-image img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .blog-post-page .article-next {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .blog-post-page .article-next-inner {
    gap: 22px;
    align-items: flex-start;
  }

  .blog-post-page .article-next h2 {
    font-size: clamp(28px, 9vw, 38px);
    line-height: 1.08;
  }

  .blog-post-page .article-next .btn {
    width: 100%;
    max-width: 220px;
  }
}

/* Final Method page design overrides */
.method-page .method-hero-current {
  position: relative;
  grid-template-columns: minmax(0, .98fr) minmax(420px, .72fr);
  gap: 86px;
  align-items: center;
  min-height: 720px;
  padding: 118px 120px;
  background:
    linear-gradient(90deg, rgba(247,241,234,.97), rgba(247,241,234,.9) 58%, rgba(232,222,212,.72)),
    radial-gradient(circle at 82% 20%, rgba(169,119,62,.18), transparent 30%),
    #f7f1ea;
  border-bottom: 1px solid rgba(77,7,8,.16);
}

.method-page .method-hero-current::after {
  content: "FOUNDATION FIRST";
  position: absolute;
  right: 52px;
  bottom: 28px;
  color: rgba(77,7,8,.045);
  font-size: clamp(72px, 9vw, 168px);
  letter-spacing: .16em;
  line-height: 1;
  pointer-events: none;
}

.method-page .method-hero-current .method-hero-copy {
  max-width: 920px;
  padding: 0;
  border-left: 0;
  text-shadow: none;
}

.method-page .method-hero-current .method-hero-copy::before {
  content: "";
  display: block;
  width: 92px;
  height: 1px;
  margin-bottom: 34px;
  background: var(--gold);
}

.method-page .method-hero-current h1 {
  max-width: 870px;
  margin: 22px 0 30px;
  color: var(--red);
  font-size: clamp(68px, 5.8vw, 104px);
  line-height: .9;
}

.method-page .method-hero-current .method-hero-copy p:last-child {
  max-width: 710px;
  color: #3a1712;
  font-size: 23px;
  line-height: 1.48;
}

.method-page .method-order-card {
  padding: 44px 42px;
  border: 1px solid rgba(77,7,8,.2);
  background: linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.54));
  box-shadow: 0 32px 90px rgba(77,7,8,.12);
}

.method-page .method-order-card ol {
  gap: 0;
  margin: 24px 0 26px;
  border-top: 1px solid rgba(77,7,8,.14);
}

.method-page .method-order-card li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(77,7,8,.14);
  color: #3a1712;
  font-size: 18px;
  line-height: 1.55;
}

.method-page .method-framework {
  display: grid;
  grid-template-columns: minmax(340px, .72fr) minmax(560px, 1fr);
  gap: 70px;
  align-items: center;
  padding: 104px 120px;
  text-align: left;
  background: linear-gradient(135deg, rgba(15,5,5,.98), rgba(42,8,8,.94) 48%, rgba(11,5,5,.98)), #100505;
}

.method-page .method-framework .eyebrow {
  grid-column: 1 / -1;
}

.method-page .method-framework h2 {
  max-width: 620px;
  margin: 0;
  color: #f7eadc;
  font-size: clamp(54px, 4.6vw, 82px);
  line-height: .94;
}

.method-page .method-framework p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  padding-left: 44px;
  border-left: 1px solid rgba(169,119,62,.42);
  color: #f1ddcb;
  font-size: 21px;
  line-height: 1.7;
}

.method-page .method-comparison,
.method-page .method-foundation,
.method-page .method-sequence,
.method-page .method-standard {
  padding: 108px 120px;
  background: linear-gradient(180deg, #f8f2ec, #e7ddd4);
}

.method-page .method-comparison .section-heading {
  max-width: 1160px;
  margin-bottom: 54px;
}

.method-page .method-comparison .section-heading h2,
.method-page .method-foundation h2,
.method-page .method-sequence-current h2,
.method-page .method-beyond h2,
.method-page .method-standard blockquote {
  font-size: clamp(48px, 4.2vw, 76px);
  line-height: .97;
}

.method-page .method-compare-grid {
  gap: 0;
  max-width: 1220px;
  border: 1px solid rgba(77,7,8,.18);
  background: rgba(255,255,255,.45);
  box-shadow: 0 32px 90px rgba(77,7,8,.09);
}

.method-page .method-compare-grid article {
  padding: 48px 48px 42px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.method-page .method-compare-grid article + article {
  border-left: 1px solid rgba(77,7,8,.16);
  background: linear-gradient(180deg, rgba(255,255,255,.48), rgba(255,255,255,.18));
}

.method-page .method-compare-grid h3 {
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.method-page .method-compare-grid p {
  min-height: 68px;
  padding: 18px 0 18px 34px;
  font-size: 18px;
  line-height: 1.45;
}

.method-page .method-foundation {
  grid-template-columns: minmax(420px, .78fr) minmax(560px, 1fr);
  gap: 62px 86px;
}

.method-page .method-foundation-copy {
  padding: 8px 0 8px 46px;
}

.method-page .method-foundation-uses {
  gap: 0;
  border: 1px solid rgba(77,7,8,.16);
  background: rgba(255,255,255,.42);
}

.method-page .method-foundation-uses .eyebrow {
  margin: 0;
  padding: 24px 28px;
  border-bottom: 1px solid rgba(77,7,8,.14);
  text-align: center;
}

.method-page .method-foundation-uses article {
  min-height: 185px;
  padding: 30px 28px;
  border: 0;
  border-right: 1px solid rgba(77,7,8,.14);
  border-bottom: 1px solid rgba(77,7,8,.14);
  background: transparent;
  box-shadow: none;
}

.method-page .method-sequence-current {
  grid-template-columns: minmax(290px, .42fr) minmax(0, 1fr);
  gap: 44px 74px;
  margin-bottom: 32px;
  padding-bottom: 44px;
}

.method-page .method-prelude {
  display: grid;
  grid-template-columns: minmax(220px, .34fr) 1fr;
  gap: 32px;
  max-width: 1220px;
  margin: 0 auto 26px;
  padding: 34px 40px;
  box-shadow: none;
}

.method-page .method-phases {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1220px;
}

.method-page .method-phases article {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 44px 42px 38px;
  border: 1px solid rgba(77,7,8,.16);
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.32));
  box-shadow: 0 28px 80px rgba(77,7,8,.08);
}

.method-page .method-phases article::before {
  display: none;
}

.method-page .method-phases article::after {
  height: 1px;
  background: rgba(169,119,62,.65);
}

.method-page .method-phases span {
  font-size: 52px;
}

.method-page .method-phases h3 {
  margin-top: 18px;
  font-size: 40px;
}

.method-page .method-phases p {
  font-size: 18px;
  line-height: 1.62;
}

.method-page .method-phases article strong {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(77,7,8,.14);
  color: var(--red);
}

.method-page .method-beyond {
  padding: 110px 120px;
  background: radial-gradient(circle at 82% 10%, rgba(169,119,62,.1), transparent 30%), linear-gradient(135deg, #120606, #070707 58%, #160808);
}

.method-page .method-beyond-copy {
  padding-left: 46px;
}

.method-page .method-beyond-grid {
  gap: 18px;
}

.method-page .method-beyond-grid article {
  padding: 34px 34px 30px;
}

.method-page .method-standard {
  border: 0;
}

.method-page .method-standard > div:not(.method-actions) {
  padding-left: 46px;
  border-left: 1px solid rgba(77,7,8,.18);
}

.method-page .method-standard .method-actions {
  justify-content: center;
  padding-top: 34px;
}

.method-page .method-cta {
  padding: 96px 120px;
  background: radial-gradient(circle at 50% 0, rgba(169,119,62,.1), transparent 34%), linear-gradient(180deg, #6f0f10, #3b0708);
}

.method-page .method-cta blockquote {
  max-width: 940px;
  font-size: clamp(34px, 3vw, 52px);
}

.method-page .method-inquire {
  padding: 70px 120px;
  background: #110505;
}

.method-page .method-inquire p:first-child {
  max-width: 980px;
  margin: 0 auto 24px;
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .method-page .method-hero-current,
  .method-page .method-framework,
  .method-page .method-foundation,
  .method-page .method-beyond,
  .method-page .method-standard,
  .method-page .method-prelude {
    grid-template-columns: 1fr;
  }

  .method-page .method-hero-current,
  .method-page .method-framework,
  .method-page .method-comparison,
  .method-page .method-foundation,
  .method-page .method-sequence,
  .method-page .method-beyond,
  .method-page .method-standard,
  .method-page .method-cta,
  .method-page .method-inquire {
    padding-left: 56px;
    padding-right: 56px;
  }

  .method-page .method-framework p:not(.eyebrow),
  .method-page .method-foundation-copy,
  .method-page .method-beyond-copy,
  .method-page .method-standard > div:not(.method-actions) {
    padding-left: 0;
    border-left: 0;
  }

  .method-page .method-foundation-uses,
  .method-page .method-beyond-grid,
  .method-page .method-phases {
    grid-template-columns: 1fr;
  }

  .method-page .method-foundation-uses article {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .method-page .method-hero-current,
  .method-page .method-framework,
  .method-page .method-comparison,
  .method-page .method-foundation,
  .method-page .method-sequence,
  .method-page .method-beyond,
  .method-page .method-standard,
  .method-page .method-cta,
  .method-page .method-inquire {
    padding-left: 24px;
    padding-right: 24px;
  }

  .method-page .method-hero-current {
    gap: 32px;
    min-height: auto;
    padding-top: 64px !important;
    padding-bottom: 58px !important;
  }

  .method-page .method-hero-current h1,
  .method-page .method-framework h2,
  .method-page .method-comparison .section-heading h2,
  .method-page .method-foundation h2,
  .method-page .method-sequence-current h2,
  .method-page .method-beyond h2,
  .method-page .method-standard blockquote {
    font-size: clamp(38px, 12vw, 54px);
    line-height: 1.03;
  }

  .method-page .method-hero-current .method-hero-copy p:last-child,
  .method-page .method-framework p:not(.eyebrow),
  .method-page p,
  .method-page .method-order-card li {
    font-size: 17px;
  }

  .method-page .method-order-card,
  .method-page .method-compare-grid article,
  .method-page .method-foundation-uses article,
  .method-page .method-phases article,
  .method-page .method-beyond-grid article,
  .method-page .method-prelude {
    padding: 26px 22px;
  }

  .method-page .method-compare-grid article + article {
    border-left: 0;
    border-top: 1px solid rgba(77,7,8,.16);
  }

  .method-page .method-compare-grid p {
    min-height: 0;
  }

  .method-page .method-phases h3 {
    font-size: 32px;
  }

  .method-page .method-standard .method-actions {
    justify-content: stretch;
  }

  .method-page .method-standard .method-actions .btn,
  .method-page .method-standard .method-actions .text-link,
  .method-page .method-inquire .btn {
    width: 100%;
    min-width: 0;
  }
}

/* Method brand alignment pass */
.method-page .method-hero-current {
  min-height: 760px;
  padding: 116px 120px 104px;
  background:
    linear-gradient(90deg, rgba(17,5,5,.97) 0%, rgba(77,7,8,.9) 44%, rgba(17,5,5,.42) 100%),
    linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.62)),
    url("/assets/site-media/dsc00630.jpg-d627cc6ca2.jpg") center 48% / cover no-repeat;
  border-bottom: 1px solid rgba(169,119,62,.48);
}

.method-page .method-hero-current::after {
  display: none;
}

.method-page .method-hero-current .method-hero-copy {
  max-width: 860px;
  padding-left: 34px;
  border-left: 1px solid rgba(169,119,62,.72);
}

.method-page .method-hero-current .method-hero-copy::before {
  display: none;
}

.method-page .method-hero-current .eyebrow {
  color: var(--gold);
}

.method-page .method-hero-current h1 {
  max-width: 850px;
  color: #f7eadc;
  font-size: clamp(62px, 5.2vw, 94px);
  line-height: .92;
  text-shadow: 0 20px 70px rgba(0,0,0,.45);
}

.method-page .method-hero-current .method-hero-copy p:last-child {
  max-width: 650px;
  color: #f0dccb;
  font-size: 22px;
  line-height: 1.48;
}

.method-page .method-order-card {
  border-color: rgba(169,119,62,.42);
  background:
    linear-gradient(180deg, rgba(18,7,7,.88), rgba(34,8,8,.76));
  box-shadow: 0 34px 100px rgba(0,0,0,.36);
}

.method-page .method-order-card .eyebrow,
.method-page .method-order-card strong {
  color: var(--gold);
}

.method-page .method-order-card li {
  color: #f3dfca;
  border-bottom-color: rgba(169,119,62,.22);
}

.method-page .method-order-card ol {
  border-top-color: rgba(169,119,62,.22);
}

.method-page .method-order-card p:last-child {
  color: #f7eadc;
}

.method-page .method-framework {
  grid-template-columns: minmax(460px, .86fr) minmax(520px, 1fr);
  padding: 96px 120px;
  background:
    radial-gradient(circle at 12% 0, rgba(169,119,62,.12), transparent 30%),
    linear-gradient(180deg, #120606, #080505);
  border-bottom: 1px solid rgba(169,119,62,.4);
}

.method-page .method-framework h2 {
  font-size: clamp(52px, 4.2vw, 76px);
}

.method-page .method-comparison {
  padding-top: 86px;
  padding-bottom: 92px;
}

.method-page .method-comparison .section-heading {
  display: grid;
  grid-template-columns: minmax(280px, .55fr) minmax(0, 1fr);
  gap: 34px 70px;
  align-items: end;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 46px;
  text-align: left;
}

.method-page .method-comparison .section-heading > p:first-child {
  align-self: start;
  margin-top: 10px;
}

.method-page .method-comparison .section-heading > p:last-child {
  grid-column: 2;
  max-width: 760px;
  margin: 0;
  color: #3a1712;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.62;
  text-transform: none;
}

.method-page .method-comparison .section-heading h2 {
  max-width: 820px;
  margin: 0;
  color: var(--red);
  font-size: clamp(38px, 2.8vw, 50px);
  line-height: 1.06;
  font-weight: 500;
}

.method-page .method-compare-grid {
  background: rgba(255,255,255,.62);
}

.method-page .method-compare-grid article {
  padding: 38px 42px 34px;
}

.method-page .method-compare-grid h3 {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(77,7,8,.14);
  color: #4d0708;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
}

.method-page .method-compare-grid p {
  min-height: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 17px;
  line-height: 1.42;
}

.method-page .method-foundation {
  background:
    radial-gradient(circle at 86% 6%, rgba(169,119,62,.12), transparent 28%),
    linear-gradient(180deg, #f7f1eb, #e2d8cf);
}

.method-page .method-sequence {
  background:
    radial-gradient(circle at 50% 0, rgba(169,119,62,.09), transparent 30%),
    linear-gradient(180deg, #120606, #090505);
  border-top: 1px solid rgba(169,119,62,.38);
  border-bottom: 1px solid rgba(169,119,62,.38);
}

.method-page .method-sequence .eyebrow,
.method-page .method-sequence-current h2,
.method-page .method-sequence-current p,
.method-page .method-prelude h3,
.method-page .method-prelude p {
  color: #f7eadc;
}

.method-page .method-sequence-current {
  border-bottom-color: rgba(169,119,62,.24);
}

.method-page .method-prelude,
.method-page .method-phases article {
  border-color: rgba(169,119,62,.32);
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.018));
  box-shadow: 0 28px 90px rgba(0,0,0,.24);
}

.method-page .method-phases span {
  color: var(--gold);
}

.method-page .method-phases h3,
.method-page .method-phases p {
  color: #f7eadc;
}

.method-page .method-phases article strong {
  color: var(--gold);
  border-top-color: rgba(169,119,62,.24);
}

.method-page .method-beyond {
  background:
    radial-gradient(circle at 20% 0, rgba(169,119,62,.1), transparent 30%),
    linear-gradient(135deg, #4d0708, #170606 64%, #090505);
  border-bottom: 1px solid rgba(169,119,62,.4);
}

.method-page .method-beyond-grid article {
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  box-shadow: 0 28px 80px rgba(0,0,0,.24);
}

.method-page .method-standard {
  background:
    radial-gradient(circle at 88% 10%, rgba(169,119,62,.11), transparent 28%),
    linear-gradient(180deg, #f8f2ec, #e7ddd4);
}

.method-page .method-cta {
  padding: 82px 120px;
  background:
    radial-gradient(circle at 50% 0, rgba(169,119,62,.12), transparent 34%),
    linear-gradient(180deg, #6e0f10, #4d0708);
  border-top: 1px solid rgba(169,119,62,.42);
  border-bottom: 1px solid rgba(169,119,62,.42);
}

.method-page .method-cta > div {
  width: fit-content;
  margin: 0 auto 26px;
  padding: 0 42px 22px;
  border-bottom: 1px solid rgba(169,119,62,.42);
}

.method-page .method-cta strong {
  color: var(--gold);
  font-size: 34px;
  line-height: .9;
}

.method-page .method-cta span {
  display: block;
  margin-top: 8px;
  color: rgba(247,234,220,.78);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1.4;
}

.method-page .method-cta blockquote {
  max-width: 820px;
  margin: 0 auto 24px;
  color: #f7eadc;
  font-size: clamp(32px, 2.55vw, 44px);
  line-height: 1.18;
}

.method-page .method-cta p {
  margin: 0 auto 26px;
  color: rgba(247,234,220,.86);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.5;
}

.method-page .method-cta .btn {
  min-width: 220px;
  padding: 16px 28px;
  border-color: var(--gold);
  background: rgba(17,5,5,.18);
  color: #f7eadc;
}

@media (max-width: 1100px) {
  .method-page .method-hero-current,
  .method-page .method-framework {
    grid-template-columns: 1fr;
  }

  .method-page .method-comparison .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .method-page .method-comparison .section-heading > p:last-child {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .method-page .method-hero-current {
    padding-top: 72px !important;
    padding-bottom: 64px !important;
  }

  .method-page .method-hero-current .method-hero-copy {
    padding-left: 18px;
  }

  .method-page .method-order-card {
    padding: 28px 22px;
  }

  .method-page .method-cta {
    padding: 58px 24px;
  }

  .method-page .method-cta > div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .method-page .method-cta blockquote {
    font-size: clamp(28px, 9vw, 38px);
  }

  .method-page .method-comparison {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .method-page .method-comparison .section-heading h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .method-page .method-compare-grid article {
    padding: 28px 22px;
  }
}

/* Shared header lock: keep menu identical on every page */
body .site-header {
  min-height: 106px;
  padding: 0 20px;
  grid-template-columns: 205px 1fr 112px;
  gap: 14px;
  align-items: center;
  background: #160707;
  border-bottom: 1px solid rgba(169,119,62,.42);
}

body .brand {
  width: 205px;
  height: 82px;
}

body .main-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .04em;
}

body .main-nav a {
  display: flex;
  align-items: center;
  color: #f7eadc;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

body .main-nav a.active {
  color: var(--gold);
}

body .header-link {
  width: 112px;
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border: 1px solid var(--gold);
  color: #f7eadc;
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
}

/* Global shell lock: header and footer must render identically on every page. */
body .announcement {
  height: 46px;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  background: #100505;
  border-bottom: 1px solid rgba(169,119,62,.25);
  color: #f4e6d7;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

body .site-header {
  min-height: 106px;
  padding: 0 20px;
  grid-template-columns: 205px 1fr 112px;
  gap: 14px;
  align-items: center;
  background: #160707;
  border-bottom: 1px solid rgba(169,119,62,.42);
}

body .main-nav a.active {
  color: var(--gold);
}

body .site-footer {
  display: grid;
  grid-template-columns: minmax(270px, 1.35fr) minmax(160px, .75fr) minmax(210px, .8fr) minmax(380px, 1.45fr);
  gap: 52px;
  align-items: start;
  min-height: 330px;
  padding: 64px 7vw 58px;
  background:
    radial-gradient(circle at 10% 20%, rgba(155, 39, 34, .34), transparent 28%),
    linear-gradient(90deg, #811313 0%, #4f0808 48%, #240505 100%);
  border-top: 1px solid rgba(169,119,62,.5);
}

body .site-footer p,
body .site-footer a,
body .site-footer address {
  color: #fff4e8;
  font-size: 13px;
  line-height: 1.72;
}

body .site-footer a {
  text-decoration: none;
}

body .site-footer a:hover {
  color: var(--gold);
}

body .footer-links,
body .site-footer address {
  display: grid;
  gap: 10px;
  font-style: normal;
}

body .footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  max-width: 360px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(169,119,62,.3);
}

body .footer-socials span {
  flex: 0 0 100%;
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .24em;
  line-height: 1;
  text-transform: uppercase;
}

body .footer-socials a {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(169,119,62,.65);
  color: #fff4e8;
}

body .footer-socials svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

body .footer-legal p {
  margin-bottom: 13px;
}

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

  body .announcement {
    height: auto;
    min-height: 38px;
    padding: 9px 18px;
    font-size: 12px;
  }

  body .site-header {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 12px 16px 14px;
    gap: 12px;
  }

  body .brand {
    justify-self: center;
    width: 152px;
    height: 58px;
  }

  body .main-nav {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 2px 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  body .main-nav::-webkit-scrollbar {
    display: none;
  }

  body .main-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 12px;
  }

  body .header-link {
    justify-self: center;
    width: auto;
    min-width: 126px;
    min-height: 40px;
    padding: 0 18px;
    white-space: nowrap;
    font-size: 11px;
  }

  body .site-footer {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    padding: 42px 24px 44px;
  }

  body .footer-links,
  body .site-footer address,
  body .footer-legal,
  body .footer-brand {
    width: 100%;
    max-width: 100%;
  }

  body .footer-socials {
    max-width: 100%;
  }
}

/* Local mobile optimization pass: keep desktop intact, collapse page-specific grids. */
@media (max-width: 767px) {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  main,
  main > section,
  section,
  article,
  figure,
  img,
  video {
    max-width: 100%;
  }

  img,
  video {
    height: auto;
  }

  .hero,
  .page-hero,
  .corporate-hero,
  .method-hero,
  .investment-hero,
  .experience-hero,
  .work-hero,
  .house-hero,
  .corp-events-hero,
  .inquire-hero,
  .blog-hero,
  .post-hero {
    min-height: auto;
  }

  .hero h1,
  .page-hero h1,
  .corporate-hero h1,
  .method-hero h1,
  .investment-hero h1,
  .experience-hero h1,
  .work-hero h1,
  .house-hero h1,
  .corp-events-hero h1,
  .blog-hero h1,
  .post-hero h1 {
    font-size: clamp(36px, 11vw, 52px);
    line-height: .98;
  }

  .btn,
  .text-link,
  button,
  summary {
    max-width: 100%;
  }

  .btn,
  .primary,
  .secondary,
  .method-action-btn,
  .client-experience-btn {
    min-height: 44px;
    padding: 0 18px;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
  }

  .corporate-intro,
  .corporate-inquiry,
  .corporate-diagnosis,
  .corporate-method,
  .wedding-opening,
  .wedding-budget,
  .coordination,
  .culture-section,
  .client-experience,
  .method-hero,
  .method-foundation,
  .method-beyond,
  .house-origin,
  .house-founder,
  .experience-process-head,
  .experience-faq-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    width: 100%;
  }

  .corporate-intro,
  .corporate-gallery,
  .corporate-brands,
  .corporate-process,
  .corporate-proof,
  .corporate-diagnosis,
  .corporate-method,
  .corporate-faq,
  .wedding-opening,
  .wedding-budget,
  .coordination,
  .wedding-services,
  .culture-section,
  .client-experience,
  .testimonials,
  .faq,
  .method-framework,
  .method-comparison,
  .method-foundation,
  .method-sequence,
  .method-beyond,
  .method-standard,
  .method-cta,
  .method-inquire,
  .investment-scopes,
  .experience-process,
  .experience-faq,
  .work-gallery-section,
  .house-origin,
  .house-founder,
  .house-diversity,
  .house-commitments,
  .house-team,
  .house-method,
  .corp-events-intro,
  .corp-events-gallery,
  .corp-events-brands,
  .inquire-main,
  .blog-index,
  .post-body {
    padding-left: 24px;
    padding-right: 24px;
    overflow-x: clip;
  }

  .process-grid,
  .proof-cases,
  .corporate-brand-grid,
  .method-compare-grid,
  .method-foundation-uses,
  .method-phases,
  .method-beyond-grid,
  .experience-phase-grid,
  .experience-process-grid,
  .work-grid,
  .work-gallery,
  .house-origins,
  .house-commitment-grid,
  .corp-events-gallery,
  .blog-grid,
  .post-grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 0;
  }

  .gallery-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
  }

  .gallery-strip img,
  .proof-cases img,
  .work-gallery img,
  .work-grid img,
  .corp-events-gallery img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }

  .gallery-strip img {
    height: 170px;
  }

  .proof-cases article,
  .process-grid article,
  .method-compare-grid article,
  .method-phases article,
  .method-foundation-uses article,
  .method-beyond-grid article,
  .work-gallery article,
  .house-origins div,
  .house-commitment-grid article,
  .corp-events-gallery article {
    width: 100%;
    min-width: 0;
  }

  .coordination-copy,
  .investment-stack,
  .wedding-quote,
  .culture-panel,
  .culture-services,
  .testimonial-grid,
  .faq-intro,
  .faq-list,
  .corporate-faq-list {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .investment-stack {
    justify-self: stretch;
    padding: 18px;
  }

  .investment-trigger {
    width: 100%;
    min-height: 58px;
    padding: 18px 42px 18px 0;
    white-space: normal;
    text-align: left;
  }

  .investment-panel {
    max-width: 100%;
  }

  .testimonial-grid {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-card {
    width: 100%;
  }

  .method-page .method-comparison .section-heading,
  .method-page .method-sequence-current,
  .method-page .method-standard,
  .method-page .method-cta,
  .method-page .method-inquire,
  .method-comparison .section-heading,
  .method-sequence-current,
  .method-standard,
  .method-cta,
  .method-inquire {
    text-align: center;
  }

  .method-page .method-sequence-current,
  .method-sequence-current {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100%;
    max-width: 100%;
  }

  .method-page .method-comparison .section-heading h2,
  .method-comparison .section-heading h2,
  .method-sequence-current h2,
  .method-standard blockquote,
  .method-cta blockquote {
    font-size: clamp(32px, 10vw, 46px);
    line-height: 1.02;
  }

  .method-page .method-comparison .section-heading > p:last-child,
  .method-comparison .section-heading > p:last-child,
  .method-sequence-current > p:not(.eyebrow),
  .method-standard > div,
  .method-cta p {
    max-width: 100%;
  }

  .method-page .method-compare-grid,
  .method-compare-grid {
    gap: 0;
    box-shadow: 0 22px 55px rgba(32, 13, 9, .12);
  }

  .method-page .method-compare-grid article + article,
  .method-compare-grid article + article {
    border-left: 0;
    border-top: 1px solid rgba(99, 8, 8, .16);
  }

  .method-page .method-phases,
  .method-phases {
    gap: 18px;
  }

  .method-page .method-phases article,
  .method-phases article {
    padding: 26px 22px;
  }

  .work-gallery {
    gap: 12px;
  }

  .work-gallery article,
  .work-gallery article.featured {
    grid-column: auto;
    min-height: 340px;
    aspect-ratio: 4 / 5;
  }

  .work-gallery article div {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .work-gallery h4 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .work-lightbox-panel {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 28px);
    padding: 22px 16px;
  }

  .work-lightbox-grid {
    grid-template-columns: 1fr;
  }

  .work-hero-bg {
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    transform: none;
  }

  .work-brands {
    padding: 54px 24px;
  }

  .work-brands p {
    font-size: 12px;
    line-height: 1.5;
  }

  .work-brands h2 {
    margin-bottom: 28px;
    font-size: clamp(30px, 8vw, 40px);
  }

  .work-brand-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
    width: 100%;
    min-width: 0;
  }

  .work-brand-grid img {
    width: 100%;
    height: 72px;
    object-fit: contain;
  }

  .house-diversity-head {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    margin: 0 auto 30px;
    text-align: center;
  }

  .house-diversity-head .eyebrow,
  .house-diversity-head p,
  .house-diversity-head blockquote,
  .house-diversity-note {
    max-width: 100%;
  }

  .house-diversity-head blockquote {
    grid-column: auto;
    margin: 0;
    padding: 16px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(169,119,62,.45);
  }

  .house-diversity-head h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .house-origins {
    border: 1px solid rgba(99, 8, 8, .18);
  }

  .house-origins .eyebrow {
    grid-column: auto;
  }

  .house-origins div {
    border-left: 0;
    border-top: 1px solid rgba(99, 8, 8, .15);
  }

  .house-team article,
  .wedding-service-card,
  .wedding-service-card.reverse,
  .investment-scopes article {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .house-team article {
    padding: 54px 24px;
  }

  .house-team img {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .method-prelude,
  .method-page .method-prelude {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    max-width: 100%;
    padding: 24px 20px;
  }

  .method-prelude p:last-child,
  .method-page .method-prelude p:last-child {
    max-width: 100%;
  }

  .testimonial-grid {
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
    padding: 44px 18px;
  }

  .testimonial-nav {
    top: auto;
    bottom: 12px;
    transform: none;
  }

  .testimonial-prev {
    left: 18px;
  }

  .testimonial-next {
    right: 18px;
  }

  .budget-image,
  .investment-scope-media,
  .house-founder-media,
  .inquiry-image {
    width: 100%;
  }

  .inquiry-form,
  .form-grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body .site-header {
    grid-template-columns: 170px 1fr 112px;
    gap: 10px;
  }

  body .brand {
    width: 170px;
    height: 68px;
  }

  body .main-nav {
    gap: 9px;
    font-size: 11px;
  }

  .corporate-method,
  .coordination,
  .method-compare-grid,
  .house-origins,
  .work-gallery {
    max-width: 100%;
  }
}

/* Final visual balance for the three Method sections called out in review. */
.method-page .method-sequence-current h2 {
  max-width: 660px;
  font-size: clamp(44px, 4vw, 68px);
}

.method-page .method-beyond > div:first-child {
  display: block;
  max-width: 1180px;
  margin: 0 auto 26px;
}

.method-page .method-beyond h2 {
  max-width: 920px;
  font-size: clamp(44px, 4vw, 66px);
}

.method-page .method-beyond-copy {
  max-width: 1180px;
  grid-template-columns: minmax(0, .82fr) minmax(0, .82fr);
  gap: 44px;
  margin-bottom: 38px;
}

.method-page .method-beyond-grid {
  max-width: 1180px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.method-page .method-beyond-grid article {
  min-height: 240px;
}

.method-page .method-standard {
  grid-template-columns: minmax(360px, .74fr) minmax(460px, 1fr);
  gap: 52px;
  padding-top: 84px;
  padding-bottom: 84px;
}

.method-page .method-standard blockquote {
  max-width: 720px;
  font-size: clamp(40px, 3.45vw, 58px);
  line-height: 1.04;
}

.method-page .method-standard p {
  font-size: 17px;
}

@media (max-width: 767px) {
  .method-page .method-beyond-grid,
  .method-page .method-beyond-copy,
  .method-page .method-standard {
    grid-template-columns: 1fr;
  }

  .method-page .method-standard blockquote,
  .method-page .method-beyond h2,
  .method-page .method-sequence-current h2 {
    font-size: clamp(34px, 10vw, 44px);
  }
}

/* Final Spatial Method polish: this must remain after all older method rules. */
.method-page .method-sequence {
  padding: 94px 7vw 102px;
  background:
    radial-gradient(circle at 18% 0, rgba(119, 16, 16, .28), transparent 34%),
    linear-gradient(180deg, #130606 0%, #090404 100%);
}

.method-page .method-sequence-current {
  max-width: 1180px;
  display: grid;
  grid-template-columns: minmax(220px, .38fr) minmax(0, 1fr);
  gap: 34px 58px;
  align-items: start;
  margin: 0 auto 30px;
  padding: 0 0 34px;
  border-bottom: 1px solid rgba(169,119,62,.28);
  text-align: left;
}

.method-page .method-sequence-current .eyebrow {
  margin: 8px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(169,119,62,.75);
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .22em;
}

.method-page .method-sequence-current h2 {
  max-width: 720px;
  margin: 0;
  color: #f7eadc;
  font-size: clamp(48px, 4.6vw, 76px);
  font-weight: 400;
  line-height: .98;
}

.method-page .method-sequence-current > p:not(.eyebrow) {
  grid-column: 2;
  max-width: 760px;
  margin: -10px 0 0;
  padding: 16px 0 16px 24px;
  border-left: 1px solid rgba(169,119,62,.46);
  color: #ead6c4;
  font-size: 18px;
  line-height: 1.65;
}

.method-page .method-prelude {
  max-width: 1180px;
  display: grid;
  grid-template-columns: minmax(220px, .34fr) minmax(0, .56fr);
  gap: 26px 54px;
  align-items: start;
  margin: 0 auto 28px;
  padding: 30px 34px;
  border: 1px solid rgba(169,119,62,.3);
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}

.method-page .method-prelude .eyebrow {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: .22em;
}

.method-page .method-prelude h3 {
  margin: 0;
  color: #f7eadc;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.08;
}

.method-page .method-prelude p:last-child {
  grid-column: 1 / -1;
  max-width: 620px;
  margin: 26px 0 0;
  color: #ead6c4;
  font-size: 17px;
  line-height: 1.7;
}

.method-page .method-phases {
  max-width: 1180px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.method-page .method-phases article {
  min-height: 0;
  padding: 30px 26px;
  border: 1px solid rgba(169,119,62,.28);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  box-shadow: none;
}

.method-page .method-phases article::before,
.method-page .method-phases article::after {
  display: none;
}

.method-page .method-phases span {
  color: var(--gold);
  font-size: 25px;
}

.method-page .method-phases h3 {
  color: #f7eadc;
  font-size: 28px;
  font-weight: 500;
}

.method-page .method-phases p {
  color: #ead6c4;
  font-size: 16px;
  line-height: 1.62;
}

.method-page .method-phases article strong {
  margin-top: auto;
  color: #c18b4b;
  font-size: 10px;
  letter-spacing: .12em;
  line-height: 1.55;
}

.method-page .method-beyond {
  padding: 96px 7vw 104px;
  background:
    radial-gradient(circle at 0 0, rgba(127, 18, 18, .45), transparent 32%),
    linear-gradient(180deg, #750c0c 0%, #420606 48%, #120505 100%);
  border-top: 1px solid rgba(169,119,62,.42);
}

.method-page .method-beyond > div:first-child {
  max-width: 1240px;
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(320px, .82fr);
  gap: 58px;
  align-items: start;
  margin: 0 auto 34px;
}

.method-page .method-beyond .eyebrow {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .22em;
}

.method-page .method-beyond h2 {
  max-width: 780px;
  margin: 18px 0 0;
  color: #f7eadc;
  font-size: clamp(48px, 4.5vw, 78px);
  font-weight: 400;
  line-height: .98;
}

.method-page .method-beyond-copy {
  max-width: 1240px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  margin: 0 auto 34px;
  padding-top: 34px;
  border-top: 1px solid rgba(169,119,62,.28);
}

.method-page .method-beyond-copy p {
  margin: 0;
  color: #ead6c4;
  font-size: 18px;
  line-height: 1.68;
}

.method-page .method-beyond-grid {
  max-width: 1240px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 auto;
}

.method-page .method-beyond-grid article {
  min-height: 0;
  padding: 30px 26px;
  border: 1px solid rgba(169,119,62,.28);
  background: rgba(18, 7, 7, .36);
  box-shadow: none;
}

.method-page .method-beyond-grid h3 {
  color: #f7eadc;
  font-size: 28px;
  font-weight: 500;
}

.method-page .method-beyond-grid p {
  color: #ead6c4;
  font-size: 16px;
  line-height: 1.62;
}

.method-page .method-standard {
  display: grid;
  grid-template-columns: minmax(360px, .86fr) minmax(420px, 1fr);
  gap: 48px 70px;
  align-items: start;
  padding: 92px 7vw 96px;
  background: linear-gradient(180deg, #f7f1eb, #e7ddd4);
}

.method-page .method-standard blockquote {
  margin: 0;
  color: var(--red);
  font-size: clamp(44px, 4.4vw, 72px);
  font-weight: 400;
  line-height: .98;
}

.method-page .method-standard > div:not(.method-actions) {
  max-width: 760px;
  padding-left: 36px;
  border-left: 1px solid rgba(77,7,8,.18);
}

.method-page .method-standard p {
  color: #4e1714;
  font-size: 18px;
  line-height: 1.72;
}

.method-page .method-standard .method-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 0;
  padding-top: 30px;
  border-top: 1px solid rgba(77,7,8,.16);
}

.method-page .method-standard .method-actions .btn,
.method-page .method-standard .method-actions .text-link {
  min-width: 240px;
  min-height: 52px;
}

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

@media (max-width: 767px) {
  .method-page .method-sequence,
  .method-page .method-beyond,
  .method-page .method-standard {
    padding: 64px 24px;
  }

  .method-page .method-sequence-current,
  .method-page .method-prelude,
  .method-page .method-beyond > div:first-child,
  .method-page .method-beyond-copy,
  .method-page .method-standard {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .method-page .method-sequence-current > p:not(.eyebrow),
  .method-page .method-prelude p:last-child {
    grid-column: auto;
    margin: 0;
  }

  .method-page .method-phases,
  .method-page .method-beyond-grid {
    grid-template-columns: 1fr;
  }

  .method-page .method-sequence-current h2,
  .method-page .method-beyond h2,
  .method-page .method-standard blockquote {
    font-size: clamp(34px, 10vw, 46px);
  }

  .method-page .method-standard > div:not(.method-actions) {
    padding-left: 0;
    border-left: 0;
  }

  .method-page .method-standard .method-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
}

/* Final visual balance for the three Method sections called out in review. */
.method-page .method-sequence-current h2 {
  max-width: 660px;
  font-size: clamp(44px, 4vw, 68px);
}

.method-page .method-beyond > div:first-child {
  display: block;
  max-width: 1180px;
  margin: 0 auto 26px;
}

.method-page .method-beyond h2 {
  max-width: 920px;
  font-size: clamp(44px, 4vw, 66px);
}

.method-page .method-beyond-copy {
  max-width: 1180px;
  grid-template-columns: minmax(0, .82fr) minmax(0, .82fr);
  gap: 44px;
  margin-bottom: 38px;
}

.method-page .method-beyond-grid {
  max-width: 1180px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.method-page .method-beyond-grid article {
  min-height: 240px;
}

.method-page .method-standard {
  grid-template-columns: minmax(360px, .74fr) minmax(460px, 1fr);
  gap: 52px;
  padding-top: 84px;
  padding-bottom: 84px;
}

.method-page .method-standard blockquote {
  max-width: 720px;
  font-size: clamp(40px, 3.45vw, 58px);
  line-height: 1.04;
}

.method-page .method-standard p {
  font-size: 17px;
}

@media (max-width: 767px) {
  .method-page .method-beyond-grid,
  .method-page .method-beyond-copy,
  .method-page .method-standard {
    grid-template-columns: 1fr;
  }

  .method-page .method-standard blockquote,
  .method-page .method-beyond h2,
  .method-page .method-sequence-current h2 {
    font-size: clamp(34px, 10vw, 44px);
  }
}

/* Final Method comparison polish: separate heading, intro, and comparison panels. */
.method-page .method-comparison {
  padding: 88px 7vw 96px;
  background:
    radial-gradient(circle at 50% 6%, rgba(169,119,62,.11), transparent 28%),
    linear-gradient(180deg, #f8f2ec 0%, #e7ddd4 100%);
  color: var(--red);
}

.method-page .method-comparison .section-heading {
  max-width: 1160px;
  display: grid;
  grid-template-columns: minmax(220px, .34fr) minmax(0, 1fr);
  gap: 24px 62px;
  align-items: start;
  margin: 0 auto 48px;
  text-align: left;
}

.method-page .method-comparison .section-heading > p:first-child {
  grid-row: 1 / span 2;
  margin: 8px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(169,119,62,.72);
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1.4;
  text-transform: uppercase;
}

.method-page .method-comparison .section-heading h2 {
  max-width: 820px;
  margin: 0;
  color: var(--red);
  font-size: clamp(42px, 4.15vw, 64px);
  font-weight: 400;
  line-height: 1.02;
}

.method-page .method-comparison .section-heading > p:last-child {
  grid-column: 2;
  max-width: 780px;
  margin: 0;
  padding-left: 24px;
  border-left: 1px solid rgba(77,7,8,.2);
  color: #4d1a16;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.62;
  text-transform: none;
}

.method-page .method-compare-grid {
  max-width: 1160px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 0 auto;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.method-page .method-compare-grid article {
  display: grid;
  gap: 0;
  min-height: 0;
  padding: 34px 38px 38px;
  border: 1px solid rgba(77,7,8,.16);
  background: rgba(255,255,255,.42);
  box-shadow: 0 24px 70px rgba(77,7,8,.08);
}

.method-page .method-compare-grid article:first-child {
  background: rgba(255,255,255,.34);
  border-color: rgba(77,7,8,.14);
  box-shadow: 0 18px 52px rgba(77,7,8,.055);
}

.method-page .method-compare-grid article:last-child {
  border-color: rgba(169,119,62,.34);
  background:
    linear-gradient(180deg, rgba(255,255,255,.68), rgba(255,255,255,.42)),
    radial-gradient(circle at 100% 0, rgba(169,119,62,.18), transparent 34%);
  box-shadow: 0 28px 78px rgba(77,7,8,.12);
}

.method-page .method-compare-grid article + article {
  border-left: 1px solid rgba(77,7,8,.16);
}

.method-page .method-compare-grid h3 {
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(77,7,8,.15);
  color: var(--red);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.45;
  text-transform: uppercase;
}

.method-page .method-compare-grid article:last-child h3 {
  color: var(--gold);
  border-bottom-color: rgba(169,119,62,.38);
}

.method-page .method-compare-grid p {
  position: relative;
  min-height: 0;
  margin: 0;
  padding: 16px 0 16px 30px;
  border-bottom: 1px solid rgba(77,7,8,.12);
  color: #4d1a16;
  font-size: 17px;
  line-height: 1.55;
}

.method-page .method-compare-grid p:last-child {
  border-bottom: 0;
}

.method-page .method-compare-grid p::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 24px;
  width: 8px;
  height: 8px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .method-page .method-comparison {
    padding: 62px 24px;
  }

  .method-page .method-comparison .section-heading,
  .method-page .method-compare-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .method-page .method-comparison .section-heading > p:first-child,
  .method-page .method-comparison .section-heading > p:last-child {
    grid-column: auto;
    grid-row: auto;
  }

  .method-page .method-comparison .section-heading h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .method-page .method-compare-grid article {
    padding: 28px 22px;
  }
}

/* Final specificity lock for Method comparison desktop heading. */
@media (min-width: 768px) {
  body .method-page .method-comparison .section-heading h2 {
    font-size: clamp(42px, 4.15vw, 64px);
  }
}

/* Experience page local refinement: lighter hierarchy, cleaner alignment. */
.experience-intro,
.experience-renderings {
  grid-template-columns: minmax(320px, .78fr) minmax(520px, 1fr);
  align-items: start;
  gap: clamp(54px, 6vw, 108px);
  padding: clamp(82px, 8vw, 118px) clamp(72px, 7vw, 128px);
}

.experience-intro-title,
.experience-faq-head {
  position: static;
}

.experience-intro h2,
.experience-renderings h2,
.experience-standard h2,
.experience-process h2,
.experience-outcome h2,
.experience-closing h2 {
  font-weight: 400;
  letter-spacing: 0;
}

.experience-intro h2,
.experience-renderings h2 {
  max-width: 820px;
  font-size: clamp(42px, 4.2vw, 66px);
  line-height: 1.02;
}

.experience-intro-copy,
.experience-renderings > div:last-child {
  max-width: 820px;
  padding: 0 0 0 clamp(28px, 3vw, 52px);
  border-left: 1px solid rgba(169, 119, 62, .36);
}

.experience-intro-copy p,
.experience-renderings p,
.experience-process-head p,
.experience-outcome p,
.experience-standard p {
  font-size: clamp(17px, 1.05vw, 19px);
  line-height: 1.72;
  font-weight: 400;
}

.experience-intro-copy p:first-child,
.experience-intro-copy p:nth-child(2),
.experience-intro-copy p:nth-child(3) {
  margin-bottom: 14px;
  color: #4f1411;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.45;
  text-transform: uppercase;
}

.experience-process {
  padding: clamp(82px, 7vw, 118px) clamp(56px, 6vw, 108px);
}

.experience-process-head {
  display: grid;
  grid-template-columns: minmax(250px, .34fr) minmax(520px, .86fr);
  gap: clamp(44px, 6vw, 92px);
  max-width: 1440px;
  margin: 0 auto 56px;
  text-align: left;
}

.experience-process-head .eyebrow {
  max-width: 260px;
  padding-top: 12px;
  border-top: 1px solid rgba(169, 119, 62, .72);
}

.experience-process-head h2 {
  grid-column: 2;
  max-width: 760px;
  font-size: clamp(42px, 4.2vw, 68px);
  line-height: 1.02;
}

.experience-process-head p {
  grid-column: 2;
  max-width: 900px;
  margin: 0;
}

.experience-phase-grid {
  max-width: 1440px;
  gap: 16px;
}

.experience-phase-grid details {
  background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018));
  box-shadow: none;
}

.experience-phase-grid summary {
  min-height: 150px;
  padding: 30px 70px 30px 34px;
}

.experience-phase-grid h2 {
  margin: 18px 0 10px;
  font-size: clamp(25px, 2vw, 32px);
  font-weight: 400;
  line-height: 1.12;
}

.experience-phase-grid p,
.experience-phase-content p {
  font-size: 15.5px;
  line-height: 1.64;
}

.experience-phase-content strong {
  color: inherit;
  font-weight: 500;
}

.experience-phase-content .phase-truth {
  padding: 18px 20px;
  font-size: 15px;
  line-height: 1.58;
}

.experience-outcome {
  align-items: start;
  grid-template-columns: minmax(300px, .55fr) minmax(520px, .82fr);
  gap: clamp(48px, 6vw, 86px);
  padding: clamp(78px, 7vw, 106px) clamp(72px, 7vw, 128px);
}

.experience-outcome h2 {
  max-width: 520px;
  font-size: clamp(42px, 4.4vw, 68px);
  line-height: 1.03;
}

.experience-standard {
  gap: clamp(48px, 6vw, 84px);
}

.experience-standard h2 {
  max-width: 760px;
  font-size: clamp(38px, 3.8vw, 62px);
  line-height: 1.04;
}

.experience-standard blockquote {
  font-size: clamp(30px, 2.6vw, 42px);
  font-weight: 400;
}

.experience-renderings h4 {
  max-width: 650px;
  font-size: clamp(20px, 1.6vw, 25px);
  font-weight: 400;
}

@media (max-width: 980px) {
  .experience-intro,
  .experience-renderings,
  .experience-process-head,
  .experience-outcome,
  .experience-standard {
    grid-template-columns: 1fr;
  }

  .experience-process-head h2,
  .experience-process-head p {
    grid-column: auto;
  }

  .experience-intro-copy,
  .experience-renderings > div:first-child,
  .experience-renderings > div:last-child {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .experience-intro,
  .experience-renderings,
  .experience-process,
  .experience-outcome,
  .experience-standard,
  .experience-faq,
  .experience-closing {
    padding-left: 24px;
    padding-right: 24px;
  }

  .experience-intro h2,
  .experience-renderings h2,
  .experience-process-head h2,
  .experience-outcome h2,
  .experience-standard h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .experience-phase-grid summary {
    min-height: 0;
    padding: 26px 54px 26px 24px;
  }

  .experience-phase-content {
    padding: 0 24px 28px;
  }

  .experience-standard-media {
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
  }

  .experience-standard-media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* Experience process phases: static cards, not accordions. */
.experience-phase-grid article {
  border: 1px solid rgba(169, 119, 62, .34);
  background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018));
}

.experience-phase-grid article:first-child {
  background: linear-gradient(180deg, rgba(77, 7, 8, .42), rgba(14, 7, 7, .98));
  border-color: rgba(169, 119, 62, .54);
}

.experience-phase-summary {
  display: block;
  padding: 30px 34px 18px;
}

.experience-phase-summary h2 {
  margin: 18px 0 10px;
  color: #f7eadc;
  font-size: clamp(25px, 2vw, 32px);
  font-weight: 400;
  line-height: 1.12;
}

.experience-phase-summary p {
  margin: 0;
  color: #f4e7dc;
  font-size: 15.5px;
  line-height: 1.64;
}

.experience-phase-grid article:not(:first-child) .experience-phase-content {
  padding-top: 0;
}

.experience-phase-grid article:not(:first-child) .experience-phase-content .phase-truth {
  background: rgba(169, 119, 62, .065);
}

@media (max-width: 767px) {
  .experience-phase-summary {
    padding: 26px 24px 16px;
  }
}

.back-to-top {
  position: fixed;
  right: clamp(18px, 2vw, 32px);
  bottom: clamp(18px, 2vw, 32px);
  z-index: 80;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(169, 119, 62, .72);
  border-radius: 0;
  background: rgba(77, 7, 8, .92);
  color: #f7eadc;
  font-family: "Inter", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .22s ease, transform .22s ease, background .22s ease, border-color .22s ease;
  box-shadow: 0 14px 38px rgba(0, 0, 0, .28);
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: #720d0d;
  border-color: var(--gold);
  outline: none;
}

@media (max-width: 767px) {
  .back-to-top {
    width: 42px;
    height: 42px;
    right: 16px;
    bottom: 16px;
    font-size: 18px;
  }
}
