@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('/assets/fonts/dm-sans-latin.woff2') format('woff2'); }
@font-face { font-family: 'Space Grotesk'; font-style: normal; font-weight: 500 700; font-display: swap; src: url('/assets/fonts/space-grotesk-latin.woff2') format('woff2'); }

:root { --ink: #1f1b19; --espresso: #29201d; --coffee: #6d3f2e; --copper: #d77b42; --cream: #f7f1e8; --paper: #fffdf9; --line: #e7ddd2; --muted: #766c64; --sage: #a7b5a3; --max: 1120px; --radius: 18px; --shadow: 0 20px 55px rgba(46, 31, 23, .1); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 'DM Sans', sans-serif; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--coffee); }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 3px; }
.skip-link { background: var(--ink); color: #fff; left: 16px; padding: 10px 14px; position: fixed; top: -80px; z-index: 20; }
.skip-link:focus { color: #fff; top: 16px; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.utility-bar { background: var(--espresso); color: #e9ddd3; font-size: .78rem; letter-spacing: .02em; }
.utility-inner { display: flex; justify-content: space-between; padding: 8px 0; }
.utility-inner a { color: #fff; font-weight: 700; }
.site-header { background: var(--paper); border-bottom: 1px solid var(--line); position: relative; z-index: 4; }
.nav-inner { min-height: 84px; display: flex; align-items: center; gap: 28px; }
.brand { align-items: center; display: inline-flex; color: var(--ink); line-height: 1.1; }
.brand-logo { display: block; height: auto; width: 180px; }
.brand-logo-footer { background: #fff; border-radius: 8px; display: inline-block; padding: 7px 10px; }
.brand-logo-footer .brand-logo { width: 200px; }
.brand strong { font-family: 'Space Grotesk', sans-serif; font-weight: 700; }
.brand small { display: block; color: var(--muted); font-size: .57rem; letter-spacing: .12em; margin-top: 4px; text-transform: uppercase; }
.brand-mark { align-items: center; background: var(--copper); border-radius: 11px 11px 11px 3px; color: #fff; display: inline-flex; font: 700 .82rem 'Space Grotesk', sans-serif; height: 39px; justify-content: center; letter-spacing: -.08em; width: 39px; }
.desktop-nav { margin-left: auto; }
.desktop-nav > ul { align-items: center; display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.mobile-nav > nav > ul { align-items: center; display: flex; gap: 25px; list-style: none; margin: 0; padding: 0; }
.footer-column { min-width: 0; }
.footer-column ul { display: block; list-style: none; margin: 0; min-width: 0; padding: 0; }
.desktop-nav a, .desktop-nav summary { align-items: center; border-radius: 999px; color: var(--muted); cursor: pointer; display: flex; font-size: .9rem; font-weight: 600; padding: 8px 11px; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.desktop-nav a:hover, .desktop-nav summary:hover { background: var(--cream); color: var(--ink); transform: translateY(-1px); }
.desktop-nav .is-active > a, .desktop-nav .is-active > details > summary { background: #efe1d3; color: var(--ink); }
.desktop-nav summary { list-style: none; white-space: nowrap; }
.desktop-nav summary::-webkit-details-marker { display: none; }
.nav-submenu-indicator { color: var(--copper); display: inline-block; font-size: .95rem; margin-left: 6px; transition: transform .2s ease; }
.nav-item-has-children details[open] .nav-submenu-indicator { transform: rotate(180deg); }
.nav-item-has-children details { position: relative; }
.nav-submenu { background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); display: none; list-style: none; margin: 0; min-width: 205px; padding: 10px 0; position: absolute; right: 0; top: calc(100% + 18px); z-index: 5; }
.nav-submenu::before { content: ''; height: 18px; left: 0; position: absolute; right: 0; top: -18px; }
.nav-submenu-item a { border-radius: 0; display: block; padding: 9px 16px; white-space: nowrap; }
.nav-submenu-item a:hover, .nav-submenu-item.is-active a { background: var(--cream); color: var(--ink); }
.nav-item-has-children:hover > details > .nav-submenu, .nav-item-has-children:focus-within > details > .nav-submenu, .nav-item-has-children details[open] > .nav-submenu { display: block; }
.nav-cta, .button { align-items: center; border-radius: 999px; display: inline-flex; font-weight: 700; justify-content: center; min-height: 46px; transition: transform .2s ease, background .2s ease; }
.nav-cta { background: var(--ink); color: #fff; font-size: .82rem; padding: 10px 17px; }
.nav-cta:hover { background: var(--coffee); color: #fff; transform: translateY(-2px); }
.nav-cta span { color: var(--copper); font-size: 1.2rem; line-height: .8; margin-left: 8px; }
.mobile-nav { display: none; margin-left: auto; position: relative; }
.mobile-nav summary { cursor: pointer; list-style: none; padding: 10px; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { background: var(--ink); display: block; height: 2px; margin: 5px 0; width: 23px; }
.mobile-nav nav { background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); padding: 16px 20px; position: absolute; right: 0; top: 54px; width: 250px; }
.mobile-nav > nav > ul { display: block; }
.mobile-nav li { border-bottom: 1px solid var(--line); padding: 8px 0; }
.mobile-nav li:last-child { border: 0; }
.mobile-nav .is-active > a, .mobile-nav .is-active > details > summary { color: var(--coffee); font-weight: 700; }
.mobile-nav .nav-item-has-children details { position: static; }
.mobile-nav .nav-item-has-children summary { align-items: center; display: flex; justify-content: space-between; padding: 0; }
.mobile-nav .nav-submenu { background: transparent; border: 0; box-shadow: none; display: none; min-width: 0; padding: 4px 0 0 12px; position: static; }
.mobile-nav .nav-submenu::before { display: none; }
.mobile-nav .nav-submenu-item { border: 0; padding: 4px 0; }
.mobile-nav .nav-submenu-item a { padding: 2px 0; white-space: normal; }
.mobile-nav .nav-item-has-children details[open] > .nav-submenu { display: block; }
.eyebrow { color: var(--coffee); font-size: .73rem; font-weight: 700; letter-spacing: .16em; margin: 0 0 13px; text-transform: uppercase; }
h1, h2, h3 { font-family: 'Space Grotesk', sans-serif; line-height: 1.08; margin: 0 0 18px; }
h1 { font-size: clamp(2.7rem, 5.6vw, 4.9rem); letter-spacing: -.06em; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.055em; }
h3 { font-size: 1.35rem; letter-spacing: -.03em; }
p { margin: 0 0 18px; }
.hero-lede, .lede { color: var(--muted); font-size: 1.12rem; max-width: 620px; }
.home-hero { background: var(--cream); overflow: hidden; padding: 76px 0 74px; }
.home-hero-grid, .page-hero-grid, .split-grid, .form-grid { align-items: center; display: grid; gap: 56px; grid-template-columns: minmax(0, 1fr) minmax(0, .8fr); }
.hero-copy h1 { max-width: 700px; }
.hero-lede { font-size: 1.2rem; max-width: 570px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-pre-cta { color: var(--muted); margin: 22px 0 0; }
.button { border: 0; cursor: pointer; font-size: .9rem; padding: 14px 22px; }
.button:hover { color: #fff; transform: translateY(-2px); }
.button:focus-visible, .nav-cta:focus-visible { outline-offset: 4px; }
.button-primary { background: var(--coffee); color: #fff; }
.button-primary:hover { background: var(--ink); }
.button-secondary { background: var(--ink); color: #fff; }
.button-quiet { background: transparent; border: 1px solid var(--line); color: var(--ink); }
.button-quiet:hover { background: #fff; color: var(--ink); }
.button-accent { background: var(--copper); color: #211712; }
.button-accent:hover { background: #d69b72; color: #211712; }
.button-shop { background: #2f6f49; color: #fff; }
.button-shop:hover { background: #255b3a; color: #fff; }
.hero-note { color: var(--muted); font-size: .84rem; margin-top: 27px; }
.pulse { background: #678c62; border-radius: 50%; display: inline-block; height: 8px; margin-right: 8px; width: 8px; }
.hero-image, .page-hero-image, .split-image { position: relative; }
.hero-image img, .page-hero-image img, .split-image img { border-radius: var(--radius); box-shadow: var(--shadow); height: auto; object-fit: contain; }
.hero-image img { margin-left: auto; max-width: 600px; width: 100%; }
.home-hero-rotator { aspect-ratio: 3 / 2; background: #e8ded3; border-radius: var(--radius); box-shadow: var(--shadow); isolation: isolate; margin-left: auto; max-width: 600px; overflow: hidden; width: 100%; }
.home-hero-rotator .hero-slide { border-radius: 0; box-shadow: none; height: 100%; inset: 0; margin: 0; max-width: none; object-fit: cover; opacity: 0; position: absolute; transition: opacity .9s ease; width: 100%; }
.home-hero-rotator .hero-slide.is-active { opacity: 1; z-index: 1; }
.home-hero-rotator .hero-slide-ritual { object-position: 50% 50%; }
.home-hero-rotator .hero-slide-service { object-position: 50% 50%; }
.page-hero-image img, .split-image img { max-width: 100%; width: auto; }
.trust-strip { background: var(--ink); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { border-left: 1px solid rgba(255,255,255,.14); padding: 25px 22px; }
.trust-grid div:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: #fff; font: 600 1rem 'Space Grotesk', sans-serif; }
.trust-grid span { color: #bcb0a7; font-size: .78rem; margin-top: 3px; }
.section, .content-section, .post-grid-section, .quote-page { padding: 88px 0; }
.section-intro { max-width: 590px; margin-bottom: 38px; }
.section-intro > p:last-child { color: var(--muted); font-size: 1.05rem; }
.section-intro-row { align-items: end; display: flex; justify-content: space-between; max-width: none; }
.card-grid { display: grid; gap: 17px; }
.card-grid-3 { grid-template-columns: repeat(3, 1fr); }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); min-height: 260px; padding: 28px; }
.service-card-dark { background: var(--espresso); border-color: var(--espresso); color: #fff; transform: translateY(24px); }
.service-card-dark p { color: #c8bdb3; }
.service-card-dark .text-link, .service-card-dark .text-link:hover { color: #fff; }
.card-number { color: var(--copper); display: block; font: 600 .8rem 'Space Grotesk', sans-serif; margin-bottom: 44px; }
.service-card p { color: var(--muted); font-size: .95rem; }
.text-link { color: var(--coffee); display: inline-flex; font-size: .87rem; font-weight: 700; gap: 7px; margin-top: 12px; }
.text-link span { color: var(--copper); }
.split-section { padding: 88px 0; }
.split-section-tint { background: var(--cream); }
.split-copy { max-width: 510px; }
.split-copy p { color: var(--muted); font-size: 1.05rem; }
.home-seo, .section-testimonials { background: #fff; }
.home-seo .eyebrow { font-size: 1rem; letter-spacing: .1em; margin-bottom: 18px; }
.testimonial-grid-shell { margin: 43px auto 0; width: min(calc(100% - 48px), var(--max)); }
main > .testimonial-grid-shell { margin-top: 0; padding-bottom: 88px; }
.testimonial-grid { align-items: stretch; display: grid; gap: 15px; grid-template-columns: repeat(3, minmax(0, 1fr)); justify-content: center; }
.testimonial-card { background: var(--cream); border-radius: var(--radius); display: flex; flex-direction: column; min-height: 275px; min-width: 0; padding: 27px; width: 100%; }
.stars { color: var(--copper); font-size: .85rem; letter-spacing: .15em; }
.testimonial-card blockquote { font: 500 1.12rem/1.45 'Space Grotesk', sans-serif; margin: 19px 0 28px; }
.testimonial-author { align-items: end; display: flex; justify-content: space-between; margin-top: auto; }
.testimonial-author strong { font-size: .86rem; }
.testimonial-author a { color: var(--coffee); font-size: .76rem; font-weight: 700; }
.cta-band { background: var(--espresso); color: #fff; padding: 60px 0; }
.cta-content { align-items: center; display: flex; justify-content: space-between; gap: 30px; }
.cta-content h2 { max-width: 620px; }
.cta-content p:last-child { color: #c5b8af; max-width: 540px; }
.cta-band .eyebrow { color: var(--copper); }
.page-heading { background: var(--cream); padding: 68px 0; }
.page-heading h1 { max-width: 850px; font-size: clamp(2.7rem, 6vw, 4.8rem); }
.page-hero { background: var(--cream); overflow: hidden; padding: 70px 0; }
.page-hero-grid { gap: 55px; }
.page-hero h1 { font-size: clamp(2.6rem, 5vw, 4.8rem); }
.page-hero-image img { margin-left: auto; }
.page-hero-grid-text { grid-template-columns: minmax(0, 780px); }
.prose { max-width: 760px; min-width: 0; }
.prose h1 { font-size: 2.7rem; }
.prose h2 { font-size: 2.1rem; margin-top: 43px; }
.prose > h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 32px; }
.prose p, .prose ul, .prose ol { color: #514a45; }
.prose ul, .prose ol { padding-left: 22px; }
.prose li { margin-bottom: 7px; }
.prose a { color: var(--coffee); text-decoration: underline; text-decoration-color: #d9b49b; text-underline-offset: 3px; }
.prose a.button { color: #fff; text-decoration: none; }
.prose a.button-quiet { color: var(--ink); }
.prose img { border-radius: 12px; margin: 26px 0; }
.video-embed { aspect-ratio: 16 / 9; margin: 32px 0; max-width: 800px; overflow: hidden; position: relative; }
.video-embed iframe { border: 0; height: 100%; width: 100%; }
.map-embed { aspect-ratio: 16 / 9; margin: 32px 0; max-width: 800px; overflow: hidden; }
.map-embed iframe { border: 0; height: 100%; width: 100%; }
.contact-page .map-embed { margin-bottom: 0; }
.contact-page .content-section { padding-bottom: 24px; }
.contact-page .contact-section { padding-top: 32px; }
.prose table { border-collapse: collapse; display: block; margin: 28px 0; max-width: 100%; overflow-x: auto; width: 100%; }
.prose td, .prose th { border-bottom: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.related-service-links { display: grid; gap: 15px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 30px 0 48px; }
.prose .related-service-link { background: #fff; border: 1px solid var(--line); border-radius: 15px; color: var(--ink); display: flex; flex-direction: column; min-height: 218px; padding: 23px; text-decoration: none; transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.prose .related-service-link:hover { background: var(--cream); border-color: #c98a61; box-shadow: 0 14px 32px rgba(46,31,23,.09); color: var(--ink); transform: translateY(-3px); }
.related-service-label { display: block; font: 600 1.22rem/1.2 'Space Grotesk', sans-serif; margin-bottom: 13px; }
.related-service-link > span:not(.related-service-label) { color: var(--muted); font-size: .91rem; }
.related-service-link strong { color: var(--coffee); display: flex; justify-content: space-between; margin-top: auto; padding-top: 20px; }
.prose .support-table { background: #fff; border: 1px solid var(--line); border-collapse: separate; border-radius: 14px; border-spacing: 0; display: table; margin: 28px 0 40px; overflow: hidden; width: 100%; }
.support-table caption { color: var(--ink); font: 600 1.08rem 'Space Grotesk', sans-serif; padding: 0 0 13px; text-align: left; }
.support-table thead th { background: var(--ink); border: 0; color: #fff; font-size: .82rem; letter-spacing: .04em; padding: 13px 16px; text-transform: uppercase; }
.support-table tbody th { background: var(--cream); color: var(--ink); font: 600 .92rem/1.45 'Space Grotesk', sans-serif; vertical-align: top; width: 190px; }
.support-table tbody td { vertical-align: top; }
.support-table tbody tr:last-child > * { border-bottom: 0; }
.prose .brand-list { display: grid; gap: 2px 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.prose .brand-list li { border-bottom: 1px dotted #ddd1c6; color: #514a45; font-size: .89rem; margin: 0; padding: 4px 0; }
.prose .brand-list li:last-child { border-bottom-color: transparent; }
.reviews-page .content-section { padding: 58px 0 28px; }
.reviews-page main > .testimonial-grid-shell { padding-bottom: 72px; }
.post-grid { display: grid; gap: 17px; grid-template-columns: repeat(3, 1fr); }
.post-card { border: 1px solid var(--line); border-radius: var(--radius); min-height: 260px; padding: 28px; }
.post-card h2 { font-size: 1.65rem; }
.post-card p:not(.eyebrow) { color: var(--muted); }
.form-section { background: var(--cream); padding: 100px 0; }
.form-grid { align-items: start; }
.form-intro { padding-top: 20px; }
.form-intro h2 { max-width: 480px; }
.form-intro > p { color: var(--muted); max-width: 460px; }
.form-callout { border-left: 3px solid var(--copper); display: grid; gap: 2px; margin-top: 38px; padding-left: 17px; }
.form-callout a { color: var(--coffee); font: 600 1.3rem 'Space Grotesk', sans-serif; }
.form-callout span { color: var(--muted); font-size: .82rem; }
.form-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 32px; }
.form-card form > label, .form-row label { color: var(--ink); display: block; font-size: .82rem; font-weight: 700; margin-bottom: 17px; }
.form-card label span { color: var(--copper); }
.form-card label .optional { color: var(--muted); font-size: .7rem; font-weight: 600; margin-left: 5px; }
.form-row { display: grid; gap: 15px; grid-template-columns: 1fr 1fr; }
input, textarea { background: #fff; border: 1px solid #d8cec4; border-radius: 7px; color: var(--ink); display: block; font: inherit; margin-top: 6px; padding: 11px 12px; width: 100%; }
textarea { min-height: 130px; resize: vertical; }
input:focus, textarea:focus { border-color: var(--coffee); outline: 2px solid rgba(109,63,46,.2); }
.form-card input[aria-invalid="true"], .form-card textarea[aria-invalid="true"] { background: #fff9f7; border-color: #a63d25; box-shadow: 0 0 0 2px rgba(166,61,37,.12); }
.form-card label .field-error { color: #92321e; display: block; font-size: .75rem; font-weight: 650; line-height: 1.4; margin-top: 5px; }
.field-error:empty { display: none; }
.form-card button[disabled] { cursor: wait; opacity: .72; transform: none; }
.form-note { color: var(--muted); font-size: .75rem; line-height: 1.55; margin: 13px 0 0; }
.form-note a { color: var(--coffee); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.form-alert { background: #fff2ed; border-left: 3px solid #b34d32; color: #7c2f1d; font-size: .86rem; margin-bottom: 20px; padding: 13px 16px; }
.form-alert ul { margin: 5px 0 0; padding-left: 18px; }
.honeypot { left: -10000px; position: absolute; }
.form-error-page .content-section { background: var(--cream); padding: 72px 0; }
.submission-error { background: #fff; border: 1px solid #e2c5b8; border-left: 5px solid #a63d25; border-radius: var(--radius); box-shadow: var(--shadow); margin: 0 auto; max-width: 760px; padding: 30px; }
.submission-error h1 { color: var(--ink); font-size: clamp(2rem, 5vw, 3.3rem); margin-top: 0; }
.submission-error p { color: #514a45; }
.submission-error .button { margin-top: 8px; }
.contact-layout { align-items: start; display: grid; gap: 20px; grid-template-columns: .8fr 1.2fr; }
.contact-card { background: var(--cream); border-radius: var(--radius); padding: 32px; }
.contact-card h2 { font-size: 1.7rem; }
.contact-card address { font-style: normal; }
.contact-card a { color: var(--coffee); display: block; font-weight: 700; margin-top: 8px; }
.hours { border-collapse: collapse; margin-top: 18px; width: 100%; }
.hours caption { font: 600 1rem 'Space Grotesk', sans-serif; margin-bottom: 8px; text-align: left; }
.hours th, .hours td { border-bottom: 1px solid var(--line); padding: 8px 0; }
.hours th { font-weight: 600; text-align: left; }
.hours td:last-child { color: var(--muted); text-align: right; }
.quote-page { background: var(--cream); }
.quote-page .container { max-width: 820px; }
.quote-page blockquote { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); font: 500 clamp(1.4rem, 3vw, 2.3rem)/1.35 'Space Grotesk', sans-serif; margin: 0 0 30px; padding: 45px; }
.quote-page blockquote p { color: var(--ink); }
.quote-page cite { color: var(--coffee); display: block; font: 600 .95rem 'DM Sans', sans-serif; margin-top: 25px; }
.empty-state { padding: 130px 0; text-align: center; }
.empty-state .container { max-width: 720px; }
.empty-state p:not(.eyebrow) { color: var(--muted); margin: 0 auto 28px; }
.site-footer { background: var(--ink); color: #ddd0c5; padding: 65px 0 25px; }
.footer-grid { display: grid; gap: 35px; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; }
.brand-light { color: #fff; }
.brand-light small { color: #9f9188; }
.footer-brand > p { color: #a99b91; font-size: .86rem; margin-top: 23px; max-width: 250px; }
.site-footer h2 { color: #fff; font: 600 .76rem 'DM Sans', sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.footer-column li { margin-bottom: 7px; }
.footer-column a, .footer-contact a, .footer-contact address { color: #b5a79d; font-size: .87rem; font-style: normal; overflow-wrap: anywhere; }
.footer-column a:hover, .footer-contact a:hover { color: #fff; }
.footer-contact a { display: block; margin-top: 8px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.13); color: #897a70; display: flex; font-size: .73rem; justify-content: space-between; margin-top: 55px; padding-top: 17px; }
@media (min-width: 901px) { .home-hero-grid { gap: 36px; grid-template-columns: minmax(0, 1.05fr) minmax(460px, .95fr); } }
@media (min-width: 1024px) { .home-hero .hero-actions { flex-wrap: nowrap; } .home-hero .hero-actions .button { white-space: nowrap; } }
@media (max-width: 900px) { .desktop-nav, .nav-cta { display: none; } .mobile-nav { display: block; } .home-hero-grid, .page-hero-grid, .split-grid, .form-grid { gap: 38px; grid-template-columns: 1fr; } .hero-image, .page-hero-image { margin: 0 auto; max-width: 600px; width: 100%; } .hero-image img, .page-hero-image img { margin-inline: auto; } .card-grid-3, .testimonial-grid, .post-grid { grid-template-columns: 1fr 1fr; } .service-card-dark { transform: none; } .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; } .footer-contact { grid-column: 1 / -1; } }
@media (max-width: 600px) { .container { width: min(calc(100% - 32px), var(--max)); } .utility-inner { font-size: .68rem; } .utility-inner span { display: none; } .utility-inner { justify-content: end; } .nav-inner { min-height: 72px; } .brand-logo { width: 155px; } .brand-logo-footer .brand-logo { width: 180px; } .home-hero, .page-hero { padding: 54px 0; } h1 { font-size: 2.8rem; } .hero-lede { font-size: 1.05rem; } .hero-actions { align-items: stretch; } .hero-actions .button { flex: 1 1 auto; } .trust-grid { grid-template-columns: 1fr 1fr; } .trust-grid div { padding: 18px 12px; } .trust-grid div:nth-child(2) { border-right: 0; } .section, .content-section, .post-grid-section, .quote-page, .split-section, .form-section { padding: 54px 0; } .reviews-page .content-section { padding: 42px 0 22px; } .reviews-page main > .testimonial-grid-shell { padding-bottom: 54px; } main > .testimonial-grid-shell { padding-bottom: 54px; } .card-grid-3, .testimonial-grid, .post-grid, .contact-layout, .related-service-links { grid-template-columns: 1fr; } .related-service-links { margin-bottom: 38px; } .prose .related-service-link { min-height: 0; } .service-card, .post-card { min-height: auto; padding: 23px; } .prose .support-table, .support-table tbody, .support-table tr, .support-table th, .support-table td, .support-table caption { display: block; width: 100%; } .prose .support-table { background: transparent; border: 0; overflow: visible; } .support-table thead { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; } .support-table tbody tr { background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 14px; overflow: hidden; } .support-table tbody th { border: 0; padding: 13px 15px; width: auto; } .support-table tbody td { border: 0; padding: 12px 15px 15px; } .prose .brand-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } .section-intro-row, .cta-content, .footer-bottom { align-items: start; flex-direction: column; } .cta-content { display: flex; } .form-card { padding: 20px; } .form-row { grid-template-columns: 1fr; gap: 0; } .form-card .button { width: 100%; } .submission-error { padding: 23px; } .quote-page blockquote { padding: 27px; } .footer-grid { grid-template-columns: 1fr; } .footer-brand, .footer-contact { grid-column: auto; } .footer-bottom { gap: 6px; } }
@media (prefers-reduced-motion: reduce) { .home-hero-rotator .hero-slide { transition: none; } }
