/* Shared by the website and Site Editor. Core blocks remain editable. */
:root { --bv-gutter: clamp(1.25rem, 4vw, 4rem); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
.shell { width: min(calc(100% - 2 * var(--bv-gutter)), var(--wp--style--global--wide-size)); margin-inline: auto; }
.site-main, .wp-site-blocks > header, .wp-site-blocks > footer { margin-block-start: 0; }
.site-header-inner { display: flex; justify-content: space-between; align-items: center; gap: var(--wp--preset--spacing--m); padding-block: var(--wp--preset--spacing--l); border-bottom: 1px solid var(--wp--preset--color--border); }
.brand p { margin: 0; }
.brand-eyebrow, .eyebrow { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.15em; line-height: 1.6; }
.brand-eyebrow { color: var(--wp--preset--color--accent); }
.brand-name { font-size: clamp(1.125rem, 2vw, 1.45rem); font-weight: 600; letter-spacing: -0.025em; }
.brand-name a, .header-contact a { text-decoration: none; }
.header-contact { margin: 0; font-size: 0.875rem; }
.header-contact a { display: inline-flex; gap: var(--wp--preset--spacing--s); align-items: center; min-height: 44px; }
a:hover { text-decoration: underline; text-underline-offset: 0.2em; }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--wp--preset--color--accent); outline-offset: 5px; }
.hero { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 0.8fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; padding-block: var(--wp--preset--spacing--xxl); }
.hero-copy > :first-child, .trust-heading > :first-child, .contact-intro > :first-child { margin-top: 0; }
.hero-copy h1 { margin-block: var(--wp--preset--spacing--m) var(--wp--preset--spacing--l); max-width: 19ch; text-wrap: balance; }
.hero-copy > p { max-width: 650px; }
.eyebrow { color: var(--wp--preset--color--accent); }
.intro { font-size: var(--wp--preset--font-size--intro); line-height: 1.55; }
.hero-copy p:not(.intro):not(.eyebrow) { color: var(--wp--preset--color--muted); }
.hero-copy .availability { font-size: var(--wp--preset--font-size--small); }
.hero-copy .wp-block-buttons { margin-top: var(--wp--preset--spacing--l); }
.wp-block-button__link { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: var(--wp--preset--spacing--l); }
.wp-block-button__link[href]:hover { background: var(--wp--preset--color--accent); text-decoration: none; }
.microcopy { font-size: 0.75rem; }
/* Abstract doorways: purely decorative pseudo-elements, no image or extra DOM. */
.hero-visual { position: relative; isolation: isolate; aspect-ratio: 0.73; max-height: 570px; width: 100%; background: var(--wp--preset--color--secondary); overflow: hidden; margin: 0; }
.hero-visual::before { content: ''; position: absolute; z-index: -1; width: 73%; height: 85%; right: -8%; bottom: 0; border: 1px solid var(--wp--preset--color--accent); border-bottom: 0; border-radius: 180px 180px 0 0; opacity: 0.55; }
.hero-visual::after { content: ''; position: absolute; z-index: -1; width: 61%; height: 71%; right: 14%; bottom: 0; border-radius: 180px 180px 0 0; background: var(--wp--preset--color--accent); box-shadow: -28px 0 0 var(--wp--preset--color--background); }
.visual-caption { position: absolute; bottom: var(--wp--preset--spacing--l); left: 27%; right: 16%; margin: 0; color: var(--wp--preset--color--surface); font-size: 0.8rem; letter-spacing: 0.04em; text-align: center; }
.positioning { display: grid; grid-template-columns: 1fr 1fr; gap: var(--wp--preset--spacing--xl); padding-block: var(--wp--preset--spacing--xxl); border-top: 1px solid var(--wp--preset--color--border); margin-block-start: 0; }
.trust-heading h2 { max-width: 16ch; margin-top: var(--wp--preset--spacing--m); }
.trust-copy > :first-child { margin-top: 0; }
.trust-copy { max-width: 640px; }
.trust-note { font-size: var(--wp--preset--font-size--small); color: var(--wp--preset--color--accent); border-left: 2px solid var(--wp--preset--color--secondary); padding-left: var(--wp--preset--spacing--m); margin-top: var(--wp--preset--spacing--l); }
.contact-section { background: var(--wp--preset--color--primary); color: var(--wp--preset--color--surface); padding-block: var(--wp--preset--spacing--xxl); margin-block-start: 0; scroll-margin-top: var(--wp--preset--spacing--l); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--wp--preset--spacing--xl); }
.contact-section .eyebrow, .contact-label, .contact-notice { color: var(--wp--preset--color--secondary); }
.contact-section h2 { color: inherit; max-width: 18ch; }
.contact-intro > p:last-child { max-width: 36ch; }
.contact-detail { display: grid; grid-template-columns: 6rem minmax(0, 1fr); gap: var(--wp--preset--spacing--m); padding-block: var(--wp--preset--spacing--s); border-bottom: 1px solid var(--wp--preset--color--accent); margin: 0; }
.contact-detail p { margin: 0; }
.contact-value { overflow-wrap: anywhere; }
.contact-value a { color: inherit; display: inline-block; min-height: 44px; }
.contact-label, .contact-notice { font-size: var(--wp--preset--font-size--small); }
.contact-content .wp-block-buttons { margin-top: var(--wp--preset--spacing--l); gap: var(--wp--preset--spacing--s); }
.contact-section .is-style-outline .wp-block-button__link { color: var(--wp--preset--color--surface); border: 1px solid var(--wp--preset--color--secondary); }
.contact-section a:focus-visible { outline-color: var(--wp--preset--color--surface); }
.contact-pending .wp-block-button__link:not([href]) { opacity: 0.65; cursor: default; border-style: dashed; }
.site-footer-inner { display: flex; justify-content: space-between; align-items: center; gap: var(--wp--preset--spacing--m); padding-block: var(--wp--preset--spacing--l); font-size: 0.8rem; color: var(--wp--preset--color--muted); }
.site-footer-inner > * { margin: 0; }
.site-footer-inner .wp-block-navigation { gap: var(--wp--preset--spacing--m); }
.site-footer-inner .wp-block-navigation-item__content { display: inline-flex; align-items: center; min-height: 44px; }
.site-footer-inner a:not([href]) { cursor: default; text-decoration: underline dotted; text-underline-offset: 0.3em; }
.page-content { padding-block: var(--wp--preset--spacing--xxl); min-height: 60vh; }
.editor-styles-wrapper .placeholder { outline: 1px dashed currentColor; outline-offset: 5px; }
.editor-styles-wrapper .contact-pending { outline: 1px dashed currentColor; }
@media (min-width: 1600px) { .hero { min-height: 820px; } }
@media (max-width: 900px) { .hero { grid-template-columns: minmax(0, 1fr) minmax(0, 0.55fr); gap: var(--wp--preset--spacing--l); } .hero-visual { aspect-ratio: 0.55; } .visual-caption { font-size: 0.7rem; left: 27%; right: 16%; } }
@media (max-width: 700px) {
 .site-header-inner { padding-block: var(--wp--preset--spacing--m); }
 .hero, .positioning, .contact-grid { grid-template-columns: minmax(0, 1fr); }
 .hero { padding-block: var(--wp--preset--spacing--xl); }
 .hero-copy h1 { max-width: 16ch; }
 .hero-visual { aspect-ratio: 2.2; max-height: 230px; }
 .hero-visual::before { width: 49%; height: 160%; right: 3%; }
 .hero-visual::after { width: 40%; height: 135%; right: 21%; }
 .visual-caption { left: 40%; right: 24%; bottom: var(--wp--preset--spacing--m); }
 .positioning { gap: var(--wp--preset--spacing--m); }
 .trust-heading h2, .contact-section h2 { max-width: 19ch; }
 .site-footer-inner { align-items: flex-start; flex-direction: column; gap: var(--wp--preset--spacing--xs); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
