/*
Theme Name: ISCN 2026
Theme URI: https://theislamicshariacouncil.org.uk
Author: Islamic Sharia Council
Description: Editorial, privacy-led website theme for the Islamic Sharia Council.
Version: 0.6.51
Text Domain: iscn
*/

:root {
  --green: #0b4d3e;
  --green-deep: #0b4d3e;
  --green-black: #06372e;
  --sage: #e5ece8;
  --gold: #b7802f;
  --gold-80: #c59959;
  --gold-60: #d4b382;
  --gold-40: #e2ccac;
  --gold-20: #f1e6d5;
  --gold-bright: #e0ab3c;
  --gold-bright-80: #e6bc63;
  --gold-bright-60: #eccd8a;
  --gold-bright-40: #f3ddb1;
  --gold-bright-20: #f9eed8;
  --gold-light: #f3ddb1;
  --gold-metallic: linear-gradient(105deg, var(--gold) 0%, var(--gold-bright) 24%, var(--gold-bright-40) 49%, var(--gold-bright) 72%, var(--gold) 100%);
  --gold-metallic-text: linear-gradient(105deg, var(--gold-bright) 0%, var(--gold-bright-40) 27%, var(--gold-bright) 52%, var(--gold-bright-60) 76%, var(--gold) 100%);
  --ink: #19201d;
  --muted: #68716c;
  --paper: #fff;
  --paper-light: #fff;
  --white: #fff;
  --line: #dfe5e1;
  --display: "Libre Baskerville", Georgia, serif;
  --sans: "Roboto", Arial, sans-serif;
  --width: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper-light); font: 400 16px/1.72 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: var(--green); text-underline-offset: 4px; }
a:hover { color: var(--gold); }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4 { margin: 0 0 .65em; color: var(--green-deep); font-family: var(--display); font-weight: 400; line-height: 1.08; }
h1 { font-size: clamp(3.1rem, 5.6vw, 5.9rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2.7rem, 4.8vw, 5.2rem); letter-spacing: -.03em; }
h3 { font-size: clamp(1.65rem, 2.3vw, 2.35rem); line-height: 1.08; }
p { margin: 0 0 1.25em; }
ul, ol { padding-left: 1.25rem; }
em { font-weight: 400; }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed !important; z-index: 100000; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 18px; clip: auto; background: #fff; color: #000; }
.iscn-container { width: min(calc(100% - 56px), var(--width)); margin-inline: auto; }
.iscn-section { padding: clamp(90px, 11vw, 160px) 0; }
.iscn-section--cream { background: var(--paper); }
.iscn-section--green { color: #fff; background: var(--green-deep); }
.iscn-section--green h2, .iscn-section--green h3 { color: #fff; }

.site-notice { padding: 10px 0; color: rgba(255,255,255,.76); background: var(--green-black); font-size: .67rem; letter-spacing: .16em; text-transform: uppercase; }
.notice-inner { display: flex; justify-content: space-between; gap: 20px; }
.site-notice p { margin: 0; }
.site-header { position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid rgba(11,77,62,.14); background: rgba(255,255,255,.97); backdrop-filter: blur(16px); }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.site-branding { min-width: 210px; display: flex; align-items: center; }
.approved-brand { display: block; line-height: 0; }
.approved-brand img { display: block; width: min(300px, 34vw); max-height: 68px; object-fit: contain; object-position: left center; }
.brand-fallback { max-width: 300px; color: var(--green-deep); font: 600 1.3rem/1.05 var(--display); text-decoration: none; }
.primary-nav { display: flex; align-items: center; }
.primary-nav ul { display: flex; align-items: center; gap: clamp(16px,2.2vw,30px); margin: 0; padding: 0; list-style: none; }
.primary-nav li { position: relative; }
.primary-nav a { padding: 9px 0; color: var(--ink); font-size: .76rem; font-weight: 700; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--gold); }
.primary-nav .sub-menu { position: absolute; top: calc(100% + 24px); left: -24px; display: none; width: 270px; padding: 15px 24px; border: 1px solid var(--line); background: var(--paper-light); box-shadow: 0 24px 60px rgba(7,31,27,.13); }
.primary-nav .sub-menu::before { content: ""; position: absolute; right: 0; bottom: 100%; left: 0; height: 26px; }
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu, .primary-nav li.is-submenu-open > .sub-menu { display: grid; }
.primary-nav .sub-menu a { display: block; padding: 9px 0; border-bottom: 1px solid var(--line); }
.primary-nav .sub-menu li:last-child a { border: 0; }
.menu-toggle { display: none; padding: 10px 0; border: 0; color: var(--green-deep); background: transparent; font: 700 .78rem var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.header-cta { padding: 10px 0; border-bottom: 1px solid var(--gold); color: var(--green-deep); font-size: .76rem; font-weight: 700; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.header-cta span { color: var(--gold); }

.iscn-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 25px; border: 1px solid var(--green); border-radius: 0; color: #fff; background: var(--green); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: .2s ease; }
.iscn-button:hover { color: #fff; background: var(--green-black); border-color: var(--green-black); }
.iscn-button--gold { color: var(--green-black); background: var(--gold-metallic); border-color: var(--gold-bright); box-shadow: inset 0 1px 0 rgba(255,247,211,.72), 0 10px 28px rgba(0,0,0,.16); }
.iscn-button--gold:hover { color: var(--green-black); background: linear-gradient(105deg, var(--gold) 0%, var(--gold-bright-80) 25%, var(--gold-bright-20) 50%, var(--gold-bright-80) 75%, var(--gold) 100%); border-color: var(--gold-bright-40); box-shadow: inset 0 1px 0 rgba(255,250,226,.8), 0 13px 32px rgba(0,0,0,.22); transform: translateY(-1px); }
.iscn-button--outline { color: var(--green); background: transparent; }
.iscn-button--light { color: #fff; border-color: rgba(255,255,255,.55); background: transparent; }
.iscn-button--light:hover { color: var(--green-black); background: #fff; border-color: #fff; }
.iscn-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 34px; }
.iscn-policy { margin-top: clamp(76px, 9vw, 128px); }
.policy-jump { display: flex; flex-wrap: wrap; gap: 10px 12px; align-items: center; margin: 32px 0 54px; padding: 18px 20px; border-top: 1px solid var(--gold-60); border-bottom: 1px solid var(--line); background: #fff; }
.policy-jump span { margin-right: 7px; color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.policy-jump a { padding: 7px 10px; color: var(--green-deep); font-size: .74rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.policy-jump a:hover { color: var(--gold); }
.policy-section { scroll-margin-top: 150px; display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 26px; padding: 38px 0; border-top: 1px solid var(--line); }
.policy-section > p:empty { display: none; }
.policy-section > .policy-section__number { grid-column: 1; grid-row: 1; }
.policy-section > div { grid-column: 2; grid-row: 1; min-width: 0; }
.policy-section:last-of-type { border-bottom: 1px solid var(--line); }
.policy-section__number { padding-top: 7px; color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .16em; }
.policy-section h3 { margin-bottom: 16px; }
.policy-section ul { margin: 0; }
.policy-section li + li { margin-top: 9px; }
.policy-note { margin: 22px 0 0; padding-left: 18px; border-left: 2px solid var(--gold-60); color: var(--muted); font-size: .92rem; }
.policy-section--contact { background: linear-gradient(90deg, rgba(229,236,232,.48), rgba(255,255,255,0)); }
.text-link { display: inline-flex; gap: 18px; align-items: center; padding: 9px 0; border-bottom: 1px solid var(--gold); color: var(--green-deep); font-size: .76rem; font-weight: 700; letter-spacing: .065em; text-decoration: none; text-transform: uppercase; }
.text-link--light { color: #fff; }

.folio { display: flex; align-items: center; gap: 16px; margin: 0 0 34px; color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.folio::after { content: ""; width: 48px; height: 1px; background: currentColor; }
.folio span { color: var(--muted); }
.folio--light span { color: rgba(255,255,255,.4); }

.editorial-hero { position: relative; overflow: hidden; min-height: min(760px, calc(100vh - 130px)); display: grid; align-items: center; padding: clamp(92px,11vw,156px) 0; background-color: var(--green-black); background-image: linear-gradient(90deg, rgba(2,31,25,.9) 0%, rgba(4,48,39,.78) 39%, rgba(4,48,39,.25) 66%, rgba(2,31,25,.04) 100%), url("assets/images/iscn-hero-brand-v1.jpg"); background-repeat: no-repeat; background-position: center, center; background-size: cover, cover; }
.editorial-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,246,217,.04), rgba(3,27,22,.14)); pointer-events: none; }
.editorial-hero::after { content: ""; position: absolute; z-index: 1; right: -20px; top: 18px; width: min(36vw,520px); aspect-ratio: 1; background: url("assets/images/iscn-pattern-lattice-green.webp") top right / contain no-repeat; opacity: .22; mix-blend-mode: screen; pointer-events: none; }
.editorial-hero__grid { position: relative; z-index: 2; display: block; }
.editorial-hero__copy { max-width: 790px; }
.editorial-hero h1 { max-width: 780px; color: #fff; text-shadow: 0 2px 24px rgba(0,0,0,.18); }
.editorial-hero h1 em { display: inline-block; color: var(--gold-light); background: var(--gold-metallic-text); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 1px 0 rgba(255,239,184,.2)) drop-shadow(0 3px 12px rgba(0,0,0,.28)); font-style: italic; }
.hero-intro { max-width: 650px; color: rgba(255,255,255,.8); font-size: clamp(1.03rem,1.45vw,1.22rem); font-weight: 300; }

.principles-bar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-light); }
.principles-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.principles-grid p { margin: 0; padding: 25px 28px; border-left: 1px solid var(--line); }
.principles-grid p:last-child { border-right: 1px solid var(--line); }
.principles-grid span { display: block; margin-bottom: 4px; color: var(--muted); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.principles-grid strong { color: var(--green-deep); font: 600 1.1rem var(--display); }

.section-heading { display: grid; grid-template-columns: 1.2fr .7fr; gap: 60px; align-items: end; margin-bottom: 68px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 520px; margin: 0 0 10px; color: var(--muted); }
.service-edition { position: relative; overflow: hidden; }
.service-edition::before { content: ""; position: absolute; right: -105px; top: 72px; width: 470px; aspect-ratio: 1; background: url("assets/images/iscn-pattern-lattice-gold.webp") center / contain no-repeat; opacity: .045; pointer-events: none; }
.service-edition::after { content: ""; position: absolute; right: 0; bottom: 0; width: min(64vw,900px); height: 86px; background: url("assets/images/iscn-pattern-mark-border-gold.webp") right bottom / contain no-repeat; opacity: .11; pointer-events: none; }
.service-edition > .iscn-container { position: relative; z-index: 1; }
.service-ledger { border-top: 1px solid var(--green-deep); }
.service-ledger article { display: grid; grid-template-columns: 60px minmax(190px,.75fr) minmax(260px,1.25fr) 110px; gap: 30px; align-items: center; min-height: 164px; padding: 30px 0; border-bottom: 1px solid var(--line); transition: padding .22s ease, background .22s ease; }
.service-ledger article:hover { padding-inline: 20px; background: #f6f8f7; }
.service-no { align-self: start; color: var(--gold); font: 400 1.2rem var(--display); }
.service-type { margin: 0 0 5px; color: var(--muted); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.service-ledger h3 { margin: 0; }
.service-ledger article > p { max-width: 500px; margin: 0; color: var(--muted); }
.service-ledger article > a { justify-self: end; color: var(--green-deep); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.service-ledger article > a span { margin-left: 9px; color: var(--gold); }

.process-edition { position: relative; overflow: hidden; padding: clamp(100px,12vw,175px) 0; color: #59635e; background: linear-gradient(135deg, #fff 0%, #f7f9f8 68%, #eef4f1 100%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-edition::after { content: ""; position: absolute; right: -60px; top: 45px; width: 520px; aspect-ratio: 1; background: url("assets/images/iscn-pattern-lattice-gold.webp") center / contain no-repeat; opacity: .07; pointer-events: none; }
.process-edition__grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px,10vw,150px); }
.process-intro h2 { color: var(--green-deep); }
.process-intro > p:not(.folio) { max-width: 530px; }
.process-edition .folio--light span { color: var(--muted); }
.process-edition .text-link--light { color: var(--green-deep); }
.editorial-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(11,77,62,.34); }
.editorial-steps li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.editorial-steps li > span { color: var(--gold); font: 400 1.35rem var(--display); }
.editorial-steps strong { display: block; margin-bottom: 4px; color: var(--green-deep); font: 400 1.6rem var(--display); }
.editorial-steps p { margin: 0; color: var(--muted); }

.jurisdiction-grid { display: grid; grid-template-columns: 100px 1.15fr .85fr; gap: clamp(35px,6vw,85px); align-items: center; }
.jurisdiction-mark { color: var(--gold); font: 400 clamp(5rem,10vw,10rem)/1 var(--display); opacity: .55; }
.jurisdiction-grid h2 { margin: 0; font-size: clamp(3rem,5.4vw,5.7rem); }
.jurisdiction-grid h2 em { color: var(--gold); font-style: italic; }
.jurisdiction-grid > div:last-child > p:first-child { color: #414a46; font-size: clamp(1.03rem,1.4vw,1.22rem); }
.small-note { padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }

.enquiry-edition { position: relative; padding: clamp(80px,9vw,125px) 0; color: var(--muted); background: linear-gradient(120deg, #fff 0%, #fff 58%, #f6f9f7 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.9), inset 0 -1px 0 rgba(183,128,47,.18); }
.enquiry-edition::before { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: var(--gold-metallic); }
.enquiry-edition::after { content: ""; position: absolute; right: 0; bottom: 0; width: min(65vw,900px); height: 92px; background: url("assets/images/iscn-pattern-mark-border-gold.webp") right bottom / contain no-repeat; opacity: .23; pointer-events: none; }
.enquiry-edition__grid { display: grid; grid-template-columns: .45fr 1fr .8fr; gap: clamp(40px,7vw,100px); align-items: end; }
.enquiry-edition .folio { color: var(--green-black); }
.enquiry-edition h2 { margin: 0; color: var(--green-black); }
.enquiry-edition__grid > div p { max-width: 480px; color: var(--green-black); }
.enquiry-edition .iscn-button--light { color: var(--green-black); border-color: var(--gold-bright); background: var(--gold-metallic); box-shadow: inset 0 1px 0 rgba(255,247,211,.72), 0 10px 24px rgba(98,63,9,.12); }
.enquiry-edition .iscn-button--light:hover { color: var(--green-black); border-color: var(--gold-bright-40); background: linear-gradient(105deg, var(--gold) 0%, var(--gold-bright-80) 25%, var(--gold-bright-20) 50%, var(--gold-bright-80) 75%, var(--gold) 100%); }

.iscn-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; color: var(--gold); font-size: .67rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.iscn-kicker::after { content: ""; width: 42px; height: 1px; background: currentColor; }
.iscn-lead { max-width: 760px; color: var(--muted); font-size: clamp(1.04rem,1.7vw,1.24rem); }
.iscn-eyebrow { color: var(--gold); font-weight: 700; letter-spacing: .07em; }
.iscn-grid { display: grid; gap: 0; border-top: 1px solid var(--line); }
.iscn-grid--3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.iscn-grid--2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.iscn-card { height: 100%; padding: 34px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; }
.iscn-card:nth-child(3n+1) { border-left: 1px solid var(--line); }
.iscn-card h3 { margin-bottom: 13px; }
.iscn-card p { color: var(--muted); }
.iscn-card-link { font-size: .71rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.iscn-icon { display: block; margin-bottom: 24px; color: var(--gold); font: 400 1.2rem var(--display); }
.iscn-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px,8vw,110px); align-items: center; }
.iscn-checklist { margin: 27px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.iscn-checklist li { position: relative; margin: 0; padding: 14px 0 14px 28px; border-bottom: 1px solid var(--line); }
.iscn-checklist li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
.iscn-callout { padding: 25px 0 25px 28px; border-left: 1px solid var(--gold); background: transparent; }
.iscn-callout p:last-child { margin-bottom: 0; }

.page-hero { position: relative; overflow: hidden; padding: clamp(78px,9vw,130px) 0; border-bottom: 1px solid var(--line); background: var(--paper); }
.page-hero::after { content: ""; position: absolute; right: 5vw; bottom: -70%; width: 420px; height: 520px; border: 1px solid rgba(185,147,88,.28); border-radius: 50% 50% 0 0 / 32% 32% 0 0; }
.page-hero h1 { position: relative; z-index: 2; max-width: 980px; font-size: clamp(3.4rem,7vw,7.1rem); }
.page-content { padding: clamp(75px,9vw,125px) 0; }
.prose { max-width: 900px; }
.prose > * + h2 { margin-top: 2em; }
.prose > * + h3 { margin-top: 1.7em; }
.prose h2 { font-size: clamp(2.6rem,4vw,4.2rem); }
.prose table { width: 100%; border-collapse: collapse; margin: 34px 0; }
.prose th, .prose td { padding: 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose th { color: var(--green-deep); background: var(--paper); }
.service-nav { display: flex; flex-wrap: wrap; gap: 0; margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.service-nav a { display: block; padding: 11px 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.process-list { counter-reset: process; display: grid; gap: 0; margin: 35px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { counter-increment: process; position: relative; min-height: 74px; padding: 22px 0 22px 70px; border-bottom: 1px solid var(--line); }
.process-list li::before { content: "0" counter(process); position: absolute; left: 0; top: 20px; color: var(--gold); font: 400 1.15rem var(--display); }
.fee-card { padding: 30px; border: 1px solid var(--line); background: transparent; }
.fee-card .price { display: block; color: var(--green-deep); font: 400 2.7rem/1 var(--display); }

/* 0.6.11 — premium editorial system for internal pages */
.page-hero--editorial {
  position: relative;
  isolation: isolate;
  padding: clamp(92px,10vw,150px) 0 clamp(112px,12vw,175px);
  background: linear-gradient(112deg,#fff 0%,#fff 69%,#f3f7f5 100%);
}
.page-hero--editorial::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -105px;
  top: -150px;
  width: min(47vw,610px);
  aspect-ratio: 1;
  background: url("assets/images/iscn-pattern-lattice-gold.webp") center / contain no-repeat;
  opacity: .075;
}
.page-hero--editorial::after { display: none; }
.page-hero__grid { display: grid; grid-template-columns: minmax(0,1fr) 240px; gap: clamp(60px,9vw,130px); align-items: center; }
.page-hero__copy { max-width: 970px; }
.page-hero--editorial h1 { max-width: 980px; margin-bottom: .34em; font-size: clamp(3.4rem,6.7vw,7rem); }
.page-hero--editorial .iscn-lead { max-width: 740px; margin-bottom: 0; }
.page-hero__mark { display: grid; justify-items: center; padding: 26px 0 22px; border-top: 1px solid var(--gold-60); border-bottom: 1px solid var(--gold-60); text-align: center; }
.page-hero__mark img { width: 92px; height: 92px; margin-bottom: 18px; object-fit: contain; }
.page-hero__mark p { margin: 0; color: var(--green-deep); font-size: .69rem; letter-spacing: .11em; text-transform: uppercase; }
.page-hero__mark strong,.page-hero__mark span { display: block; }
.page-hero__mark strong { margin-bottom: 7px; font: 400 1.12rem var(--display); letter-spacing: 0; text-transform: none; }
.page-hero__mark span + span { margin-top: 3px; }
.page-hero__pattern { position: absolute; right: 0; bottom: 0; left: 0; height: 55px; background: url("assets/images/iscn-pattern-mark-border-gold.webp") center / auto 49px repeat-x; opacity: .22; }

.page-content--editorial { position: relative; overflow: hidden; padding: clamp(90px,10vw,145px) 0; background: #fff; }
.page-content--editorial::after { content: ""; position: absolute; right: -135px; bottom: 60px; width: 430px; aspect-ratio: 1; background: url("assets/images/iscn-pattern-lattice-gold.webp") center / contain no-repeat; opacity: .035; pointer-events: none; }
.page-content__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) minmax(290px,360px); gap: clamp(70px,10vw,145px); align-items: start; }
.page-content--editorial .prose { min-width: 0; max-width: 850px; }
.page-content--editorial .prose > p:first-child { color: #36413c; font-size: clamp(1.08rem,1.55vw,1.28rem); line-height: 1.75; }
.page-content--editorial .prose h2,.page-content--editorial .prose h3,.page-content--editorial .prose h4 { text-transform: none; }
.page-content--editorial .prose h2 { padding-top: .2em; font-size: clamp(2.45rem,3.8vw,4rem); }
.page-content--editorial .prose h3 { font-size: clamp(1.65rem,2.4vw,2.3rem); }
.page-content--editorial .prose ul,.page-content--editorial .prose ol { margin: 27px 0 35px; padding-left: 0; list-style: none; border-top: 1px solid var(--line); }
.page-content--editorial .prose li { position: relative; padding: 15px 0 15px 30px; border-bottom: 1px solid var(--line); }
.page-content--editorial .prose li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
.page-content--editorial .prose blockquote { margin: 38px 0; padding: 27px 0 27px 30px; border-left: 2px solid var(--gold); color: var(--green-deep); font: 400 clamp(1.28rem,2vw,1.75rem)/1.5 var(--display); }
.page-content--editorial .fee-card { margin: 38px 0; padding: 34px; border-color: var(--gold-60); background: #fff; box-shadow: 0 18px 48px rgba(6,55,46,.07); }
.page-content--editorial .fee-card { min-width: 0; }
.page-content--editorial .fee-card h3 { overflow-wrap: anywhere; }

/* Fees page — single-line editorial ledger */
.page-content--fees .prose .iscn-grid--3 {
  grid-template-columns: 1fr;
  border-top-color: var(--gold-60);
}
.page-content--fees .fee-card {
  display: grid;
  grid-template-columns: 112px minmax(0,1fr);
  column-gap: 30px;
  align-items: start;
  margin: 0;
  padding: 28px 0;
  border: 0;
  border-bottom: 1px solid var(--gold-60);
  box-shadow: none;
}
.page-content--fees .fee-card .price {
  grid-row: 1 / span 2;
  margin-top: 2px;
  font-size: clamp(1.85rem,2.6vw,2.45rem);
}
.page-content--fees .fee-card h3 {
  margin: 0;
  font-size: clamp(1.45rem,2.05vw,1.95rem);
  line-height: 1.12;
  white-space: nowrap;
  overflow-wrap: normal;
}
.page-content--fees .fee-card p {
  grid-column: 2;
  margin: 8px 0 0;
}

/* 0.6.19 — Fatwa tiers shared by the Fees and Fatwa service pages */
.fatwa-fees { scroll-margin-top: 130px; margin: clamp(62px,8vw,96px) 0; padding-top: 34px; border-top: 1px solid var(--gold-60); }
.fatwa-fees__header { max-width: 760px; margin-bottom: 34px; }
.page-content--editorial .prose .fatwa-fees__header h2 { margin: 13px 0 16px; font-size: clamp(2rem,3.5vw,3.25rem); }
.fatwa-fees__header > p { color: var(--muted); }
.fatwa-tier-list { border-top: 2px solid var(--gold); }
.fatwa-tier { display: grid; grid-template-columns: 64px minmax(0,1fr) auto; gap: 8px 22px; align-items: start; padding: 27px 0 25px; border-bottom: 1px solid var(--gold-60); }
.fatwa-tier > p:empty { display: none; }
.fatwa-tier__index { grid-column: 1; grid-row: 1 / span 2; padding-top: 6px; color: var(--gold); font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.fatwa-tier__summary { min-width: 0; }
.fatwa-tier > .fatwa-tier__summary { grid-column: 2; grid-row: 1; }
.page-content--editorial .prose .fatwa-tier__summary h3 { margin: 0; max-width: 100%; font-size: clamp(1.05rem,2vw,1.42rem); line-height: 1.15; white-space: normal; overflow-wrap: break-word; hyphens: auto; }
.fatwa-tier__summary p { margin: 7px 0 0; color: var(--muted); font-size: .86rem; }
.fatwa-tier__price { grid-column: 3; grid-row: 1; min-width: 96px; color: var(--green-deep); font: 400 clamp(1.75rem,2.6vw,2.35rem)/1 var(--display); text-align: right; white-space: nowrap; }
.page-content--editorial .prose .fatwa-tier__details { grid-column: 2 / -1; grid-row: 2; display: flex; flex-wrap: wrap; gap: 5px 22px; margin: 8px 0 0; padding: 0; border: 0; }
.page-content--editorial .prose .fatwa-tier__details li { flex: 1 1 150px; margin: 0; padding: 0 0 0 17px; border: 0; color: var(--ink); font-size: .77rem; line-height: 1.5; }
.page-content--editorial .prose .fatwa-tier__details li::before { left: 0; }
.fatwa-tier--urgent { position: relative; background: linear-gradient(90deg,var(--gold-bright-20),transparent 72%); }
.fatwa-tier--urgent::before { content: ""; position: absolute; inset: 0 auto 0 -16px; width: 2px; background: var(--gold-metallic); }
.fatwa-fees .policy-note { margin-top: 22px; }

/* 0.6.25 — published Islamic divorce routes and transparent starting fees */
.divorce-fees { scroll-margin-top: 130px; margin: clamp(62px,8vw,96px) 0; padding-top: 34px; border-top: 1px solid var(--gold-60); }
.divorce-fees__header { max-width: 760px; margin-bottom: 34px; }
.page-content--editorial .prose .divorce-fees__header h2 { margin: 13px 0 16px; font-size: clamp(2rem,3.5vw,3.25rem); }
.divorce-fees__header > p { color: var(--muted); }
.divorce-fee-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.divorce-fee-card { position: relative; min-width: 0; padding: 28px 24px 26px; border: 1px solid var(--gold-60); border-top: 4px solid var(--gold-bright); background: #fff; box-shadow: 0 16px 42px rgba(6,55,46,.07); }
.divorce-fee-card::after { content: ""; position: absolute; right: 12px; top: 12px; width: 42px; height: 42px; background: url("assets/images/brand-marks/iscn-mark-green-gold.png") center / contain no-repeat; opacity: .1; }
.divorce-fee-card__route { display: block; margin-bottom: 19px; color: var(--gold); font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.page-content--editorial .prose .divorce-fee-card h3 { min-height: 2.25em; margin: 0 0 17px; padding-right: 28px; font-size: clamp(1.35rem,2vw,1.72rem); line-height: 1.13; overflow-wrap: break-word; }
.divorce-fee-card__total { color: var(--green-deep); font: 400 clamp(2.2rem,3.6vw,3rem)/1 var(--display); }
.divorce-fee-card__total small { color: var(--gold); font: 700 .62rem/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.divorce-fee-card__breakdown { min-height: 3.1em; margin: 11px 0 17px; padding-bottom: 16px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .77rem; line-height: 1.45; }
.divorce-fee-card > p:last-child { margin: 0; color: var(--ink); font-size: .86rem; line-height: 1.65; }
.divorce-fees__notes { position: relative; margin-top: 24px; padding: 28px 30px 27px 94px; border: 1px solid var(--line); background: #f7faf8; }
.divorce-fees__notes::before { content: ""; position: absolute; left: 25px; top: 29px; width: 46px; height: 46px; background: url("assets/images/brand-marks/iscn-mark-green-gold.png") center / contain no-repeat; }
.page-content--editorial .prose .divorce-fees__notes h3 { margin: 0 0 15px; font-size: 1.42rem; }
.divorce-fees__notes p { margin: 8px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }
.divorce-fees__notes strong { color: var(--green-deep); }

/* 0.6.22 — contained service titles and branded navigation for long pages */
.page-content--editorial .iscn-card { min-width: 0; overflow: hidden; }
.page-content--editorial .iscn-card h3 {
  max-width: 100%;
  font-size: clamp(1.2rem,1.65vw,1.6rem);
  line-height: 1.22;
  overflow-wrap: break-word;
  word-break: normal;
}
.page-quick-jumps {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(165px,1fr));
  gap: 9px 11px;
  margin: 38px 0 58px;
  padding: 24px 24px 24px 104px;
  border: 1px solid var(--gold-60);
  background: linear-gradient(90deg,var(--gold),var(--gold-bright),var(--gold-bright-40),var(--gold-bright),var(--gold)) top / 100% 4px no-repeat,#fff;
  box-shadow: 0 18px 48px rgba(6,55,46,.08),inset 0 1px 0 rgba(255,255,255,.9);
  counter-reset: quick-jump;
  overflow: hidden;
}
.page-quick-jumps::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 24px;
  top: 27px;
  width: 58px;
  height: 58px;
  background: url("assets/images/brand-marks/iscn-mark-green-gold.png") center / contain no-repeat;
}
.page-quick-jumps::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -66px;
  bottom: -74px;
  width: 230px;
  aspect-ratio: 1;
  background: url("assets/images/iscn-pattern-lattice-gold.webp") center / contain no-repeat;
  opacity: .055;
  pointer-events: none;
}
.page-quick-jumps > span {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 2px 8px;
  color: var(--gold);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.page-quick-jumps > span::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg,var(--gold-60),transparent); }
.page-quick-jumps a {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid var(--line);
  box-shadow: inset 3px 0 0 var(--gold-60);
  background: rgba(255,255,255,.94);
  color: var(--green-deep);
  font: 400 1rem/1.25 var(--display);
  text-decoration: none;
  transition: color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease;
}
.page-quick-jumps a::before { counter-increment: quick-jump; content: counter(quick-jump,decimal-leading-zero); color: var(--gold); font: 700 .58rem/1 var(--sans); letter-spacing: .08em; }
.page-quick-jumps a:hover,.page-quick-jumps a:focus-visible { color: #fff; border-color: var(--gold-bright); background: var(--green-deep); transform: translateY(-1px); }
.page-quick-jumps a:hover::before,.page-quick-jumps a:focus-visible::before { color: var(--gold-bright-40); }
.page-content--editorial .prose h2[id],
.page-content--editorial .prose [data-jump-label][id],
.people-page h2[id] { scroll-margin-top: 130px; }
.people-page__hero .page-quick-jumps { max-width: 980px; margin-bottom: 0; }

.page-rail { position: sticky; top: 98px; padding: 34px 32px 32px; border-top: 4px solid var(--gold-bright); background: linear-gradient(145deg,#f5f8f6,#fff); box-shadow: 0 22px 55px rgba(6,55,46,.08); }
.page-rail::before { content: ""; position: absolute; right: 18px; top: 17px; width: 54px; height: 54px; background: url("assets/images/brand-marks/iscn-mark-green-gold.png") center / contain no-repeat; opacity: .16; }
.page-rail__label { margin: 0 0 28px; color: var(--gold); font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.page-rail h2 { max-width: 270px; margin-bottom: 18px; font-size: clamp(1.75rem,2.4vw,2.25rem); }
.page-rail > p:not(.page-rail__label) { color: var(--muted); font-size: .91rem; }
.page-rail .iscn-button { width: 100%; margin: 12px 0 18px; }
.page-rail__link { display: flex; justify-content: space-between; gap: 15px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .7rem; font-weight: 700; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; }
.page-rail__link span { color: var(--gold); }
.page-rail__principles { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.page-rail__principles li { padding: 16px 0; border-bottom: 1px solid var(--line); }
.page-rail__principles strong,.page-rail__principles span { display: block; }
.page-rail__principles strong { color: var(--green-deep); font-family: var(--display); font-weight: 400; }
.page-rail__principles span { margin-top: 3px; color: var(--muted); font-size: .82rem; }
.page-rail__boundary { margin-top: 28px; padding: 20px 0 0 20px; border-left: 1px solid var(--gold); }
.page-rail__boundary strong { color: var(--gold); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.page-rail__boundary p { margin: 8px 0 0; color: var(--muted); font-size: .77rem; line-height: 1.6; }

.page-enquiry { position: relative; overflow: hidden; padding: clamp(78px,9vw,120px) 0; background: linear-gradient(112deg,#f6f9f7 0%,#fff 70%); border-top: 1px solid var(--line); }
.page-enquiry::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--gold-metallic); }
.page-enquiry::after { content: ""; position: absolute; right: -70px; bottom: -110px; width: 390px; aspect-ratio: 1; background: url("assets/images/iscn-pattern-lattice-gold.webp") center / contain no-repeat; opacity: .08; }
.page-enquiry__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .8fr; gap: clamp(55px,9vw,125px); align-items: center; }
.page-enquiry h2 { margin-bottom: 0; }
.page-enquiry__grid > div:last-child p { color: var(--muted); }

@media (max-width: 980px) {
  .page-hero__grid { grid-template-columns: minmax(0,1fr) 190px; gap: 45px; }
  .page-content__grid { grid-template-columns: minmax(0,1fr) 300px; gap: 52px; }
  .page-content--editorial .iscn-grid--3 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .page-content--fees .prose .iscn-grid--3 { grid-template-columns: 1fr; }
  .divorce-fee-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 860px) {
  .page-content__grid { grid-template-columns: 1fr; gap: 58px; }
  .page-rail { position: static; }
  .fatwa-tier { grid-template-columns: 1fr auto; gap: 8px 16px; padding: 24px 0; }
  .fatwa-tier__index { grid-column: 1; grid-row: 1; }
  .fatwa-tier__price { grid-column: 2; grid-row: 1; min-width: 0; font-size: 1.75rem; }
  .fatwa-tier > .fatwa-tier__summary { grid-column: 1 / -1; grid-row: 2; }
  .page-content--editorial .prose .fatwa-tier__details { grid-column: 1 / -1; grid-row: 3; }
}

@media (max-width: 760px) {
  .page-hero--editorial { padding: 78px 0 105px; }
  .page-hero--editorial::before { right: -165px; top: -75px; width: 390px; }
  .page-hero__grid,.page-content__grid,.page-enquiry__grid { grid-template-columns: 1fr; }
  .page-hero__grid { gap: 42px; }
  .page-hero__mark { justify-items: start; width: min(100%,280px); text-align: left; }
  .page-hero__mark img { width: 72px; height: 72px; }
  .page-hero__pattern { height: 38px; background-size: auto 34px; }
  .page-content__grid { gap: 58px; }
  .page-rail { position: static; padding: 29px 25px 27px; }
  .page-enquiry__grid { gap: 34px; }
  .page-content--fees .fee-card { grid-template-columns: 1fr; row-gap: 6px; padding: 24px 0; }
  .page-content--fees .fee-card .price { grid-row: auto; }
  .page-content--fees .fee-card h3 { grid-column: 1; font-size: clamp(1.05rem,5.2vw,1.42rem); }
  .page-content--fees .fee-card p { grid-column: 1; margin-top: 4px; }
  .divorce-fee-list { grid-template-columns: 1fr; }
  .page-content--editorial .prose .divorce-fee-card h3,.divorce-fee-card__breakdown { min-height: 0; }
  .divorce-fees__notes { padding: 84px 23px 24px; }
  .divorce-fees__notes::before { left: 23px; top: 22px; }
  .fatwa-tier { grid-template-columns: 1fr auto; gap: 8px 16px; padding: 24px 0; }
  .fatwa-tier__index { grid-column: 1; grid-row: 1; }
  .fatwa-tier__price { grid-column: 2; grid-row: 1; min-width: 0; font-size: 1.75rem; }
  .fatwa-tier > .fatwa-tier__summary { grid-column: 1 / -1; grid-row: 2; }
  .page-content--editorial .prose .fatwa-tier__summary h3 { font-size: clamp(.98rem,4.5vw,1.22rem); }
  .page-content--editorial .prose .fatwa-tier__details { grid-column: 1 / -1; grid-row: 3; display: block; margin-top: 6px; }
  .page-content--editorial .prose .fatwa-tier__details li + li { margin-top: 4px; }
  .page-quick-jumps { grid-template-columns: 1fr; margin: 30px 0 44px; padding: 82px 16px 17px; }
  .page-quick-jumps::before { left: 50%; top: 18px; width: 52px; height: 52px; transform: translateX(-50%); }
  .page-quick-jumps > span { justify-content: center; padding: 0 0 8px; text-align: center; }
  .page-quick-jumps > span::after { display: none; }
  .page-quick-jumps a { width: 100%; padding: 12px 13px; }
  .policy-jump { align-items: stretch; margin-bottom: 38px; padding: 15px 12px; }
  .policy-jump span { flex: 0 0 100%; padding: 4px 8px 7px; }
  .policy-jump a { flex: 1 1 calc(50% - 12px); border: 1px solid var(--line); background: #fff; }
  .policy-section { scroll-margin-top: 122px; grid-template-columns: 36px minmax(0,1fr); gap: 13px; padding: 30px 0; }
}

/* 0.6.33 — preserve editorial title case instead of forcing every word to capitals. */

.iscn-form { max-width: 820px; padding: clamp(25px,4vw,44px); border: 1px solid var(--line); background: var(--paper); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { margin-bottom: 20px; }
.form-field--full { grid-column: 1/-1; }
.form-field label { display: block; margin-bottom: 8px; color: var(--green-deep); font-size: .72rem; font-weight: 700; letter-spacing: .035em; text-transform: none; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 13px 4px; border: 0; border-bottom: 1px solid #9da69f; border-radius: 0; color: var(--ink); background: transparent; font: inherit; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 0; border-color: var(--gold); box-shadow: 0 1px 0 var(--gold); }
.form-field small { display: block; margin-top: 8px; color: var(--muted); }
.form-consent { display: flex; gap: 10px; align-items: flex-start; }
.form-consent input { width: auto; margin-top: 7px; }
.form-honeypot { position: absolute; left: -9999px; }
.form-message { margin-bottom: 24px; padding: 17px 20px; border-left: 2px solid var(--gold); background: var(--paper); }

.site-footer { position: relative; overflow: hidden; color: rgba(255,255,255,.65); background: var(--green-black); }
.site-footer::before { content: ""; position: absolute; right: -90px; top: -80px; width: 460px; aspect-ratio: 1; background: url("assets/images/iscn-pattern-lattice-green.webp") center / contain no-repeat; opacity: .28; mix-blend-mode: screen; pointer-events: none; }
.site-footer > * { position: relative; z-index: 1; }
.footer-main { display: grid; grid-template-columns: 1.35fr .65fr .8fr; gap: clamp(45px,7vw,90px); padding: 80px 0 58px; }
.footer-main h2, .footer-main h3 { color: #fff; }
.footer-main h2 { max-width: 590px; font-size: clamp(2.5rem,4vw,4.3rem); }
.footer-main h3 { padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.2); font: 700 .66rem var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.footer-main ul { margin: 0; padding: 0; list-style: none; }
.footer-main li { padding: 6px 0; }
.footer-main a { color: rgba(255,255,255,.78); text-decoration: none; }
.footer-main a:hover { color: var(--gold-light); }
.footer-note { max-width: 560px; font-size: .84rem; }
.footer-bottom { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.13); font-size: .72rem; letter-spacing: .04em; }
.footer-bottom p { margin: 0; }

@media (max-width: 1050px) {
  .menu-toggle { display: inline-flex; }
  .header-cta { display: none; }
  .primary-nav { position: absolute; inset: 96px 28px auto; display: none; padding: 22px 26px; border: 1px solid var(--line); background: var(--paper-light); box-shadow: 0 22px 50px rgba(7,31,27,.13); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { display: grid; gap: 0; }
  .primary-nav a { display: block; padding: 11px 0; border-bottom: 1px solid var(--line); }
  .primary-nav .sub-menu { position: static; display: grid; width: auto; padding: 0 0 0 18px; border: 0; box-shadow: none; }
  .primary-nav .sub-menu::before { display: none; }
  .editorial-hero__grid, .process-edition__grid { grid-template-columns: 1fr; }
  .service-ledger article { grid-template-columns: 50px minmax(170px,.7fr) 1fr 90px; gap: 18px; }
  .jurisdiction-grid { grid-template-columns: 70px 1fr; }
  .jurisdiction-grid > div:last-child { grid-column: 2; }
  .enquiry-edition__grid { grid-template-columns: .5fr 1fr; }
  .enquiry-edition__grid > div { grid-column: 2; }
}

@media (max-width: 760px) {
  body { font-size: 15.5px; }
  .iscn-container { width: min(calc(100% - 34px), var(--width)); }
  .notice-inner { justify-content: center; }
  .notice-inner p:last-child { display: none; }
  .header-inner { min-height: 78px; }
  .approved-brand img { width: 230px; max-height: 56px; }
  .primary-nav { inset: 78px 17px auto; }
  .editorial-hero { min-height: 680px; padding: 88px 0 96px; background-image: linear-gradient(180deg, rgba(2,31,25,.2) 0%, rgba(2,31,25,.68) 47%, rgba(2,31,25,.94) 100%), url("assets/images/iscn-hero-brand-v1.jpg"); background-position: center, 78% center; }
  .editorial-hero::after { right: -115px; top: 115px; width: 390px; opacity: .13; }
  .editorial-hero h1 { font-size: clamp(2.75rem,13vw,4.2rem); }
  .editorial-hero__copy { padding-top: 185px; }
  .service-edition::before, .process-edition::after { right: -170px; width: 400px; }
  .service-edition::after, .enquiry-edition::after { width: 100%; height: 58px; opacity: .12; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid p, .principles-grid p:last-child { padding: 17px 0; border-right: 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 45px; }
  .service-ledger article { grid-template-columns: 42px 1fr; gap: 10px 16px; min-height: auto; padding: 27px 0; }
  .service-ledger article:hover { padding-inline: 0; background: transparent; }
  .service-ledger article > p, .service-ledger article > a { grid-column: 2; }
  .service-ledger article > a { justify-self: start; margin-top: 5px; }
  .process-edition__grid { gap: 55px; }
  .jurisdiction-grid { grid-template-columns: 1fr; }
  .jurisdiction-mark { display: none; }
  .jurisdiction-grid > div:last-child { grid-column: auto; }
  .enquiry-edition__grid { grid-template-columns: 1fr; align-items: start; }
  .enquiry-edition__grid > div { grid-column: auto; }
  .iscn-grid--3, .iscn-grid--2, .iscn-split, .footer-main, .form-grid { grid-template-columns: 1fr; }
  .iscn-card, .iscn-card:nth-child(3n+1) { border-left: 1px solid var(--line); }
  .form-field--full { grid-column: auto; }
  .footer-main { gap: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* 0.6.26 — protected school-certificate application pilot */
.page-hero--application .page-hero__copy { max-width: 900px; }
.page-content--application .page-content__grid { align-items: start; }
.page-content--application .prose { max-width: none; }
.page-content--application .page-rail { position: sticky; top: 104px; }
.page-rail__price { margin: 8px 0 14px; color: var(--green-deep); font: 400 clamp(2.8rem,4vw,4.3rem)/1 var(--display); }

.application-scope { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 42px 0 70px; border-top: 2px solid var(--gold); border-bottom: 1px solid var(--gold-60); background: #fff; box-shadow: 0 18px 55px rgba(6,55,46,.07); }
.application-scope > div { min-width: 0; padding: 28px clamp(20px,3vw,34px) 30px; border-right: 1px solid var(--gold-60); }
.application-scope > div:last-child { border-right: 0; }
.application-scope span { display: block; margin-bottom: 14px; color: #9b6c18; font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.application-scope strong { display: block; color: var(--green-deep); font: 400 clamp(1.45rem,2.2vw,2.1rem)/1.15 var(--display); }
.application-scope p { margin: 14px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.65; }

.iscn-application-form { position: relative; overflow: hidden; margin-top: 34px; border: 1px solid var(--gold-60); border-top: 4px solid var(--gold); background: #fff; box-shadow: 0 26px 70px rgba(6,55,46,.09); }
.iscn-application-form::after { content: ""; position: absolute; right: -115px; top: 120px; width: 340px; aspect-ratio: 1; background: url("assets/images/iscn-pattern-lattice-gold.webp") center/contain no-repeat; opacity: .035; pointer-events: none; }
.iscn-application-form > * { position: relative; z-index: 1; }
.application-form__status { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 18px clamp(22px,4vw,42px); color: #fff; background: var(--green-deep); }
.application-form__status span { color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.application-form__status p { margin: 0; color: rgba(255,255,255,.82); font-size: .82rem; }
.iscn-application-form fieldset { margin: 0; padding: clamp(34px,5vw,58px) clamp(22px,5vw,58px); border: 0; border-bottom: 1px solid var(--line); }
.iscn-application-form legend { float: left; width: 100%; margin: 0 0 34px; padding: 0; color: var(--green-deep); font: 400 clamp(1.65rem,2.5vw,2.4rem)/1.2 var(--display); }
.iscn-application-form legend + * { clear: both; }
.iscn-application-form legend span { display: inline-block; margin-right: 16px; color: #aa7922; font: 700 .68rem var(--sans); letter-spacing: .13em; vertical-align: middle; }
.application-form__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 4px 30px; }
.iscn-application-form .form-field label { color: var(--green-deep); }
.iscn-application-form .form-field label em { margin-left: 5px; color: #a36d0e; font-size: .58rem; font-style: normal; letter-spacing: .08em; }
.iscn-application-form .form-field label span { color: var(--muted); font-size: .6rem; }
.iscn-application-form .form-field input,
.iscn-application-form .form-field select,
.iscn-application-form .form-field textarea { padding: 13px 12px; border: 1px solid #bbc6c0; background: #fff; }
.iscn-application-form .form-field input:focus,
.iscn-application-form .form-field select:focus,
.iscn-application-form .form-field textarea:focus { outline: 2px solid rgba(206,156,49,.35); outline-offset: 2px; border-color: var(--gold); box-shadow: none; }
.iscn-application-form [hidden] { display: none !important; }
.application-route-notice { padding: 22px 24px; border: 1px solid var(--gold) !important; background: #fbf7ec; }
.application-route-notice strong { display: block; margin-bottom: 8px; color: var(--green-deep); font: 400 1.22rem var(--display); }
.application-route-notice p { margin: 0 0 10px; color: var(--ink); }
.application-route-notice a { color: var(--green-deep); font-weight: 700; }
.iscn-application-form button[disabled] { cursor: not-allowed; opacity: .45; }
.application-form__checks { display: grid; gap: 14px; }
.application-form__checks label { display: grid; grid-template-columns: 22px minmax(0,1fr); gap: 13px; align-items: start; padding: 17px 18px; border: 1px solid var(--line); color: var(--ink); background: #fff; cursor: pointer; }
.application-form__checks label.is-optional { background: #f6f8f6; }
.application-form__checks input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--green-deep); }
.application-form__checks a { color: var(--green-deep); font-weight: 700; }
.application-form__submit { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 30px clamp(22px,5vw,58px); color: #fff; background: var(--green-black); }
.application-form__submit div { display: grid; gap: 5px; }
.application-form__submit strong { color: var(--gold-light); font: 400 1.35rem var(--display); }
.application-form__submit span { color: rgba(255,255,255,.75); font-size: .82rem; }
.application-message { margin: 0 0 34px; padding: clamp(26px,4vw,42px); border: 1px solid var(--gold-60); background: #fff; box-shadow: 0 16px 45px rgba(6,55,46,.08); }
.application-message > span,.application-message > strong { display: block; margin-bottom: 12px; color: #9b6c18; font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.application-message h2 { margin: 0 0 18px; padding: 0 !important; font-size: clamp(1.8rem,3vw,2.7rem) !important; overflow-wrap: anywhere; }
.application-message p:last-child { margin-bottom: 0; }
.application-message--error { border-left: 4px solid #9b2f27; }

@media (max-width: 900px) {
  .page-content--application .page-rail { position: static; }
  .application-scope { grid-template-columns: 1fr; }
  .application-scope > div { border-right: 0; border-bottom: 1px solid var(--gold-60); }
  .application-scope > div:last-child { border-bottom: 0; }
}

@media (max-width: 760px) {
  .application-form__status,.application-form__submit { align-items: flex-start; flex-direction: column; }
  .application-form__grid { grid-template-columns: 1fr; }
  .iscn-application-form .form-field--full { grid-column: 1; }
  .iscn-application-form fieldset { padding-inline: 20px; }
  .application-form__submit .iscn-button { width: 100%; text-align: center; }
}

/* 0.5.0 — familiar live-site structure with the approved ISCN brand */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(11,77,62,.10);
  background: #fff;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  transition: min-height .25s ease, background-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.header-inner { min-height: 82px; transition: min-height .25s ease; }
.approved-brand img { width: min(260px,31vw); max-height: 58px; transition: width .25s ease, max-height .25s ease; }
.site-header.is-scrolled {
  background: rgba(255,255,255,.60);
  -webkit-backdrop-filter: blur(14px) saturate(135%);
  backdrop-filter: blur(14px) saturate(135%);
  box-shadow: 0 8px 26px rgba(6,55,46,.10);
}
.site-header.is-scrolled .header-inner { min-height: 62px; }
.site-header.is-scrolled .approved-brand img { width: min(218px,28vw); max-height: 46px; }
.site-header.is-scrolled .primary-nav .sub-menu { top: calc(100% + 14px); }

.live-style-hero {
  position: relative;
  isolation: isolate;
  min-height: min(760px,calc(100vh - 82px));
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(100px,12vw,170px) 0 clamp(135px,15vw,205px);
  background: var(--green-black) url("assets/images/iscn-hero-brand-v1.jpg") center 42% / cover no-repeat;
}
.live-style-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg,rgba(3,38,31,.91) 0%,rgba(5,55,45,.76) 43%,rgba(5,55,45,.30) 70%,rgba(5,55,45,.12) 100%);
}
.live-style-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.20));
}
.live-style-hero__inner { width: min(calc(100% - 56px),var(--width)); }
.live-style-hero__copy { max-width: 780px; }
.hero-kicker { margin: 0 0 24px; color: var(--gold-bright-40); font-size: .72rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.live-style-hero h1 {
  overflow: visible;
  margin: 0 0 27px;
  padding: 0 0 .10em;
  color: #fff;
  font-size: clamp(3.15rem,5.65vw,5.9rem);
  line-height: 1.12;
  text-shadow: 0 3px 28px rgba(0,0,0,.25);
}
.live-style-hero h1 em { display: inline-block; padding: 0 .02em .12em; color: var(--gold-bright-40); font-style: italic; line-height: 1.12; }
.live-style-hero__copy > p:not(.hero-kicker) { max-width: 660px; color: rgba(255,255,255,.88); font-size: clamp(1.05rem,1.5vw,1.24rem); font-weight: 300; }
.iscn-button { border-radius: 3px; }
.iscn-button--glass { color: #fff; border-color: rgba(255,255,255,.62); background: rgba(255,255,255,.08); }
.iscn-button--glass:hover { color: var(--green-black); background: #fff; border-color: #fff; }
.hero-wave { position: absolute; right: -2%; bottom: -1px; left: -2%; height: clamp(62px,8vw,112px); background: #fff; clip-path: ellipse(57% 58% at 50% 100%); }

.home-about__grid { display: grid; grid-template-columns: 1fr .86fr; gap: clamp(60px,9vw,135px); align-items: start; }
.home-about h2 { max-width: 750px; }
.home-about__copy { padding-top: 44px; }
.home-about__copy .text-link { margin-top: 13px; }

.home-principles { position: relative; overflow: hidden; padding: clamp(110px,13vw,175px) 0; color: rgba(255,255,255,.78); background: var(--green-deep); }
.home-principles::before { content: ""; position: absolute; right: -70px; top: 28px; width: 470px; aspect-ratio: 1; background: url("assets/images/iscn-pattern-lattice-green.webp") center / contain no-repeat; opacity: .22; mix-blend-mode: screen; }
.home-principles > .iscn-container { position: relative; z-index: 2; }
.principles-wave { position: absolute; z-index: 3; right: -2%; left: -2%; height: 62px; background: #fff; }
.principles-wave--top { top: -1px; clip-path: ellipse(57% 58% at 50% 0); }
.principles-wave--bottom { bottom: -1px; clip-path: ellipse(57% 58% at 50% 100%); }
.home-section-title { max-width: 820px; margin: 0 auto 64px; text-align: center; }
.home-section-title .iscn-kicker { justify-content: center; }
.home-section-title .iscn-kicker::before { content: ""; width: 42px; height: 1px; background: currentColor; }
.home-section-title--light h2, .home-section-title--light h3 { color: #fff; }
.home-section-title--light .iscn-kicker { color: var(--gold-bright-40); }
.home-principles__grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.24); }
.home-principles__grid article { padding: 42px clamp(25px,4vw,50px) 16px; border-right: 1px solid rgba(255,255,255,.20); }
.home-principles__grid article:first-child { padding-left: 0; }
.home-principles__grid article:last-child { padding-right: 0; border-right: 0; }
.home-principles__grid article > span { color: var(--gold-bright-60); font: 400 1.3rem var(--display); }
.home-principles__grid h3 { margin-top: 28px; color: #fff; font-size: clamp(1.55rem,2.1vw,2.1rem); }
.home-principles__grid p { margin-bottom: 0; }

.home-services { position: relative; overflow: hidden; }
.home-services::after { content: ""; position: absolute; right: -95px; bottom: 20px; width: 420px; aspect-ratio: 1; background: url("assets/images/iscn-pattern-lattice-gold.webp") center / contain no-repeat; opacity: .045; }
.home-services > .iscn-container { position: relative; z-index: 2; }
.home-section-title > p:last-child { max-width: 670px; margin: 0 auto; color: var(--muted); }
.home-services__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.home-service-card { min-height: 320px; display: flex; flex-direction: column; justify-content: space-between; padding: 36px; border: 1px solid var(--line); background: #fff; box-shadow: 0 15px 42px rgba(11,77,62,.055); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.home-service-card:hover { transform: translateY(-5px); border-color: var(--gold-60); box-shadow: 0 22px 55px rgba(11,77,62,.11); }
.home-service-card p { margin: 0 0 13px; color: var(--gold); font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.home-service-card h3 { margin-bottom: 18px; }
.home-service-card div > span { display: block; color: var(--muted); }
.home-service-card > a { display: flex; justify-content: space-between; margin-top: 28px; padding-top: 16px; border-top: 1px solid var(--line); font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.home-services__all { margin: 48px 0 0; text-align: center; }

.home-process { position: relative; overflow: hidden; padding: clamp(100px,11vw,155px) 0; color: rgba(255,255,255,.78); background: var(--green-black); }
.home-process::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(6,55,46,.98),rgba(6,55,46,.84)),url("assets/images/iscn-hero-brand-v1.jpg") center / cover; opacity: .9; }
.home-process__grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(65px,10vw,145px); align-items: center; }
.home-process h2 { color: #fff; }
.home-process .iscn-kicker { color: var(--gold-bright-40); }
.home-process__steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.28); }
.home-process__steps li { display: grid; grid-template-columns: 55px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.home-process__steps li > span { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--gold-bright-60); border-radius: 50%; color: var(--gold-bright-40); font: 400 1rem var(--display); }
.home-process__steps strong { color: #fff; font: 400 1.42rem var(--display); }
.home-process__steps p { margin: 4px 0 0; }

.home-boundary__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px,9vw,125px); align-items: center; }
.home-boundary h2 em { color: var(--gold); }
.home-enquiry { position: relative; padding: clamp(78px,9vw,120px) 0; color: var(--green-black); background: var(--gold-bright-20); }
.home-enquiry::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--gold-metallic); }
.home-enquiry__grid { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(50px,8vw,110px); align-items: center; }
.home-enquiry h2 { margin: 0; }
.home-enquiry__grid > div:last-child p { font-size: 1.05rem; }

.back-to-top { position: fixed; z-index: 1100; right: 24px; bottom: 24px; width: 48px; height: 48px; display: grid; place-items: center; padding: 0; border: 1px solid var(--gold-bright-60); border-radius: 50%; color: #fff; background: rgba(6,55,46,.92); box-shadow: 0 10px 30px rgba(6,55,46,.22); font: 400 1.3rem/1 var(--sans); opacity: 0; visibility: hidden; transform: translateY(14px); cursor: pointer; transition: opacity .22s ease, transform .22s ease, visibility .22s ease, background .22s ease; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--gold); }
.back-to-top:focus-visible { outline: 3px solid var(--gold-bright-40); outline-offset: 3px; }

@media (max-width: 1050px) {
  .primary-nav { inset: 82px 28px auto; }
  .site-header.is-scrolled .primary-nav { inset: 62px 28px auto; }
  .home-services__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .header-inner { min-height: 70px; }
  .approved-brand img { width: 215px; max-height: 50px; }
  .site-header.is-scrolled .header-inner { min-height: 56px; }
  .site-header.is-scrolled .approved-brand img { width: 190px; max-height: 43px; }
  .primary-nav { inset: 70px 17px auto; }
  .site-header.is-scrolled .primary-nav { inset: 56px 17px auto; }
  .live-style-hero { min-height: 700px; padding: 190px 0 125px; background-position: 74% center; }
  .live-style-hero::before { background: linear-gradient(180deg,rgba(4,39,32,.18),rgba(4,39,32,.72) 45%,rgba(3,34,28,.96) 100%); }
  .live-style-hero h1 { font-size: clamp(2.75rem,12.5vw,4.15rem); line-height: 1.13; }
  .live-style-hero h1 em { padding-bottom: .16em; line-height: 1.13; }
  .hero-wave, .principles-wave { height: 42px; }
  .home-about__grid, .home-process__grid, .home-boundary__grid, .home-enquiry__grid { grid-template-columns: 1fr; gap: 42px; }
  .home-about__copy { padding-top: 0; }
  .home-principles__grid, .home-services__grid { grid-template-columns: 1fr; }
  .home-principles__grid article, .home-principles__grid article:first-child, .home-principles__grid article:last-child { padding: 30px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .home-principles__grid article:last-child { border-bottom: 0; }
  .home-service-card { min-height: 285px; padding: 29px; }
  .home-section-title { margin-bottom: 43px; }
  .back-to-top { right: 16px; bottom: 16px; width: 44px; height: 44px; }
}

/* 0.6.0 — homepage concept previews */
.concept-review-bar { color: var(--green-deep); background: #f4f7f5; border-bottom: 1px solid var(--line); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.concept-review-bar > div { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.concept-review-bar p { margin: 0; }
.concept-review-bar nav { display: flex; gap: 7px; }
.concept-review-bar a { padding: 5px 10px; border: 1px solid transparent; text-decoration: none; }
.concept-review-bar a[aria-current="page"] { color: var(--green-black); border-color: var(--gold-80); background: #fff; }
.preview-primary { display: flex; align-items: center; gap: 28px; }
.preview-primary a { color: var(--ink); font-size: .75rem; font-weight: 700; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; }

.concept-hero { position: relative; isolation: isolate; min-height: min(780px,calc(100vh - 124px)); display: grid; align-items: center; overflow: hidden; padding: clamp(110px,12vw,175px) 0 clamp(145px,15vw,210px); background: var(--green-black) url("assets/images/iscn-hero-brand-v1.jpg") center 42% / cover no-repeat; }
.concept-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(3,34,28,.94) 0%,rgba(5,55,45,.77) 43%,rgba(5,55,45,.30) 72%,rgba(5,55,45,.10) 100%); }
.concept-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.22)); }
.concept-hero__copy { max-width: 800px; }
.concept-hero h1 { overflow: visible; margin: 0 0 28px; padding-bottom: .14em; color: #fff; font-size: clamp(3.15rem,5.7vw,6rem); line-height: 1.12; text-shadow: 0 3px 28px rgba(0,0,0,.24); }
.concept-hero h1 em { display: inline-block; padding: 0 .025em .18em; color: var(--gold-bright-40); font-style: italic; line-height: 1.14; }
.concept-hero .hero-kicker { color: var(--gold-bright-60); }
.concept-hero__intro { max-width: 670px; color: rgba(255,255,255,.86); font-size: clamp(1.04rem,1.45vw,1.23rem); font-weight: 300; }
.concept-text-link { display: inline-flex; align-items: center; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--gold-bright-60); color: #fff; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.concept-text-link:hover { color: var(--gold-bright-40); }
.concept-hero__curve { position: absolute; right: -2%; bottom: -1px; left: -2%; height: clamp(65px,8vw,116px); background: #fff; clip-path: ellipse(57% 58% at 50% 100%); }

.concept-trust { background: #fff; border-bottom: 1px solid var(--line); }
.concept-trust__grid { display: grid; grid-template-columns: repeat(3,1fr); }
.concept-trust article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 32px 34px; border-right: 1px solid var(--line); }
.concept-trust article:first-child { border-left: 1px solid var(--line); }
.concept-trust article > span { color: var(--gold); font: 400 1.08rem var(--display); }
.concept-trust strong { color: var(--green-deep); font: 400 1.2rem var(--display); }
.concept-trust p { margin: 5px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.5; }

.concept-welcome__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px,9vw,130px); align-items: center; }
.concept-welcome__image { position: relative; margin: 0; padding: 0 46px 46px 0; }
.concept-welcome__image::before { content: ""; position: absolute; z-index: -1; right: 0; bottom: 0; width: 62%; height: 62%; background: var(--green-deep); }
.concept-welcome__image::after { content: ""; position: absolute; right: 8px; bottom: 8px; width: 48%; aspect-ratio: 1; background: url("assets/images/iscn-pattern-lattice-green.webp") center / contain no-repeat; opacity: .32; }
.concept-welcome__image img { width: 100%; aspect-ratio: 1; display: block; object-fit: cover; border-radius: 46% 46% 4px 4px; box-shadow: 0 24px 60px rgba(4,48,39,.16); }
.concept-welcome__image figcaption { position: relative; z-index: 2; margin: 18px 0 0; color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.concept-welcome__copy { max-width: 650px; }

.concept-services { position: relative; overflow: hidden; background: #f7f9f8; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.concept-services::after { content: ""; position: absolute; right: -95px; top: 130px; width: 470px; aspect-ratio: 1; background: url("assets/images/iscn-pattern-lattice-gold.webp") center / contain no-repeat; opacity: .055; }
.concept-services > .iscn-container { position: relative; z-index: 2; }
.concept-section-heading,.concept-people__heading { display: grid; grid-template-columns: 1.05fr .72fr; gap: clamp(50px,8vw,110px); align-items: end; margin-bottom: 62px; }
.concept-section-heading h2,.concept-people__heading h2 { margin-bottom: 0; }
.concept-section-heading > p,.concept-people__heading > p { margin-bottom: 9px; color: var(--muted); }
.concept-services__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.concept-service-card { min-height: 420px; display: flex; flex-direction: column; padding: 28px; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 16px 45px rgba(5,55,46,.055); }
.concept-service-card > img { display: none; }
.concept-service-card::before { content: ""; width: 64px; height: 64px; flex: 0 0 auto; margin: 0 0 26px; background: url("assets/images/brand-marks/iscn-mark-green-gold.png") center / contain no-repeat; }
.concept-service-card p { margin: 0 0 10px; color: var(--gold); font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.concept-service-card h3 { min-height: 2.2em; margin-bottom: 14px; font-size: clamp(1.42rem,1.8vw,1.9rem); }
.concept-service-card div > span { display: block; color: var(--muted); font-size: .92rem; line-height: 1.6; }
.concept-service-card > a { display: flex; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); font-size: .68rem; font-weight: 700; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; }
.concept-service-card--wide { grid-column: span 2; display: grid; grid-template-columns: 110px 1fr; grid-template-rows: 1fr auto; column-gap: 28px; min-height: 260px; }
.concept-service-card--wide::before { grid-row: 1 / 3; width: 76px; height: 76px; }
.concept-service-card--wide h3 { min-height: auto; }

.concept-people { position: relative; overflow: hidden; background: #fff; }
.concept-people::before { content: ""; position: absolute; left: -120px; top: 85px; width: 480px; aspect-ratio: 1; background: url("assets/images/iscn-pattern-lattice-gold.webp") center / contain no-repeat; opacity: .04; }
.concept-people > .iscn-container { position: relative; z-index: 2; }
.concept-leader { display: grid; grid-template-columns: .74fr 1.26fr; min-height: 560px; margin-bottom: 64px; background: var(--green-black); box-shadow: 0 26px 70px rgba(5,55,46,.14); }
.concept-leader__portrait { min-height: 560px; overflow: hidden; }
.concept-leader__portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 18%; }
.concept-leader__copy { align-self: center; max-width: 680px; padding: clamp(50px,7vw,94px); color: rgba(255,255,255,.78); }
.concept-leader__copy .iscn-kicker { color: var(--gold-bright-60); }
.concept-leader__copy h3 { margin-bottom: 10px; color: #fff; font-size: clamp(2.3rem,4vw,4.5rem); }
.concept-role { color: var(--gold-bright-40); font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.concept-leader__copy .text-link { color: #fff; }
.concept-scholars { display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; }
.concept-scholar { overflow: hidden; border: 1px solid var(--line); background: #fff; }
.concept-scholar > img { width: 100%; aspect-ratio: .76; display: block; object-fit: cover; object-position: center top; filter: saturate(.82); }
.concept-scholar > div { padding: 22px 20px 25px; }
.concept-scholar p { margin: 0 0 9px; color: var(--gold); font-size: .56rem; font-weight: 700; letter-spacing: .11em; line-height: 1.45; text-transform: uppercase; }
.concept-scholar h3 { margin: 0; font-size: clamp(1.02rem,1.25vw,1.3rem); line-height: 1.35; }
.concept-people__note { margin: 30px 0 0; color: var(--muted); font-size: .82rem; }

.concept-people-teaser { position: relative; overflow: hidden; padding: clamp(72px,8vw,108px) 0; background: #fff; border-top: 1px solid var(--line); }
.concept-people-teaser::after { content: ""; position: absolute; right: -75px; top: -90px; width: 360px; aspect-ratio: 1; background: url("assets/images/iscn-pattern-lattice-gold.webp") center / contain no-repeat; opacity: .05; }
.concept-people-teaser__grid { position: relative; z-index: 2; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px,8vw,110px); align-items: center; }
.concept-people-teaser__portraits { display: flex; align-items: center; padding-left: 18px; }
.concept-people-teaser__portraits img { width: clamp(112px,13vw,168px); aspect-ratio: 1; display: block; margin-left: -18px; object-fit: cover; object-position: center top; border: 7px solid #fff; border-radius: 50%; box-shadow: 0 14px 34px rgba(5,55,46,.14); }
.concept-people-teaser h2 { max-width: 720px; margin-bottom: 18px; font-size: clamp(2.35rem,4.2vw,4.65rem); }
.concept-people-teaser p:not(.iscn-kicker) { max-width: 690px; color: var(--muted); }

.iscn-concept--heritage .concept-people-teaser { color: rgba(255,255,255,.76); background: var(--green-black); border-color: rgba(255,255,255,.12); }
.iscn-concept--heritage .concept-people-teaser::after { background-image: url("assets/images/iscn-pattern-lattice-green.webp"); opacity: .25; }
.iscn-concept--heritage .concept-people-teaser h2 { color: #fff; }
.iscn-concept--heritage .concept-people-teaser .iscn-kicker { color: var(--gold-bright-60); }
.iscn-concept--heritage .concept-people-teaser p:not(.iscn-kicker) { color: rgba(255,255,255,.7); }
.iscn-concept--heritage .concept-people-teaser .text-link { color: #fff; }

.people-page__hero { position: relative; overflow: hidden; padding: clamp(95px,11vw,160px) 0; background: linear-gradient(90deg,#fff 0%,#fff 68%,#f3f6f4 100%); border-bottom: 1px solid var(--line); }
.people-page__hero::after { content: ""; position: absolute; right: -70px; top: -100px; width: 470px; aspect-ratio: 1; background: url("assets/images/iscn-pattern-lattice-gold.webp") center / contain no-repeat; opacity: .08; }
.people-page__hero > div { position: relative; z-index: 2; }
.people-page__hero h1 { max-width: 900px; }
.people-page__section-heading { display: grid; grid-template-columns: 1.06fr .7fr; gap: clamp(50px,8vw,105px); align-items: end; margin: 90px 0 52px; }
.people-page__section-heading h2 { margin-bottom: 0; }
.people-page__section-heading > p { margin-bottom: 8px; color: var(--muted); }
.people-page .concept-leader__copy h2,.people-page .concept-leader__copy h3 { color: #fff; }
.profile-facts { margin: 28px 0 0; }
.profile-facts > div { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.17); }
.profile-facts dt { color: var(--gold-bright-60); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.profile-facts dd { margin: 0; }
.concept-scholars--profiles .concept-scholar span { display: block; margin-top: 13px; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.concept-scholars--profiles { grid-template-columns: repeat(2,1fr); gap: 24px; }
.concept-scholars--profiles .concept-scholar { display: grid; grid-template-columns: minmax(150px,.72fr) 1.28fr; min-height: 330px; box-shadow: 0 18px 48px rgba(6,55,46,.065); }
.concept-scholars--profiles .concept-scholar:last-child { grid-column: 1 / -1; grid-template-columns: minmax(180px,.42fr) 1.58fr; }
.concept-scholars--profiles .concept-scholar > img { height: 100%; aspect-ratio: auto; object-position: center 14%; }
.concept-scholars--profiles .concept-scholar > div { align-self: center; padding: clamp(27px,3.5vw,44px); }
.concept-scholars--profiles .concept-scholar h3 { font-size: clamp(1.35rem,2vw,2rem); }
.concept-scholars--profiles .concept-scholar span { font-size: .9rem; }
.scholar-credentials { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--line); }
.scholar-credentials dt { color: var(--gold); font-size: .61rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.scholar-credentials dd { margin: 7px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.6; }
.people-page__notice { margin-top: 48px; padding: 25px 30px; color: var(--muted); background: #f5f7f6; border-left: 3px solid var(--gold); }
.people-page__notice p { margin: 0; }

.concept-process { position: relative; overflow: hidden; padding: clamp(105px,12vw,165px) 0; color: rgba(255,255,255,.78); background: var(--green-black); }
.concept-process::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,55,46,.97),rgba(5,55,46,.88)),url("assets/images/iscn-hero-brand-v1.jpg") center / cover; opacity: .95; }
.concept-process::after { content: ""; position: absolute; right: -80px; bottom: -100px; width: 520px; aspect-ratio: 1; background: url("assets/images/iscn-pattern-lattice-green.webp") center / contain no-repeat; opacity: .24; }
.concept-process__grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(65px,10vw,140px); align-items: center; }
.concept-process h2 { color: #fff; }
.concept-process .iscn-kicker { color: var(--gold-bright-60); }
.concept-process__steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.concept-process__steps li { display: grid; grid-template-columns: 48px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.concept-process__steps li > span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--gold-bright-60); border-radius: 50%; color: var(--gold-bright-40); font-family: var(--display); }
.concept-process__steps strong { color: #fff; font: 400 1.36rem var(--display); }
.concept-process__steps p { margin: 4px 0 0; }

.concept-boundary__grid,.concept-enquiry__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px,9vw,125px); align-items: center; }
.concept-boundary h2 em { color: var(--gold); }
.concept-enquiry { position: relative; padding: clamp(80px,9vw,120px) 0; background: var(--gold-bright-20); }
.concept-enquiry::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--gold-metallic); }
.concept-enquiry h2 { margin-bottom: 0; }

/* Selected direction — Neo-Classical Council with restrained heritage pattern details */
.iscn-concept--neo-classical .concept-hero__inner::before { content: ""; position: absolute; right: 5vw; top: 13%; width: min(32vw,450px); aspect-ratio: 1; border: 1px solid rgba(236,205,138,.28); transform: rotate(45deg); pointer-events: none; }
.iscn-concept--neo-classical .concept-hero__inner::after { content: ""; position: absolute; right: 7vw; top: 18%; width: min(27vw,385px); aspect-ratio: 1; background: url("assets/images/iscn-pattern-lattice-green.webp") center / contain no-repeat; opacity: .19; pointer-events: none; }
.iscn-concept--neo-classical .concept-hero__copy { position: relative; z-index: 2; }
.iscn-concept--neo-classical .concept-hero__curve { height: clamp(82px,9vw,126px); background: #fff url("assets/images/iscn-pattern-mark-border-gold.webp") center bottom / auto 92px repeat-x; opacity: .32; }
.iscn-concept--neo-classical .concept-trust { position: relative; overflow: hidden; padding-bottom: 78px; }
.iscn-concept--neo-classical .concept-trust::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 78px; background: url("assets/images/iscn-pattern-mark-border-gold.webp") center / auto 70px repeat-x; opacity: .24; pointer-events: none; }
.iscn-concept--neo-classical .concept-trust__grid { position: relative; z-index: 2; }
.iscn-concept--neo-classical .concept-trust article > span { width: 58px; height: 58px; display: grid; place-items: center; margin-top: -8px; color: var(--green-deep); border: 0; background: url("assets/images/iscn-pattern-mark-border-gold.webp") left top / auto 116px no-repeat; }
.iscn-concept--neo-classical .concept-welcome { position: relative; overflow: hidden; }
.iscn-concept--neo-classical .concept-welcome::before { content: ""; position: absolute; right: 5vw; top: 46px; width: 62px; height: 62px; background: url("assets/images/iscn-pattern-mark-border-gold.webp") left top / auto 124px no-repeat; opacity: .32; pointer-events: none; }
.iscn-concept--neo-classical .concept-welcome::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 92px; background: url("assets/images/iscn-pattern-mark-border-gold.webp") center / auto 82px repeat-x; opacity: .23; pointer-events: none; }
.iscn-concept--neo-classical .concept-welcome__grid { position: relative; z-index: 2; }
.iscn-concept--neo-classical .concept-welcome__image { padding: 14px 54px 54px 14px; border: 1px solid var(--gold-40); }
.iscn-concept--neo-classical .concept-welcome__image::after { right: 11px; bottom: 11px; width: 58px; background: url("assets/images/iscn-pattern-mark-border-gold.webp") left top / auto 116px no-repeat; opacity: .32; }
.iscn-concept--neo-classical .concept-services { padding-bottom: calc(clamp(92px,11vw,150px) + 74px); }
.iscn-concept--neo-classical .concept-services::before { content: ""; position: absolute; right: 5vw; top: 58px; width: 62px; height: 62px; background: url("assets/images/iscn-pattern-mark-border-gold.webp") left top / auto 124px no-repeat; opacity: .32; pointer-events: none; }
.iscn-concept--neo-classical .concept-services::after { right: 0; bottom: 0; left: 0; top: auto; width: auto; height: 92px; aspect-ratio: auto; background: url("assets/images/iscn-pattern-mark-border-gold.webp") center / auto 82px repeat-x; opacity: .23; }
.iscn-concept--neo-classical .concept-service-card > img { width: 96px; height: 96px; padding: 10px; border: 1px solid var(--gold-60); border-radius: 50%; background: #fff; }
.iscn-concept--neo-classical .concept-service-card > img[src*="approved"] { width: 112px; height: 112px; padding: 6px; border: 1px solid var(--gold-bright-60); border-radius: 0; object-fit: contain; background: #fff; }
.iscn-concept--neo-classical .concept-people-teaser { padding-bottom: calc(clamp(72px,8vw,108px) + 72px); }
.iscn-concept--neo-classical .concept-people-teaser::before { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 92px; background: url("assets/images/iscn-pattern-mark-border-gold.webp") center / auto 82px repeat-x; opacity: .23; pointer-events: none; }
.iscn-concept--neo-classical .concept-people-teaser::after { right: 5vw; top: 48px; width: 62px; height: 62px; aspect-ratio: auto; background: url("assets/images/iscn-pattern-mark-border-gold.webp") left top / auto 124px no-repeat; opacity: .32; }
.iscn-concept--neo-classical .concept-process { padding-bottom: calc(clamp(105px,12vw,165px) + 78px); }
.iscn-concept--neo-classical .concept-process::after { right: 0; bottom: 0; left: 0; width: auto; height: 98px; aspect-ratio: auto; background: url("assets/images/iscn-pattern-mark-border-gold.webp") center / auto 86px repeat-x; opacity: .34; }
.iscn-concept--neo-classical .concept-boundary { position: relative; overflow: hidden; }
.iscn-concept--neo-classical .concept-boundary { padding-bottom: calc(clamp(92px,11vw,150px) + 74px); }
.iscn-concept--neo-classical .concept-boundary::before { content: ""; position: absolute; left: 5vw; top: 58px; width: 62px; height: 62px; background: url("assets/images/iscn-pattern-mark-border-gold.webp") left top / auto 124px no-repeat; opacity: .32; pointer-events: none; }
.iscn-concept--neo-classical .concept-boundary::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 92px; background: url("assets/images/iscn-pattern-mark-border-gold.webp") center / auto 82px repeat-x; opacity: .23; pointer-events: none; }
.iscn-concept--neo-classical .concept-boundary__grid { position: relative; z-index: 2; }
.iscn-concept--neo-classical .concept-enquiry { overflow: hidden; padding-bottom: calc(clamp(80px,9vw,120px) + 72px); }
.iscn-concept--neo-classical .concept-enquiry::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; width: auto; height: 92px; aspect-ratio: auto; background: url("assets/images/iscn-pattern-mark-border-gold.webp") center / auto 82px repeat-x; opacity: .24; pointer-events: none; }
.iscn-concept--neo-classical .concept-enquiry__grid { position: relative; z-index: 2; }

/* Option 2 — Modern Islamic Heritage */
.iscn-concept--heritage .concept-hero { min-height: min(820px,calc(100vh - 124px)); background-position: center; }
.iscn-concept--heritage .concept-hero::before { background: linear-gradient(90deg,rgba(3,33,27,.94) 0%,rgba(4,48,39,.84) 48%,rgba(4,48,39,.38) 100%); }
.iscn-concept--heritage .concept-hero__inner::before { content: ""; position: absolute; right: 5vw; top: 12%; width: min(34vw,480px); aspect-ratio: 1; border: 1px solid rgba(236,205,138,.42); transform: rotate(45deg); }
.iscn-concept--heritage .concept-hero__inner::after { content: ""; position: absolute; right: 7vw; top: 17%; width: min(29vw,410px); aspect-ratio: 1; background: url("assets/images/iscn-pattern-lattice-green.webp") center / contain no-repeat; opacity: .28; }
.iscn-concept--heritage .concept-hero__copy { position: relative; z-index: 2; padding-left: 38px; border-left: 2px solid var(--gold-bright); }
.iscn-concept--heritage .concept-hero__curve { height: 88px; background: #fff url("assets/images/iscn-pattern-mark-border-gold.webp") center bottom / auto 56px repeat-x; clip-path: none; opacity: .9; }
.iscn-concept--heritage .concept-hero__curve { right: 0; left: 0; }
.iscn-concept--heritage .concept-trust { padding-top: 24px; }
.iscn-concept--heritage .concept-trust article > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--gold-80); }
.iscn-concept--heritage .concept-welcome__image { padding: 18px; border: 1px solid var(--gold-60); }
.iscn-concept--heritage .concept-welcome__image img { border-radius: 0; }
.iscn-concept--heritage .concept-welcome__image::before { inset: -14px; width: auto; height: auto; border: 1px solid var(--gold-40); background: transparent; }
.iscn-concept--heritage .concept-welcome__image::after { right: -42px; bottom: -42px; width: 55%; opacity: .12; }
.iscn-concept--heritage .concept-services { color: rgba(255,255,255,.76); background: var(--green-deep); border-color: rgba(255,255,255,.14); }
.iscn-concept--heritage .concept-services::before { content: ""; position: absolute; inset: 0; background: url("assets/images/iscn-pattern-lattice-green.webp") right -150px top -100px / 640px no-repeat; opacity: .22; }
.iscn-concept--heritage .concept-services h2,.iscn-concept--heritage .concept-services h3 { color: #fff; }
.iscn-concept--heritage .concept-services .iscn-kicker { color: var(--gold-bright-60); }
.iscn-concept--heritage .concept-section-heading > p { color: rgba(255,255,255,.68); }
.iscn-concept--heritage .concept-services__grid { grid-template-columns: repeat(3,1fr); }
.iscn-concept--heritage .concept-service-card { min-height: 450px; border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.055); box-shadow: none; }
.iscn-concept--heritage .concept-service-card::before { width: 68px; height: 68px; background-image: url("assets/images/brand-marks/iscn-mark-white-gold.png"); }
.iscn-concept--heritage .concept-service-card div > span { color: rgba(255,255,255,.68); }
.iscn-concept--heritage .concept-service-card > a { color: #fff; border-color: rgba(255,255,255,.18); }
.iscn-concept--heritage .concept-service-card--wide { grid-column: span 2; }
.iscn-concept--heritage .concept-people { background: linear-gradient(180deg,#fff 0%,#fff 72%,#f5f0e8 100%); }
.iscn-concept--heritage .concept-leader { grid-template-columns: 1fr 1fr; background: #fff; border: 1px solid var(--gold-60); box-shadow: none; }
.iscn-concept--heritage .concept-leader__portrait { margin: 24px; clip-path: polygon(50% 0,91% 9%,100% 50%,91% 91%,50% 100%,9% 91%,0 50%,9% 9%); }
.iscn-concept--heritage .concept-leader__copy { color: var(--muted); }
.iscn-concept--heritage .concept-leader__copy .iscn-kicker,.iscn-concept--heritage .concept-role { color: var(--gold); }
.iscn-concept--heritage .concept-leader__copy h3 { color: var(--green-deep); }
.iscn-concept--heritage .concept-leader__copy .text-link { color: var(--green-deep); }
.iscn-concept--heritage .concept-scholar { border: 0; background: transparent; text-align: center; }
.iscn-concept--heritage .concept-scholar > img { width: 88%; margin: 0 auto; aspect-ratio: 1; border: 8px solid #fff; outline: 1px solid var(--gold-60); border-radius: 50%; box-shadow: 0 14px 32px rgba(5,55,46,.10); }
.iscn-concept--heritage .concept-process::after { right: auto; left: -70px; opacity: .34; }

/* Selected direction — Modern Islamic Heritage with the approved motif system */
.iscn-concept--heritage .concept-hero__curve { height: clamp(82px,9vw,126px); background: #fff url("assets/images/iscn-pattern-mark-border-gold.webp") center bottom / auto 92px repeat-x; opacity: .34; }
.iscn-concept--heritage .concept-trust { position: relative; overflow: hidden; padding-bottom: 78px; }
.iscn-concept--heritage .concept-trust::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 78px; background: url("assets/images/iscn-pattern-mark-border-gold.webp") center / auto 70px repeat-x; opacity: .24; pointer-events: none; }
.iscn-concept--heritage .concept-trust__grid { position: relative; z-index: 2; }
.iscn-concept--heritage .concept-trust article > span { width: 58px; height: 58px; margin-top: -8px; color: var(--green-deep); border: 0; background: url("assets/images/iscn-pattern-mark-border-gold.webp") left top / auto 116px no-repeat; }
.iscn-concept--heritage .concept-welcome { position: relative; overflow: hidden; }
.iscn-concept--heritage .concept-welcome::before { content: ""; position: absolute; right: 5vw; top: 46px; width: 62px; height: 62px; background: url("assets/images/iscn-pattern-mark-border-gold.webp") left top / auto 124px no-repeat; opacity: .34; pointer-events: none; }
.iscn-concept--heritage .concept-welcome::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 92px; background: url("assets/images/iscn-pattern-mark-border-gold.webp") center / auto 82px repeat-x; opacity: .23; pointer-events: none; }
.iscn-concept--heritage .concept-welcome__grid { position: relative; z-index: 2; }
.iscn-concept--heritage .concept-welcome__image::after { right: -29px; bottom: -29px; width: 62px; background: url("assets/images/iscn-pattern-mark-border-gold.webp") left top / auto 124px no-repeat; opacity: .36; }
.iscn-concept--heritage .concept-services { padding-bottom: calc(clamp(92px,11vw,150px) + 74px); }
.iscn-concept--heritage .concept-services::before { content: ""; position: absolute; inset: auto 5vw auto auto; top: 58px; width: 62px; height: 62px; background: url("assets/images/iscn-pattern-mark-border-gold.webp") left top / auto 124px no-repeat; opacity: .38; pointer-events: none; }
.iscn-concept--heritage .concept-services::after { right: 0; bottom: 0; left: 0; top: auto; width: auto; height: 92px; aspect-ratio: auto; background: url("assets/images/iscn-pattern-mark-border-gold.webp") center / auto 82px repeat-x; opacity: .31; }
.iscn-concept--heritage .concept-service-card--wide::before { width: 76px; height: 76px; }
.iscn-concept--heritage .concept-people-teaser { padding-bottom: calc(clamp(72px,8vw,108px) + 72px); }
.iscn-concept--heritage .concept-people-teaser::before { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 92px; background: url("assets/images/iscn-pattern-mark-border-gold.webp") center / auto 82px repeat-x; opacity: .31; pointer-events: none; }
.iscn-concept--heritage .concept-people-teaser::after { right: 5vw; top: 48px; width: 62px; height: 62px; aspect-ratio: auto; background: url("assets/images/iscn-pattern-mark-border-gold.webp") left top / auto 124px no-repeat; opacity: .38; }
.iscn-concept--heritage .concept-process { padding-bottom: calc(clamp(105px,12vw,165px) + 78px); }
.iscn-concept--heritage .concept-process::after { right: 0; bottom: 0; left: 0; width: auto; height: 98px; aspect-ratio: auto; background: url("assets/images/iscn-pattern-mark-border-gold.webp") center / auto 86px repeat-x; opacity: .36; }
.iscn-concept--heritage .concept-boundary { position: relative; overflow: hidden; padding-bottom: calc(clamp(92px,11vw,150px) + 74px); }
.iscn-concept--heritage .concept-boundary::before { content: ""; position: absolute; left: 5vw; top: 58px; width: 62px; height: 62px; background: url("assets/images/iscn-pattern-mark-border-gold.webp") left top / auto 124px no-repeat; opacity: .34; pointer-events: none; }
.iscn-concept--heritage .concept-boundary::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 92px; background: url("assets/images/iscn-pattern-mark-border-gold.webp") center / auto 82px repeat-x; opacity: .23; pointer-events: none; }
.iscn-concept--heritage .concept-boundary__grid { position: relative; z-index: 2; }
.iscn-concept--heritage .concept-enquiry { overflow: hidden; padding-bottom: calc(clamp(80px,9vw,120px) + 72px); }
.iscn-concept--heritage .concept-enquiry::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; width: auto; height: 92px; aspect-ratio: auto; background: url("assets/images/iscn-pattern-mark-border-gold.webp") center / auto 82px repeat-x; opacity: .25; pointer-events: none; }
.iscn-concept--heritage .concept-enquiry__grid { position: relative; z-index: 2; }

@media (max-width: 1050px) {
  .concept-services__grid { grid-template-columns: repeat(2,1fr); }
  .iscn-concept--heritage .concept-services__grid { grid-template-columns: repeat(2,1fr); }
  .concept-scholars { grid-template-columns: repeat(3,1fr); }
  .iscn-concept--heritage .concept-hero__inner::before,.iscn-concept--heritage .concept-hero__inner::after { opacity: .12; }
  .iscn-concept--neo-classical .concept-hero__inner::before,.iscn-concept--neo-classical .concept-hero__inner::after { opacity: .11; }
}

@media (max-width: 760px) {
  .preview-primary { display: none; }
  .concept-review-bar > div { padding-block: 8px; align-items: flex-start; }
  .concept-review-bar p { max-width: 200px; }
  .concept-hero { min-height: 760px; padding: 205px 0 135px; background-position: 74% center; }
  .concept-hero::before { background: linear-gradient(180deg,rgba(4,39,32,.16),rgba(4,39,32,.72) 44%,rgba(3,34,28,.97) 100%); }
  .concept-hero h1 { padding-bottom: .2em; font-size: clamp(2.7rem,12.5vw,4.05rem); line-height: 1.14; }
  .concept-hero h1 em { padding-bottom: .22em; line-height: 1.16; }
  .concept-hero__curve { height: 44px; }
  .concept-trust__grid { grid-template-columns: 1fr; }
  .concept-trust article,.concept-trust article:first-child { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .concept-welcome__grid,.concept-section-heading,.concept-people__heading,.concept-process__grid,.concept-boundary__grid,.concept-enquiry__grid { grid-template-columns: 1fr; gap: 42px; }
  .concept-people-teaser__grid,.people-page__section-heading { grid-template-columns: 1fr; gap: 36px; }
  .concept-people-teaser__portraits { justify-content: center; }
  .concept-welcome__image { padding: 0 24px 24px 0; }
  .iscn-concept--heritage .concept-welcome__image::before { inset: 0; }
  .iscn-concept--heritage .concept-welcome__image::after { right: 0; bottom: 0; }
  .concept-services__grid,.iscn-concept--heritage .concept-services__grid { grid-template-columns: 1fr; }
  .concept-service-card,.iscn-concept--heritage .concept-service-card { min-height: 360px; }
  .concept-service-card--wide,.iscn-concept--heritage .concept-service-card--wide { grid-column: auto; display: flex; }
  .concept-service-card--wide::before { width: 64px; height: 64px; }
  .concept-leader,.iscn-concept--heritage .concept-leader { grid-template-columns: 1fr; }
  .concept-leader__portrait { min-height: 430px; }
  .concept-leader__copy { padding: 42px 30px 52px; }
  .iscn-concept--heritage .concept-leader__portrait { margin: 20px 20px 0; }
  .concept-scholars { grid-template-columns: repeat(2,1fr); }
  .concept-scholar > div { padding: 17px 14px 21px; }
  .concept-scholar h3 { font-size: 1rem; }
  .profile-facts > div { grid-template-columns: 1fr; gap: 5px; }
  .iscn-concept--heritage .concept-hero__copy { padding-left: 18px; }
  .iscn-concept--heritage .concept-hero__inner::before,.iscn-concept--heritage .concept-hero__inner::after { display: none; }
  .iscn-concept--neo-classical .concept-hero__inner::before,.iscn-concept--neo-classical .concept-hero__inner::after { display: none; }
  .iscn-concept--neo-classical .concept-welcome__image { padding: 10px 28px 28px 10px; }
  .iscn-concept--neo-classical .concept-hero__curve { height: 64px; background-size: auto 52px; }
  .iscn-concept--neo-classical .concept-trust { padding-bottom: 52px; }
  .iscn-concept--neo-classical .concept-trust::after,.iscn-concept--neo-classical .concept-welcome::after,.iscn-concept--neo-classical .concept-services::after,.iscn-concept--neo-classical .concept-people-teaser::before,.iscn-concept--neo-classical .concept-boundary::after,.iscn-concept--neo-classical .concept-enquiry::after { height: 58px; background-size: auto 50px; opacity: .2; }
  .iscn-concept--neo-classical .concept-process::after { height: 62px; background-size: auto 54px; }
  .iscn-concept--neo-classical .concept-welcome::before,.iscn-concept--neo-classical .concept-services::before,.iscn-concept--neo-classical .concept-people-teaser::after,.iscn-concept--neo-classical .concept-boundary::before { display: none; }
  .iscn-concept--heritage .concept-hero__curve { height: 64px; background-size: auto 52px; }
  .iscn-concept--heritage .concept-trust { padding-bottom: 52px; }
  .iscn-concept--heritage .concept-trust::after,.iscn-concept--heritage .concept-welcome::after,.iscn-concept--heritage .concept-services::after,.iscn-concept--heritage .concept-people-teaser::before,.iscn-concept--heritage .concept-boundary::after,.iscn-concept--heritage .concept-enquiry::after { height: 58px; background-size: auto 50px; opacity: .23; }
  .iscn-concept--heritage .concept-process::after { height: 62px; background-size: auto 54px; }
  .iscn-concept--heritage .concept-welcome::before,.iscn-concept--heritage .concept-services::before,.iscn-concept--heritage .concept-people-teaser::after,.iscn-concept--heritage .concept-boundary::before { display: none; }
}

@media (max-width: 440px) {
  .concept-scholars { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .concept-scholars--profiles { grid-template-columns: 1fr; }
  .concept-scholars--profiles .concept-scholar,
  .concept-scholars--profiles .concept-scholar:last-child { grid-column: auto; grid-template-columns: 1fr; }
  .concept-scholars--profiles .concept-scholar > img { height: auto; aspect-ratio: .88; }
}

/* 0.6.30 — live-template direction with the approved 2026 branding */
.site-header { background: #fff; backdrop-filter: none; transition: background-color .24s ease, box-shadow .24s ease, backdrop-filter .24s ease; }
.header-inner { min-height: 74px; transition: min-height .24s ease; }
.approved-brand img { width: min(245px,30vw); max-height: 54px; transition: width .24s ease, max-height .24s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.60); backdrop-filter: blur(14px) saturate(135%); box-shadow: 0 8px 24px rgba(6,55,46,.10); }
.site-header.is-scrolled .header-inner { min-height: 56px; }
.site-header.is-scrolled .approved-brand img { width: min(205px,26vw); max-height: 43px; }

.iscn-concept--heritage .concept-hero {
  min-height: min(675px,calc(100vh - 74px));
  align-items: center;
  padding: clamp(82px,9vw,125px) 0 clamp(112px,12vw,165px);
  background-image: url("assets/images/iscn-live-coast-hero.jpg");
  background-position: center 54%;
}
.iscn-concept--heritage .concept-hero::before { background: linear-gradient(90deg,rgba(4,48,39,.94) 0%,rgba(11,77,62,.84) 48%,rgba(11,77,62,.48) 100%); }
.iscn-concept--heritage .concept-hero::after { background: linear-gradient(180deg,rgba(2,35,28,.06),rgba(2,35,28,.25)); }
.iscn-concept--heritage .concept-hero__inner::before,.iscn-concept--heritage .concept-hero__inner::after { display: none; }
.iscn-concept--heritage .concept-hero__copy { max-width: 990px; padding-left: 0; border-left: 0; }
.iscn-concept--heritage .concept-hero h1 { max-width: 920px; margin-bottom: 34px; padding: 0 0 .16em; font-size: clamp(3.3rem,5.45vw,5.6rem); line-height: 1.09; letter-spacing: -.025em; overflow: visible; }
.iscn-concept--heritage .concept-hero h1 em { display: inline-block; padding: 0 .02em .22em; line-height: 1.12; color: var(--gold-bright-40); }
.concept-hero__lower { display: grid; grid-template-columns: minmax(300px,1.05fr) minmax(330px,.95fr); gap: clamp(45px,8vw,110px); align-items: end; max-width: 970px; }
.concept-hero__lower .concept-hero__intro { margin: 0; font-weight: 400; }
.concept-hero__lower .iscn-actions { justify-content: flex-start; margin: 0; }
.iscn-concept--heritage .concept-hero__curve { right: -2%; left: -2%; bottom: -1px; height: clamp(52px,6.5vw,92px); background: #fff; clip-path: ellipse(57% 58% at 50% 100%); opacity: 1; }

.iscn-concept--heritage .concept-trust { padding: 0; background: #fff; }
.iscn-concept--heritage .concept-trust::after { display: none; }
.iscn-concept--heritage .concept-trust article { padding-block: 27px; }
.iscn-concept--heritage .concept-trust article > span { width: 38px; height: 38px; margin-top: 0; border: 1px solid var(--gold-60); background: transparent; }

.iscn-concept--heritage .concept-welcome { background: #fff; }
.iscn-concept--heritage .concept-welcome::before,.iscn-concept--heritage .concept-welcome::after { display: none; }
.iscn-concept--heritage .concept-welcome__image { padding: 14px; border: 1px solid var(--gold-40); }
.iscn-concept--heritage .concept-welcome__image::before { inset: 28px -22px -22px 28px; border: 0; background: #dce9e3; }
.iscn-concept--heritage .concept-welcome__image figcaption { color: var(--green-deep); font-weight: 500; }
.iscn-concept--heritage .concept-welcome__image::after { display: none; }
.iscn-concept--heritage .concept-welcome__image img { border-radius: 0; }

.iscn-concept--heritage .concept-services { padding-bottom: clamp(92px,11vw,150px); color: var(--ink); background: #f6f8f7; border-color: var(--line); }
.iscn-concept--heritage .concept-services::before,.iscn-concept--heritage .concept-services::after { display: none; }
.iscn-concept--heritage .concept-services h2,.iscn-concept--heritage .concept-services h3 { color: var(--green-deep); }
.iscn-concept--heritage .concept-services .iscn-kicker { color: var(--gold); }
.iscn-concept--heritage .concept-section-heading > p { color: var(--muted); }
.iscn-concept--heritage .concept-services__grid { grid-template-columns: repeat(3,1fr); gap: 22px; }
.iscn-concept--heritage .concept-service-card { min-height: 330px; border-color: var(--line); background: #fff; box-shadow: 0 14px 35px rgba(6,55,46,.055); }
.iscn-concept--heritage .concept-service-card::before { width: 48px; height: 48px; background-image: url("assets/images/brand-marks/iscn-mark-green-gold.png"); }
.iscn-concept--heritage .concept-service-card div > span { color: var(--muted); }
.iscn-concept--heritage .concept-service-card > a { color: var(--green-deep); border-color: var(--line); }
.iscn-concept--heritage .concept-service-card--wide { grid-column: auto; }

.iscn-concept--heritage .concept-people-teaser { padding-bottom: clamp(72px,8vw,108px); }
.iscn-concept--heritage .concept-people-teaser::before,.iscn-concept--heritage .concept-people-teaser::after { display: none; }
.iscn-concept--heritage .concept-process { padding-bottom: clamp(105px,12vw,165px); }
.iscn-concept--heritage .concept-process::after { left: auto; right: -60px; width: 460px; height: auto; aspect-ratio: 1; background: url("assets/images/iscn-pattern-lattice-gold.webp") center / contain no-repeat; opacity: .07; }
.iscn-concept--heritage .concept-boundary { padding-bottom: clamp(92px,11vw,150px); }
.iscn-concept--heritage .concept-boundary::before,.iscn-concept--heritage .concept-boundary::after { display: none; }
.iscn-concept--heritage .concept-enquiry { padding-bottom: clamp(80px,9vw,120px); }
.iscn-concept--heritage .concept-enquiry::after { display: none; }

@media (max-width: 1050px) {
  .primary-nav { inset: 74px 28px auto; }
  .site-header.is-scrolled .primary-nav { inset: 56px 28px auto; }
  .iscn-concept--heritage .concept-services__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .header-inner { min-height: 64px; }
  .approved-brand img { width: 205px; max-height: 47px; }
  .site-header.is-scrolled .header-inner { min-height: 52px; }
  .site-header.is-scrolled .approved-brand img { width: 180px; max-height: 39px; }
  .primary-nav { inset: 64px 17px auto; }
  .site-header.is-scrolled .primary-nav { inset: 52px 17px auto; }
  .iscn-concept--heritage .concept-hero { min-height: 700px; padding: 150px 0 115px; background-position: 67% center; }
  .iscn-concept--heritage .concept-hero::before { background: linear-gradient(180deg,rgba(4,48,39,.28),rgba(4,48,39,.82) 44%,rgba(3,38,31,.97) 100%); }
  .iscn-concept--heritage .concept-hero h1 { font-size: clamp(2.65rem,12vw,4rem); line-height: 1.11; }
  .iscn-concept--heritage .concept-hero h1 em { padding-bottom: .25em; line-height: 1.14; }
  .concept-hero__lower { grid-template-columns: 1fr; gap: 26px; }
  .concept-hero__lower .iscn-actions { gap: 18px; }
  .iscn-concept--heritage .concept-hero__curve { height: 42px; background: #fff; }
  .iscn-concept--heritage .concept-trust { padding-bottom: 0; }
  .iscn-concept--heritage .concept-services__grid { grid-template-columns: 1fr; }
  .iscn-concept--heritage .concept-service-card { min-height: 290px; }
}

/* 0.6.31 — restore the approved motif, star, icon and line distribution */
.iscn-concept--heritage .concept-hero__inner::before {
  content: "";
  position: absolute;
  display: block;
  right: 5vw;
  top: 12%;
  width: min(34vw,480px);
  aspect-ratio: 1;
  border: 1px solid rgba(236,205,138,.42);
  transform: rotate(45deg);
  pointer-events: none;
}
.iscn-concept--heritage .concept-hero__inner::after {
  content: "";
  position: absolute;
  display: block;
  right: 7vw;
  top: 17%;
  width: min(29vw,410px);
  aspect-ratio: 1;
  background: url("assets/images/iscn-pattern-lattice-green.webp") center / contain no-repeat;
  opacity: .28;
  pointer-events: none;
}
.iscn-concept--heritage .concept-hero__copy { position: relative; z-index: 2; padding-left: 34px; border-left: 2px solid var(--gold-bright); }
.iscn-concept--heritage .concept-hero__curve {
  background-color: #fff;
  background-image: url("assets/images/iscn-pattern-mark-border-gold.webp");
  background-position: center bottom;
  background-size: auto 68px;
  background-repeat: repeat-x;
}

.iscn-concept--heritage .concept-trust { position: relative; overflow: hidden; padding-bottom: 68px; }
.iscn-concept--heritage .concept-trust::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  height: 68px;
  background: url("assets/images/iscn-pattern-mark-border-gold.webp") center / auto 60px repeat-x;
  opacity: .23;
  pointer-events: none;
}
.iscn-concept--heritage .concept-trust article > span {
  width: 54px;
  height: 54px;
  margin-top: -7px;
  border: 0;
  background: url("assets/images/iscn-pattern-mark-border-gold.webp") left top / auto 108px no-repeat;
}

.iscn-concept--heritage .concept-welcome { position: relative; overflow: hidden; padding-bottom: calc(clamp(90px,11vw,160px) + 68px); }
.iscn-concept--heritage .concept-welcome::before {
  content: "";
  position: absolute;
  display: block;
  right: 5vw;
  top: 46px;
  width: 62px;
  height: 62px;
  background: url("assets/images/iscn-pattern-mark-border-gold.webp") left top / auto 124px no-repeat;
  opacity: .34;
  pointer-events: none;
}
.iscn-concept--heritage .concept-welcome::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  height: 76px;
  background: url("assets/images/iscn-pattern-mark-border-gold.webp") center / auto 68px repeat-x;
  opacity: .22;
  pointer-events: none;
}
.iscn-concept--heritage .concept-welcome__image::after {
  content: "";
  position: absolute;
  display: block;
  right: -20px;
  bottom: -20px;
  width: 58px;
  aspect-ratio: 1;
  background: url("assets/images/iscn-pattern-mark-border-gold.webp") left top / auto 116px no-repeat;
  opacity: .34;
}

.iscn-concept--heritage .concept-services { padding-bottom: calc(clamp(92px,11vw,150px) + 68px); }
.iscn-concept--heritage .concept-services::before {
  content: "";
  position: absolute;
  display: block;
  inset: auto 5vw auto auto;
  top: 58px;
  width: 62px;
  height: 62px;
  background: url("assets/images/iscn-pattern-mark-border-gold.webp") left top / auto 124px no-repeat;
  opacity: .35;
  pointer-events: none;
}
.iscn-concept--heritage .concept-services::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  width: auto;
  height: 76px;
  aspect-ratio: auto;
  background: url("assets/images/iscn-pattern-mark-border-gold.webp") center / auto 68px repeat-x;
  opacity: .26;
  pointer-events: none;
}
.iscn-concept--heritage .concept-service-card::before { width: 64px; height: 64px; }

.iscn-concept--heritage .concept-people-teaser { padding-bottom: calc(clamp(72px,8vw,108px) + 68px); }
.iscn-concept--heritage .concept-people-teaser::before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  height: 76px;
  background: url("assets/images/iscn-pattern-mark-border-gold.webp") center / auto 68px repeat-x;
  opacity: .29;
  pointer-events: none;
}
.iscn-concept--heritage .concept-people-teaser::after {
  content: "";
  position: absolute;
  display: block;
  right: 5vw;
  top: 48px;
  width: 62px;
  height: 62px;
  background: url("assets/images/iscn-pattern-mark-border-gold.webp") left top / auto 124px no-repeat;
  opacity: .36;
  pointer-events: none;
}

.iscn-concept--heritage .concept-process { padding-bottom: calc(clamp(105px,12vw,165px) + 72px); }
.iscn-concept--heritage .concept-process::after {
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 82px;
  aspect-ratio: auto;
  background: url("assets/images/iscn-pattern-mark-border-gold.webp") center / auto 72px repeat-x;
  opacity: .31;
}
.iscn-concept--heritage .concept-boundary { padding-bottom: calc(clamp(92px,11vw,150px) + 68px); }
.iscn-concept--heritage .concept-boundary::before {
  content: "";
  position: absolute;
  display: block;
  left: 5vw;
  top: 58px;
  width: 62px;
  height: 62px;
  background: url("assets/images/iscn-pattern-mark-border-gold.webp") left top / auto 124px no-repeat;
  opacity: .32;
  pointer-events: none;
}
.iscn-concept--heritage .concept-boundary::after,
.iscn-concept--heritage .concept-enquiry::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 76px;
  background: url("assets/images/iscn-pattern-mark-border-gold.webp") center / auto 68px repeat-x;
  opacity: .22;
  pointer-events: none;
}
.iscn-concept--heritage .concept-enquiry { padding-bottom: calc(clamp(80px,9vw,120px) + 68px); }

@media (max-width: 1050px) {
  .iscn-concept--heritage .concept-hero__inner::before,.iscn-concept--heritage .concept-hero__inner::after { opacity: .12; }
}

@media (max-width: 760px) {
  .iscn-concept--heritage .concept-hero__copy { padding-left: 18px; }
  .iscn-concept--heritage .concept-hero__inner::before,.iscn-concept--heritage .concept-hero__inner::after { display: none; }
  .iscn-concept--heritage .concept-hero__curve { background-size: auto 48px; }
  .iscn-concept--heritage .concept-trust { padding-bottom: 50px; }
  .iscn-concept--heritage .concept-trust::after,
  .iscn-concept--heritage .concept-welcome::after,
  .iscn-concept--heritage .concept-services::after,
  .iscn-concept--heritage .concept-people-teaser::before,
  .iscn-concept--heritage .concept-boundary::after,
  .iscn-concept--heritage .concept-enquiry::after { height: 54px; background-size: auto 48px; opacity: .2; }
  .iscn-concept--heritage .concept-process::after { height: 58px; background-size: auto 50px; }
  .iscn-concept--heritage .concept-welcome::before,
  .iscn-concept--heritage .concept-services::before,
  .iscn-concept--heritage .concept-people-teaser::after,
  .iscn-concept--heritage .concept-boundary::before { display: none; }
}

/* 0.6.38 — direct school-certificate journey */
.concept-service-card > a.concept-service-card__secondary {
  margin-top: 0;
  padding-top: 9px;
  border-top: 0;
  color: var(--muted);
  font-size: .6rem;
}
.iscn-concept--heritage .concept-service-card > a.concept-service-card__secondary { color: var(--muted); }

/* 0.6.39 — Services directory organised by visitor journey */
.service-journeys {
  display: grid;
  gap: 54px;
  margin-top: 48px;
}
.service-journey {
  padding-top: 32px;
  border-top: 1px solid var(--gold-60);
}
.service-journey__heading {
  display: grid;
  grid-template-columns: 48px minmax(0, 720px);
  gap: 22px;
  align-items: start;
  margin-bottom: 25px;
}
.service-journey__heading h2 {
  margin-bottom: 8px;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}
.service-journey__heading p {
  margin: 0;
  color: var(--muted);
}
.service-journey__number {
  padding-top: 6px;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
}
.service-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.service-route-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.service-route {
  display: flex;
  min-width: 0;
  min-height: 230px;
  padding: 27px 25px 25px;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.service-route--featured {
  background: linear-gradient(135deg, #fff 0%, #f2f8f5 100%);
  box-shadow: inset 3px 0 0 var(--green);
}
.service-route__label {
  margin-bottom: 14px;
  color: var(--gold);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.service-route h3 {
  margin-bottom: 12px;
  font-size: 1.16rem;
}
.service-route p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: .93rem;
  line-height: 1.58;
}
.service-route .iscn-card-link {
  margin-top: auto;
  line-height: 1.5;
}
.service-journey__note {
  margin: 16px 0 0;
  padding-left: 18px;
  border-left: 2px solid var(--gold-60);
  color: var(--muted);
  font-size: .88rem;
}
@media (max-width: 980px) {
  .service-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .service-journeys { gap: 42px; margin-top: 38px; }
  .service-journey { padding-top: 25px; }
  .service-journey__heading { grid-template-columns: 35px minmax(0, 1fr); gap: 12px; }
  .service-route-grid,
  .service-route-grid--two { grid-template-columns: 1fr; }
  .service-route { min-height: 0; padding: 24px 22px; }
}

/* 0.6.40 — one clear primary action on every individual service page */
.service-next-step {
  position: relative;
  margin-top: 50px;
  padding: 34px 38px 36px;
  overflow: hidden;
  border-top: 3px solid var(--green);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: linear-gradient(135deg, #fff 0%, #f2f8f5 100%);
}
.service-next-step::after {
  position: absolute;
  right: -20px;
  bottom: -24px;
  width: 110px;
  height: 110px;
  background: url("assets/images/iscn-pattern-mark-border-gold.webp") left top / auto 220px no-repeat;
  content: "";
  opacity: .12;
  pointer-events: none;
}
.service-next-step h2 {
  max-width: 720px;
  margin: 8px 0 12px;
  font-size: clamp(1.55rem, 2.8vw, 2.2rem);
}
.service-next-step > p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}
.service-next-step__actions {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 25px;
  flex-wrap: wrap;
}
.service-next-step__secondary {
  color: var(--green);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}
.service-next-step__secondary:hover {
  color: var(--gold);
}
@media (max-width: 620px) {
  .service-next-step {
    margin-top: 38px;
    padding: 28px 23px 30px;
  }
  .service-next-step__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .service-next-step__actions .iscn-button {
    width: 100%;
  }
  .service-next-step__secondary {
    padding: 8px 2px 2px;
    text-align: center;
  }
}

/* 0.6.41 — embedded appointment journey, activated only by verified TidyCal URLs */
.appointment-booking {
  margin-top: 50px;
  padding-top: 34px;
  border-top: 3px solid var(--green);
}
.appointment-booking h2 {
  max-width: 720px;
  margin: 8px 0 12px;
  font-size: clamp(1.55rem, 2.8vw, 2.2rem);
}
.appointment-booking > p {
  max-width: 760px;
  color: var(--muted);
}
.appointment-booking__frame {
  margin-top: 26px;
  min-height: 720px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}
.appointment-booking__frame iframe {
  display: block;
  width: 100%;
  min-height: 720px;
  border: 0;
  background: #fff;
}
.appointment-booking__frame .tidycal-embed {
  width: 100%;
  min-height: 720px;
}
.appointment-booking .appointment-booking__privacy {
  max-width: none;
  margin: 14px 0 0;
  padding-left: 16px;
  border-left: 2px solid var(--gold-60);
  font-size: .84rem;
}
@media (max-width: 620px) {
  .appointment-booking {
    margin-top: 38px;
    padding-top: 28px;
  }
  .appointment-booking__frame,
  .appointment-booking__frame iframe {
    min-height: 780px;
  }
}

/* 0.6.44 — verified TidyCal counselling calendar using TidyCal's supported embed */
/* 0.6.45 — verified TidyCal Ruqyah suitability calendar */

/* 0.6.42 — protected opening applications for managed and appointment-led cases */
.iscn-case-intake-form {
  margin-top: 50px;
}
.iscn-case-intake-form .application-form__status {
  background:
    linear-gradient(rgba(6,55,46,.93), rgba(6,55,46,.93)),
    url("assets/images/iscn-pattern-border-gold.webp") center / auto 58px repeat-x;
}
.iscn-case-intake-form textarea[name="case_summary"] {
  min-height: 160px;
  resize: vertical;
}
.application-route-notice--safety {
  border-left: 3px solid #9b2f27;
  background: #fff8f7;
}
.application-route-notice--safety strong {
  color: #81261f;
}
.iscn-case-intake-form .application-form__submit strong {
  font-size: 1.2rem;
}
@media (max-width: 620px) {
  .iscn-case-intake-form {
    margin-top: 38px;
  }
}
