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

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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: 230px minmax(0, 1fr) 120px;
  align-items: center;
  gap: 22px;
  padding: 0 28px;
  background: linear-gradient(180deg, #2c0808, #140707);
  border-bottom: 1px solid rgba(169, 119, 62, 0.35);
}

.brand {
  height: 88px;
}

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

.main-nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  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:first-child {
  color: var(--gold);
}

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

.header-link,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--gold);
  color: #f4dec6;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.header-link {
  width: 120px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
}

.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("https://images.squarespace-cdn.com/content/v1/6508d6453a25a675585b1c69/ee379263-9cf8-4926-b822-116ee7153340/Alexandria+Design+House++%285%29.png?format=1500w") 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: 11px 20px;
  border: 1px solid rgba(169,119,62,.9);
  background: rgba(15, 10, 8, .34);
  color: #f4dec6;
  letter-spacing: .04em;
  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("https://images.squarespace-cdn.com/content/v1/6508d6453a25a675585b1c69/89041531-01ba-476c-9b4f-d85a5d3a3d63/250816-0857.JPG?format=1500w") 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: minmax(360px, 42%) 1fr;
  align-items: center;
  min-height: 480px;
  padding: 76px 120px;
  background:
    linear-gradient(90deg, rgba(69,8,9,.82), rgba(19,10,9,.96) 42%, #080909 100%),
    url("https://images.squarespace-cdn.com/content/v1/6508d6453a25a675585b1c69/0df2205a-6e70-4b88-b55a-73330a4a464e/Fairmont%2BHotel.webp?format=1500w") 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: 2;
  width: min(640px, 100%);
  margin: 0 auto;
  padding: 58px 64px;
  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);
}

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

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

.faq-intro p {
  margin: 0 0 24px;
  color: #d8c4b7;
  font-size: 14px;
  line-height: 1.55;
}

.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 {
  display: none;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.1fr .75fr .85fr 1.2fr;
  gap: 48px;
  padding: 58px 130px 48px;
  background: radial-gradient(circle at 25% 0, #701113, var(--red) 55%, #240606);
  color: #f2dfce;
  border-top: 1px solid rgba(169,119,62,.42);
}

.site-footer p,
.site-footer a,
.site-footer address {
  color: #f2dfce;
  font-size: 12px;
  line-height: 1.7;
}

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

address {
  font-style: normal;
}

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

  .header-link {
    display: none;
  }

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

.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("https://images.squarespace-cdn.com/content/v1/6508d6453a25a675585b1c69/942b7675-a7bf-4e32-b38c-34afd2dbfdbe/RosaRyanTeasers-117.jpg?format=1500w") 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;
}

.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("https://images.squarespace-cdn.com/content/v1/6508d6453a25a675585b1c69/0df2205a-6e70-4b88-b55a-73330a4a464e/Fairmont%2BHotel.webp?format=1500w") left center / 42% 100% no-repeat;
}

.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;
}

.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(360px, 42%) minmax(520px, 1fr);
  gap: 84px;
  align-items: start;
  padding: 108px 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;
  height: 760px;
  border: 1px solid rgba(169,119,62,.42);
  background: linear-gradient(180deg, #080808, #230707);
  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 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inquiry-form {
  padding: 52px 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);
}

.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("https://images.squarespace-cdn.com/content/v1/6508d6453a25a675585b1c69/ee379263-9cf8-4926-b822-116ee7153340/Alexandria+Design+House++%285%29.png?format=2500w") 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: 100px 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;
}

.corporate-diagnosis img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border: 1px solid rgba(169,119,62,.44);
  box-shadow: 0 30px 90px rgba(0,0,0,.32);
}

.corporate-diagnosis .text-link,
.corporate-method .text-link {
  display: inline-flex;
  margin-top: 18px;
  color: #d7a45f;
  font-size: 15px;
  letter-spacing: .12em;
  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-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;
}
