:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#24242b;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;--burgundy: #86132e;--burgundy-dark: #641022;--cream: #f6eee3;--ink: #24242b;--muted: #69666a;--line: #ded9d4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#fff}a{color:inherit}button{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-shell{min-height:100vh;overflow:hidden}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;min-height:104px;padding:12px clamp(24px,7vw,112px);border-bottom:1px solid var(--line);background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand{display:block;width:118px}.brand img{display:block;width:100%;height:82px;object-fit:contain;object-position:left center}.site-nav{display:flex;align-items:center;gap:clamp(24px,4vw,58px)}.site-nav a{position:relative;padding:16px 0;color:#2f2c2e;font-size:15px;text-decoration:none}.site-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:6px;height:2px;background:var(--burgundy);transition:right .18s ease}.site-nav a:hover:after,.site-nav a:focus-visible:after{right:0}.menu-button{display:none;width:44px;height:44px;padding:9px;border:1px solid var(--line);color:var(--ink);background:#fff}.menu-button svg{display:block;width:24px;height:24px}.menu-button path{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.hero{position:relative;display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);min-height:540px;background:#fff}.hero-copy{position:relative;z-index:2;align-self:center;padding:90px 32px 90px clamp(24px,7vw,112px)}.hero h1{max-width:760px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(54px,5.6vw,92px);font-weight:500;line-height:.99;letter-spacing:-.045em;text-wrap:balance}.hero-copy p{margin:30px 0 0;color:#3f3b3d;font-size:clamp(19px,2vw,26px)}.hero-photo{min-height:540px;overflow:hidden;background:var(--cream)}.hero-photo img{display:block;width:100%;height:100%;min-height:540px;object-fit:cover;object-position:58% center}.company-section{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(44px,7vw,110px);padding:96px clamp(24px,7vw,112px)}.company-photo{min-height:430px;overflow:hidden;border-radius:2px;box-shadow:0 24px 60px #3a202324}.company-photo img{display:block;width:100%;height:430px;object-fit:cover}.company-copy{max-width:620px}.company-section h2,.section-heading h2,.location-section h2,.contact-section h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,4vw,58px);font-weight:500;letter-spacing:-.03em}.company-section h2:after,.section-heading h2:after,.location-section h2:after,.contact-section h2:after{content:"";display:block;width:66px;height:2px;margin:20px 0 0;background:var(--burgundy)}.company-section p{margin:28px 0 0;color:var(--muted);font-size:19px;line-height:1.7}.facts-section{padding:86px clamp(24px,7vw,112px) 96px;background:#faf8f5}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:54px}.section-heading h2:after{margin-left:0}.section-heading p{max-width:430px;margin:0;color:var(--muted);line-height:1.6}.facts-list{display:grid;grid-template-columns:repeat(4,1fr);margin:0;border-top:1px solid var(--line)}.fact{min-width:0;padding:28px 26px 32px;border-right:1px solid var(--line)}.fact:first-child{padding-left:0}.fact:last-child{border-right:0}.fact-number{display:block;margin-bottom:38px;color:var(--burgundy);font-family:Georgia,serif;font-size:23px}.fact dt{color:var(--burgundy-dark);font-size:15px;font-weight:700}.fact dd{margin:14px 0 0;font-size:clamp(17px,1.4vw,21px);line-height:1.38}.location-section{position:relative;display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:70px;padding:94px clamp(24px,7vw,112px);background:#fff}.location-section:before{content:"";position:absolute;left:-4%;bottom:20px;width:40%;height:90px;border-top:3px dashed var(--burgundy);border-radius:50%;transform:rotate(8deg);opacity:.72}.location-section>div,.location-section address{position:relative;z-index:1}.location-section h2:after{margin-left:0}.location-section>div p{margin:22px 0 0;color:var(--burgundy);font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.location-section address{padding-left:clamp(30px,5vw,88px);border-left:1px solid var(--line);font-style:normal;font-size:clamp(21px,2.3vw,32px);line-height:1.55}.contact-section{display:flex;align-items:center;justify-content:space-between;gap:50px;padding:82px clamp(24px,7vw,112px);color:#fff;background:var(--burgundy-dark)}.contact-section h2:after{background:var(--cream)}.contact-section p{margin:22px 0 0;color:#ffffffc7;font-size:18px}.contact-section a{color:#fff;font-family:Georgia,Times New Roman,serif;font-size:clamp(21px,2.2vw,31px);text-underline-offset:8px}footer{display:flex;justify-content:center;gap:34px;padding:28px 24px;color:#fff;background:var(--burgundy)}footer p{margin:0}footer p+p{padding-left:34px;border-left:1px solid rgba(255,255,255,.4)}@media(max-width:900px){.site-header{min-height:88px}.brand{width:96px}.brand img{height:66px}.site-header .menu-button{position:absolute;z-index:2;top:50%;right:24px;display:block;transform:translateY(-50%)}.site-nav{position:absolute;top:100%;left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:14px 24px 22px;border-bottom:1px solid var(--line);background:#fff}.site-nav.is-open{display:flex}.site-nav a{padding:14px 0}.hero{grid-template-columns:1fr}.hero-copy{padding-bottom:62px}.hero-photo,.hero-photo img{min-height:340px}.company-section{grid-template-columns:1fr}.section-heading{align-items:start;flex-direction:column}.facts-list{grid-template-columns:repeat(2,1fr)}.fact{border-bottom:1px solid var(--line)}.fact:nth-child(2){border-right:0}.fact:nth-child(3),.fact:nth-child(4){border-bottom:0}.fact:nth-child(3){padding-left:0}.location-section{grid-template-columns:1fr;gap:45px}.location-section address{padding:35px 0 0;border-top:1px solid var(--line);border-left:0}.contact-section{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.site-header{padding:10px 18px}.site-header .menu-button{right:18px}.brand{width:82px}.hero-copy{padding:64px 20px 48px}.hero h1{font-size:46px}.hero-photo,.hero-photo img{min-height:260px}.company-section,.facts-section,.location-section{padding:68px 20px}.company-photo,.company-photo img{height:300px;min-height:300px}.contact-section{padding:62px 20px}.contact-section a{overflow-wrap:anywhere}.facts-list{grid-template-columns:1fr}.fact,.fact:first-child,.fact:nth-child(3){padding:25px 0;border-right:0;border-bottom:1px solid var(--line)}.fact:last-child{border-bottom:0}.fact-number{margin-bottom:18px}footer{align-items:center;flex-direction:column;gap:12px;text-align:center}footer p+p{padding:0;border:0;color:#ffffffb8}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important}}
