@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 300 500; font-display: swap; src: url('../fonts/cormorant-latin.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 300 600; font-display: swap; src: url('../fonts/montserrat-latin.woff2') format('woff2'); }

:root {
  --pearl: #faf8f5;
  --linen: #ede7df;
  --sand: #c4b09e;
  --champagne: #c19a5b;
  --deep: #2c2926;
  --soft: #66573b;
  --sage: #8e9e88;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--pearl); color: var(--deep); font-family: Montserrat, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.site-header, .hero__content, .hero__caption, .section, .footer { position: relative; z-index: 1; }
.hero { min-height: 100svh; position: relative; overflow: hidden; color: var(--pearl); display: grid; align-content: center; }
.hero__image, .hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__image { object-fit: cover; object-position: center; }
.hero__veil { background: linear-gradient(90deg, rgba(28,23,17,.76) 0%, rgba(28,23,17,.42) 43%, rgba(28,23,17,.08) 100%); }
.site-header { position: absolute; left: 0; right: 0; top: 0; padding: 25px clamp(24px,5vw,76px); display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.admin-bar .site-header { top: 32px; }

.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; color: inherit; }
.brand__mark { height: 42px; width: 26px; position: relative; display: inline-block; border: 1px solid currentColor; border-bottom: 0; border-radius: 18px 18px 0 0; }
.brand__mark::before { content: ''; position: absolute; inset: 4px 5px 0; border: 1px solid currentColor; border-bottom: 0; border-radius: 12px 12px 0 0; }
.brand__mark i, .brand__mark b { position: absolute; z-index: 1; font-family: 'Cormorant Garamond', serif; font-size: 20px; line-height: 1; font-weight: 400; font-style: normal; }
.brand__mark i { bottom: 6px; left: 7px; }
.brand__mark b { bottom: 1px; right: 3px; }
.brand__wording { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 27px; letter-spacing: .01em; line-height: .75; }
.brand__wording small { display: block; margin-top: 9px; font-family: Montserrat, sans-serif; font-size: 7px; font-weight: 600; letter-spacing: .31em; text-transform: uppercase; }

.site-nav { display: flex; gap: clamp(18px,2.5vw,40px); padding-left: 7vw; }
.site-nav a, .header-link { font-size: 9px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.site-nav a { opacity: .9; }
.site-nav a:hover, .site-nav a:focus-visible { color: #e6c486; }
.header-link { border-bottom: 1px solid rgba(250,248,245,.65); padding-bottom: 5px; }
.hero__content { max-width: 970px; padding: 140px clamp(24px,12vw,190px) 110px; }

.eyebrow { margin: 0; font-size: 10px; font-weight: 600; letter-spacing: .24em; line-height: 1.6; text-transform: uppercase; color: var(--champagne); }
.eyebrow--light { color: #e6c486; }
.eyebrow--gold { color: var(--champagne); }
.eyebrow--deep { color: var(--deep); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 300; }
h1 { margin: 21px 0 20px; font-size: clamp(50px,6vw,92px); line-height: .97; letter-spacing: -.025em; }
h2 { margin: 21px 0 20px; font-size: clamp(42px,5vw,70px); line-height: 1; letter-spacing: -.023em; }
.rule { display: block; width: 48px; height: 1px; margin: 29px 0; background: var(--champagne); }
.rule--light, .rule--gold { background: var(--champagne); }
.rule--dark { background: var(--deep); }
.hero__lead { max-width: 490px; margin-bottom: 0; font-size: clamp(14px,1.35vw,17px); font-weight: 300; line-height: 1.8; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 29px; min-height: 51px; padding: 0 21px; border: 1px solid currentColor; border-radius: 2px; background: transparent; color: inherit; font-family: Montserrat, Arial, sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; transition: background .2s ease, color .2s ease; cursor: pointer; }
.hero .button { margin-top: 28px; }
.button--light:hover, .button--light:focus-visible { background: var(--pearl); color: var(--deep); }
.button--dark { background: var(--deep); color: var(--pearl); border-color: var(--deep); }
.button--dark:hover, .button--dark:focus-visible { background: transparent; color: var(--deep); }
.button:disabled { cursor: default; opacity: .64; }
.hero__caption { position: absolute; right: clamp(24px,5vw,76px); bottom: 29px; margin: 0; text-align: right; font-size: 9px; font-weight: 500; letter-spacing: .15em; line-height: 1.7; text-transform: uppercase; }

.section { padding: clamp(92px,12vw,180px) clamp(24px,8vw,130px); }
.section--linen { background: var(--linen); }
.section--pearl { background: var(--pearl); }
.section--deep { background: var(--deep); color: var(--pearl); }
.section--sage { background: var(--sage); }

.intro { display: grid; grid-template-columns: minmax(0,.92fr) minmax(330px,.78fr); grid-template-rows: auto auto; align-items: start; gap: 0 clamp(54px,9vw,145px); }
.intro__main { display: grid; grid-column: 1; grid-row: 1; grid-template-columns: 34px minmax(0,1fr); gap: clamp(20px,3.2vw,50px); align-items: start; }
.intro__main .intro__index { margin-top: 3px; }
.intro__index { color: var(--champagne); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 20px; }
.intro__body { max-width: 770px; }
.intro__text, .quiet__content > p, .retraite__copy > p, .vision__copy > p, .signup__intro > p { margin-bottom: 0; color: var(--soft); font-size: 14px; font-weight: 300; line-height: 1.9; }
.intro__visual { grid-column: 2; grid-row: 1 / span 2; width: 100%; height: 100%; min-height: 560px; margin: 0; overflow: hidden; }
.intro__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.intro__quote { grid-column: 1; grid-row: 2; max-width: 455px; margin: clamp(44px,6vw,76px) 0 0 clamp(54px,6.5vw,84px); border: 0; background: transparent; padding: 0; color: var(--deep); font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(25px,2.6vw,38px); font-weight: 300; line-height: 1.12; }

.quiet { display: grid; grid-template-columns: minmax(260px,.92fr) minmax(300px,.8fr); gap: clamp(45px,10vw,160px); align-items: center; padding-left: clamp(24px,12vw,190px); padding-right: clamp(24px,12vw,190px); }
.quiet__photograph { align-self: stretch; min-height: 610px; }
.quiet__photograph img { height: 100%; width: 100%; object-fit: cover; object-position: center; }
.quiet__content { max-width: 480px; }
.quiet__highlight { margin-top: 55px !important; color: var(--deep) !important; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(25px,2.6vw,38px) !important; font-weight: 300; line-height: 1.12 !important; }

.pillars__heading { max-width: 800px; }
.pillars h2 { margin-bottom: 0; }
.pillar-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(22px,3.6vw,58px); margin-top: clamp(55px,8vw,100px); }
.pillar { display: flex; flex-direction: column; }
.pillar__photo { aspect-ratio: 1 / 1.08; overflow: hidden; background: #423d39; }
.pillar__photo img { height: 100%; width: 100%; object-fit: cover; transition: transform .65s ease; }
.pillar:hover .pillar__photo img { transform: scale(1.035); }
.pillar:nth-child(2) .pillar__photo img { object-position: 61% center; }
.pillar__copy { border-top: 1px solid rgba(250,248,245,.32); margin-top: 21px; padding-top: 19px; }
.pillar__number { display: block; color: var(--champagne); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 17px; }
.pillar h3 { margin: 20px 0 12px; font-size: clamp(28px,2.8vw,38px); line-height: 1.05; }
.pillar p { margin-bottom: 0; color: rgba(250,248,245,.75); font-size: 13px; font-weight: 300; line-height: 1.82; }

.retraite { display: grid; grid-template-columns: minmax(270px,.78fr) minmax(360px,1fr); align-items: center; gap: clamp(50px,10vw,150px); }
.retraite__copy { max-width: 485px; }
.text-link { display: inline-flex; gap: 15px; margin-top: 36px; border-bottom: 1px solid var(--champagne); padding-bottom: 8px; color: var(--deep); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.retraite__collage { padding: 0; }
.retraite__images { position: relative; padding: 0 14% 12% 0; }
.retraite__main-image { width: 100%; aspect-ratio: .94; object-fit: cover; }
.retraite__small-image { position: absolute; right: 0; bottom: 0; width: 45%; border: 9px solid var(--pearl); aspect-ratio: .95; object-fit: cover; }
.retraite__collage > p { position: static; max-width: 265px; margin: 23px 0 0; color: var(--deep); font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(25px,2.6vw,38px); font-weight: 300; line-height: 1.12; }

.vision { display: grid; grid-template-columns: minmax(240px,.63fr) minmax(300px,.8fr); align-items: center; gap: clamp(45px,11vw,170px); padding-left: clamp(24px,13vw,210px); padding-right: clamp(24px,13vw,210px); }
.vision__portrait { aspect-ratio: .88; overflow: hidden; }
.vision__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.vision__copy { max-width: 510px; }
.vision__copy > p { color: rgba(44,41,38,.82); }
.vision__copy > p + p { margin-top: 15px; }
.signature { margin-top: 37px !important; color: var(--deep) !important; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 25px !important; line-height: 1 !important; }
.signature span { font-family: Montserrat, Arial, sans-serif; font-size: 8px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }

.signup { display: grid; grid-template-columns: minmax(260px,.92fr) minmax(330px,.82fr); align-items: start; gap: clamp(50px,13vw,210px); }
.signup__intro { max-width: 600px; }
.signup__form, .orma-newsletter-embed form { display: grid; gap: 20px; }
.signup__form label:not(.consent), .orma-newsletter-embed label:not(.consent) { display: grid; gap: 9px; }
.signup__form label > span, .orma-newsletter-embed label { color: var(--deep); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.signup__form input[type='text'], .signup__form input[type='email'], .orma-newsletter-embed input[type='text'], .orma-newsletter-embed input[type='email'] { width: 100%; border: 1px solid var(--sand); border-radius: 2px; background: var(--pearl); color: var(--deep); padding: 15px 16px; font: 300 15px Montserrat, Arial, sans-serif; outline: none; }
.signup__form input:focus, .orma-newsletter-embed input:focus { border-color: var(--deep); box-shadow: 0 0 0 2px rgba(44,41,38,.14); }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 2px 0 4px; color: var(--soft); font-size: 10px; font-weight: 300; line-height: 1.6; }
.consent input, .orma-newsletter-embed input[type='checkbox'] { accent-color: var(--deep); margin: 1px 0 0; }
.signup__form .button, .orma-newsletter-embed button, .orma-newsletter-embed input[type='submit'] { justify-self: start; min-height: 51px; border: 1px solid var(--deep); border-radius: 2px; padding: 0 21px; background: var(--deep); color: var(--pearl); font: 600 10px Montserrat,Arial,sans-serif; letter-spacing: .17em; text-transform: uppercase; cursor: pointer; }
.form-note { margin: 0; color: var(--soft); font-size: 9px; font-weight: 300; line-height: 1.6; }
.orma-newsletter-embed > :first-child { margin-top: 0; }
.orma-newsletter-embed iframe { width: 100%; min-height: 430px; border: 0; }

.footer { background: var(--deep); color: var(--pearl); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; padding: 29px clamp(24px,5vw,76px); }
.footer p, .footer > a:last-child { margin: 0; color: rgba(250,248,245,.68); font-size: 9px; font-weight: 300; letter-spacing: .07em; }
.footer > a:last-child { border-bottom: 1px solid rgba(250,248,245,.4); padding-bottom: 4px; }

.content-page { min-height: 75vh; background: var(--pearl); }
.content-page__header { padding: 28px clamp(24px,6vw,90px); border-bottom: 1px solid var(--linen); }
.content-page__inner { width: min(820px,calc(100% - 48px)); margin: 0 auto; padding: clamp(70px,10vw,130px) 0; }
.content-page__inner h1 { font-size: clamp(46px,7vw,78px); }
.entry-content, .content-page__inner article > p { color: var(--soft); font-size: 15px; font-weight: 300; line-height: 1.9; }
.entry-content h2 { margin-top: 50px; font-size: clamp(32px,4vw,45px); }
.entry-content a { border-bottom: 1px solid var(--champagne); }

:focus-visible { outline: 2px solid var(--champagne); outline-offset: 4px; }

@media (max-width: 900px) {
  .site-nav { display: none; }
  .intro { display: flex; flex-direction: column; gap: 34px; }
  .intro__main { grid-template-columns: 38px minmax(0,1fr); gap: 26px; }
  .intro__visual { width: 100%; height: 420px; min-height: 420px; }
  .intro__quote { margin: 0 0 0 64px; }
  .quiet { grid-template-columns: minmax(220px,.78fr) minmax(280px,.9fr); gap: 55px; padding-left: clamp(24px,7vw,70px); padding-right: clamp(24px,7vw,70px); }
  .quiet__photograph { min-height: 530px; }
  .pillar-grid { gap: 26px; }
  .retraite { grid-template-columns: 1fr 1.05fr; gap: 55px; }
  .vision { gap: 60px; padding-left: clamp(24px,7vw,70px); padding-right: clamp(24px,7vw,70px); }
  .signup { gap: 55px; }
  .footer { grid-template-columns: auto 1fr; }
  .footer > a:last-child { grid-column: 2; justify-self: end; grid-row: 1; }
}

@media (max-width: 680px) {
  .admin-bar .site-header { top: 46px; }
  .site-header { padding-top: 20px; }
  .header-link { font-size: 8px; }
  .brand__wording { font-size: 24px; }
  .hero__veil { background: linear-gradient(90deg,rgba(28,23,17,.75) 0%,rgba(28,23,17,.26) 100%); }
  .hero__content { padding: 135px 24px 100px; }
  .hero__caption { display: none; }
  .section { padding: 88px 24px; }
  .intro { display: flex; flex-direction: column; gap: 30px; }
  .intro__main { grid-template-columns: 1fr; gap: 0; }
  .intro__main .intro__index { display: none; }
  .intro__visual { min-height: 285px; height: 285px; }
  .intro__quote { margin: 0; font-size: 30px; }
  .quiet, .retraite, .vision, .signup { grid-template-columns: 1fr; }
  .quiet { padding: 0; gap: 0; }
  .quiet__photograph { min-height: 490px; }
  .quiet__content { padding: 82px 24px; }
  .pillars__heading { max-width: 500px; }
  .pillar-grid { grid-template-columns: 1fr; gap: 53px; }
  .pillar__photo { aspect-ratio: 1 / .88; }
  .retraite__collage { max-width: 540px; }
  .vision { padding: 0; gap: 0; }
  .vision__portrait { aspect-ratio: 1; max-height: 630px; }
  .vision__copy { padding: 82px 24px; }
  .signup { gap: 45px; }
  .signup__form .button, .orma-newsletter-embed button, .orma-newsletter-embed input[type='submit'] { width: 100%; justify-content: center; }
  .footer { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
  .footer > a:last-child { align-self: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
