@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Figtree:wght@400;500;600&display=swap";.quote-modal{z-index:9999;place-items:center;padding:12px;display:grid;position:fixed;inset:0}.quote-modal__backdrop{-webkit-backdrop-filter:blur(2px);background:#2d27229e;position:absolute;inset:0}.quote-modal__panel{background:var(--paper);border:1px solid var(--line);width:min(540px,100%);max-height:75dvh;box-shadow:var(--modal-shadow);border-radius:12px;position:relative;overflow:hidden}.quote-modal__close{z-index:10;min-height:34px;color:var(--ink);background:var(--input-bg);border:1px solid var(--line-strong);cursor:pointer;border-radius:7px;padding:0 12px;font-size:.8rem;font-weight:600;line-height:1;position:absolute;top:10px;right:10px}.quote-modal__close:disabled{opacity:.5;cursor:not-allowed}.quote-form{grid-template-rows:auto minmax(0,1fr) auto;max-height:70dvh;padding-top:50px;display:grid;position:relative}.quote-form__header{color:var(--muted);justify-content:space-between;align-items:center;padding:0 18px 9px;font-size:.73rem;display:flex}.quote-dots{align-items:center;gap:5px;display:flex}.quote-dot{background:#463c3433;border-radius:999px;width:7px;height:7px;transition:width .15s,background-color .15s}.quote-dot.is-active{background:var(--blue);width:18px}.quote-form__body{overscroll-behavior:contain;scrollbar-width:thin;min-height:0;max-height:calc(60dvh - 113px);padding:0 18px 12px;overflow-y:auto}.quote-step{gap:9px;display:grid}.quote-step h3,.quote-state h2{color:var(--ink);font-family:var(--display-font);margin:0 0 2px;font-size:1.08rem;font-weight:600;line-height:1.25}.quote-field{gap:4px;min-width:0;display:grid}.quote-field label,.quote-fieldset legend{color:var(--ink);font-size:.78rem;font-weight:600}.quote-modal input,.quote-modal select,.quote-modal textarea{width:100%;min-width:0;min-height:40px;color:var(--ink);background:var(--input-bg);border:1px solid var(--line);font:inherit;border-radius:6px;padding:9px 11px;font-size:.88rem;line-height:1.3}.quote-modal select{padding-right:34px}.quote-modal textarea{resize:vertical;min-height:60px}.quote-modal input:focus,.quote-modal select:focus,.quote-modal textarea:focus{background:#fff;border-color:#2c74907a;outline:2px solid #2c749024}.quote-fieldset{border:1px solid var(--line);border-radius:7px;min-width:0;margin:0;padding:7px}.quote-fieldset legend{padding:0 4px}.quote-checks{gap:5px;display:grid}.quote-factor-checks{grid-template-columns:1fr 1fr}.quote-check{cursor:pointer;background:#ffffff7a;border:1px solid #463c3414;border-radius:6px;align-items:flex-start;gap:7px;min-width:0;padding:6px 7px;display:flex}.quote-check:hover{background:#ffffffbf}.quote-modal .quote-check input{width:15px;height:15px;min-height:0;accent-color:var(--blue);appearance:auto;-webkit-appearance:checkbox;flex:none;margin:2px 0 0;padding:0}.quote-check span{min-width:0;color:var(--text);font-size:.74rem;font-weight:500;line-height:1.3}.quote-error{color:#9b2c2c;font-size:.71rem;line-height:1.2}.quote-form__footer{min-height:56px;padding:8px 18px calc(8px + env(safe-area-inset-bottom));border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);background:#fffaf4fa;justify-content:space-between;align-items:center;gap:10px;display:flex}.quote-button{color:#fff;background:var(--blue);border:1px solid var(--blue);min-height:38px;font:inherit;cursor:pointer;border-radius:7px;justify-content:center;align-items:center;padding:0 14px;font-size:.8rem;font-weight:600;line-height:1;display:inline-flex}.quote-button:hover,.quote-button:focus-visible{background:var(--blue-dark);border-color:var(--blue-dark)}.quote-button--ghost{color:var(--brown);border-color:var(--line-strong);background:0 0}.quote-button--ghost:hover,.quote-button--ghost:focus-visible{color:var(--ink);background:#ffffffa6;border-color:#6f594a52}.quote-button--wide{width:100%}.quote-toast{left:18px;right:18px;bottom:calc(64px + env(safe-area-inset-bottom));z-index:20;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:7px;padding:9px 11px;font-size:.76rem;line-height:1.35;position:absolute;box-shadow:0 8px 24px #2d27221f}.quote-state{text-align:center;align-content:center;place-items:center;gap:10px;min-height:300px;padding:68px 22px 26px;display:grid}.quote-state p{max-width:430px;color:var(--muted);margin:0;font-size:.86rem;line-height:1.5}.quote-success-actions{gap:7px;width:min(320px,100%);margin-top:8px;display:grid}.quote-reset-link{color:var(--brown);font:inherit;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;justify-self:center;padding:4px;font-size:.78rem;font-weight:600;text-decoration:underline}.quote-reset-link:hover,.quote-reset-link:focus-visible{color:var(--blue-dark)}.quote-spinner{border:3px solid #2c749029;border-top-color:var(--blue);border-radius:50%;width:30px;height:30px;animation:.9s linear infinite quote-spin}.quote-email-domains{flex-wrap:wrap;gap:5px;display:flex}.quote-email-domain{min-height:28px;color:var(--blue-dark);font:inherit;cursor:pointer;background:#2c74900f;border:1px solid #2c749026;border-radius:999px;padding:4px 8px;font-size:.68rem;font-weight:600;line-height:1}.quote-email-domain:hover,.quote-email-domain:focus-visible{background:#2c74901f;border-color:#2c74904d}@keyframes quote-spin{to{transform:rotate(360deg)}}@media (width<=600px){.quote-modal{padding:4px}.quote-modal__panel,.quote-form{width:100%;max-height:75dvh}.quote-modal__panel{border-radius:9px}.quote-modal__close{min-height:31px;padding:0 10px;font-size:.76rem;top:7px;right:7px}.quote-form{padding-top:43px}.quote-form__header{padding:0 11px 6px}.quote-form__body{padding:0 11px 7px}.quote-step{gap:7px}.quote-step h3{font-size:1rem}.quote-modal input,.quote-modal select,.quote-modal textarea{min-height:38px;padding:7px 9px;font-size:16px}.quote-modal textarea{min-height:52px}.quote-fieldset{padding:6px}.quote-check{gap:6px;padding:5px 6px}.quote-check span{font-size:.7rem;line-height:1.23}.quote-form__footer{min-height:52px;padding:6px 11px calc(6px + env(safe-area-inset-bottom))}.quote-button{min-height:36px;padding:0 12px;font-size:.78rem}.quote-toast{left:11px;right:11px;bottom:calc(58px + env(safe-area-inset-bottom))}.quote-state{min-height:100%;padding:58px 18px 20px}}@media (width<=380px){.quote-factor-checks{grid-template-columns:1fr}.quote-check span{font-size:.69rem}}@media (height<=560px){.quote-modal{padding:0}.quote-modal__panel,.quote-form{width:100%;height:100dvh;max-height:75dvh}.quote-modal__panel{border-radius:0}}@media (prefers-reduced-motion:reduce){.quote-spinner{animation-duration:.01ms}}:root{--blue:#2c7490;--blue-dark:#245f76;--bg:#f8f2eb;--paper:#fffaf4;--input-bg:#fffdf9;--ink:#302a25;--text:#50463e;--muted:#776d65;--brown:#6f594a;--line:#6f594a26;--line-strong:#6f594a3d;--rail-width:224px;--content-width:860px;--radius:8px;--radius-large:14px;--shadow:0 12px 32px #3c30290f;--modal-shadow:0 24px 70px #2d272238;--body-font:"DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--display-font:"Figtree", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{color:var(--text);background:radial-gradient(circle at 88% 3%, #b99b8224, transparent 28rem), linear-gradient(180deg, #fbf6f0 0%, var(--bg) 100%);font-family:var(--body-font);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.65;overflow-x:hidden}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{border:0}button,a{-webkit-tap-highlight-color:transparent}img{max-width:100%;display:block}.interior-footer{margin-top:clamp(2.5rem,5vw,4rem)}h1,h2,h3,p,ol{margin:0}h1,h2,h3{color:var(--ink);font-family:var(--display-font)}h1,h2{letter-spacing:-.035em;font-weight:500}h1{max-width:13ch;font-size:clamp(2.75rem,6vw,5rem);line-height:1.02}h2{font-size:clamp(1.9rem,3.6vw,2.85rem);line-height:1.1}h3{letter-spacing:-.015em;font-size:1rem;font-weight:600;line-height:1.35}.eyebrow{color:var(--blue);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:700}.rail{z-index:50;width:var(--rail-width);border-right:1px solid var(--line);-webkit-backdrop-filter:blur(12px);background:#fffaf4f0;grid-template-rows:auto 1fr auto;padding:1.25rem 1rem;display:grid;position:fixed;inset:0 auto 0 0}.rail-top{min-width:0}.rail-brand{gap:.75rem;display:grid}.rail-brand img{object-fit:contain;width:2.7rem;height:2.7rem}.rail-brand span{gap:.1rem;min-width:0;display:grid}.rail-brand strong{color:var(--ink);font-size:.98rem;font-weight:700}.rail-brand small{color:var(--muted);font-size:.77rem}.rail-menu{display:none}.rail-nav{align-self:center;display:grid}.rail-nav a{color:var(--brown);border-bottom:1px solid #6f594a17;padding:.65rem 0;font-size:.88rem;font-weight:500}.rail-nav a:hover,.rail-nav a:focus-visible{color:var(--blue)}.rail-bottom{gap:.35rem;display:grid}.rail-bottom a,.rail-bottom button{color:var(--ink);font-size:.82rem;font-weight:600}.rail-bottom a:hover,.rail-bottom a:focus-visible,.rail-bottom button:hover,.rail-bottom button:focus-visible{color:var(--blue)}.rail-bottom span{color:var(--muted);font-size:.76rem}.rail-bottom button{color:var(--blue-dark);cursor:pointer;background:0 0;justify-self:start;margin-top:.45rem;padding:0}.site-main{min-height:100vh;margin-left:var(--rail-width)}.page-shell{width:min(var(--content-width), calc(100% - 3rem));margin-inline:auto}.hero{border-bottom:1px solid var(--line);flex-direction:column;justify-content:center;min-height:70vh;padding:clamp(5rem,10vw,8rem) 0 clamp(4rem,8vw,6rem);display:flex}.hero .eyebrow{margin-bottom:1.1rem}.hero-lead{max-width:42rem;color:var(--text);margin-top:1.4rem;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.6}.hero-note{max-width:42rem;color:var(--muted);margin-top:1.4rem;font-size:.92rem}.hero-actions,.contact-actions{flex-wrap:wrap;gap:.7rem;margin-top:1.6rem;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;min-height:44px;padding:.78rem 1rem;font-size:.9rem;font-weight:600;line-height:1;transition:background-color .15s,border-color .15s,color .15s,transform .15s;display:inline-flex}.button:active{transform:translateY(1px)}.button-primary{color:#fff;background:var(--blue);box-shadow:0 8px 18px #2c749024}.button-primary:hover,.button-primary:focus-visible{background:var(--blue-dark)}.button-secondary{color:var(--brown);border-color:var(--line);background:#fffaf49e}.button-secondary:hover,.button-secondary:focus-visible{background:var(--paper);border-color:var(--line-strong)}.content-section{border-bottom:1px solid var(--line);padding:clamp(4rem,8vw,6.5rem) 0}.section-heading{max-width:42rem}.section-heading .eyebrow{margin-bottom:.7rem}.section-heading>p:last-child{max-width:40rem;color:var(--muted);margin-top:1rem;font-size:.95rem}.lined-list{border-top:1px solid var(--line);margin-top:2.2rem}.list-row{border-bottom:1px solid var(--line);grid-template-columns:2.5rem minmax(0,1fr);gap:1rem;padding:1.4rem 0;display:grid}.row-number{color:var(--blue);letter-spacing:.04em;font-size:.74rem;font-weight:700}.list-row p,.cost-row p{max-width:46rem;color:var(--muted);margin-top:.4rem;font-size:.93rem}.process-list{padding:0;list-style:none}.cost-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1.25rem;padding:1.45rem 0;display:grid}.cost-row strong{color:var(--ink);white-space:nowrap;font-size:1rem;font-weight:600}.contact-section{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:radial-gradient(circle at 12% 5%,#2c749014,#0000 20rem),#fffaf4cc;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:2rem;margin:clamp(4rem,8vw,6rem) 0 2.5rem;padding:clamp(1.5rem,4vw,2.25rem);display:grid}.contact-section h2{max-width:12ch}.contact-section .eyebrow{margin-bottom:.65rem}.contact-section p:not(.eyebrow){max-width:34rem;color:var(--muted);margin-top:.8rem;font-size:.94rem}.contact-actions{max-width:14rem;margin-top:0;display:grid}.text-link{color:var(--blue-dark);overflow-wrap:anywhere;margin-top:.15rem;font-size:.83rem;font-weight:600}.text-link:hover,.text-link:focus-visible{color:var(--blue)}.site-footer{color:var(--muted);border-top:1px solid var(--line);grid-template-columns:.8fr 1.4fr auto;gap:1.25rem;padding:1.4rem 0 2rem;font-size:.8rem;display:grid}.site-footer div{flex-wrap:wrap;gap:.85rem;display:flex}.site-footer a{color:var(--brown);font-weight:500}.site-footer a:hover,.site-footer a:focus-visible{color:var(--blue)}.tiny{font-size:.78rem}.muted{color:var(--muted)}main.section{min-height:100vh;margin-left:var(--rail-width);padding:clamp(4rem,8vw,6rem) 0 0}main.section>.container{width:min(760px,100% - 3rem);margin-inline:auto}main.section>.container>.eyebrow,main.section>.container>h1,main.section>.container>.tiny,main.section>.container>.muted{text-align:center}main.section>.container>h1{max-width:none;margin-top:.45rem;font-size:clamp(2.8rem,6vw,4.5rem)}main.section>.container>.tiny{margin-top:.55rem}main.section>.container>.muted:not(.tiny){max-width:42rem;margin:.9rem auto 0}.card{overflow-wrap:anywhere;border:1px solid var(--line);border-radius:var(--radius-large);width:100%;box-shadow:var(--shadow);background:linear-gradient(145deg,#fffdf9fa,#fffaf4e6);margin-top:2rem;padding:clamp(1.5rem,4vw,2.35rem)}.card p,.card li{color:var(--muted);font-size:.95rem;line-height:1.7}.card a:not(.btn){color:var(--blue-dark);text-underline-offset:.18em;font-weight:600;-webkit-text-decoration:underline #2c749040;text-decoration:underline #2c749040}.card a:not(.btn):hover,.card a:not(.btn):focus-visible{color:var(--blue)}.card>h2,.card>section{border-top:1px solid var(--line);margin-top:1.65rem;padding-top:1.65rem}.card>h2:first-child,.card>section:first-child{border-top:0;margin-top:0;padding-top:0}.card h2{font-family:var(--body-font);letter-spacing:-.015em;font-size:1.08rem;font-weight:700;line-height:1.35}.card h2+p,.card section p{margin-top:.45rem}.card section h2{border:0;margin:0;padding:0}.card ul{margin-top:.65rem;padding-left:1.2rem}.card li+li{margin-top:.35rem}.card>p:last-child{margin-top:1.6rem}.not-found .container{max-width:680px}.not-found .card{text-align:center}.not-found .card p{max-width:34rem;margin-inline:auto}@media (width<=900px){:root{--rail-width:0px}html{scroll-padding-top:5.25rem}.rail{z-index:100;-webkit-backdrop-filter:blur(18px);background:#fffaf4eb;border-bottom:1px solid #6f594a1f;border-right:0;width:100%;min-height:0;padding:.7rem clamp(1rem,4vw,1.5rem);display:block;position:sticky;top:0;box-shadow:0 8px 26px #3c30290a}.rail-top{justify-content:space-between;align-items:center;gap:1rem;min-height:3.25rem;display:flex}.rail-brand{align-items:center;gap:.7rem;min-width:0;display:flex}.rail-brand img{flex:none;width:2.35rem;height:2.35rem}.rail-brand span{min-width:0}.rail-brand strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.96rem;display:block;overflow:hidden}.rail-brand small{color:var(--muted);font-size:.71rem;display:block}.rail-bottom{display:none}.rail-menu{color:#0000;border:1.5px solid var(--blue);width:3rem;min-width:3rem;height:3rem;min-height:3rem;box-shadow:none;cursor:pointer;background:0 0;border-radius:50%;place-items:center;padding:0;font-size:0;transition:border-color .18s,transform .18s;display:inline-grid;position:relative;overflow:hidden}.rail-menu:before,.rail-menu:after{content:"";background:var(--brown);transform-origin:50%;border-radius:999px;width:1.15rem;height:1.5px;transition:top .22s,transform .22s,background-color .18s;position:absolute;left:50%}.rail-menu:before{box-shadow:0 .38rem 0 var(--brown);top:1.13rem;transform:translate(-50%)}.rail-menu:after{top:1.87rem;transform:translate(-50%)}.rail-menu:hover,.rail-menu:focus-visible{border-color:var(--brown);box-shadow:none;background:0 0;transform:none}.rail-menu:focus-visible{outline-offset:3px;outline:3px solid #2c749024}.rail-menu[aria-expanded=true]{border-color:var(--brown);box-shadow:none;background:0 0}.rail-menu[aria-expanded=true]:before{background:var(--brown);box-shadow:none;top:50%;transform:translate(-50%,-50%)rotate(45deg)}.rail-menu[aria-expanded=true]:after{background:var(--brown);top:50%;transform:translate(-50%,-50%)rotate(-45deg)}.rail-nav{opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(18px);background:radial-gradient(circle at 85% 5%,#2c749012,#0000 17rem),#fffaf4fa;border-bottom:1px solid #0000;max-height:0;padding:0 clamp(1rem,4vw,1.5rem);transition:max-height .32s,padding .26s,opacity .22s,visibility .22s,transform .26s,border-color .22s,box-shadow .26s;display:grid;position:absolute;top:calc(100% + 1px);left:0;right:0;overflow:hidden;transform:translateY(-.5rem);box-shadow:0 18px 34px #3c302900}.rail-nav.is-open{opacity:1;visibility:visible;border-bottom-color:#6f594a24;max-height:calc(100dvh - 4.75rem);padding-top:1.2rem;padding-bottom:1.5rem;overflow-y:auto;transform:translateY(0);box-shadow:0 22px 38px #3c302917}.rail-nav a{color:var(--ink);font-family:var(--display-font);letter-spacing:-.025em;border-bottom:1px solid #6f594a1a;padding:1rem .15rem;font-size:clamp(1.2rem,4vw,1.5rem);font-weight:500;position:relative}.rail-nav a:after{content:"";border-top:1.5px solid var(--blue);border-right:1.5px solid var(--blue);opacity:.65;width:.45rem;height:.45rem;position:absolute;top:50%;right:.15rem;transform:translateY(-50%)rotate(45deg)}.rail-nav a:hover,.rail-nav a:focus-visible{color:var(--blue-dark)}.site-main,main.section{margin-left:0}.hero{min-height:auto;padding-top:clamp(4.5rem,10vw,6rem)}.contact-section,.site-footer{grid-template-columns:1fr}.contact-actions{max-width:none}}@media (width<=600px){body{font-size:15.5px;line-height:1.6}.page-shell,main.section>.container{width:calc(100% - 2rem);margin-inline:auto}.rail{padding-inline:1rem}.rail-brand small{display:none}.rail-nav{padding-inline:1.25rem}.rail-nav.is-open{padding-top:1rem;padding-bottom:calc(1.4rem + env(safe-area-inset-bottom))}h1{text-align:center;max-width:10ch;margin-inline:auto;font-size:clamp(2.65rem,13.2vw,3.85rem);line-height:1.03}h2{font-size:clamp(1.9rem,9.5vw,2.65rem);line-height:1.08}h3{font-size:1rem}.eyebrow{letter-spacing:.11em;font-size:.68rem}.hero{text-align:center;justify-content:center;align-items:center;min-height:calc(100svh - 4.7rem);padding:4.2rem 0 3.75rem}.hero .eyebrow{margin-bottom:1rem}.hero-lead{max-width:31rem;margin:1.25rem auto 0;font-size:1.02rem;line-height:1.58}.hero-note{max-width:29rem;margin:1.15rem auto 0;font-size:.87rem;line-height:1.55}.hero-actions{grid-template-columns:1fr;gap:.65rem;width:100%;max-width:23rem;margin:1.6rem auto 0;display:grid}.button{border-radius:9px;width:100%;min-height:50px;padding:.88rem 1rem}.content-section{padding:4.25rem 0}.section-heading{text-align:center;max-width:32rem;margin-inline:auto}.section-heading h2{max-width:13ch;margin-inline:auto}.section-heading>p:last-child{max-width:30rem;margin:.95rem auto 0;font-size:.91rem;line-height:1.58}.lined-list{border-top:0;gap:.75rem;margin-top:2rem;display:grid}.list-row{background:linear-gradient(135deg,#fffdf9f0,#fffaf4b8);border:1px solid #6f594a1f;border-radius:11px;grid-template-columns:2rem minmax(0,1fr);gap:.7rem;padding:1.15rem;position:relative;box-shadow:0 7px 20px #3c302909,inset 0 1px #ffffffb8}.list-row:before{content:"";background:linear-gradient(#2c7490cc,#2c749026);border-radius:999px;width:2px;position:absolute;top:.9rem;bottom:.9rem;left:0}.row-number{width:1.55rem;height:1.55rem;color:var(--blue-dark);background:#2c749014;border:1px solid #2c74901f;border-radius:50%;place-items:center;padding:0;font-size:.69rem;font-weight:700;line-height:1;display:grid}.list-row p,.cost-row p{margin-top:.35rem;font-size:.89rem;line-height:1.54}.cost-list{background:#fffaf494;border:1px solid #6f594a1f;border-radius:12px;gap:0;overflow:hidden;box-shadow:0 10px 28px #3c302909}.cost-row{background:0 0;border-bottom:1px solid #6f594a1c;grid-template-columns:1fr;gap:.65rem;padding:1.2rem}.cost-row:last-child{border-bottom:0}.cost-row strong{width:fit-content;color:var(--blue-dark);white-space:normal;background:#2c749012;border:1px solid #2c74901a;border-radius:999px;padding:.35rem .65rem;font-size:.82rem}.contact-section{text-align:center;background:radial-gradient(circle at 50% 0,#2c74901a,#0000 15rem),#fffaf4e0;border-radius:14px;gap:1.5rem;margin:4.25rem 0 2rem;padding:1.6rem 1.25rem}.contact-section h2{max-width:none}.contact-section p:not(.eyebrow){max-width:29rem;margin-inline:auto}.contact-actions{grid-template-columns:1fr;gap:.65rem;width:100%;max-width:23rem;margin-inline:auto;display:grid}.text-link{text-align:center;padding:.45rem 0}.site-footer{text-align:center;gap:.6rem;padding:1.6rem 0 2.75rem}.site-footer div{justify-content:center;gap:.85rem}main.section{padding:3.25rem 0 0}.interior-footer{margin-top:2.5rem}main.section>.container>h1{max-width:11ch;font-size:clamp(2.45rem,12vw,3.35rem);line-height:1.04}.card{border-radius:12px;margin-top:1.5rem;padding:1.25rem}.card>h2,.card>section{margin-top:1.35rem;padding-top:1.35rem}.card p,.card li{font-size:.91rem;line-height:1.65}}@media (width<=380px){.page-shell,main.section>.container{width:calc(100% - 1.5rem)}.rail{padding-inline:.75rem}.rail-brand img{width:2.15rem;height:2.15rem}.rail-menu{width:2.85rem;min-width:2.85rem;height:2.85rem;min-height:2.85rem}.rail-nav{padding-inline:1rem}h1{font-size:clamp(2.45rem,13vw,3.15rem)}.hero{padding-top:3.5rem}.list-row{grid-template-columns:1.8rem minmax(0,1fr);padding:1rem}.contact-section{padding:1.3rem 1rem}}@media (width<=900px) and (height<=520px) and (orientation:landscape){.rail-nav.is-open{grid-template-columns:1fr 1fr;column-gap:1.5rem;max-height:calc(100dvh - 4.6rem)}.hero{min-height:auto;padding:3rem 0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
