:root {
  --landing-navy-950: #071423;
  --landing-navy-900: #0d2037;
  --landing-navy-700: #27445f;
  --landing-gold: #c7a252;
  --landing-gold-light: #e2ca91;
  --landing-ivory: #fbfaf7;
  --landing-stone: #e9e4da;
  --landing-stone-dark: #777067;
  --landing-ink: #182431;
  --landing-max: 76rem;
  --landing-body-size: 1.04rem;
  --landing-serif: Georgia, 'Times New Roman', serif;
  --landing-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 5.8rem; }
body { margin: 0; color: var(--landing-ink); background: var(--landing-ivory); font: 400 var(--landing-body-size)/1.68 var(--landing-sans); -webkit-font-smoothing: antialiased; }
body.landing-menu-open, body.landing-modal-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
:focus-visible { outline: 3px solid var(--landing-gold); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--landing-serif); font-weight: 500; line-height: 1.1; text-wrap: balance; }
h1 { font-size: clamp(3rem, 6.6vw, 6.4rem); letter-spacing: -.052em; }
h2 { font-size: clamp(2.2rem, 4.1vw, 4.15rem); letter-spacing: -.032em; }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
.landing-container { width: min(calc(100% - 3rem), var(--landing-max)); margin-inline: auto; }
.landing-sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.landing-skip { position: fixed; z-index: 1000; top: .75rem; left: .75rem; padding: .65rem 1rem; color: var(--landing-navy-950); background: white; transform: translateY(-150%); }
.landing-skip:focus { transform: none; }

.landing-header { position: fixed; z-index: 50; top: 0; right: 0; left: 0; color: white; border-bottom: 1px solid rgb(255 255 255 / 18%); background: linear-gradient(180deg, rgb(7 20 35 / 70%), transparent); transition: background .25s ease, border-color .25s ease; }
.landing-header.is-scrolled { border-color: rgb(199 162 82 / 24%); background: rgb(7 20 35 / 94%); backdrop-filter: blur(14px); }
.landing-header__inner { min-height: 5.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.landing-brand { display: inline-flex; align-items: center; gap: .8rem; color: white; text-decoration: none; }
.landing-brand__seal { display: block; width: 2.75rem; height: 2.75rem; flex: 0 0 auto; overflow: hidden; border: 1px solid rgb(226 202 145 / 58%); border-radius: 50%; background: #020304; box-shadow: 0 .25rem .9rem rgb(0 0 0 / 22%); }
.landing-brand__seal img { width: 100%; height: 100%; object-fit: cover; }
.landing-brand__words { display: grid; line-height: 1.1; }
.landing-brand__words strong { font: 500 1.1rem var(--landing-serif); letter-spacing: .02em; }
.landing-brand__words small { margin-top: .28rem; color: var(--landing-gold-light); font-size: .62rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.landing-nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.3rem); }
.landing-nav a, .landing-nav__disabled { position: relative; color: rgb(255 255 255 / 84%); font-size: .8rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.landing-nav a::after { position: absolute; right: 0; bottom: -.65rem; left: 0; height: 1px; background: var(--landing-gold); content: ''; opacity: 0; transform: scaleX(.4); transition: opacity .2s ease, transform .2s ease; }
.landing-nav a:hover::after, .landing-nav a[aria-current='page']::after { opacity: 1; transform: scaleX(1); }
.landing-nav__disabled { color: rgb(255 255 255 / 48%); cursor: not-allowed; user-select: none; }
.landing-menu-toggle { display: none; width: 2.8rem; height: 2.8rem; padding: .6rem; border: 1px solid rgb(255 255 255 / 45%); border-radius: .25rem; background: transparent; }
.landing-menu-toggle span:not(.landing-sr-only) { display: block; height: 2px; margin: .28rem 0; background: white; }

.landing-hero { position: relative; min-height: min(54rem, 100svh); display: grid; align-items: end; overflow: hidden; color: white; background: var(--landing-navy-950); }
.landing-hero__media, .landing-hero__veil { position: absolute; inset: 0; }
.landing-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.landing-hero__veil { background: linear-gradient(90deg, rgb(4 14 25 / 92%) 0%, rgb(4 14 25 / 74%) 37%, rgb(4 14 25 / 8%) 82%), linear-gradient(0deg, rgb(4 14 25 / 72%) 0%, transparent 42%); }
.landing-hero__content { position: relative; z-index: 1; width: min(calc(100% - 3rem), var(--landing-max)); padding: clamp(9rem, 18vh, 13rem) 0 clamp(4rem, 9vh, 7rem); }
.landing-notice { display: inline-flex; flex-wrap: wrap; gap: .7rem; align-items: center; margin-bottom: 1.1rem; padding: .45rem .7rem; border-left: 2px solid var(--landing-gold); color: rgb(255 255 255 / 76%); background: rgb(7 20 35 / 42%); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.landing-notice span { color: var(--landing-gold-light); }
.landing-kicker { margin-bottom: 1.3rem; color: var(--landing-gold-light); font-size: .72rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.landing-kicker::before { display: inline-block; width: 2.5rem; height: 1px; margin: 0 .75rem .25rem 0; background: currentColor; content: ''; }
.landing-kicker--dark { color: #9a6e23; }
.landing-hero h1 { max-width: 51rem; margin-bottom: 1.5rem; }
.landing-hero h1 em { display: block; color: var(--landing-gold-light); font-style: normal; }
.landing-hero__lead { max-width: 38rem; margin-bottom: 2.2rem; color: rgb(255 255 255 / 78%); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.landing-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.landing-button { display: inline-flex; min-height: 3.1rem; align-items: center; justify-content: center; gap: .65rem; padding: .72rem 1.2rem; border: 1px solid var(--landing-gold); border-radius: .2rem; font-size: .76rem; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.landing-button:hover { transform: translateY(-2px); }
.landing-button--gold { color: var(--landing-navy-950); background: var(--landing-gold); }
.landing-button--gold:hover { background: var(--landing-gold-light); }
.landing-button--line { color: white; background: transparent; }
.landing-button--line:hover { color: var(--landing-navy-950); background: white; border-color: white; }
.landing-button--disabled { color: rgb(255 255 255 / 42%); border-color: rgb(255 255 255 / 28%); cursor: not-allowed; user-select: none; }
.landing-hero__signature { display: flex; flex-wrap: wrap; gap: 2rem; margin-top: 4rem; padding-top: 1rem; border-top: 1px solid rgb(255 255 255 / 27%); color: rgb(255 255 255 / 63%); font: italic .92rem var(--landing-serif); }
.landing-scroll { position: absolute; z-index: 2; right: 1.5rem; bottom: 2.2rem; display: grid; justify-items: center; gap: .55rem; color: rgb(255 255 255 / 65%); font-size: .61rem; font-weight: 800; letter-spacing: .17em; text-decoration: none; text-transform: uppercase; writing-mode: vertical-rl; }
.landing-scroll span { display: block; width: 1px; height: 3.3rem; background: var(--landing-gold); }

.landing-intro { color: rgb(255 255 255 / 76%); background: var(--landing-navy-950); }
.landing-intro__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; padding-block: 1.6rem; }
.landing-intro p { margin: 0; font: 500 1.12rem var(--landing-serif); }
.landing-intro span { margin-right: .7rem; color: var(--landing-gold); font: 700 .68rem var(--landing-sans); letter-spacing: .13em; }
.landing-intro small { display: block; margin: .2rem 0 0 2.15rem; color: rgb(255 255 255 / 47%); font: 400 .82rem var(--landing-sans); }

.landing-section { padding-block: clamp(5rem, 10vw, 9rem); }
.landing-section--ivory { background: var(--landing-ivory); }
.landing-section--stone { background: var(--landing-stone); }
.landing-section--navy { color: rgb(255 255 255 / 74%); background: var(--landing-navy-950); }
.landing-section--navy h2 { color: white; }
.landing-section--ethics { position: relative; overflow: hidden; color: rgb(255 255 255 / 72%); background: var(--landing-navy-900); }
.landing-section--ethics::before { position: absolute; top: -9rem; right: -7rem; width: 26rem; height: 26rem; border: 1px solid rgb(199 162 82 / 14%); content: ''; transform: rotate(45deg); }
.landing-ethics { position: relative; display: grid; grid-template-columns: minmax(21rem, .78fr) minmax(0, 1.22fr); gap: clamp(3rem, 7vw, 6.5rem); align-items: center; }
.landing-ethics__visual { display: grid; justify-items: center; gap: clamp(1rem, 2.5vw, 1.5rem); }
.landing-ethics__emblem { width: min(100%, 23.75rem); margin: 0; padding: .8rem; border: .38rem solid rgb(255 255 255 / 88%); background: #eee6d7; box-shadow: 0 1.4rem 2.8rem rgb(0 0 0 / 27%); transform: rotate(-2.2deg); transform-origin: center bottom; }
.landing-ethics__emblem picture { display: block; aspect-ratio: 1; overflow: hidden; background: #eee6d7; }
.landing-ethics__emblem img { width: 100%; height: 100%; object-fit: contain; }
.landing-ethics__period { display: flex; align-items: center; justify-content: center; color: var(--landing-gold-light); font: 500 clamp(3.8rem, 7vw, 7rem)/.88 var(--landing-serif); letter-spacing: -.04em; }
.landing-ethics__content { min-width: 0; }
.landing-ethics h2 { max-width: 43rem; margin-bottom: .75rem; color: white; }
.landing-ethics__subtitle { display: grid; gap: .18rem; margin-bottom: 1.7rem; color: var(--landing-gold-light); font: italic clamp(1.08rem, 1.7vw, 1.32rem)/1.35 var(--landing-serif); }
.landing-ethics__subtitle strong { color: #f0d899; font-size: clamp(1.45rem, 2.3vw, 2rem); font-weight: 500; }
.landing-ethics__lead { max-width: 50rem; margin-bottom: 2rem; font-size: clamp(1rem, 1.5vw, 1.1rem); }
.landing-ethics__pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgb(255 255 255 / 18%); }
.landing-ethics__pillars article { min-width: 0; padding: 1.25rem 1.1rem 0; border-left: 1px solid rgb(255 255 255 / 14%); }
.landing-ethics__pillars article:first-child { padding-left: 0; border-left: 0; }
.landing-ethics__pillars h3 { margin-bottom: .45rem; color: var(--landing-gold-light); font-size: 1.12rem; }
.landing-ethics__pillars p { margin: 0; color: rgb(255 255 255 / 60%); font-size: .78rem; line-height: 1.55; }

.landing-section--masonry { background: var(--landing-ivory); }
.landing-masonry { display: grid; grid-template-columns: minmax(0, .9fr) minmax(26rem, 1.1fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.landing-masonry__copy h2 { max-width: 38rem; margin-bottom: 2rem; color: var(--landing-navy-950); }
.landing-masonry__copy h2 em { display: block; color: #b18839; font-weight: 400; }
.landing-masonry__copy p:not(.landing-kicker) { max-width: 41rem; color: var(--landing-navy-700); }
.landing-masonry__copy strong { color: var(--landing-navy-950); font-weight: 700; }
.landing-masonry__visual { display: grid; gap: 1.5rem; }
.landing-editorial-card { margin: 0; padding: .75rem .75rem 1.4rem; background: #faf8f3; border: 1px solid rgb(13 32 55 / 15%); box-shadow: 0 1.4rem 3rem rgb(13 32 55 / 16%); }
.landing-editorial-card picture { display: block; overflow: hidden; background: #d6d0c3; }
.landing-editorial-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04); }
.landing-editorial-card figcaption { margin-top: .75rem; color: var(--landing-stone-dark); font: italic .78rem var(--landing-serif); text-align: center; }
.landing-editorial-card--wide { transform: none; }
.landing-editorial-card--wide picture { aspect-ratio: 3 / 2; }
.landing-masonry__note { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 1rem; align-items: center; margin: 0 1rem; padding-top: 1rem; border-top: 1px solid rgb(13 32 55 / 18%); color: var(--landing-stone-dark); font-size: .9rem; }
.landing-masonry__note span { color: #8b601a; font-weight: 800; letter-spacing: .1em; }

.landing-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(19rem, .86fr); gap: clamp(3rem, 9vw, 10rem); align-items: center; }
.landing-section__heading, .landing-principles { align-self: center; }
.landing-section__heading h2 { max-width: 40rem; margin-bottom: 1.5rem; color: var(--landing-navy-950); }
.landing-copy { max-width: 39rem; color: var(--landing-navy-700); }
.landing-principles { display: grid; gap: 0; border-top: 1px solid var(--landing-stone); }
.landing-principles article { position: relative; padding: 1.7rem 0 1.55rem 3rem; border-bottom: 1px solid var(--landing-stone); }
.landing-principles article > span { position: absolute; top: 1.9rem; left: 0; color: var(--landing-gold); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.landing-principles h3 { margin-bottom: .35rem; color: var(--landing-navy-950); }
.landing-principles p { max-width: 26rem; margin: 0; color: var(--landing-stone-dark); font-size: .9rem; }

.landing-section--principles { background: #f3efe7; }
.landing-foundations__heading { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(18rem, .82fr); gap: 1rem clamp(2.5rem, 7vw, 6rem); align-items: stretch; margin-bottom: 3.2rem; }
.landing-foundations__heading .landing-kicker { grid-column: 1 / -1; margin-bottom: 0; }
.landing-foundations__copy { display: flex; max-width: 45rem; flex-direction: column; }
.landing-foundations__copy h2 { margin-bottom: 1.25rem; color: var(--landing-navy-950); }
.landing-foundations__copy p { max-width: 34rem; margin: 0; color: var(--landing-navy-700); }
.landing-foundations__lead { display: grid; grid-template-columns: clamp(4rem, 7vw, 6rem) minmax(0, 1fr); gap: clamp(1.25rem, 3vw, 2.4rem); align-items: center; margin-top: auto; padding: clamp(1.6rem, 3vw, 2.4rem) 0; border-top: 1px solid rgb(13 32 55 / 28%); border-bottom: 1px solid rgb(13 32 55 / 18%); }
.landing-foundations__lead > span { color: var(--landing-gold); font: 500 clamp(4.5rem, 8vw, 7rem)/.82 var(--landing-serif); text-align: center; }
.landing-foundations__lead h3 { margin: 0 0 .65rem; color: var(--landing-navy-950); font-size: clamp(1.35rem, 2.6vw, 1.85rem); text-transform: uppercase; }
.landing-foundations__lead p { max-width: 31rem; font-size: .98rem; line-height: 1.62; }
.landing-foundations__image-card { grid-column: 2; grid-row: 2; align-self: stretch; width: min(100%, 21rem); margin: .2rem 0 0 auto; padding: .7rem .7rem 1.35rem; background: #faf8f3; border: 1px solid rgb(13 32 55 / 15%); box-shadow: 0 1.3rem 2.8rem rgb(13 32 55 / 16%); }
.landing-foundations__image-card picture { display: block; height: 100%; min-height: 27rem; overflow: hidden; background: #d6d0c3; }
.landing-foundations__image-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.03); }
.landing-foundations__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--landing-navy-900); }
.landing-foundations__grid article { min-height: 15.5rem; padding: 2rem clamp(1.35rem, 3vw, 2.8rem) 2.35rem; border-right: 1px solid rgb(13 32 55 / 22%); border-bottom: 1px solid rgb(13 32 55 / 22%); }
.landing-foundations__grid article:nth-child(even) { border-right: 0; }
.landing-foundations__grid span { display: block; margin-bottom: 1.2rem; color: var(--landing-gold); font: 500 clamp(3.2rem, 6vw, 5.2rem)/1 var(--landing-serif); }
.landing-foundations__grid h3 { margin-bottom: 1rem; color: var(--landing-navy-950); font-size: clamp(1.65rem, 3vw, 2.15rem); text-transform: uppercase; }
.landing-foundations__grid p { max-width: 24rem; margin: 0; color: var(--landing-navy-700); font-size: .99rem; line-height: 1.62; }
.landing-purpose { display: grid; grid-template-columns: minmax(16rem, .7fr) minmax(0, 1.3fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; min-height: 13rem; margin-top: 3.2rem; padding: clamp(2rem, 4vw, 3.2rem); color: rgb(255 255 255 / 75%); background: var(--landing-navy-900); box-shadow: 0 1.4rem 3rem rgb(7 20 35 / 12%); }
.landing-purpose .landing-kicker { margin-bottom: 1rem; color: var(--landing-gold-light); }
.landing-purpose h3 { margin: 0; color: white; font-size: clamp(1.7rem, 3vw, 2.6rem); }
.landing-purpose > p { max-width: 47rem; margin: 0; }
.landing-moral-code { display: grid; grid-template-columns: minmax(15rem, .72fr) minmax(0, 1.28fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; margin-top: 1.2rem; padding: clamp(1.5rem, 3vw, 2.2rem); border: 1px solid rgb(13 32 55 / 18%); border-left: 3px solid var(--landing-gold); background: #e9e1d3; }
.landing-moral-code .landing-kicker { margin-bottom: .7rem; }
.landing-moral-code h3 { margin: 0; color: var(--landing-navy-950); font-size: clamp(1.45rem, 2.7vw, 2.1rem); }
.landing-moral-code p { max-width: 45rem; margin: 0; color: var(--landing-navy-700); }
.landing-moral-code__note { margin-top: .7rem !important; color: var(--landing-stone-dark) !important; font-size: .75rem; font-style: italic; }
.landing-modal-trigger { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1.15rem; padding: 0; border: 0; color: #76551e; background: transparent; font: 800 .74rem/1.35 var(--landing-sans); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.landing-modal-trigger span { font-size: 1rem; transition: transform .18s ease; }
.landing-modal-trigger:hover span { transform: translate(2px, -2px); }
.landing-source-note { margin: 1.4rem 0 0; color: var(--landing-stone-dark); font-size: .72rem; }
.landing-source-note a { color: #76551e; font-weight: 700; }

.landing-section--rights { background: var(--landing-stone); }
.landing-rights { display: grid; grid-template-columns: minmax(0, .86fr) minmax(20rem, 1.14fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.landing-rights__heading { padding-top: .8rem; }
.landing-rights__heading h2 { max-width: 40rem; margin-bottom: 1.25rem; color: var(--landing-navy-950); }
.landing-rights__heading > p { max-width: 39rem; color: var(--landing-navy-700); }
.landing-text-link--dark { display: inline-block; color: #76551e; }
.landing-rights__document { width: min(100%, 39rem); justify-self: end; margin: 0; padding: .8rem .8rem 1.45rem; border: 1px solid rgb(13 32 55 / 16%); background: #f8f5ee; box-shadow: 0 1.4rem 3rem rgb(13 32 55 / 18%); }
.landing-rights__document-trigger { display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.landing-rights__document-trigger picture { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: #ded6c7; }
.landing-rights__document-trigger img { transition: transform .35s ease, filter .35s ease; }
.landing-rights__document-trigger:hover img, .landing-rights__document-trigger:focus-visible img { transform: scale(1.025); filter: saturate(.9) contrast(1.04); }
.landing-rights__document img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76) contrast(1.03); }
.landing-rights__document figcaption { margin-top: .8rem; color: var(--landing-stone-dark); font: italic .78rem/1.45 var(--landing-serif); text-align: center; }
.landing-rights__grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--landing-navy-900); }
.landing-rights__grid article { min-height: 13rem; padding: 1.5rem clamp(1.1rem, 3vw, 2rem) 1.8rem; border-right: 1px solid rgb(13 32 55 / 20%); border-bottom: 1px solid rgb(13 32 55 / 20%); }
.landing-rights__grid article:last-child { border-right: 0; }
.landing-rights__grid span { display: block; margin-bottom: .8rem; color: var(--landing-gold); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.landing-rights__grid h3 { margin-bottom: .7rem; color: var(--landing-navy-950); font-size: clamp(1.25rem, 2.2vw, 1.7rem); }
.landing-rights__grid p { margin: 0; color: var(--landing-navy-700); font-size: .86rem; }

.landing-section--faq { background: #f3efe7; }
.landing-faq__heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, .58fr); gap: .7rem clamp(3rem, 8vw, 8rem); align-items: end; margin-bottom: 3rem; }
.landing-faq__heading > .landing-kicker { grid-column: 1 / -1; margin-bottom: .25rem; }
.landing-faq__heading-copy h2 { margin-bottom: 1.1rem; color: var(--landing-navy-950); }
.landing-faq__heading-copy > p { max-width: 44rem; margin: 0; color: var(--landing-navy-700); }
.landing-faq__mark { align-self: stretch; display: grid; align-content: center; gap: .65rem; min-height: 10rem; padding: 1.35rem 0 1.35rem 2rem; border-left: 1px solid rgb(154 110 35 / 45%); }
.landing-faq__mark span { color: #9a6e23; font-size: .7rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.landing-faq__mark strong { color: var(--landing-navy-950); font: 500 clamp(1.35rem, 2vw, 1.7rem)/1.15 var(--landing-serif); }
.landing-faq__mark p { max-width: 18rem; margin: 0; color: var(--landing-stone-dark); font-size: .88rem; line-height: 1.55; }
.landing-faq__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--landing-navy-900); border-left: 1px solid rgb(13 32 55 / 18%); }
.landing-faq__grid article { min-height: 16rem; padding: 1.7rem clamp(1.1rem, 2.7vw, 2rem); border-right: 1px solid rgb(13 32 55 / 18%); border-bottom: 1px solid rgb(13 32 55 / 18%); background: rgb(255 255 255 / 45%); }
.landing-faq__grid span { display: block; margin-bottom: .9rem; color: rgb(199 162 82 / 76%); font: 500 2.1rem/1 var(--landing-serif); }
.landing-faq__grid h3 { margin-bottom: .8rem; color: var(--landing-navy-950); font-size: clamp(1.12rem, 1.8vw, 1.45rem); }
.landing-faq__grid p { margin: 0; color: var(--landing-navy-700); font-size: .93rem; line-height: 1.62; }

.landing-section--vocation { background: #f3efe7; }
.landing-vocation__intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; margin-bottom: 4rem; }
.landing-vocation__copy h2 { max-width: 42rem; color: var(--landing-navy-950); }
.landing-vocation__copy > p:last-child { max-width: 43rem; margin-bottom: 0; color: var(--landing-navy-700); font-size: clamp(1rem, 1.7vw, 1.12rem); }
.landing-editorial-card--portrait { width: min(100%, 20rem); justify-self: end; transform: none; }
.landing-editorial-card--portrait picture { aspect-ratio: 2 / 3; }
.landing-vocation__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid rgb(13 32 55 / 18%); background: rgb(255 255 255 / 55%); }
.landing-vocation__grid article { min-height: 20rem; padding: clamp(1.5rem, 3vw, 2.2rem); }
.landing-vocation__grid article + article { border-left: 1px solid rgb(13 32 55 / 18%); }
.landing-vocation__grid span { display: block; margin-bottom: 1rem; color: rgb(199 162 82 / 54%); font: 500 2.2rem var(--landing-serif); }
.landing-vocation__grid h3 { margin-bottom: 1.2rem; color: var(--landing-navy-950); }
.landing-vocation__grid h3::after { display: block; width: 2rem; height: 1px; margin-top: 1rem; background: var(--landing-gold); content: ''; }
.landing-vocation__grid p { margin: 0; color: var(--landing-navy-700); font-size: .86rem; }

.landing-image-band { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(20rem, .85fr); min-height: 35rem; color: white; background: var(--landing-navy-900); }
.landing-image-band__image { min-height: 24rem; overflow: hidden; }
.landing-image-band__image img { height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.05); }
.landing-image-band__panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.5rem, 7vw, 6rem); }
.landing-image-band__panel h2 { max-width: 28rem; color: white; }
.landing-image-band__panel p { max-width: 27rem; color: rgb(255 255 255 / 66%); }
.landing-text-link { margin-top: 1.3rem; color: var(--landing-gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.landing-text-link span { margin-left: .5rem; font-size: 1.1rem; }
.landing-architectural-reference { display: grid; grid-template-columns: 5.2rem minmax(0, 1fr); gap: 1rem; align-items: center; margin: 2.2rem 0 0; padding-top: 1.5rem; border-top: 1px solid rgb(255 255 255 / 16%); }
.landing-architectural-reference picture { display: block; width: 5.2rem; height: 4rem; overflow: hidden; border: .25rem solid rgb(255 255 255 / 85%); box-shadow: 0 .7rem 1.4rem rgb(0 0 0 / 18%); }
.landing-architectural-reference img { width: 100%; height: 100%; object-fit: cover; }
.landing-architectural-reference figcaption { color: var(--landing-gold-light); font: italic .82rem var(--landing-serif); }

.landing-reflections__intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, .7fr); gap: clamp(2.5rem, 7vw, 6rem); align-items: start; margin-bottom: 3rem; }
.landing-reflections__heading { padding-top: 1.2rem; }
.landing-reflections__heading h2 { margin-bottom: 1.2rem; color: var(--landing-navy-950); }
.landing-reflections__heading > p:last-child { max-width: 40rem; margin: 0; color: var(--landing-stone-dark); }
.landing-reflections__image-card { width: min(100%, 31rem); justify-self: end; margin: 0; padding: .7rem .7rem 1.35rem; border: 1px solid rgb(24 36 49 / 13%); background: #faf8f3; box-shadow: 0 1.3rem 2.8rem rgb(13 32 55 / 16%); }
.landing-reflections__image-card picture { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: #d6d0c3; }
.landing-reflections__image-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.05); }
.landing-reflections__image-card figcaption { margin-top: .75rem; color: var(--landing-stone-dark); font: italic .78rem var(--landing-serif); text-align: center; }
.landing-reflections__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.landing-reflections__grid figure { display: flex; min-height: 19rem; flex-direction: column; justify-content: space-between; gap: 2rem; margin: 0; padding: clamp(1.5rem, 3vw, 2.2rem); border: 1px solid rgb(24 36 49 / 12%); border-top: 2px solid var(--landing-gold); background: #fff; }
.landing-reflections__grid blockquote { margin: 0; color: var(--landing-navy-900); font: 500 clamp(1.05rem, 1.8vw, 1.28rem)/1.55 var(--landing-serif); }
.landing-reflections__grid figcaption { display: grid; gap: .2rem; padding-top: 1rem; border-top: 1px solid rgb(24 36 49 / 10%); }
.landing-reflections__grid figcaption strong { color: var(--landing-navy-950); font-size: .76rem; letter-spacing: .07em; text-transform: uppercase; }
.landing-reflections__grid figcaption span { color: var(--landing-stone-dark); font-size: .76rem; }

.landing-section--tribute { position: relative; overflow: hidden; color: rgb(255 255 255 / 72%); background: var(--landing-navy-900); }
.landing-section--tribute::after { position: absolute; top: -17rem; right: -13rem; width: 36rem; height: 36rem; border: 1px solid rgb(199 162 82 / 12%); content: ''; transform: rotate(45deg); }
.landing-tribute { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(18rem, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.landing-tribute__portrait { width: min(100%, 29rem); margin: 0; padding: .85rem .85rem 1.5rem; background: #f5f0e7; box-shadow: 0 1.6rem 3rem rgb(0 0 0 / 28%); transform: rotate(-1.2deg); }
.landing-tribute__portrait picture { display: block; overflow: hidden; }
.landing-tribute__portrait img { aspect-ratio: 4 / 5; object-fit: cover; object-position: center 18%; }
.landing-tribute__portrait figcaption { margin-top: .8rem; color: #6f665c; font: italic .76rem/1.45 var(--landing-serif); text-align: center; }
.landing-tribute__portrait figcaption strong { color: var(--landing-navy-900); }
.landing-tribute__copy > .landing-kicker { margin-bottom: 1rem; text-align: center; }
.landing-tribute__copy h2 { max-width: 46rem; margin-inline: auto; color: white; text-align: center; text-wrap: balance; }
.landing-tribute__medal { display: block; width: clamp(5rem, 8vw, 7rem); margin: 0 auto 1.5rem; filter: drop-shadow(0 .7rem 1rem rgb(0 0 0 / 28%)); }
.landing-tribute__medal img { width: 100%; height: auto; }
.landing-tribute__copy > p:not(.landing-kicker) { max-width: 48rem; }
.landing-tribute__dates { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 2.2rem; padding-top: 1.5rem; border-top: 1px solid rgb(255 255 255 / 17%); }
.landing-tribute__dates p { display: grid; gap: .15rem; margin: 0; }
.landing-tribute__dates strong { color: var(--landing-gold); font: 500 clamp(1.7rem, 3vw, 2.3rem) var(--landing-serif); }
.landing-tribute__dates span { color: rgb(255 255 255 / 52%); font-size: .72rem; }

.landing-lodge-history { display: grid; grid-template-columns: minmax(18rem, .72fr) minmax(0, 1.28fr); gap: 0 clamp(3rem, 8vw, 8rem); align-items: start; }
.landing-lodge-history__heading { grid-column: 1; }
.landing-lodge-history__heading h2 { color: var(--landing-navy-950); }
.landing-lodge-history__heading > p:last-child { color: var(--landing-navy-700); }
.landing-lodge-history > .landing-timeline { grid-column: 2; grid-row: 1; margin-top: 0; }
.landing-timeline { --timeline-date-width: 6rem; position: relative; display: grid; gap: 0; margin-top: 2.5rem; }
.landing-timeline::before { position: absolute; top: .35rem; bottom: .4rem; left: calc(var(--timeline-date-width) + .7rem); width: 1px; background: rgb(154 110 35 / 42%); content: ''; }
.landing-timeline article { position: relative; display: grid; grid-template-columns: var(--timeline-date-width) minmax(0, 1fr); gap: 1.9rem; padding-bottom: 1.7rem; }
.landing-timeline article::before { position: absolute; top: .38rem; left: calc(var(--timeline-date-width) + .4rem); width: .6rem; height: .6rem; border: 2px solid var(--landing-stone); border-radius: 50%; background: var(--landing-gold); content: ''; }
.landing-timeline article > time { justify-self: start; color: #8b601a; font-size: .75rem; font-weight: 800; white-space: nowrap; }
.landing-timeline h3 { margin-bottom: .3rem; color: var(--landing-navy-950); font-size: 1.22rem; }
.landing-timeline p { margin: 0; color: var(--landing-stone-dark); font-size: .9rem; }

.landing-closing { position: relative; display: grid; grid-template-columns: minmax(20rem, .9fr) minmax(0, 1.1fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.landing-closing__stone-card { width: min(100%, 37rem); margin: 0; padding: .8rem .8rem 1.5rem; background: #f5f0e7; box-shadow: 0 1.5rem 3rem rgb(0 0 0 / 28%); }
.landing-closing__stone-card picture { display: block; aspect-ratio: 3 / 2; overflow: hidden; }
.landing-closing__stone-card img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08); }
.landing-closing__copy { display: grid; justify-items: start; text-align: left; }
.landing-closing__medal { display: block; width: clamp(7.5rem, 13vw, 11rem); margin-bottom: 2rem; filter: drop-shadow(0 1rem 1.4rem rgb(0 0 0 / 32%)); }
.landing-closing__medal img { width: 100%; height: auto; }
.landing-closing h2 { max-width: 42rem; margin-bottom: 1.2rem; }
.landing-closing__copy > p:not(.landing-kicker) { max-width: 34rem; margin-bottom: 2rem; }
.landing-closing__line { width: 5rem; height: 1px; background: var(--landing-gold); }
.landing-contact { display: grid; grid-template-columns: minmax(0, .86fr) minmax(22rem, 1.14fr); gap: clamp(2.5rem, 8vw, 8rem); align-items: center; }
.landing-contact__intro { align-self: center; }
.landing-contact h2 { max-width: 36rem; color: var(--landing-navy-950); }
.landing-contact p:not(.landing-kicker) { color: var(--landing-navy-700); }
.landing-contact__intro > p:not(.landing-kicker) { max-width: 33rem; }
.landing-contact__identity { display: flex; gap: 1rem; align-items: center; margin-top: 2.4rem; padding-top: 1.4rem; border-top: 1px solid rgb(24 36 49 / 14%); }
.landing-contact__identity picture { display: block; width: 4.4rem; height: 4.4rem; flex: 0 0 auto; overflow: hidden; border-radius: 50%; background: #020304; box-shadow: 0 .6rem 1.5rem rgb(7 20 35 / 16%); }
.landing-contact__identity img { width: 100%; height: 100%; object-fit: cover; }
.landing-contact__identity p { display: grid; gap: .22rem; margin: 0; font-size: .84rem; line-height: 1.5; }
.landing-contact__identity strong { color: var(--landing-navy-950); font-family: var(--landing-serif); font-size: 1rem; }
.landing-contact__identity span { color: var(--landing-stone-dark); }
.landing-contact-form { padding: clamp(1.5rem, 4vw, 2.6rem); border: 1px solid rgb(24 36 49 / 13%); border-top: 3px solid var(--landing-gold); background: white; box-shadow: 0 1.4rem 3.4rem rgb(7 20 35 / 10%); }
.landing-contact-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem; }
.landing-field { display: grid; align-content: start; gap: .42rem; }
.landing-field--full { grid-column: 1 / -1; }
.landing-field label { color: var(--landing-navy-950); font-size: .69rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.landing-field label span { color: #9a6e23; }
.landing-field input, .landing-field select, .landing-field textarea { width: 100%; min-height: 3rem; padding: .78rem .88rem; border: 1px solid #cfc8bc; border-radius: .15rem; color: var(--landing-ink); background: #fff; font: inherit; transition: border-color .18s ease, box-shadow .18s ease; }
.landing-field textarea { min-height: 9.5rem; resize: vertical; }
.landing-field input:hover, .landing-field select:hover, .landing-field textarea:hover { border-color: #a69c8e; }
.landing-field input:focus, .landing-field select:focus, .landing-field textarea:focus { border-color: #9a6e23; outline: none; box-shadow: 0 0 0 3px rgb(199 162 82 / 22%); }
.landing-field__help { display: flex; justify-content: space-between; gap: 1rem; color: var(--landing-stone-dark); font-size: .72rem; }
.landing-honeypot { position: fixed; top: -10000px; left: -10000px; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.landing-contact-status { padding: .8rem .9rem; border-left: 3px solid var(--landing-gold); color: var(--landing-navy-900); background: #f4efe4; font-size: .86rem; }
.landing-contact-status[data-kind='error'] { border-color: #a12b2b; color: #782020; background: #fff0f0; }
.landing-contact-status[data-kind='success'] { border-color: #32704b; color: #23553a; background: #edf8f1; }
.landing-contact-form__actions { display: flex; gap: 1rem; align-items: center; justify-content: space-between; margin-top: .25rem; }
.landing-contact-form__actions p { max-width: 21rem; margin: 0; color: var(--landing-stone-dark) !important; font-size: .7rem; line-height: 1.45; }
.landing-contact-form button:disabled { opacity: .62; cursor: wait; transform: none; }

.landing-footer { padding-top: 4rem; color: rgb(255 255 255 / 64%); background: var(--landing-navy-950); }
.landing-footer__grid { display: grid; grid-template-columns: minmax(14rem, .8fr) minmax(17rem, 1fr); gap: clamp(2rem, 8vw, 8rem); padding-bottom: 3rem; }
.landing-brand--footer { margin-bottom: 1rem; }
.landing-footer__motto { display: grid; justify-items: center; gap: .8rem; padding-bottom: 3rem; text-align: center; }
.landing-footer__motto::after { width: 4rem; height: 1px; margin-top: .55rem; background: rgb(199 162 82 / 70%); content: ''; }
.landing-footer__motto figure { width: 5.5rem; margin: 0; padding: .28rem .28rem .45rem; background: #f5f0e7; box-shadow: 0 .7rem 1.3rem rgb(0 0 0 / 25%); }
.landing-footer__motto picture { display: block; aspect-ratio: 1; overflow: hidden; }
.landing-footer__motto img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.6) contrast(1.04); }
.landing-footer__motto blockquote { margin: 0; color: var(--landing-gold-light); font: italic 1.08rem/1.25 var(--landing-serif); }
.landing-footer p { margin: 0; font-size: .82rem; line-height: 1.7; }
.landing-footer__links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: start; gap: .48rem 1.5rem; }
.landing-footer__links h2 { margin: 0 0 .7rem; color: white; font: 700 .68rem var(--landing-sans); letter-spacing: .12em; text-transform: uppercase; }
.landing-footer__links h2 { grid-column: 1 / -1; }
.landing-footer__links a { width: fit-content; color: rgb(255 255 255 / 69%); font-size: .78rem; line-height: 1.45; text-decoration-color: rgb(199 162 82 / 55%); transition: color .18s ease; }
.landing-footer__links a:hover { color: var(--landing-gold-light); }
.landing-footer__bottom { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1rem; border-top: 1px solid rgb(255 255 255 / 13%); font-size: .72rem; }

.landing-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: clamp(1rem, 4vw, 3rem); }
.landing-modal[hidden] { display: none; }
.landing-modal__backdrop { position: absolute; inset: 0; background: rgb(4 14 25 / 76%); backdrop-filter: blur(4px); }
.landing-modal__panel { position: relative; z-index: 1; width: min(100%, 50rem); max-height: min(92svh, 56rem); overflow: auto; padding: clamp(1.5rem, 4vw, 3.2rem); border-top: 3px solid var(--landing-gold); color: var(--landing-navy-700); background: var(--landing-ivory); box-shadow: 0 2rem 5rem rgb(0 0 0 / 34%); }
.landing-modal__close { position: absolute; top: .75rem; right: .9rem; display: grid; width: 2.4rem; height: 2.4rem; place-items: center; padding: 0; border: 1px solid rgb(13 32 55 / 20%); color: var(--landing-navy-950); background: transparent; font: 400 1.65rem/1 var(--landing-sans); cursor: pointer; }
.landing-modal__close:hover { color: white; background: var(--landing-navy-950); }
.landing-modal .landing-kicker { margin-bottom: .85rem; }
.landing-modal h2 { max-width: 40rem; margin-bottom: 1rem; color: var(--landing-navy-950); }
.landing-modal__intro { max-width: 44rem; margin-bottom: 1.8rem; color: var(--landing-navy-700); font-size: 1.03rem; }
.landing-moral-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 2rem; margin: 0; padding: 0; list-style: none; counter-reset: moral; }
.landing-moral-list li { display: grid; grid-template-columns: 2.1rem minmax(0, 1fr); gap: .25rem .8rem; padding: 1rem 0; border-top: 1px solid rgb(13 32 55 / 14%); counter-increment: moral; }
.landing-moral-list li::before { content: counter(moral, decimal-leading-zero); color: #9a6e23; font: 700 .73rem/1.4 var(--landing-sans); letter-spacing: .08em; }
.landing-moral-list strong { display: block; color: var(--landing-navy-950); font-family: var(--landing-serif); font-size: 1.1rem; }
.landing-moral-list span { grid-column: 2; color: var(--landing-navy-700); font-size: .9rem; line-height: 1.55; }
.landing-modal__note { margin: 1.2rem 0 0; padding-top: 1rem; border-top: 1px solid rgb(13 32 55 / 15%); color: var(--landing-stone-dark); font-size: .78rem; font-style: italic; }
.landing-modal__source { display: inline-flex; gap: .45rem; margin-top: 1rem; color: #76551e; font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.landing-modal__source span { font-size: 1rem; }
.landing-modal--document .landing-modal__panel { width: min(100%, 66rem); }
.landing-modal__zoom { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: .35rem; margin: .8rem 0 .65rem; }
.landing-modal__zoom > span { margin-right: .35rem; color: var(--landing-stone-dark); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.landing-modal__zoom button { display: inline-grid; min-width: 2.35rem; min-height: 2.35rem; place-items: center; padding: .35rem .65rem; border: 1px solid rgb(13 32 55 / 22%); color: var(--landing-navy-950); background: #fff; font: 700 1rem/1 var(--landing-sans); cursor: pointer; transition: border-color .18s ease, color .18s ease, background .18s ease; }
.landing-modal__zoom button:hover:not(:disabled), .landing-modal__zoom button:focus-visible { border-color: var(--landing-gold); color: #fff; background: var(--landing-navy-950); }
.landing-modal__zoom button:disabled { color: rgb(13 32 55 / 32%); background: rgb(255 255 255 / 42%); cursor: not-allowed; }
.landing-modal__zoom output { min-width: 4.15rem; color: var(--landing-navy-950); font: 700 .78rem/1 var(--landing-sans); text-align: center; }
.landing-modal__zoom .landing-modal__zoom-reset { min-width: auto; margin-left: .35rem; padding-inline: .9rem; color: #76551e; font-size: .68rem; letter-spacing: .07em; text-transform: uppercase; }
.landing-modal__document { margin: 1.5rem 0 1.35rem; padding: .6rem .6rem 1.1rem; border: 1px solid rgb(13 32 55 / 17%); background: #f8f5ee; }
.landing-modal__document-viewport { max-height: min(55svh, 34rem); overflow: auto; overscroll-behavior: contain; border: 1px solid rgb(13 32 55 / 9%); background: #ded6c7; scrollbar-color: #8d8b87 #eee9df; }
.landing-modal__document-viewport:focus-visible { outline-offset: -3px; }
.landing-modal__document picture { display: block; width: 100%; min-width: 100%; background: #ded6c7; }
.landing-modal__document img { width: var(--document-zoom, 100%); max-width: none; height: auto; transition: width .18s ease; }
.landing-modal__document figcaption { margin-top: .75rem; color: var(--landing-stone-dark); font: italic .78rem/1.45 var(--landing-serif); text-align: center; }
.landing-modal__document-copy { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem 2rem; }
.landing-modal__document-copy p { margin: 0; color: var(--landing-navy-700); font-size: .95rem; }

.landing-reveal { opacity: 0; transform: translateY(1rem); transition: opacity .7s ease, transform .7s ease; }
.landing-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 52rem) {
  .landing-container { width: min(calc(100% - 2rem), var(--landing-max)); }
  .landing-header__inner { min-height: 4.8rem; }
  .landing-menu-toggle { display: block; }
  .landing-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; padding: .8rem 1rem 1.2rem; border-bottom: 1px solid rgb(199 162 82 / 22%); background: rgb(7 20 35 / 98%); box-shadow: 0 1rem 2rem rgb(0 0 0 / 20%); }
  .landing-nav.is-open { display: grid; }
  .landing-nav a, .landing-nav__disabled { padding: .7rem .35rem; }
  .landing-nav a::after { display: none; }
  .landing-hero__content { padding-top: 9rem; }
  .landing-hero__veil { background: linear-gradient(90deg, rgb(4 14 25 / 90%), rgb(4 14 25 / 42%)), linear-gradient(0deg, rgb(4 14 25 / 80%), transparent 50%); }
  .landing-scroll { display: none; }
  .landing-split, .landing-masonry, .landing-contact, .landing-tribute, .landing-closing { grid-template-columns: 1fr; gap: 3rem; }
  .landing-ethics { grid-template-columns: 1fr; gap: 3rem; }
  .landing-ethics__visual { width: min(100%, 25rem); justify-self: center; }
  .landing-masonry__visual { width: min(100%, 42rem); justify-self: center; }
  .landing-vocation__intro { grid-template-columns: 1fr; }
  .landing-editorial-card--portrait { width: min(100%, 23rem); justify-self: center; }
  .landing-vocation__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .landing-vocation__grid article { min-height: auto; }
  .landing-vocation__grid article:nth-child(3) { border-left: 0; border-top: 1px solid rgb(13 32 55 / 18%); }
  .landing-vocation__grid article:nth-child(4) { border-top: 1px solid rgb(13 32 55 / 18%); }
  .landing-image-band { grid-template-columns: 1fr; }
  .landing-image-band__image { min-height: 20rem; }
  .landing-tribute__portrait { width: min(100%, 30rem); justify-self: center; }
  .landing-lodge-history { grid-template-columns: 1fr; }
  .landing-lodge-history__heading, .landing-lodge-history > .landing-timeline { grid-column: 1; grid-row: auto; }
  .landing-lodge-history > .landing-timeline { margin-top: 3rem; }
  .landing-closing__stone-card { justify-self: center; }
  .landing-closing__copy { justify-items: center; text-align: center; }
  .landing-contact { gap: 1.5rem; }
  .landing-contact__intro { max-width: 38rem; }
  .landing-foundations__heading { grid-template-columns: 1fr; }
  .landing-foundations__copy { display: block; }
  .landing-foundations__lead { margin-top: 2.5rem; }
  .landing-foundations__image-card { grid-column: 1; grid-row: auto; width: min(100%, 23rem); margin: 1rem auto 0; }
  .landing-foundations__image-card picture { height: auto; min-height: 0; aspect-ratio: 4 / 5; }
  .landing-foundations__grid { grid-template-columns: 1fr; }
  .landing-foundations__grid article, .landing-foundations__grid article.landing-foundations__card--wide { min-height: auto; padding: 2rem 0; border-right: 0; }
  .landing-purpose { grid-template-columns: 1fr; }
  .landing-moral-code { grid-template-columns: 1fr; gap: 1.2rem; }
  .landing-rights { grid-template-columns: 1fr; }
  .landing-rights__heading { padding-top: 0; }
  .landing-rights__document { grid-column: 1; justify-self: center; width: min(100%, 42rem); }
  .landing-rights__grid { grid-column: 1; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .landing-faq__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .landing-reflections__intro { grid-template-columns: 1fr; }
  .landing-reflections__heading { padding-top: 0; }
  .landing-reflections__image-card { justify-self: center; }
  .landing-reflections__grid { grid-template-columns: 1fr; }
  .landing-reflections__grid figure { min-height: auto; }
  .landing-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 36rem) {
  .landing-intro__grid { grid-template-columns: 1fr; gap: .8rem; }
  .landing-hero h1 { font-size: clamp(2.7rem, 14vw, 4.2rem); }
  .landing-hero__signature { display: grid; gap: .4rem; margin-top: 2.7rem; }
  .landing-actions { align-items: stretch; flex-direction: column; }
  .landing-button { width: 100%; }
  .landing-vocation__grid { grid-template-columns: 1fr; }
  .landing-ethics__pillars { grid-template-columns: 1fr; }
  .landing-ethics__pillars article, .landing-ethics__pillars article:first-child { padding: 1rem 0; border-top: 1px solid rgb(255 255 255 / 12%); border-left: 0; }
  .landing-vocation__grid article + article { border-top: 1px solid rgb(13 32 55 / 18%); border-left: 0; }
  .landing-tribute__dates { grid-template-columns: 1fr; }
  .landing-rights__grid { grid-template-columns: 1fr; }
  .landing-rights__grid article { min-height: auto; border-right: 0; }
  .landing-faq__grid { grid-template-columns: 1fr; }
  .landing-contact-form__grid { grid-template-columns: 1fr; }
  .landing-contact-form__actions { align-items: stretch; flex-direction: column; }
  .landing-field__help { align-items: flex-start; flex-direction: column; gap: .2rem; }
  .landing-footer__grid { grid-template-columns: 1fr; }
  .landing-footer__links { grid-template-columns: 1fr; }
  .landing-timeline { --timeline-date-width: 5.4rem; }
  .landing-footer__bottom { align-items: flex-start; flex-direction: column; }
  .landing-faq__heading { grid-template-columns: 1fr; gap: 1.4rem; }
  .landing-faq__heading > .landing-kicker { grid-column: 1; }
  .landing-faq__mark { min-height: auto; padding: 1.2rem 0 0; border-top: 1px solid rgb(154 110 35 / 45%); border-left: 0; }
  .landing-modal { padding: .75rem; }
  .landing-modal__panel { max-height: 94svh; padding: 1.5rem 1.1rem 1.7rem; }
  .landing-moral-list, .landing-modal__document-copy { grid-template-columns: 1fr; }
  .landing-modal__zoom { justify-content: flex-start; }
  .landing-modal__zoom > span { width: 100%; margin-bottom: .2rem; }
  .landing-modal__zoom .landing-modal__zoom-reset { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .landing-reveal { opacity: 1; transform: none; }
}

/* Landing pública 1.5.0 · contrato tipográfico y continuidad editorial */
:root {
  --landing-text-xs: .82rem;
  --landing-text-sm: .94rem;
  --landing-text-md: 1.04rem;
  --landing-text-lg: clamp(1.12rem, .45vw + 1rem, 1.28rem);
}
body { font-size: var(--landing-text-md); }
.landing-nav a, .landing-nav__disabled, .landing-kicker, .landing-notice { font-size: var(--landing-text-xs); }
.landing-intro small, .landing-source-note, .landing-field__help, .landing-footer p, .landing-footer__links a { font-size: var(--landing-text-sm); }
.landing-copy, .landing-ethics__lead, .landing-masonry__copy > p, .landing-vocation__copy > p, .landing-contact__intro > p, .landing-closing__copy > p { font-size: var(--landing-text-md); }
.landing-hero__lead, .landing-purpose > p, .landing-rights__heading > p { font-size: var(--landing-text-lg); }

.landing-hero__lead { margin-bottom: 1rem; }
.landing-hero__question { max-width: 40rem; margin-bottom: 2.2rem; padding-left: 1rem; border-left: 1px solid var(--landing-gold); color: var(--landing-gold-light); font: italic var(--landing-text-md)/1.6 var(--landing-serif); }
.landing-ethics__reflection { max-width: 46rem; margin: 2rem 0 0; padding: 1.25rem 0 0; border-top: 1px solid rgb(226 202 145 / 24%); color: white; font: italic var(--landing-text-lg)/1.55 var(--landing-serif); }
.landing-context-question { margin-top: 2rem; padding: 1.35rem 1.5rem; border-left: 2px solid var(--landing-gold); background: rgb(255 255 255 / 5%); }
.landing-context-question strong { display: block; margin-bottom: .45rem; color: var(--landing-gold-light); font: 500 1.2rem var(--landing-serif); }
.landing-context-question p { margin: 0; }
.landing-copy--emphasis { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgb(13 32 55 / 15%); font-family: var(--landing-serif); font-size: var(--landing-text-lg); }
.landing-reflection-link, .landing-reflection-card button { display: inline-flex; gap: .45rem; align-items: center; padding: 0; border: 0; color: #8a611c; background: transparent; font: 800 var(--landing-text-xs)/1.4 var(--landing-sans); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.landing-foundations__lead .landing-reflection-link { margin-top: .85rem; }
.landing-vocation__copy .landing-reflection-link { margin-top: .6rem; }

.landing-reflections__grid { gap: 0; border-top: 1px solid rgb(24 36 49 / 18%); border-bottom: 1px solid rgb(24 36 49 / 18%); }
.landing-reflection-card { display: flex; min-height: 24rem; flex-direction: column; padding: clamp(1.6rem, 3vw, 2.5rem); border-right: 1px solid rgb(24 36 49 / 15%); background: rgb(255 255 255 / 56%); }
.landing-reflection-card:last-child { border-right: 0; }
.landing-reflection-card > span { color: #9a6e23; font-size: var(--landing-text-xs); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.landing-reflection-card h3 { margin: 1.2rem 0 1rem; color: var(--landing-navy-950); font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.18; }
.landing-reflection-card p { margin-bottom: 1.5rem; color: var(--landing-navy-700); font-size: var(--landing-text-sm); }
.landing-reflection-card button { margin-top: auto; }

.landing-modal--reading .landing-modal__panel { width: min(100%, 58rem); }
.landing-reading-modal h2 { max-width: 48rem; font-size: clamp(2rem, 4vw, 3.7rem); }
.landing-reading-modal__body { max-width: 46rem; color: var(--landing-navy-700); font-size: var(--landing-text-md); }
.landing-reading-modal__body p { margin-bottom: 1.15rem; }
.landing-reading-modal__body blockquote { margin: 2rem 0; padding: 1.3rem 0 1.3rem 1.4rem; border-left: 2px solid var(--landing-gold); color: var(--landing-navy-950); font: italic var(--landing-text-lg)/1.55 var(--landing-serif); }
.landing-reading-modal__closing { color: var(--landing-navy-950); font: italic var(--landing-text-lg)/1.55 var(--landing-serif); }
.landing-rights-summary { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(15rem, .65fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; margin-top: 2rem; }
.landing-rights-summary__copy { display: grid; }
.landing-rights-summary__copy article { display: grid; grid-template-columns: 2.2rem minmax(0, 1fr); gap: 1rem; padding: 1rem 0; border-top: 1px solid rgb(13 32 55 / 13%); }
.landing-rights-summary__copy article > span { color: var(--landing-gold); font-weight: 800; }
.landing-rights-summary__copy h3 { margin-bottom: .35rem; font-size: 1.2rem; }
.landing-rights-summary__copy p { margin: 0; font-size: var(--landing-text-sm); }
.landing-rights-summary__document { margin: 0; padding: .65rem; border: 1px solid rgb(13 32 55 / 13%); background: white; box-shadow: 0 1rem 2.5rem rgb(7 20 35 / 10%); }
.landing-rights-summary__document figcaption { padding: .7rem .25rem .15rem; color: var(--landing-stone-dark); font: italic var(--landing-text-xs) var(--landing-serif); text-align: center; }

/* Revisión editorial: el documento conserva su proporción y precede a la síntesis. */
.landing-hero__media { background: var(--landing-navy-950); }
.landing-hero__media picture { display: block; width: 100%; height: 100%; overflow: hidden; }
.landing-hero__media img { width: 100%; height: 100%; object-fit: contain; object-position: center; transform: none; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%); mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%); }
.landing-hero__content { padding-top: clamp(7.5rem, 13vh, 9.5rem); padding-bottom: clamp(3rem, 6vh, 4.5rem); }
.landing-modal--document .landing-modal__panel { width: min(100%, 62rem); }
.landing-rights-summary { display: flex; flex-direction: column; gap: 1.6rem; align-items: stretch; }
.landing-rights-summary__document { width: min(100%, 48rem); margin-inline: auto; padding: .7rem .7rem .35rem; }
.landing-rights-summary__document picture { display: grid; place-items: center; background: #eee9df; }
.landing-rights-summary__document img { width: auto; max-width: 100%; height: auto; max-height: min(43svh, 28rem); object-fit: contain; }
.landing-rights-summary__brief { width: min(100%, 48rem); margin-inline: auto; }
.landing-rights-summary__brief > p { margin: 0 0 1rem; color: var(--landing-navy-700); font-size: var(--landing-text-md); }
.landing-rights-summary__copy { grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgb(13 32 55 / 13%); }
.landing-rights-summary__copy article { grid-template-columns: 2rem minmax(0, 1fr); align-content: start; padding: 1rem .9rem 0; border-top: 0; border-left: 1px solid rgb(13 32 55 / 13%); }
.landing-rights-summary__copy article:first-child { padding-left: 0; border-left: 0; }

.landing-footer { padding-top: 0; }
.landing-footer__prologue { position: relative; overflow: hidden; padding-block: clamp(4.5rem, 9vw, 7.5rem); border-top: 1px solid rgb(199 162 82 / 28%); border-bottom: 1px solid rgb(199 162 82 / 18%); background: linear-gradient(180deg, #0b1d32 0%, #071423 100%); }
.landing-footer__prologue::before, .landing-footer__prologue::after { position: absolute; width: 23rem; height: 23rem; border: 1px solid rgb(199 162 82 / 9%); content: ''; transform: rotate(45deg); }
.landing-footer__prologue::before { top: -17rem; left: -9rem; }
.landing-footer__prologue::after { right: -11rem; bottom: -18rem; }
.landing-footer__prologue-inner { position: relative; display: grid; grid-template-columns: 12rem minmax(0, 42rem); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; justify-content: center; }
.landing-footer__mosaic { width: 10rem; margin: 0; padding: .55rem; background: #f5f0e7; box-shadow: 0 1.2rem 2.8rem rgb(0 0 0 / 28%); }
.landing-footer__prologue-copy blockquote { margin: 0 0 1rem; color: var(--landing-gold-light); font: italic clamp(2.1rem, 4vw, 4rem)/1.1 var(--landing-serif); }
.landing-footer__prologue-copy > p:last-child { max-width: 42rem; color: rgb(255 255 255 / 68%); font-size: var(--landing-text-md); }
.landing-footer__grid { grid-template-columns: minmax(15rem, .85fr) minmax(11rem, .55fr) minmax(24rem, 1.5fr); gap: clamp(2rem, 5vw, 5rem); padding-block: clamp(3.5rem, 6vw, 5rem); }
.landing-footer__grid h2 { margin: 0 0 1.2rem; color: white; font: 800 var(--landing-text-xs) var(--landing-sans); letter-spacing: .13em; text-transform: uppercase; }
.landing-footer__links { display: flex; flex-direction: column; gap: .65rem; }
.landing-footer__link-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem 1.5rem; }
.landing-footer__link-columns > div { display: flex; flex-direction: column; gap: .65rem; }
.landing-footer__links a { width: fit-content; }
.landing-footer__bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding-block: 1.25rem; font-size: var(--landing-text-xs); }
.landing-footer__bottom > :last-child { justify-self: end; }

@media (max-width: 62rem) {
  .landing-footer__grid { grid-template-columns: 1fr 1fr; }
  .landing-footer__links--fraternal { grid-column: 1 / -1; }
  .landing-rights-summary__document { width: min(100%, 44rem); }
}
@media (max-width: 48rem) {
  .landing-reflection-card { min-height: auto; border-right: 0; border-bottom: 1px solid rgb(24 36 49 / 15%); }
  .landing-footer__prologue-inner, .landing-footer__grid { grid-template-columns: 1fr; }
  .landing-footer__mosaic { justify-self: center; }
  .landing-footer__prologue-copy { text-align: center; }
  .landing-footer__link-columns { grid-template-columns: 1fr; }
  .landing-footer__bottom { grid-template-columns: 1fr; gap: .5rem; text-align: left; }
  .landing-footer__bottom > :last-child { justify-self: start; }
  .landing-hero__media img { object-fit: cover; object-position: 67% center; -webkit-mask-image: none; mask-image: none; }
  .landing-rights-summary__copy { grid-template-columns: 1fr; }
  .landing-rights-summary__copy article, .landing-rights-summary__copy article:first-child { padding: .9rem 0; border-top: 1px solid rgb(13 32 55 / 13%); border-left: 0; }
}

/* Revisión editorial 1.5 · continuidad, proporción y profundidad */
@media (min-width: 48.01rem) {
  .landing-hero { min-height: 100svh; }
  .landing-hero__content { padding-top: clamp(6.8rem, 11vh, 8rem); padding-bottom: clamp(2rem, 4vh, 3rem); }
  .landing-hero h1 { margin-bottom: 1.1rem; font-size: clamp(3.4rem, 5.6vw, 5.8rem); line-height: .96; }
  .landing-hero__lead { max-width: 42rem; line-height: 1.55; }
  .landing-hero__question { margin-bottom: 1.5rem; }
  .landing-hero__signature { margin-top: 2rem; }
  .landing-hero__media img { transform: scale(.9); }
  .landing-ethics__subtitle { display: block; white-space: nowrap; }
  .landing-ethics__subtitle strong { font-size: inherit; font-weight: 600; }
}

.landing-intro { border-top: 1px solid rgb(199 162 82 / 23%); border-bottom: 1px solid rgb(199 162 82 / 18%); }
.landing-intro__grid { gap: 0; padding-block: 0; }
.landing-intro p { min-height: 8.5rem; padding: 1.7rem clamp(1.2rem, 3vw, 2.5rem); border-left: 1px solid rgb(255 255 255 / 11%); transition: background-color .22s ease, border-color .22s ease; }
.landing-intro p:first-child { border-left: 0; }
.landing-intro p:hover { border-color: rgb(199 162 82 / 36%); background: rgb(255 255 255 / 4%); }
.landing-intro small { max-width: 19rem; margin-top: .55rem; line-height: 1.55; }

.landing-masonry { align-items: center; }
.landing-masonry > .landing-context-question { grid-column: 1 / -1; width: min(100%, 56rem); margin: clamp(1.5rem, 4vw, 3.5rem) auto 0; padding: clamp(1.5rem, 3vw, 2.25rem); border: 1px solid rgb(154 110 35 / 28%); border-left: 3px solid var(--landing-gold); background: rgb(255 255 255 / 64%); }
.landing-masonry > .landing-context-question strong { color: var(--landing-navy-950); font-size: clamp(1.35rem, 2vw, 1.75rem); }
.landing-masonry > .landing-context-question p { max-width: 50rem; color: var(--landing-navy-700); font-size: var(--landing-text-md); }

.landing-image-band { grid-template-columns: minmax(24rem, .9fr) minmax(28rem, 1.1fr); }
.landing-image-band__image img { object-position: center; filter: saturate(.58) contrast(1.08); }
.landing-image-band__panel { padding-right: max(clamp(2.5rem, 7vw, 7rem), calc((100vw - var(--landing-max)) / 2)); }
.landing-image-band__panel h2 { max-width: 37rem; }
.landing-image-band__panel p { max-width: 39rem; font-size: var(--landing-text-md); line-height: 1.75; }

.landing-tribute__portrait figcaption { display: grid; gap: .18rem; }
.landing-tribute__portrait figcaption strong { font-style: normal; font-size: .78rem; letter-spacing: .025em; }
.landing-tribute__portrait figcaption span { display: block; }

.landing-lodge-history { grid-template-columns: minmax(18rem, .78fr) minmax(0, 1.22fr); }
.landing-lodge-history__heading > p { color: var(--landing-navy-700); }
.landing-history-stats { grid-column: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 2rem; border-top: 1px solid rgb(13 32 55 / 18%); border-bottom: 1px solid rgb(13 32 55 / 18%); }
.landing-history-stats article { display: grid; align-content: center; min-height: 7.5rem; padding: 1rem; border-left: 1px solid rgb(13 32 55 / 14%); transition: background-color .22s ease, color .22s ease; }
.landing-history-stats article:first-child { border-left: 0; }
.landing-history-stats article:hover { background: rgb(255 255 255 / 58%); }
.landing-history-stats strong { color: #9a6e23; font: 500 clamp(1.8rem, 3vw, 2.5rem)/1 var(--landing-serif); }
.landing-history-stats span { margin-top: .45rem; color: var(--landing-stone-dark); font-size: var(--landing-text-xs); line-height: 1.4; }
.landing-lodge-history > .landing-timeline { grid-row: 1 / span 2; }

.landing-foundations__grid article, .landing-rights__grid article, .landing-faq__grid article, .landing-principles article, .landing-vocation__grid article, .landing-reflection-card { transition: background-color .22s ease, border-color .22s ease, box-shadow .22s ease; }
.landing-foundations__grid article:hover, .landing-rights__grid article:hover, .landing-faq__grid article:hover, .landing-principles article:hover, .landing-vocation__grid article:hover { border-color: rgb(154 110 35 / 45%); background: rgb(255 255 255 / 56%); box-shadow: inset 0 2px 0 rgb(199 162 82 / 62%); }
.landing-reflection-card:hover, .landing-reflection-card:focus-within { border-color: rgb(154 110 35 / 42%); background: #fff; box-shadow: 0 1rem 2rem rgb(7 20 35 / 8%); }

.landing-rights-summary__narrative { display: grid; gap: .9rem; margin-bottom: 1.5rem; }
.landing-rights-summary__narrative p { margin: 0; color: var(--landing-navy-700); font-size: var(--landing-text-md); line-height: 1.72; }
.landing-rights-summary__copy { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.landing-rights-summary__copy article:nth-child(3) { padding-left: 0; border-left: 0; }

.landing-footer { position: relative; }
.landing-footer::before { position: absolute; z-index: 2; top: 0; right: 0; left: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--landing-gold) 18%, var(--landing-gold-light) 50%, var(--landing-gold) 82%, transparent); content: ''; }
.landing-footer__bottom { grid-template-columns: 1fr auto auto auto; }
.landing-footer__signature { justify-self: end; margin-left: .9rem; color: rgb(255 255 255 / 27%); font-size: .6rem; letter-spacing: .04em; white-space: nowrap; }

@media (max-width: 52rem) {
  .landing-masonry > .landing-context-question { grid-column: 1; }
  .landing-image-band { grid-template-columns: 1fr; }
  .landing-image-band__image { aspect-ratio: 16 / 10; min-height: 0; }
  .landing-image-band__panel { padding: clamp(2.5rem, 8vw, 4rem) max(1.5rem, calc((100vw - var(--landing-max)) / 2)); }
  .landing-lodge-history { grid-template-columns: 1fr; }
  .landing-history-stats { grid-column: 1; }
  .landing-lodge-history > .landing-timeline { grid-row: auto; }
}

@media (max-width: 48rem) {
  .landing-footer__bottom { grid-template-columns: 1fr; }
  .landing-footer__signature { justify-self: start; margin: .4rem 0 0; }
  .landing-rights-summary__copy { grid-template-columns: 1fr; }
  .landing-rights-summary__copy article:nth-child(3) { padding-top: .9rem; }
}

@media (max-width: 36rem) {
  .landing-intro__grid { gap: 0; }
  .landing-intro p, .landing-intro p:first-child { min-height: auto; padding: 1.25rem 0; border-top: 1px solid rgb(255 255 255 / 10%); border-left: 0; }
  .landing-history-stats { grid-template-columns: 1fr; }
  .landing-history-stats article, .landing-history-stats article:first-child { min-height: auto; padding: 1rem 0; border-top: 1px solid rgb(13 32 55 / 14%); border-left: 0; }
  .landing-ethics__subtitle { line-height: 1.55; }
}
