@font-face {
	font-family: 'DM Serif Display';
	src: url('assets/fonts/dm-serif-display-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'DM Serif Display';
	src: url('assets/fonts/dm-serif-display-italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap
}

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

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

@font-face {
	font-family: 'DM Sans';
	src: url('assets/fonts/dm-sans-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap
}
:root {
	--cream: #FAF7F2;
	--warm: #F5EDE3;
	--ink: #1A1714;
	--ink-s: #4A453D;
	--ink-m: #8A8278;
	--coral: #E8613C;
	--amber: #F2A93B;
	--grad: linear-gradient(135deg, #E8613C, #F2A93B);
	--textp: #000000;
	--gsoft: linear-gradient(135deg, rgba(232, 97, 60, .08), rgba(242, 169, 59, .08));
	--serif: 'DM Serif Display', Georgia, serif;
	--sans: 'DM Sans', system-ui, sans-serif;
	--mono: 'Courier New', monospace;
	--eo: cubic-bezier(.16, 1, .3, 1);
	--pad: clamp(1.5rem, 5vw, 5rem);
	--mx: 1140px
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden
}

body {
	font-family: var(--sans);
	background: var(--cream);
	color: var(--ink);
    line-height: 1.7;
    overflow-x: hidden
}

img {
	max-width: 100%;
	display: block
}

a {
	color: inherit;
	text-decoration: none
}

button {
	font-family: inherit;
	border: 0;
	background: 0;
	color: inherit;
	cursor: pointer
}

::selection {
	background: var(--coral);
	color: #fff
}

:focus-visible {
	outline: 2px solid var(--coral);
	outline-offset: 3px
}

.top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: .75rem var(--pad);
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(250, 247, 242, .92);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(26, 23, 20, .05);
	transition: all .3s
}

.top.sc {
	box-shadow: 0 1px 20px rgba(26, 23, 20, .06)
}

.top__b {
	font-family: var(--serif);
	font-size: 1.15rem
}

.top__b strong {
	background: var(--grad);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text
}

.top__nav {
	display: flex;
	gap: 2rem;
	align-items: center
}

.top__lk {
	font-size: .85rem;
	font-weight: 500;
	color: var(--ink-s);
	transition: color .2s
}

.top__lk:hover {
	color: var(--coral)
}

.top__cta {
	font-size: .85rem;
	font-weight: 700;
	color: #fff;
	background: var(--grad);
	padding: .6rem 1.4rem;
	border-radius: 100px;
	transition: all .3s;
	box-shadow: 0 2px 12px rgba(232, 97, 60, .2)
}

.top__cta:hover {
	box-shadow: 0 4px 24px rgba(232, 97, 60, .35);
	transform: translateY(-1px)
}

.top__mb {
	display: none;
	width: 44px;
	height: 44px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px
}

.top__mb span {
	width: 20px;
	height: 2px;
	background: var(--ink);
	transition: .3s;
	display: block;
	border-radius: 2px
}

.top__mb.on span:nth-child(1) {
	transform: translateY(7px) rotate(45deg)
}

.top__mb.on span:nth-child(2) {
	opacity: 0
}

.top__mb.on span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg)
}

.mob {
	position: fixed;
	top: 58px;
	left: 50%;
	transform: translateX(-50%) translateY(-120%);
	width: calc(100% - 2rem);
	max-width: 360px;
	background: var(--cream);
	border: 1px solid rgba(26, 23, 20, .1);
	border-radius: 16px;
	padding: 1.5rem;
	z-index: 99;
	box-shadow: 0 20px 50px rgba(26, 23, 20, .12);
	transition: transform .4s var(--eo)
}

.mob.on {
	transform: translateX(-50%) translateY(0)
}

.mob a {
	display: block;
	padding: .6rem 0;
	font-size: 1.05rem;
	font-weight: 500;
	color: var(--ink-s)
}

.mob a:hover {
	color: var(--coral)
}

@media(max-width:800px) {
	.top__nav {
		display: none
	}

	.top__mb {
		display: flex
	}
}

.hero {
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding: calc(5rem + env(safe-area-inset-top)) var(--pad) 5rem;
	position: relative;
	overflow: hidden
}

.hero::before {
	content: '';
	position: absolute;
	top: -20%;
	right: -15%;
	width: clamp(400px, 60vw, 800px);
	height: clamp(400px, 60vw, 800px);
	background: radial-gradient(circle, rgba(232, 97, 60, .1), rgba(242, 169, 59, .06) 40%, transparent 70%);
	border-radius: 50%;
	pointer-events: none
}

.hero::after {
	content: '';
	position: absolute;
	bottom: -10%;
	left: -10%;
	width: clamp(300px, 40vw, 600px);
	height: clamp(300px, 40vw, 600px);
	background: radial-gradient(circle, rgba(242, 169, 59, .08), transparent 60%);
	border-radius: 50%;
	pointer-events: none
}

.hero__in {
	position: relative;
	z-index: 2;
	max-width: 820px
}

.hero__tag {
	font-family: var(--mono);
	font-size: .75rem;
	text-transform: uppercase;
	letter-spacing: .25em;
	color: var(--coral);
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	gap: .75rem
}

.hero__tag::before {
	content: '';
	width: 40px;
	height: 2px;
	background: var(--grad);
	border-radius: 2px
}

.hero__h1 {
	font-family: var(--serif);
	font-size: clamp(2.8rem, 7vw, 5.5rem);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -.03em;
	margin-bottom: 2rem
}

.hero__h1 em {
	font-style: italic;
	background: var(--grad);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text
}

.hero__p {
	font-size: 1.2rem;
	color: var(--ink-m);
	max-width: 560px;
	line-height: 1.8;
	margin-bottom: 3rem
}

.hero__btns {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 3.5rem
}

.bp {
	padding: 1rem 2.25rem;
	font-weight: 700;
	font-size: 1rem;
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	transition: all .35s var(--eo)
}

.bf {
	background: var(--grad);
	color: #fff;
	border: none;
	box-shadow: 0 4px 20px rgba(232, 97, 60, .25)
}

.bf:hover {
	box-shadow: 0 6px 30px rgba(232, 97, 60, .4);
	transform: translateY(-2px)
}

.bo {
	background: transparent;
	color: var(--ink);
	border: 2px solid var(--ink)
}

.bo:hover {
	background: var(--ink);
	color: var(--cream)
}

.hero__stats {
	display: flex;
	gap: 3.5rem;
	flex-wrap: wrap;
	padding-top: 2.5rem;
	border-top: 1px solid rgba(26, 23, 20, .08)
}

.hero__sv {
	font-family: var(--serif);
	font-size: 2.5rem;
	display: block;
	line-height: 1;
	background: var(--grad);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text
}

.hero__sl {
	font-size: .8rem;
	color: var(--ink-m);
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: .35rem
}

.div {
	max-width: var(--mx);
	margin: 0 auto;
	padding: 0 var(--pad);
	height: 1px;
	background: rgba(26, 23, 20, .08)
}

.sc {
	padding: clamp(5rem, 10vw, 8rem) var(--pad);
	max-width: calc(var(--mx) + 10rem);
	margin: 0 auto
}

.sc--w {
	background: var(--warm)
}

.sc--w.sc {
	max-width: none
}

.sc--c {
	text-align: center
}

.sc__tag {
	font-family: var(--mono);
	font-size: .75rem;
	text-transform: uppercase;
	letter-spacing: .25em;
	color: var(--coral);
	margin-bottom: 1rem;
	display: block
}

.sc__h2 {
	font-family: var(--serif);
	font-size: clamp(2rem, 4.5vw, 3.2rem);
	font-weight: 400;
	line-height: 1.12;
	margin-bottom: 1rem;
	letter-spacing: -.02em
}

.sc__h2 em {
	font-style: italic;
	background: var(--grad);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text
}

.sc__sub {
	font-size: 1.1rem;
	color: var(--textp);
	max-width: 600px;
	line-height: 1.75;
	margin-bottom: 3.5rem
}

.sc--c .sc__h2,
.sc--c .sc__sub {
	margin-left: auto;
	margin-right: auto
}

.bens {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem
}

.ben {
	padding: 2rem;
	border-radius: 16px;
	background: var(--cream);
	border: 1px solid rgba(26, 23, 20, .06);
	transition: all .4s var(--eo)
}

.sc--w .ben {
	background: #fff
}

.ben:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 40px rgba(26, 23, 20, .08);
	border-color: transparent
}

.ben__ic {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: var(--gsoft);
	display: grid;
	place-items: center;
	margin-bottom: 1.5rem
}

.ben__ic svg {
	width: 24px;
	height: 24px;
	stroke: var(--coral);
	fill: none
}

.ben__t {
	font-family: var(--serif);
	font-size: 1.15rem;
	margin-bottom: .5rem
}

.ben__d {
	font-size: .9rem;
	color: var(--ink-m);
	line-height: 1.7
}

@media(max-width:900px) {
	.bens {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media(max-width:550px) {
	.bens {
		grid-template-columns: 1fr
	}
}

.svcs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem
}

.svc {
	padding: 2.5rem 2rem;
	border-radius: 20px;
	border: 1px solid rgba(26, 23, 20, .06);
	background: #fff;
	position: relative;
	overflow: hidden;
	transition: all .4s var(--eo)
}

.svc::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--grad);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .4s var(--eo)
}

.svc:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 50px rgba(26, 23, 20, .1);
	border-color: transparent
}

.svc:hover::after {
	transform: scaleX(1)
}

.svc__n {
	font-family: var(--serif);
	font-size: 3.5rem;
	line-height: 1;
	background: var(--gsoft);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 1rem;
	font-style: italic
}

.svc__tt {
	font-family: var(--serif);
	font-size: 1.25rem;
	margin-bottom: .65rem
}

.svc__dd {
	font-size: .9rem;
	color: var(--ink-m);
	line-height: 1.7
}

@media(max-width:900px) {
	.svcs {
		grid-template-columns: 1fr;
		max-width: 500px;
		margin: 0 auto
	}
}

.brs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem
}

.br {
	padding: 2.25rem;
	border-radius: 20px;
	background: #fff;
	border: 1px solid rgba(26, 23, 20, .06);
	text-align: center;
	transition: all .4s var(--eo)
}

.br:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 40px rgba(26, 23, 20, .08);
	border-color: rgba(232, 97, 60, .15)
}

.br__em {
	font-size: 2.75rem;
	display: block;
	margin-bottom: 1rem;
	line-height: 1
}

.br__t {
	font-family: var(--serif);
	font-size: 1.15rem;
	margin-bottom: .5rem
}

.br__d {
	font-size: .88rem;
	color: var(--ink-m);
	line-height: 1.65
}

.br__d a {
	color: var(--coral);
	text-decoration: underline;
	text-underline-offset: 2px
}

@media(max-width:700px) {
	.brs {
		grid-template-columns: 1fr;
		max-width: 380px;
		margin: 0 auto
	}
}

.advs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

.adv {
	display: flex;
	gap: 1.25rem;
	align-items: flex-start;
	padding: 1.75rem;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(26, 23, 20, .05);
	transition: all .35s var(--eo)
}

.sc--w .adv {
	background: var(--cream)
}

.adv:hover {
	box-shadow: 0 8px 30px rgba(26, 23, 20, .06);
	transform: translateY(-3px)
}

.adv__dot {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: var(--grad);
	flex-shrink: 0;
	display: grid;
	place-items: center
}

.adv__dot svg {
	width: 20px;
	height: 20px;
	stroke: #fff;
	fill: none
}

.adv__t {
	font-family: var(--serif);
	font-size: 1.05rem;
	margin-bottom: .25rem
}

.adv__d {
	font-size: .88rem;
	color: var(--ink-m);
	line-height: 1.65
}

.adv__d a {
	color: var(--coral);
	text-decoration: underline;
	text-underline-offset: 2px
}

@media(max-width:650px) {
	.advs {
		grid-template-columns: 1fr
	}
}

.prcs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
	position: relative
}

.prcs::before {
	content: '';
	position: absolute;
	top: 42px;
	left: 48px;
	right: 48px;
	height: 2px;
	background: linear-gradient(90deg, var(--coral), var(--amber), rgba(242, 169, 59, .15));
	border-radius: 2px
}

.prc {
	text-align: center;
	position: relative;
	z-index: 1
}

.prc__r {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	border: 2px solid rgba(26, 23, 20, .1);
	background: var(--cream);
	display: grid;
	place-items: center;
	margin: 0 auto 1.5rem;
	transition: all .35s var(--eo)
}

.sc--w .prc__r {
	background: var(--warm)
}

.prc__r span {
	font-family: var(--serif);
	font-size: 1.75rem;
	font-style: italic;
	background: var(--grad);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text
}

.prc:hover .prc__r {
	border-color: var(--coral);
	box-shadow: 0 0 0 6px rgba(232, 97, 60, .1);
	transform: scale(1.06)
}

.prc__t {
	font-family: var(--serif);
	font-size: 1.05rem;
	margin-bottom: .3rem
}

.prc__d {
	font-size: .82rem;
	color: var(--ink-m);
	line-height: 1.55
}

@media(max-width:800px) {
	.prcs {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.5rem
	}

	.prcs::before {
		display: none
	}
}

@media(max-width:480px) {
	.prcs {
		grid-template-columns: 1fr
	}
}

.loc {
	max-width: 750px
}

.loc p {
	font-size: 1.05rem;
	color: var(--ink-m);
	line-height: 1.85;
	margin-bottom: 1.25rem
}

.loc strong {
	color: var(--ink)
}

.loc a {
	color: var(--coral);
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 700
}

.fcta {
	padding: clamp(5rem, 10vw, 8rem) var(--pad);
	text-align: center;
	position: relative;
	overflow: hidden
}

.fcta::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: clamp(400px, 50vw, 700px);
	height: clamp(400px, 50vw, 700px);
	background: radial-gradient(circle, rgba(232, 97, 60, .07), rgba(242, 169, 59, .04) 40%, transparent 65%);
	border-radius: 50%;
	pointer-events: none
}

.fcta__h {
	font-family: var(--serif);
	font-size: clamp(2.2rem, 5vw, 3.5rem);
	font-weight: 400;
	margin-bottom: 1.25rem;
	position: relative
}

.fcta__p {
	color: var(--ink-m);
	font-size: 1.1rem;
	max-width: 520px;
	margin: 0 auto 2.5rem;
	line-height: 1.75;
	position: relative
}

.fcta__btns {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
	position: relative
}

.ft {
	background: var(--ink);
	color: var(--cream);
	padding: 4rem var(--pad) 1.5rem
}

.ft__in {
	max-width: var(--mx);
	margin: 0 auto
}

.ft__g {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 3rem;
	margin-bottom: 2.5rem
}

.ft__brand {
	font-family: var(--serif);
	font-size: 1.5rem;
	margin-bottom: .75rem
}

.ft__desc {
	font-size: .9rem;
	color: rgba(250, 247, 242, .5);
	line-height: 1.7
}

.ft__title {
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .15em;
	margin-bottom: .75rem;
	color: rgba(250, 247, 242, .4)
}

.ft__links {
	list-style: none
}

.ft__links li {
	margin-bottom: .35rem
}

.ft__links a {
	font-size: .9rem;
	color: rgba(250, 247, 242, .6);
	transition: color .2s
}

.ft__links a:hover {
	color: var(--coral)
}

.ft__bot {
	border-top: 1px solid rgba(250, 247, 242, .08);
	padding-top: 1.25rem;
	font-size: .8rem;
	color: rgba(250, 247, 242, .35);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: .5rem
}

.ft__bot a {
	color: var(--coral)
}

@media(max-width:700px) {
	.ft__g {
		grid-template-columns: 1fr;
		gap: 2rem
	}
}

.rv {
	opacity: 0;
	transform: translateY(32px);
	transition: opacity .75s var(--eo), transform .75s var(--eo)
}

.rv.vis {
	opacity: 1;
	transform: translateY(0)
}

.grain {
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: 999;
	opacity: .025;
	mix-blend-mode: multiply;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E")
}

.pbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	z-index: 200;
	transform-origin: left;
	transform: scaleX(0);
	will-change: transform;
	background: var(--grad)
}

@media(prefers-reduced-motion:reduce) {

	*,
	*::before,
	*::after {
		animation-duration: .001ms !important;
		transition-duration: .001ms !important
	}
}

.seo-text {
	max-width: 800px
}

.seo-text h3 {
	font-family: var(--serif);
	font-size: 1.4rem;
	font-weight: 400;
	margin: 2.25rem 0 .65rem;
	letter-spacing: -.01em
}

.seo-text p {
	font-size: 1.05rem;
	color: var(--ink-m);
	line-height: 1.9;
	margin-bottom: 1.25rem
}

.seo-text strong {
	color: var(--ink)
}

.seo-text a {
	color: var(--coral);
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 700
}

.cluster {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin-top: 3.5rem;
	max-width: 900px
}

.cluster__lk {
	padding: 2rem 1.75rem;
	border-radius: 20px;
	background: #fff;
	border: 1px solid rgba(26, 23, 20, .06);
	transition: all .4s var(--eo);
	display: block
}

.sc--w .cluster__lk {
	background: var(--cream)
}

.cluster__lk:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 40px rgba(26, 23, 20, .08);
	border-color: rgba(232, 97, 60, .15)
}

.cluster__em {
	font-size: 2.25rem;
	display: block;
	margin-bottom: .9rem;
	line-height: 1
}

.cluster__tt {
	font-family: var(--serif);
	font-size: 1.1rem;
	margin-bottom: .4rem
}

.cluster__dd {
	font-size: .86rem;
	color: var(--ink-m);
	line-height: 1.65
}

@media(max-width:700px) {
	.cluster {
		grid-template-columns: 1fr
	}
}

.faqs {
	max-width: 780px;
	margin: 0 auto;
	text-align: left
}

.faq {
	border-bottom: 1px solid rgba(26, 23, 20, .09)
}

.faq:first-child {
	border-top: 1px solid rgba(26, 23, 20, .09)
}

.faq__q {
	font-family: var(--serif);
	font-size: 1.15rem;
	font-weight: 400;
	padding: 1.5rem 0;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.5rem;
	line-height: 1.3;
	transition: color .2s
}

.faq__q:hover {
	color: var(--coral)
}

.faq__q::after {
	content: '+';
	font-family: var(--sans);
	font-size: 1.6rem;
	color: var(--coral);
	line-height: 1;
	flex-shrink: 0;
	transition: transform .35s var(--eo);
	font-weight: 300
}

.faq.open .faq__q::after {
	transform: rotate(45deg)
}

.faq__a {
	font-size: 1rem;
	color: var(--ink-m);
	line-height: 1.8;
	max-height: 0;
	overflow: hidden;
	transition: max-height .45s var(--eo), padding-bottom .45s var(--eo);
	padding-bottom: 0
}

.faq.open .faq__a {
	max-height: 400px;
	padding-bottom: 1.75rem
}

.faq__a a {
	color: var(--coral);
	text-decoration: underline;
	text-underline-offset: 2px
}

.bread {
	padding: 1rem var(--pad);
	max-width: calc(var(--mx) + 10rem);
	margin: 0 auto;
	font-size: .8rem;
	color: var(--ink-m);
	display: flex;
	gap: .5rem;
	align-items: center;
	flex-wrap: wrap
}

.bread a {
	color: var(--coral);
	text-decoration: underline;
	text-underline-offset: 2px
}

.bread span {
	color: rgba(26, 23, 20, .3)
}

.hero--sub {
	min-height: 56vh;
	padding: calc(7rem + env(safe-area-inset-top)) var(--pad) 4rem
}

.prose {
	max-width: 780px
}

.prose h2 {
	font-family: var(--serif);
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: 400;
	margin: 2.75rem 0 .75rem;
	letter-spacing: -.015em
}

.prose h2 em {
	font-style: italic;
	background: var(--grad);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text
}

.prose h3 {
	font-family: var(--serif);
	font-size: 1.25rem;
	font-weight: 400;
	margin: 2rem 0 .5rem
}

.prose p {
	font-size: 1.05rem;
	color: var(--ink-m);
	line-height: 1.88;
	margin-bottom: 1.25rem
}

.prose strong {
	color: var(--ink)
}

.prose a {
	color: var(--coral);
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 700
}

.prose ul {
	margin: 1rem 0 1.5rem 1.25rem;
	display: flex;
	flex-direction: column;
	gap: .5rem
}

.prose ul li {
	font-size: 1.02rem;
	color: var(--ink-m);
	line-height: 1.7;
	padding-left: .5rem
}

.prose ul li::marker {
	color: var(--coral)
}

.ptable {
	width: 100%;
	border-collapse: collapse;
}

.ptable th {
	font-family: var(--serif);
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
	padding: 1rem 1.25rem;
	background: var(--warm);
	border-bottom: 2px solid rgba(26, 23, 20, .08)
}

.ptable td {
	padding: 1rem 1.25rem;
	font-size: .95rem;
	color: var(--ink-m);
	border-bottom: 1px solid rgba(26, 23, 20, .06);
	line-height: 1.5
}

.ptable tr:hover td {
	background: rgba(232, 97, 60, .03)
}

.ptable td:first-child {
	font-weight: 600;
	color: var(--ink)
}

.ptable td:last-child {
	font-weight: 700;
	color: var(--coral)
}

@media(max-width:600px) {
	.ptable {
		font-size: .88rem
	}
	.ptable th,
	.ptable td {
		padding: .75rem .9rem
	}
}
.ptable-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgba(26, 23, 20, .06)
}

@media(max-width: 700px) {
    .ptable-wrap .ptable {
        min-width: 560px
    }
}
.incl-banner {
   margin-top: 1.75rem
}

.incl-banner__inner {
   display: flex;
   align-items: center;
   gap: 1.25rem;
   padding: 1.35rem 2rem;
   border-radius: 16px;
   background: var(--grad);
   box-shadow: 0 6px 28px rgba(232, 97, 60, .22);
   position: relative;
   overflow: hidden
}

.incl-banner__inner::before {
   content: '';
   position: absolute;
   inset: 0;
   background: repeating-linear-gradient(
      -45deg,
      rgba(255,255,255,.04) 0px,
      rgba(255,255,255,.04) 2px,
      transparent 2px,
      transparent 12px
   );
   pointer-events: none
}

.incl-banner__icon {
   font-size: 2rem;
   line-height: 1;
   flex-shrink: 0;
   filter: drop-shadow(0 2px 4px rgba(0,0,0,.15))
}

.incl-banner__icon--right {
   margin-left: auto
}

.incl-banner__text {
   display: flex;
   flex-direction: column;
   gap: .2rem;
   color: #fff
}

.incl-banner__text strong {
   font-size: 1rem;
   font-weight: 700;
   letter-spacing: .01em
}

.incl-banner__text span {
   font-size: .9rem;
   opacity: .92;
   line-height: 1.5
}

.incl-banner__text em {
   font-style: normal;
   opacity: .78
}

@media(max-width: 500px) {
   .incl-banner__icon--right { display: none }
   .incl-banner__inner { padding: 1.1rem 1.25rem }
}