/* GENERATED by wordpress/tools/export.py from design/src/css/sections.css — DO NOT EDIT. */
html .mob-header {
position: fixed;
inset: 0 0 auto 0;
z-index: 100;
transition: transform .6s var(--mob-ease), background-color .4s, box-shadow .4s, backdrop-filter .4s;
}

html .mob-header__bar {
display: flex;
align-items: center;
gap: 20px;
height: 92px;
transition: height .5s var(--mob-ease);
}

html .mob-header.is-stuck {
background: rgba(255,255,255,.86);
-webkit-backdrop-filter: saturate(1.4) blur(14px);
backdrop-filter: saturate(1.4) blur(14px);
box-shadow: 0 1px 0 rgba(10,35,57,.08), 0 10px 30px -18px rgba(10,35,57,.25);
}

html .mob-header.is-stuck .mob-header__bar {
height: 74px;
}

html .mob-header.is-hidden {
transform: translateY(-105%);
}

html .mob-header__logo {
display: block;
flex: none;
line-height: 0;
}

html .mob-header__logo img {
height: 56px;
width: auto;
transition: height .5s var(--mob-ease);
}

html .mob-header.is-stuck .mob-header__logo img {
height: 46px;
}

html .mob-nav {
margin-left: auto;
}

html .mob-nav ul {
display: flex;
gap: 2px;
}

html .mob-nav a {
position: relative;
display: block;
padding: 10px 14px;
font-weight: 600;
font-size: .96rem;
color: var(--mob-navy-900);
text-decoration: none;
border-radius: 999px;
transition: background-color .3s;
}

html .mob-nav a::after {
content: "";
position: absolute;
left: 50%;
bottom: 4px;
width: 5px;
height: 5px;
margin-left: -2.5px;
border-radius: 50%;
background: var(--mob-ember-500);
transform: scale(0);
transition: transform .4s var(--mob-ease);
}

html .mob-nav a:hover::after, html .mob-nav a:focus-visible::after {
transform: scale(1);
}

html .mob-header__actions {
display: flex;
align-items: center;
gap: 14px;
}

html .mob-header__phone {
display: inline-flex;
align-items: center;
gap: 10px;
font-weight: 700;
font-size: .95rem;
color: var(--mob-navy-900);
text-decoration: none;
font-variant-numeric: tabular-nums;
}

html .mob-header__phone-ic {
display: grid;
place-items: center;
width: 38px;
height: 38px;
border-radius: 50%;
background: var(--mob-sage-100);
color: var(--mob-olive-600);
}

html .mob-burger {
display: none;
width: 48px;
height: 48px;
border-radius: 50%;
border: 1.5px solid var(--mob-line-2);
background: #fff;
position: relative;
}

html .mob-burger__lines, html .mob-burger__lines::before {
position: absolute;
left: 14px;
right: 14px;
height: 2px;
border-radius: 2px;
background: var(--mob-navy-900);
transition: transform .5s var(--mob-ease), top .5s var(--mob-ease);
}

html .mob-burger__lines {
top: 19px;
}

html .mob-burger__lines::before {
content: "";
left: 0;
right: 0;
top: 8px;
}

html.mob-drawer-open .mob-burger__lines {
top: 23px;
transform: rotate(45deg);
}

html.mob-drawer-open .mob-burger__lines::before {
top: 0;
transform: rotate(-90deg);
}

html .mob-drawer {
position: fixed;
inset: 0;
z-index: -1;
background: var(--mob-navy-900);
padding: 110px var(--mob-gutter) 32px;
display: flex;
flex-direction: column;
justify-content: space-between;
clip-path: inset(0 0 100% 0);
visibility: hidden;
transition: clip-path .7s var(--mob-ease), visibility 0s .7s;
}

html.mob-drawer-open .mob-drawer {
clip-path: inset(0 0 0 0);
visibility: visible;
transition: clip-path .7s var(--mob-ease);
}

html.mob-drawer-open .mob-header {
background: transparent;
box-shadow: none;
-webkit-backdrop-filter: none;
backdrop-filter: none;
}

html.mob-drawer-open .mob-header__logo img {
filter: brightness(0) invert(1);
}

html.mob-drawer-open .mob-burger {
background: transparent;
border-color: rgba(255,255,255,.3);
}

html.mob-drawer-open .mob-burger__lines, html.mob-drawer-open .mob-burger__lines::before {
background: #fff;
}

html.mob-drawer-open {
overflow: hidden;
}

html .mob-drawer__nav a {
display: flex;
justify-content: space-between;
align-items: center;
padding: 16px 0;
border-bottom: 1px solid rgba(255,255,255,.12);
font-family: var(--mob-f-display);
font-size: clamp(1.9rem, 7vw, 2.6rem);
font-weight: 600;
letter-spacing: -.03em;
color: #fff;
text-decoration: none;
opacity: 0;
transform: translateY(18px);
transition: opacity .5s, transform .7s var(--mob-ease);
}

html .mob-drawer__nav a .mob-icon {
color: var(--mob-ember-500);
}

html.mob-drawer-open .mob-drawer__nav a {
opacity: 1;
transform: none;
}

html.mob-drawer-open .mob-drawer__nav a:nth-child(2) {
transition-delay: .05s;
}

html.mob-drawer-open .mob-drawer__nav a:nth-child(3) {
transition-delay: .1s;
}

html.mob-drawer-open .mob-drawer__nav a:nth-child(4) {
transition-delay: .15s;
}

html.mob-drawer-open .mob-drawer__nav a:nth-child(5) {
transition-delay: .2s;
}

html .mob-drawer__foot {
display: grid;
gap: 14px;
padding-top: 28px;
}

html .mob-drawer__contact {
display: inline-flex;
align-items: center;
gap: 10px;
color: rgba(255,255,255,.8);
text-decoration: none;
font-weight: 600;
}

@media (max-width: 1240px) {
html .mob-header__phone span:last-child {
display: none;
}

}

@media (max-width: 1080px) {
html .mob-nav {
display: none;
}

html .mob-header__actions {
margin-left: auto;
}

html .mob-burger {
display: block;
}

}

@media (max-width: 560px) {
html .mob-header__bar {
height: 76px;
}

html .mob-header__logo img, html .mob-header.is-stuck .mob-header__logo img {
height: 42px;
}

html .mob-header__cta, html .mob-header__phone {
display: none;
}

}

html .mob-hero {
position: relative;
overflow: hidden;
padding: calc(92px + clamp(2.5rem, 1rem + 5vw, 5.5rem)) 0 clamp(8rem, 5rem + 10vw, 14rem);
background:
		radial-gradient(60rem 40rem at 88% 8%, rgba(191,204,139,.28), transparent 60%),
		radial-gradient(40rem 30rem at 0% 100%, rgba(252,112,44,.07), transparent 60%),
		linear-gradient(180deg, #fff 0%, #fff 45%, var(--mob-navy-50) 100%);
}

html .mob-hero__grid {
position: relative;
z-index: 2;
display: grid;
gap: clamp(3.5rem, 6vw, 5rem);
align-items: center;
}

@media (min-width: 1024px) {
html .mob-hero__grid {
grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
}

}

html .mob-hero__title {
font-size: clamp(2.7rem, 1rem + 5.4vw, 5.5rem);
line-height: .96;
letter-spacing: -.036em;
font-weight: 700;
font-variation-settings: "opsz" 96, "wdth" 96;
}

html .mob-hero__kicker {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: clamp(1.4rem, 3vw, 2rem);
padding: 8px 16px 8px 10px;
border-radius: 999px;
background: #fff;
border: 1px solid var(--mob-line);
box-shadow: var(--mob-shadow-1);
font-family: var(--mob-f-body);
font-size: clamp(.78rem, .74rem + .2vw, .875rem);
font-weight: 600;
letter-spacing: 0;
line-height: 1.3;
color: var(--mob-olive-700);
}

html .mob-hero__kicker .mob-icon {
width: 26px;
height: 26px;
padding: 5px;
border-radius: 50%;
background: var(--mob-sage-100);
}

html .mob-hero__line {
display: block;
overflow: hidden;
padding: 0 .04em .12em 0;
margin-bottom: -.12em;
}

html .mob-hero__word {
display: inline-block;
position: relative;
}

html .mob-hero__word--ink {
color: var(--mob-olive-600);
}

html .mob-hero__scribble {
position: absolute;
left: -2%;
bottom: -.02em;
width: 104%;
height: .2em;
overflow: visible;
fill: none;
stroke: var(--mob-ember-500);
stroke-width: 6;
stroke-linecap: round;
stroke-dasharray: 420;
stroke-dashoffset: 0;
}

html.mob-js .mob-hero__word {
transform: translateY(108%);
transition: transform 1.15s var(--mob-ease);
transition-delay: calc(var(--d, 0) * 1ms);
}

html.mob-js .mob-hero__scribble {
stroke-dashoffset: 420;
transition: stroke-dashoffset 1.2s var(--mob-ease-io) 1.1s;
}

html.mob-js [data-hero-in] {
opacity: 0;
transform: translateY(22px);
transition: opacity 1s var(--mob-ease), transform 1.1s var(--mob-ease);
transition-delay: calc(var(--d, 0) * 1ms);
}

html.mob-js .mob-hero.is-loaded .mob-hero__word, html.mob-js .mob-hero.is-loaded [data-hero-in] {
transform: none;
opacity: 1;
}

html.mob-js .mob-hero.is-loaded .mob-hero__scribble {
stroke-dashoffset: 0;
}

html .mob-hero__lead {
margin-top: clamp(1.5rem, 3vw, 2rem);
max-width: 35rem;
font-size: var(--mob-fs-lead);
line-height: 1.6;
}

html .mob-hero__ctas {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 18px 28px;
margin-top: clamp(2rem, 3.5vw, 2.5rem);
}

html .mob-hero__proof {
display: flex;
flex-wrap: wrap;
gap: 12px 26px;
margin-top: clamp(2.5rem, 5vw, 3.5rem);
padding-top: 1.6rem;
border-top: 1px solid var(--mob-line);
max-width: 36rem;
font-size: .9375rem;
font-weight: 600;
color: var(--mob-navy-800);
}

html .mob-hero__proof li {
display: inline-flex;
align-items: center;
gap: 9px;
}

html .mob-hero__proof .mob-icon {
color: var(--mob-olive-500);
}

html .mob-hero__media {
position: relative;
max-width: 560px;
width: 100%;
margin-inline: auto;
}

html .mob-hero__photo {
position: relative;
aspect-ratio: 1 / 1.06;
border-radius: var(--mob-r-xl);
overflow: hidden;
background: var(--mob-navy-100);
box-shadow: var(--mob-shadow-3);
}

html .mob-hero__photo::after {
content: "";
position: absolute;
inset: 0;
pointer-events: none;
background: linear-gradient(180deg, rgba(10,35,57,0) 55%, rgba(10,35,57,.28) 100%);
}

html .mob-hero__photo img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 58% 30%;
transform: scale(1.06);
will-change: transform;
}

html .mob-hero__media::before {
content: "";
position: absolute;
z-index: -1;
right: -7%;
top: 9%;
width: 70%;
height: 92%;
border-radius: var(--mob-r-xl);
background: var(--mob-olive-600);
transform: rotate(4deg);
}

html.mob-js .mob-hero__photo {
clip-path: inset(100% 0 0 0 round var(--mob-r-xl));
transition: clip-path 1.5s var(--mob-ease) .25s;
}

html.mob-js .mob-hero.is-loaded .mob-hero__photo {
clip-path: inset(0 0 0 0 round var(--mob-r-xl));
}

html .mob-hero__note {
position: absolute;
left: -14%;
bottom: 9%;
width: 292px;
z-index: 3;
padding: 16px 18px 16px;
border-radius: 18px;
background: rgba(255,255,255,.96);
box-shadow: var(--mob-shadow-2);
border: 1px solid rgba(255,255,255,.7);
font-size: .9rem;
line-height: 1.5;
color: var(--mob-body);
}

html .mob-hero__note-top {
display: flex;
align-items: center;
gap: 9px;
margin-bottom: 8px;
font-size: .78rem;
font-weight: 700;
letter-spacing: .08em;
text-transform: uppercase;
color: var(--mob-navy-900);
}

html .mob-hero__note-time {
margin-left: auto;
font-weight: 600;
letter-spacing: 0;
color: var(--mob-muted);
font-variant-numeric: tabular-nums;
}

html .mob-hero__note-tags {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-top: 12px;
}

html .mob-hero__note-tags span {
display: inline-flex;
align-items: center;
gap: 5px;
padding: 4px 10px 4px 7px;
border-radius: 999px;
font-size: .75rem;
font-weight: 700;
background: var(--mob-sage-100);
color: var(--mob-olive-700);
}

html .mob-hero__note-tags span + span {
background: var(--mob-ember-100);
color: #A8420E;
}

html .mob-hero__note-tags .mob-icon {
width: 14px;
height: 14px;
stroke-width: 2.4;
}

html .mob-live {
position: relative;
width: 9px;
height: 9px;
border-radius: 50%;
background: var(--mob-olive-500);
}

html .mob-live::after {
content: "";
position: absolute;
inset: -4px;
border-radius: 50%;
border: 2px solid var(--mob-olive-500);
animation: mob-ping 2.2s var(--mob-ease) infinite;
}

@keyframes mob-ping {
0% {
transform: scale(.5);
opacity: .9;
}

100% {
transform: scale(1.8);
opacity: 0;
}

}

html .mob-hero__badge {
position: absolute;
top: -48px;
left: -56px;
z-index: 3;
width: 148px;
height: 148px;
border-radius: 50%;
background: #fff;
box-shadow: var(--mob-shadow-2);
display: grid;
place-items: center;
}

html .mob-hero__badge-ring {
position: absolute;
inset: 6px;
width: calc(100% - 12px);
height: calc(100% - 12px);
animation: mob-spin 28s linear infinite;
}

html .mob-hero__badge-ring text {
font-family: var(--mob-f-body);
font-size: 12.4px;
font-weight: 700;
letter-spacing: .14em;
text-transform: uppercase;
fill: var(--mob-navy-900);
}

html .mob-hero__badge img {
width: 50px;
height: auto;
}

@keyframes mob-spin {
to {
transform: rotate(360deg);
}

}

html .mob-hero__ridges {
position: absolute;
left: 0;
right: 0;
bottom: -1px;
z-index: 1;
height: clamp(110px, 16vw, 250px);
pointer-events: none;
}

html .mob-hero__ridges svg {
display: block;
width: 100%;
height: 100%;
overflow: visible;
}

html .mob-hero__ridges path {
will-change: transform;
}

@media (max-width: 1180px) {
html .mob-hero__note {
left: -4%;
}

html .mob-hero__badge {
left: -20px;
}

}

@media (max-width: 1023px) {
html .mob-hero__media {
max-width: 520px;
}

}

@media (max-width: 640px) {
html .mob-hero__photo {
aspect-ratio: 1 / 1;
}

html .mob-hero__media::before {
right: -5%;
}

html .mob-hero__note {
position: relative;
left: auto;
bottom: auto;
margin: -64px 0 0 16px;
width: min(292px, calc(100% - 32px));
}

html .mob-hero__badge {
width: 108px;
height: 108px;
top: -36px;
left: auto;
right: -6px;
}

html .mob-hero__badge img {
width: 36px;
}

html .mob-hero__ctas .mob-btn {
width: 100%;
}

}

html .mob-marquee {
background: var(--mob-navy-900);
color: #fff;
overflow: hidden;
padding: 22px 0 26px;
position: relative;
}

html .mob-marquee::before, html .mob-marquee::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 12vw;
z-index: 1;
pointer-events: none;
}

html .mob-marquee::before {
left: 0;
background: linear-gradient(90deg, var(--mob-navy-900), transparent);
}

html .mob-marquee::after {
right: 0;
background: linear-gradient(-90deg, var(--mob-navy-900), transparent);
}

html .mob-marquee__track {
display: flex;
width: max-content;
animation: mob-marquee 48s linear infinite;
}

html .mob-marquee:hover .mob-marquee__track {
animation-play-state: paused;
}

html .mob-marquee__list {
display: flex;
}

html .mob-marquee__list li {
display: inline-flex;
align-items: center;
gap: 34px;
padding-right: 34px;
font-family: var(--mob-f-display);
font-size: clamp(1.35rem, 1rem + 1.2vw, 2rem);
font-weight: 500;
letter-spacing: -.02em;
white-space: nowrap;
color: rgba(255,255,255,.92);
}

html .mob-marquee__list li:nth-child(3n+2) {
color: var(--mob-sage-300);
}

html .mob-marquee__list li::after {
content: "";
width: 9px;
height: 9px;
border-radius: 50%;
background: var(--mob-ember-500);
}

@keyframes mob-marquee {
to {
transform: translateX(-50%);
}

}

html .mob-scn {
background: var(--mob-mist);
border: 1px solid var(--mob-line);
border-radius: var(--mob-r-xl);
padding: clamp(1rem, .5rem + 2.6vw, 3rem);
}

html .mob-scn__tabs {
position: relative;
display: flex;
width: max-content;
max-width: 100%;
gap: 4px;
padding: 6px;
background: #fff;
border: 1px solid var(--mob-line);
border-radius: 999px;
overflow-x: auto;
scrollbar-width: none;
}

html .mob-scn__tabs::-webkit-scrollbar {
display: none;
}

html .mob-scn__tab {
position: relative;
z-index: 1;
flex: none;
display: flex;
align-items: center;
gap: 12px;
padding: 7px 22px 7px 7px;
border: 0;
border-radius: 999px;
background: transparent;
text-align: left;
color: var(--mob-navy-900);
font-weight: 700;
font-size: .98rem;
line-height: 1.2;
transition: color .45s;
}

html .mob-scn__tab img {
width: 46px;
height: 46px;
border-radius: 50%;
object-fit: cover;
transition: transform .6s var(--mob-ease);
}

html .mob-scn__tab small {
display: block;
font-size: .68rem;
font-weight: 700;
letter-spacing: .14em;
text-transform: uppercase;
color: var(--mob-muted);
transition: color .45s;
}

html .mob-scn__tab:hover img {
transform: scale(1.08);
}

html .mob-scn__tab.is-on {
color: #fff;
}

html .mob-scn__tab.is-on small {
color: var(--mob-sage-300);
}

html .mob-scn__tabs-ink {
position: absolute;
z-index: 0;
top: 6px;
bottom: 6px;
left: 0;
width: 0;
border-radius: 999px;
background: var(--mob-navy-900);
transition: transform .6s var(--mob-ease), width .6s var(--mob-ease);
}

html .mob-scn__tab.is-on {
background: var(--mob-navy-900);
}

html.mob-js .mob-scn__tab.is-on {
background: transparent;
}

html .mob-scn__panel {
margin-top: clamp(1.75rem, 3vw, 2.5rem);
}

html.mob-js .mob-scn__panel {
opacity: 0;
transform: translateY(14px);
transition: opacity .6s var(--mob-ease), transform .8s var(--mob-ease);
}

html.mob-js .mob-scn__panel.is-on {
opacity: 1;
transform: none;
}

html .mob-scn__moment {
font-family: var(--mob-f-display);
font-size: clamp(1.45rem, 1rem + 1.6vw, 2.35rem);
font-weight: 600;
line-height: 1.14;
letter-spacing: -.028em;
color: var(--mob-navy-900);
max-width: 30ch;
}

html .mob-scn__time {
display: inline-flex;
align-items: center;
gap: 7px;
vertical-align: .28em;
margin-right: 8px;
padding: 6px 12px 6px 9px;
border-radius: 999px;
background: #fff;
border: 1px solid var(--mob-line);
font-family: var(--mob-f-body);
font-size: .8rem;
font-weight: 700;
letter-spacing: .02em;
color: var(--mob-ember-600);
font-variant-numeric: tabular-nums;
}

html .mob-scn__grid {
display: grid;
gap: 16px;
margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

@media (min-width: 900px) {
html .mob-scn__grid {
grid-template-columns: .78fr 1.22fr;
}

}

html .mob-scn__label {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 8px;
font-size: .75rem;
font-weight: 800;
letter-spacing: .16em;
text-transform: uppercase;
}

html .mob-scn__old {
padding: clamp(1.25rem, 2.5vw, 2rem);
border-radius: var(--mob-r-lg);
background: rgba(255,255,255,.6);
border: 1.5px dashed var(--mob-line-2);
}

html .mob-scn__old .mob-scn__label {
color: var(--mob-muted);
}

html .mob-scn__old .mob-scn__label .mob-icon {
width: 24px;
height: 24px;
padding: 4px;
border-radius: 50%;
background: #ECEEEC;
stroke-width: 2.4;
}

html .mob-scn__old li {
padding: 16px 0;
border-top: 1px solid var(--mob-line);
color: var(--mob-muted);
}

html .mob-scn__old li strong {
display: block;
margin-bottom: 4px;
font-size: .78rem;
letter-spacing: .06em;
text-transform: uppercase;
color: var(--mob-body);
}

html .mob-scn__new {
position: relative;
overflow: hidden;
isolation: isolate;
padding: clamp(1.25rem, 2.8vw, 2.25rem) clamp(1.25rem, 3vw, 2.5rem);
border-radius: var(--mob-r-lg);
background: var(--mob-navy-900);
color: rgba(255,255,255,.8);
box-shadow: var(--mob-shadow-3);
}

html .mob-scn__new::before {
content: "";
position: absolute;
z-index: -1;
right: -20%;
top: -40%;
width: 70%;
aspect-ratio: 1;
border-radius: 50%;
background: radial-gradient(circle, rgba(107,120,56,.55), transparent 65%);
}

html .mob-scn__new .mob-scn__label {
color: var(--mob-sage-300);
}

html .mob-scn__new .mob-scn__label img {
width: 22px;
height: auto;
}

html .mob-scn__steps {
counter-reset: s;
margin-top: 6px;
}

html .mob-scn__steps li {
position: relative;
counter-increment: s;
padding: 14px 0 14px 52px;
}

html .mob-scn__steps li::before {
content: counter(s);
position: absolute;
left: 0;
top: 13px;
width: 32px;
height: 32px;
border-radius: 50%;
display: grid;
place-items: center;
font-size: .85rem;
font-weight: 800;
color: var(--mob-navy-900);
background: var(--mob-sage-300);
}

html .mob-scn__steps li:last-child::before {
background: var(--mob-ember-500);
}

html .mob-scn__steps li:not(:last-child)::after {
content: "";
position: absolute;
left: 15px;
top: 49px;
bottom: -13px;
width: 2px;
background: rgba(255,255,255,.14);
}

html .mob-scn__steps span {
display: block;
margin-bottom: 2px;
font-family: var(--mob-f-display);
font-size: 1.2rem;
font-weight: 600;
letter-spacing: -.02em;
color: #fff;
}

html.mob-js .mob-scn__panel .mob-scn__steps li {
opacity: 0;
transform: translateX(-10px);
transition: opacity .6s, transform .7s var(--mob-ease);
}

html.mob-js .mob-scn__panel.is-on .mob-scn__steps li {
opacity: 1;
transform: none;
}

html.mob-js .mob-scn__panel.is-on .mob-scn__steps li:nth-child(2) {
transition-delay: .12s;
}

html.mob-js .mob-scn__panel.is-on .mob-scn__steps li:nth-child(3) {
transition-delay: .24s;
}

html .mob-scn__foot {
margin-top: 1.25rem;
font-size: var(--mob-fs-xs);
color: var(--mob-muted);
}

@media (max-width: 640px) {
html .mob-scn__tab {
padding-right: 16px;
font-size: .9rem;
}

html .mob-scn__tab img {
width: 38px;
height: 38px;
}

html .mob-scn__time {
display: flex;
width: max-content;
margin-bottom: 10px;
}

}

html .mob-svc__intro .mob-lead em {
font-style: normal;
font-weight: 700;
color: var(--mob-navy-900);
}

html .mob-svc__layout {
display: grid;
gap: 3rem;
align-items: start;
}

@media (min-width: 1024px) {
html .mob-svc__layout {
grid-template-columns: 1.08fr .92fr;
gap: clamp(3rem, 6vw, 6rem);
}

}

html .mob-svc__list {
border-top: 1px solid var(--mob-line);
}

html .mob-svc__item {
border-bottom: 1px solid var(--mob-line);
}

html .mob-svc__head {
width: 100%;
display: grid;
grid-template-columns: 58px 1fr 48px;
align-items: center;
gap: 8px;
padding: clamp(1.25rem, 2.4vw, 1.9rem) 0;
background: none;
border: 0;
text-align: left;
}

html .mob-svc__num {
font-size: .82rem;
font-weight: 800;
letter-spacing: .1em;
color: var(--mob-muted);
transition: color .4s;
}

html .mob-svc__title {
font-family: var(--mob-f-display);
font-size: clamp(1.55rem, 1.05rem + 1.9vw, 2.65rem);
font-weight: 600;
line-height: 1.05;
letter-spacing: -.028em;
color: var(--mob-navy-900);
transition: transform .7s var(--mob-ease), color .4s;
}

html .mob-svc__plus {
display: grid;
place-items: center;
width: 46px;
height: 46px;
border-radius: 50%;
border: 1.5px solid var(--mob-line-2);
color: var(--mob-navy-900);
transition: background-color .45s, border-color .45s, transform .6s var(--mob-ease);
}

html .mob-svc__item.is-on .mob-svc__num {
color: var(--mob-ember-600);
}

html .mob-svc__item.is-on .mob-svc__title {
transform: translateX(10px);
color: var(--mob-olive-600);
}

html .mob-svc__item.is-on .mob-svc__plus {
background: var(--mob-ember-500);
border-color: var(--mob-ember-500);
transform: rotate(45deg);
}

html .mob-svc__head:hover .mob-svc__title {
color: var(--mob-olive-600);
}

html .mob-svc__body {
display: grid;
grid-template-rows: 0fr;
transition: grid-template-rows .7s var(--mob-ease);
}

html .mob-svc__item.is-on .mob-svc__body {
grid-template-rows: 1fr;
}

html .mob-svc__inner {
min-height: 0;
overflow: hidden;
}

html .mob-svc__inner > * {
margin-left: 66px;
}

html .mob-svc__inner p {
max-width: 46ch;
color: var(--mob-body);
}

html .mob-svc__tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 18px;
}

html .mob-svc__more {
margin-top: 20px;
margin-bottom: clamp(1.5rem, 2.5vw, 2rem);
}

html .mob-svc__tags li {
padding: 7px 13px;
border-radius: 999px;
font-size: .8rem;
font-weight: 700;
background: var(--mob-mist);
border: 1px solid var(--mob-line);
color: var(--mob-navy-800);
}

html .mob-svc__thumb {
display: none;
}

html .mob-svc__stage {
position: sticky;
top: 110px;
aspect-ratio: 4 / 4.6;
border-radius: var(--mob-r-lg);
overflow: hidden;
background: var(--mob-navy-100);
}

html .mob-svc__stage img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0;
transform: scale(1.1);
transition: opacity .9s var(--mob-ease), transform 1.6s var(--mob-ease);
}

html .mob-svc__stage img.is-on {
opacity: 1;
transform: scale(1);
}

html .mob-svc__stage::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, transparent 60%, rgba(10,35,57,.45));
pointer-events: none;
}

html .mob-svc__stage-cap {
position: absolute;
z-index: 1;
left: 20px;
bottom: 20px;
display: inline-flex;
align-items: center;
gap: 10px;
padding: 11px 18px;
border-radius: 999px;
background: #fff;
font-weight: 700;
color: var(--mob-navy-900);
box-shadow: var(--mob-shadow-2);
}

html .mob-svc__stage-cap .mob-icon {
color: var(--mob-ember-600);
}

@media (max-width: 1023px) {
html .mob-svc__stage {
display: none;
}

html .mob-svc__thumb {
display: block;
aspect-ratio: 16 / 10;
border-radius: var(--mob-r);
overflow: hidden;
margin: 4px 0 18px 0 !important;
}

html .mob-svc__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}

html .mob-svc__inner > * {
margin-left: 0;
}

html .mob-svc__head {
grid-template-columns: 44px 1fr 46px;
}

html .mob-svc__item.is-on .mob-svc__title {
transform: none;
}

}

html .mob-appr {
background: var(--mob-navy-900);
color: rgba(255,255,255,.74);
overflow: clip;
}

html .mob-appr .mob-h2 {
color: #fff;
}

html .mob-appr .mob-h2 em {
color: var(--mob-sage-300);
}

html .mob-appr__grid {
display: grid;
gap: 3.5rem;
}

@media (min-width: 1024px) {
html .mob-appr__grid {
grid-template-columns: .92fr 1.08fr;
gap: clamp(4rem, 7vw, 7rem);
}

}

html .mob-appr__sticky {
position: sticky;
top: 120px;
display: grid;
gap: 1.5rem;
}

html .mob-appr__intro {
font-size: var(--mob-fs-lead);
max-width: 34ch;
line-height: 1.6;
}

html .mob-appr__photo {
aspect-ratio: 16 / 10.5;
border-radius: var(--mob-r-lg);
overflow: hidden;
}

html .mob-appr__photo img {
width: 100%;
height: 100%;
object-fit: cover;
}

html .mob-appr__steps {
position: relative;
}

html .mob-appr__rail {
position: absolute;
left: 31px;
top: 48px;
bottom: 48px;
width: 2px;
background: rgba(255,255,255,.12);
}

html .mob-appr__rail span {
display: block;
height: 100%;
background: linear-gradient(180deg, var(--mob-sage-300), var(--mob-ember-500));
transform-origin: top;
transform: scaleY(0);
}

html .mob-appr__step {
display: grid;
grid-template-columns: 64px 1fr;
gap: clamp(1.25rem, 2.5vw, 2rem);
padding: clamp(1.75rem, 3vw, 2.5rem) 0;
}

html .mob-appr__step + .mob-appr__step {
border-top: 1px solid rgba(255,255,255,.09);
}

html .mob-appr__num {
position: relative;
z-index: 1;
width: 64px;
height: 64px;
border-radius: 50%;
display: grid;
place-items: center;
background: var(--mob-navy-900);
border: 1.5px solid rgba(255,255,255,.22);
font-family: var(--mob-f-display);
font-weight: 600;
font-size: 1.1rem;
color: #fff;
transition: background-color .5s, border-color .5s, color .5s, transform .6s var(--mob-ease);
}

html .mob-appr__step.is-lit .mob-appr__num {
background: var(--mob-sage-300);
border-color: var(--mob-sage-300);
color: var(--mob-navy-900);
}

html .mob-appr__step:last-child.is-lit .mob-appr__num {
background: var(--mob-ember-500);
border-color: var(--mob-ember-500);
}

html .mob-appr__step h3 {
display: flex;
align-items: center;
gap: 12px;
padding-top: 12px;
font-size: var(--mob-fs-h3);
color: #fff;
letter-spacing: -.025em;
}

html .mob-appr__step h3 .mob-icon {
color: var(--mob-sage-300);
}

html .mob-appr__step p {
margin-top: 10px;
max-width: 46ch;
color: rgba(255,255,255,.7);
}

html .mob-report__grid {
display: grid;
gap: clamp(3rem, 6vw, 5rem);
align-items: center;
}

@media (min-width: 1024px) {
html .mob-report__grid {
grid-template-columns: 1fr 1.02fr;
}

}

html .mob-report__copy {
display: grid;
gap: 1.5rem;
}

html .mob-report__list {
display: grid;
gap: 12px;
margin-top: .5rem;
}

html .mob-report__list li {
display: flex;
align-items: center;
gap: 14px;
font-weight: 600;
color: var(--mob-navy-800);
}

html .mob-report__list .mob-icon {
width: 30px;
height: 30px;
padding: 6px;
border-radius: 50%;
background: var(--mob-sage-100);
color: var(--mob-olive-600);
stroke-width: 2.4;
}

html .mob-report__photo {
aspect-ratio: 16 / 8.5;
border-radius: var(--mob-r-lg);
overflow: hidden;
max-width: 540px;
}

html .mob-report__photo img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 50% 35%;
}

html .mob-report__doc-wrap {
position: relative;
padding: clamp(1.25rem, 4vw, 3.5rem);
border-radius: var(--mob-r-xl);
background:
		radial-gradient(30rem 20rem at 100% 0%, rgba(191,204,139,.35), transparent 60%),
		var(--mob-navy-50);
}

html .mob-report__doc-wrap::before {
content: "";
position: absolute;
inset: clamp(1.25rem, 4vw, 3.5rem);
border-radius: 16px;
background: #fff;
box-shadow: var(--mob-shadow-1);
transform: rotate(2.4deg) translate(6px, 8px);
}

html .mob-report__doc {
position: relative;
padding: clamp(1.1rem, 2.4vw, 1.9rem);
border-radius: 16px;
background: #fff;
box-shadow: var(--mob-shadow-2);
transform: rotate(-1deg);
font-size: .92rem;
}

html .mob-report__doc-head {
display: flex;
align-items: center;
gap: 14px;
}

html .mob-report__doc-head img {
width: 38px;
height: auto;
}

html .mob-report__doc-kicker {
font-size: .7rem;
font-weight: 800;
letter-spacing: .16em;
text-transform: uppercase;
color: var(--mob-muted);
}

html .mob-report__doc-head h3 {
font-size: 1.3rem;
letter-spacing: -.02em;
}

html .mob-report__sample {
margin-left: auto;
padding: 5px 11px;
border-radius: 999px;
background: var(--mob-ember-100);
color: #A8420E;
font-size: .7rem;
font-weight: 800;
letter-spacing: .12em;
text-transform: uppercase;
}

html .mob-report__meta {
display: grid;
grid-template-columns: repeat(3, auto);
justify-content: space-between;
gap: 10px;
margin: 18px 0 6px;
padding: 14px 0;
border-block: 1px dashed var(--mob-line-2);
}

html .mob-report__meta dt {
font-size: .68rem;
font-weight: 700;
letter-spacing: .12em;
text-transform: uppercase;
color: var(--mob-muted);
}

html .mob-report__meta dd {
margin: 2px 0 0;
font-weight: 700;
color: var(--mob-navy-900);
font-size: .88rem;
}

html .mob-report__log li {
display: grid;
grid-template-columns: 50px 1fr auto;
gap: 12px;
align-items: start;
padding: 12px 0;
border-bottom: 1px solid var(--mob-line);
}

html .mob-report__log time {
font-weight: 800;
color: var(--mob-navy-900);
font-variant-numeric: tabular-nums;
padding-top: 1px;
}

html .mob-report__log p {
line-height: 1.5;
font-size: .88rem;
}

html .mob-tag {
padding: 4px 9px;
border-radius: 999px;
font-size: .68rem;
font-weight: 800;
letter-spacing: .06em;
text-transform: uppercase;
white-space: nowrap;
}

html .mob-tag--olive {
background: var(--mob-sage-100);
color: var(--mob-olive-700);
}

html .mob-tag--navy {
background: var(--mob-navy-100);
color: var(--mob-navy-800);
}

html .mob-tag--ember {
background: var(--mob-ember-100);
color: #A8420E;
}

html .mob-tag--line {
border: 1px solid var(--mob-line-2);
color: var(--mob-muted);
}

html .mob-report__doc.is-armed .mob-report__log li {
opacity: 0;
transform: translateY(8px);
transition: opacity .5s, transform .6s var(--mob-ease);
}

html .mob-report__doc.is-armed .mob-report__log li.is-in {
opacity: 1;
transform: none;
}

html .mob-report__sum {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 8px;
margin-top: 16px;
}

html .mob-report__sum div {
padding: 10px 6px;
border-radius: 12px;
background: var(--mob-mist);
text-align: center;
}

html .mob-report__sum strong {
display: block;
font-family: var(--mob-f-display);
font-size: 1.6rem;
line-height: 1.1;
color: var(--mob-navy-900);
font-variant-numeric: tabular-nums;
}

html .mob-report__sum span {
font-size: .72rem;
font-weight: 600;
color: var(--mob-muted);
line-height: 1.3;
display: block;
}

html .mob-report__note {
position: relative;
margin-top: 18px;
text-align: center;
font-size: var(--mob-fs-xs);
color: var(--mob-muted);
}

@media (max-width: 560px) {
html .mob-report__log li {
grid-template-columns: 44px 1fr;
}

html .mob-report__log .mob-tag {
grid-column: 2;
justify-self: start;
}

html .mob-report__sum {
grid-template-columns: repeat(2, 1fr);
}

html .mob-report__meta {
grid-template-columns: 1fr 1fr;
}

}

html .mob-aud {
background: var(--mob-mist);
}

html .mob-aud__grid {
display: grid;
gap: 2.5rem;
}

@media (min-width: 1024px) {
html .mob-aud__grid {
grid-template-columns: .92fr 1.08fr;
gap: clamp(3rem, 5vw, 5rem);
align-items: stretch;
}

}

html .mob-aud__photo {
position: relative;
min-height: 420px;
border-radius: var(--mob-r-lg);
overflow: hidden;
}

html .mob-aud__photo img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

html .mob-aud__area {
position: absolute;
left: 18px;
right: 18px;
bottom: 18px;
display: flex;
align-items: center;
gap: 14px;
padding: 14px 18px;
border-radius: 16px;
background: rgba(255,255,255,.94);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
box-shadow: var(--mob-shadow-2);
font-size: .88rem;
color: var(--mob-muted);
line-height: 1.4;
}

html .mob-aud__area .mob-icon {
width: 42px;
height: 42px;
padding: 10px;
border-radius: 50%;
background: var(--mob-ember-500);
color: var(--mob-navy-900);
}

html .mob-aud__area strong {
display: block;
font-family: var(--mob-f-display);
font-size: 1.1rem;
color: var(--mob-navy-900);
letter-spacing: -.02em;
}

html .mob-aud__list {
border-top: 1px solid var(--mob-line-2);
}

html .mob-aud__list a {
display: grid;
grid-template-columns: 54px 1fr 26px;
gap: 18px;
align-items: center;
padding: 18px 8px;
border-bottom: 1px solid var(--mob-line-2);
text-decoration: none;
border-radius: 0;
transition: background-color .45s, padding .6s var(--mob-ease), border-radius .45s;
font-size: .93rem;
color: var(--mob-muted);
line-height: 1.45;
}

html .mob-aud__list a > .mob-icon {
width: 54px;
height: 54px;
padding: 14px;
border-radius: 50%;
background: #fff;
border: 1px solid var(--mob-line);
color: var(--mob-olive-600);
transition: background-color .45s, color .45s;
}

html .mob-aud__list strong {
display: block;
font-family: var(--mob-f-display);
font-size: 1.22rem;
font-weight: 600;
letter-spacing: -.022em;
color: var(--mob-navy-900);
margin-bottom: 1px;
}

html .mob-aud__go {
color: var(--mob-navy-900);
opacity: .3;
transform: translateX(-6px);
transition: opacity .4s, transform .6s var(--mob-ease), color .4s;
}

html .mob-aud__list a:hover {
background: #fff;
padding-inline: 18px;
border-radius: 16px;
}

html .mob-aud__list a:hover > .mob-icon {
background: var(--mob-navy-900);
color: #fff;
}

html .mob-aud__list a:hover .mob-aud__go {
opacity: 1;
transform: none;
color: var(--mob-ember-600);
}

html .mob-promise {
position: relative;
overflow: hidden;
isolation: isolate;
background: var(--mob-navy-950);
color: rgba(255,255,255,.78);
padding-block: clamp(6rem, 4rem + 8vw, 11rem);
}

html .mob-promise__bg {
position: absolute;
inset: 0;
z-index: -1;
}

html .mob-promise__bg img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 50% 70%;
opacity: .5;
}

html .mob-promise__bg::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, var(--mob-navy-950) 0%, rgba(6,23,41,.55) 45%, rgba(6,23,41,.8) 75%, var(--mob-navy-950) 100%);
}

html .mob-promise__lines {
margin-top: 1.5rem;
display: grid;
font-size: clamp(2.6rem, .8rem + 7vw, 7.6rem);
line-height: 1;
letter-spacing: -.038em;
font-weight: 700;
font-variation-settings: "opsz" 96, "wdth" 96;
}

html .mob-promise__line span {
--p: 100%;
color: transparent;
background: linear-gradient(90deg, #fff var(--p), rgba(255,255,255,.14) var(--p));
-webkit-background-clip: text;
background-clip: text;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}

html.mob-js .mob-promise__line span {
--p: 0%;
}

html .mob-promise__line:nth-child(3) span {
background-image: linear-gradient(90deg, var(--mob-ember-500) var(--p), rgba(255,255,255,.14) var(--p));
}

html .mob-promise__foot {
display: grid;
gap: 3rem;
margin-top: clamp(3.5rem, 7vw, 6rem);
padding-top: clamp(2.5rem, 4vw, 3.5rem);
border-top: 1px solid rgba(255,255,255,.14);
}

@media (min-width: 960px) {
html .mob-promise__foot {
grid-template-columns: 1.35fr .65fr;
gap: 5rem;
}

}

html .mob-quote blockquote {
margin: 0;
padding: 0;
border: 0;
font-size: inherit;
font-style: normal;
}

html .mob-quote p {
font-family: var(--mob-f-display);
font-size: clamp(1.3rem, 1rem + 1vw, 1.8rem);
font-weight: 500;
line-height: 1.34;
letter-spacing: -.018em;
color: #fff;
max-width: 40ch;
}

html .mob-quote figcaption {
display: flex;
align-items: center;
gap: 14px;
margin-top: 1.75rem;
font-size: .9rem;
color: var(--mob-sage-300);
}

html .mob-quote figcaption img {
width: 38px;
height: auto;
}

html .mob-quote figcaption strong {
display: block;
font-size: 1rem;
color: #fff;
}

html .mob-values__title {
font-size: .75rem;
font-weight: 800;
letter-spacing: .16em;
text-transform: uppercase;
color: var(--mob-sage-300);
}

html .mob-values ul {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 1.1rem;
}

html .mob-values li {
padding: 10px 17px;
border-radius: 999px;
border: 1px solid rgba(255,255,255,.2);
font-weight: 600;
font-size: .93rem;
color: #fff;
transition: background-color .4s, border-color .4s;
}

html .mob-values li:hover {
background: rgba(255,255,255,.08);
border-color: rgba(255,255,255,.4);
}

html .mob-faq__grid {
display: grid;
gap: 3rem;
}

@media (min-width: 1024px) {
html .mob-faq__grid {
grid-template-columns: .82fr 1.18fr;
gap: clamp(3rem, 6vw, 6rem);
align-items: start;
}

html .mob-faq__side {
position: sticky;
top: 120px;
}

}

html .mob-faq__side {
display: grid;
gap: 1.4rem;
justify-items: start;
}

html .mob-faq__intro {
max-width: 34ch;
font-size: var(--mob-fs-lead);
}

html .mob-faq__list {
border-top: 1px solid var(--mob-line);
}

html .mob-faq__item {
border-bottom: 1px solid var(--mob-line);
}

html .mob-faq__item summary {
display: flex;
justify-content: space-between;
align-items: center;
gap: 24px;
padding: clamp(1.25rem, 2.2vw, 1.75rem) 0;
cursor: pointer;
list-style: none;
font-family: var(--mob-f-display);
font-size: clamp(1.15rem, 1rem + .6vw, 1.45rem);
font-weight: 600;
letter-spacing: -.022em;
line-height: 1.25;
color: var(--mob-navy-900);
}

html .mob-faq__item summary::-webkit-details-marker {
display: none;
}

html .mob-faq__ic {
flex: none;
display: grid;
place-items: center;
width: 42px;
height: 42px;
border-radius: 50%;
border: 1.5px solid var(--mob-line-2);
transition: transform .5s var(--mob-ease), background-color .4s, color .4s, border-color .4s;
}

html .mob-faq__item[open]:not(.is-closing) .mob-faq__ic {
transform: rotate(45deg);
background: var(--mob-navy-900);
border-color: var(--mob-navy-900);
color: #fff;
}

html .mob-faq__item summary:hover .mob-faq__ic {
border-color: var(--mob-navy-900);
}

html .mob-faq__a {
overflow: hidden;
}

html .mob-faq__a p {
padding: 0 64px clamp(1.25rem, 2.2vw, 1.75rem) 0;
max-width: 62ch;
}

html .mob-contact {
padding-top: clamp(1.5rem, 3vw, 3rem);
padding-bottom: clamp(7rem, 6rem + 5vw, 11rem);
}

html .mob-contact__card {
display: grid;
border-radius: var(--mob-r-xl);
overflow: hidden;
background: #fff;
border: 1px solid var(--mob-line);
box-shadow: var(--mob-shadow-2);
}

@media (min-width: 1024px) {
html .mob-contact__card {
grid-template-columns: .92fr 1.08fr;
}

}

html .mob-contact__side {
position: relative;
isolation: isolate;
min-height: 520px;
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: clamp(1.75rem, 4vw, 3.5rem);
background: var(--mob-navy-900);
color: rgba(255,255,255,.82);
}

html .mob-contact__bg {
position: absolute;
inset: 0;
z-index: -2;
width: 100%;
height: 100%;
object-fit: cover;
object-position: 50% 35%;
}

html .mob-contact__side::before {
content: "";
position: absolute;
inset: 0;
z-index: -1;
background: linear-gradient(180deg, rgba(10,35,57,.2) 0%, rgba(10,35,57,.72) 42%, rgba(6,23,41,.96) 100%);
}

html .mob-contact__side .mob-h2 {
color: #fff;
font-size: clamp(2rem, 1.2rem + 2.4vw, 3.1rem);
margin-top: 1rem;
}

html .mob-contact__side-inner > p:not(.mob-eyebrow) {
margin: 1rem 0 1.75rem;
max-width: 36ch;
}

html .mob-contact__details li > a, html .mob-contact__static {
display: flex;
align-items: center;
gap: 14px;
padding: 13px 0;
border-top: 1px solid rgba(255,255,255,.14);
color: #fff;
text-decoration: none;
font-weight: 600;
word-break: break-word;
}

html .mob-contact__details li > a > span:first-child, html .mob-contact__static > span:first-child {
flex: none;
display: grid;
place-items: center;
width: 44px;
height: 44px;
border-radius: 50%;
background: rgba(255,255,255,.1);
color: var(--mob-ember-500);
transition: background-color .4s, color .4s;
}

html .mob-contact__details li > a:hover > span:first-child {
background: var(--mob-ember-500);
color: var(--mob-navy-900);
}

html .mob-contact__details small {
display: block;
font-size: .7rem;
font-weight: 700;
letter-spacing: .14em;
text-transform: uppercase;
color: var(--mob-sage-300);
}

html .mob-form {
display: grid;
gap: 20px;
align-content: start;
padding: clamp(1.5rem, 4vw, 3.5rem);
}

html .mob-form__row {
display: grid;
gap: 20px;
}

@media (min-width: 640px) {
html .mob-form__row {
grid-template-columns: 1fr 1fr;
}

}

html .mob-field {
display: grid;
gap: 8px;
margin: 0;
min-width: 0;
font-size: var(--mob-fs-body);
line-height: 1.65;
}

html .mob-field > span, html .mob-field legend {
font-size: .86rem;
line-height: 1.65;
font-weight: 700;
color: var(--mob-navy-900);
padding: 0;
}

html .mob-field input, html .mob-field textarea {
width: 100%;
height: auto;
font: inherit;
font-size: 1rem;
line-height: 1.5;
color: var(--mob-navy-900);
padding: 14px 16px;
border: 1.5px solid var(--mob-line-2);
border-radius: 12px;
background: var(--mob-mist);
transition: border-color .3s, box-shadow .3s, background-color .3s;
outline: none;
resize: vertical;
}

html .mob-field input::placeholder, html .mob-field textarea::placeholder {
color: #939CA6;
}

html .mob-field input:focus, html .mob-field textarea:focus {
border-color: var(--mob-navy-900);
background: #fff;
box-shadow: 0 0 0 4px var(--mob-navy-100);
}

html .mob-field.is-bad input {
border-color: var(--mob-ember-600);
box-shadow: 0 0 0 4px var(--mob-ember-100);
}

html .mob-field--chips {
border: 0;
padding: 0;
}

html .mob-field--chips legend {
margin-bottom: 10px;
}

html .mob-chips {
display: flex;
flex-wrap: wrap;
gap: 8px;
}

html .mob-chips label {
position: relative;
font-size: var(--mob-fs-body);
line-height: 1.65;
}

html .mob-chips input {
position: absolute;
opacity: 0;
inset: 0;
margin: 0;
cursor: pointer;
}

html .mob-chips span {
display: inline-flex;
align-items: center;
min-height: 42px;
padding: 0 16px;
border-radius: 999px;
border: 1.5px solid var(--mob-line-2);
font-size: .9rem;
font-weight: 600;
color: var(--mob-navy-800);
background: #fff;
transition: background-color .3s, color .3s, border-color .3s;
}

html .mob-chips label:hover span {
border-color: var(--mob-navy-900);
}

html .mob-chips input:checked + span {
background: var(--mob-navy-900);
border-color: var(--mob-navy-900);
color: #fff;
}

html .mob-chips input:focus-visible + span {
outline: 3px solid var(--mob-ember-500);
outline-offset: 2px;
}

html .mob-form__foot {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 14px 22px;
margin-top: 4px;
}

html .mob-form__fine {
font-size: var(--mob-fs-xs);
color: var(--mob-muted);
}

html .mob-form__ok {
display: flex;
align-items: center;
gap: 10px;
padding: 14px 16px;
border-radius: 12px;
background: var(--mob-sage-100);
color: var(--mob-olive-800);
font-weight: 600;
font-size: .92rem;
}

html .mob-form__ok[hidden] {
display: none;
}

html .mob-form__err {
display: flex;
align-items: center;
gap: 10px;
padding: 14px 16px;
border-radius: 12px;
background: var(--mob-ember-100);
color: #8A350B;
font-weight: 600;
font-size: .92rem;
}

html .mob-form__err[hidden] {
display: none;
}

html .mob-hp {
position: absolute !important;
left: -9999px;
width: 1px;
height: 1px;
overflow: hidden;
}

html .mob-form {
position: relative;
}

html .mob-form.is-busy button[type="submit"] {
opacity: .7;
pointer-events: none;
}

@media (max-width: 640px) {
html .mob-form__foot .mob-btn {
width: 100%;
}

}

html .mob-footer {
position: relative;
background: var(--mob-navy-950);
color: rgba(255,255,255,.66);
padding-top: clamp(3.5rem, 6vw, 5.5rem);
font-size: .95rem;
}

html .mob-footer__ridge {
position: absolute;
left: 0;
right: 0;
bottom: calc(100% - 1px);
height: clamp(40px, 6vw, 96px);
color: var(--mob-navy-950);
pointer-events: none;
}

html .mob-footer__ridge svg {
display: block;
width: 100%;
height: 100%;
}

html .mob-footer__top {
display: grid;
gap: 2.75rem;
}

@media (min-width: 720px) {
html .mob-footer__top {
grid-template-columns: 1fr 1fr;
}

}

@media (min-width: 1080px) {
html .mob-footer__top {
grid-template-columns: 1.5fr .9fr .8fr 1.25fr;
gap: 3rem;
}

}

html .mob-footer__brand img {
width: 230px;
height: auto;
}

html .mob-footer__brand p {
margin-top: 1.5rem;
max-width: 34ch;
line-height: 1.6;
}

html .mob-footer__social {
display: flex;
gap: 10px;
margin-top: 1.5rem;
}

html .mob-footer__social a {
display: grid;
place-items: center;
width: 44px;
height: 44px;
border-radius: 50%;
border: 1px solid rgba(255,255,255,.18);
color: #fff;
transition: background-color .4s, border-color .4s, color .4s, transform .5s var(--mob-ease);
}

html .mob-footer__social a:hover {
background: var(--mob-ember-500);
border-color: var(--mob-ember-500);
color: var(--mob-navy-900);
transform: translateY(-3px);
}

html .mob-footer__col h4 {
margin-bottom: 1.2rem;
font-family: var(--mob-f-body);
font-size: .75rem;
font-weight: 800;
letter-spacing: .16em;
text-transform: uppercase;
color: var(--mob-sage-300);
line-height: 1.4;
}

html .mob-footer__col ul {
display: grid;
gap: 12px;
}

html .mob-footer__col a, html .mob-footer__col span {
color: rgba(255,255,255,.8);
text-decoration: none;
transition: color .3s;
}

html .mob-footer__col a:hover {
color: #fff;
}

html .mob-footer__col--contact li > * {
display: inline-flex;
align-items: center;
gap: 10px;
word-break: break-word;
}

html .mob-footer__col--contact .mob-icon {
color: var(--mob-ember-500);
}

html .mob-footer__word {
margin-top: clamp(3rem, 6vw, 5rem);
font-family: var(--mob-f-display);
font-weight: 700;
font-size: clamp(1.9rem, 11.2vw - 1rem, 11rem);
line-height: .9;
letter-spacing: -.035em;
white-space: nowrap;
font-variation-settings: "opsz" 96, "wdth" 94;
color: transparent;
-webkit-text-stroke: 1px rgba(255,255,255,.16);
user-select: none;
}

html .mob-footer__bottom {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 10px 24px;
margin-top: clamp(1.5rem, 3vw, 2.5rem);
padding: 22px 0 30px;
border-top: 1px solid rgba(255,255,255,.1);
font-size: .85rem;
}

html .mob-footer__legal {
display: flex;
flex-wrap: wrap;
gap: 8px 22px;
}

html .mob-footer__legal a {
color: rgba(255,255,255,.66);
text-decoration: none;
}

html .mob-footer__legal a:hover {
color: #fff;
}
