@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; overflow-x: hidden; background: var(--pearl); color: var(--deep); font-family: Montserrat, Arial, sans-serif; }
.wp-site-blocks { padding: 0; }
.wp-site-blocks > *, .wp-block-post-content > *, .editor-styles-wrapper .wp-block-post-content > * { margin-block-start: 0; margin-block-end: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
figure { margin: 0; }
button, input, textarea { font: inherit; }
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; }

.site-header-shell { position: absolute; z-index: 50; inset: 0 0 auto; }
.orma-front-header-active .site-header-shell,
.orma-front-header-active .wp-site-blocks > header.wp-block-template-part { display: none !important; }
.front-hero-header { position: absolute; z-index: 60; top: 0; right: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 92px; padding: 24px clamp(24px, 5vw, 76px); background: transparent; color: var(--pearl); pointer-events: auto; }
.front-hero-header > *, .front-hero-header .site-nav, .front-hero-header .site-nav a { position: relative; z-index: 2; pointer-events: auto; }
.front-hero-header .site-nav { display: flex; gap: clamp(18px, 2.5vw, 40px); padding-left: 7vw; }
.front-hero-header .header-link { flex: 0 0 auto; border-bottom: 1px solid rgba(250, 248, 245, .65); padding-bottom: 5px; color: var(--pearl); font-size: 9px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.admin-bar .front-hero-header { top: 32px; }
.orma-hero-hidden .front-hero-header { position: relative; top: 0; background: var(--deep); }
.admin-bar.orma-hero-hidden .front-hero-header { top: 0; }
.site-header { position: relative; z-index: 50; min-height: 92px; padding: 24px clamp(24px, 5vw, 76px); background: var(--deep); color: var(--pearl); pointer-events: auto; }
.site-header-shell .site-header { background: transparent; }
.site-header > *, .site-nav, .site-nav a, .header-actions, .header-actions a { position: relative; z-index: 2; pointer-events: auto; }
.admin-bar .site-header-shell { top: 32px; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-180%); border-radius: 2px; background: var(--pearl); color: var(--deep); padding: 11px 15px; font-size: 12px; font-weight: 600; }
.skip-link:focus { transform: translateY(0); }
.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 { padding-left: 7vw; }
.site-nav .wp-block-navigation__container { gap: clamp(18px, 2.5vw, 40px); }
.site-nav a, .header-link .wp-block-button__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-actions { flex: 0 0 auto; }
.header-link .wp-block-button__link { border: 0; border-bottom: 1px solid rgba(250, 248, 245, .65); border-radius: 0; background: transparent; padding: 0 0 5px; color: var(--pearl); }
.wp-block-navigation__responsive-container.is-menu-open { background: var(--deep); color: var(--pearl); padding: 35px; }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container { align-items: flex-start; gap: 28px; font-size: 18px; }

.hero { min-height: 100svh; position: relative; overflow: hidden; display: grid; align-content: center; color: var(--pearl); }
.hero__media, .hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__veil { z-index: 1; background: linear-gradient(90deg, rgba(28, 23, 17, .76) 0%, rgba(28, 23, 17, .42) 43%, rgba(28, 23, 17, .08) 100%); pointer-events: none; }
.hero__content, .hero__caption { position: relative; z-index: 2; }
.hero__content { max-width: 970px; padding: 140px clamp(24px, 12vw, 190px) 110px; }
.hero__lead { max-width: 490px; margin-bottom: 0; font-size: clamp(14px, 1.35vw, 17px); font-weight: 300; line-height: 1.8; }
.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; }

.eyebrow { margin: 0; color: var(--champagne); font-size: 10px; font-weight: 600; letter-spacing: .24em; line-height: 1.6; text-transform: uppercase; }
.eyebrow--light { color: #e6c486; }
.eyebrow--gold { color: var(--champagne); }
.eyebrow--deep { color: var(--deep); }
.rule.wp-block-separator { width: 48px !important; height: 1px; margin: 29px 0 !important; border: 0; background: var(--champagne); opacity: 1; }
.rule--light, .rule--gold { background: var(--champagne) !important; }
.rule--dark { background: var(--deep) !important; }
.orma-buttons { margin-top: 28px; }
.orma-button .wp-block-button__link, .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; }
.orma-button--light .wp-block-button__link::after { content: '↓'; font-size: 15px; line-height: 1; }
.orma-button--light .wp-block-button__link:hover, .orma-button--light .wp-block-button__link:focus-visible { background: var(--pearl); color: var(--deep); }
.orma-button--dark .wp-block-button__link, .button--dark { border-color: var(--deep); background: var(--deep); color: var(--pearl); }
.orma-button--dark .wp-block-button__link:hover, .orma-button--dark .wp-block-button__link:focus-visible, .button--dark:hover, .button--dark:focus-visible { background: transparent; color: var(--deep); }
.button:disabled { cursor: default; opacity: .64; }

.section { position: relative; 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__index { margin-top: 3px; color: var(--champagne); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 20px; }
.intro__body { max-width: 770px; }
.intro__text, .quiet__content > p:not(.eyebrow):not(.quiet__highlight), .retraite__copy > p:not(.eyebrow):not(.text-link), .vision__copy > p:not(.eyebrow):not(.signature), .signup__intro > p:not(.eyebrow) { 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; 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; 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; }
.intro__quote p { margin: 0; }

.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; overflow: hidden; }
.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; margin: 0; 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:not(.pillar__number) { 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 { margin: 36px 0 0; }
.text-link a { display: inline-flex; gap: 15px; border-bottom: 1px solid var(--champagne); padding-bottom: 8px; color: var(--deep); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.text-link a::after { content: '→'; font-size: 15px; line-height: .72; }
.retraite__images { position: relative; padding: 0 14% 12% 0; }
.retraite__main-image { width: 100%; aspect-ratio: .94; overflow: hidden; }
.retraite__main-image img { width: 100%; height: 100%; object-fit: cover; }
.retraite__small-image { position: absolute; right: 0; bottom: 0; width: 45%; border: 9px solid var(--pearl); aspect-ratio: .95; overflow: hidden; }
.retraite__small-image img { width: 100%; height: 100%; object-fit: cover; }
.retraite__quote { 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:not(.eyebrow):not(.signature) { 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; }
.orma-newsletter-card { align-self: start; width: 100%; border-top: 1px solid var(--sand); border-bottom: 1px solid var(--sand); padding: clamp(28px, 4vw, 46px) 0; }
.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; }
.orma-newsletter-embed [class*='inf-main_'] { width: 100% !important; max-width: none !important; margin: 0 !important; border: 0 !important; border-radius: 0 !important; padding: 0 !important; background: transparent !important; color: var(--deep) !important; box-shadow: none !important; font-family: Montserrat, Arial, sans-serif !important; }
.orma-newsletter-embed [class*='inf-main_'] h4 { margin: 0 0 13px !important; color: var(--deep) !important; font-family: 'Cormorant Garamond', Georgia, serif !important; font-size: clamp(31px, 3.3vw, 43px) !important; font-weight: 300 !important; letter-spacing: -.015em !important; line-height: 1.05 !important; text-transform: none !important; }
.orma-newsletter-embed [class*='inf-main_'] p { color: var(--soft) !important; font-family: Montserrat, Arial, sans-serif !important; font-size: 12px !important; font-weight: 300 !important; line-height: 1.7 !important; }
.orma-newsletter-embed [class*='inf-main_'] .inf-content { display: grid !important; gap: 15px !important; margin: 0 !important; padding: 0 !important; }
.orma-newsletter-embed [class*='inf-main_'] .inf-input { margin: 0 !important; }
.orma-newsletter-embed [class*='inf-main_'] input[type='text'],
.orma-newsletter-embed [class*='inf-main_'] input[type='email'] { min-height: 52px !important; margin: 0 !important; border: 1px solid var(--sand) !important; border-radius: 2px !important; padding: 14px 16px !important; background: rgba(250, 248, 245, .72) !important; color: var(--deep) !important; box-shadow: none !important; font: 300 15px Montserrat, Arial, sans-serif !important; }
.orma-newsletter-embed [class*='inf-main_'] input[type='text']:focus,
.orma-newsletter-embed [class*='inf-main_'] input[type='email']:focus { border-color: var(--deep) !important; box-shadow: 0 0 0 2px rgba(44, 41, 38, .12) !important; outline: 0 !important; }
.orma-newsletter-embed [class*='inf-main_'] .inf-rgpd { margin: 2px 0 0 !important; color: var(--soft) !important; font-size: 10px !important; font-weight: 300 !important; line-height: 1.58 !important; }
.orma-newsletter-embed [class*='inf-main_'] .inf-rgpd a { border-bottom: 1px solid var(--champagne) !important; color: inherit !important; }
.orma-newsletter-embed [class*='inf-main_'] .inf-submit { margin: 4px 0 0 !important; text-align: left !important; }
.orma-newsletter-embed [class*='inf-main_'] input[type='submit'],
.orma-newsletter-embed [class*='inf-main_'] button[type='submit'] { width: auto !important; min-height: 51px !important; margin: 0 !important; border: 1px solid var(--deep) !important; border-radius: 2px !important; padding: 0 24px !important; background: var(--deep) !important; color: var(--pearl) !important; box-shadow: none !important; font: 600 10px Montserrat, Arial, sans-serif !important; letter-spacing: .17em !important; text-transform: uppercase !important; transition: background .2s ease, color .2s ease !important; cursor: pointer !important; }
.orma-newsletter-embed [class*='inf-main_'] input[type='submit']:hover,
.orma-newsletter-embed [class*='inf-main_'] input[type='submit']:focus-visible,
.orma-newsletter-embed [class*='inf-main_'] button[type='submit']:hover,
.orma-newsletter-embed [class*='inf-main_'] button[type='submit']:focus-visible { background: transparent !important; color: var(--deep) !important; }
.orma-newsletter-embed [class*='inf-main_'] .inf-error { margin: 4px 0 0 !important; color: #8d332d !important; font-size: 11px !important; line-height: 1.5 !important; }
.orma-newsletter-embed [class*='inf-main_'] .inf-success { border: 0 !important; border-radius: 0 !important; padding: 22px 0 !important; background: transparent !important; color: var(--deep) !important; }
.orma-newsletter-embed altcha-widget { display: block; max-width: 100%; overflow: hidden; }
.orma-newsletter-card.is-success { border: 0; padding-top: 12px; padding-bottom: 12px; }
.orma-newsletter-card.is-success .orma-newsletter-embed,
.orma-newsletter-card.is-success .form-privacy { display: none !important; }
.orma-newsletter-confirmation { position: relative; max-width: 520px; padding: clamp(30px, 4vw, 48px) 0 clamp(24px, 3vw, 38px); color: var(--deep); }
.orma-newsletter-confirmation::before { display: block; width: 46px; height: 1px; margin-bottom: 25px; background: var(--champagne); content: ''; }
.orma-newsletter-confirmation__eyebrow { margin: 0 0 13px; color: var(--champagne); font-size: 9px; font-weight: 600; letter-spacing: .2em; line-height: 1.4; text-transform: uppercase; }
.orma-newsletter-confirmation__title { max-width: 390px; margin: 0; color: var(--deep); font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(30px, 3.1vw, 40px); font-weight: 300; letter-spacing: -.015em; line-height: 1.04; }
.orma-newsletter-confirmation__text { max-width: 430px; margin: 15px 0 0; color: var(--soft); font-size: 12px; font-weight: 300; line-height: 1.72; }
.signup__coming-soon { align-self: center; border-top: 1px solid var(--sand); border-bottom: 1px solid var(--sand); padding: 28px 0; }
.signup__coming-soon p { margin: 0 0 8px; color: var(--deep); font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(28px, 3vw, 38px); font-weight: 300; line-height: 1.12; }
.signup__coming-soon span, .form-privacy { color: var(--soft); font-size: 10px; font-weight: 300; line-height: 1.7; }
.form-privacy { margin: 15px 0 0; }
.form-privacy a { border-bottom: 1px solid var(--champagne); }
.signup__editor-placeholder { display: grid; gap: 7px; border: 1px dashed var(--sand); border-radius: 2px; padding: 24px; color: var(--deep); }
.signup__editor-placeholder strong { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 28px; font-weight: 300; }
.signup__editor-placeholder span { color: var(--soft); font-size: 11px; line-height: 1.6; }

.footer { min-height: 110px; background: var(--deep); color: var(--pearl); gap: 35px; padding: 29px clamp(24px, 5vw, 76px); }
.footer p { margin: 0; color: rgba(250, 248, 245, .68); font-size: 9px; font-weight: 300; letter-spacing: .07em; }
.footer .wp-block-social-links { margin: 0; }
.footer__instagram { display: inline-flex; align-items: center; gap: 8px; color: rgba(250, 248, 245, .78); font-size: 10px; font-weight: 400; letter-spacing: .06em; }
.footer__instagram svg { width: 17px; height: 17px; flex: 0 0 17px; }
.footer__instagram:hover, .footer__instagram:focus-visible { color: var(--pearl); }
.footer__legal { display: flex; flex-wrap: wrap; gap: 7px; color: rgba(250, 248, 245, .68); font-size: 9px; font-weight: 300; letter-spacing: .07em; }
.footer__legal a { border-bottom: 1px solid transparent; }
.footer__legal a:hover, .footer__legal a:focus-visible { border-bottom-color: var(--champagne); color: var(--pearl); }
.content-page { min-height: 72vh; padding: clamp(70px, 10vw, 130px) 24px; background: var(--pearl); }
.content-page > * { width: min(820px, 100%); }
.content-page h1 { font-size: clamp(46px, 7vw, 78px); }
.content-page p { color: var(--soft); font-size: 15px; line-height: 1.9; }
.content-page h2 { margin-top: 50px; font-size: clamp(32px, 4vw, 45px); }
.content-page a:not(.wp-block-button__link) { border-bottom: 1px solid var(--champagne); }
.legal-draft-note { border: 1px solid var(--champagne); background: #fffaf1; padding: 18px 20px; color: var(--deep) !important; }
.content-page--center { display: grid; place-content: center; text-align: center; }
.content-page--center .wp-block-buttons { justify-content: center; margin-top: 30px; }
.orma-cta { text-align: center; }
.orma-cta > * { width: min(760px, 100%); }
.orma-cta .eyebrow { margin-inline: auto; }
.orma-cta .wp-block-buttons { margin-top: 32px; }
.orma-custom-section { display: grid; justify-items: start; gap: 0; }
.orma-custom-section > * { width: min(760px, 100%); }

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

@media (max-width: 900px) {
  .site-nav { padding-left: 0; }
  .front-hero-header .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; }
}

@media (max-width: 680px) {
  .admin-bar .site-header-shell { top: 46px; }
  .admin-bar .front-hero-header { top: 46px; }
  .front-hero-header { min-height: 82px; padding: 20px 24px; }
  .front-hero-header .header-link { font-size: 8px; }
  .site-header { min-height: 82px; padding: 20px 24px; }
  .brand__wording { font-size: 24px; }
  .header-link .wp-block-button__link { font-size: 8px; }
  .site-nav { order: 3; }
  .wp-block-navigation__responsive-container-open { color: var(--pearl); }
  .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__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; }
  .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; }
  .orma-newsletter-card { padding: 30px 0; }
  .orma-newsletter-card.is-success { padding: 0; }
  .orma-newsletter-confirmation { padding: 28px 0 20px; }
  .orma-newsletter-confirmation__title { font-size: 31px; }
  .orma-newsletter-embed [class*='inf-main_'] input[type='submit'], .orma-newsletter-embed [class*='inf-main_'] button[type='submit'] { width: 100% !important; }
  .footer { align-items: flex-start; flex-direction: column; gap: 20px; }
}

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

.editor-styles-wrapper .hero,
.editor-styles-wrapper .section { max-width: none !important; }
.editor-styles-wrapper .hero { min-height: 760px; }
.editor-styles-wrapper .hero__veil { display: none !important; }
.editor-styles-wrapper .hero::after { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(28, 23, 17, .76) 0%, rgba(28, 23, 17, .42) 43%, rgba(28, 23, 17, .08) 100%); pointer-events: none; }
.editor-styles-wrapper .hero__content { z-index: 3; }
