/* ============================================================
   The Edge Wellness — Section primitives (port of edge-system.css)
   ------------------------------------------------------------
   Reference: /master/design/assets/edge-system.css
   All classes are tew- prefixed to coexist with Kadence's own classes.
   Apply them via each block's "Additional CSS class" field, or wrap
   block sections with a Group block and add the class there.
   ============================================================ */

/* ---------- BUTTONS (tew-btn family) ---------- */
.tew-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 56px;
	padding: 16px 28px;
	font-family: 'Archivo', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border-radius: 0;
	border: 0;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
	white-space: nowrap;
	text-decoration: none;
}
.tew-btn--primary { background: var(--brand-orange); color: var(--brand-white); }
.tew-btn--primary:hover { background: var(--brand-orange-deep); color: var(--brand-white); }

.tew-btn--secondary { background: transparent; color: var(--brand-ink); border: 2px solid var(--brand-ink); }
.tew-btn--secondary:hover { background: var(--brand-ink); color: var(--brand-white); }

.tew-btn--secondary-light { background: transparent; color: var(--brand-white); border: 2px solid var(--brand-white); }
.tew-btn--secondary-light:hover { background: var(--brand-white); color: var(--brand-ink); }

.tew-btn--block { width: 100%; }

/* ---------- ARROW LINK ---------- */
.tew-tlink {
	display: inline-flex; align-items: center; gap: 8px;
	font-weight: 700; font-size: 14px; letter-spacing: 0.06em;
	color: var(--brand-orange);
	text-transform: uppercase;
	text-decoration: none;
}
.tew-tlink::after { content: "→"; transition: transform 180ms ease; }
.tew-tlink:hover::after { transform: translateX(4px); }

/* ---------- TYPOGRAPHY PRIMITIVES ---------- */
.tew-display {
	font-family: 'Archivo Black', 'Archivo', sans-serif;
	font-weight: 900;
	font-size: clamp(40px, 7.4vw, 84px);
	line-height: 0.96;
	letter-spacing: -0.02em;
}
.tew-h1 {
	font-weight: 800;
	font-size: clamp(32px, 5vw, 56px);
	line-height: 1.02;
	letter-spacing: -0.02em;
}
.tew-h2 {
	font-weight: 800;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.05;
	letter-spacing: -0.015em;
}
.tew-h3 {
	font-weight: 700;
	font-size: clamp(22px, 2.6vw, 32px);
	line-height: 1.1;
	letter-spacing: -0.01em;
}
.tew-lede {
	font-size: clamp(18px, 1.6vw, 20px);
	line-height: 1.5;
	color: var(--brand-ink-mute);
	font-weight: 400;
}
.tew-lede strong { color: var(--brand-ink); font-weight: 600; }
.tew-orange-text em,
.tew-allcaps em { font-style: normal; color: var(--brand-orange); }
.tew-allcaps { text-transform: uppercase; }

/* ---------- HOME HERO ---------- */
.tew-hero {
	background: var(--brand-white);
	padding-top: clamp(40px, 6vw, 72px);
	padding-bottom: 0;
	position: relative;
}
.tew-hero__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(32px, 5vw, 64px);
	align-items: end;
}
@media (min-width: 960px) { .tew-hero__grid { grid-template-columns: 1.05fr 1fr; } }

.tew-hero__copy { padding-bottom: clamp(40px, 6vw, 80px); }
.tew-hero__eyebrow { margin-bottom: 28px; }
.tew-hero__title { margin-bottom: 24px; text-transform: uppercase; }
.tew-hero__title em { font-style: normal; color: var(--brand-orange); }
.tew-hero__sub {
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.5;
	color: var(--brand-ink-mute);
	max-width: 46ch;
	margin-bottom: 36px;
}
.tew-hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; }
.tew-hero__phone {
	display: flex; align-items: center; gap: 14px;
	padding-top: 28px;
	border-top: 1px solid var(--brand-line);
	font-size: 14px;
	color: var(--brand-ink-mute);
	flex-wrap: wrap;
}
.tew-hero__phone strong {
	display: block;
	color: var(--brand-ink);
	font-weight: 800;
	font-size: 20px;
	letter-spacing: 0.01em;
}
.tew-hero__phone-label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-weight: 700;
	color: var(--brand-ink-light);
}
.tew-hero__media {
	position: relative;
	aspect-ratio: 4/5;
	overflow: hidden;
	background: var(--brand-cream);
}
@media (min-width: 960px) { .tew-hero__media { aspect-ratio: 5/6; } }
.tew-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.tew-hero__caption {
	position: absolute;
	left: 0; bottom: 0;
	background: var(--brand-orange);
	color: var(--brand-white);
	padding: 14px 18px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.14em;
}
@media (max-width: 480px) {
	.tew-hero__title { font-size: 44px; }
}

/* ---------- PAGE HERO (interior pages) ---------- */
.tew-page-hero {
	background: var(--brand-white);
	padding: clamp(48px, 7vw, 96px) 0 clamp(40px, 5vw, 64px);
	border-bottom: 1px solid var(--brand-line);
}
.tew-page-hero__grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 900px) {
	.tew-page-hero__grid { grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: end; }
}
.tew-page-hero__eyebrow { margin-bottom: 20px; }
.tew-page-hero__title { text-transform: uppercase; }
.tew-page-hero__title em { font-style: normal; color: var(--brand-orange); }
.tew-page-hero__sub { max-width: 50ch; }

.tew-breadcrumb {
	display: flex; flex-wrap: wrap; gap: 8px;
	font-size: 11px; font-weight: 700;
	text-transform: uppercase; letter-spacing: 0.14em;
	color: var(--brand-ink-light);
	margin-bottom: 20px;
}
.tew-breadcrumb a { color: var(--brand-ink-light); text-decoration: none; }
.tew-breadcrumb a:hover { color: var(--brand-orange); }
.tew-breadcrumb span { color: var(--brand-line-strong); }

/* ---------- STATS SLAB (orange) ---------- */
.tew-stats {
	background: var(--brand-orange);
	color: var(--brand-white);
}
.tew-stats__inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}
@media (min-width: 600px)  { .tew-stats__inner { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .tew-stats__inner { grid-template-columns: repeat(4, 1fr); } }

.tew-stat-cell {
	padding: 48px 28px;
	display: flex; flex-direction: column;
	gap: 12px;
	border-right: 1px solid rgba(255, 255, 255, 0.22);
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.tew-stat-cell:last-child { border-right: 0; }
@media (max-width: 1023px) { .tew-stat-cell:nth-child(2n) { border-right: 0; } }
@media (max-width: 599px)  { .tew-stat-cell { border-right: 0; } }
.tew-stat-cell__num {
	font-family: 'Archivo Black', 'Archivo', sans-serif;
	font-weight: 900;
	font-size: clamp(56px, 7vw, 88px);
	line-height: 0.9;
	letter-spacing: -0.04em;
	color: var(--brand-white);
}
.tew-stat-cell__num small {
	font-size: 0.5em; font-weight: 700; letter-spacing: 0;
	color: var(--brand-white); margin-left: 2px; opacity: 0.85;
}
.tew-stat-cell__label {
	font-size: 13px; font-weight: 700;
	text-transform: uppercase; letter-spacing: 0.1em;
	color: var(--brand-white); line-height: 1.4;
}
.tew-stat-cell__detail {
	font-size: 14px; line-height: 1.5;
	color: rgba(255, 255, 255, 0.82); font-weight: 400;
}

/* Dark variant — for programme page etc. */
.tew-stats--dark { background: var(--brand-black); }
.tew-stats--dark .tew-stat-cell__num { color: var(--brand-orange); }
.tew-stats--dark .tew-stat-cell__detail { color: rgba(255, 255, 255, 0.62); }

/* ---------- SECTION HEAD (eyebrow + title + lede split) ---------- */
.tew-section-head {
	display: grid; grid-template-columns: 1fr;
	gap: 24px;
	margin-bottom: clamp(40px, 5vw, 64px);
}
@media (min-width: 900px) {
	.tew-section-head { grid-template-columns: 1.3fr 1fr; gap: 64px; align-items: end; }
}
.tew-section-head--center {
	grid-template-columns: 1fr;
	text-align: left;
	max-width: 920px;
}
.tew-section-head__title { text-transform: uppercase; }
.tew-section-head__title em { font-style: normal; color: var(--brand-orange); }
.tew-section-head__eyebrow { margin-bottom: 20px; }

/* ---------- PILLARS (3-up) ---------- */
.tew-pillars {
	display: grid; grid-template-columns: 1fr; gap: 32px;
}
@media (min-width: 720px) { .tew-pillars { grid-template-columns: 1fr 1fr 1fr; gap: 24px; } }

.tew-pillar { display: flex; flex-direction: column; background: var(--brand-white); position: relative; }
.tew-section--dark .tew-pillar { background: transparent; }
.tew-pillar__media {
	aspect-ratio: 4/3; overflow: hidden; position: relative; background: var(--brand-cream);
}
.tew-pillar__media img { width: 100%; height: 100%; object-fit: cover; }
.tew-pillar__num {
	position: absolute; top: 0; left: 0;
	background: var(--brand-orange); color: var(--brand-white);
	padding: 10px 16px;
	font-weight: 900; font-size: 18px; letter-spacing: 0.04em;
}
.tew-pillar__body { padding: 28px 0 0; display: flex; flex-direction: column; gap: 16px; flex: 1; }
.tew-pillar__kicker {
	font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
	color: var(--brand-orange); font-weight: 700;
}
.tew-pillar__title { font-weight: 800; font-size: 24px; line-height: 1.05; text-transform: uppercase; }
.tew-pillar__copy { color: var(--brand-ink-mute); font-size: 15px; line-height: 1.55; flex: 1; }
.tew-section--dark .tew-pillar__copy { color: rgba(255, 255, 255, 0.74); }
.tew-pillar__list {
	list-style: none;
	display: flex; flex-direction: column; gap: 10px;
	margin: 8px 0 0; padding: 20px 0 0;
	border-top: 2px solid var(--brand-ink);
}
.tew-section--dark .tew-pillar__list { border-top-color: var(--brand-orange); }
.tew-pillar__list li {
	position: relative; padding-left: 22px;
	font-size: 14px; font-weight: 500; line-height: 1.4;
}
.tew-pillar__list li::before {
	content: ""; position: absolute; left: 0; top: 8px;
	width: 12px; height: 2px; background: var(--brand-orange);
}

/* ---------- CONDITIONS GRID (dark) ---------- */
.tew-cond-grid {
	display: grid; grid-template-columns: 1fr;
	gap: 1px; background: rgba(255, 255, 255, 0.12);
}
@media (min-width: 600px)  { .tew-cond-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .tew-cond-grid { grid-template-columns: repeat(5, 1fr); } }

.tew-cond-card {
	position: relative;
	display: flex; flex-direction: column;
	background: var(--brand-black); color: var(--brand-white);
	transition: background-color 220ms ease;
	text-decoration: none;
}
.tew-cond-card:hover { background: #161616; color: var(--brand-white); }
.tew-cond-card__media { aspect-ratio: 4/5; overflow: hidden; position: relative; }
.tew-cond-card__media img {
	width: 100%; height: 100%; object-fit: cover;
	transition: transform 600ms cubic-bezier(.2,.7,.2,1);
	filter: grayscale(20%) contrast(1.05);
}
.tew-cond-card:hover .tew-cond-card__media img { transform: scale(1.04); filter: none; }
.tew-cond-card__media::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(10,10,10,0) 30%, rgba(10,10,10,0.85) 100%);
	pointer-events: none;
}
.tew-cond-card__num {
	position: absolute; top: 0; left: 0;
	background: var(--brand-orange); color: var(--brand-white);
	padding: 6px 10px;
	font-size: 12px; font-weight: 800; letter-spacing: 0.08em;
	z-index: 1;
}
.tew-cond-card__body {
	padding: 24px;
	display: flex; flex-direction: column; gap: 8px; flex: 1;
	border-top: 2px solid var(--brand-orange);
}
.tew-cond-card__title {
	font-weight: 800; font-size: 20px;
	text-transform: uppercase; line-height: 1.05;
	color: var(--brand-white);
}
.tew-cond-card__sub {
	font-size: 13px; color: rgba(255, 255, 255, 0.7);
	line-height: 1.5; margin-bottom: 12px;
}
.tew-cond-card__cta {
	margin-top: auto;
	font-size: 12px; font-weight: 700; letter-spacing: 0.1em;
	text-transform: uppercase; color: var(--brand-orange);
	display: inline-flex; gap: 8px; align-items: center;
}
.tew-cond-card__cta::after { content: "→"; transition: transform 180ms ease; }
.tew-cond-card:hover .tew-cond-card__cta::after { transform: translateX(4px); }

/* ---------- PLACE — full-bleed split (Why Crete) ---------- */
.tew-place { display: grid; grid-template-columns: 1fr; background: var(--brand-white); }
@media (min-width: 960px) { .tew-place { grid-template-columns: 1fr 1fr; } }

.tew-place__media { position: relative; min-height: 360px; background: var(--brand-cream); overflow: hidden; }
@media (min-width: 960px) { .tew-place__media { min-height: 640px; } }
.tew-place__media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.tew-place__media-tag {
	position: absolute; bottom: 0; left: 0;
	background: var(--brand-black); color: var(--brand-orange);
	padding: 14px 20px;
	font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700;
	z-index: 1;
}
.tew-place__body {
	padding: clamp(48px, 7vw, 96px) clamp(24px, 5vw, 80px);
	display: flex; flex-direction: column; justify-content: center;
	gap: 28px; background: var(--brand-white);
}
.tew-place__title { text-transform: uppercase; }
.tew-place__title em { font-style: normal; color: var(--brand-orange); }
.tew-place__facts {
	display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
	background: var(--brand-line);
	margin-top: 12px;
	border: 1px solid var(--brand-line);
}
.tew-place__fact { background: var(--brand-white); padding: 20px; display: flex; flex-direction: column; gap: 6px; }
.tew-place__fact b {
	font-weight: 900; font-size: 28px;
	letter-spacing: -0.02em; color: var(--brand-ink); line-height: 1;
}
.tew-place__fact span {
	font-size: 12px; color: var(--brand-ink-mute); font-weight: 500;
	letter-spacing: 0.04em; text-transform: uppercase;
}

/* ---------- EMOTIONAL BRIDGE (cream rest) ---------- */
.tew-bridge { max-width: 1040px; margin: 0 auto; display: flex; flex-direction: column; gap: 40px; }
.tew-bridge__eyebrow { margin-bottom: 4px; }
.tew-bridge__title {
	font-family: 'Archivo Black', 'Archivo', sans-serif;
	font-weight: 900;
	font-size: clamp(36px, 5.6vw, 64px);
	line-height: 1.0;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	text-wrap: balance;
}
.tew-bridge__title span { display: block; color: var(--brand-orange); }
.tew-bridge__thoughts { display: grid; grid-template-columns: 1fr; gap: 28px 48px; margin-top: 8px; }
@media (min-width: 760px) { .tew-bridge__thoughts { grid-template-columns: 1fr 1fr; } }
.tew-bridge__thought {
	font-size: 19px; line-height: 1.55; color: var(--brand-ink);
	font-weight: 500;
	text-indent: -1.2em; padding-left: 1.2em;
	max-width: 36ch;
}
.tew-bridge__thought b { color: var(--brand-orange); font-weight: 900; }
.tew-bridge__rule {
	height: 1px; background: rgba(10, 10, 10, 0.12);
	width: 100%; max-width: 540px;
	margin: 8px 0; border: 0;
}
.tew-bridge__body {
	display: flex; flex-direction: column; gap: 18px;
	max-width: 60ch;
	font-size: 17px; line-height: 1.6; color: var(--brand-ink);
}
.tew-bridge__cta { display: flex; flex-wrap: wrap; gap: 20px 28px; align-items: center; margin-top: 12px; }
.tew-bridge__or {
	font-size: 13px; font-weight: 700;
	text-transform: uppercase; letter-spacing: 0.1em; color: var(--brand-ink);
}
.tew-bridge__or a { color: var(--brand-ink); border-bottom: 2px solid var(--brand-orange); padding-bottom: 2px; text-decoration: none; }
.tew-bridge__or a:hover { color: var(--brand-orange); }

/* ---------- TRUST PILLARS ---------- */
.tew-trust {
	display: grid; grid-template-columns: 1fr; gap: 0;
	border-top: 2px solid var(--brand-ink);
}
@media (min-width: 720px)  { .tew-trust { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .tew-trust { grid-template-columns: repeat(4, 1fr); } }

.tew-trust__item {
	padding: 32px 28px 32px 0;
	display: flex; flex-direction: column; gap: 10px;
	border-bottom: 2px solid var(--brand-ink);
	border-right: 1px solid var(--brand-line);
	position: relative;
}
.tew-trust__item:last-child { border-right: 0; }
@media (max-width: 1023px) {
	.tew-trust__item:nth-child(2n) { border-right: 0; }
	.tew-trust__item { padding-right: 24px; padding-left: 0; }
}
.tew-trust__item::before {
	content: ""; position: absolute; top: 0; left: 0;
	width: 36px; height: 8px; background: var(--brand-orange);
}
.tew-trust__num {
	font-size: 12px; font-weight: 800;
	letter-spacing: 0.14em; text-transform: uppercase;
	color: var(--brand-orange); margin-top: 18px;
}
.tew-trust__title { font-weight: 800; font-size: 20px; text-transform: uppercase; line-height: 1.05; }
.tew-trust__copy { color: var(--brand-ink-mute); font-size: 14px; line-height: 1.55; }

/* ---------- LEAD CAPTURE (dark form section) ---------- */
.tew-lead { display: grid; grid-template-columns: 1fr; gap: clamp(40px, 5vw, 72px); }
@media (min-width: 960px) { .tew-lead { grid-template-columns: 1fr 1fr; align-items: start; } }

.tew-lead__copy { display: flex; flex-direction: column; gap: 28px; }
.tew-lead__title { text-transform: uppercase; }
.tew-lead__title em { font-style: normal; color: var(--brand-orange); }
.tew-lead__detail {
	display: grid; gap: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	padding-top: 28px;
}
.tew-lead__detail-row { display: flex; flex-direction: column; gap: 4px; }
.tew-lead__detail-row .k {
	font-size: 11px; font-weight: 700;
	letter-spacing: 0.14em; text-transform: uppercase; color: var(--brand-orange);
}
.tew-lead__detail-row .v { font-size: 18px; font-weight: 700; color: var(--brand-white); }
.tew-lead__detail-row .v small {
	font-size: 13px; font-weight: 500;
	color: rgba(255, 255, 255, 0.6); margin-left: 8px;
}

/* ---------- FORM CARD ---------- */
.tew-form-card {
	background: var(--brand-white); color: var(--brand-ink);
	padding: clamp(28px, 4vw, 40px);
	border-top: 8px solid var(--brand-orange);
}
.tew-form-card--cream { background: var(--brand-cream); }
.tew-form-card__head { margin-bottom: 24px; }
.tew-form-card__title {
	font-weight: 800; font-size: 22px;
	text-transform: uppercase; letter-spacing: -0.01em;
	line-height: 1.1; margin-bottom: 6px;
}
.tew-form-card__sub { font-size: 14px; color: var(--brand-ink-mute); }

.tew-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.tew-field label {
	font-size: 11px; font-weight: 700;
	text-transform: uppercase; letter-spacing: 0.12em; color: var(--brand-ink);
}
.tew-field input, .tew-field select, .tew-field textarea {
	font: inherit; font-size: 15px;
	padding: 16px 14px;
	background: var(--brand-white);
	border: 1px solid rgba(10, 10, 10, 0.2);
	border-radius: 0;
	min-height: 56px; color: var(--brand-ink);
	transition: border-color 160ms ease, box-shadow 160ms ease;
}
.tew-field textarea { min-height: 96px; resize: vertical; line-height: 1.5; }
.tew-field input:focus, .tew-field select:focus, .tew-field textarea:focus {
	outline: 0; border: 2px solid var(--brand-orange);
	padding: 15px 13px;
}
.tew-form-card__legal { margin-top: 16px; font-size: 12px; color: var(--brand-ink-light); line-height: 1.55; }

.tew-field-row { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 560px) { .tew-field-row { grid-template-columns: 1fr 1fr; } }

/* ---------- PHONE BLOCK (in-content variant — not the footer one) ---------- */
.tew-phones {
	display: grid; grid-template-columns: 1fr; gap: 1px;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.16);
	max-width: 720px;
}
@media (min-width: 600px) { .tew-phones { grid-template-columns: 1fr 1fr; } }
.tew-phones__row {
	background: var(--brand-black); padding: 24px;
	display: flex; flex-direction: column; gap: 8px;
}
.tew-phones__country {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: 11px; font-weight: 700;
	letter-spacing: 0.14em; text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
}
.tew-phones__country .dot { width: 6px; height: 6px; background: var(--brand-orange); }
.tew-phones__num { font-size: 22px; font-weight: 700; color: var(--brand-white); letter-spacing: 0; }
.tew-phones__num small {
	display: block; font-size: 11px; color: rgba(255, 255, 255, 0.5);
	font-weight: 500; letter-spacing: 0.1em; margin-top: 6px; text-transform: uppercase;
}
/* Light variant — for cream-rest sections */
.tew-phones--light { border-color: var(--brand-line); background: var(--brand-line); }
.tew-phones--light .tew-phones__row { background: var(--brand-cream); }
.tew-phones--light .tew-phones__country { color: var(--brand-ink-light); }
.tew-phones--light .tew-phones__num { color: var(--brand-ink); }
.tew-phones--light .tew-phones__num small { color: var(--brand-ink-light); }

/* ---------- PROCESS STEPS (Admission) ---------- */
.tew-steps {
	display: grid; grid-template-columns: 1fr; gap: 0;
	border-top: 2px solid var(--brand-ink);
}
.tew-steps__item {
	padding: 32px 0;
	border-bottom: 1px solid var(--brand-line);
	display: grid; grid-template-columns: auto 1fr; gap: 24px;
	align-items: start;
}
@media (min-width: 760px) {
	.tew-steps__item { grid-template-columns: 120px 1fr 1.4fr; gap: 40px; }
}
.tew-steps__num {
	font-family: 'Archivo Black', 'Archivo', sans-serif;
	font-weight: 900;
	font-size: clamp(40px, 4vw, 56px);
	line-height: 0.9; color: var(--brand-orange);
	letter-spacing: -0.04em;
}
.tew-steps__title {
	font-weight: 800; font-size: clamp(20px, 2vw, 26px);
	text-transform: uppercase; line-height: 1.1;
}
.tew-steps__copy { color: var(--brand-ink-mute); font-size: 15px; line-height: 1.55; }

/* ---------- FAQ ACCORDION (uses <details>/<summary>) ---------- */
.tew-faq { border-top: 2px solid var(--brand-ink); }
.tew-faq__item { border-bottom: 1px solid var(--brand-line); }
.tew-faq__item > summary { list-style: none; cursor: pointer; }
.tew-faq__item > summary::-webkit-details-marker { display: none; }
.tew-faq__btn {
	width: 100%; text-align: left;
	padding: 28px 56px 28px 0;
	display: flex; align-items: center; justify-content: space-between;
	gap: 24px;
	font-family: 'Archivo', sans-serif; font-weight: 800;
	font-size: clamp(17px, 1.8vw, 22px);
	text-transform: uppercase; letter-spacing: -0.005em;
	line-height: 1.2;
	color: var(--brand-ink);
	position: relative;
}
.tew-faq__btn:hover { color: var(--brand-orange); }
.tew-faq__icon {
	flex: 0 0 auto;
	width: 32px; height: 32px;
	background: var(--brand-orange); color: var(--brand-white);
	display: grid; place-items: center;
	font-weight: 900; font-size: 22px; line-height: 1;
	transition: transform 200ms ease;
}
.tew-faq__item[open] .tew-faq__icon { transform: rotate(45deg); }
.tew-faq__panel {
	padding: 0 0 32px;
	max-width: 75ch;
	color: var(--brand-ink-mute);
	font-size: 16px; line-height: 1.65;
}
.tew-faq__panel p + p { margin-top: 14px; }
.tew-faq__panel ul { margin: 12px 0 0; padding-left: 22px; }
.tew-faq__panel li { margin-bottom: 6px; }

/* ---------- GALLERY ---------- */
.tew-gallery {
	display: grid; grid-template-columns: 1fr; gap: 16px;
}
@media (min-width: 720px)  { .tew-gallery { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .tew-gallery { grid-template-columns: repeat(4, 1fr); grid-auto-flow: dense; } }
.tew-gallery__item {
	position: relative; overflow: hidden;
	background: var(--brand-cream);
	aspect-ratio: 4/5;
}
.tew-gallery__item--wide { aspect-ratio: 4/3; }
@media (min-width: 1024px) {
	.tew-gallery__item--tall { grid-row: span 2; aspect-ratio: 4/5; }
	.tew-gallery__item--wide { grid-column: span 2; aspect-ratio: 16/9; }
}
.tew-gallery__item img {
	width: 100%; height: 100%; object-fit: cover;
	transition: transform 600ms cubic-bezier(.2,.7,.2,1);
}
.tew-gallery__item:hover img { transform: scale(1.04); }
.tew-gallery__tag {
	position: absolute; bottom: 12px; left: 12px;
	background: var(--brand-black); color: var(--brand-orange);
	padding: 8px 12px;
	font-size: 10px; font-weight: 700;
	text-transform: uppercase; letter-spacing: 0.12em;
}

/* ---------- AMENITIES LIST (Location) ---------- */
.tew-amenities {
	display: grid; grid-template-columns: 1fr; gap: 0;
	border-top: 2px solid var(--brand-ink);
	list-style: none; padding: 0; margin: 0;
}
@media (min-width: 600px)  { .tew-amenities { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .tew-amenities { grid-template-columns: repeat(3, 1fr); } }
.tew-amenities__item {
	padding: 24px 0 24px 28px;
	border-bottom: 1px solid var(--brand-line);
	position: relative;
	font-weight: 600; font-size: 16px;
	display: flex; flex-direction: column; gap: 4px;
}
.tew-amenities__item::before {
	content: ""; position: absolute;
	left: 0; top: 30px;
	width: 12px; height: 2px; background: var(--brand-orange);
}
.tew-amenities__item b { display: block; font-weight: 800; font-size: 16px; text-transform: uppercase; }
.tew-amenities__item span { font-size: 13px; color: var(--brand-ink-mute); font-weight: 400; }

/* ---------- CONDITION DETAIL (What we help with) ---------- */
.tew-cond-detail {
	display: grid; grid-template-columns: 1fr;
	gap: clamp(32px, 5vw, 64px); align-items: start;
}
@media (min-width: 960px) { .tew-cond-detail { grid-template-columns: 1fr 1.4fr; } }
.tew-cond-detail__media {
	aspect-ratio: 4/5;
	overflow: hidden; background: var(--brand-cream);
	position: relative;
}
.tew-cond-detail__media img { width: 100%; height: 100%; object-fit: cover; }
.tew-cond-detail__media .tew-pill {
	position: absolute; top: 0; left: 0;
	background: var(--brand-orange); color: var(--brand-white);
	padding: 10px 14px;
	font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em;
}
.tew-cond-detail__copy { display: flex; flex-direction: column; gap: 24px; }
.tew-cond-detail__title { text-transform: uppercase; }
.tew-cond-detail__title em { font-style: normal; color: var(--brand-orange); }
.tew-cond-detail__signals {
	display: grid; gap: 0;
	border-top: 2px solid var(--brand-ink);
	list-style: none; padding: 0; margin: 0;
}
.tew-cond-detail__signals li {
	padding: 16px 0 16px 28px;
	border-bottom: 1px solid var(--brand-line);
	position: relative;
	font-weight: 500; font-size: 15px;
	line-height: 1.5;
}
.tew-cond-detail__signals li::before {
	content: "→"; color: var(--brand-orange); font-weight: 800;
	position: absolute; left: 0; top: 16px;
}

/* ---------- SIDE NAV (sticky) ---------- */
.tew-sidenav {
	position: sticky; top: 96px;
	display: flex; flex-direction: column; gap: 4px;
	font-size: 13px; font-weight: 700;
	text-transform: uppercase; letter-spacing: 0.08em;
}
.tew-sidenav a {
	display: flex; align-items: center; justify-content: space-between;
	padding: 14px 0;
	border-bottom: 1px solid var(--brand-line);
	color: var(--brand-ink-mute);
	text-decoration: none;
}
.tew-sidenav a span { color: var(--brand-ink-light); font-size: 11px; }
.tew-sidenav a:hover,
.tew-sidenav a.is-active { color: var(--brand-orange); }
.tew-sidenav a.is-active span { color: var(--brand-orange); }

/* ---------- TEAM CARDS (About) ---------- */
.tew-team {
	display: grid; grid-template-columns: 1fr; gap: 32px;
}
@media (min-width: 600px)  { .tew-team { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px)  { .tew-team { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1200px) { .tew-team { grid-template-columns: repeat(4, 1fr); } }
.tew-team__card { display: flex; flex-direction: column; }
.tew-team__media {
	aspect-ratio: 4/5; overflow: hidden; background: var(--brand-cream); margin-bottom: 16px;
}
.tew-team__media img {
	width: 100%; height: 100%; object-fit: cover;
	filter: grayscale(60%); transition: filter 320ms ease;
}
.tew-team__card:hover .tew-team__media img { filter: none; }
.tew-team__name {
	font-weight: 800; font-size: 18px;
	text-transform: uppercase; letter-spacing: -0.005em;
}
.tew-team__role {
	font-size: 13px; font-weight: 600; color: var(--brand-orange);
	text-transform: uppercase; letter-spacing: 0.08em; margin-top: 4px;
}
.tew-team__creds { font-size: 13px; color: var(--brand-ink-mute); margin-top: 8px; line-height: 1.5; }

/* ---------- EDITORIAL QUOTE (Programme — Continuing Care) ---------- */
.tew-editorial {
	max-width: 56ch;
	font-size: clamp(18px, 1.8vw, 21px);
	line-height: 1.55;
	color: var(--brand-ink);
	font-weight: 500;
	padding-left: 32px;
	border-left: 6px solid var(--brand-orange);
}
.tew-section--dark .tew-editorial { color: var(--brand-white); border-left-color: var(--brand-orange); }

/* ---------- CONTAINER + GRID HELPERS ---------- */
.tew-container {
	width: 100%;
	max-width: var(--brand-maxw);
	margin: 0 auto;
	padding: 0 var(--brand-gutter);
}

/* Eyebrow with leading rule (master spec: rule + 12px text)
   Both .eyebrow (master class) and .tew-eyebrow-rule (prefixed) work. */
.tew-eyebrow-rule,
.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--brand-orange);
	line-height: 1;
}
.tew-eyebrow-rule::before,
.eyebrow::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 2px;
	background: currentColor;
	margin-right: 10px;
}
@media (min-width: 768px) {
	.tew-eyebrow-rule,
	.eyebrow { font-size: 14px; letter-spacing: 0.14em; }
	.tew-eyebrow-rule::before,
	.eyebrow::before { width: 36px; }
}
