:root{--color-bg:#F7F4EE;--color-text:#171717;--color-muted:#66635E;--color-accent:#A67C3B;--color-accent-text:#7A5A2A;--color-link:#7A5A2A;--color-border:#E8DFC9;--color-border-muted:#cbbf9f;--color-dark:#171717;--color-on-surface:#ffffff;--max-width:1240px;--space-gutter:24px;--stack-hero-label-title:22px;--stack-hero-title-lead:clamp(16px,2.5vw,24px);--stack-hero-lead-actions:clamp(28px,4vw,36px);--stack-hero-actions-next:clamp(28px,4vw,44px);--header-height:72px;--font-title:'Cormorant Garamond',Georgia,serif;--font-title-weight:600;--font-serif:'Libre Baskerville',Georgia,serif;--font-serif-weight:700;--font-sans:'Source Sans 3',system-ui,sans-serif;--type-label:0.75rem;--type-base:clamp(1.0625rem,0.35vw + 1rem,1.125rem);--type-lead:clamp(1.125rem,0.6vw + 1rem,1.25rem);--type-h1:clamp(2.25rem,4.8vw,4rem);--motion-fast:180ms;--motion-base:240ms;--motion-ease:cubic-bezier(0.25,0.1,0.25,1);}@media (min-width:831px){:root{--header-height:118px;}}@media (max-width:830px){:root{--space-gutter:16px;}}*,*::before,*::after{box-sizing:border-box;}html{font-size:100%;}body{margin:0;font-family:var(--font-sans);font-size:var(--type-base);background:var(--color-bg);color:var(--color-text);line-height:1.65;}a{color:var(--color-link);text-decoration:none;}img{max-width:100%;height:auto;display:block;}.site-wrap{min-height:100vh;display:flex;flex-direction:column;}.site-main{flex:1;}.site-header{position:sticky;top:0;z-index:50;background:var(--color-bg);border-bottom:1px solid var(--color-border);}.site-header__top{max-width:var(--max-width);margin:0 auto;padding:14px var(--space-gutter);display:flex;align-items:center;justify-content:space-between;gap:24px;}.site-header__logo{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:inherit;min-width:0;}.site-header__logo-mark{display:block;height:clamp(52px,6vw,64px);width:auto;flex-shrink:0;}.site-header__logo-text{display:flex;flex-direction:column;min-width:0;}.site-header__logo-name{font-family:var(--font-title);font-size:clamp(17px,1.8vw + 10px,19px);font-weight:var(--font-title-weight);line-height:1.15;}.site-header__logo-tagline{font-family:var(--font-sans);font-size:10px;font-weight:400;letter-spacing:0.14em;line-height:1.2;text-transform:uppercase;color:var(--color-muted);}.site-header__desktop-actions{display:flex;align-items:center;gap:16px;flex-shrink:0;}.site-header__phone{display:inline-flex;align-items:center;gap:8px;color:var(--color-text);font-weight:600;white-space:nowrap;}.site-header__nav-bar{border-top:1px solid var(--color-border);}.site-nav{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-gutter);}.site-nav__list{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:clamp(20px,3vw,40px);}.site-nav__list--desktop{flex-direction:row;}.site-nav__list a{font-size:var(--type-base);color:var(--color-text);white-space:nowrap;padding:13px 0;display:inline-block;}.site-header__mobile-actions{display:none;align-items:center;gap:4px;}.site-header__icon-btn{width:44px;height:44px;border:none;border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--color-text);background:none;cursor:pointer;}.site-header__hamburger{display:flex;flex-direction:column;gap:5px;width:22px;}.site-header__hamburger span{height:2px;background:var(--color-text);width:100%;display:block;}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-sans);font-size:var(--type-base);font-weight:600;min-height:44px;padding:12px 30px;border-radius:4px;border:none;cursor:pointer;text-align:center;line-height:1.2;}.btn--sm{padding:10px 22px;min-height:44px;}.btn--dark{background:var(--color-dark);color:var(--color-on-surface);}.btn--outline{border:1px solid var(--color-border-muted);color:var(--color-text);background-color:transparent;}.site-main a.btn{background-image:none;}h1,.heading-serif{font-family:var(--font-title);font-weight:var(--font-title-weight);}.page-hero{border-bottom:1px solid var(--color-border);}.page-hero__inner{max-width:var(--max-width);margin:0 auto;padding:22px var(--space-gutter) clamp(48px,6vw,84px);}.page-hero__split{display:flex;flex-wrap:wrap;gap:24px 80px;align-items:flex-end;}.page-hero__split--media{align-items:center;gap:clamp(32px,5vw,72px);}.page-hero__media-col{flex:1 1 340px;min-width:0;}.page-hero__content-col{flex:1 1 480px;min-width:0;}.page-hero__title{font-size:var(--type-h1);line-height:1.08;letter-spacing:-0.3px;margin:0;text-wrap:balance;}.page-hero__lead{max-width:50ch;font-size:var(--type-lead);color:var(--color-muted);margin:0;line-height:1.7;}.section-label{display:flex;align-items:center;gap:12px;font-size:var(--type-label);letter-spacing:2px;text-transform:uppercase;color:var(--color-accent-text);font-weight:600;margin:0 0 26px;}.section-label__line{width:26px;height:1px;background:var(--color-accent);flex-shrink:0;}.page-hero .section-label--home{margin:0 0 clamp(22px,3vw,26px);}.hero-stack{display:flex;flex-direction:column;align-items:flex-start;max-width:100%;}.hero-stack > .section-label,.hero-stack > .section-label--home{margin:0 0 var(--stack-hero-label-title);}.hero-stack > .page-hero__title:has(+ .page-hero__lead){margin-bottom:var(--stack-hero-title-lead);}.hero-stack > .page-hero__lead{margin:0 0 var(--stack-hero-lead-actions);}.hero-actions{display:flex;flex-wrap:wrap;gap:clamp(12px,2vw,16px);}.hero-stack--with-trust > .hero-actions{margin-bottom:var(--stack-hero-actions-next);}.home-trust-list{list-style:none;margin:0;padding:22px 0 0;border-top:1px solid var(--color-border);display:flex;flex-wrap:wrap;gap:14px 32px;}.home-trust-list__item{display:inline-flex;align-items:center;gap:10px;flex-shrink:0;max-width:100%;}.type-trust-item{font-size:var(--type-base);font-weight:600;letter-spacing:0.2px;}.list-marker--inline{width:6px;height:6px;margin:8px 0 0;display:block;background:var(--color-accent);transform:rotate(45deg);flex-shrink:0;}.home-trust-list__item .list-marker--inline{margin-top:0;}.text-muted{color:var(--color-muted);}.theme-image{position:relative;width:100%;overflow:hidden;border:1px solid var(--color-border);}.theme-image--ratio-4-5{aspect-ratio:4 / 5;}.theme-image__img{width:100%;height:100%;display:block;object-fit:cover;object-position:var(--theme-image-focus,50% 50%);}.theme-image__badge{position:absolute;left:0;bottom:28px;background:var(--color-dark);color:var(--color-bg);padding:11px 20px;}@media (max-width:830px){.site-header__mobile-actions{display:flex;}[data-nav-desktop]{display:none !important;}.page-hero__split--media{flex-direction:column;align-items:stretch;gap:16px;}.page-hero__split--media > .page-hero__content-col,.page-hero__split--media > .page-hero__media-col{flex:0 0 auto;width:100%;max-width:100%;min-width:0;}.page-hero .page-hero__media-col.page-hero__media-col--portrait{display:flex;justify-content:center;}.page-hero .page-hero__media-col.page-hero__media-col--portrait .figure--flush{width:min(100%,clamp(300px,52vw,400px));max-width:min(100%,clamp(300px,52vw,400px));margin-inline:auto;}.page-hero .page-hero__media-col.page-hero__media-col--portrait .theme-image.theme-image--ratio-4-5{aspect-ratio:4 / 5;width:100%;max-height:none;height:auto;}.page-hero .page-hero__media-col.page-hero__media-col--portrait .theme-image--ratio-4-5 .theme-image__img{width:100%;height:100%;max-height:none;object-fit:cover;}}@media (min-width:831px){[data-nav-mobile]{display:none !important;}}