
@font-face {
	font-family: "Newsreader HS";
	font-style: normal;
	font-display: swap;
	font-weight: 200 800;
	src: url("../fonts/newsreader-latin-ext-opsz-normal.woff2") format("woff2-variations");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Newsreader HS";
	font-style: normal;
	font-display: swap;
	font-weight: 200 800;
	src: url("../fonts/newsreader-latin-opsz-normal.woff2") format("woff2-variations");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Instrument Sans HS";
	font-style: normal;
	font-display: swap;
	font-weight: 400 700;
	font-stretch: 75% 100%;
	src: url("../fonts/instrument-sans-latin-ext-standard-normal.woff2") format("woff2-variations");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Instrument Sans HS";
	font-style: normal;
	font-display: swap;
	font-weight: 400 700;
	font-stretch: 75% 100%;
	src: url("../fonts/instrument-sans-latin-standard-normal.woff2") format("woff2-variations");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Caveat HS";
	font-style: normal;
	font-display: swap;
	font-weight: 400 700;
	src: url("../fonts/caveat-latin-ext-wght-normal.woff2") format("woff2-variations");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Caveat HS";
	font-style: normal;
	font-display: swap;
	font-weight: 400 700;
	src: url("../fonts/caveat-latin-wght-normal.woff2") format("woff2-variations");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--basalt: #111714;
	--basalt-soft: #1a211d;
	--ash: #eee9df;
	--paper: #f7f3ea;
	--surface: #fffdf8;
	--ink: #171c19;
	--muted: #59615c;
	--rule: #d2cbc0;
	--rule-dark: #35403a;
	--ocean: #0d5962;
	--ocean-dark: #073f47;
	--forest: #355b43;
	--ember: #e87955;
	--ember-deep: #9f3f2d;
	--white: #fffdf8;
	--font-sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--font-serif: Georgia, "Times New Roman", serif;
	--font-hand: "Segoe Print", "Bradley Hand", cursive;
	--wrap: 78rem;
	--narrow: 46rem;
	--shadow-focus: 0 0 0 4px rgba(159, 63, 45, 0.22);
}

body.home {
	--font-sans: "Instrument Sans HS", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--font-serif: "Newsreader HS", Georgia, "Times New Roman", serif;
	--font-hand: "Caveat HS", "Segoe Print", "Bradley Hand", cursive;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 100%;
	scroll-behavior: smooth;
	text-size-adjust: 100%;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--font-sans);
	font-size: 1rem;
	line-height: 1.68;
	-webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
	font-family: var(--font-sans);
}

img,
picture,
svg,
video,
iframe {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

p,
ul,
ol,
blockquote {
	margin-top: 0;
}

h1,
h2,
h3,
h4 {
	margin: 0 0 0.7em;
	color: inherit;
	font-family: var(--font-serif);
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 1.08;
}

h1 {
	font-size: clamp(2.8rem, 6.2vw, 5.6rem);
}

h2 {
	font-size: clamp(2.1rem, 4.3vw, 4rem);
}

h3 {
	font-size: clamp(1.3rem, 2vw, 1.7rem);
}

a {
	color: inherit;
	text-decoration-color: currentColor;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

a:hover {
	text-decoration-thickness: 2px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
	border-radius: 2px;
	box-shadow: var(--shadow-focus);
	outline: 3px solid var(--ember-deep);
	outline-offset: 3px;
}

.site-header a:focus-visible,
.site-header summary:focus-visible,
.home-hero a:focus-visible,
.process-section a:focus-visible,
.request-section a:focus-visible,
.site-footer a:focus-visible {
	box-shadow: 0 0 0 4px rgba(240, 140, 104, 0.3);
	outline-color: #f08c68;
}

::selection {
	background: var(--ember);
	color: var(--basalt);
}

.site-wrap {
	width: min(calc(100% - 3rem), var(--wrap));
	margin-inline: auto;
}

.skip-link {
	position: fixed;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 9999;
	padding: 0.7rem 1rem;
	transform: translateY(-160%);
	background: var(--white);
	color: var(--basalt);
	font-weight: 700;
}

.skip-link:focus {
	transform: translateY(0);
}

.site-header {
	position: relative;
	z-index: 50;
	border-bottom: 1px solid var(--rule-dark);
	background: var(--basalt);
	color: var(--white);
}

.header-inner {
	display: flex;
	min-height: 5.25rem;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.site-brand,
.site-brand a,
.brand-copy {
	min-width: 0;
}

.site-brand a {
	display: inline-flex;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.brand-copy {
	display: grid;
	gap: 0.08rem;
}

.brand-mark {
	font-family: var(--font-serif);
	font-size: clamp(1.28rem, 2vw, 1.55rem);
	font-weight: 600;
	letter-spacing: -0.04em;
	line-height: 1;
}

.brand-mark span {
	color: var(--ember);
}

.brand-sub {
	color: #c9d0cc;
	font-size: 0.72rem;
	letter-spacing: 0.035em;
}

.site-nav-desktop,
.site-nav-links,
.site-nav-list {
	display: flex;
	align-items: center;
}

.site-nav-desktop {
	gap: clamp(1.25rem, 3vw, 2.5rem);
}

.site-nav-list {
	margin: 0;
	padding: 0;
	gap: clamp(1.05rem, 2.4vw, 2rem);
	list-style: none;
}

.site-nav-list a {
	color: #dce1de;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
}

.site-nav-list a:hover {
	color: var(--white);
}

.nav-cta {
	display: inline-flex;
	min-height: 2.8rem;
	align-items: center;
	justify-content: center;
	padding: 0.55rem 1rem;
	border: 1px solid #6d7771;
	color: var(--white);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

.nav-cta:hover {
	border-color: var(--ember);
	background: var(--ember);
	color: var(--basalt);
}

.mobile-nav {
	display: none;
	position: relative;
}

.mobile-nav summary {
	display: flex;
	min-width: 4.2rem;
	min-height: 2.8rem;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid #5f6a64;
	list-style: none;
	font-size: 0.9rem;
	font-weight: 700;
}

.mobile-nav summary::-webkit-details-marker {
	display: none;
}

.mobile-nav-panel {
	position: absolute;
	top: calc(100% + 0.75rem);
	right: 0;
	width: min(22rem, calc(100vw - 2rem));
	padding: 1rem;
	border: 1px solid var(--rule-dark);
	background: var(--basalt-soft);
	box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.28);
}

.mobile-nav-panel .site-nav-list {
	display: grid;
	gap: 0;
}

.mobile-nav-panel .site-nav-list a {
	display: flex;
	min-height: 3rem;
	align-items: center;
	border-bottom: 1px solid var(--rule-dark);
}

.mobile-nav-panel .nav-cta {
	width: 100%;
	margin-top: 1rem;
}

.home-hero {
	position: relative;
	display: flex;
	min-height: calc(100svh - 5rem);
	align-items: center;
	overflow: clip;
	padding: clamp(3rem, 7vw, 6.5rem) 0 clamp(3rem, 6vw, 5.5rem);
	background: var(--basalt);
	color: var(--white);
}

.hero-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
	align-items: center;
	gap: clamp(2.5rem, 5vw, 5rem);
}

.hero-copy,
.hero-photo {
	min-width: 0;
}

.hero-intro,
.section-label {
	margin-bottom: 1.2rem;
	font-size: 0.94rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.hero-intro {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	color: var(--ember);
}

.hero-intro::before {
	width: 2.15rem;
	height: 2px;
	content: "";
	background: currentColor;
}

.hero-copy h1 {
	max-width: 10.5ch;
	margin-bottom: 1.6rem;
	font-size: clamp(3.45rem, 5.8vw, 5.5rem);
	letter-spacing: -0.045em;
}

.hero-lede {
	max-width: 35rem;
	margin-bottom: 1.4rem;
	color: #d7ddd9;
	font-size: clamp(1.05rem, 1.5vw, 1.2rem);
	line-height: 1.7;
}

.hero-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	padding: 0;
	margin: 0 0 2rem;
	color: #c9d1cd;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.015em;
	list-style: none;
}

.hero-facts li {
	padding: 0.2rem 0.9rem;
	border-left: 1px solid rgba(255, 255, 255, 0.26);
}

.hero-facts li:first-child {
	padding-left: 0;
	border-left: 0;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 1.4rem;
}

.button {
	display: inline-flex;
	min-height: 3rem;
	align-items: center;
	justify-content: center;
	padding: 0.72rem 1.15rem;
	border: 1px solid var(--basalt);
	border-radius: 2px;
	background: var(--basalt);
	color: var(--white);
	font-size: 0.94rem;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

.button:hover {
	background: var(--ocean-dark);
}

.button-ember {
	border-color: var(--ember);
	background: var(--ember);
	color: var(--basalt);
}

.button-ember:hover {
	border-color: var(--white);
	background: var(--white);
	color: var(--basalt);
}

.button-secondary {
	border-color: var(--rule);
	background: transparent;
	color: var(--ink);
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: var(--ocean-dark);
	font-weight: 750;
	text-decoration: underline;
}

.text-link-light {
	color: var(--white);
}

.hero-note {
	margin: 1.45rem 0 0;
	color: #aeb8b2;
	font-size: 0.82rem;
}

.hero-photo {
	position: relative;
	width: calc(100% + max(1.5rem, (100vw - var(--wrap)) / 2));
	margin-right: calc(-1 * max(1.5rem, (100vw - var(--wrap)) / 2));
	border-top: 4px solid var(--ember);
}

.hero-photo img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

figcaption,
.wp-caption-text {
	margin-top: 0.55rem;
	color: var(--muted);
	font-size: 0.75rem;
	line-height: 1.45;
}

.hero-photo figcaption {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.25rem 1rem;
	padding-right: max(1.5rem, (100vw - var(--wrap)) / 2);
	color: #aeb8b2;
}

.hero-photo figcaption strong {
	color: var(--white);
	font-weight: 700;
}

.trust-strip {
	border-top: 1px solid var(--rule-dark);
	border-bottom: 1px solid var(--rule-dark);
	background: #0b0f0d;
	color: var(--white);
}

.trust-strip ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 0;
	list-style: none;
}

.trust-strip li {
	display: flex;
	min-height: 5.25rem;
	align-items: center;
	padding: 1.1rem clamp(1rem, 2.4vw, 2rem);
	border-left: 1px solid var(--rule-dark);
	font-size: 0.84rem;
	font-weight: 750;
	line-height: 1.35;
}

.trust-strip li:first-child {
	padding-left: 0;
	border-left: 0;
}

.home-section {
	padding: clamp(4.5rem, 8vw, 8rem) 0;
	scroll-margin-top: 1rem;
}

.section-label {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	color: var(--ember-deep);
}

.section-label::before {
	width: 1.65rem;
	height: 2px;
	content: "";
	background: currentColor;
}

.section-intro,
.request-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.22fr) minmax(18rem, 0.78fr);
	align-items: end;
	gap: clamp(2rem, 7vw, 7rem);
}

.section-intro h2,
.request-layout h2 {
	max-width: 12ch;
	margin-bottom: 0;
}

.section-intro > p {
	margin-bottom: 0;
	color: var(--muted);
	font-size: 1.05rem;
}

.section-intro-solo {
	grid-template-columns: 1fr;
}

.section-intro-solo h2 {
	max-width: 18ch;
}

.services-section {
	background: var(--paper);
}

.service-list {
	margin-top: clamp(3.5rem, 6vw, 6rem);
	border-bottom: 1px solid var(--rule);
}

.build-inclusions {
	max-width: 58rem;
	margin: 2rem 0 0;
	color: var(--muted);
	font-size: 0.96rem;
}

.build-inclusions + .service-list {
	margin-top: clamp(2rem, 4vw, 3.25rem);
}

.service-list article {
	display: grid;
	grid-template-columns: minmax(3rem, 0.12fr) minmax(0, 1fr) minmax(13rem, 0.34fr);
	gap: clamp(1.2rem, 4vw, 3.5rem);
	align-items: start;
	padding: clamp(1.8rem, 4vw, 3rem) 0;
	border-top: 1px solid var(--rule);
}

.service-list-primary article::before {
	content: attr(data-service);
	color: var(--ember-deep);
	font-family: var(--font-serif);
	font-size: clamp(2.2rem, 4.5vw, 4.25rem);
	line-height: 0.85;
}

.service-list h3 {
	margin-bottom: 0.55rem;
	font-size: clamp(1.55rem, 2.7vw, 2.35rem);
}

.service-list article > div p {
	max-width: 42rem;
	margin-bottom: 0;
	color: var(--muted);
}

.service-price {
	display: grid;
	margin: 0;
	text-align: right;
}

.service-price strong {
	font-family: var(--font-serif);
	font-size: 1.35rem;
	font-weight: 600;
}

.service-price span {
	color: #454c48;
	font-size: 0.9rem;
	line-height: 1.45;
}

.scope-note {
	max-width: 58rem;
	margin: 1.25rem 0 0 auto;
	color: #454c48;
	font-size: 0.9rem;
	line-height: 1.65;
}

.capability-note {
	max-width: 58rem;
	margin: 0.75rem 0 0 auto;
	color: #454c48;
	font-size: 0.88rem;
}

.support-services {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin-top: clamp(2rem, 5vw, 4rem);
	border-top: 1px solid var(--rule);
	border-bottom: 1px solid var(--rule);
}

.support-services article {
	display: grid;
	gap: 1.25rem;
	align-content: space-between;
	padding: clamp(1.5rem, 3vw, 2.4rem);
	border-left: 1px solid var(--rule);
}

.support-services article:first-child {
	padding-left: 0;
	border-left: 0;
}

.support-services h3 {
	font-size: clamp(1.4rem, 2.3vw, 2rem);
}

.support-services article p {
	margin-bottom: 0;
	color: var(--muted);
}

.support-services .service-price {
	text-align: left;
}

.budget-invite {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
	gap: clamp(1.5rem, 5vw, 5rem);
	align-items: end;
	margin-top: clamp(2.5rem, 6vw, 5rem);
	padding: clamp(2rem, 5vw, 4rem);
	border-top: 4px solid var(--ember);
	background: var(--basalt);
	color: var(--white);
}

.budget-invite p {
	max-width: 17ch;
	margin-bottom: 0;
	font-family: var(--font-serif);
	font-size: clamp(2rem, 4vw, 3.6rem);
	line-height: 1.04;
}

.budget-invite span {
	color: #ccd4d0;
	font-size: 0.96rem;
	line-height: 1.65;
}

.scope-details,
.process-details {
	margin-top: 1.25rem;
	border-top: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}

.scope-details summary,
.process-details summary {
	display: flex;
	min-height: 3.5rem;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	font-weight: 750;
	list-style: none;
}

.scope-details summary::-webkit-details-marker,
.process-details summary::-webkit-details-marker {
	display: none;
}

.scope-details summary::after,
.process-details summary::after {
	content: "+";
	font-family: var(--font-serif);
	font-size: 1.5rem;
	font-weight: 400;
}

.scope-details[open] summary::after,
.process-details[open] summary::after {
	content: "−";
}

.scope-details .scope-note {
	max-width: 65rem;
	padding-bottom: 1.25rem;
	margin: 0;
}

.process-section {
	background: var(--ocean-dark);
	color: var(--white);
}

.process-section .section-label {
	color: #f08c68;
}

.process-layout h2 {
	max-width: 15ch;
}

.process-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 0;
	margin: clamp(3rem, 6vw, 5rem) 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.28);
	border-bottom: 1px solid rgba(255, 255, 255, 0.28);
	list-style: none;
}

.process-steps li {
	min-width: 0;
	padding: clamp(1.5rem, 3vw, 2.5rem);
	border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.process-steps li:first-child {
	padding-left: 0;
	border-left: 0;
}

.process-steps li > span {
	display: block;
	margin-bottom: 2.5rem;
	color: #f08c68;
	font-family: var(--font-serif);
	font-size: clamp(2.5rem, 5vw, 4.5rem);
	line-height: 0.8;
}

.process-steps h3 {
	font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.process-steps p {
	margin-bottom: 0;
	color: #c5d1d1;
	font-size: 0.92rem;
}

.process-promise {
	max-width: 60rem;
	margin: 2rem 0 0;
	color: var(--white);
	font-family: var(--font-serif);
	font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.process-details {
	color: #c5d1d1;
}

.process-details > div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
	padding-bottom: 1.4rem;
}

.process-details p {
	margin-bottom: 0;
	font-size: 0.9rem;
}

.island-service-section {
	background: var(--surface);
}

.island-service-layout {
	display: grid;
	grid-template-columns: minmax(18rem, 0.74fr) minmax(0, 1.26fr);
	align-items: center;
	gap: clamp(2.5rem, 8vw, 8rem);
}

.island-service-copy h2 {
	max-width: 11ch;
}

.island-service-copy > p:last-child {
	max-width: 37rem;
	color: var(--muted);
}

.island-map img {
	width: 100%;
}

.island-map figcaption {
	max-width: 42rem;
	margin-inline: auto;
	text-align: center;
}

.local-section {
	background: var(--ash);
}

.local-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(18rem, 0.82fr);
	align-items: start;
	gap: clamp(2.5rem, 6vw, 6rem);
}

.founder-photo {
	max-width: 46rem;
}

.founder-photo img {
	width: 100%;
	aspect-ratio: 3 / 2;
	border-top: 4px solid var(--ember-deep);
	object-fit: cover;
	object-position: center;
}

.founder-column {
	display: grid;
	gap: 1.25rem;
}

.island-detail-photo {
	max-width: 46rem;
}

.island-detail-photo img {
	width: 100%;
	aspect-ratio: 12 / 5;
	border-bottom: 4px solid var(--ember);
	object-fit: cover;
	object-position: center 46%;
}

.island-detail-wide {
	max-width: none;
	margin-top: clamp(3rem, 7vw, 7rem);
}

.island-detail-media {
	position: relative;
	overflow: hidden;
}

.island-detail-media::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(7, 12, 10, 0.76), rgba(7, 12, 10, 0.08) 68%);
	pointer-events: none;
}

.island-detail-wide img {
	aspect-ratio: 21 / 7;
	border: 0;
	object-position: center 48%;
}

.island-statement {
	position: absolute;
	bottom: clamp(1.4rem, 4vw, 3.5rem);
	left: clamp(1.4rem, 4vw, 3.5rem);
	z-index: 1;
	max-width: 16ch;
	margin: 0;
	color: var(--white);
	font-family: var(--font-serif);
	font-size: clamp(2rem, 4.5vw, 4.25rem);
	line-height: 1.02;
}

.local-copy {
	min-width: 0;
}

.local-copy h2 {
	max-width: 12ch;
}

.local-copy > p:not(.section-label) {
	max-width: 45rem;
}

.local-copy .aloha-principle {
	padding: 0.15rem 0 0.15rem clamp(1rem, 2vw, 1.6rem);
	border-left: 4px solid var(--ember-deep);
	color: var(--ink);
	font-family: var(--font-serif);
	font-size: clamp(1.25rem, 2.1vw, 1.7rem);
	line-height: 1.4;
}

.local-copy .founder-signoff {
	margin: 1.75rem 0 0;
	font-family: var(--font-serif);
	font-size: 1.35rem;
}

.request-section {
	background: var(--basalt);
	color: var(--white);
}

.request-section .section-label {
	color: var(--ember);
}

.request-layout {
	grid-template-columns: minmax(0, 0.78fr) minmax(26rem, 1.22fr);
	align-items: start;
}

.request-copy > p:first-child {
	color: #d1d9d4;
	font-size: 1.08rem;
}

.contact-email {
	display: inline-flex;
	max-width: 100%;
	align-items: center;
	gap: 0.5rem;
	margin: 1rem 0 1.35rem;
	color: var(--ember);
	font-family: var(--font-serif);
	font-size: clamp(1.55rem, 3.8vw, 3.3rem);
	font-weight: 600;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.contact-promise {
	max-width: 38rem;
	padding-left: 1.25rem;
	border-left: 3px solid var(--ember);
	color: #d1d9d4;
	font-size: 0.96rem;
}

.direct-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.8rem;
	margin-bottom: 0;
	color: #d1d9d4;
	font-size: 0.86rem;
}

.site-footer {
	padding: clamp(3.75rem, 6vw, 6rem) 0 1.5rem;
	border-top: 1px solid var(--rule-dark);
	background: #0b0f0d;
	color: #d7ddd9;
}

.footer-main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.9fr);
	gap: clamp(3rem, 8vw, 8rem);
}

.footer-brand {
	max-width: 31rem;
}

.footer-logo {
	display: inline-flex;
	margin-bottom: 1.25rem;
	color: var(--white);
	text-decoration: none;
}

.footer-brand > p {
	color: #aeb8b2;
}

.footer-brand .footer-mahalo {
	color: var(--ember);
	font-family: var(--font-serif);
	font-size: 1.25rem;
}

.footer-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
}

.footer-links h2 {
	margin-bottom: 1rem;
	color: var(--white);
	font-family: var(--font-sans);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.footer-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-links li {
	margin-bottom: 0.55rem;
	color: #aeb8b2;
	font-size: 0.86rem;
}

.footer-links a {
	color: #d7ddd9;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 1rem 2rem;
	margin-top: clamp(3rem, 6vw, 5rem);
	padding-top: 1.25rem;
	border-top: 1px solid var(--rule-dark);
	color: #8e9992;
}

.footer-bottom small {
	font-size: 0.72rem;
}

/* Inner pages and restored articles */
.content-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(16rem, 19rem);
	gap: clamp(3rem, 7vw, 7rem);
	padding-top: clamp(3.5rem, 7vw, 7rem);
	padding-bottom: clamp(4.5rem, 8vw, 8rem);
}

.content-shell-single {
	grid-template-columns: minmax(0, 52rem);
	justify-content: center;
}

.content-main,
.entry-content,
.post-list,
.sidebar {
	min-width: 0;
}

.content-main > .eyebrow,
.content-main article > .eyebrow,
.section-heading > .eyebrow {
	margin-bottom: 1rem;
	color: var(--ember-deep);
	font-size: 0.88rem;
	font-weight: 750;
}

.archive-title,
.entry-title,
.page-title,
.section-heading h1 {
	max-width: 16ch;
	font-size: clamp(2.5rem, 5vw, 4.75rem);
}

.archive-description,
.entry-meta {
	color: var(--muted);
}

.entry-meta {
	margin-bottom: 2rem;
	font-size: 0.78rem;
}

.post-list {
	margin-top: 3rem;
}

.post-list article {
	padding: 2rem 0;
	border-top: 1px solid var(--rule);
}

.post-list article h2 {
	font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.post-list article h2 a {
	text-decoration: none;
}

.post-list article img {
	margin: 1.25rem 0;
}

.entry-content {
	max-width: 48rem;
}

.entry-content > * + * {
	margin-top: 1.3em;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 1.6em;
}

.entry-content h2 {
	font-size: clamp(1.8rem, 3.5vw, 2.8rem);
}

.entry-content h3 {
	font-size: clamp(1.4rem, 2.5vw, 2rem);
}

.entry-content a,
.archive-description a,
.sidebar a {
	overflow-wrap: anywhere;
}

.entry-content blockquote {
	margin-left: 0;
	padding: 1rem 0 1rem 1.5rem;
	border-left: 3px solid var(--ember-deep);
	color: var(--muted);
	font-family: var(--font-serif);
	font-size: 1.2rem;
}

.entry-content figure,
.entry-content .wp-caption,
.entry-content table,
.entry-content pre,
.entry-content iframe {
	max-width: 100%;
}

.entry-content figure,
.entry-content .wp-caption {
	margin: 2rem 0;
}

.entry-content iframe {
	width: 100%;
}

.entry-content table {
	display: block;
	overflow-x: auto;
	border-collapse: collapse;
}

.entry-content th,
.entry-content td {
	padding: 0.65rem;
	border: 1px solid var(--rule);
	text-align: left;
}

.entry-content pre,
.entry-content code {
	overflow-wrap: anywhere;
	white-space: pre-wrap;
}

.sidebar {
	padding-left: clamp(1.5rem, 3vw, 2.5rem);
	border-left: 1px solid var(--rule);
}

.sidebar h2 {
	margin-top: 2rem;
	font-family: var(--font-sans);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.03em;
}

.sidebar h2:first-child {
	margin-top: 0;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 0.6rem;
	font-size: 0.88rem;
}

.search-form {
	display: flex;
	gap: 0.5rem;
}

.search-field,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea,
select {
	width: 100%;
	min-height: 2.9rem;
	padding: 0.65rem 0.75rem;
	border: 1px solid #828781;
	border-radius: 0;
	background: var(--surface);
	color: var(--ink);
	font-size: 1rem;
}

textarea {
	min-height: 9rem;
	resize: vertical;
}

input[type="submit"],
.search-submit {
	min-height: 2.9rem;
	padding: 0.6rem 0.9rem;
	border: 1px solid var(--basalt);
	border-radius: 0;
	background: var(--basalt);
	color: var(--white);
	font-weight: 700;
}

.archive-cta,
.article-cta {
	margin-top: 3rem;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	border-left: 4px solid var(--ember-deep);
	background: var(--ash);
}

.archive-cta h2,
.article-cta h2 {
	font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.nav-links,
.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--rule);
}

.privacy-policy.content-main {
	max-width: 52rem;
}

.section {
	padding-top: clamp(4rem, 8vw, 8rem);
	padding-bottom: clamp(4rem, 8vw, 8rem);
}

.section-heading {
	max-width: var(--narrow);
}

.alignwide {
	width: min(100%, var(--wrap));
}

.alignfull {
	width: 100%;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 960px) {
	.site-nav-desktop {
		display: none;
	}

	.mobile-nav {
		display: block;
	}

	.hero-layout,
	.section-intro,
	.request-layout,
	.local-layout,
	.island-service-layout,
	.footer-main,
	.content-shell {
		grid-template-columns: 1fr;
	}

	.hero-copy h1,
	.section-intro h2,
	.request-layout h2,
	.local-copy h2 {
		max-width: 14ch;
	}

	.hero-photo {
		width: auto;
		margin-top: 1rem;
		margin-right: 0;
	}

	.hero-photo figcaption {
		padding-right: 0;
	}

	.section-intro,
	.request-layout,
	.local-layout,
	.footer-main {
		gap: 2rem;
	}

	.founder-photo {
		max-width: min(100%, 42rem);
	}

	.trust-strip ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.trust-strip li:nth-child(3) {
		padding-left: 0;
		border-left: 0;
		border-top: 1px solid var(--rule-dark);
	}

	.trust-strip li:nth-child(4) {
		border-top: 1px solid var(--rule-dark);
	}

	.process-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.process-steps li:nth-child(3) {
		padding-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.28);
		border-left: 0;
	}

	.process-steps li:nth-child(4) {
		border-top: 1px solid rgba(255, 255, 255, 0.28);
	}

	.content-shell {
		gap: 3.5rem;
	}

	.sidebar {
		padding-top: 2rem;
		padding-left: 0;
		border-top: 1px solid var(--rule);
		border-left: 0;
	}
}

@media (max-width: 720px) {
	.site-wrap {
		width: min(calc(100% - 1.5rem), var(--wrap));
	}

	.header-inner {
		min-height: 4.6rem;
	}

	.brand-sub {
		display: none;
	}

	.home-hero {
		min-height: 0;
		padding-top: 2.75rem;
	}

	.hero-copy h1 {
		max-width: 10ch;
		font-size: clamp(2.9rem, 13vw, 4.25rem);
	}

	.button-row {
		align-items: stretch;
		flex-direction: column;
	}

	.button-row .button {
		width: 100%;
	}

	.text-link-light {
		min-height: 2.75rem;
		align-items: center;
	}

	.service-list article {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.support-services,
	.budget-invite,
	.process-details > div,
	.process-steps {
		grid-template-columns: 1fr;
	}

	.support-services article,
	.support-services article:first-child {
		padding: 1.6rem 0;
		border-top: 1px solid var(--rule);
		border-left: 0;
	}

	.support-services article:first-child {
		border-top: 0;
	}

	.budget-invite {
		align-items: start;
	}

	.process-steps li,
	.process-steps li:first-child,
	.process-steps li:nth-child(3),
	.process-steps li:nth-child(4) {
		padding: 1.8rem 0;
		border-top: 1px solid rgba(255, 255, 255, 0.28);
		border-left: 0;
	}

	.process-steps li:first-child {
		border-top: 0;
	}

	.process-steps li > span {
		margin-bottom: 1.25rem;
	}

	.island-detail-wide img {
		aspect-ratio: 4 / 3;
	}

	.island-detail-media::after {
		background: linear-gradient(0deg, rgba(7, 12, 10, 0.82), rgba(7, 12, 10, 0.02) 70%);
	}

	.island-statement {
		max-width: 12ch;
	}

	.service-price {
		grid-column: 1;
		text-align: left;
	}

	.footer-links {
		grid-template-columns: 1fr;
	}

	.budget-note,
	.capability-note,
	.scope-note {
		margin-left: 0;
	}

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.search-form {
		align-items: stretch;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

