.ays-header { position: relative; z-index: 50; border-bottom: 1px solid var(--ays-border); background: rgba(255, 254, 250, .94); backdrop-filter: blur(14px); }
.ays-header--front { position: absolute; inset: 0 0 auto; background: transparent; }
.ays-header--home { position: relative; inset: auto; background: rgba(255, 254, 250, .98); }
.ays-header__inner { display: flex; width: min(calc(100% - 2.5rem), 1380px); min-height: 5.9rem; align-items: center; justify-content: space-between; gap: clamp(1rem, 2vw, 2rem); }
.ays-brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: .5rem; color: var(--ays-olive-950); }
.ays-brand__mark { display: inline-flex; width: 2.9rem; flex: 0 0 2.9rem; align-items: center; }
.ays-brand__mark svg { display: block; width: 100%; overflow: visible; }
.ays-brand__twig { fill: none; stroke: var(--ays-olive-700); stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.ays-brand__leaf { fill: var(--ays-olive-600); stroke: var(--ays-olive-800); stroke-width: 1; stroke-linejoin: round; }
.ays-brand__olive { fill: var(--ays-gold-400); stroke: var(--ays-gold-600); stroke-width: 1.15; }
.ays-brand__text { font-family: var(--ays-serif); font-size: 1.85rem; font-weight: 500; line-height: 1; letter-spacing: -.055em; white-space: nowrap; }
.ays-brand__connector { color: var(--ays-gold-600); font-style: italic; }
.ays-brand__domain { margin-left: .03em; color: var(--ays-olive-900); font-size: .58em; font-style: normal; font-weight: 500; letter-spacing: -.025em; }
.ays-nav { display: flex; min-width: 0; align-items: center; gap: clamp(.7rem, 1.25vw, 1.25rem); }
.ays-nav ul { display: flex; min-width: 0; align-items: center; gap: clamp(.65rem, 1.25vw, 1.25rem); list-style: none; }
.ays-nav a { position: relative; font-size: .84rem; font-weight: 650; white-space: nowrap; }
.ays-nav a::after { position: absolute; right: 0; bottom: -.45rem; left: 0; height: 2px; content: ''; background: var(--ays-gold-600); transform: scaleX(0); transition: transform var(--ays-transition); }
.ays-nav a:hover::after { transform: scaleX(1); }
.ays-menu-toggle { display: none; width: 2.8rem; height: 2.8rem; padding: .65rem; border: 0; border-radius: 50%; background: var(--ays-olive-100); }
.ays-menu-toggle > span:not(.visually-hidden) { display: block; height: 2px; margin: 4px 0; background: var(--ays-olive-900); }
.ays-header-search { display: flex; width: clamp(7.75rem, 10vw, 10rem); min-width: 7.75rem; height: 2.65rem; align-items: center; overflow: hidden; border: 1px solid rgba(58, 72, 42, .22); border-radius: 999px; background: rgba(255, 255, 255, .82); transition: width var(--ays-transition), border-color var(--ays-transition), box-shadow var(--ays-transition); }
.ays-header-search:focus-within { width: clamp(11rem, 16vw, 14rem); border-color: var(--ays-olive-600); box-shadow: 0 0 0 3px rgba(86, 105, 59, .12); }
.ays-header-search input { width: 100%; min-width: 0; height: 100%; padding: 0 0 0 1rem; border: 0; outline: 0; color: var(--ays-ink); background: transparent; font: inherit; font-size: .82rem; }
.ays-header-search input::placeholder { color: var(--ays-muted); }
.ays-header-search button { display: grid; width: 2.75rem; height: 100%; flex: 0 0 2.75rem; padding: 0; border: 0; color: var(--ays-olive-800); background: transparent; cursor: pointer; place-items: center; }
.ays-header-search button:hover { color: var(--ays-gold-700); }
.ays-header-search svg { width: 1.1rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.ays-account-nav { position: relative; display: flex; align-items: center; gap: .75rem; white-space: nowrap; }
.ays-account-nav > a { font-size: .78rem; font-weight: 750; }
.ays-account-nav__primary { display: inline-flex; min-height: 2.55rem; align-items: center; padding: .55rem .9rem; border-radius: 999px; color: white; background: var(--ays-olive-800); gap: .35rem; }
.ays-account-nav__primary:hover { color: white; background: var(--ays-olive-950); }
.ays-account-nav__primary::after { display: none; }
.ays-account-menu { position: relative; }
.ays-account-menu summary { display: inline-flex; min-height: 2.55rem; align-items: center; padding: .55rem .9rem; border-radius: 999px; color: white; background: var(--ays-olive-800); gap: .45rem; font-size: .78rem; font-weight: 800; cursor: pointer; list-style: none; }
.ays-account-menu summary::-webkit-details-marker { display: none; }
.ays-account-menu summary:hover, .ays-account-menu[open] summary { background: var(--ays-olive-950); }
.ays-account-menu > nav { position: absolute; z-index: 60; top: calc(100% + .65rem); right: 0; display: grid; width: 17rem; overflow: hidden; padding: .55rem; border: 1px solid var(--ays-border); border-radius: .9rem; background: var(--ays-white); box-shadow: 0 18px 45px rgba(35, 43, 27, .16); }
.ays-account-menu > nav a { padding: .65rem .75rem; border-radius: .55rem; color: var(--ays-ink); font-size: .78rem; }
.ays-account-menu > nav a::after { display: none; }
.ays-account-menu > nav a:hover { color: var(--ays-olive-950); background: var(--ays-olive-100); }
.ays-account-menu > nav strong, .ays-account-menu > nav small { display: block; }
.ays-account-menu > nav small { margin-top: .1rem; color: var(--ays-muted); font-size: .65rem; font-weight: 500; white-space: normal; }
.ays-main { min-height: 60vh; }
.ays-main > .views-element-container { width: min(calc(100% - 2.5rem), var(--ays-container)); margin-inline: auto; padding-block: clamp(4rem, 8vw, 7rem); }
.ays-section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.ays-section-heading { margin-bottom: 2.8rem; }
.ays-section-heading--center { max-width: 690px; margin-inline: auto; text-align: center; }
.ays-section-heading--center p { color: var(--ays-muted); }
.ays-section-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.ays-footer { padding: 4.8rem 0 1.5rem; color: #e8ecdf; background: var(--ays-olive-950); }
.ays-footer__grid { display: grid; grid-template-columns: minmax(0, 2fr) repeat(2, 1fr); gap: 4rem; }
.ays-footer__grid > div:first-child { max-width: 28rem; }
.ays-footer h2 { margin-bottom: 1rem; color: white; font-family: var(--ays-sans); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.ays-footer ul { list-style: none; }
.ays-footer li + li { margin-top: .45rem; }
.ays-footer a { color: #e8ecdf; }
.ays-brand--light { margin-bottom: 1.25rem; color: white; }
.ays-brand--light .ays-brand__twig { stroke: #e8ecdf; }
.ays-brand--light .ays-brand__leaf { fill: var(--ays-olive-300); stroke: #e8ecdf; }
.ays-brand--light .ays-brand__domain { color: #e8ecdf; }
.ays-footer__bottom { display: flex; margin-top: 3.5rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.14); justify-content: space-between; gap: 1rem; color: var(--ays-olive-300); font-size: .78rem; }

.ays-social-channel { overflow: hidden; border-top: 1px solid var(--ays-border); background: linear-gradient(112deg, #fffefa 0%, #f7f3ea 62%, #eee7d8 100%); }
.ays-social-channel__grid { display: grid; min-height: 31rem; padding-block: clamp(3rem, 6vw, 5.5rem); grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr); align-items: center; gap: clamp(2.5rem, 7vw, 7rem); }
.ays-social-channel__content { position: relative; z-index: 1; max-width: 38rem; }
.ays-social-channel__content::before { position: absolute; top: -3.3rem; left: -1.5rem; width: 6rem; height: 6rem; content: ''; opacity: .12; background: radial-gradient(ellipse at 50% 15%, var(--ays-olive-700) 0 9%, transparent 10%), radial-gradient(ellipse at 30% 40%, var(--ays-gold-600) 0 8%, transparent 9%), radial-gradient(ellipse at 68% 45%, var(--ays-olive-700) 0 8%, transparent 9%); pointer-events: none; }
.ays-social-channel h2 { margin: .55rem 0 1.15rem; color: var(--ays-olive-950); font-family: var(--ays-serif); font-size: clamp(2.8rem, 5vw, 4.8rem); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
.ays-social-channel__content > p { max-width: 36rem; color: var(--ays-muted); font-size: 1rem; line-height: 1.75; }
.ays-social-channel__content ul { display: grid; margin: 1.5rem 0 2rem; padding: 0; list-style: none; gap: .65rem; }
.ays-social-channel__content li { display: flex; align-items: center; gap: .65rem; color: var(--ays-muted); font-size: .88rem; }
.ays-social-channel__content li > span { display: grid; width: 1.45rem; height: 1.45rem; flex: 0 0 1.45rem; border-radius: 50%; color: var(--ays-olive-800); background: var(--ays-olive-100); font-size: .74rem; font-weight: 800; place-items: center; }
.ays-social-channel__button { display: inline-flex; min-height: 3.25rem; padding: .7rem 1.45rem; border-radius: 999px; align-items: center; justify-content: center; gap: .65rem; color: white; background: var(--ays-olive-800); box-shadow: 0 .7rem 1.8rem rgba(38, 48, 29, .16); font-weight: 800; transition: transform var(--ays-transition), background var(--ays-transition), box-shadow var(--ays-transition); }
.ays-social-channel__button:hover { color: white; background: var(--ays-olive-950); box-shadow: 0 .85rem 2.1rem rgba(38, 48, 29, .22); transform: translateY(-2px); }
.ays-social-channel__button:focus-visible { outline: 3px solid var(--ays-gold-400); outline-offset: 3px; }
.ays-social-channel__preview { position: relative; display: grid; justify-items: center; }
.ays-social-channel__preview::before { position: absolute; top: 8%; left: 50%; width: min(30rem, 100%); aspect-ratio: 1; border-radius: 50%; content: ''; background: rgba(115, 137, 74, .12); transform: translateX(-50%); }
.ays-social-channel__phone { position: relative; width: min(100%, 21rem); padding: .8rem; border: 1px solid rgba(52, 65, 38, .18); border-radius: 2rem; background: #fffefa; box-shadow: 0 1.6rem 4rem rgba(38, 48, 29, .18); transform: rotate(1.2deg); }
.ays-social-channel__phone > header { display: flex; padding: .35rem .4rem .8rem; border-bottom: 1px solid var(--ays-border); align-items: center; gap: .7rem; }
.ays-social-channel__phone > header > span strong, .ays-social-channel__phone > header > span small { display: block; }
.ays-social-channel__phone > header strong { color: var(--ays-ink); font-size: .8rem; }
.ays-social-channel__phone > header small { margin-top: .1rem; color: var(--ays-muted); font-size: .65rem; }
.ays-social-channel__avatar { display: grid; width: 2.6rem; height: 2.6rem; flex: 0 0 2.6rem; border-radius: 50%; background: var(--ays-cream); place-items: center; transition: transform var(--ays-transition); }
.ays-social-channel__avatar:hover { transform: scale(1.06); }
.ays-social-channel__avatar .ays-brand__mark { width: 1.8rem; height: 1.8rem; }
.ays-social-channel__phone article { overflow: hidden; margin-top: .8rem; border-radius: 1rem; background: var(--ays-cream); }
.ays-social-channel__phone article img { width: 100%; height: 11rem; object-fit: cover; }
.ays-social-channel__phone article > div { display: grid; padding: .9rem 1rem 1rem; gap: .25rem; }
.ays-social-channel__phone article span { color: var(--ays-gold-600); font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.ays-social-channel__phone article strong { color: var(--ays-ink); font-family: var(--ays-serif); font-size: 1.05rem; line-height: 1.2; }
.ays-social-channel__phone article small { color: var(--ays-muted); font-size: .69rem; line-height: 1.45; }

@media (max-width: 1050px) {
  .ays-header__inner { min-height: 5.25rem; }
  .ays-brand__mark { width: 2.55rem; flex-basis: 2.55rem; }
  .ays-brand__text { font-size: 1.58rem; }
  .ays-menu-toggle { display: block; }
  .ays-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; padding: 1.5rem; border-bottom: 1px solid var(--ays-border); background: var(--ays-white); box-shadow: var(--ays-shadow-sm); }
  .ays-nav.is-open { display: block; }
  .ays-nav ul { flex-direction: column; align-items: flex-start; }
  .ays-header-search, .ays-header-search:focus-within { width: 100%; margin-top: 1.25rem; }
  .ays-account-nav { align-items: stretch; margin-top: 1.25rem; padding-top: 1.1rem; border-top: 1px solid var(--ays-border); }
  .ays-account-menu, .ays-account-menu summary { width: 100%; }
  .ays-account-menu summary { justify-content: center; }
  .ays-account-menu > nav { position: static; width: auto; margin-top: .55rem; box-shadow: none; }
  .ays-section-heading--split, .ays-footer__bottom { align-items: flex-start; flex-direction: column; }
  .ays-footer__grid { grid-template-columns: 1fr; gap: 2rem; }
  .ays-social-channel__grid { min-height: auto; padding-block: 3rem; grid-template-columns: 1fr; gap: 2.25rem; }
  .ays-social-channel h2 { font-size: clamp(2.5rem, 13vw, 3.7rem); }
  .ays-social-channel__content > p { font-size: .94rem; line-height: 1.65; }
  .ays-social-channel__content li { align-items: flex-start; font-size: .83rem; }
  .ays-social-channel__button { width: 100%; }
  .ays-social-channel__phone { width: min(88%, 19rem); border-radius: 1.6rem; transform: none; }
  .ays-social-channel__phone article img { height: 9rem; }
}
