.bandolbateau-hero-standard{position:relative;width:100%;overflow:clip;background:linear-gradient(135deg,var(--bg-default) 0%,var(--bg-subtle) 52%,var(--bg-surface-low) 100%);color:var(--fg-on-default)}.bandolbateau-hero-standard::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 18%,rgba(198,100,75,0.16) 0,rgba(198,100,75,0) 28%),radial-gradient(circle at 88% 12%,rgba(22,59,91,0.18) 0,rgba(22,59,91,0) 24%),linear-gradient(180deg,rgba(246,241,232,0) 0%,rgba(246,241,232,0.1) 100%);pointer-events:none}.bandolbateau-hero-standard::after{content:"";position:absolute;inset-inline:0;bottom:0;height:34%;background:linear-gradient(180deg,rgba(16,42,67,0) 0%,rgba(16,42,67,0.68) 100%);pointer-events:none}.bandolbateau-hero-standard__media{position:absolute;inset:0}.bandolbateau-hero-standard__media-image{position:absolute;inset:0;background-position:center;background-repeat:no-repeat;background-size:cover;transform:scale(1.02)}.bandolbateau-hero-standard__media-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,42,67,0.18) 0%,rgba(16,42,67,0.35) 46%,rgba(246,241,232,0.14) 100%),linear-gradient(135deg,rgba(22,59,91,0.56) 0%,rgba(22,59,91,0.18) 42%,rgba(198,100,75,0.12) 100%)}.bandolbateau-hero-standard__shell{position:relative;z-index:1;width:100%;max-width:var(--container-max-width);margin:0 auto;padding-inline:var(--container-padding-x);padding-block:clamp(4.5rem,10vw,8.5rem)}.bandolbateau-hero-standard__content{max-width:42rem;padding:clamp(1.25rem,2vw,2rem);border-radius:var(--border-radius-xl);background:linear-gradient(180deg,rgba(16,42,67,0.52) 0%,rgba(16,42,67,0.34) 100%);border:1px solid rgba(255,255,255,0.14);box-shadow:var(--shadow-lg);backdrop-filter:blur(4px);position:relative}.bandolbateau-hero-standard__content::before{content:"";position:absolute;inset-inline-start:0;inset-block:14% 14%;width:.3rem;border-radius:var(--border-radius-full);background:linear-gradient(180deg,var(--brand-accent) 0%,var(--brand-secondary) 100%)}.bandolbateau-hero-standard__title,.bandolbateau-hero-standard__excerpt{color:var(--fg-on-inverse)}.bandolbateau-hero-standard__title{max-width:14ch}.bandolbateau-hero-standard__excerpt{max-width:38rem}@media (max-width:47.99rem){.bandolbateau-hero-standard__shell{padding-block:3.75rem}.bandolbateau-hero-standard__content{max-width:none}}@media (prefers-reduced-motion:no-preference){.bandolbateau-hero-standard__content{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.bandolbateau-hero-standard:hover .bandolbateau-hero-standard__content{transform:translateY(-0.125rem);box-shadow:var(--shadow-lg)}.bandolbateau-hero-standard:active .bandolbateau-hero-standard__content{transform:translateY(0)}}.bandol-bateau-contact-form{width:100%;padding-block:var(--spacing-section-margin);background:var(--bg-default);color:var(--fg-on-default);position:relative}.bandol-bateau-contact-form::before{content:"";position:absolute;inset:var(--spacing-lg) auto auto 0;width:clamp(5rem,12vw,10rem);height:0.35rem;background:linear-gradient(90deg,var(--brand-primary),var(--brand-accent));border-radius:var(--border-radius-full);opacity:0.9}.bandol-bateau-contact-form__shell{max-width:var(--container-max-width);margin:0 auto;padding-inline:var(--container-padding-x)}.bandol-bateau-contact-form__frame{display:grid;gap:var(--spacing-xl);align-items:start;padding:clamp(var(--spacing-lg),3vw,var(--spacing-xl));background:var(--bg-surface-high);border:1px solid var(--border-color-default);border-radius:var(--border-radius-xl);box-shadow:var(--shadow-md);position:relative;overflow:clip}.bandol-bateau-contact-form__frame::after{content:"";position:absolute;right:0;top:0;width:clamp(4rem,9vw,7rem);height:clamp(4rem,9vw,7rem);background:linear-gradient(135deg,rgba(200,100,75,0.16),rgba(22,59,91,0.06));clip-path:polygon(100% 0,0 0,100% 100%);pointer-events:none}.bandol-bateau-contact-form__content{display:grid;gap:var(--spacing-lg)}.bandol-bateau-contact-form__title{max-width:16ch}.bandol-bateau-contact-form__reassurance{display:flex;align-items:center}.bandol-bateau-contact-form__form-wrap{border-top:1px solid var(--border-color-subtle);padding-top:var(--spacing-xl)}.bandol-bateau-contact-form__form-wrap>*{width:100%}.bandol-bateau-contact-form [name="website"]{position:absolute;left:-9999px;height:0;width:0;overflow:hidden}@media (min-width:48rem){.bandol-bateau-contact-form__frame{padding:clamp(var(--spacing-xl),4vw,calc(var(--spacing-xl) * 1.25))}}@media (prefers-reduced-motion:no-preference){.bandol-bateau-contact-form__frame,.bandol-bateau-contact-form::before{transition:transform var(--transition-normal),box-shadow var(--transition-normal),opacity var(--transition-normal)}.bandol-bateau-contact-form__frame:hover{transform:translateY(calc(var(--spacing-xs) * -1));box-shadow:var(--shadow-lg)}.bandol-bateau-contact-form__frame:active{transform:translateY(0)}}.bandol-bateau-contact-form__frame:focus-within{border-color:var(--border-color-strong);box-shadow:0 0 0 3px rgba(22,59,91,0.14),var(--shadow-md)}