:root{--green-900:#0b3d2e;--green-800:#0b4a37;--green-700:#0f5a43;--gold-500:#b8862b;--gold-400:#d4a94e;--gold-300:#e6c274;--cream:#fdfbf7;--ink:#0d3b30;--text:#4b5563;--border:#e6e2d8;--serif:"Playfair Display", Georgia, serif;--sans:"Inter", system-ui, "Segoe UI", Roboto, sans-serif;--container:1536px;--gutter:clamp(16px, 5vw, 78px);--header-height:96px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--sans);color:var(--text);background:var(--cream);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.5}h1,h2,h3,p{margin:0}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}button{font:inherit;cursor:pointer}:focus-visible{outline:3px solid var(--gold-400);outline-offset:2px}.container{width:100%;max-width:var(--container);padding-inline:var(--gutter);margin-inline:auto}.btn{white-space:nowrap;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:16px 30px;font-size:1rem;font-weight:600;line-height:1;transition:transform .15s,box-shadow .15s,background-color .15s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn svg{width:20px;height:20px}.btn--primary{color:#fff;background:var(--green-800);box-shadow:0 6px 16px #0b4a3740}.btn--primary:hover{background:var(--green-700)}.btn--outline{color:var(--ink);border-color:var(--green-800);background:0 0}.btn--outline:hover{background:#0b4a370f}.btn--gold{color:var(--green-900);background:linear-gradient(180deg, var(--gold-300), var(--gold-400));box-shadow:0 6px 18px #00000040}.eyebrow{letter-spacing:.18em;text-transform:uppercase;max-width:100%;color:var(--gold-500);align-items:center;gap:14px;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:500;display:inline-flex}.eyebrow:after,.eyebrow--center:before{content:"";background:var(--gold-400);width:88px;min-width:0;height:1px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn{transition:none}}.about{scroll-margin-top:var(--header-height);padding-block:40px}.about__head{text-align:center;flex-direction:column;align-items:center;gap:6px;margin-bottom:28px;display:flex}.about__title{font-family:var(--serif);color:var(--green-900);font-size:clamp(1.05rem,2vw,1.3rem);font-weight:700;line-height:1.15}.about__stats{color:#fff;background:radial-gradient(circle at 0 100%,#ffffff0f,#0000 30%),radial-gradient(circle at 100% 0,#ffffff0f,#0000 30%),linear-gradient(90deg,#0b3d2e,#0f4f3a);border-radius:20px;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:36px 16px;display:grid}.stat{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:8px 16px;display:flex}.stat+.stat{border-left:1px solid #d4a94e66}.stat__number{font-family:var(--serif);color:var(--gold-300);font-variant-numeric:lining-nums tabular-nums;font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:700;line-height:1.1}.stat__label{color:#ffffffeb;margin:0;font-size:1rem;font-weight:500}.about__story{flex-direction:column;gap:18px;max-width:78ch;margin:0 auto 40px;font-size:1.05rem;line-height:1.75;display:flex}@media (width<=900px){.about__stats{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:28px}.stat:nth-child(3){border-left:0}}@media (width<=600px){.about{padding-block:32px}.about__stats{padding-inline:4px}.stat{padding-inline:8px}.stat__label{font-size:.9rem}.about__story{margin-bottom:28px;font-size:1rem}}.picker{width:min(440px,100% - 32px);max-height:calc(100dvh - 32px);color:var(--text);background:#fff;border:0;border-radius:22px;padding:0;overflow:auto;box-shadow:0 24px 60px #082d2259}.picker[open]{animation:.22s ease-out picker-in}.picker::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#082d2299}.picker[open]::backdrop{animation:.22s ease-out picker-fade}body:has(.picker[open]){overflow:hidden}.picker__panel{border-top:5px solid var(--gold-400);flex-direction:column;gap:20px;padding:32px 28px 28px;display:flex;position:relative}.picker__close{color:var(--ink);background:0 0;border:0;border-radius:50%;padding:8px;transition:background-color .15s;display:inline-flex;position:absolute;top:12px;right:12px}.picker__close:hover{background:#0b4a3714}.picker__close svg{width:22px;height:22px}.picker__title{font-family:var(--serif);color:var(--green-900);padding-right:32px;font-size:1.5rem;font-weight:700;line-height:1.2}.picker__list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.picker__option{border:2px solid var(--green-800);color:var(--ink);border-radius:16px;align-items:center;gap:16px;padding:16px 20px;transition:background-color .15s,transform .15s;display:flex}.picker__option:hover{background:#0b4a370f;transform:translateY(-2px)}.picker__option>svg{width:22px;height:22px;color:var(--gold-500);flex-shrink:0}.picker__option-text{flex-direction:column;gap:2px;display:flex}.picker__option-name{font-size:1.1rem;font-weight:700}.picker__option-phone{color:var(--text);font-size:.95rem}@keyframes picker-in{0%{opacity:0;transform:translateY(16px)scale(.98)}}@keyframes picker-fade{0%{opacity:0}}@media (prefers-reduced-motion:reduce){.picker[open],.picker[open]::backdrop{animation:none}.picker__option{transition:none}}.contact{color:#fff;background:radial-gradient(circle at 0 100%,#ffffff0f,#0000 22%),radial-gradient(circle at 100% 100%,#ffffff0f,#0000 22%),linear-gradient(90deg,#0b3d2e,#0f4f3a)}.contact__inner{grid-template-columns:1fr auto auto;align-items:center;gap:24px clamp(24px,4vw,56px);padding-block:40px;display:grid}.contact__title{font-family:var(--serif);font-size:clamp(1.6rem,2.8vw,2.4rem);font-weight:700;line-height:1.15}.contact__intro p:last-child{color:#ffffffe6;margin-top:4px}.contact__branches{border-left:1px solid #d4a94e80;gap:clamp(20px,3vw,40px);margin:0;padding:0 0 0 clamp(24px,4vw,56px);list-style:none;display:flex}.contact__branch{align-items:center;gap:14px;display:flex}.contact__branch svg{width:28px;height:28px;color:var(--gold-400);flex-shrink:0}.contact__branch-name{font-size:.85rem;font-weight:500}.contact__branch-phone{letter-spacing:.02em;white-space:nowrap;font-size:1.1rem;font-weight:600}@media (width<=1100px){.contact__inner{grid-template-columns:1fr auto}.contact__branches{border-top:1px solid #d4a94e80;border-left:0;grid-column:1/-1;padding:24px 0 0}}@media (width<=700px){.contact__inner{grid-template-columns:1fr;padding-block:36px}.contact__cta{width:100%}.contact__branches{flex-direction:column}}.footer{text-align:center;color:#ffffffbf;background:#082d22;padding-block:18px;font-size:.875rem}.logo{flex-shrink:0;display:inline-flex}.logo__img{width:auto;height:76px}@media (width<=600px){.logo__img{height:60px}}.header{z-index:50;box-shadow:0 1px 0 var(--border);background:#fff;position:sticky;top:0}.header__inner{min-height:var(--header-height);align-items:center;gap:24px;display:flex}.header__nav{flex:1;justify-content:center;display:flex}.header__links{gap:clamp(28px,4vw,56px);margin:0;padding:0;list-style:none;display:flex}.header__link{color:var(--ink);padding-block:8px;font-weight:500;display:block;position:relative}.header__link:after{content:"";background:var(--gold-500);height:2px;transition:transform .2s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.header__link:hover:after,.header__link[aria-current=page]:after{transform:scaleX(1)}.header__link[aria-current=page]{font-weight:700}.header__cta{padding:14px 26px}.header__cta--menu,.header__toggle{display:none}.header__toggle{color:var(--ink);background:0 0;border:0;border-radius:10px;margin-left:auto;padding:8px}.header__toggle svg{width:28px;height:28px}@media (width<=960px){.header__inner{justify-content:space-between}.header__cta--bar{display:none}.header__toggle{display:inline-flex}.header__nav{padding:12px var(--gutter) 28px;border-top:1px solid var(--border);opacity:0;visibility:hidden;background:#fff;flex-direction:column;gap:20px;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:100%;left:0;right:0;transform:translateY(-8px);box-shadow:0 16px 24px #0b3d2e1f}.header__nav--open{opacity:1;visibility:visible;transform:none}.header__links{flex-direction:column;gap:0}.header__link{border-bottom:1px solid var(--border);padding:14px 0}.header__link:after{display:none}.header__link[aria-current=page]{color:var(--gold-500)}.header__cta--menu{display:inline-flex}}@media (width<=600px){.header{--header-height:76px}}@media (prefers-reduced-motion:reduce){.header__nav,.header__link:after{transition:none}}.hero{background:var(--cream);align-items:center;min-height:clamp(520px,42vw,680px);display:flex;position:relative;overflow:hidden}.hero__bg{object-fit:cover;object-position:72% 30%;width:100%;height:100%;position:absolute;inset:0}.hero:after{content:"";background:linear-gradient(90deg,#fdfbf7f5 0%,#fdfbf7e0 32%,#fdfbf700 62%);position:absolute;inset:0}.hero__inner{z-index:1;padding-block:56px;position:relative}.hero__content{flex-direction:column;align-items:flex-start;gap:18px;max-width:min(46%,640px);display:flex}.hero__title{font-family:var(--serif);letter-spacing:-.01em;color:var(--green-900);font-size:clamp(2.3rem,4.5vw,4.3rem);font-weight:700;line-height:1.05}.hero__title span{color:var(--gold-500)}@media (width>=961px){.hero__title{max-width:8.4em}}.hero__lead{color:#374151;max-width:34ch;font-size:1.2rem;line-height:1.45}.hero__actions{flex-wrap:wrap;gap:16px;margin-top:8px;display:flex}@media (width<=960px){.hero{min-height:0;display:block}.hero:after{display:none}.hero__bg{aspect-ratio:16/10;object-position:68% 30%;height:auto;position:static}.hero__inner{padding-block:36px 32px}.hero__content{max-width:none}}@media (width<=600px){.hero__inner{padding-block:28px}.hero__lead{font-size:1.05rem}.hero__actions{flex-direction:column;width:100%}.hero__actions .btn{width:100%}}.locations{scroll-margin-top:var(--header-height);padding-block:40px 56px}.locations__head{text-align:center;flex-direction:column;align-items:center;gap:6px;margin-bottom:28px;display:flex}.locations__title{font-family:var(--serif);color:var(--green-900);font-size:clamp(1.05rem,2vw,1.3rem);font-weight:700;line-height:1.15}.locations__subtitle{font-size:1.05rem}.locations__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:0;padding:0;list-style:none;display:grid}.branch{border:1px solid var(--border);background:#fff;border-radius:14px;flex-direction:column;gap:18px;padding:28px;display:flex;box-shadow:0 2px 8px #0b3d2e0a}.branch__name{font-family:var(--serif);color:var(--green-900);font-size:1.5rem;font-weight:700}.branch__info{flex-direction:column;gap:12px;display:flex}.branch__row{align-items:flex-start;gap:12px;display:flex}.branch__row svg{width:20px;height:20px;color:var(--gold-500);flex-shrink:0;margin-top:2px}.branch__address{color:var(--ink);flex-direction:column;font-style:normal;display:flex}.branch__address span{text-wrap:balance}.branch__phone{letter-spacing:.02em;color:var(--ink);font-size:1.15rem;font-weight:700}.branch__map{background:#eef0ec;border:0;border-radius:10px;width:100%;height:300px}.branch__directions{align-self:flex-start;padding:14px 24px}@media (width<=900px){.locations__grid{grid-template-columns:1fr}}@media (width<=600px){.locations{padding-block:32px 40px}.branch{padding:20px}.branch__map{height:240px}.branch__directions{align-self:stretch}}.modal{width:min(560px,100% - 32px);max-height:calc(100dvh - 32px);color:var(--text);background:#fff;border:0;border-radius:22px;padding:0;overflow:auto;box-shadow:0 24px 60px #082d2259}.modal[open]{animation:.22s ease-out modal-in}.modal::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#082d2299}.modal[open]::backdrop{animation:.22s ease-out modal-fade}body:has(.modal[open]){overflow:hidden}.modal__panel{border-top:5px solid var(--gold-400);flex-direction:column;align-items:flex-start;gap:16px;padding:36px 36px 32px;display:flex;position:relative}.modal__close{color:var(--ink);background:0 0;border:0;border-radius:50%;padding:8px;transition:background-color .15s;display:inline-flex;position:absolute;top:14px;right:14px}.modal__close:hover{background:#0b4a3714}.modal__close svg{width:22px;height:22px}.modal__icon{width:72px;height:72px;color:var(--green-900);background:#d4a94e29;border-radius:50%;place-items:center;display:grid}.modal__icon svg{width:40px;height:40px}.modal__title{font-family:var(--serif);color:var(--green-900);font-size:1.9rem;font-weight:700;line-height:1.15}.modal__text{font-size:1.05rem;line-height:1.65}.modal__actions{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}@keyframes modal-in{0%{opacity:0;transform:translateY(16px)scale(.98)}}@keyframes modal-fade{0%{opacity:0}}@media (width<=600px){.modal__panel{padding:28px 22px 24px}.modal__title{font-size:1.6rem}.modal__text{font-size:1rem}.modal__actions{flex-direction:column;width:100%}.modal__actions .btn{width:100%}}@media (prefers-reduced-motion:reduce){.modal[open],.modal[open]::backdrop{animation:none}}.services{scroll-margin-top:var(--header-height);padding-block:28px 40px}.services__head{text-align:center;flex-direction:column;align-items:center;gap:6px;margin-bottom:28px;display:flex}.services__title{font-family:var(--serif);color:var(--green-900);font-size:clamp(1.05rem,2vw,1.3rem);font-weight:700;line-height:1.15}.services__subtitle{font-size:1.05rem}.services__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0;padding:0;list-style:none;display:grid}.service-card{border:1px solid var(--border);background:#fff;border-radius:14px;align-items:flex-start;gap:18px;padding:26px 22px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #0b3d2e0a}.service-card:hover{transform:translateY(-3px);box-shadow:0 12px 24px #0b3d2e1a}.service-card__icon{width:60px;height:60px;color:var(--green-900);flex-shrink:0}.service-card__title{color:var(--ink);margin-bottom:4px;font-size:1.15rem;font-weight:700}.service-card__text{font-size:.95rem;line-height:1.4}.service-card__link{color:var(--ink);background:0 0;border:0;align-items:center;gap:8px;margin-top:14px;padding:0;font-size:.95rem;font-weight:600;display:inline-flex}.service-card__link svg{width:16px;height:16px;transition:transform .15s}.service-card__link:hover svg{transform:translate(4px)}@media (width<=1100px){.services__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.services{padding-block:36px 32px}.services__grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.service-card,.service-card__link svg{transition:none}}
