:root {
    --op-ivory: #f5f1e9;
    --op-paper: #fffdf9;
    --op-red: #8e2930;
    --op-red-dark: #731f25;
    --op-gold: #d7a332;
    --op-light-text: #f1eade;
    --op-charcoal: #302c28;
    --op-muted: #645d56;
    --op-sage: #738174;
    --op-line: rgba(48, 44, 40, .18);
    --op-header: 124px;
    --op-container: 1800px;
    --op-gutter: clamp(24px, 5vw, 88px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body.page-zyma {
    margin: 0;
    overflow-x: hidden;
    background: var(--op-ivory);
    color: var(--op-charcoal);
    font-family: "Ubuntu", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.65;
}
body.page-zyma h1,
body.page-zyma h2,
body.page-zyma h3,
body.page-zyma h4,
body.page-zyma h5,
body.page-zyma h6 { margin: 0 0 .45em; color: var(--op-charcoal); font-family: "Ubuntu", Arial, sans-serif !important; font-weight: 400; line-height: 1.05; }
body.page-zyma .op-title,
body.page-zyma .op-closing h2,
body.page-zyma .legal-article h1 { font-weight: 300; }
body.page-zyma :is(h1, h2, h3, h4, h5, h6) .editable-field { font-family: inherit !important; }
body.page-zyma p { margin: 0; }
body.page-zyma a { color: inherit; }
body.page-zyma img { display: block; max-width: 100%; }
.op-container { width: min(100% - (2 * var(--op-gutter)), var(--op-container)); margin-inline: auto; }
.op-section { position: relative; padding: clamp(92px, 10vw, 170px) 0; }
.op-title { max-width: 900px; font-size: clamp(2.25rem, 4.4vw, 5.15rem); font-weight: 300; letter-spacing: 0; text-wrap: balance; }
.op-title--light { color: var(--op-light-text) !important; }
.op-eyebrow { display: flex; gap: 14px; align-items: center; margin-bottom: 22px !important; color: var(--op-red); font-size: .75rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.op-eyebrow::before { width: 38px; height: 2px; background: currentColor; content: ""; }
.op-eyebrow--light { color: var(--op-paper); }
.op-eyebrow--gold { color: var(--op-gold); }
.op-section-intro, .op-lead { max-width: 680px; color: var(--op-muted); font-size: clamp(1.05rem, 1.35vw, 1.35rem); line-height: 1.55; }
.op-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.op-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 27px; border: 1px solid transparent; text-decoration: none; transition: background .25s, color .25s, border-color .25s, transform .25s; }
body.page-zyma .op-button { font-size: 1.1875rem; font-weight: 400; }
.op-button:hover { transform: translateY(-2px); }
.op-button--gold { background: var(--op-gold); color: #261d0c !important; }
.op-button--gold:hover { background: #e5b748; }
.op-button--red { background: var(--op-red); color: var(--op-light-text) !important; }
.op-button--red:hover { background: var(--op-red-dark); }
.op-text-link { position: relative; padding: 8px 0; text-decoration: none; }
body.page-zyma .op-text-link { font-size: 1.1875rem; font-weight: 400; }
.op-text-link::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; background: var(--op-red); content: ""; transform: translate3d(0,0,0); transition: transform .28s cubic-bezier(.16,1,.3,1); }
.op-text-link:hover::after,
.op-text-link:focus-visible::after { transform: translate3d(0,2px,0); }
.op-text-link--light { color: var(--op-light-text) !important; }
body.page-zyma :where(.op-richtext, .legal-article, .zyma-footer, .op-map__consent) a:not(.op-button) { text-decoration-line: underline; text-decoration-color: var(--op-red); text-decoration-thickness: 1px; text-underline-offset: 3px; transition: color .25s ease, text-underline-offset .28s cubic-bezier(.16,1,.3,1); }
body.page-zyma :where(.op-richtext, .legal-article, .zyma-footer, .op-map__consent) a:not(.op-button):hover,
body.page-zyma :where(.op-richtext, .legal-article, .zyma-footer, .op-map__consent) a:not(.op-button):focus-visible { color: var(--op-red); text-underline-offset: 5px; }
.op-center { display: flex; justify-content: center; margin-top: 58px; }
.op-richtext p + p { margin-top: 1em; }

/* Header */
.site-header { position: fixed; z-index: 1000; top: 0; right: 0; left: 0; height: var(--op-header); border-bottom: 1px solid rgba(142,41,48,.06); background: transparent; -webkit-backdrop-filter: blur(18px) saturate(1.06); backdrop-filter: blur(18px) saturate(1.06); transform: translate3d(0,0,0); transition: height .35s ease, transform .35s ease, border-color .35s ease, background-color .35s ease; }
.header-inner { width: min(calc(100% - 144px), var(--op-container)); max-width: var(--op-container); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.site-logo { position: relative; top: 0; left: 0; display: flex; flex: 0 0 245px; align-items: center; width: 245px !important; max-width: 245px !important; height: 90px; margin-left: 0; overflow: visible !important; text-decoration: none; transform: scale(.85); transform-origin: left center; }
.site-logo::after { display: none; }
.site-logo-picture { display: contents; }
.site-logo-img { width: 100% !important; height: 100% !important; object-fit: contain; object-position: left center; }
.site-logo-img--dark { display: none; }
.nav-main { display: flex; align-items: center; gap: 20px; }
.page-zyma-onepage:not(.page-subpage) .nav-main { transform: none; }
.nav-list { display: flex; align-items: center; gap: clamp(54px, 5.4vw, 90px); margin: 0; padding: 0; list-style: none; }
.nav-list a { position: relative; display: block; padding: 13px 0; color: var(--op-charcoal); font-size: 1.125rem; font-weight: 300; text-decoration: none; }
.nav-list a::after { position: absolute; bottom: 6px; left: 50%; width: 100%; height: 2px; background: var(--op-red); content: ""; transform: translateX(-50%) scaleX(0); transition: transform .28s ease; }
.nav-list a:hover::after, .nav-list a.active::after { transform: translateX(-50%) scaleX(1); }
.nav-list a:hover, .nav-list a:focus-visible, .nav-list a.active { color: var(--op-red) !important; border-radius: 0; background: transparent !important; }
.nav-list a.active { color: var(--op-red); }
.theme-toggle, .mobile-theme-toggle { display: none !important; }
.site-header.header-scrolled { border-bottom-color: rgba(48,44,40,.1); background: transparent; box-shadow: none; }
.site-header.header-outside-hero { background: rgba(246,240,230,.88); }
.zyma-motion-ready .site-header.header-hidden { transform: translate3d(0,-100%,0); }
.hamburger { display: none; width: 42px; height: 42px; border: 0; background: transparent; }
.hamburger span { display: block; width: 26px; height: 2px; margin: 6px auto; background: var(--op-charcoal); transition: transform .25s, opacity .25s; }
.mobile-nav-overlay { display: none; }
.skip-link { position: fixed; z-index: 2000; top: -80px; left: 20px; padding: 12px 18px; background: #fff; color: #000; }
.skip-link:focus { top: 20px; }

/* Hero */
.op-hero { position: relative; min-height: min(940px, 100svh); display: grid; align-items: end; overflow: hidden; padding: var(--op-header) 0 clamp(93px, 9.8vh, 110px); color: var(--op-charcoal); background: var(--op-ivory); }
.op-hero__media, .op-hero__shade { position: absolute; inset: 0; }
.op-hero__image { width: 100%; height: 100%; object-fit: cover; object-position: center center; filter: saturate(.9) brightness(1.05); }
.op-hero__shade { background: linear-gradient(90deg, rgba(245,241,233,.96) 0%, rgba(245,241,233,.96) 12%, rgba(245,241,233,.88) 30%, rgba(245,241,233,.68) 45%, rgba(245,241,233,.38) 60%, rgba(245,241,233,.12) 74%, rgba(245,241,233,0) 84%); }
.op-hero__inner { position: relative; z-index: 1; width: min(calc(100% - 190px), var(--op-container)); }
.op-hero__title { max-width: 760px; margin-bottom: 22px !important; color: #a42b2f !important; font-size: clamp(3rem, 4.75vw, 5rem); font-weight: 300 !important; letter-spacing: -.025em; line-height: 1.05; }
.op-hero__title > span { display: block; }
.op-hero__subtitle { margin-bottom: 10px !important; color: var(--op-charcoal); font-size: clamp(1.05rem, 1.35vw, 1.35rem); font-weight: 400; line-height: 1.4; }
.op-hero__audience { max-width: 760px; margin-bottom: 38px !important; color: var(--op-charcoal); font-size: clamp(1rem, 1.15vw, 1.18rem); line-height: 1.55; }
.op-hero__primary { min-width: 298px; min-height: 74px; justify-content: center; padding-inline: 38px; background: #a72128; font-size: 1rem; text-align: center; }
.op-hero__secondary { color: var(--op-red) !important; font-size: 1rem; }
.op-hero .op-actions { gap: 60px; }
.op-hero__secondary::after { transform: scaleX(1); }
.op-scroll-cue { display: none; }
.op-scroll-cue span { width: 1px; height: 44px; background: var(--op-gold); }

/* Person */
.op-person { overflow: hidden; padding: clamp(72px, 6.5vw, 112px) 0 clamp(84px, 7vw, 126px); background: var(--op-ivory); }
.op-person__grid { display: grid; grid-template-areas: "eyebrow eyebrow" "portrait copy" "portrait companions"; grid-template-columns: minmax(320px, .78fr) minmax(560px, 1.22fr); gap: clamp(34px, 3vw, 52px) clamp(46px, 5vw, 88px); align-items: start; }
.op-person__eyebrow { grid-area: eyebrow; display: grid; grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr); gap: clamp(22px, 3vw, 46px); align-items: center; margin: 0 0 clamp(16px, 2.1vw, 34px) !important; color: var(--op-gold); font-size: clamp(.78rem, .85vw, .95rem); letter-spacing: .22em; text-align: center; }
.op-person__eyebrow::before,
.op-person__eyebrow::after { width: 100%; height: 1px; background: currentColor; content: ""; }
.op-person__copy { grid-area: copy; min-width: 0; padding: 0; }
.op-person__name { max-width: 1100px; margin-bottom: clamp(30px, 3.2vw, 54px) !important; color: var(--op-red) !important; font-size: clamp(3rem, 4.6vw, 5.25rem); font-weight: 300 !important; letter-spacing: -.02em; line-height: 1.02 !important; text-wrap: balance; }
.op-qualifications { display: block; margin: 0; padding: 0; column-count: 2; column-gap: clamp(34px, 4vw, 70px); list-style: none; }
.op-qualifications li { position: relative; min-width: 0; margin: 0 0 12px; padding: 0 0 0 30px; break-inside: avoid; color: var(--op-charcoal); font-size: clamp(1rem, 1.18vw, 1.3rem); line-height: 1.42; }
.op-qualifications li::before { position: absolute; top: .7em; left: 0; color: var(--op-gold); font-size: .72rem; line-height: 1; content: "◆"; transform: translateY(-50%); }
.op-qualifications li:nth-child(3),
.op-qualifications li:nth-child(5) { margin-bottom: 0; }
.op-person__portrait { position: relative; z-index: 1; grid-area: portrait; align-self: start; width: min(100%, 480px); margin-top: 0; aspect-ratio: 965 / 1200; isolation: isolate; }
.op-person__portrait::before { position: absolute; z-index: -1; bottom: clamp(-46px, -3vw, -28px); left: clamp(-62px, -3.5vw, -34px); width: 79%; height: 88%; background: var(--op-red-dark); content: ""; }
.op-person__portrait::after { position: absolute; z-index: 2; right: 18%; bottom: clamp(-28px, -1.8vw, -16px); left: clamp(-62px, -3.5vw, -34px); height: 1px; background: var(--op-gold); content: ""; }
.op-person__image { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.op-companions { position: relative; z-index: 2; grid-area: companions; width: calc(100% + clamp(90px, 8vw, 145px)); max-width: 940px; margin: 0 0 0 clamp(-145px, -8vw, -90px); padding: clamp(22px, 2vw, 34px) 0 0; border-top: 1px solid var(--op-gold); }
.op-pets,
.op-pets--single { display: block; }
.op-pet { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: clamp(24px, 2.6vw, 44px); align-items: center; min-width: 0; background: transparent; }
.op-pet__media { position: relative; overflow: hidden; aspect-ratio: 3 / 2; background: var(--op-light-text); }
.op-pet--primary .op-pet__media { height: auto; aspect-ratio: 3 / 2; }
.op-pet__image,
.op-pet--primary .op-pet__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.op-pet__details { min-width: 0; }
.op-pet__heading { position: static; max-width: none; padding: 0; }
.op-pet__heading h3 { margin: 0 0 clamp(22px, 2vw, 34px) !important; color: var(--op-red) !important; font-size: clamp(1.65rem, 2vw, 2.25rem); font-weight: 300; line-height: 1.18; white-space: pre-line; }
.op-pet__heading h3::first-line { font-size: .5em; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.op-pet__heading::after { display: block; width: 44px; height: 1px; margin: calc(clamp(22px, 2vw, 34px) * -0.5) 0 clamp(22px, 2vw, 34px); background: var(--op-gold); content: ""; }
.op-pet__copy { padding: 0; text-align: left; }
.op-pet__copy p { max-width: 330px; color: var(--op-charcoal); font-size: clamp(.94rem, 1.02vw, 1.08rem); line-height: 1.6; }
.op-section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 18px; }
.op-section-head h3 { color: var(--op-red) !important; font-size: clamp(1.35rem, 1.8vw, 1.8rem); letter-spacing: 0; }

/* Haltung */
.op-attitude { padding: 0; background: linear-gradient(90deg, var(--op-red-dark) 0 50%, var(--op-ivory) 50%); }
.op-attitude__stage { position: relative; display: grid; grid-template-columns: 1fr 1fr; width: 100%; max-width: var(--op-container); min-height: 990px; margin-inline: auto; }
.op-attitude__copy { padding: 115px clamp(72px, 7vw, 120px) 80px; color: var(--op-light-text); }
.op-attitude__copy > .op-eyebrow { margin-bottom: 62px !important; }
.op-quote { max-width: 650px; margin: 0 0 60px; padding: 0; border: 0; color: var(--op-light-text); font-size: clamp(2.45rem, 3.15vw, 3.55rem); font-weight: 300; line-height: 1.18; }
.op-richtext--light { display: none; }
.op-principles { display: grid; gap: 32px; max-width: 330px; }
.op-principle { position: relative; padding-left: 38px; }
.op-principle::before { position: absolute; top: 4px; bottom: 4px; left: 0; width: 2px; background: var(--op-gold); content: ""; }
.op-principle h3 { margin-bottom: 14px !important; color: var(--op-light-text) !important; font-size: clamp(1.4rem, 1.9vw, 2rem); font-weight: 400; }
.op-principle p { color: color-mix(in srgb, var(--op-light-text) 90%, transparent); font-size: 1rem; line-height: 1.58; }
.op-attitude__right { position: relative; padding: 78px clamp(70px, 7vw, 118px) 90px; }
.op-attitude__visual { position: relative; z-index: 3; width: min(100%, 465px); height: 385px; margin-left: auto; }
.op-attitude__image { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.op-attitude__visual .op-attitude__mobile-art { display: none; }
.op-humanistic { width: min(100%, 375px); margin: 72px 0 0 auto; padding-left: 0; }
.op-humanistic h3 { margin-bottom: 0; color: var(--op-red) !important; font-size: clamp(1.35rem, 1.7vw, 1.75rem); }
.op-humanistic h3::after { display: block; width: 35px; height: 2px; margin: 14px 0 24px; background: var(--op-gold); content: ""; }
.op-humanistic .op-richtext { color: var(--op-charcoal); font-size: 1rem; line-height: 1.62; }
.op-humanistic__landscape { position: absolute; z-index: 2; bottom: 35px; left: 30%; width: 36%; height: 440px; }
.op-humanistic__image { width: 100%; height: 100%; object-fit: cover; }

/* Approach */
.op-approach { padding: 0; background: #f6f0e6; }
.op-approach__layout { display: grid; grid-template-columns: 46% 54%; width: 100%; max-width: var(--op-container); min-height: 930px; margin-inline: auto; background: #f6f0e6; }
.op-approach__visual { position: relative; min-height: 930px; overflow: hidden; }
.op-approach__visual::before,
.op-approach__visual::after { position: absolute; z-index: 1; inset: 0; pointer-events: none; content: ""; }
.op-approach__visual::before { background: rgba(246,240,230,.14); }
.op-approach__visual::after { background: linear-gradient(90deg, rgba(246,240,230,0) 32%, rgba(246,240,230,.2) 58%, rgba(246,240,230,.74) 84%, #f6f0e6 100%); }
.op-approach__image { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.78) sepia(.06) brightness(1.04); }
.op-approach__content { min-width: 0; padding: clamp(70px, 7vw, 118px) clamp(60px, 6vw, 105px) 70px clamp(40px, 4.5vw, 74px); }
.op-approach__head { margin-bottom: 34px; }
.op-approach__head .op-title { max-width: 680px; color: var(--op-red); font-size: clamp(3rem, 4.5vw, 4.8rem); font-weight: 300; line-height: 1.04; }
.op-approach__list { margin: 0; padding: 0; list-style: none; counter-reset: none; }
.op-approach__list li { display: grid; grid-template-columns: 54px 1fr; gap: 24px; padding: 25px 0; border-top: 1px solid var(--op-line); }
.op-approach__list li:last-child { border-bottom: 1px solid var(--op-line); }
.op-approach__marker { color: var(--op-red); font-size: .72rem; font-weight: 500; letter-spacing: .12em; }
.op-approach__list p { color: var(--op-charcoal); font-size: 1.05rem; line-height: 1.62; }
.op-approach__list strong { color: var(--op-red); font-weight: 500; }

/* Offer */
.op-offer { padding: 0; background: var(--op-ivory); }
.op-offer__layout { display: grid; grid-template-columns: minmax(0, 2.25fr) minmax(330px, 1fr); width: 100%; max-width: var(--op-container); margin-inline: auto; }
.op-offer__content { min-width: 0; padding: clamp(70px, 7vw, 118px) clamp(52px, 5.5vw, 92px); }
.op-offer__image-wrap { position: relative; min-height: 950px; overflow: hidden; }
.op-offer__image-wrap::before,
.op-offer__image-wrap::after { position: absolute; z-index: 1; inset: 0; pointer-events: none; content: ""; }
.op-offer__image-wrap::before { background: rgba(246,240,230,.13); }
.op-offer__image-wrap::after { background: linear-gradient(90deg, #f6f0e6 0%, rgba(246,240,230,.84) 13%, rgba(246,240,230,.36) 29%, rgba(246,240,230,0) 46%); }
.op-offer__image { display: block; width: 100%; height: 100%; min-height: 950px; object-fit: cover; object-position: 52% center; }
.op-section-head--wide { display: block; margin-bottom: 40px; }
.op-offer .op-title { margin-bottom: 18px; color: var(--op-red); font-size: clamp(3.3rem, 5vw, 5.6rem); font-weight: 300; letter-spacing: 0; }
.op-section-head--wide .op-section-intro { width: min(100%, 620px); padding: 0; color: var(--op-charcoal); }
.op-offer__groups { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--op-red); border-bottom: 1px solid var(--op-red); }
.op-offer-card { min-height: 285px; padding: 28px 28px 34px 0; background: transparent; }
.op-offer-card + .op-offer-card { padding-left: 28px; border-left: 1px solid var(--op-red); }
.op-card-index { display: none; }
.op-offer-card h3 { margin-bottom: 26px !important; color: var(--op-red) !important; font-size: clamp(1rem, 1.35vw, 1.32rem); }
.op-offer-card h3::after { display: none; }
.op-offer-card ul { margin: 0; padding: 0; list-style: none; }
.op-offer-card li { position: relative; padding: 5px 0 5px 22px; font-size: 1rem; line-height: 1.55; -webkit-hyphens: auto; hyphens: auto; }
.op-offer-card li::before,
.op-accordion__panel li::before { position: absolute; width: auto; height: auto; background: none; color: var(--op-gold); line-height: 1; content: "◆"; }
.op-offer-card li::before { top: calc(5px + .8rem); left: 8px; font-size: .8rem; transform: translateY(-50%); }
.op-accordion__panel li::before { top: 1.28em; left: 2px; font-size: .48rem; }
.op-practical { display: grid; grid-template-columns: repeat(3, 1fr) .8fr; margin-top: 0; border-bottom: 1px solid var(--op-red); }
.op-practical__item { min-width: 0; padding: 26px 26px 30px 0; background: transparent; }
.op-practical__item + .op-practical__item, .op-practical__cta { padding-left: 26px; border-left: 1px solid var(--op-red); }
.op-practical__item h3 { margin-bottom: 22px !important; color: var(--op-red) !important; font-size: .9rem; }
.op-practical__item p { color: var(--op-charcoal); font-size: .9rem; line-height: 1.6; }
.op-practical__cta { display: flex; align-items: center; justify-content: center; }
.op-practical__cta .op-button { min-width: 100%; min-height: 52px; justify-content: space-between; gap: 20px; padding: 12px 20px; font-size: .82rem; }
.op-practical__cta .op-button::after { font-size: 1.25em; font-weight: 300; line-height: 1; content: "→"; }

/* Support */
.op-support { padding: 0; background: #f6f0e6; }
.op-support__layout { display: grid; grid-template-columns: 48% 52%; width: 100%; max-width: var(--op-container); min-height: 930px; margin-inline: auto; background: #f6f0e6; }
.op-support__visual { position: relative; min-height: 930px; overflow: hidden; }
.op-support__visual::before,
.op-support__visual::after { position: absolute; z-index: 1; inset: 0; pointer-events: none; content: ""; }
.op-support__visual::before { background: rgba(246,240,230,.13); }
.op-support__visual::after { background: linear-gradient(90deg, rgba(246,240,230,0) 34%, rgba(246,240,230,.2) 56%, rgba(246,240,230,.72) 82%, #f6f0e6 100%); }
.op-support__image { width: 100%; height: 100%; object-fit: cover; filter: saturate(.74) sepia(.08) brightness(1.06); }
.op-support__content { padding: clamp(70px, 7vw, 118px) clamp(60px, 6vw, 105px) 60px clamp(38px, 4vw, 68px); }
.op-support__head { margin: 0 0 28px; }
.op-support__head .op-title { margin-bottom: 10px; color: var(--op-red); font-size: clamp(3.4rem, 5vw, 5.5rem); font-weight: 300; letter-spacing: 0; }
.op-support__statement { margin-bottom: 8px !important; color: var(--op-charcoal); font-size: 1.03rem; }
.op-support__head .op-section-intro { font-size: 1rem; line-height: 1.58; }
.op-accordion { border-top: 1px solid var(--op-charcoal); }
.op-accordion__item { border-bottom: 1px solid var(--op-line); }
.op-accordion__item h3 { margin: 0; }
.op-accordion__trigger { width: 100%; display: grid; grid-template-columns: 78px 1fr 38px; gap: 18px; align-items: start; padding: 22px 0; border: 0; background: transparent; color: var(--op-charcoal); text-align: left; cursor: pointer; font: inherit; }
.op-accordion__index { color: var(--op-red); font-size: clamp(2.2rem, 3.2vw, 3.5rem); font-weight: 300; letter-spacing: -.04em; line-height: 1; }
.op-accordion__label { display: block; padding-left: 20px; border-left: 1px solid var(--op-gold); color: var(--op-red); font-size: clamp(1rem, 1.35vw, 1.3rem); font-weight: 400; line-height: 1.18; }
.op-accordion__label small { display: block; max-width: 520px; margin-top: 6px; color: var(--op-charcoal); font-size: .92rem; font-weight: 300; line-height: 1.48; }
.op-accordion__icon { position: relative; width: 24px; height: 24px; justify-self: end; color: var(--op-red); }
.op-accordion__icon::before, .op-accordion__icon::after { position: absolute; top: 11px; left: 2px; width: 20px; height: 1px; background: currentColor; content: ""; transition: transform .25s; }
.op-accordion__icon::after { transform: rotate(90deg); }
.is-open .op-accordion__icon::after { transform: rotate(0); }
.op-accordion__panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; margin-left: 96px; padding: 18px 24px 24px; border-left: 2px solid var(--op-gold); background: rgba(238,232,223,.65); }
.op-accordion__panel[hidden] { display: none; }
.op-accordion__intro { color: var(--op-muted); font-size: .95rem; line-height: 1.58; }
.op-accordion__panel ul { margin: 0; padding: 0; list-style: none; }
.op-accordion__panel li { position: relative; padding: 4px 0 4px 24px; font-size: .9rem; line-height: 1.52; }
.op-support__closing { margin: 22px 0 0 !important; padding-left: 28px; border-left: 2px solid var(--op-gold); color: var(--op-charcoal); font-size: 1rem; font-weight: 400; line-height: 1.4; text-align: left; }

/* Contact and closing */
.op-contact { display: block; min-height: 0; padding: 0; overflow: hidden; background: rgba(238, 232, 223, .65); color: var(--op-charcoal); }
.op-contact__grid { display: grid; grid-template-columns: 55% 45%; width: 100%; max-width: var(--op-container); margin-inline: auto; padding: 25px; background: transparent; }
.op-contact__card { padding: clamp(70px, 7vw, 118px) clamp(68px, 7vw, 115px); border-left: 0; background: transparent; }
.op-contact__card .op-title { margin-bottom: 16px; color: var(--op-red); font-size: clamp(3.2rem, 4.8vw, 5rem); font-weight: 300; letter-spacing: 0; }
.op-contact__statement { max-width: 520px; color: var(--op-charcoal); font-size: 1.15rem; line-height: 1.42; }
.op-contact__intro { color: var(--op-charcoal); font-size: 1.15rem; }
.op-contact__details { display: flex; flex-direction: column; gap: 22px; margin: 42px 0; color: var(--op-red); font-style: normal; }
.op-contact__detail { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 18px; align-items: center; color: var(--op-red) !important; font-size: clamp(1.1rem, 1.65vw, 1.65rem); line-height: 1.25; text-decoration: none; }
a.op-contact__detail { transition: transform .25s cubic-bezier(.16,1,.3,1); }
a.op-contact__detail:hover,
a.op-contact__detail:focus-visible { transform: translate3d(0,-2px,0); }
a.op-contact__detail:active { transform: translate3d(0,0,0); }
.op-contact__icon { display: inline-flex; width: 25px; height: 25px; align-items: center; justify-content: center; color: var(--op-gold); }
.op-contact__icon svg { width: 100%; height: 100%; stroke-width: 1.65; }
.op-contact .op-text-link { display: inline-flex; min-width: 218px; min-height: 59px; padding: 13px 27px; align-items: center; justify-content: center; border: 1px solid var(--op-red); color: var(--op-red) !important; text-align: center; transition: background-color .2s ease, color .2s ease; }
.op-contact .op-text-link::after { display: none; }
.op-contact .op-text-link:hover,
.op-contact .op-text-link:focus-visible { background: var(--op-red); color: var(--op-light-text) !important; }
.op-map { position: relative; min-height: 590px; margin: 0; overflow: hidden; border: 1px solid var(--op-gold); background: #e9e2d7; }
.op-map__placeholder { position: absolute; inset: 0; overflow: hidden; }
.op-map__placeholder-image { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(.5) sepia(.18) opacity(.84); }
.op-map__consent { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; gap: 10px; align-items: center; padding: 90px 24px 28px; background: linear-gradient(180deg, rgba(245,241,233,0), rgba(245,241,233,.88) 54%, rgba(245,241,233,.97) 100%); text-align: center; }
.op-map__button { min-width: 240px; cursor: pointer; font-family: inherit; }
.op-map__button:active { transform: translateY(0) scale(.98); }
.op-map__consent p { max-width: 420px; color: var(--op-charcoal); font-size: .78rem; line-height: 1.45; }
.op-map__consent a { color: var(--op-red) !important; text-decoration: underline; text-underline-offset: 2px; }
.op-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 590px; border: 0; filter: grayscale(.8) sepia(.22) opacity(.78); }
@media (hover: hover) and (pointer: fine) {
    .op-map__consent { opacity: 0; transform: translate3d(0, 12px, 0); transition: opacity .3s cubic-bezier(.16,1,.3,1), transform .3s cubic-bezier(.16,1,.3,1); }
    .op-map:hover .op-map__consent,
    .op-map:focus-within .op-map__consent { opacity: 1; transform: translate3d(0,0,0); }
}
.op-contact__backdrop { height: clamp(180px, 21vw, 260px); }
.op-contact__backdrop-image { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.op-closing { position: relative; padding: clamp(110px, 11vw, 185px) 0; overflow: hidden; background: var(--op-red); }
.op-closing::before { position: absolute; top: 50%; right: clamp(34px, 7vw, 120px); color: rgba(241, 234, 222, .06); font-size: clamp(15rem, 25vw, 27rem); font-weight: 300; letter-spacing: -.1em; line-height: .7; content: "01"; pointer-events: none; transform: translateY(-52%); }
.op-closing::after { position: absolute; top: 15%; right: 32%; bottom: 15%; width: 1px; background: rgba(215, 163, 50, .42); content: ""; pointer-events: none; }
.op-closing__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 320px); gap: clamp(70px, 8vw, 140px); align-items: end; }
.op-closing__inner > div { max-width: 930px; padding-left: clamp(24px, 3vw, 46px); border-left: 1px solid var(--op-gold); }
.op-closing h2 { max-width: 1050px; margin-bottom: 42px !important; color: var(--op-light-text) !important; font-size: clamp(4rem, 5.6vw, 5.3125rem); font-weight: 300; letter-spacing: 0; line-height: 1.02; }
.op-closing p { max-width: 830px; color: color-mix(in srgb, var(--op-light-text) 82%, transparent); font-size: clamp(1.25rem, 2vw, 2rem); line-height: 1.45; }
.op-closing .op-button { width: 100%; min-width: 250px; min-height: 76px; margin: 0 0 8px; font-size: 1.05rem; }
.op-closing .op-button--red { border-color: var(--op-gold); background: transparent; }
.op-closing .op-button--red:hover { background: var(--op-gold); color: var(--op-charcoal) !important; }

/* Footer */
.zyma-footer { color: var(--op-charcoal); background: var(--op-ivory); }
.zyma-footer__grid { width: min(100% - (2 * var(--op-gutter)), var(--op-container)); margin-inline: auto; display: grid; grid-template-columns: .85fr 1fr 1fr 1.35fr; gap: 0; padding: 72px 0 58px; }
.zyma-footer__grid > section { padding: 0 clamp(24px, 3vw, 48px); border-left: 1px solid var(--op-gold); }
.zyma-footer__grid > section:first-child { padding-left: 0; border-left: 0; }
.zyma-footer__logo { display: block; width: min(100%, 255px); margin-bottom: 28px; }
.zyma-footer__logo img { width: 100%; }
.zyma-footer__tagline { max-width: 310px; margin-bottom: 24px !important; color: var(--op-charcoal); font-weight: 500; line-height: 1.4; }
.zyma-footer__contact { color: var(--op-muted); font-size: .92rem; font-style: normal; }
.zyma-footer__contact a { color: var(--op-red); text-decoration: none; }
.zyma-footer__links h2 { margin-bottom: 16px !important; color: var(--op-charcoal) !important; font-size: .92rem; letter-spacing: 0; text-transform: none; }
.zyma-footer__links ul { margin: 0; padding: 0; list-style: none; }
.zyma-footer__links li { position: relative; padding: 2px 0; }
.zyma-footer__links li::before { display: none; }
.zyma-footer__links a { color: var(--op-muted); text-decoration: none; font-size: .88rem; }
.zyma-footer__links a:hover { color: var(--op-red); }
.zyma-footer__bottom { min-height: 76px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 25px; padding: 16px max(var(--op-gutter), calc((100vw - var(--op-container))/2 + var(--op-gutter))); border-top: 1px solid var(--op-gold); background: var(--op-ivory); font-size: .72rem; }
.footer-credit { justify-self: center; color: var(--op-muted); font-size: .72rem; font-weight: 300; text-align: center; }
.footer-credit a { color: var(--op-charcoal); font-weight: 400; text-decoration: none; }
.footer__legal { justify-self: end; display: flex; gap: 24px; margin: 0; padding: 0; list-style: none; }
.footer__legal a { color: var(--op-charcoal); font-weight: 400; text-decoration: none; }
.zyma-footer__bottom a:hover,
.zyma-footer__bottom a:focus-visible { color: var(--op-red); }
.zyma-footer__copyright { color: var(--op-muted); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

/* Legal pages */
.page-zyma-legal .legal-main { padding-top: var(--op-header); background: var(--op-paper); }
.legal-hero { height: clamp(280px, 31vw, 500px); }
.legal-hero img { width: 100%; height: 100%; object-fit: cover; }
.legal-article { width: min(calc(100% - 2 * var(--op-gutter)), 980px); margin: -95px auto 120px; position: relative; padding: clamp(45px, 7vw, 95px); background: var(--op-paper); border-top: 3px solid var(--op-red); }
.legal-article h1 { margin-bottom: 55px; color: var(--op-red) !important; font-size: clamp(2.5rem, 5vw, 5rem); letter-spacing: -.05em; }
.legal-article h2 { margin: 55px 0 20px; color: var(--op-red) !important; font-size: clamp(1.4rem, 2.3vw, 2rem); }
.legal-article h3,
.legal-article h4 { color: var(--op-red) !important; }
.legal-article p { margin-bottom: 20px !important; color: var(--op-muted); }
.legal-article a { color: var(--op-red); }

/* Motion */
.zyma-motion-ready .op-reveal { --reveal-x: 0; --reveal-y: 18px; --reveal-scale: 1; --reveal-blur: 0; opacity: 0; filter: blur(var(--reveal-blur)); transform: translate3d(var(--reveal-x),var(--reveal-y),0) scale(var(--reveal-scale)); transition: opacity .72s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms), transform .9s cubic-bezier(.16,1,.3,1) var(--reveal-delay,0ms), filter .72s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms); }
.zyma-motion-ready .op-reveal[data-reveal="heading"] { --reveal-x: -18px; --reveal-y: 0; }
.zyma-motion-ready .op-reveal[data-reveal="soft-left"] { --reveal-x: -22px; --reveal-y: 8px; }
.zyma-motion-ready .op-reveal[data-reveal="soft-right"] { --reveal-x: 22px; --reveal-y: 8px; }
.zyma-motion-ready .op-reveal[data-reveal="media-left"] { --reveal-x: -34px; --reveal-y: 0; --reveal-scale: 1.018; --reveal-blur: 3px; }
.zyma-motion-ready .op-reveal[data-reveal="media-right"] { --reveal-x: 34px; --reveal-y: 0; --reveal-scale: 1.018; --reveal-blur: 3px; }
.zyma-motion-ready .op-reveal[data-reveal="scale"] { --reveal-y: 0; --reveal-scale: .985; }
.zyma-motion-ready .op-reveal.is-visible { opacity: 1; filter: blur(0); transform: translate3d(0,0,0) scale(1); }
.zyma-motion-ready .op-line-reveal { position: relative; border-top-color: transparent !important; border-bottom-color: transparent !important; }
.zyma-motion-ready .op-line-reveal::before,
.zyma-motion-ready .op-line-reveal::after { position: absolute; z-index: 2; right: 0; left: 0; height: 1px; background: var(--line-color, var(--op-line)); content: ""; pointer-events: none; transform: scaleX(0); transform-origin: left center; transition: transform .82s cubic-bezier(.16,1,.3,1) var(--line-delay,360ms); }
.zyma-motion-ready .op-line-reveal::before { top: -1px; }
.zyma-motion-ready .op-line-reveal::after { bottom: -1px; }
.zyma-motion-ready .op-line-reveal:not(.op-line--top):not(.op-line--both)::before,
.zyma-motion-ready .op-line-reveal:not(.op-line--bottom):not(.op-line--both)::after { display: none; }
.zyma-motion-ready .op-line-reveal.is-line-visible::before,
.zyma-motion-ready .op-line-reveal.is-line-visible::after { transform: scaleX(1); }
.zyma-motion-ready .op-companions.op-line-reveal { --line-color: var(--op-gold); }
.zyma-motion-ready .op-offer__groups.op-line-reveal,
.zyma-motion-ready .op-practical.op-line-reveal { --line-color: var(--op-red); }
.zyma-motion-ready .op-accordion.op-line-reveal { --line-color: var(--op-charcoal); }
.zyma-motion-ready .op-approach__list li.op-line-reveal:last-child::after { display: block; }
.zyma-reveal { opacity: 1 !important; transform: none !important; }
.zyma-motion-ready .zyma-footer .zyma-reveal { --footer-reveal-x: 0; opacity: 0 !important; filter: blur(1.5px); transform: translate3d(var(--footer-reveal-x),12px,0) !important; transition: opacity .62s cubic-bezier(.22,1,.36,1) var(--zyma-reveal-delay,0ms), transform .78s cubic-bezier(.16,1,.3,1) var(--zyma-reveal-delay,0ms), filter .62s cubic-bezier(.22,1,.36,1) var(--zyma-reveal-delay,0ms); }
.zyma-motion-ready .zyma-footer__grid > .zyma-reveal:nth-child(1) { --footer-reveal-x: -10px; }
.zyma-motion-ready .zyma-footer__grid > .zyma-reveal:nth-child(2) { --footer-reveal-x: -4px; }
.zyma-motion-ready .zyma-footer__grid > .zyma-reveal:nth-child(3) { --footer-reveal-x: 4px; }
.zyma-motion-ready .zyma-footer__grid > .zyma-reveal:nth-child(4) { --footer-reveal-x: 10px; }
.zyma-motion-ready .zyma-footer .zyma-reveal.is-visible { opacity: 1 !important; filter: blur(0); transform: translate3d(0,0,0) !important; }

@media (min-width: 1801px) {
    .op-contact__grid { padding-block: 80px; }

    .op-approach__visual,
    .op-support__visual {
        --op-edge-bleed: calc((100vw - var(--op-container)) / 2);
        justify-self: start;
        width: calc(100% + var(--op-edge-bleed));
        margin-left: calc(-1 * var(--op-edge-bleed));
    }

    .op-offer__image-wrap {
        --op-edge-bleed: calc((100vw - var(--op-container)) / 2);
        justify-self: start;
        width: calc(100% + var(--op-edge-bleed));
        margin-right: calc(-1 * var(--op-edge-bleed));
    }
}

@media (max-width: 1450px) {
    .op-person__grid { grid-template-areas: "eyebrow eyebrow" "portrait copy" "portrait companions"; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); }
    .op-person__portrait { width: min(100%, 460px); }
}

@media (max-width: 1200px) {
    :root { --op-header: 82px; }
    .header-inner { width: min(calc(100% - 48px), var(--op-container)); }
    .site-logo { top: 0; left: 0; flex-basis: 156px; width: 156px !important; max-width: 156px !important; height: 49px; margin-left: 0; }
    .site-logo::after { display: none; }
    .nav-list { gap: 18px; }
    .nav-list a { font-size: .79rem; }
    .op-person__grid { grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 38px 48px; }
    .op-person__name { font-size: clamp(3rem, 6vw, 4.5rem); }
    .op-pet { grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: 26px; }
    .op-attitude__copy { padding-inline: 56px; }
    .op-attitude__right { padding-inline: 54px; }
    .op-offer__content { padding-inline: 48px; }
    .op-offer__image-wrap, .op-offer__image { min-height: 900px; }
    .op-support__layout, .op-support__visual { min-height: 900px; }
    .op-support__content { padding-right: 46px; }
}

@media (min-width: 1300px) {
    .op-humanistic__landscape { left: 34%; width: 32%; }
    .op-humanistic { width: min(66%, 340px); }
}

@media (min-width: 1025px) and (max-width: 1299px) {
    .op-attitude__stage { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; min-height: 0; }
    .op-attitude__copy { grid-column: 1; grid-row: 1 / 3; }
    .op-attitude__right { grid-column: 2; grid-row: 1; padding-bottom: 42px; }
    .op-humanistic__landscape { position: relative; right: auto; bottom: auto; left: auto; grid-column: 2; grid-row: 2; width: min(calc(100% - 108px), 465px); height: auto; aspect-ratio: 16 / 9; margin: 0 auto 70px; }
}

@media (max-width: 900px) {
    :root { --op-header: 90px; --op-gutter: clamp(20px, 5vw, 44px); }
    .header-inner { width: calc(100% - 48px); padding-block: 8px; }
    .site-logo { flex-basis: 180px; width: 180px !important; max-width: 180px !important; height: 58px; transform: none; }
    .nav-main { display: none; }
    .hamburger { display: block; width: 46px; height: 46px; padding: 7px; cursor: pointer; }
    .hamburger span { width: 30px; height: 3px; margin: 6px auto; border-radius: 2px; }
    .mobile-nav-overlay { position: fixed; z-index: 990; inset: 0; display: flex; align-items: center; justify-content: center; padding: var(--op-header) 24px 24px; background: var(--op-ivory); opacity: 0; pointer-events: none; transition: opacity .25s; }
    .mobile-nav-overlay.active { opacity: 1; pointer-events: auto; }
    .mobile-nav-list { display: grid; gap: clamp(16px, 3.2vh, 30px); margin: 0; padding: 0; list-style: none; text-align: center; }
    .mobile-nav-list a { display: inline-block; padding: 7px 12px; color: var(--op-charcoal) !important; background: transparent !important; font-size: clamp(1.3rem, 4vw, 1.85rem); font-weight: 400; line-height: 1.2; text-decoration: none; }
    .mobile-nav-list a:hover,
    .mobile-nav-list a:focus-visible,
    .mobile-nav-list a.active { color: var(--op-red) !important; }
    .hamburger.active span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
    .hamburger.active span:nth-child(2) { opacity: 0; }
    .hamburger.active span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
    .op-contact__grid { grid-template-columns: 1fr; }
    .op-person__grid { grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr); gap: 34px 32px; }
    .op-person__eyebrow { margin-bottom: 0 !important; }
    .op-qualifications { column-gap: 28px; }
    .op-person__portrait { justify-self: start; width: min(100%, 420px); margin: 6px 0 22px; }
    .op-pet { grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: 20px; }
    .op-pet__heading h3 { font-size: clamp(1.35rem, 3vw, 1.7rem); }
    .op-attitude { background: var(--op-ivory); }
    .op-attitude__stage { grid-template-columns: 1fr; min-height: 0; }
    .op-attitude__copy { padding: 90px var(--op-gutter); background: var(--op-red-dark); }
    .op-attitude__right { padding: 70px var(--op-gutter); }
    .op-attitude__visual { width: min(78%, 520px); margin-left: auto; }
    .op-humanistic { margin-left: 0; }
    .op-humanistic__landscape { position: relative; right: auto; bottom: auto; left: auto; width: calc(100% - 2 * var(--op-gutter)); height: 360px; margin: -20px auto 70px; }
    .op-approach__layout, .op-offer__layout, .op-support__layout { grid-template-columns: 1fr; }
    .op-approach__visual { min-height: 0; height: 460px; }
    .op-approach__visual::after { background: linear-gradient(180deg, rgba(246,240,230,.05) 48%, rgba(246,240,230,.32) 72%, #f6f0e6 100%); }
    .op-approach__content { padding: 65px var(--op-gutter); }
    .op-offer__image-wrap { grid-row: 1; }
    .op-offer__image-wrap, .op-offer__image { min-height: 0; height: 430px; }
    .op-offer__image-wrap::after { background: linear-gradient(180deg, rgba(246,240,230,0) 44%, rgba(246,240,230,.26) 70%, #f6f0e6 100%); }
    .op-offer__content { grid-row: 2; padding-inline: var(--op-gutter); }
    .op-offer__groups { grid-template-columns: 1fr; }
    .op-offer-card + .op-offer-card { padding-left: 0; border-top: 1px solid var(--op-red); border-left: 0; }
    .op-offer-card { min-height: 0; }
    .op-practical { grid-template-columns: 1fr 1fr; }
    .op-practical__item:nth-child(3) { padding-left: 0; border-top: 1px solid var(--op-red); border-left: 0; }
    .op-practical__cta { border-top: 1px solid var(--op-red); }
    .op-support__layout, .op-support__visual { min-height: 0; }
    .op-support__visual { height: 460px; }
    .op-support__visual::after { background: linear-gradient(180deg, rgba(246,240,230,.05) 50%, rgba(246,240,230,.3) 72%, #f6f0e6 100%); }
    .op-support__content { padding: 65px var(--op-gutter); }
    .op-accordion__panel { grid-template-columns: 1fr; gap: 16px; }
    .op-contact__card { grid-row: 1; border-left: 0; }
    .op-map { grid-row: 2; }
    .op-map { min-height: 420px; }
    .op-closing::after { display: none; }
    .op-closing__inner { grid-template-columns: 1fr; gap: 48px; }
    .op-closing .op-button { width: min(100%, 320px); }
    .zyma-footer__grid { grid-template-columns: 1fr 1fr; gap: 55px; }
    .zyma-footer__grid > section { padding: 0; border-left: 0; }
    .zyma-footer__bottom { grid-template-columns: 1fr; text-align: center; }
    .footer-credit, .footer__legal { justify-self: center; }
}

@media (max-width: 680px) {
    .op-person__grid { grid-template-areas: "eyebrow" "copy" "portrait" "companions"; grid-template-columns: 1fr; }
    .op-qualifications { column-count: 1; }
    .op-person__portrait { width: min(calc(100% - 24px), 460px); }
    .op-companions { width: 100%; margin-left: 0; }
    .op-pet { grid-template-columns: 1fr; gap: 24px; }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .op-attitude { overflow: hidden; background: var(--op-ivory); }
    .op-attitude__stage { grid-template-areas: "attitude-copy" "attitude-portrait" "humanistic-title" "humanistic-text" "humanistic-landscape"; grid-template-columns: minmax(0, 1fr); width: 100%; overflow: hidden; }
    .op-attitude__copy { position: relative; grid-area: attitude-copy; padding: 54px 20px 64px; background: var(--op-red-dark); filter: none !important; transform: none !important; }
    .op-attitude__copy > .op-eyebrow { position: relative; z-index: 3; margin-bottom: 38px !important; }
    .op-quote { position: relative; z-index: 3; max-width: 410px; margin-bottom: 42px; font-size: clamp(2.05rem, 9.5vw, 2.65rem); line-height: 1.12; }
    .op-principles { position: relative; z-index: 3; gap: 24px; max-width: none; }
    .op-principles::before { position: absolute; top: 7px; bottom: 8px; left: 8px; width: 1px; background: var(--op-gold); content: ""; }
    .op-principle { max-width: 390px; padding-left: 40px; }
    .op-principle::before { z-index: 1; top: 5px; bottom: auto; left: 3px; width: 11px; height: 11px; border: 2px solid var(--op-red-dark); border-radius: 50%; background: var(--op-gold); }
    .op-principle h3 { margin-bottom: 8px !important; font-size: 1.28rem; }
    .op-principle p { font-size: .94rem; line-height: 1.46; }
    .op-principle:nth-child(n+2) { max-width: 64%; }
    .op-attitude__right,
    .op-humanistic { display: contents; }
    .op-attitude__visual { z-index: 2; grid-area: attitude-portrait; align-self: start; width: 100%; max-width: 100%; min-width: 0; height: 89.09vw; margin: -47% 0 -8%; pointer-events: none; }
    .op-attitude__visual .op-attitude__image { display: none; }
    .op-attitude__visual .op-attitude__mobile-art { display: block; width: 100%; max-width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
    .op-humanistic h3 { position: relative; z-index: 3; grid-area: humanistic-title; margin: 0 20px !important; font-size: clamp(1.65rem, 7vw, 2rem); }
    .op-humanistic h3::after { margin: 12px 0 20px; }
    .op-humanistic .op-richtext { position: relative; z-index: 3; grid-area: humanistic-text; margin: 0; padding: 0 20px 24px; font-size: .98rem; line-height: 1.58; }
    .op-humanistic__landscape { position: relative; z-index: 1; grid-area: humanistic-landscape; grid-column: auto; width: 100%; height: auto; aspect-ratio: 7 / 5; margin: -250px 0 52px; overflow: hidden; }
    .op-humanistic__landscape::before { position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, var(--op-ivory) 0%, rgba(245,241,233,.98) 18%, rgba(245,241,233,.88) 36%, rgba(245,241,233,.55) 55%, rgba(245,241,233,.15) 75%, rgba(245,241,233,0) 88%); pointer-events: none; content: ""; }
    .op-humanistic__image { object-position: center bottom; }
}

@media (min-width: 601px) and (max-width: 820px) {
    .op-approach__visual { height: 520px; }
    .op-approach__visual::after { background: linear-gradient(180deg, rgba(246,240,230,.02) 18%, rgba(246,240,230,.12) 34%, rgba(246,240,230,.46) 56%, rgba(246,240,230,.86) 76%, #f6f0e6 94%); }
    .op-approach__content { position: relative; z-index: 2; margin-top: -210px; padding-top: 78px; }
}

@media (max-width: 600px) {
    :root { --op-header: 78px; --op-gutter: 20px; }
    .header-inner { width: calc(100% - 40px); padding-block: 7px; }
    .site-logo { flex-basis: 154px; width: 154px !important; max-width: 154px !important; height: 50px; }
    .zyma-motion-ready .op-reveal[data-reveal="heading"],
    .zyma-motion-ready .op-reveal[data-reveal="soft-left"],
    .zyma-motion-ready .op-reveal[data-reveal="soft-right"] { --reveal-x: 0; --reveal-y: 12px; }
    .zyma-motion-ready .op-reveal[data-reveal="media-left"],
    .zyma-motion-ready .op-reveal[data-reveal="media-right"] { --reveal-x: 0; --reveal-y: 16px; --reveal-scale: 1.012; }
    .op-section { padding: 82px 0; }
    .op-attitude,
    .op-approach,
    .op-offer,
    .op-support,
    .op-contact { padding: 0; }
    .op-hero { min-height: 760px; padding-bottom: 75px; }
    .op-hero__shade { background: rgba(245,241,233,.62); }
    .op-hero__inner { width: calc(100% - 40px); }
    .op-hero__title { max-width: 100%; font-size: 2.25rem; font-weight: 400 !important; line-height: 1.08; }
    .op-hero .op-actions { width: 100%; gap: 24px; }
    .op-hero__primary { width: 100%; min-width: 0; }
    .op-scroll-cue { display: none; }
    .op-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
    .op-person { padding-block: 68px 88px; }
    .op-person__grid { gap: 34px; }
    .op-person__eyebrow { grid-template-columns: minmax(24px, 1fr) auto minmax(24px, 1fr); gap: 16px; font-size: .7rem; }
    .op-person__name { margin-bottom: 28px !important; font-size: clamp(2.55rem, 12vw, 3.65rem); }
    .op-qualifications li { padding-left: 24px; font-size: .98rem; }
    .op-person__portrait { width: calc(100% - 24px); margin-bottom: 24px; }
    .op-person__portrait::before { bottom: -28px; left: -18px; }
    .op-person__portrait::after { bottom: -14px; left: -18px; }
    .op-companions { padding-top: 26px; }
    .op-pet__media,
    .op-pet--primary .op-pet__media { aspect-ratio: 3 / 2; }
    .op-pet__details { grid-template-columns: 1fr; gap: 18px; }
    .op-pet__heading h3 { font-size: 1.7rem; }
    .op-pet__heading::after { margin-top: 16px; }
    .op-pet__copy p { font-size: .95rem; }
    .op-attitude { overflow: hidden; }
    .op-attitude__stage { grid-template-areas: "attitude-copy" "attitude-portrait" "humanistic-title" "humanistic-text" "humanistic-landscape"; grid-template-columns: minmax(0, 1fr); width: 100%; overflow: hidden; }
    .op-attitude__copy { position: relative; grid-area: attitude-copy; padding: 54px 20px 64px; filter: none !important; transform: none !important; }
    .op-attitude__copy > .op-eyebrow { position: relative; z-index: 3; margin-bottom: 38px !important; }
    .op-quote { position: relative; z-index: 3; max-width: 410px; margin-bottom: 42px; font-size: clamp(2.05rem, 9.5vw, 2.65rem); line-height: 1.12; }
    .op-principles { position: relative; z-index: 3; gap: 24px; max-width: none; }
    .op-principles::before { position: absolute; top: 7px; bottom: 8px; left: 8px; width: 1px; background: var(--op-gold); content: ""; }
    .op-principle { max-width: 390px; padding-left: 40px; }
    .op-principle::before { z-index: 1; top: 5px; bottom: auto; left: 3px; width: 11px; height: 11px; border: 2px solid var(--op-red-dark); border-radius: 50%; background: var(--op-gold); }
    .op-principle h3 { margin-bottom: 8px !important; font-size: 1.28rem; }
    .op-principle p { font-size: .94rem; line-height: 1.46; }
    .op-principle:nth-child(n+2) { max-width: 64%; }
    .op-attitude__right,
    .op-humanistic { display: contents; }
    .op-attitude__visual { z-index: 2; grid-area: attitude-portrait; align-self: start; width: 100%; max-width: 100%; min-width: 0; height: 89.09vw; margin: -47% 0 -8%; pointer-events: none; }
    .op-attitude__visual .op-attitude__image { display: none; }
    .op-attitude__visual .op-attitude__mobile-art { display: block; width: 100%; max-width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
    .op-humanistic h3 { position: relative; z-index: 3; grid-area: humanistic-title; margin: 0 20px !important; font-size: clamp(1.65rem, 7vw, 2rem); }
    .op-humanistic h3::after { margin: 12px 0 20px; }
    .op-humanistic .op-richtext { position: relative; z-index: 3; grid-area: humanistic-text; margin: 0; padding: 0 20px 24px; font-size: .98rem; line-height: 1.58; }
    .op-humanistic__landscape { position: relative; z-index: 1; grid-area: humanistic-landscape; grid-column: auto; width: 100%; height: auto; aspect-ratio: 7 / 5; margin: -34px 0 0; overflow: hidden; }
    .op-humanistic__landscape::before { position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, var(--op-ivory) 0%, rgba(245,241,233,.96) 12%, rgba(245,241,233,.72) 29%, rgba(245,241,233,.2) 48%, rgba(245,241,233,0) 64%); pointer-events: none; content: ""; }
    .op-humanistic__image { object-position: center bottom; }
    .op-approach__layout { grid-template-areas: "approach-head" "approach-media" "approach-list"; }
    .op-approach__content { display: contents; }
    .op-approach__head { grid-area: approach-head; margin: 0; padding: 62px var(--op-gutter) 20px; }
    .op-approach__visual { grid-area: approach-media; height: 170px; min-height: 0; }
    .op-approach__visual::after { background: linear-gradient(180deg, #f6f0e6 0%, rgba(246,240,230,.34) 22%, rgba(246,240,230,0) 43%, rgba(246,240,230,0) 62%, rgba(246,240,230,.42) 82%, #f6f0e6 100%); }
    .op-approach__image { object-position: center 48%; }
    .op-approach__head .op-title { font-size: 2.7rem; }
    .op-approach__list { grid-area: approach-list; padding: 12px var(--op-gutter) 62px; }
    .op-approach__list li { grid-template-columns: 38px 1fr; gap: 14px; }
    .op-offer__layout { grid-template-areas: "offer-head" "offer-media" "offer-groups" "offer-practical"; }
    .op-offer__content { display: contents; }
    .op-offer .op-section-head { grid-area: offer-head; margin: 0; padding: 62px var(--op-gutter) 20px; }
    .op-offer__image-wrap { grid-area: offer-media; grid-row: auto; height: 170px; min-height: 0; }
    .op-offer__image { height: 170px; min-height: 0; object-position: center 55%; }
    .op-offer__image-wrap::after { background: linear-gradient(180deg, var(--op-ivory) 0%, rgba(245,241,233,.32) 22%, rgba(245,241,233,0) 43%, rgba(245,241,233,0) 62%, rgba(245,241,233,.4) 82%, var(--op-ivory) 100%); }
    .op-offer__groups { grid-area: offer-groups; margin: 12px var(--op-gutter) 0; }
    .op-practical { grid-area: offer-practical; margin: 32px var(--op-gutter) 62px; padding: 0; border: 0 !important; background: transparent; }
    .op-practical { grid-template-columns: 1fr; }
    .op-practical__item,
    .op-practical__item + .op-practical__item { padding: 24px 18px 24px 24px; border-top: 1px solid rgba(147,40,48,.28); border-left: 2px solid var(--op-gold); background: rgba(147,40,48,.045); }
    .op-practical__item:first-child { border-top: 0; }
    .op-practical__cta { margin-top: 24px; padding: 0; border: 0; background: transparent; }
    .zyma-motion-ready .op-practical.op-line-reveal { border-color: transparent !important; }
    .zyma-motion-ready .op-practical.op-line-reveal::after { display: none; }
    .op-support__layout { grid-template-areas: "support-head" "support-media" "support-accordion" "support-closing"; }
    .op-support__content { display: contents; }
    .op-support__head { grid-area: support-head; margin: 0; padding: 62px var(--op-gutter) 20px; }
    .op-support__visual { grid-area: support-media; height: 170px; min-height: 0; }
    .op-support__visual::after { background: linear-gradient(180deg, #f6f0e6 0%, rgba(246,240,230,.34) 22%, rgba(246,240,230,0) 43%, rgba(246,240,230,0) 62%, rgba(246,240,230,.42) 82%, #f6f0e6 100%); }
    .op-support__image { object-position: center 58%; }
    .op-support__head .op-title { font-size: 3rem; }
    .op-accordion { grid-area: support-accordion; margin: 12px var(--op-gutter) 0; }
    .op-accordion__trigger { grid-template-columns: 48px 1fr 28px; gap: 10px; padding: 24px 0; }
    .op-accordion__index { font-size: 1.8rem; }
    .op-accordion__label small { display: none; }
    .op-accordion__panel { margin-left: 58px; padding: 18px; }
    .op-support__closing { grid-area: support-closing; margin: 24px var(--op-gutter) 62px !important; }
    .op-contact__grid { padding: 0 0 20px; }
    .op-contact__card { padding: 42px 28px; }
    .op-map, .op-map iframe { min-height: 330px; }
    .op-map__consent { opacity: 1 !important; transform: none !important; }
    .op-contact__detail { grid-template-columns: 24px minmax(0,1fr); gap: 14px; padding-left: 0; font-size: 1.08rem; }
    .op-contact__icon { width: 22px; height: 22px; }
    .op-contact__backdrop { height: 180px; }
    .op-closing h2 { font-size: 3.25rem; }
    .op-closing p { font-size: 1.1rem; }
    .op-closing::before { top: 28%; right: 12px; font-size: 13rem; }
    .op-closing__inner > div { padding-left: 20px; }
    .op-closing .op-button { width: 100%; min-width: 0; }
    .zyma-footer__grid { grid-template-columns: 1fr; padding: 65px 0; }
    .zyma-footer__bottom { gap: 0; padding-block: 24px 18px; }
    .zyma-footer__copyright { order: 1; }
    .footer__legal { order: 2; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 4px; }
    .footer-credit { order: 3; margin-top: 20px; font-size: .6rem; opacity: .72; }
    .footer-credit a { font-size: inherit; }
    .legal-article { margin-top: -50px; padding: 38px 25px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .zyma-motion-ready .op-reveal { opacity: 1; transform: none; }
    .zyma-motion-ready .op-line-reveal::before,
    .zyma-motion-ready .op-line-reveal::after { transform: scaleX(1); }
}
