:root {
	--forest: #1f5a45;
	--forest-dark: #123f31;
	--forest-deep: #0b2e23;
	--navy: #164e63;
	--sky: #eaf4f7;
	--sky-strong: #d6eaef;
	--terracotta: #d87a48;
	--terracotta-dark: #b95e31;
	--ivory: #f7f5ef;
	--sand: #ece7dc;
	--ink: #24342d;
	--muted: #65736d;
	--line: #dce3de;
	--white: #fff;
	--shadow-sm: 0 12px 32px rgba(25, 63, 47, 0.08);
	--shadow-lg: 0 32px 80px rgba(25, 63, 47, 0.14);
	--radius-sm: 12px;
	--radius-md: 22px;
	--radius-lg: 34px;
	--container: 1180px;
	--header-height: 88px;
	--font-sans: Inter, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	--font-serif: "Noto Serif JP", "Yu Mincho", serif;
}

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

html { scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--white);
	color: var(--ink);
	font-family: var(--font-sans);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

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

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

button,
input,
select,
textarea { font: inherit; }

button,
a { -webkit-tap-highlight-color: transparent; }

h1,
h2,
h3,
p { margin-top: 0; }

h1,
h2,
h3 { letter-spacing: -0.035em; }

::selection { background: var(--terracotta); color: var(--white); }

.skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 9999;
	padding: 10px 14px;
	transform: translateY(-150%);
	background: var(--forest-dark);
	color: var(--white);
}

.skip-link:focus { transform: translateY(0); }

.container {
	width: min(calc(100% - 40px), var(--container));
	margin-inline: auto;
}

.container--wide { --container: 1320px; }
.container--content { --container: 820px; }

.section { padding-block: clamp(80px, 9vw, 144px); }
.section--ivory { background: var(--ivory); }
.section--sky { background: var(--sky); }
.section--forest { background: var(--forest-dark); color: var(--white); }

.eyebrow,
.section-heading__eyebrow {
	margin-bottom: 20px;
	color: var(--forest);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.2;
	text-transform: uppercase;
}

.section--forest .eyebrow,
.section--forest .section-heading__eyebrow { color: #9bd3bc; }

.section-heading { max-width: 760px; }

.section-heading__title {
	margin-bottom: 24px;
	font-size: clamp(34px, 4.2vw, 62px);
	line-height: 1.32;
}

.section-heading__lead {
	max-width: 620px;
	margin-bottom: 0;
	color: var(--muted);
	font-size: 16px;
	line-height: 2;
}

.section--forest .section-heading__lead { color: rgba(255, 255, 255, 0.72); }

.icon { width: 1.35em; height: 1.35em; flex: 0 0 auto; }

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 58px;
	padding: 14px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.2;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.button:focus-visible { outline: 3px solid rgba(216, 122, 72, 0.35); outline-offset: 3px; }
.button--small { min-height: 46px; padding: 10px 18px; }
.button--primary { background: var(--forest); color: var(--white); }
.button--primary:hover { background: var(--forest-dark); }
.button--accent { background: var(--terracotta-dark); color: var(--white); }
.button--accent:hover { background: #93451f; }
.button--outline { border-color: var(--forest); color: var(--forest); background: transparent; }
.button--outline:hover { background: var(--forest); color: var(--white); }
.button--light { background: var(--white); color: var(--forest-dark); }

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 7px;
	border-bottom: 1px solid currentColor;
	color: var(--forest);
	font-size: 14px;
	font-weight: 750;
}

.text-link .icon { transition: transform 180ms ease; }
.text-link:hover .icon { transform: translateX(4px); }

.circle-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid var(--line);
	border-radius: 50%;
	color: var(--forest);
	transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

a:hover .circle-arrow { background: var(--forest); color: var(--white); border-color: var(--forest); transform: rotate(-12deg); }

/* Header */
.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	height: var(--header-height);
	border-bottom: 1px solid rgba(31, 90, 69, 0.09);
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(20px);
	transition: box-shadow 180ms ease, height 180ms ease;
}

.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(18, 63, 49, 0.07); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 32px; }

.site-brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.site-brand .custom-logo { width: auto; max-height: 54px; }
.site-brand__mark { position: relative; display: grid; grid-template-columns: repeat(3, 8px); align-items: center; gap: 4px; width: 32px; height: 34px; }
.site-brand__mark i { display: block; width: 8px; height: 8px; border-radius: 50%; background: var(--forest); }
.site-brand__mark i:nth-child(2) { transform: translateY(-8px); background: var(--terracotta); }
.site-brand__mark i:nth-child(3) { transform: translateY(5px); background: var(--navy); }
.site-brand__word { display: flex; flex-direction: column; gap: 5px; }
.site-brand__word strong { font-size: 22px; letter-spacing: 0.12em; }
.site-brand__word small { color: var(--muted); font-size: 8px; font-weight: 750; letter-spacing: 0.19em; }

.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav__menu { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); margin: 0; padding: 0; list-style: none; }
.site-nav__menu a { position: relative; font-size: 12px; font-weight: 700; white-space: nowrap; }
.site-nav__menu a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; transform: scaleX(0); transform-origin: right; background: var(--forest); content: ""; transition: transform 180ms ease; }
.site-nav__menu a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); }

/* Hero */
.hero { position: relative; min-height: calc(100svh - var(--header-height)); overflow: hidden; background: linear-gradient(130deg, #fbfaf6 0%, #f6f5ee 48%, #eaf4f7 100%); }
.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr); align-items: center; min-height: calc(100svh - var(--header-height)); padding-block: 64px 82px; gap: clamp(48px, 7vw, 110px); }
.hero__content { padding-left: clamp(0px, 3vw, 44px); }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 14px; }
.hero__eyebrow::before { width: 38px; height: 1px; background: var(--forest); content: ""; }
.hero__title { max-width: 710px; margin-bottom: 30px; font-size: clamp(48px, 5.6vw, 86px); font-weight: 750; line-height: 1.21; }
.hero__lead { max-width: 560px; margin-bottom: 36px; color: #4c5e56; font-size: clamp(16px, 1.3vw, 19px); line-height: 2; }
.hero__actions { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.hero__text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-size: 13px; font-weight: 750; }
.hero__text-link .icon { width: 18px; }

.hero__visual { position: relative; }
.hero__image-wrap { position: relative; overflow: hidden; border-radius: 48% 18px 18px 18px; box-shadow: var(--shadow-lg); }
.hero__image-wrap::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.5); border-radius: inherit; pointer-events: none; content: ""; }
.hero__image-wrap > img { width: 100%; aspect-ratio: 1.08 / 1; object-fit: cover; }
.hero__image-note { position: absolute; right: 24px; bottom: 24px; left: 24px; display: grid; grid-template-columns: 42px auto; grid-template-rows: auto auto; align-items: center; padding: 18px 20px; border: 1px solid rgba(255,255,255,.38); border-radius: 14px; background: rgba(12,45,35,.78); color: var(--white); backdrop-filter: blur(14px); }
.hero__image-note span { grid-row: 1 / 3; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--terracotta); }
.hero__image-note strong { font-size: 13px; letter-spacing: .16em; }
.hero__image-note small { color: rgba(255,255,255,.75); font-size: 11px; }
.connection-badge { position: absolute; top: 13%; left: -52px; display: flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid rgba(31,90,69,.14); border-radius: 999px; background: rgba(255,255,255,.88); box-shadow: var(--shadow-sm); color: var(--forest); font-size: 8px; font-weight: 800; letter-spacing: .12em; backdrop-filter: blur(10px); }
.connection-badge i { width: 8px; height: 8px; border-radius: 50%; background: var(--terracotta); }
.connection-badge i:last-child { background: var(--navy); }
.connection-badge b { width: 18px; height: 1px; background: var(--forest); }
.hero__ambient { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero__ambient--one { top: -180px; right: -100px; width: 460px; height: 460px; border: 1px solid rgba(22,78,99,.12); }
.hero__ambient--two { bottom: -90px; left: 35%; width: 240px; height: 240px; background: rgba(216,122,72,.09); }
.hero__scroll { position: absolute; bottom: 25px; left: 28px; z-index: 3; display: flex; align-items: center; gap: 10px; transform: rotate(90deg); transform-origin: left center; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.hero__scroll i { width: 34px; height: 1px; background: currentColor; }

/* Audience */
.audience__intro { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 44px; }
.audience__intro .eyebrow { margin-bottom: 0; }
.audience__intro > p:last-child { margin: 0; color: var(--muted); font-size: 15px; text-align: right; }
.audience__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.audience-card { overflow: hidden; border: 1px solid rgba(31,90,69,.12); border-radius: var(--radius-lg); background: var(--white); transition: transform 220ms ease, box-shadow 220ms ease; }
.audience-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.audience-card__image { overflow: hidden; }
.audience-card__image img { width: 100%; aspect-ratio: 2.05 / 1; object-fit: cover; transition: transform 500ms ease; }
.audience-card:hover .audience-card__image img { transform: scale(1.035); }
.audience-card__body { display: grid; grid-template-columns: 44px minmax(0,1fr) 52px; align-items: start; padding: 32px; gap: 20px; }
.audience-card__number { color: var(--terracotta); font-size: 12px; font-weight: 800; }
.audience-card__label { margin-bottom: 10px; color: var(--forest); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.audience-card h2 { margin-bottom: 12px; font-size: clamp(22px,2.2vw,31px); }
.audience-card__body p:last-child { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }

/* About */
.about__inner { display: grid; grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(60px, 8vw, 130px); }
.about__visual { position: relative; }
.about__visual > img { width: 100%; border-radius: 20px 20px 46% 20px; box-shadow: var(--shadow-lg); }
.about__stamp { position: absolute; right: -34px; bottom: -34px; display: grid; grid-template-columns: 1fr; place-items: center; width: 132px; height: 132px; border: 1px solid rgba(31,90,69,.18); border-radius: 50%; background: var(--white); box-shadow: var(--shadow-sm); color: var(--forest); font-size: 9px; letter-spacing: .1em; }
.about__stamp span { color: var(--terracotta); font-size: 18px; line-height: 1; }
.about__lead { max-width: 650px; margin-bottom: 38px; color: var(--muted); line-height: 2.1; }
.value-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-bottom: 38px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-card { min-height: 190px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-card > span { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 22px; border-radius: 12px; background: var(--sky); color: var(--forest); }
.value-card h3 { margin-bottom: 9px; font-size: 18px; }
.value-card p { margin-bottom: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }

/* Want */
.want__head,
.magazine__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 56px; }
.want__head .text-link,
.magazine__head .text-link { flex: 0 0 auto; margin-bottom: 8px; }
.want-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.want-card { position: relative; min-height: 330px; padding: 30px; border: 1px solid rgba(22,78,99,.14); border-radius: var(--radius-md); background: var(--white); transition: transform 200ms ease, box-shadow 200ms ease; }
.want-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.want-card__link { display: flex; flex-direction: column; height: 100%; }
.want-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 38px; }
.status-pill { display: inline-flex; align-items: center; min-height: 27px; padding: 4px 11px; border-radius: 999px; background: #e6f3ed; color: var(--forest); font-size: 9px; font-weight: 800; letter-spacing: .06em; }
.want-card__id { color: #87968f; font-size: 9px; font-weight: 750; letter-spacing: .12em; }
.want-card__area { display: flex; align-items: center; gap: 7px; margin-bottom: 14px; color: var(--navy); font-size: 11px; font-weight: 700; }
.want-card__area .icon { width: 16px; }
.want-card h3 { margin-bottom: 24px; font-size: 21px; line-height: 1.65; }
.want-card__tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.want-card__tags span { padding: 5px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 9px; }
.want-card .circle-arrow { position: absolute; right: 24px; bottom: 24px; }
.want-card__note { margin: 20px 0 0; color: #89958f; font-size: 9px; line-height: 1.6; }
.want__cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 34px; padding: 30px 34px; border: 1px solid rgba(22,78,99,.14); border-radius: var(--radius-md); background: rgba(255,255,255,.66); }
.want__cta strong { display: block; margin-bottom: 5px; font-size: 17px; }
.want__cta p { margin-bottom: 0; color: var(--muted); font-size: 12px; }

/* Uses */
.uses .section-heading { margin-bottom: 54px; }
.uses__rail { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.use-card { position: relative; min-height: 240px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background 180ms ease, color 180ms ease; }
.use-card:hover { background: var(--forest); color: var(--white); }
.use-card > span { position: absolute; top: 20px; right: 20px; color: #9ba7a1; font-size: 9px; font-weight: 800; }
.use-card__icon { display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; margin-bottom: 38px; border-radius: 18px; background: var(--ivory); color: var(--forest); }
.use-card h3 { margin-bottom: 5px; font-size: 20px; }
.use-card p { margin: 0; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.use-card:hover p,
.use-card:hover > span { color: rgba(255,255,255,.66); }

/* Trust */
.trust { position: relative; overflow: hidden; }
.trust::before { position: absolute; top: -40%; left: -20%; width: 700px; height: 700px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.trust__inner { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.85fr); align-items: center; gap: clamp(60px,8vw,130px); }
.trust__content > p { max-width: 620px; color: rgba(255,255,255,.72); line-height: 2.1; }
.trust__points { display: flex; gap: 22px; margin-block: 40px; }
.trust__points > div { display: flex; align-items: center; gap: 12px; padding-right: 28px; border-right: 1px solid rgba(255,255,255,.2); }
.trust__points > div:last-child { border-right: 0; }
.trust__points strong { font-size: 29px; letter-spacing: -.04em; }
.trust__points span { color: rgba(255,255,255,.58); font-size: 8px; font-weight: 800; letter-spacing: .13em; line-height: 1.6; }
.trust__visual { position: relative; }
.trust__visual > img { width: 100%; border-radius: 18px 18px 45% 18px; }
.trust__network { position: absolute; right: -22px; bottom: -24px; display: flex; align-items: center; justify-content: center; width: 124px; height: 124px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(11,46,35,.85); backdrop-filter: blur(12px); }
.trust__network span { font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.trust__network i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--terracotta); }
.trust__network i:nth-child(1) { top: 12px; left: 54px; }
.trust__network i:nth-child(2) { top: 52px; right: 10px; background: #8fc6d3; }
.trust__network i:nth-child(3) { bottom: 12px; left: 48px; background: #9bd3bc; }
.trust__network i:nth-child(4) { top: 56px; left: 10px; background: #e8c295; }

/* Magazine */
.magazine-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid rgba(31,90,69,.1); border-radius: var(--radius-md); background: var(--white); transition: transform 200ms ease, box-shadow 200ms ease; }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.post-card__image { position: relative; overflow: hidden; }
.post-card__image img { width: 100%; aspect-ratio: 1.52 / 1; object-fit: cover; transition: transform 500ms ease; }
.post-card:hover .post-card__image img { transform: scale(1.04); }
.post-card__image > span { position: absolute; top: 14px; right: 14px; padding: 4px 9px; border-radius: 999px; background: rgba(255,255,255,.86); color: var(--forest); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.post-card__body { padding: 26px; }
.post-card__meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; color: var(--muted); font-size: 9px; }
.post-card__meta span { color: var(--forest); font-weight: 750; }
.post-card h3 { margin-bottom: 14px; font-size: 19px; line-height: 1.65; }
.post-card__body > p { margin-bottom: 20px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.post-card .text-link { font-size: 11px; }

/* Final CTA */
.final-cta { position: relative; overflow: hidden; text-align: center; background: linear-gradient(135deg,#f8f6ef 0%,#edf5f1 100%); }
.final-cta__inner { position: relative; z-index: 2; }
.final-cta h2 { margin-bottom: 24px; font-size: clamp(38px,5vw,70px); line-height: 1.35; }
.final-cta__inner > p:not(.eyebrow) { max-width: 650px; margin: 0 auto 36px; color: var(--muted); }
.final-cta__actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; }
.final-cta__actions .text-link { margin-left: 12px; }
.final-cta__dots { position: absolute; inset: 0; opacity: .5; background-image: radial-gradient(rgba(31,90,69,.16) 1px,transparent 1px); background-size: 32px 32px; mask-image: radial-gradient(circle at center,black 0%,transparent 70%); }

/* Footer */
.site-footer { padding-top: 80px; background: var(--forest-deep); color: var(--white); }
.site-footer__top { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 70px; padding-bottom: 64px; }
.site-brand--footer .site-brand__mark i { background: #9bd3bc; }
.site-brand--footer .site-brand__mark i:nth-child(2) { background: var(--terracotta); }
.site-brand--footer .site-brand__mark i:nth-child(3) { background: #8fc6d3; }
.site-brand--footer .site-brand__word small { color: rgba(255,255,255,.55); }
.site-footer__brand > p { margin: 24px 0 0; color: rgba(255,255,255,.68); font-size: 13px; }
.site-footer__brand .site-footer__powered { margin-top: 12px; font-size: 10px; }
.site-footer__powered a { color: #9bd3bc; }
.site-footer__label { margin-bottom: 22px; color: #9bd3bc; font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.footer-menu { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px 24px; margin: 0; padding: 0; list-style: none; }
.footer-menu a,
.site-footer__contact p,
.site-footer__contact a { display: block; margin-bottom: 8px; color: rgba(255,255,255,.68); font-size: 11px; }
.footer-menu a:hover,
.site-footer__contact a:hover { color: var(--white); }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; padding-block: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 9px; }
.site-footer__bottom p { margin: 0; }
.site-footer__legal { display: flex; gap: 24px; }
.mobile-cta { display: none; }

/* Breadcrumbs & page headers */
.breadcrumbs { border-bottom: 1px solid var(--line); background: var(--white); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 12px 0; list-style: none; color: var(--muted); font-size: 9px; }
.breadcrumbs li + li::before { margin-right: 10px; content: "/"; }
.breadcrumbs a:hover { color: var(--forest); }
.page-hero,
.archive-hero { padding-block: clamp(70px,8vw,120px); background: linear-gradient(135deg,var(--ivory),var(--sky)); }
.page-hero .container,
.archive-hero .container { max-width: 980px; }
.page-hero h1,
.archive-hero h1 { margin-bottom: 22px; font-size: clamp(38px,5vw,70px); line-height: 1.35; }
.page-hero p:last-child,
.archive-hero p:last-child { max-width: 680px; margin-bottom: 0; color: var(--muted); }
.archive-hero--want { background: linear-gradient(135deg,#eaf4f7,#f4f8f3); }

/* Entry */
.entry-content { line-height: 2; }
.entry-content > * { margin-bottom: 1.7em; }
.entry-content h2 { margin-top: 2.5em; padding-bottom: .5em; border-bottom: 1px solid var(--line); font-size: clamp(26px,3vw,38px); }
.entry-content h3 { margin-top: 2em; font-size: 23px; }
.entry-content a { color: var(--forest); text-decoration: underline; text-underline-offset: 3px; }
.entry-content blockquote { margin-inline: 0; padding: 24px 28px; border-left: 4px solid var(--terracotta); background: var(--ivory); }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th,
.entry-content td { padding: 14px; border: 1px solid var(--line); text-align: left; }

/* Archive, filters, empty state */
.archive-content { min-height: 460px; }
.filter-bar { position: sticky; top: var(--header-height); z-index: 20; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.filter-bar__form { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)) auto; align-items: end; padding-block: 18px; gap: 12px; }
.filter-bar label span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 9px; font-weight: 700; }
.filter-bar select { width: 100%; min-height: 48px; padding: 9px 34px 9px 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--ink); font-size: 12px; }
.filter-bar .button { min-height: 48px; }
.empty-state { grid-column: 1 / -1; padding: 80px 30px; border: 1px dashed #b8c7c0; border-radius: var(--radius-md); text-align: center; }
.empty-state h2 { margin-bottom: 12px; font-size: 28px; }
.empty-state p { margin-bottom: 24px; color: var(--muted); }
.nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 48px; }
.page-numbers { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; font-size: 12px; }
.page-numbers.current { border-color: var(--forest); background: var(--forest); color: var(--white); }

/* Property */
.property-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.property-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.property-card__image { position: relative; overflow: hidden; }
.property-card__image img { width: 100%; aspect-ratio: 1.45/1; object-fit: cover; transition: transform 400ms ease; }
.property-card:hover .property-card__image img { transform: scale(1.04); }
.property-card__image .status-pill { position: absolute; top: 16px; left: 16px; }
.property-card__body { padding: 24px; }
.property-card__area { display: flex; align-items: center; gap: 6px; margin-bottom: 8px; color: var(--navy); font-size: 10px; }
.property-card h2 { margin-bottom: 9px; font-size: 20px; }
.property-card__price { color: var(--forest); font-size: 15px; font-weight: 750; }
.property-gallery { overflow: hidden; margin-bottom: 50px; border-radius: var(--radius-md); }
.property-gallery img { width: 100%; max-height: 680px; object-fit: cover; }

/* Detail */
.detail__hero { padding-block: 70px; background: var(--ivory); }
.detail__hero .eyebrow { margin-top: 20px; }
.detail__hero h1 { margin-bottom: 0; font-size: clamp(34px,4.5vw,62px); line-height: 1.45; }
.detail__status { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.detail__layout { display: grid; grid-template-columns: minmax(0,1fr) 360px; align-items: start; gap: 70px; }
.detail__content { margin-bottom: 40px; }
.spec-list { margin: 0; border-top: 1px solid var(--line); }
.spec-list > div { display: grid; grid-template-columns: 150px 1fr; padding: 18px 8px; border-bottom: 1px solid var(--line); gap: 22px; }
.spec-list dt { color: var(--muted); font-size: 11px; }
.spec-list dd { margin: 0; font-size: 13px; font-weight: 650; }
.sticky-cta { position: sticky; top: calc(var(--header-height) + 30px); padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--ivory); }
.sticky-cta h2 { margin-bottom: 15px; font-size: 23px; line-height: 1.55; }
.sticky-cta > p:not(.eyebrow) { color: var(--muted); font-size: 12px; }
.sticky-cta .button { width: 100%; margin-top: 10px; }
.akipla-point { margin-top: 48px; padding: 34px; border-radius: var(--radius-md); background: var(--sky); }
.akipla-point h2 { font-size: 27px; }

/* Article */
.article { padding-block: 86px 120px; }
.article__header { margin-bottom: 42px; }
.article__meta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 22px; color: var(--muted); font-size: 10px; }
.article__meta a { color: var(--forest); }
.article__header h1 { margin-bottom: 24px; font-size: clamp(34px,4.5vw,58px); line-height: 1.45; }
.article__excerpt { color: var(--muted); font-size: 16px; }
.article__visual { overflow: hidden; margin-bottom: 64px; border-radius: var(--radius-md); }
.article__visual img { width: 100%; max-height: 650px; object-fit: cover; }
.article__author { display: flex; gap: 22px; margin-top: 70px; padding: 28px; border-radius: var(--radius-md); background: var(--ivory); }
.article__author-avatar img { border-radius: 50%; }
.article__author .eyebrow { margin-bottom: 8px; }
.article__author p:last-child { margin: 5px 0 0; color: var(--muted); font-size: 12px; }

/* Landing pages */
.landing-hero { padding-block: clamp(70px,8vw,120px); overflow: hidden; background: linear-gradient(135deg,var(--ivory),#edf5f1); }
.landing--user .landing-hero { background: linear-gradient(135deg,var(--sky),#f7f5ef); }
.landing-hero__inner { display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.8fr); align-items: center; gap: 80px; }
.landing-hero h1 { margin-bottom: 26px; font-size: clamp(42px,5vw,68px); line-height: 1.35; }
.landing-hero__content > p:not(.eyebrow) { margin-bottom: 32px; color: var(--muted); line-height: 2; }
.landing-hero__visual img { width: 100%; border-radius: 44% 18px 18px 18px; box-shadow: var(--shadow-lg); }
.concerns .section-heading,
.process .section-heading { margin-bottom: 48px; }
.concern-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.concern-card { position: relative; min-height: 180px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.45); }
.concern-card span { display: block; margin-bottom: 36px; color: var(--terracotta); font-size: 10px; font-weight: 800; }
.concern-card p { margin: 0; font-size: 14px; line-height: 1.9; }
.process-list { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 0; padding: 0; list-style: none; }
.process-list li { position: relative; padding: 30px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-list li:first-child { border-left: 1px solid var(--line); }
.process-list li > span { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 30px; border-radius: 50%; background: var(--forest); color: var(--white); font-size: 10px; font-weight: 800; }
.process-list h3 { margin-bottom: 12px; font-size: 18px; }
.process-list p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }
.idea-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.idea-card { position: relative; min-height: 180px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); }
.idea-card > span { color: var(--forest); }
.idea-card p { margin: 40px 0 0; font-weight: 700; }
.idea-card small { position: absolute; top: 20px; right: 20px; color: var(--muted); }
.inline-cta { padding-block: 64px; }
.inline-cta > .container { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.inline-cta h2 { margin-bottom: 0; font-size: clamp(30px,4vw,48px); line-height: 1.45; }

/* About page */
.statement__lead { margin-bottom: 42px; font-size: clamp(25px,3.2vw,40px); line-height: 1.7; }
.statement__lead strong { color: var(--terracotta); }
.statement > .container > p:not(.statement__lead) { color: var(--muted); font-size: 16px; line-height: 2.2; }
.philosophy__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.philosophy__grid > div { min-height: 310px; padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.philosophy__grid h2 { font-size: clamp(24px,2.6vw,34px); line-height: 1.7; }
.legacy__inner { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.75fr); align-items: center; gap: 90px; }
.legacy h2 { margin-bottom: 28px; font-size: clamp(36px,4.8vw,62px); line-height: 1.45; }
.legacy p:not(.eyebrow) { color: rgba(255,255,255,.72); line-height: 2.1; }
.legacy img { border-radius: 18px 18px 45% 18px; }

/* Forms */
.form-intro { display: flex; gap: 22px; margin-bottom: 40px; padding: 24px; border-radius: var(--radius-sm); background: var(--sky); }
.form-intro span { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; flex: 0 0 auto; border-radius: 50%; background: var(--forest); color: var(--white); font-size: 9px; }
.form-intro p { margin: 0; color: var(--muted); font-size: 13px; }
.akipla-form { display: grid; gap: 0; }
.akipla-form__section { margin: 0; padding: 0; border: 0; }
.akipla-form__section + .akipla-form__section { margin-top: 50px; }
.akipla-form__legend { width: 100%; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid var(--line); font-size: 20px; font-weight: 750; }
.form-row { display: grid; grid-template-columns: 190px minmax(0,1fr); padding-block: 22px; border-bottom: 1px solid var(--line); gap: 24px; }
.form-row__label { padding-top: 11px; font-size: 12px; font-weight: 700; }
.form-required { margin-left: 7px; color: var(--terracotta); font-size: 9px; }
.form-control input:not([type="checkbox"]):not([type="radio"]),
.form-control select,
.form-control textarea { width: 100%; padding: 13px 14px; border: 1px solid #c9d3ce; border-radius: 8px; background: var(--white); color: var(--ink); }
.form-control textarea { min-height: 150px; resize: vertical; }
.form-control input:focus,
.form-control select:focus,
.form-control textarea:focus { border-color: var(--forest); outline: 3px solid rgba(31,90,69,.12); }
.form-options { display: flex; flex-wrap: wrap; gap: 10px; }
.form-options label { display: flex; align-items: center; gap: 7px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; font-size: 11px; }
.form-help { margin: 8px 0 0; color: var(--muted); font-size: 10px; }
.form-consent { padding: 24px; border-radius: var(--radius-sm); background: var(--ivory); font-size: 11px; }
.form-consent label { display: flex; align-items: flex-start; gap: 9px; }
.akipla-form__actions { margin-top: 34px; text-align: center; }
.akipla-form__actions .button { min-width: 280px; }
.akipla-form__honeypot { position: absolute !important; left: -9999px !important; }
.notice { margin-bottom: 28px; padding: 18px 20px; border-radius: 8px; font-size: 12px; }
.notice--success { background: #e6f3ed; color: var(--forest-dark); }
.notice--error,
.notice--warning { background: #fff1e9; color: #8c3d20; }

/* 404 */
.not-found { display: grid; min-height: 70svh; place-items: center; padding-block: 100px; text-align: center; background: var(--ivory); }
.not-found__number { margin: 0; color: rgba(31,90,69,.1); font-size: clamp(120px,24vw,280px); font-weight: 800; line-height: .75; }
.not-found h1 { font-size: clamp(30px,4vw,48px); }
.not-found .button { margin-top: 20px; }

/* Reveal enhancement */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
	:root { --header-height: 76px; }
	.site-nav__menu { gap: 14px; }
	.site-nav__menu a { font-size: 10px; }
	.hero__inner { grid-template-columns: minmax(0,.9fr) minmax(400px,1.1fr); }
	.about__inner { gap: 70px; }
	.want-card { padding: 24px; }
	.detail__layout { grid-template-columns: minmax(0,1fr) 320px; gap: 40px; }
}

@media (max-width: 960px) {
	.menu-toggle { display: inline-flex; align-items: center; gap: 10px; padding: 10px; }
	.menu-toggle__label { font-size: 9px; font-weight: 800; letter-spacing: .12em; }
	.menu-toggle__lines { display: grid; gap: 5px; }
	.menu-toggle__lines i { display: block; width: 22px; height: 1px; background: currentColor; transition: transform 180ms ease; }
	.menu-toggle[aria-expanded="true"] .menu-toggle__lines i:first-child { transform: translateY(3px) rotate(45deg); }
	.menu-toggle[aria-expanded="true"] .menu-toggle__lines i:last-child { transform: translateY(-3px) rotate(-45deg); }
	.site-nav { position: fixed; inset: var(--header-height) 0 auto; display: grid; align-content: start; max-height: calc(100svh - var(--header-height)); padding: 28px 20px 40px; transform: translateY(-120%); background: var(--white); opacity: 0; overflow: auto; transition: transform 240ms ease, opacity 180ms ease; }
	.site-nav.is-open { transform: translateY(0); opacity: 1; }
	.site-nav__menu { display: grid; align-items: stretch; }
	.site-nav__menu a { display: block; padding: 13px 2px; border-bottom: 1px solid var(--line); font-size: 14px; }
	.site-nav__cta { width: 100%; }
	.hero__inner { grid-template-columns: 1fr; min-height: auto; padding-block: 76px 90px; }
	.hero__content { padding-left: 0; }
	.hero__visual { max-width: 680px; margin-inline: auto; }
	.connection-badge { left: -20px; }
	.hero__scroll { display: none; }
	.audience__grid,
	.want-grid,
	.magazine-grid,
	.property-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.about__inner,
	.trust__inner,
	.landing-hero__inner,
	.legacy__inner { grid-template-columns: 1fr; }
	.about__visual,
	.trust__visual,
	.landing-hero__visual,
	.legacy img { max-width: 620px; margin-inline: auto; }
	.about__stamp { right: 10px; }
	.uses__rail { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.site-footer__top { grid-template-columns: 1fr 1fr; }
	.site-footer__brand { grid-column: 1 / -1; }
	.detail__layout { grid-template-columns: 1fr; }
	.sticky-cta { position: static; }
	.filter-bar { position: relative; top: auto; }
	.filter-bar__form { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.filter-bar .button { grid-column: 1 / -1; }
	.process-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.process-list li:nth-child(3) { border-left: 1px solid var(--line); }
	.concern-grid,
	.idea-grid,
	.philosophy__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.philosophy__grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
	body { padding-bottom: 68px; }
	.container { width: min(calc(100% - 32px), var(--container)); }
	.section { padding-block: 72px; }
	.section-heading__title { font-size: 34px; }
	.section-heading__title br { display: none; }
	.button { width: 100%; }
	.site-brand__word strong { font-size: 18px; }
	.hero__inner { padding-block: 56px 72px; gap: 48px; }
	.hero__title { margin-bottom: 24px; font-size: 45px; }
	.hero__title br { display: none; }
	.hero__lead { font-size: 14px; }
	.hero__actions { display: grid; }
	.hero__text-link { justify-content: center; }
	.hero__image-wrap { border-radius: 38% 14px 14px 14px; }
	.hero__image-note { right: 12px; bottom: 12px; left: 12px; padding: 12px; }
	.connection-badge { top: -20px; left: 10px; }
	.audience__intro { display: block; }
	.audience__intro .eyebrow { margin-bottom: 14px; }
	.audience__intro > p:last-child { text-align: left; }
	.audience__grid,
	.want-grid,
	.magazine-grid,
	.property-grid { grid-template-columns: 1fr; }
	.audience-card__body { grid-template-columns: 32px minmax(0,1fr); padding: 24px; gap: 12px; }
	.audience-card__body .circle-arrow { display: none; }
	.about__inner { gap: 72px; }
	.about__stamp { width: 108px; height: 108px; }
	.value-grid { grid-template-columns: 1fr; }
	.want__head,
	.magazine__head { display: block; }
	.want__head .text-link,
	.magazine__head .text-link { margin-top: 22px; }
	.want__cta { display: grid; padding: 24px; }
	.uses__rail { display: grid; grid-auto-columns: 76%; grid-auto-flow: column; grid-template-columns: none; overflow-x: auto; scroll-snap-type: x mandatory; border-left: 0; }
	.use-card { min-height: 210px; border-left: 1px solid var(--line); scroll-snap-align: start; }
	.trust__points { display: grid; }
	.trust__points > div { border-right: 0; }
	.final-cta h2 br { display: none; }
	.final-cta__actions { display: grid; }
	.final-cta__actions .text-link { justify-content: center; margin: 12px 0 0; }
	.site-footer__top { grid-template-columns: 1fr; gap: 42px; }
	.site-footer__brand { grid-column: auto; }
	.site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
	.footer-menu { grid-template-columns: 1fr 1fr; }
	.filter-bar__form { grid-template-columns: 1fr; }
	.filter-bar .button { grid-column: auto; }
	.spec-list > div { grid-template-columns: 100px 1fr; }
	.article { padding-block: 56px 80px; }
	.article__header h1 { font-size: 34px; }
	.article__author { align-items: flex-start; flex-direction: column; }
	.landing-hero__inner { gap: 50px; }
	.landing-hero h1 { font-size: 39px; }
	.landing-hero h1 br { display: none; }
	.concern-grid,
	.idea-grid,
	.philosophy__grid,
	.process-list { grid-template-columns: 1fr; }
	.process-list li { border-left: 1px solid var(--line); }
	.philosophy__grid > div:last-child { grid-column: auto; }
	.inline-cta > .container { align-items: stretch; flex-direction: column; }
	.form-row { grid-template-columns: 1fr; gap: 8px; }
	.form-row__label { padding-top: 0; }
	.akipla-form__actions .button { min-width: 0; }
	.mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 990; display: grid; grid-template-columns: repeat(2,1fr); min-height: 68px; border-top: 1px solid rgba(255,255,255,.2); background: var(--forest-dark); color: var(--white); box-shadow: 0 -10px 30px rgba(18,63,49,.18); }
	.mobile-cta a { display: flex; align-items: center; justify-content: center; gap: 8px; border-right: 1px solid rgba(255,255,255,.18); font-size: 11px; font-weight: 750; }
	.mobile-cta a:last-child { border-right: 0; background: var(--terracotta-dark); }
	.mobile-cta .icon { width: 18px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
	.js .reveal { opacity: 1; transform: none; }
}

/* --------------------------------------------------------------------------
   Editorial refresh v0.2
   A quieter, photography-led direction with stronger Japanese typography.
   -------------------------------------------------------------------------- */
:root {
	--ink: #222423;
	--muted: #5f6763;
	--line: #dfe3e0;
	--ivory: #f5f5f2;
	--radius-sm: 8px;
	--radius-md: 12px;
	--radius-lg: 16px;
	--shadow-sm: 0 6px 18px rgba(18, 34, 27, 0.06);
	--shadow-lg: 0 16px 40px rgba(18, 34, 27, 0.08);
	--header-height: 76px;
	--font-sans: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, Inter, sans-serif;
}

body {
	color: var(--ink);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.85;
}

h1,
h2,
h3 {
	font-weight: 700;
	letter-spacing: -0.025em;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

.section { padding-block: clamp(76px, 8vw, 120px); }
.section--ivory { background: #f6f6f3; }
.section--sky { background: #edf4f2; }

.eyebrow,
.section-heading__eyebrow {
	margin-bottom: 14px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.11em;
}

.section-heading__title {
	margin-bottom: 22px;
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.42;
}

.section-heading__lead,
.about__lead,
.trust__content > p {
	font-size: 15px;
	line-height: 2;
}

.button {
	gap: 10px;
	min-height: 54px;
	padding: 13px 22px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
}

.button:hover { transform: none; box-shadow: none; }
.button--small { min-height: 44px; border-radius: 7px; }
.button--primary { background: var(--forest-dark); }
.button--outline { background: var(--white); }

.text-link {
	font-size: 14px;
	font-weight: 700;
}

.circle-arrow {
	width: 42px;
	height: 42px;
	border-radius: 8px;
}

a:hover .circle-arrow { transform: none; }

/* Header: opaque, crisp and deliberately simple. */
.site-header {
	height: var(--header-height);
	border-bottom-color: var(--line);
	background: var(--white);
	backdrop-filter: none;
}

.site-header.is-scrolled { box-shadow: none; }
.site-brand__word strong { font-size: 20px; }
.site-nav__menu a { font-size: 13px; font-weight: 600; }

/* First view: an editorial photo and one clear message. */
.hero {
	min-height: 0;
	background: var(--white);
	overflow: visible;
}

.hero__inner {
	display: grid;
	grid-template-areas: "visual content";
	grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
	min-height: 0;
	padding-block: 44px 68px;
	gap: clamp(48px, 6vw, 92px);
}

.hero__visual { grid-area: visual; align-self: stretch; }
.hero__content { grid-area: content; align-self: center; padding-left: 0; }
.hero__eyebrow { display: block; }
.hero__eyebrow::before { display: none; }

.hero__title {
	max-width: 620px;
	margin-bottom: 24px;
	font-size: clamp(40px, 4.3vw, 62px);
	font-weight: 700;
	line-height: 1.43;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

.hero__lead {
	max-width: 520px;
	margin-bottom: 30px;
	color: #4e5551;
	font-size: 15px;
	line-height: 2;
}

.hero__actions { margin-bottom: 22px; }
.hero__actions .button { width: min(100%, 350px); justify-content: space-between; }

.hero__sub-actions {
	display: grid;
	max-width: 440px;
	border-top: 1px solid var(--line);
}

.hero__sub-actions a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 2px;
	border-bottom: 1px solid var(--line);
	font-size: 13px;
	font-weight: 600;
}

.hero__sub-actions .icon { width: 17px; color: var(--forest); }

.hero__image-wrap {
	height: 100%;
	min-height: 520px;
	border-radius: 12px;
	box-shadow: none;
}

.hero__image-wrap::after { display: none; }
.hero__image-wrap > img { height: 100%; aspect-ratio: 3 / 2; object-fit: cover; }

/* Cards: less decoration, clearer hierarchy. */
.audience__intro { margin-bottom: 34px; }
.audience__intro > p:last-child { font-size: 14px; }
.audience__grid { gap: 20px; }

.audience-card,
.want-card,
.post-card,
.property-card {
	border-radius: 12px;
	box-shadow: none;
}

.audience-card:hover,
.want-card:hover,
.post-card:hover,
.property-card:hover {
	transform: none;
	border-color: rgba(31, 90, 69, 0.35);
	box-shadow: none;
}

.audience-card__image img { aspect-ratio: 16 / 8.5; }
.audience-card__body { grid-template-columns: minmax(0, 1fr) 42px; padding: 28px; gap: 20px; }
.audience-card__number { display: none; }
.audience-card__label { margin-bottom: 7px; font-size: 10px; }
.audience-card h2 { font-size: clamp(23px, 2vw, 29px); line-height: 1.5; }
.audience-card__body p:last-child { font-size: 14px; line-height: 1.9; }

.about__inner { gap: clamp(48px, 7vw, 100px); }
.about__visual > img { border-radius: 12px; box-shadow: none; }
.about__stamp { display: none; }
.value-grid { border: 0; gap: 10px; }
.value-card { min-height: 0; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: #fafaf8; }
.value-card > span { display: none; }
.value-card h3 { font-size: 17px; }
.value-card p { font-size: 13px; line-height: 1.85; }

.want-card { min-height: 310px; padding: 26px; }
.want-card h3 { font-size: 20px; line-height: 1.7; }
.want-card__tags span,
.status-pill { border-radius: 5px; font-size: 10px; }
.want__cta { border-radius: 10px; }

.uses__rail { gap: 10px; border: 0; }
.use-card { min-height: 150px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; }
.use-card__icon { display: none; }
.use-card h3 { margin-top: 42px; font-size: 21px; }

.trust::before,
.trust__network { display: none; }
.trust__visual > img { border-radius: 12px; }
.trust__points strong { font-size: 28px; }

.post-card__image img,
.property-card__image img { transition: none; }

/* Small text must remain readable on forms and content pages. */
.form-row__label,
.form-options label,
.form-consent,
.notice { font-size: 14px; }
.form-help { font-size: 12px; }
.form-row input,
.form-row select,
.form-row textarea { font-size: 16px; }

@media (max-width: 1120px) {
	.hero__inner { grid-template-columns: minmax(0, 1.06fr) minmax(350px, 0.94fr); }
	.hero__image-wrap { min-height: 470px; }
}

@media (max-width: 960px) {
	.site-nav__menu a { font-size: 14px; }
	.hero__inner {
		grid-template-areas: "content" "visual";
		grid-template-columns: 1fr;
		padding-block: 54px 70px;
		gap: 38px;
	}
	.hero__content { max-width: 680px; }
	.hero__visual { width: 100%; max-width: none; }
	.hero__image-wrap { min-height: 0; }
	.hero__image-wrap > img { height: auto; aspect-ratio: 16 / 10; }
}

@media (max-width: 680px) {
	:root { --header-height: 64px; }
	body { padding-bottom: 64px; font-size: 15px; }
	.container { width: min(calc(100% - 32px), var(--container)); }
	.section { padding-block: 64px; }
	.section-heading__title { font-size: 30px; line-height: 1.5; }
	.section-heading__title br,
	.final-cta h2 br,
	.landing-hero h1 br,
	.hero__title br { display: initial; }
	.section-heading__lead,
	.about__lead,
	.trust__content > p { font-size: 14px; line-height: 1.95; }
	.site-brand__word strong { font-size: 17px; }
	.site-brand__mark { transform: scale(.88); transform-origin: left center; }
	.hero__inner { padding-block: 38px 54px; gap: 30px; }
	.hero__eyebrow { margin-bottom: 12px; }
	.hero__title { margin-bottom: 20px; font-size: clamp(30px, 8.4vw, 35px); line-height: 1.45; }
	.hero__lead { margin-bottom: 24px; font-size: 14px; line-height: 1.9; }
	.hero__actions { display: block; margin-bottom: 18px; }
	.hero__actions .button { width: 100%; }
	.hero__sub-actions { max-width: none; }
	.hero__sub-actions a { min-height: 48px; font-size: 13px; }
	.hero__image-wrap { border-radius: 8px; }
	.hero__image-wrap > img { aspect-ratio: 4 / 3; }
	.audience__intro { margin-bottom: 26px; }
	.audience-card__body { grid-template-columns: minmax(0, 1fr) 38px; padding: 22px; gap: 12px; }
	.audience-card__body .circle-arrow { display: inline-flex; }
	.audience-card h2 { font-size: 23px; }
	.audience-card__body p:last-child { font-size: 14px; }
	.about__inner { gap: 48px; }
	.value-card { padding: 20px; }
	.want-card { min-height: 280px; }
	.uses__rail { gap: 10px; border: 0; }
	.use-card { min-height: 160px; border-left: 1px solid var(--line); }
	.mobile-cta { min-height: 64px; background: var(--white); color: var(--forest-dark); border-top-color: var(--line); box-shadow: 0 -6px 18px rgba(18, 34, 27, 0.08); }
	.mobile-cta a { border-right-color: var(--line); font-size: 12px; }
	.mobile-cta a:last-child { background: var(--forest-dark); color: var(--white); }
}

/* --------------------------------------------------------------------------
   Friendly platform direction v0.3
   Inspired by soft Japanese platform/SaaS sites: illustrations, rounded
   surfaces and visible relationships between people, property and experts.
   -------------------------------------------------------------------------- */
:root {
	--forest: #24b86a;
	--forest-dark: #14563f;
	--forest-deep: #0f4433;
	--navy: #226581;
	--sky: #e9f4fa;
	--sky-strong: #d8ecf4;
	--terracotta: #e9824e;
	--terracotta-dark: #d66d39;
	--yellow: #f5ce4f;
	--mint: #e8f8ef;
	--mint-strong: #cff1dc;
	--ivory: #f4f7f5;
	--sand: #f0eee6;
	--ink: #202422;
	--muted: #56635d;
	--line: #dce8e1;
	--shadow-sm: 0 10px 28px rgba(25, 79, 55, 0.08);
	--shadow-lg: 0 24px 60px rgba(25, 79, 55, 0.11);
	--radius-sm: 14px;
	--radius-md: 24px;
	--radius-lg: 34px;
	--header-height: 108px;
}

body { background: var(--ivory); color: var(--ink); }

.section { position: relative; padding-block: clamp(88px, 9vw, 138px); }
.section--ivory { background: var(--mint); }
.section--sky { background: #eef7f5; }

.eyebrow,
.section-heading__eyebrow {
	color: var(--forest);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
}

.section-heading__title {
	font-size: clamp(38px, 4.4vw, 60px);
	font-weight: 800;
	line-height: 1.38;
}

.button {
	min-height: 58px;
	padding: 14px 26px;
	border-radius: 999px;
	font-weight: 800;
}

.button--primary { background: var(--forest); }
.button--primary:hover { background: #1fa65f; }
.button--accent { background: var(--yellow); color: var(--ink); }
.button--accent:hover { background: #ebc13d; }
.button--outline { border-color: var(--forest); background: var(--white); }
.button--light { background: var(--yellow); color: var(--ink); }

.circle-arrow { border-radius: 50%; background: var(--white); }

.icon--custom {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	stroke: none;
}

/* Floating pill header. */
.site-header {
	height: var(--header-height);
	border: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

.site-header__inner {
	height: 76px;
	margin-top: 16px;
	padding-inline: 30px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .97);
	box-shadow: var(--shadow-sm);
}

.site-header.is-scrolled { box-shadow: none; }
.site-brand__word strong { font-size: 22px; font-weight: 850; }
.site-nav__menu a { font-size: 12px; font-weight: 750; }
.site-nav__cta { min-height: 46px; }

/* Hero: copy left, replaceable illustration right. */
.hero {
	position: relative;
	padding-bottom: 62px;
	background: #f3f6f4;
	overflow: hidden;
}

.hero::before,
.hero::after {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	content: "";
}

.hero::before {
	top: 130px;
	right: -170px;
	width: 520px;
	height: 520px;
	background: rgba(36, 184, 106, .09);
}

.hero::after {
	top: 250px;
	right: 55px;
	width: 370px;
	height: 370px;
	border: 2px dashed rgba(36, 184, 106, .18);
}

.hero__inner {
	position: relative;
	z-index: 2;
	grid-template-areas: "content visual";
	grid-template-columns: minmax(430px, .88fr) minmax(0, 1.12fr);
	align-items: center;
	min-height: 640px;
	padding-block: 52px 54px;
	gap: clamp(40px, 6vw, 92px);
}

.hero__content { grid-area: content; }
.hero__visual { grid-area: visual; position: relative; width: 100%; max-width: 680px; justify-self: end; }

.hero__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 6px 13px;
	border-radius: 999px;
	background: var(--mint-strong);
}

.hero__title {
	max-width: 620px;
	margin-bottom: 26px;
	font-size: clamp(45px, 5vw, 70px);
	font-weight: 850;
	line-height: 1.42;
}

.hero__lead { margin-bottom: 30px; color: #45524c; font-size: 16px; font-weight: 600; line-height: 2; }
.hero__actions .button { width: min(100%, 340px); }

.hero__sub-actions {
	display: flex;
	max-width: 520px;
	gap: 10px;
	border: 0;
}

.hero__sub-actions a {
	flex: 1;
	min-height: 48px;
	padding: 11px 16px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: var(--white);
	box-shadow: 0 5px 16px rgba(25, 79, 55, .05);
}

.hero__image-wrap {
	height: auto;
	min-height: 0;
	overflow: visible;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.hero__image-wrap > img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	filter: drop-shadow(0 22px 28px rgba(25, 79, 55, .08));
}

.hero__orbit {
	position: absolute;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border: 7px solid var(--white);
	border-radius: 50%;
	background: var(--white);
	box-shadow: var(--shadow-sm);
	color: var(--forest-dark);
}

.hero__orbit .icon { width: 27px; height: 27px; }
.hero__orbit--owner { top: 7%; left: 7%; background: #ffeedf; color: var(--terracotta-dark); }
.hero__orbit--user { top: 22%; right: 0; background: #e7f3fa; color: var(--navy); }
.hero__orbit--partner { right: 9%; bottom: 10%; background: #e7f8ee; color: var(--forest-dark); }

.hero__platform {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	align-items: center;
	padding: 28px 34px;
	border-radius: 28px;
	background: var(--white);
	box-shadow: var(--shadow-lg);
	gap: 24px;
}

.hero__platform > p { margin: 0; }
.hero__platform > p strong { display: block; margin-bottom: 3px; color: var(--forest); font-size: 18px; }
.hero__platform > p span { color: var(--muted); font-size: 12px; }

.platform-flow { display: flex; align-items: center; justify-content: flex-end; gap: clamp(10px, 2vw, 24px); }
.platform-flow > div { display: flex; align-items: center; gap: 9px; white-space: nowrap; }
.platform-flow > div > span:not(.site-brand__mark) { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--mint); color: var(--forest-dark); }
.platform-flow > div > span .icon { width: 21px; height: 21px; }
.platform-flow > div > strong { font-size: 13px; }
.platform-flow > i { display: flex; color: #9bb4a8; }
.platform-flow > i .icon { width: 18px; }
.platform-flow__center { padding: 10px 15px; border-radius: 999px; background: var(--forest) !important; color: var(--white); }
.platform-flow__center .site-brand__mark { transform: scale(.72); }
.platform-flow__center .site-brand__mark i { background: var(--white); }
.platform-flow__partner { padding-left: 20px; border-left: 1px dashed #bad4c7; }
.platform-flow__partner > span { background: #fff1e7 !important; color: var(--terracotta-dark) !important; }

/* Soft service cards. */
.audience {
	border-radius: 72px 72px 0 0;
	overflow: hidden;
}

.audience::before {
	position: absolute;
	top: 70px;
	left: -120px;
	width: 360px;
	height: 360px;
	border: 2px dashed rgba(36, 184, 106, .13);
	border-radius: 50%;
	content: "";
}

.audience__intro > p:last-child { color: #50645a; font-size: 15px; }
.audience__grid { gap: 26px; }
.audience-card { border: 0; border-radius: 30px; box-shadow: var(--shadow-sm); }
.audience-card--owner { background: #f4fbf6; }
.audience-card--user { background: #f1f8fc; }
.audience-card__image img { aspect-ratio: 16 / 8.5; }
.audience-card__body { padding: 32px; }
.audience-card__label { color: var(--forest); font-size: 10px; }

.about { background: #f4f7f5; overflow: hidden; }
.about::before { position: absolute; right: -160px; bottom: -160px; width: 480px; height: 480px; border-radius: 50%; background: rgba(34, 101, 129, .06); content: ""; }
.about__inner { grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); }
.about__content { grid-column: 1; grid-row: 1; }
.about__visual { grid-column: 2; grid-row: 1; }
.about__visual > img { border-radius: 28px; box-shadow: var(--shadow-lg); }
.value-grid { gap: 12px; }
.value-card { min-height: 170px; border: 0; border-radius: 20px; background: var(--white); box-shadow: 0 8px 22px rgba(25, 79, 55, .06); }
.value-card > span { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 18px; border-radius: 50%; background: var(--mint); color: var(--forest); }
.value-card > span .icon { width: 25px; height: 25px; }

.want-card { border: 0; border-radius: 24px; box-shadow: var(--shadow-sm); }
.want-card:nth-child(2) { background: #f7fbfd; }
.want-card:nth-child(3) { background: #fffaf1; }
.status-pill { border-radius: 999px; background: var(--mint-strong); }
.want__cta { border: 0; border-radius: 24px; background: var(--white); box-shadow: var(--shadow-sm); }

.uses { background: var(--white); }
.uses__rail { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.use-card { min-height: 220px; border: 0; border-radius: 22px; background: var(--mint); }
.use-card:nth-child(4n+2) { background: var(--sky); }
.use-card:nth-child(4n+3) { background: #fff4e9; }
.use-card:nth-child(4n+4) { background: #f4f2ff; }
.use-card__icon { display: flex; width: 68px; height: 68px; margin-bottom: 28px; border-radius: 50%; background: var(--white); box-shadow: var(--shadow-sm); }
.use-card__icon .icon { width: 31px; height: 31px; }
.use-card h3 { margin-top: 0; }
.use-card:hover { background: var(--forest); }

/* 30-year credibility presented as a friendly platform card. */
.trust { background: var(--forest); color: var(--ink); }
.trust__inner {
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
	padding: clamp(38px, 5vw, 70px);
	border-radius: 36px;
	background: var(--white);
	box-shadow: var(--shadow-lg);
}
.trust .section-heading__eyebrow { color: var(--forest); }
.trust .section-heading__title { color: var(--ink); }
.trust__content > p { color: var(--muted); }
.trust__points > div { border-right-color: var(--line); }
.trust__points strong { color: var(--forest); }
.trust__points span { color: var(--muted); }
.trust__visual > img { border-radius: 26px; }

.magazine { background: #f4f7f5; }
.post-card { border: 0; border-radius: 24px; box-shadow: var(--shadow-sm); }

.final-cta { padding-block: 90px; background: var(--forest); }
.final-cta__dots { display: block; opacity: .25; }
.final-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
	align-items: center;
	max-width: 1040px;
	padding: 52px 58px;
	border-radius: 34px;
	background: var(--white);
	box-shadow: var(--shadow-lg);
	text-align: left;
	gap: 38px;
}
.final-cta__content { max-width: 610px; }
.final-cta h2 { font-size: clamp(34px, 4vw, 52px); }
.final-cta__actions { justify-content: flex-start; }
.final-cta__visual img { width: 100%; border-radius: 24px; }

.site-footer { background: var(--white); }

@media (max-width: 1120px) {
	.hero__platform { grid-template-columns: 1fr; }
	.platform-flow { justify-content: flex-start; }
	.about__inner { grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); }
}

@media (max-width: 960px) {
	:root { --header-height: 92px; }
	.site-header__inner { height: 66px; margin-top: 12px; padding-inline: 20px; }
	.site-nav { top: var(--header-height); }
	.hero__inner { grid-template-areas: "content" "visual"; grid-template-columns: 1fr; min-height: 0; padding-block: 44px; }
	.hero__content { max-width: 720px; }
	.hero__visual { max-width: 650px; justify-self: center; }
	.hero__image-wrap > img { aspect-ratio: 1 / 1; }
	.platform-flow { flex-wrap: wrap; }
	.platform-flow__partner { border-left: 0; padding-left: 0; }
	.about__inner { grid-template-columns: 1fr; }
	.about__content { grid-column: 1; grid-row: 1; }
	.about__visual { grid-column: 1; grid-row: 2; }
	.trust__inner { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
	:root { --header-height: 78px; }
	body { background: #f4f7f5; }
	.section { padding-block: 72px; }
	.section-heading__title { font-size: 31px; }
	.site-header__inner { width: calc(100% - 24px); height: 58px; margin-top: 10px; padding-inline: 14px; }
	.site-brand__word strong { font-size: 16px; }
	.site-nav { top: var(--header-height); border-radius: 20px 20px 0 0; }
	.hero { padding-bottom: 40px; }
	.hero::before { top: 380px; right: -170px; width: 360px; height: 360px; }
	.hero::after { top: 430px; right: -80px; width: 260px; height: 260px; }
	.hero__inner { padding-block: 34px 28px; gap: 24px; }
	.hero__eyebrow { font-size: 9px; }
	.hero__title { font-size: clamp(32px, 9vw, 39px); line-height: 1.5; }
	.hero__lead { font-size: 14px; font-weight: 500; }
	.hero__sub-actions { display: grid; }
	.hero__sub-actions a { width: 100%; }
	.hero__visual { max-width: 460px; }
	.hero__orbit { width: 48px; height: 48px; border-width: 5px; }
	.hero__orbit .icon { width: 22px; height: 22px; }
	.hero__platform { padding: 22px; border-radius: 24px; }
	.platform-flow { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.platform-flow > i { display: none; }
	.platform-flow > div { min-height: 62px; padding: 10px; border-radius: 16px; background: var(--ivory); white-space: normal; }
	.platform-flow__center { order: -1; }
	.platform-flow__partner { padding-left: 10px; }
	.audience { border-radius: 38px 38px 0 0; }
	.audience-card { border-radius: 24px; }
	.audience-card__body { padding: 24px; }
	.about__visual > img { border-radius: 22px; }
	.value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.value-card { min-height: 190px; padding: 18px; }
	.value-card p { font-size: 12px; }
	.uses__rail { display: grid; grid-auto-columns: 78%; grid-auto-flow: column; grid-template-columns: none; overflow-x: auto; }
	.use-card { min-height: 200px; }
	.trust__inner { padding: 28px 22px; border-radius: 28px; }
	.final-cta { padding-block: 64px; }
	.final-cta__inner { grid-template-columns: 1fr; padding: 30px 22px; border-radius: 26px; }
	.final-cta__content { order: 1; }
	.final-cta__visual { order: 2; }
	.final-cta__actions { display: grid; }
}
