:root {
  --forest: #4c594b;
  --forest-deep: #303d32;
  --forest-soft: #667261;
  --sage: #7d8977;
  --sage-pale: #e1e6dc;
  --sand: #b4a087;
  --sand-light: #e8ddcf;
  --cream: #f7f3eb;
  --paper: #fffdf9;
  --white: #ffffff;
  --ink: #2f352f;
  --muted: #687066;
  --line: rgba(70, 82, 70, 0.15);
  --shadow: 0 24px 70px rgba(48, 54, 47, 0.12);
  --shadow-soft: 0 14px 38px rgba(48, 54, 47, 0.08);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3 { margin-top: 0; color: var(--forest-deep); font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.12; text-wrap: balance; }
h1 { max-width: 850px; margin-bottom: 26px; font-size: clamp(3rem, 6vw, 5.9rem); letter-spacing: -0.045em; }
h2 { margin-bottom: 20px; font-size: clamp(2.2rem, 4vw, 4rem); letter-spacing: -0.035em; }
h3 { margin-bottom: 12px; font-size: 1.65rem; }
p { margin-top: 0; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; padding: 12px 16px; border-radius: 10px; color: white; background: var(--forest-deep); }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid transparent; background: rgba(255, 253, 249, 0.82); backdrop-filter: blur(18px); transition: box-shadow .25s ease, border-color .25s ease, background .25s ease; }
.site-header.is-scrolled { border-color: rgba(70,82,70,.08); background: rgba(255,253,249,.94); box-shadow: 0 8px 25px rgba(47,53,47,.06); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand img { width: 52px; height: 52px; object-fit: contain; transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.brand:hover img { transform: rotate(6deg) scale(1.03); }
.brand span { display: grid; gap: 2px; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.04rem; font-weight: 400; letter-spacing: .035em; text-transform: uppercase; }
.brand small { color: var(--sand); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { position: relative; color: var(--forest-deep); font-size: .92rem; font-weight: 650; text-decoration: none; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--sand); transition: right .25s ease; }
.main-nav a:not(.nav-cta):hover::after { right: 0; }
.main-nav .nav-cta { padding: 10px 18px; border: 1px solid var(--forest); border-radius: 999px; transition: color .2s ease, background .2s ease, transform .2s ease; }
.main-nav .nav-cta:hover { color: white; background: var(--forest); transform: translateY(-1px); }
.menu-button { display: none; width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 12px; background: var(--cream); }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--forest-deep); transition: transform .2s ease, opacity .2s ease; }
.menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }

.flash-stack { position: fixed; top: 96px; left: 50%; z-index: 150; transform: translateX(-50%); }
.flash { padding: 14px 18px; border-radius: 14px; color: var(--forest-deep); background: white; box-shadow: var(--shadow); }
.flash-error { border-left: 4px solid #9b4d4d; }
.flash-success { border-left: 4px solid var(--sage); }

.hero { position: relative; min-height: calc(100vh - 82px); overflow: hidden; background: radial-gradient(circle at 12% 18%, rgba(183,165,141,.17), transparent 28%), linear-gradient(135deg, #fffdf9 0%, #f5f1e8 58%, #e8ecdf 100%); }
.hero-grid { position: relative; z-index: 3; min-height: calc(100vh - 82px); padding-block: 82px 158px; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); align-items: center; gap: 80px; }
.hero-copy { max-width: 790px; }
.prelaunch-badge { display: inline-flex; margin-bottom: 24px; padding: 7px 13px; border: 1px solid rgba(70,82,70,.15); border-radius: 999px; color: var(--forest); background: rgba(255,255,255,.6); font-size: .78rem; font-weight: 750; letter-spacing: .05em; box-shadow: 0 8px 28px rgba(70,82,70,.06); }
.eyebrow { margin-bottom: 15px; color: var(--sand); font-size: .77rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #d9cbb8; }
.lead { max-width: 690px; margin-bottom: 34px; color: #525a51; font-size: clamp(1.12rem,1.8vw,1.38rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { position: relative; display: inline-flex; min-height: 52px; padding: 13px 23px; align-items: center; justify-content: center; gap: 10px; overflow: hidden; border: 0; border-radius: 999px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button::before { content: ""; position: absolute; top: -50%; left: -80%; width: 45%; height: 200%; transform: rotate(20deg); background: rgba(255,255,255,.22); transition: left .55s ease; }
.button:hover::before { left: 135%; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--forest); box-shadow: 0 14px 30px rgba(70,82,70,.22); }
.button.primary:hover { background: var(--forest-deep); box-shadow: 0 18px 36px rgba(48,61,50,.25); }
.button.secondary { border: 1px solid rgba(70,82,70,.2); color: var(--forest-deep); background: rgba(255,255,255,.67); }
.hero-values { margin: 38px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; color: var(--forest); list-style: none; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-values li:not(:last-child)::after { content: "·"; margin-left: 22px; color: var(--sand); }
.hero-visual { position: relative; perspective: 1000px; }
.hero-image-wrap { position: relative; width: min(100%,390px); aspect-ratio: .67; margin-left: auto; overflow: hidden; border: 10px solid rgba(255,255,255,.58); border-radius: 210px 210px 36px 36px; box-shadow: var(--shadow); transform: translate3d(var(--parallax-x,0),var(--parallax-y,0),0) rotateX(var(--tilt-y,0)) rotateY(var(--tilt-x,0)); transition: transform .16s linear; }
.hero-image-wrap > img:first-child { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); animation: slowZoom 14s ease-in-out infinite alternate; }
.image-shade { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 44%,rgba(51,64,54,.26)); }
.emblem-card { position: absolute; left: 50%; bottom: 38px; z-index: 2; width: 150px; height: 150px; padding: 18px; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.62); border-radius: 50%; background: rgba(255,253,249,.82); box-shadow: 0 16px 40px rgba(40,49,41,.18); backdrop-filter: blur(10px); animation: gentleFloat 5s ease-in-out infinite; }
.orbit { position: absolute; border: 1px solid rgba(76,89,75,.18); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 470px; height: 470px; right: -42px; top: 80px; animation: orbitSpin 28s linear infinite; }
.orbit-two { width: 520px; height: 520px; right: -70px; top: 55px; border-style: dashed; opacity: .4; animation: orbitSpin 40s linear reverse infinite; }
.hero-ambient { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .65; animation: ambientDrift 12s ease-in-out infinite alternate; }
.ambient-one { width: 360px; height: 360px; left: -170px; top: 20%; background: rgba(183,165,141,.16); }
.ambient-two { width: 440px; height: 440px; right: -200px; bottom: 5%; background: rgba(125,137,119,.15); animation-delay: -4s; }
.wave { position: absolute; left: -4%; right: -4%; bottom: -112px; height: 225px; border-radius: 50% 50% 0 0; transform: rotate(-1.5deg); }
.wave-one { z-index: 1; background: rgba(169,179,160,.55); animation: waveBreath 8s ease-in-out infinite alternate; }
.wave-two { bottom: -146px; z-index: 1; background: var(--sage); transform: rotate(1.8deg); }
.hero-enter { opacity: 0; transform: translateY(24px); animation: heroEnter .8s cubic-bezier(.2,.7,.2,1) forwards; }
.delay-1 { animation-delay: .08s; }.delay-2 { animation-delay: .16s; }.delay-3 { animation-delay: .25s; }.delay-4 { animation-delay: .34s; }.delay-5 { animation-delay: .44s; }.delay-6 { animation-delay: .54s; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--paper); }
.trust-strip-inner { min-height: 88px; display: flex; align-items: center; justify-content: center; gap: 30px; color: var(--forest); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.trust-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--sand); }
.section { padding-block: 112px; }
.section-heading { max-width: 730px; margin-bottom: 52px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.section-heading.compact { margin-bottom: 42px; }
.services { background: var(--paper); }
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { position: relative; min-height: 325px; padding: 36px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg,#fffdf9,#f4f1e9); transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border-color .35s ease; }
.service-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; bottom: -80px; border: 1px solid rgba(70,82,70,.1); border-radius: 50%; transition: transform .6s ease; }
.service-card:nth-child(2) { background: linear-gradient(145deg,#eef1e8,#fffdf9); }
.service-card:nth-child(3) { background: linear-gradient(145deg,#f3ede3,#fffdf9); }
.service-card:hover { transform: translateY(-9px); border-color: rgba(76,89,75,.27); box-shadow: var(--shadow-soft); }
.service-card:hover::after { transform: scale(1.15); }
.card-top { margin-bottom: 54px; display: flex; align-items: center; justify-content: space-between; }
.card-number { color: var(--sand); font-family: Georgia,"Times New Roman",serif; }
.card-arrow { color: var(--forest); opacity: 0; transform: translate(-7px,7px); transition: .3s ease; }
.service-card:hover .card-arrow { opacity: 1; transform: none; }
.service-card p { color: var(--muted); }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.about-mark { position: relative; min-height: 470px; display: grid; place-items: center; overflow: hidden; border-radius: 50% 50% 38% 62% / 52% 44% 56% 48%; background: radial-gradient(circle at center,rgba(255,255,255,.8),rgba(220,225,215,.78)); }
.about-mark::before,.about-mark::after { content: ""; position: absolute; border: 1px solid rgba(70,82,70,.12); border-radius: 50%; }
.about-mark::before { inset: 38px; }.about-mark::after { inset: 74px; }
.about-mark img { position: relative; z-index: 2; width: min(70%,330px); opacity: .92; animation: gentleFloat 6s ease-in-out infinite; }
.leaf { position: absolute; z-index: 1; width: 54px; height: 92px; border-radius: 90% 0 90% 0; background: rgba(125,137,119,.18); }
.leaf-a { left: 13%; top: 18%; transform: rotate(-18deg); animation: leafSway 6s ease-in-out infinite; }
.leaf-b { right: 14%; top: 28%; transform: rotate(38deg) scale(.75); animation: leafSway 7s ease-in-out infinite reverse; }
.leaf-c { left: 23%; bottom: 12%; transform: rotate(72deg) scale(.55); animation: leafSway 5s ease-in-out infinite; }
.owner-name { margin-bottom: 16px; color: var(--sand); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.large-copy { color: var(--forest-deep); font-family: Georgia,"Times New Roman",serif; font-size: 1.42rem; line-height: 1.55; }
.about-copy > p:not(.eyebrow):not(.large-copy):not(.owner-name) { color: var(--muted); }
.about-copy blockquote { margin: 34px 0 0; padding: 22px 0 3px 28px; border-left: 2px solid var(--sand); color: var(--forest); font-family: Georgia,"Times New Roman",serif; font-size: 1.28rem; font-style: italic; }

.process { background: white; }
.process-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; list-style: none; }
.process-list li { position: relative; padding: 30px; border-top: 1px solid var(--line); transition: background .25s ease, transform .25s ease; }
.process-list li:hover { transform: translateY(-5px); background: var(--cream); }
.process-list li > span { display: grid; width: 46px; height: 46px; margin-bottom: 32px; place-items: center; border-radius: 50%; color: white; background: var(--forest); font-family: Georgia,"Times New Roman",serif; transition: transform .3s ease; }
.process-list li:hover > span { transform: rotate(8deg) scale(1.08); }
.process-list p { color: var(--muted); }

.faq-section { background: #f8f7f2; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { padding: 25px 0; display: flex; justify-content: space-between; gap: 25px; cursor: pointer; list-style: none; color: var(--forest-deep); font-family: Georgia,"Times New Roman",serif; font-size: 1.25rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i { position: relative; flex: 0 0 26px; width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; }
.faq-item summary i::before,.faq-item summary i::after { content: ""; position: absolute; left: 7px; right: 7px; top: 12px; height: 1px; background: var(--forest); transition: transform .25s ease; }
.faq-item summary i::after { transform: rotate(90deg); }
.faq-item[open] summary i::after { transform: rotate(0); }
.faq-item p { max-width: 690px; padding: 0 45px 25px 0; color: var(--muted); animation: faqOpen .3s ease; }

.contact-section { position: relative; padding-block: 110px; overflow: hidden; color: white; background: linear-gradient(110deg,rgba(48,61,50,.99),rgba(76,89,75,.94)), url("../assets/nature.webp") center / cover; }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 80px; }
.contact-section h2 { color: white; }
.contact-copy > p:not(.eyebrow):not(.response-time) { max-width: 620px; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.contact-details { margin-top: 42px; display: grid; gap: 14px; }
.contact-details a,.contact-details div { padding: 15px 0; display: grid; gap: 2px; border-bottom: 1px solid rgba(255,255,255,.12); color: white; text-decoration: none; }
.contact-details span { color: #d9cbb8; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-details strong { font-weight: 600; }
.response-time { margin-top: 30px; color: #d9cbb8; }
.contact-form { padding: 38px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.1); box-shadow: 0 24px 80px rgba(30,38,31,.25); backdrop-filter: blur(16px); }
.form-row { display: grid; gap: 18px; }.two-columns { grid-template-columns: repeat(2,1fr); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 18px; color: white; font-size: .86rem; font-weight: 700; }
.contact-form input,.contact-form select,.contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; outline: 0; color: white; background: rgba(255,255,255,.1); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.contact-form input,.contact-form select { min-height: 49px; padding: 0 14px; }
.contact-form textarea { padding: 13px 14px; resize: vertical; }
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.15); box-shadow: 0 0 0 4px rgba(255,255,255,.07); }
.contact-form select option { color: var(--ink); background: white; }
.contact-form ::placeholder { color: rgba(255,255,255,.52); }
.optional { color: rgba(255,255,255,.55); font-size: .75rem; font-weight: 500; }
.consent-row { grid-template-columns: 20px 1fr !important; align-items: start; gap: 12px !important; font-weight: 500 !important; }
.consent-row input { width: 18px; min-height: 18px; margin-top: 4px; accent-color: var(--sand); }
.consent-row a { color: #e7d6c1; }
.form-submit { width: 100%; color: var(--forest-deep); background: #f5eee5; }
.form-submit:hover { background: white; }
.form-note { margin: 14px 0 0; color: rgba(255,255,255,.6); font-size: .76rem; text-align: center; }
.form-alert { margin-bottom: 18px; padding: 12px 14px; border-radius: 12px; color: #fff0f0; background: rgba(139,47,47,.32); }
.field-error { color: #ffd5d5; font-weight: 600; }.consent-error { display: block; margin-top: -10px; margin-bottom: 14px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.contact-orb { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); animation: ambientDrift 14s ease-in-out infinite alternate; }
.contact-orb-a { width: 420px; height: 420px; left: -210px; bottom: -100px; }.contact-orb-b { width: 520px; height: 520px; right: -250px; top: -150px; animation-delay: -5s; }
.disclaimer { padding-block: 22px; border-bottom: 1px solid var(--line); color: var(--muted); background: var(--cream); font-size: .82rem; }.disclaimer p { margin: 0; }

.site-footer { padding-block: 36px; background: var(--paper); }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: var(--muted); font-size: .82rem; }
.footer-inner > p { margin: 0; }.footer-brand { display: flex; align-items: center; gap: 10px; color: var(--forest-deep); font-family: Georgia,"Times New Roman",serif; }.footer-brand img { width: 38px; }.footer-links { display: flex; justify-content: flex-end; gap: 18px; }.footer-links a { text-decoration: none; }.footer-links a:hover { color: var(--forest); }

.simple-page { min-height: 72vh; padding-block: 110px; display: grid; align-items: center; background: radial-gradient(circle at top,#f2eee5,transparent 45%),var(--paper); }
.simple-card { max-width: 760px; padding: 60px; border: 1px solid var(--line); border-radius: var(--radius); text-align: center; background: white; box-shadow: var(--shadow-soft); }.simple-card img { margin: 0 auto 24px; }.simple-card h1 { font-size: clamp(2.8rem,6vw,5rem); }.simple-card p { color: var(--muted); }.simple-card .button { margin-top: 18px; }
.legal-content { max-width: 850px; }.legal-content h1 { font-size: clamp(3rem,6vw,5rem); }.legal-content h2 { margin-top: 50px; font-size: 2rem; }.legal-content p { color: var(--muted); }.legal-content .button { margin-top: 32px; }

.motion-ready [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); transition-delay: calc(var(--reveal-delay,0) * 1ms); }.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@keyframes heroEnter { to { opacity: 1; transform: none; } }
@keyframes gentleFloat { 0%,100% { transform: translateX(-50%) translateY(0) rotate(0); } 50% { transform: translateX(-50%) translateY(-9px) rotate(1.5deg); } }
.about-mark img { animation-name: emblemFloat; }
@keyframes emblemFloat { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-9px) rotate(1.5deg); } }
@keyframes slowZoom { from { transform: scale(1.05); } to { transform: scale(1.12); } }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
@keyframes ambientDrift { from { transform: translate3d(-10px,-7px,0) scale(.98); } to { transform: translate3d(18px,14px,0) scale(1.05); } }
@keyframes waveBreath { from { transform: rotate(-1.5deg) translateY(0); } to { transform: rotate(-.6deg) translateY(-7px); } }
@keyframes leafSway { 0%,100% { margin-top: 0; } 50% { margin-top: -9px; } }
@keyframes faqOpen { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }

@media (max-width: 960px) {
  .menu-button { display: block; }.main-nav { position: absolute; top: 72px; left: 20px; right: 20px; padding: 20px; display: none; align-items: stretch; flex-direction: column; gap: 4px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,253,249,.98); box-shadow: var(--shadow); }.main-nav.is-open { display: flex; }.main-nav a { padding: 11px 12px; }.main-nav .nav-cta { margin-top: 6px; text-align: center; }
  .hero-grid { min-height: auto; padding-block: 75px 150px; grid-template-columns: 1fr; gap: 54px; }.hero-copy { max-width: 820px; }.hero-visual { display: none; }.card-grid,.process-list { grid-template-columns: 1fr; }.service-card { min-height: auto; }.card-top { margin-bottom: 28px; }.about-grid,.contact-grid,.faq-grid { grid-template-columns: 1fr; gap: 50px; }.about-mark { min-height: 390px; }.footer-inner { grid-template-columns: 1fr; justify-items: start; }.footer-links { justify-content: flex-start; }.contact-copy { max-width: 760px; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px),var(--container)); }.header-inner { min-height: 72px; }.brand img { width: 44px; height: 44px; }.brand strong { font-size: .85rem; }.brand small { font-size: .57rem; }.hero-grid { padding-block: 58px 130px; } h1 { font-size: clamp(2.7rem,14vw,4.3rem); }.hero-actions { display: grid; }.button { width: 100%; }.hero-values { gap: 8px 12px; }.hero-values li:not(:last-child)::after { margin-left: 12px; }.trust-strip-inner { padding-block: 24px; flex-wrap: wrap; gap: 12px 18px; }.section { padding-block: 78px; }.service-card,.contact-form,.simple-card { padding: 26px; }.about-mark { min-height: 310px; }.contact-section { padding-block: 76px; }.two-columns { grid-template-columns: 1fr; }.footer-links { flex-wrap: wrap; }.simple-page { padding-block: 70px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.motion-ready [data-reveal] { opacity: 1; transform: none; } }
