/* Final brand and responsive layout refinements. */
body { --ink: #29272c; --pink: #f4f0f5; --paper: #fff; }
/* Sections follow their HTML order, including newly added sections. */
header { height: 88px; padding-inline: 6%; }
.announcement { background: #432653; }
body #partnership { background: #432653; color: #fff; }
body #partnership .partnership-main p, body #partnership .steps p { color: #e4d9eb; }
body #partnership .steps span { color: #dfc394; }
body #partnership .steps { border-color: #ffffff30; }
body #partnership .outlined-label { color: #f0dfc2; border-color: #dfc39470; }
body #partnership .button-light { color: #432653; background: #faf7fc; }
body #partnership .button-light:hover { background: #eee5f4; }
body .hero { min-height: 480px; padding: 36px max(6%, calc((100% - 1200px) / 2)); background: #f5f5f7; justify-content: center; }
body .hero-image {
  inset: 50% max(4%, calc((100% - 1200px) / 2)) auto auto;
  width: min(76%, 840px);
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  object-position: right center;
  transform: translateY(-50%);
  mask-image: linear-gradient(to right, transparent, #000 20%), linear-gradient(to bottom, transparent, #000 5%, #000 95%, transparent);
  mask-composite: intersect;
}
body .hero-content { width: 46%; max-width: 560px; }
.hero-floral { position: absolute; width: 170px; height: 230px; object-fit: contain; pointer-events: none; z-index: -1; }
.hero-floral-left { left: -65px; bottom: -35px; transform: rotate(16deg); opacity: .65; }
.hero-floral-right { right: -40px; top: -55px; transform: rotate(175deg); opacity: .8; }
@media (max-width: 600px) {
  .hero-floral { width: 100px; height: 150px; }
  .hero-floral-left { left: -40px; bottom: 0; }
  .hero-floral-right { right: -35px; top: -28px; opacity: .55; }
}
body .hero .eyebrow { font-size: 10px; margin-bottom: 22px; color: #635568; }
body .hero h1 { font: 400 64px/1.03 Georgia, serif; color: #452752; margin: 0 0 18px; }
body .hero h1 em { display: block; font-weight: 400; }
body .hero-tagline { font: 500 20px/1.4 'DM Sans', sans-serif; margin: 0 0 15px; }
body .hero-tagline br { display: none; }
body .hero-description { display: none; }
.hero-intro { color: #65616a; font-size: 14px; line-height: 1.8; margin: 0 0 27px; max-width: 350px; }
.hero-actions { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.hero-secondary { font-size: 13px; color: #514457; padding: 12px 0; }
.hero-secondary span { margin-left: 10px; }
body .hero .button { min-height: 52px; padding: 14px 20px; }
body .hero-bottom { color: #66616c; border-color: #aaa5af55; margin-top: 30px; }
body .values-strip { background: white; min-height: 74px; font-size: 12px; }
.section { padding-block: 76px; }
h2 { font-size: 39px; line-height: 1.2; }
.section-heading { margin-bottom: 35px; }
.businesses { background: #fbfafc; border-top: 1px solid #ece8ef; border-bottom: 1px solid #ece8ef; }
.business-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.business-card { background: #fff; border: 1px solid #e8e4ea; border-radius: 4px; overflow: hidden; }
.business-card > a { display: block; width: 100%; }
.business-image { position: relative; width: 100%; aspect-ratio: auto; overflow: hidden; background: #edeaf0; }
.business-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.business-card a:hover .business-image img { transform: scale(1.04); }
.business-number { position: absolute; top: 15px; left: 15px; padding: 8px 10px; background: #fffef0e8; color: #5b3a68; font-size: 11px; }
.business-arrow { position: absolute; right: 15px; bottom: 15px; width: 36px; height: 36px; display: grid; place-items: center; background: #fff; border-radius: 50%; color: #512b63; font-size: 19px; }
.business-copy { padding: 24px 23px 26px; }
.business-copy .eyebrow { margin-bottom: 14px; color: #795887; }
.business-copy h3 { font: 400 25px/1.22 'Manrope', sans-serif; margin: 0 0 13px; }
.business-copy > p:not(.eyebrow) { min-height: 47px; color: #706d74; font-size: 13px; line-height: 1.7; margin: 0 0 20px; }
.business-copy .text-link { border-bottom: 0; padding: 0; font-size: 12px; }
.businesses { padding-block: 64px; }
.businesses > .section-heading { margin-bottom: 25px; }
.businesses > .section-heading h2 { font-size: 32px; }
.business-image { display: block; height: 220px; }
.business-copy { padding: 19px 20px 21px; }
.business-copy h3 { font-size: 21px; }
.business-copy > p:not(.eyebrow) { min-height: 0; font-size: 12px; }
.catalogue { margin-top: 40px; padding-top: 25px; border-top: 1px solid #e8e4ea; }
.catalogue-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 25px; }
.catalogue-heading .eyebrow { margin: 0; color: #795887; }
.catalogue-heading > p:last-child { max-width: 390px; margin: 0; color: #706d74; font-size: 13px; line-height: 1.7; }
.catalogue-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.catalogue-card { position: relative; min-height: 0; padding: 17px 17px 16px; background: #fff; border: 1px solid #e8e4ea; border-radius: 4px; }
.catalogue-index { color: #b18a4c; font-size: 11px; }
.catalogue-card h3 { color: #452752; font: 400 20px/1.2 'Manrope', sans-serif; margin: 12px 0 10px; }
.catalogue-card p { margin: 0; }
.brand-list { color: #4c4650; font-size: 13px; line-height: 1.8; }
.product-list { margin-top: 16px !important; padding-top: 13px; border-top: 1px solid #ebe8ee; color: #8a8490; font-size: 11px; line-height: 1.6; }
.pad-overview { grid-template-columns: 1fr 1fr; gap: 9%; }
.pad-photo img { height: auto; aspect-ratio: 1.13; object-fit: cover; object-position: right center; background: #f0f0f0; border-radius: 0; }
.pad-photo img { object-position: center; }
.pad-photo figcaption { font-size: 10px; }
.pad-details h3 { font-size: 31px; margin: 16px 0; }
.pad-details dl > div { padding: 15px 0; line-height: 1.6; }
.partnership-main h2 { font-size: 42px; }
.steps { margin-top: 44px; }
@media (min-width: 1600px) {
  body .hero { padding-inline: max(6%, calc((100% - 1200px) / 2)); min-height: 490px; }
}
@media (max-width: 1000px) {
  body .hero h1 { font-size: 66px; }
  body .hero-content { width: 48%; }
  body .hero { min-height: 480px; }
  body .hero-image { right: 0; }
  .pad-overview { gap: 6%; }
  .pad-details h3 { font-size: 28px; }
  .business-grid { gap: 10px; }
  .business-copy { padding: 20px 18px 22px; }
  .business-copy h3 { font-size: 22px; }
  .catalogue-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .catalogue-card { padding: 18px; }
}
@media (max-width: 600px) {
  header { height: 76px; }
  nav { top: 76px; }
  body .hero { padding: 34px 6% 12px; min-height: 0; display: grid; grid-template-rows: auto 260px; background: #f5f5f7; }
  body .hero-content { grid-row: 1; width: 100%; max-width: none; }
  body .hero h1 { font-size: 52px; line-height: 1.02; margin-bottom: 18px; }
  body .hero .eyebrow { margin-bottom: 18px; font-size: 9px; }
  body .hero-tagline { font-size: 18px; margin-bottom: 10px; }
  .hero-intro { font-size: 13px; max-width: 320px; margin-bottom: 20px; }
  body .hero-image {
    position: relative;
    grid-row: 2;
    inset: auto;
    width: 100%;
    margin: 0;
    height: 260px;
    object-fit: cover;
    object-position: right center;
    transform: none;
    z-index: 0;
    mask-image: linear-gradient(to right, transparent, #000 8%, #000 94%, transparent), linear-gradient(to bottom, transparent, #000 8%, #000 92%, transparent);
  }
  body .hero-bottom { grid-row: 3; margin-top: 0; font-size: 9px; padding-top: 14px; gap: 20px; }
  body .hero-bottom > span { max-width: none; }
  .section { padding: 48px 6%; }
  h2 { font-size: 32px; }
  .section-heading { margin-bottom: 28px; }
  .pad-overview { grid-template-columns: 1fr; gap: 27px; }
  .pad-photo img { aspect-ratio: 1.15; }
  .pad-details h3 { font-size: 28px; }
  .partnership-main h2 { font-size: 34px; }
  body .values-strip { font-size: 10px; }
  .business-grid { grid-template-columns: 1fr; gap: 12px; }
  .business-image { aspect-ratio: 1.5; height: auto; }
  .business-copy > p:not(.eyebrow) { min-height: 0; }
  .catalogue { margin-top: 45px; padding-top: 24px; }
  .catalogue-heading { display: block; margin-bottom: 22px; }
  .catalogue-heading > p:last-child { margin-top: 14px; }
  .catalogue-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .catalogue-card { min-height: 0; }
}

/* Original Messiah Grace artwork in the header and footer. */
.brand { flex-shrink: 0; }
.brand-logo { display: block; width: 120px; height: auto; }
.footer-main .brand-logo { width: 165px; }
@media (max-width: 600px) {
  header .brand-logo { width: 102px; }
  .footer-main .brand-logo { width: 135px; }
}

/* Leadership portraits and roles. */
.leadership { background: #fcfaf7; }
.leadership-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.leader-photo { aspect-ratio: 3 / 4; overflow: hidden; background: #eee8ee; }
.leader-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.leader-caption { padding: 20px 0 0; border-top: 2px solid #bd965b; }
.leader-caption p { margin: 0 0 8px; color: #765585; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.leader-caption h3 { margin: 0; font: 400 23px/1.3 Georgia, serif; color: #452752; }
@media (min-width: 901px) { header nav { gap: clamp(10px, 1.5vw, 24px); } }
@media (max-width: 1000px) { .leadership-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 22px; } }
@media (max-width: 600px) {
  .leadership-grid { gap: 28px 14px; }
  .leader-caption { padding-top: 14px; }
  .leader-caption p { font-size: 9px; letter-spacing: .04em; }
  .leader-caption h3 { font-size: 19px; }
}
@media (max-width: 360px) { .leadership-grid { grid-template-columns: 1fr; } }

/* Compact film preview integrated into the product details. */
.product-film-trigger { display: flex; align-items: center; gap: 18px; width: 100%; margin: 22px 0 16px; padding: 12px; border: 1px solid #e5dce9; background: #faf7fb; color: #452752; text-align: left; border-radius: 4px; transition: border-color .2s, background .2s; }
.product-film-trigger:hover { border-color: #b99ac8; background: #f2eaf6; }
.product-film-thumbnail { position: relative; display: block; flex: 0 0 80px; height: 100px; overflow: hidden; border-radius: 2px; }
.product-film-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.product-film-play { position: absolute; inset: 0; margin: auto; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #fffef5ed; box-shadow: 0 2px 14px #20132425; font-size: 12px; padding-left: 2px; }
.product-film-label { display: flex; flex-direction: column; gap: 8px; }
.product-film-eyebrow { font-size: 8px; letter-spacing: .12em; color: #806589; }
.product-film-title { font: 400 25px/1.1 Georgia, serif; }
.product-film-duration { font-size: 11px; color: #766a7c; }
.product-film-arrow { margin-left: auto; padding-right: 8px; font-size: 22px; }
.product-film-dialog { width: min(440px, calc(100% - 24px)); max-width: 440px; max-height: calc(100dvh - 24px); padding: 0; overflow: auto; background: #19151c; color: white; border-radius: 8px; }
.product-film-dialog::backdrop { background: #17101ee8; backdrop-filter: blur(8px); }
.product-film-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 16px; }
.product-film-toolbar h2 { font: 400 17px/1.3 Georgia, serif; }
.product-film-close { flex-shrink: 0; width: 36px; height: 36px; border: 1px solid #ffffff40; border-radius: 50%; background: transparent; color: white; font-size: 25px; line-height: 1; }
.product-film-dialog video { display: block; width: 100%; height: auto; max-height: calc(100dvh - 96px); object-fit: contain; background: #19151c; }
@media (max-width: 600px) { .product-film-title { font-size: 23px; } .product-film-trigger { gap: 14px; } }

/* Full site footer. */
.site-footer { padding: 0 6%; background: #f6f2ed; color: #452752; border-top: 1px solid #e5dcd0; }
.footer-invitation { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding: 48px 0; border-bottom: 1px solid #dfd5ca; }
.footer-invitation .eyebrow { color: #8c6b40; font-size: 9px; letter-spacing: .12em; margin-bottom: 14px; }
.footer-invitation h2 { font: 400 36px/1.18 Georgia, serif; }
.footer-partner-button { background: #452752; color: #fff; }
.footer-partner-button:hover { background: #603a70; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .9fr 1.25fr; gap: 42px; padding: 48px 0; }
.footer-brand-column .brand-logo { width: 170px; max-width: 100%; }
.footer-tagline { font: italic 19px/1.4 Georgia, serif; margin: 17px 0 10px; }
.footer-description { max-width: 235px; font-size: 12px; line-height: 1.8; color: #776d7a; margin: 0; }
.footer-link-column h3 { margin: 10px 0 20px; font-size: 12px; font-weight: 600; }
.footer-link-column ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 5px; }
.footer-link-column a { display: inline-flex; align-items: center; gap: 12px; padding: 6px 0; font-size: 12px; line-height: 1.6; color: #736478; text-underline-offset: 5px; }
.footer-link-column a:hover { color: #452752; text-decoration: underline; }
.footer-launch-note { padding-top: 20px; margin-top: 18px; border-top: 1px solid #dfd5ca; }
.footer-status { display: flex; align-items: center; gap: 8px; font-size: 11px; color: #6f593a; }
.footer-status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #b18a4c; flex-shrink: 0; }
.footer-launch-note p { margin: 9px 0 0; font-size: 11px; line-height: 1.7; color: #776d7a; }
.footer-base { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; border-top: 1px solid #dfd5ca; color: #776d7a; font-size: 10px; line-height: 1.6; }
.footer-base p { margin: 0; }
.footer-base > a { color: #452752; display: inline-flex; align-items: center; gap: 14px; padding-block: 8px; }
@media (min-width: 1600px) { .site-footer { padding-inline: max(6%, calc((100% - 1400px) / 2)); } }
@media (max-width: 1000px) { .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; } }
@media (max-width: 600px) {
  .footer-invitation { flex-direction: column; align-items: flex-start; padding: 34px 0; gap: 24px; }
  .footer-invitation h2 { font-size: 31px; }
  .footer-grid { padding: 32px 0; gap: 26px 22px; }
  .footer-brand-column, .footer-help-column { grid-column: 1 / -1; }
  .footer-brand-column .brand-logo { width: 150px; }
  .footer-description { max-width: 300px; }
  .footer-link-column h3 { margin-top: 0; margin-bottom: 12px; }
  .footer-base { flex-wrap: wrap; gap: 8px 20px; }
  .footer-base p { width: 100%; }
  .footer-base > a { margin-left: auto; }
}

.footer-social-links { display: flex; flex-wrap: wrap; gap: 10px 15px; margin-top: 20px; }
.footer-social-links a { color: #765585; font-size: 11px; padding-block: 6px; text-underline-offset: 4px; }
.footer-social-links a:hover { text-decoration: underline; }
.footer-contact { font-style: normal; color: #736478; font-size: 12px; line-height: 1.8; overflow-wrap: anywhere; }
.footer-contact a { display: block; }
.footer-contact p { margin: 12px 0 5px; }
.footer-sample-note { color: #8a7c8e; font-size: 10px; line-height: 1.6; margin: 8px 0 0; }

/* Phone and tablet layout: keep content readable without horizontal scrolling. */
.pad-details, .catalogue-card, .leader-card, .footer-grid > *, .product-film-label { min-width: 0; }
@media (max-width: 1100px) {
  header { position: relative; z-index: 5; height: 76px; gap: 16px; }
  header .brand-logo { width: 104px; }
  .header-cta { display: none; }
  .menu-button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; min-width: 44px; min-height: 44px; padding: 10px; border: 0; background: transparent; }
  .menu-button span { display: block; width: 23px; height: 2px; background: #452752; }
  #navigation { display: none; position: absolute; inset: 100% 0 auto; padding: 14px 6% 20px; flex-direction: column; gap: 0; background: #fff; border-bottom: 1px solid #e8dfea; box-shadow: 0 12px 20px #251b3010; max-height: calc(100dvh - 110px); overflow-y: auto; }
  #navigation.open { display: flex; }
  #navigation a { padding: 14px 0; min-height: 48px; font-size: 15px; border-bottom: 1px solid #f0eaf3; }
}
@media (max-width: 800px) {
  body .hero { display: grid; grid-template-columns: minmax(0, 1fr); grid-template-rows: auto auto; min-height: 0; padding: 32px 6% 16px; }
  body .hero-content { grid-row: 1; width: 100%; max-width: 100%; }
  body .hero h1 { font-size: clamp(46px, 8vw, 60px); }
  body .hero-image { position: relative; grid-row: 2; inset: auto; width: 100%; max-width: 580px; height: auto; aspect-ratio: 3 / 2; justify-self: center; object-fit: contain; object-position: center; margin: 16px 0 0; transform: none; z-index: 0; }
  body .hero-bottom { grid-row: 3; margin-top: 16px; }
  .hero-actions { gap: 10px 22px; }
  .hero-secondary { display: inline-flex; align-items: center; min-height: 44px; }
  .pad-overview { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .pad-photo img { aspect-ratio: auto; height: auto; object-fit: contain; }
  .about, .faq, .partnership-main { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .business-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .business-image { height: auto; aspect-ratio: 3 / 2; }
  .business-copy h3 { font-size: 24px; }
  .catalogue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .steps { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .steps p { max-width: none; }
}
@media (max-width: 600px) {
  .announcement { padding: 9px 16px; font-size: 10px; line-height: 1.7; text-wrap: balance; }
  body .hero-tagline { font-size: 19px; }
  .hero-intro { font-size: 14px; line-height: 1.75; }
  .hero-intro br { display: none; }
  .section { padding: 42px 6%; }
  .section h2 { font-size: clamp(28px, 7.4vw, 34px); }
  .catalogue-card { padding: 16px; }
  .catalogue-card h3 { font-size: 19px; overflow-wrap: anywhere; }
  .catalogue-card .brand-list { font-size: 12px; }
  .partnership-top { flex-wrap: wrap; gap: 14px; }
  .product-film-close, .close-dialog { min-width: 44px; min-height: 44px; }
  .product-film-dialog video { max-height: calc(100dvh - 112px); }
  .product-film-trigger { gap: 12px; }
  .product-film-thumbnail { flex-basis: 64px; height: 86px; }
  .product-film-arrow { padding-right: 0; }
  .product-film-title { font-size: 22px; }
  .product-film-eyebrow { line-height: 1.5; }
  .leader-caption h3 { font-size: 19px; overflow-wrap: anywhere; }
  .footer-link-column a, .footer-social-links a { min-height: 44px; display: inline-flex; align-items: center; }
  .footer-contact a { display: flex; overflow-wrap: anywhere; }
  .footer-link-column ul { gap: 0; }
  .footer-invitation .button { max-width: 100%; }
  #partner-dialog { max-height: calc(100dvh - 24px); overflow-y: auto; }
}
@media (max-width: 380px) {
  .catalogue-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .pad-details dl > div { gap: 12px; }
  .product-film-trigger { padding: 10px; }
  .product-film-duration { font-size: 10px; }
  .footer-invitation h2 { font-size: 28px; }
}

/* Decorative arrow badges are removed across the site. */
.business-arrow, .product-arrow, .product-film-arrow { display: none; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-200%); padding: 12px 18px; background: #452752; color: white; }
.skip-link:focus { transform: translateY(0); }

/* Fade the product scene into a continuous lavender hero. */
body .hero {
  display: flex;
  justify-content: center;
  min-height: clamp(510px, 36vw, 640px);
  padding: 44px max(6%, calc((100% - 1400px) / 2));
  background: #eee5f1;
  border-bottom: 1px solid #d8c9df;
}
body .hero-content {
  position: relative;
  z-index: 1;
  width: 38%;
  max-width: 460px;
  padding: 0;
}
body .hero-image {
  position: absolute;
  inset: 0 0 0 auto;
  width: 67%;
  max-width: none;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  transform: none;
  margin: 0;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 27%);
  mask-image: linear-gradient(to right, transparent 0%, #000 27%);
  mask-composite: add;
  mix-blend-mode: normal;
  z-index: 0;
}
@media (max-width: 1100px) and (min-width: 801px) {
  body .hero h1 { font-size: 54px; }
  body .hero { padding-inline: 5%; }
  body .hero-content { width: 40%; }
  body .hero-image { width: 65%; }
  .hero-actions { gap: 10px 18px; }
}
@media (max-width: 800px) {
  body .hero { display: flex; flex-direction: column; min-height: 0; padding: 0; }
  body .hero-content { width: 100%; max-width: none; padding: 34px 6% 0; }
  body .hero-image {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    margin-top: 0;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 20%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 20%);
  }
}

/* Emphasize links with weight and color instead of underlines. */
body a, body a:hover, body a:focus-visible {
  text-decoration: none;
}
body .text-link, body .header-cta, body #navigation a {
  border-bottom: 0;
}
body .text-link, body .header-cta, body .hero-secondary,
body .announcement a, body #navigation a, body .furn-breadcrumb,
body .furn-room-nav a, body .footer-link-column a,
body .footer-social-links a {
  font-weight: 600;
}
body .text-link, body .header-cta, body .hero-secondary {
  color: #572575;
}
body .announcement a { color: #f2d9a8; }
body .footer-link-column a:hover, body .footer-social-links a:hover,
body #navigation a:hover, body .text-link:hover,
body .hero-secondary:hover, body .header-cta:hover {
  color: #572575;
  background-color: #eee5f1;
  border-radius: 3px;
}
body a:focus-visible { outline: 2px solid #b38a45; outline-offset: 4px; }
