@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/dm-sans-normal-400.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/dm-sans-normal-500.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/dm-sans-normal-600.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/playfair-display-italic-400.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/playfair-display-normal-400.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/playfair-display-normal-500.ttf) format('truetype');
}
:root{--navy:#132e3d;--navy-deep:#0c2330;--ink:#17303e;--muted:#62717a;--gold:#b99a63;--gold-light:#e9ddc7;--paper:#f5f6f4;--line:#dce1df;--white:#fff;--serif:'Playfair Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--ink);background:var(--white);font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}button{cursor:pointer}a,button,input,select,summary{outline-offset:5px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--gold)}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:400}h1,h2{font-family:var(--serif);line-height:1.14;letter-spacing:-.035em}h1{font-size:clamp(3.4rem,5.1vw,5rem);margin-bottom:27px}h2{font-size:clamp(2.4rem,3.5vw,3.4rem);margin-bottom:22px}h3{font-size:1.35rem;line-height:1.35}p{margin-bottom:22px}em{font-weight:400;color:var(--gold)}.wrap{width:min(1280px,calc(100% - 112px));margin:auto}.eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;display:flex;align-items:center;gap:13px;margin-bottom:23px}.eyebrow:before{content:'';width:28px;height:1px;background:var(--gold)}.small{font-size:.875rem}.muted{color:var(--muted)}.skip{position:fixed;top:-100px;left:20px;z-index:100;background:white;padding:10px}.skip:focus{top:10px}.topbar{background:var(--navy);color:#e5eaec;font-size:.75rem;letter-spacing:.05em;padding:8px 0}.topbar .wrap{display:flex;justify-content:space-between}.topbar a{font-weight:500}.site-header{background:rgba(255,255,255,.97);position:sticky;top:0;z-index:50;border-bottom:1px solid #e9eceb}.nav{height:98px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{line-height:1;color:var(--navy);display:inline-block}.wordmark{font-family:var(--serif);font-weight:500;letter-spacing:-.075em;font-size:2.55rem}.wordmark span{color:var(--gold)}.brand-caption{display:block;font-family:var(--sans);font-size:.6rem;font-weight:500;letter-spacing:.32em;margin:9px 0 0 3px;text-transform:uppercase}.nav-links{display:flex;align-items:center;gap:28px;font-size:.875rem;font-weight:500}.nav-links>a{position:relative;white-space:nowrap}.nav-links>a:not(.button):after{content:'';position:absolute;bottom:-9px;left:0;width:0;height:1px;background:var(--gold);transition:width .2s}.nav-links>a:hover:after,.nav-links>a[aria-current=page]:after{width:100%}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;min-height:54px;background:var(--navy);color:white;padding:14px 24px;font-size:.875rem;font-weight:500;border:1px solid var(--navy);transition:background .2s,transform .2s}.button:hover{background:#244859;transform:translateY(-2px)}.button svg{width:18px;height:18px;flex-shrink:0}.button.light{background:white;color:var(--navy);border-color:white}.button.light:hover{background:var(--gold-light)}.button.outline{background:transparent;color:var(--navy);border-color:#b7c1c5}.button.outline:hover{background:var(--paper)}.button.gold{background:var(--gold-light);color:var(--navy);border-color:var(--gold-light)}.nav .button{min-height:44px;padding:10px 18px;gap:20px}.menu-toggle{display:none;background:none;border:0;color:var(--navy);padding:12px}.menu-toggle svg{width:25px;height:25px}.hero{display:grid;grid-template-columns:1fr 1fr;gap:38px;padding-top:46px;padding-bottom:52px;align-items:center}.hero-copy{padding:20px 0 25px;max-width:595px}.hero h1{font-size:clamp(3.3rem,5.35vw,5.25rem)}.hero-copy>p{max-width:430px;color:var(--muted);font-size:1.05rem;line-height:1.85}.hero-actions{display:flex;align-items:center;gap:25px;margin-top:32px}.text-link{font-size:.875rem;display:inline-flex;align-items:center;gap:13px;border-bottom:1px solid #bfc8cc;padding-bottom:4px;font-weight:500}.text-link svg{width:17px;height:17px}.text-link:hover{color:#896d3c;border-color:var(--gold)}.hero-note{margin-top:30px;color:var(--muted);font-size:.75rem;display:flex;align-items:center;gap:9px}.hero-note svg{width:15px;height:15px;color:var(--gold)}.hero-photo{position:relative;height:592px}.hero-photo>img{height:100%;width:100%;object-fit:cover;object-position:center;border-radius:2px 2px 80px 2px}.photo-caption{position:absolute;bottom:24px;left:-26px;background:var(--white);padding:20px 24px;display:flex;align-items:center;gap:24px;box-shadow:0 6px 30px #0820300a}.photo-caption .caption-icon{display:grid;place-items:center;width:44px;height:44px;border:1px solid #e0d4be;border-radius:50%;color:#9e804b}.photo-caption strong{font-weight:500;font-size:.925rem;display:block}.photo-caption small{display:block;color:var(--muted);font-size:.75rem}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:25px 0}.trust-items{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:flex;justify-content:center;align-items:center;gap:13px;font-size:.875rem;border-right:1px solid var(--line)}.trust-item:first-child{justify-content:flex-start}.trust-item:last-child{border:0;justify-content:flex-end}.trust-item svg{width:22px;height:22px;color:#9d824f;stroke-width:1.4}.section{padding:100px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:46px}.section-head h2{margin-bottom:0}.section-head>p{max-width:390px;color:var(--muted);margin-bottom:4px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:19px}.service-card{padding:30px 26px 25px;background:var(--paper);border:1px solid transparent;min-height:290px;display:flex;flex-direction:column;transition:background .25s,border-color .25s,transform .25s}.service-card:hover{background:white;border-color:var(--gold);transform:translateY(-5px)}.service-icon{width:33px;height:33px;margin-bottom:28px;color:var(--navy);stroke-width:1.25}.service-card h3{font-family:var(--serif);font-size:1.5rem;margin-bottom:13px;letter-spacing:-.02em}.service-card p{font-size:.9rem;line-height:1.75;color:var(--muted);margin-bottom:28px}.card-end{margin-top:auto;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;font-weight:500}.card-end svg{width:19px;height:19px}.section-tail{margin-top:28px;display:flex;justify-content:space-between;gap:20px;font-size:.875rem;color:var(--muted)}.section-tail a{color:var(--ink);border-bottom:1px solid #bdc5c8}.approach{background:var(--navy);color:white;padding:96px 0;position:relative;overflow:hidden}.approach-layout{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}.approach h2{font-size:clamp(2.5rem,3.6vw,3.5rem);max-width:490px}.approach p{color:#bcc9cf;max-width:430px}.approach .eyebrow{color:#d4c3a3}.approach .text-link{color:white;border-color:#71818b;margin-top:15px}.approach-rows{padding-top:7px}.approach-row{display:grid;grid-template-columns:34px 1fr;gap:24px;padding:0 0 27px;margin-bottom:27px;border-bottom:1px solid #ffffff24}.approach-row:last-child{margin-bottom:0}.step-number{font-family:var(--serif);color:var(--gold);font-size:1.25rem;line-height:1.3}.approach-row h3{font-size:1.25rem;margin-bottom:8px}.approach-row p{font-size:.925rem;margin-bottom:0;line-height:1.75}.calculator-section{background:#fafbf9}.calculator-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.calculator-intro p{max-width:390px;color:var(--muted)}.calculator-box{background:white;border:1px solid #dbe0dc;box-shadow:0 15px 45px #16323c05;padding:34px 36px}.calculator-title{display:flex;gap:11px;align-items:center;font-size:1rem;font-weight:500;margin-bottom:27px}.calculator-title svg{color:#9d824f;width:22px;height:22px}.field-label{display:flex;justify-content:space-between;gap:10px;font-size:.875rem;margin-bottom:9px}.amount-input{display:flex;align-items:center;border:1px solid var(--line);padding:9px 14px;gap:9px;margin-bottom:15px}.amount-input span{color:var(--muted)}.amount-input input{width:100%;min-width:0;border:0;background:none;padding:0;outline:none;color:var(--ink);font-size:1.1rem}.amount-input:focus-within{outline:2px solid var(--gold);outline-offset:2px}.range{width:100%;accent-color:var(--navy);margin:4px 0 26px;height:4px;cursor:pointer}.field-pair{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field-pair input,.field-pair select{border:1px solid var(--line);width:100%;padding:11px 12px;height:49px;background:white;color:var(--ink);border-radius:0}.result{border-top:1px solid var(--line);margin-top:28px;padding-top:24px;display:flex;justify-content:space-between;align-items:center;gap:20px}.result-label{font-size:.875rem;color:var(--muted)}.result output{font-family:var(--serif);font-size:2.5rem;line-height:1.2;display:block;letter-spacing:-.035em}.result small{font-size:.75rem;color:var(--muted)}.calc-note{font-size:.75rem!important;line-height:1.6;color:var(--muted);margin:20px 0 0!important}.calc-frequency{display:flex;gap:4px;margin-top:20px;background:var(--paper);padding:4px}.calc-frequency button{flex:1;border:0;background:none;font-size:.8rem;color:var(--muted);padding:8px}.calc-frequency button[aria-pressed=true]{background:white;color:var(--ink);box-shadow:0 1px 4px #0000000c}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:84px;align-items:center}.story-image{height:480px;object-fit:cover;width:100%;border-radius:2px 2px 2px 64px}.story-content>p{color:var(--muted);max-width:430px}.story-footnote{font-size:.75rem;color:var(--muted);margin-top:16px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.guide-card{border-top:1px solid var(--line);padding:24px 0 5px;display:flex;flex-direction:column;transition:border-color .2s}.guide-card:hover{border-color:var(--gold)}.guide-meta{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);display:flex;justify-content:space-between;margin-bottom:24px}.guide-card h3{font-family:var(--serif);font-size:1.65rem;max-width:260px;line-height:1.3}.guide-card p{font-size:.9rem;color:var(--muted);max-width:300px}.guide-card .text-link{align-self:flex-start;margin-top:auto}.cta-section{padding:73px 0;background:#e9e4d9}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}.cta-inner h2{margin-bottom:12px}.cta-inner p{color:#5e675f;margin-bottom:0}.site-footer{background:var(--navy-deep);color:white;padding:68px 0 24px}.footer-grid{display:grid;grid-template-columns:1.65fr 1fr 1fr 1.1fr;gap:45px;margin-bottom:60px}.site-footer .brand{color:white;margin-bottom:22px}.site-footer .brand-caption{color:#c0ced2}.footer-brand p{font-size:.875rem;color:#b5c0c5;max-width:240px}.footer-heading{font-size:.8rem;font-weight:500;margin:5px 0 21px}.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:11px;color:#b5c0c5;font-size:.8rem}.footer-links a:hover{color:var(--gold-light)}.footer-bottom{border-top:1px solid #ffffff23;padding-top:22px;display:flex;justify-content:space-between;align-items:center;gap:25px;font-size:.75rem;color:#a9b8c0}.footer-legal{display:flex;gap:21px;flex-wrap:wrap}.footer-disclaimer{font-size:.75rem;color:#9eafb8;margin-top:23px;max-width:880px;line-height:1.7}.page-hero{padding:65px 0 72px;background:var(--paper)}.breadcrumbs{font-size:.8rem;color:var(--muted);display:flex;gap:12px;margin-bottom:32px}.breadcrumbs a{text-decoration:underline;text-underline-offset:4px}.page-hero h1{max-width:850px}.page-hero p{max-width:620px;color:var(--muted);font-size:1.05rem;line-height:1.8;margin-bottom:0}.page-hero .button{margin-top:28px}.page-hero .eyebrow{margin-bottom:18px}.services-large{grid-template-columns:repeat(3,1fr)}.services-large .service-card{min-height:320px}.detail-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;align-items:start}.detail-main p{color:var(--muted)}.detail-main h2{font-size:2.3rem;margin-top:45px}.detail-main h2:first-child{margin-top:0}.detail-list{list-style:none;padding:0;margin:25px 0 40px}.detail-list li{border-bottom:1px solid var(--line);padding:15px 0 15px 27px;position:relative;color:var(--muted)}.detail-list li:before{content:'✓';position:absolute;left:0;color:#977a46}.detail-aside{background:var(--navy);color:white;padding:35px;position:sticky;top:135px}.detail-aside h3{font-family:var(--serif);font-size:1.9rem}.detail-aside p{color:#bcc9cf;font-size:.95rem}.detail-aside .button{width:100%;gap:12px}.detail-aside .aside-phone{display:block;text-align:center;margin-top:18px;font-size:.875rem}.questions{margin-top:45px}.questions details{border-bottom:1px solid var(--line)}.questions summary{font-size:1.05rem;cursor:pointer;padding:20px 25px 20px 0;position:relative;list-style:none}.questions summary:after{content:'+';position:absolute;right:0;font-size:1.4rem;top:14px;color:#927744}.questions details[open] summary:after{content:'−'}.questions p{font-size:.925rem;padding-right:25px}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.team-card{background:var(--paper);padding:28px}.team-initials{font-family:var(--serif);font-size:2.3rem;color:#927744;border-bottom:1px solid var(--line);padding-bottom:30px;margin-bottom:25px}.team-card h3{font-family:var(--serif);font-size:1.45rem;margin-bottom:12px}.team-card a{font-size:.875rem;text-decoration:underline;text-underline-offset:5px;overflow-wrap:anywhere}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:75px}.contact-method{border-bottom:1px solid var(--line);padding:24px 0;display:flex;gap:22px;align-items:start}.contact-method>svg{width:25px;height:25px;color:#947744}.contact-method h3{font-size:.875rem;color:var(--muted);margin:0 0 8px}.contact-method p,.contact-method a{font-size:1.35rem;margin:0;line-height:1.55}.contact-method a:hover{text-decoration:underline;text-underline-offset:6px}.contact-panel{background:var(--paper);padding:42px}.contact-panel h2{font-size:2.5rem}.contact-panel p{color:var(--muted)}.contact-panel .button{margin-bottom:16px;width:100%}.contact-panel .small{font-size:.8rem;margin:5px 0 0}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.tool-card{padding:28px;border:1px solid var(--line);display:flex;flex-direction:column;gap:12px}.tool-card p{color:var(--muted);font-size:.925rem}.tool-card .text-link{align-self:flex-start;margin-top:auto}.tool-card h3{font-family:var(--serif);font-size:1.6rem}.guide-page-grid{grid-template-columns:repeat(2,1fr);gap:40px}.guide-page-grid .guide-card h3,.guide-page-grid .guide-card p{max-width:none}.notfound{text-align:center;padding:100px 20px}.calc-error{font-size:.85rem;color:#a03030;margin:12px 0 0}.calc-error:empty{display:none}
em{color:#977642}.approach em{color:#d1b780}
@media(min-width:1500px){.wrap{width:min(1320px,calc(100% - 140px))}.hero-photo{height:630px}.hero{gap:64px}.hero h1{font-size:5.6rem}}
@media(max-width:1150px){.wrap{width:calc(100% - 64px)}.nav-links{gap:18px;font-size:.8rem}.nav .button{padding:10px 13px;gap:12px}.hero{gap:26px}.hero-photo{height:550px}.hero h1{font-size:4.2rem}.hero-actions{gap:16px;flex-wrap:wrap}.approach-layout,.calculator-grid,.story-grid{gap:55px}.service-card{padding:25px 20px}.footer-grid{gap:25px}.contact-grid{gap:45px}.detail-grid{gap:45px}}
@media(max-width:900px){.nav{height:82px}.wordmark{font-size:2.2rem}.nav-links{display:none;position:absolute;top:82px;left:0;right:0;background:white;box-shadow:0 15px 25px #0b233018;padding:22px 32px;align-items:stretch;gap:0}.nav-links.open{display:flex;flex-direction:column}.nav-links>a{padding:14px 0;font-size:1rem}.nav-links>a:after{display:none}.nav-links>.button{margin-top:15px}.menu-toggle{display:block}.hero h1{font-size:3.4rem}.hero-copy>p{font-size:1rem}.hero-photo{height:510px}.hero{gap:24px;padding-top:34px}.photo-caption{left:-15px;padding:16px;gap:13px}.photo-caption strong{font-size:.8rem}.photo-caption small{font-size:.75rem}.photo-caption .caption-icon{width:36px;height:36px}.hero .button{padding:13px 20px;gap:20px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card{min-height:275px}.trust-items{grid-template-columns:repeat(2,1fr);gap:22px}.trust-item,.trust-item:first-child,.trust-item:last-child{justify-content:flex-start;border:0}.section{padding:75px 0}.section-head{gap:35px}.section-head>p{max-width:300px}.approach-layout{gap:40px}.calculator-grid{gap:35px}.calculator-box{padding:25px}.result{display:block}.result>div+div{margin-top:14px}.story-grid{gap:40px}.story-image{height:435px}.footer-grid{grid-template-columns:repeat(3,1fr)}.footer-brand{grid-column:1/-1}.footer-brand p{max-width:420px}.footer-bottom{align-items:flex-start}.team-grid{grid-template-columns:repeat(2,1fr)}.tool-grid{grid-template-columns:repeat(2,1fr)}.detail-grid{grid-template-columns:1fr .75fr;gap:35px}.detail-aside{padding:25px}.contact-grid{gap:30px}.contact-panel{padding:28px}}
@media(max-width:650px){.wrap{width:calc(100% - 40px)}.topbar{font-size:.65rem;letter-spacing:.02em}.topbar .top-location{display:none}.topbar .wrap{justify-content:center}.nav{height:78px}.nav-links{top:78px}.hero{grid-template-columns:1fr;padding-top:34px;padding-bottom:32px;gap:28px}.hero-copy{padding:0;max-width:100%}.hero h1{font-size:clamp(3.3rem,11.5vw,4.3rem);max-width:520px;margin-bottom:23px}.hero h1 br:nth-child(2){display:none}.hero .eyebrow{margin-bottom:18px}.hero-copy>p{font-size:1rem;max-width:460px}.hero-actions{margin-top:24px;gap:22px}.hero-note{margin-top:23px}.hero-photo{height:405px;margin-left:14px}.hero-photo>img{border-bottom-right-radius:54px}.photo-caption{left:-14px;bottom:22px;padding:16px 20px}.photo-caption strong{font-size:.9rem}.trust-strip{padding:22px 0}.trust-items{gap:20px 12px}.trust-item{font-size:.75rem;gap:9px}.trust-item svg{width:20px;height:20px}.section{padding:60px 0}.section-head{display:block;margin-bottom:30px}.section-head h2{margin-bottom:20px}.section-head>p{max-width:440px}.eyebrow{font-size:.7rem;margin-bottom:17px}h2{font-size:2.5rem}.service-grid{grid-template-columns:1fr;gap:13px}.service-card{min-height:0;padding:26px}.service-icon{margin-bottom:21px;width:30px;height:30px}.service-card h3{font-size:1.7rem}.service-card p{max-width:440px;margin-bottom:20px}.service-card .card-end{font-size:.85rem}.section-tail{flex-direction:column;gap:10px}.section-tail a{align-self:flex-start}.approach{padding:64px 0}.approach-layout{grid-template-columns:1fr;gap:42px}.approach h2{font-size:2.65rem}.approach-row{gap:16px}.calculator-grid{grid-template-columns:1fr;gap:32px}.calculator-intro p{max-width:440px}.calculator-box{padding:25px 21px}.result{display:flex}.result>div+div{margin-top:0}.result output{font-size:2.3rem}.story-grid{grid-template-columns:1fr;gap:35px}.story-image{height:360px}.guide-grid{grid-template-columns:1fr;gap:24px}.guide-card h3{max-width:none}.guide-card p{max-width:440px}.guide-meta{margin-bottom:16px}.cta-section{padding:50px 0}.cta-inner{display:block}.cta-inner h2{font-size:2.6rem}.cta-inner .button{margin-top:27px}.site-footer{padding:48px 0 24px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:32px 20px;margin-bottom:40px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:15px}.footer-legal{gap:14px}.page-hero{padding:38px 0 45px}.page-hero h1{font-size:3.2rem}.page-hero p{font-size:1rem}.breadcrumbs{margin-bottom:24px}.detail-grid{grid-template-columns:1fr;gap:40px}.detail-aside{position:static;padding:32px}.detail-main h2{font-size:2.2rem}.team-grid{grid-template-columns:1fr}.team-initials{padding-bottom:20px;margin-bottom:20px}.contact-grid{grid-template-columns:1fr;gap:40px}.contact-method a,.contact-method p{font-size:1.2rem}.contact-panel{padding:30px 24px}.contact-panel h2{font-size:2.2rem}.tool-grid{grid-template-columns:1fr}.guide-page-grid{grid-template-columns:1fr}.hero-photo>img{object-position:center}}
.service-card-content{display:flex;flex-direction:column;flex:1;min-width:0}.service-card-illustrated{padding:0;overflow:hidden}.service-card-illustrated .service-card-content{padding:26px 24px}.service-card-illustrated .service-icon{width:27px;height:27px;margin-bottom:18px}.service-photo{aspect-ratio:4/3;overflow:hidden;background:var(--paper)}.service-photo img,.guide-photo img{height:100%;width:100%;object-fit:cover;transition:transform .55s ease}.service-card:hover .service-photo img,.guide-photo:hover img{transform:scale(1.035)}.service-card-illustrated:hover{transform:translateY(-4px)}.guide-photo{display:block;width:100%;aspect-ratio:16/10;overflow:hidden;margin-bottom:27px;background:var(--paper)}.guide-card{padding-top:0;border-top:0}.guide-page-grid .guide-photo{aspect-ratio:16/9}.page-hero-with-image{padding:45px 0 55px;background:white}.page-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:65px;align-items:center}.page-hero-copy{min-width:0}.page-hero-with-image h1{font-size:clamp(2.6rem,4.3vw,4.2rem);line-height:1.17}.page-hero-with-image p{font-size:1rem}.page-hero-with-image .breadcrumbs{margin-bottom:28px}.page-hero-image{height:490px;min-width:0;overflow:hidden;border-radius:2px 2px 64px 2px;background:var(--paper)}.page-hero-image img{height:100%;width:100%;object-fit:cover}.page-hero-with-image+.section{padding-top:65px}
@media(max-width:1150px){.page-hero-grid{gap:40px}.page-hero-image{height:450px}.service-card-illustrated .service-card-content{padding:24px 20px}}
@media(max-width:900px){.page-hero-grid{gap:30px}.page-hero-image{height:435px}.page-hero-with-image h1{font-size:2.8rem}.service-photo{aspect-ratio:16/10}}
@media(max-width:650px){.page-hero-with-image{padding:34px 0 40px}.page-hero-grid{grid-template-columns:1fr;gap:30px}.page-hero-with-image h1{font-size:clamp(2.6rem,10vw,3.35rem)}.page-hero-image{height:320px;border-bottom-right-radius:48px}.page-hero-with-image+.section{padding-top:35px}.service-photo{aspect-ratio:16/10}.service-card-illustrated .service-card-content{padding:26px}.guide-photo{margin-bottom:22px}.guide-grid{gap:35px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}
