/* 0.9.0: header-only engraving edition. Text is in normal flow above the artwork.
   No photograph, local light patches, blur, text shadows or body/card changes. */
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-p11-masthead-engraved {
    background: #F5F3E9;
    color: #24271F;
    overflow: hidden;
}
body.cenae-p11-preview .cenae-p11-masthead-engraved .cenae-p11-masthead-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    align-items: center;
    gap: clamp(32px, 4vw, 64px);
    width: calc(100% - 64px);
    max-width: 1320px;
    min-height: 0;
    padding: 30px 0 20px;
    position: relative;
    background: transparent;
}
body.cenae-p11-preview .cenae-p11-masthead-engraved .cenae-p11-masthead-identity,
body.cenae-p11-preview .cenae-p11-masthead-engraved .cenae-p11-masthead-quote {
    min-width: 0; box-shadow: none; text-shadow: none; background: transparent;
}
body.cenae-p11-preview .cenae-p11-masthead-engraved .cenae-p11-masthead-identity::before,
body.cenae-p11-preview .cenae-p11-masthead-engraved .cenae-p11-masthead-identity::after,
body.cenae-p11-preview .cenae-p11-masthead-engraved .cenae-p11-masthead-quote::before,
body.cenae-p11-preview .cenae-p11-masthead-engraved .cenae-p11-masthead-quote::after { content: none; display: none; }
body.cenae-p11-preview .cenae-p11-masthead-engraved .cenae-p11-masthead-date {
    font: 400 12px/1.5 var(--cenae-sans);
    color: #4E5148; letter-spacing: .025em; margin: 0 0 12px; text-align: left;
}
body.cenae-p11-preview .cenae-p11-masthead-engraved .cenae-p11-masthead-brand { gap: 20px; }
body.cenae-p11-preview .cenae-p11-masthead-engraved .cenae-v4-wordmark {
    font-size: 50px; color: #24271F; line-height: 1; letter-spacing: -.025em;
}
body.cenae-p11-preview .cenae-p11-masthead-engraved .cenae-v4-subtitle { color: #373B32; }
body.cenae-p11-preview .cenae-p11-masthead-engraved .cenae-v4-logo-image {
    width: 72px; height: 72px; object-fit: contain; filter: none; mix-blend-mode: normal;
    background: transparent; box-shadow: none;
}
body.cenae-p11-preview .cenae-p11-masthead-engraved .cenae-p11-masthead-quote {
    margin: 0; padding: 5px 0 5px 36px; border: 0; border-left: 1px solid #CFD0C6;
    max-width: none; text-align: left;
}
body.cenae-p11-preview .cenae-p11-masthead-engraved .cenae-p11-masthead-quote p {
    font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    font-size: clamp(21px, 1.62vw, 23px); font-weight: 500; font-style: italic;
    line-height: 1.4; letter-spacing: 0; color: #292D24; max-width: 56ch;
    text-shadow: none; margin: 0; overflow-wrap: anywhere;
}
/* An independent landscape strip below all text. Its straight, full-width top
   fades only the engraving's sky into paper; there are no masks around words. */
body.cenae-p11-preview .cenae-p11-masthead-art {
    width: 100%; height: var(--p11-art-height,144px); position: relative;
    overflow: hidden; pointer-events: none; background: #F5F3E9;
}
body.cenae-p11-preview .cenae-p11-masthead-art img {
    display: block; width: 100%; max-width: none; height: 100%;
    object-fit: cover; object-position: var(--p11-art-x,50%) var(--p11-art-y,24%);
    opacity: .60; filter: none; mix-blend-mode: multiply;
    mask-image: linear-gradient(to bottom, transparent 0, #000 22px);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 22px);
}
body.cenae-p11-preview .cenae-p11-masthead-art img[hidden] { display: none !important; }
/* A real, dark navigation plane. Cream panels retain dark text and do not clip. */
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-header,
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-header .cenae-v4-expanded,
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-header .cenae-v4-navrow,
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-header .cenae-v4-compact {
    background-color: #30332C; background-image: none; color: #F6F5EF;
}
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-header { box-shadow: 0 2px 5px rgb(24 30 22 / 8%); }
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-header .cenae-v4-navrow { border: 0; border-bottom: 1px solid #42483D; }
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-header .cenae-v4-nav-link,
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-header .cenae-p11-nav-trigger,
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-header .cenae-v4-tool,
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-header .cenae-p11-icon-control,
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-header .cenae-v4-compact-brand {
    color: #F6F5EF !important; background: transparent; text-shadow: none;
}
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-header .cenae-v4-nav-link:hover,
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-header .cenae-p11-nav-trigger:hover,
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-header .cenae-p11-nav-trigger[aria-expanded="true"],
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-header .cenae-v4-tool:hover,
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-header .cenae-p11-icon-control:hover {
    background: #474C40; color: #FFFDF7 !important;
}
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-p11-header-socials::before { background: #717669; }
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-header .cenae-p11-caret { color: inherit; }
/* The compact brand uses the original colour emblem on a small geometric light
   support, not an inverted logo or a white glow. It does not affect the footer. */
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-compact-brand .cenae-v4-logo-small {
    display: inline-flex; align-items: center; justify-content: center; background: #F5F3E9;
    width: 38px; height: 38px; padding: 3px; flex: 0 0 38px; border-radius: 1px;
}
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-compact-brand .cenae-v4-logo-image {
    width: 32px; height: 32px; object-fit: contain; filter: none; mix-blend-mode: normal;
}
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-header :is(.cenae-v4-nav-link,.cenae-p11-nav-trigger,.cenae-p11-icon-control,.cenae-v4-mobile-menu-toggle,.cenae-v4-compact-brand):focus-visible {
    outline: 2px solid #EEE7CF; outline-offset: -3px;
}
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-submenu,
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-mobile-menu,
body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-search {
    background: #FDFBF7; color: #24271F;
}
body.cenae-p11-preview.cenae-p11-header-engraving :is(.cenae-v4-submenu,.cenae-v4-mobile-menu,.cenae-v4-search) :is(a,button,input):focus-visible {
    outline: 2px solid #2A3B2C; outline-offset: 2px;
}
@media (max-width:1199px) {
    body.cenae-p11-preview .cenae-p11-masthead-engraved .cenae-p11-masthead-layout {
        display: block; padding: 22px 0 18px; width: calc(100% - 48px); max-width: 850px;
    }
    body.cenae-p11-preview .cenae-p11-masthead-engraved .cenae-p11-masthead-brand { display: none; }
    body.cenae-p11-preview .cenae-p11-masthead-engraved .cenae-p11-masthead-quote { border: 0; padding: 0; max-width: 720px; }
    body.cenae-p11-preview .cenae-p11-masthead-engraved .cenae-p11-masthead-quote p { font-size: 23px; }
}
@media (max-width:767px) {
    body.cenae-p11-preview .cenae-p11-masthead-engraved .cenae-p11-masthead-layout { width: calc(100% - 32px); padding: 18px 0 16px; }
    body.cenae-p11-preview .cenae-p11-masthead-engraved .cenae-p11-masthead-date { font-size: 12px; letter-spacing: .005em; }
    body.cenae-p11-preview .cenae-p11-masthead-engraved .cenae-p11-masthead-quote p { font-size: 21px; line-height: 1.4; }
    body.cenae-p11-preview .cenae-p11-masthead-art { height: min(var(--p11-art-height,144px),120px); }
    body.cenae-p11-preview .cenae-p11-masthead-art img { object-position: var(--p11-art-mobile-x,50%) var(--p11-art-mobile-y,24%); }
}
@media (prefers-reduced-motion:reduce) {
    body.cenae-p11-preview .cenae-p11-masthead-engraved *,
    body.cenae-p11-preview.cenae-p11-header-engraving .cenae-v4-header * { transition: none !important; }
}
/* If the declaration is disabled, the fallback masthead stays light, not an
   unprotected colour logo on the dark expanded container. Navigation stays dark. */
body.cenae-p11-preview.cenae-p11-header-engraving:not(.cenae-p11-header-integrated) .cenae-v4-topline,
body.cenae-p11-preview.cenae-p11-header-engraving:not(.cenae-p11-header-integrated) .cenae-v4-brand {
    background: #F5F3E9; color: #24271F;
}
