@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Montserrat:wght@300;400;500;600;700&display=swap";
:root{--background:#f7f6f3;--foreground:#4c504e;--card:#fff;--primary:#4c504e;--primary-foreground:#fff;--secondary:#efefec;--muted:#ececea;--muted-foreground:#747976;--accent:#c9aa7d;--accent-soft:#ddc6a4;--border:#4c504e1f;--silver:#b8bcb8;--champagne:#c9aa7d;--rose:#c9aa7d;--sand:#e7dfd3;--gradient-spa:linear-gradient(135deg, #f7f6f3 0%, #ececea 100%);--gradient-soft:linear-gradient(180deg, #f8f7f4 0%, #efefec 100%);--gradient-silver:linear-gradient(135deg, #f8f8f6 0%, #e8e9e6 50%, #f3f2ef 100%);--shadow-soft:0 24px 70px #343a3714;--shadow-medium:0 30px 90px #343a371f;--font-display:"DM Serif Display", serif;--font-body:"Montserrat", sans-serif;--font-sans:"Montserrat", sans-serif;--page-x:clamp(24px, 5vw, 48px);--container:1380px;--container-medium:1152px;--container-narrow:768px;--hero-padding-top:160px;--hero-padding-bottom:100px;--section-padding:140px;--eyebrow-size:.72rem;--body-size:1rem;--lead-size:1.125rem;--hero-title-size:clamp(4.8rem, 8vw, 8rem);--section-title-size:clamp(3rem, 5vw, 5.5rem);--card-title-size:1.75rem;--note-title-size:clamp(2rem, 4vw, 3rem);--hero-line-height:.96;--text-line-height:1.75}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);font-family:var(--font-body);font-size:16px;font-weight:400;line-height:var(--text-line-height);letter-spacing:0;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.035em;color:var(--foreground);margin:0;font-weight:400}h1{line-height:.94}h2{line-height:.98}h3{line-height:1.05}p{margin:0}strong{font-weight:600}em{font-family:var(--font-display);color:var(--muted-foreground);font-style:italic;font-weight:400}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img,svg,video{max-width:100%;display:block}::selection{color:var(--foreground);background:#c9aa7d47}@media (max-width:900px){:root{--page-x:28px;--hero-padding-top:120px;--hero-padding-bottom:80px;--section-padding:100px;--hero-title-size:clamp(4rem, 14vw, 6.5rem);--section-title-size:clamp(2.8rem, 9vw, 4.8rem)}}@media (max-width:560px){:root{--page-x:18px;--hero-padding-top:100px;--hero-padding-bottom:70px;--section-padding:80px;--hero-title-size:clamp(3.8rem, 18vw, 5.5rem);--section-title-size:clamp(2.7rem, 13vw, 4rem);--body-size:.95rem;--lead-size:1rem}}
.SiteHeader-module__zBs5mG__header{z-index:9999;pointer-events:auto;justify-content:space-between;align-items:center;width:100%;padding:18px clamp(24px,5vw,48px);display:flex;position:absolute;top:0;left:0;right:0}.SiteHeader-module__zBs5mG__logoLink{z-index:10002;flex-shrink:0;align-items:center;display:inline-flex;position:relative}.SiteHeader-module__zBs5mG__logo{object-fit:contain;object-position:left center;width:auto;height:76px;display:block}.SiteHeader-module__zBs5mG__nav{align-items:center;gap:clamp(22px,3vw,40px);display:flex}.SiteHeader-module__zBs5mG__navLink{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.17em;color:#4c504eb8;padding:6px 0;font-size:.7rem;font-weight:500;transition:color .25s;position:relative}.SiteHeader-module__zBs5mG__navLink:after{content:"";background:var(--champagne);transform-origin:50%;height:1px;transition:transform .25s;position:absolute;bottom:-6px;left:0;right:0;transform:scaleX(0)}.SiteHeader-module__zBs5mG__navLink:hover,.SiteHeader-module__zBs5mG__navLink.SiteHeader-module__zBs5mG__active{color:var(--foreground)}.SiteHeader-module__zBs5mG__navLink:hover:after,.SiteHeader-module__zBs5mG__navLink.SiteHeader-module__zBs5mG__active:after{transform:scaleX(1)}.SiteHeader-module__zBs5mG__menuButton{z-index:10002;-webkit-backdrop-filter:blur(18px);cursor:pointer;appearance:none;background:#f7f6f3eb;border:1px solid #4c504e33;border-radius:50%;flex-direction:column;flex:0 0 46px;justify-content:center;align-items:center;gap:5px;width:46px;height:46px;padding:0;display:none;position:relative;box-shadow:0 8px 30px #32373414}.SiteHeader-module__zBs5mG__menuButton span{transform-origin:50%;background:#4c504e;border-radius:10px;flex:0 0 1.5px;width:18px;height:1.5px;transition:transform .25s,opacity .2s;display:block}.SiteHeader-module__zBs5mG__menuButtonOpen span:first-child{transform:translateY(6.5px)rotate(45deg)}.SiteHeader-module__zBs5mG__menuButtonOpen span:nth-child(2){opacity:0}.SiteHeader-module__zBs5mG__menuButtonOpen span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.SiteHeader-module__zBs5mG__mobileMenu{display:none}@media (max-width:900px){.SiteHeader-module__zBs5mG__header{z-index:9999;padding:14px 18px;position:absolute;top:0;left:0;right:0}.SiteHeader-module__zBs5mG__nav{display:none}.SiteHeader-module__zBs5mG__menuButton{display:flex}.SiteHeader-module__zBs5mG__logo{height:60px}.SiteHeader-module__zBs5mG__mobileMenu{z-index:10000;-webkit-backdrop-filter:blur(28px);opacity:0;visibility:hidden;pointer-events:none;background:linear-gradient(145deg,#f8f7f4fc 0%,#ecede9fc 100%);flex-direction:column;justify-content:space-between;width:100%;min-height:100dvh;padding:112px 22px 28px;transition:opacity .28s,transform .28s,visibility .28s;display:flex;position:fixed;inset:0;transform:translateY(-8px)}.SiteHeader-module__zBs5mG__mobileMenuOpen{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.SiteHeader-module__zBs5mG__logoLink,.SiteHeader-module__zBs5mG__menuButton{z-index:10002}.SiteHeader-module__zBs5mG__mobileMenuInner{width:100%;max-width:620px}.SiteHeader-module__zBs5mG__mobileEyebrow{font-family:var(--font-sans);letter-spacing:.24em;text-transform:uppercase;color:var(--champagne);margin:0 0 30px;font-size:.62rem;font-weight:600}.SiteHeader-module__zBs5mG__mobileLink{width:100%;min-height:74px;font-family:var(--font-display);color:#4c504e;border-top:1px solid #4c504e1c;grid-template-columns:42px minmax(0,1fr);align-items:center;font-size:clamp(2rem,8vw,2.8rem);font-weight:400;line-height:1;transition:color .2s,padding-left .2s;display:grid}.SiteHeader-module__zBs5mG__mobileLink:last-of-type{border-bottom:1px solid #4c504e1c}.SiteHeader-module__zBs5mG__mobileLink:hover{color:#858985;padding-left:4px}.SiteHeader-module__zBs5mG__mobileLink.SiteHeader-module__zBs5mG__active{color:#4c504e}.SiteHeader-module__zBs5mG__mobileNumber{font-family:var(--font-sans);letter-spacing:.12em;color:var(--champagne);font-size:.6rem;font-weight:500}.SiteHeader-module__zBs5mG__mobileMenuFooter{padding-top:30px}.SiteHeader-module__zBs5mG__mobileMenuFooter p{font-family:var(--font-sans);letter-spacing:.18em;text-transform:uppercase;color:#4c504e80;margin:0;font-size:.6rem;font-weight:500;line-height:1.5}}@media (max-width:600px){.SiteHeader-module__zBs5mG__header{padding:12px 16px}.SiteHeader-module__zBs5mG__logo{height:54px}.SiteHeader-module__zBs5mG__menuButton{flex-basis:44px;width:44px;height:44px}.SiteHeader-module__zBs5mG__mobileMenu{padding:100px 18px 24px}.SiteHeader-module__zBs5mG__mobileEyebrow{margin-bottom:24px}.SiteHeader-module__zBs5mG__mobileLink{grid-template-columns:36px minmax(0,1fr);min-height:68px;font-size:clamp(1.9rem,9vw,2.5rem)}}@media (max-width:390px){.SiteHeader-module__zBs5mG__header{padding-left:14px;padding-right:14px}.SiteHeader-module__zBs5mG__logo{height:49px}.SiteHeader-module__zBs5mG__menuButton{flex-basis:42px;width:42px;height:42px}.SiteHeader-module__zBs5mG__mobileMenu{padding:92px 15px 22px}.SiteHeader-module__zBs5mG__mobileLink{min-height:64px;font-size:1.9rem}}
.SiteFooter-module__C4mfIa__footer{padding:96px var(--page-x) 32px;background:#efefec;border-top:1px solid #4c504e1a;margin-top:0}.SiteFooter-module__C4mfIa__inner{grid-template-columns:1.7fr .8fr 1.3fr 1fr .9fr;gap:clamp(40px,5vw,80px);width:100%;max-width:1380px;margin:0 auto;display:grid}.SiteFooter-module__C4mfIa__brandColumn{max-width:280px}.SiteFooter-module__C4mfIa__logoLink{margin-bottom:28px;display:inline-block}.SiteFooter-module__C4mfIa__logo{object-fit:contain;width:150px;height:auto}.SiteFooter-module__C4mfIa__tagline{max-width:250px;font-family:var(--font-display);color:var(--foreground);margin-bottom:12px;font-size:1.35rem;line-height:1.35}.SiteFooter-module__C4mfIa__byline{color:var(--muted-foreground);font-size:.78rem;line-height:1.7}.SiteFooter-module__C4mfIa__column{min-width:0}.SiteFooter-module__C4mfIa__columnTitle{text-transform:uppercase;letter-spacing:.22em;color:var(--foreground);margin-bottom:24px;font-size:.7rem;font-weight:500}.SiteFooter-module__C4mfIa__links,.SiteFooter-module__C4mfIa__contact{flex-direction:column;align-items:flex-start;gap:13px;display:flex}.SiteFooter-module__C4mfIa__links a,.SiteFooter-module__C4mfIa__contact a{color:var(--muted-foreground);font-size:.84rem;line-height:1.5;transition:color .2s,transform .2s;position:relative}.SiteFooter-module__C4mfIa__links a:hover,.SiteFooter-module__C4mfIa__contact a:hover{color:var(--foreground);transform:translate(2px)}.SiteFooter-module__C4mfIa__contact address{color:var(--muted-foreground);margin:0 0 8px;font-size:.84rem;font-style:normal;line-height:1.8}.SiteFooter-module__C4mfIa__bottom{border-top:1px solid #4c504e1f;justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:1380px;margin:76px auto 0;padding-top:24px;display:flex}.SiteFooter-module__C4mfIa__bottom p{text-transform:uppercase;letter-spacing:.13em;color:#4c504e8c;font-size:.68rem}@media (max-width:1100px){.SiteFooter-module__C4mfIa__inner{grid-template-columns:1.5fr repeat(2,1fr);row-gap:64px}.SiteFooter-module__C4mfIa__brandColumn{grid-row:span 2}}@media (max-width:700px){.SiteFooter-module__C4mfIa__footer{padding:72px 24px 28px}.SiteFooter-module__C4mfIa__inner{grid-template-columns:1fr 1fr;gap:52px 28px}.SiteFooter-module__C4mfIa__brandColumn{grid-area:auto/1/auto/-1;max-width:100%;padding-bottom:16px}.SiteFooter-module__C4mfIa__logo{width:135px}.SiteFooter-module__C4mfIa__tagline{max-width:290px;font-size:1.25rem}.SiteFooter-module__C4mfIa__bottom{flex-direction:column;align-items:flex-start;gap:8px;margin-top:60px;padding-top:22px}}@media (max-width:480px){.SiteFooter-module__C4mfIa__inner{grid-template-columns:1fr;gap:42px}.SiteFooter-module__C4mfIa__columnTitle{margin-bottom:18px}}
