/* Cinematic dither direction for Al Ihsan Foundation */
:root {
  --forest-950: #071914;
  --forest-900: #0b2e26;
  --forest-800: #123f33;
  --cream: #f5eedf;
  --cream-soft: #ded4c1;
  --gold: #c2a267;
  --gold-light: #e2c98e;
  --serif: Iowan Old Style, Baskerville, "Baskerville Old Face", Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { margin: 0; color: var(--cream); background: var(--cream); font-family: var(--sans); }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg, canvas, img { display: block; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: .75rem;
  left: .75rem;
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: .75rem 1rem;
  color: var(--forest-950);
  background: var(--cream);
  border-radius: .5rem;
  transform: translateY(-160%);
  transition: transform 160ms ease-out;
}
.skip-link:focus { transform: translateY(0); }

.concept-container { width: min(calc(100% - 3rem), var(--container)); margin-inline: auto; }

.announcement {
  position: relative;
  z-index: 50;
  display: grid;
  min-height: 2.65rem;
  place-items: center;
  color: var(--forest-950);
  background: var(--gold-light);
  box-shadow: inset 0 -1px rgb(7 25 20 / .2);
}
.announcement p { margin: 0; padding: .45rem 1rem; font-size: .75rem; font-weight: 600; line-height: 1.35; text-align: center; letter-spacing: .01em; }
.announcement strong { font-size: .7rem; font-weight: 850; letter-spacing: .16em; }

.concept-header {
  position: absolute;
  z-index: 40;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--cream);
  transition-property: background-color, box-shadow;
  transition-duration: 220ms;
  transition-timing-function: cubic-bezier(.2, 0, 0, 1);
}
.concept-header.is-scrolled { position: fixed; top: 0; background: rgb(7 25 20 / .94); box-shadow: 0 1px rgb(255 255 255 / .08); backdrop-filter: blur(14px); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; min-height: 5.5rem; border-bottom: 1px solid rgb(245 238 223 / .18); }
.wordmark { display: inline-flex; align-items: center; gap: .7rem; min-height: 44px; font-family: var(--serif); font-size: 1.08rem; font-weight: 700; text-decoration: none; letter-spacing: -.015em; }
.wordmark-mark { width: 2rem; height: 2rem; fill: none; stroke: var(--gold-light); stroke-width: 1.5; }
.concept-nav { display: flex; align-items: center; gap: clamp(.4rem, 2vw, 1.5rem); }
.concept-nav a { position: relative; display: grid; min-width: 44px; min-height: 44px; place-items: center; padding-inline: .55rem; font-size: .82rem; font-weight: 650; text-decoration: none; }
.concept-nav a::after { position: absolute; right: .55rem; bottom: .4rem; left: .55rem; height: 1px; content: ""; background: var(--gold-light); opacity: 0; transform: scaleX(.25); transition-property: opacity, transform; transition-duration: 150ms; transition-timing-function: cubic-bezier(.2, 0, 0, 1); }
.concept-nav a:hover::after, .concept-nav a:focus-visible::after { opacity: 1; transform: scaleX(1); }
.concept-nav a[aria-current="page"] { color: var(--gold-light); }
.concept-nav a[aria-current="page"]::after { opacity: 1; transform: scaleX(1); }
.menu-toggle { display: none; align-items: center; justify-content: center; gap: .5rem; min-width: 44px; min-height: 44px; padding: 0 .35rem; color: inherit; background: transparent; border: 0; border-radius: .5rem; font: 650 .78rem/1 var(--sans); }
.menu-toggle svg { width: 1.2rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 2; }
.menu-label { display: grid; min-width: 2.5rem; }
.menu-label > span,
.menu-toggle svg path {
  grid-area: 1 / 1;
  transform-origin: center;
  transition-property: opacity, scale, filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(.2, 0, 0, 1);
}
.menu-label-close,
.menu-icon-close,
.menu-toggle[aria-expanded="true"] .menu-label-open,
.menu-toggle[aria-expanded="true"] .menu-icon-open {
  opacity: 0;
  scale: .25;
  filter: blur(4px);
}
.menu-label-open,
.menu-icon-open,
.menu-toggle[aria-expanded="true"] .menu-label-close,
.menu-toggle[aria-expanded="true"] .menu-icon-close {
  opacity: 1;
  scale: 1;
  filter: blur(0);
}
.menu-toggle[aria-expanded="true"] { color: var(--gold-light); background: rgb(245 238 223 / .08); }

.dither-hero {
  position: relative;
  min-height: calc(100svh - 2.65rem);
  overflow: clip;
  isolation: isolate;
  background: var(--forest-950);
}
.hero-fallback, .dither-canvas, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-fallback { z-index: -4; object-fit: cover; object-position: center; background: radial-gradient(circle at 68% 42%, #6f684f 0, #173e33 26%, #071914 70%); }
.dither-canvas { z-index: -3; object-fit: cover; object-position: center; opacity: 0; image-rendering: pixelated; transition: opacity 320ms ease-out; }
.dither-hero.is-ready .dither-canvas { opacity: 1; }
.hero-shade { z-index: -2; pointer-events: none; }

html[data-concept="stone"] .hero-shade {
  background:
    linear-gradient(90deg, rgb(3 14 11 / .88) 0%, rgb(3 14 11 / .62) 42%, rgb(3 14 11 / .08) 72%),
    linear-gradient(0deg, rgb(3 14 11 / .7) 0%, transparent 52%);
}

.hero-content { position: relative; z-index: 2; display: flex; min-height: calc(100svh - 2.65rem); flex-direction: column; align-items: flex-start; justify-content: flex-end; padding-top: 9rem; padding-bottom: clamp(4.5rem, 9vh, 7.5rem); }
.hero-label { margin: 0 0 1.35rem; color: var(--gold-light); font-size: .72rem; font-weight: 800; line-height: 1.4; text-transform: uppercase; letter-spacing: .18em; }
.hero-label span { margin-inline: .35rem; }
.dither-hero h1 { max-width: 850px; margin: 0 0 1.45rem; color: var(--cream); font-family: var(--serif); font-size: clamp(3.75rem, 7.1vw, 7.1rem); font-weight: 400; line-height: .94; letter-spacing: -.055em; text-wrap: balance; text-shadow: 0 2px 30px rgb(0 0 0 / .35); }
.dither-hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-summary { max-width: 620px; margin: 0 0 2rem; color: rgb(245 238 223 / .82); font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.65; text-wrap: pretty; text-shadow: 0 1px 18px rgb(0 0 0 / .5); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.concept-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .85rem 1.2rem; border-radius: .7rem; font-size: .86rem; font-weight: 750; line-height: 1.2; text-decoration: none; transition-property: color, background-color, box-shadow, transform; transition-duration: 150ms; transition-timing-function: cubic-bezier(.2, 0, 0, 1); }
.concept-button-primary { color: var(--forest-950); background: var(--cream); box-shadow: 0 1px 1px rgb(0 0 0 / .14), 0 12px 34px rgb(0 0 0 / .2); }
.concept-button-primary:hover { background: #fffaf0; box-shadow: 0 1px 1px rgb(0 0 0 / .16), 0 16px 40px rgb(0 0 0 / .28); transform: translateY(-2px); }
.concept-button-secondary { color: var(--cream); background: rgb(245 238 223 / .08); box-shadow: inset 0 0 0 1px rgb(245 238 223 / .34); backdrop-filter: blur(8px); }
.concept-button-secondary:hover { background: rgb(245 238 223 / .14); box-shadow: inset 0 0 0 1px rgb(245 238 223 / .5); transform: translateY(-2px); }
.concept-button:active { transform: scale(.96); }
.concept-button-primary:active { background: #ebe2d2; box-shadow: 0 1px 1px rgb(0 0 0 / .18), 0 8px 22px rgb(0 0 0 / .22); }
.concept-button-secondary:active { background: rgb(245 238 223 / .2); box-shadow: inset 0 0 0 1px rgb(245 238 223 / .62); }
.motion-note { position: absolute; z-index: 3; right: max(1.5rem, calc((100% - var(--container)) / 2)); bottom: 2rem; display: flex; align-items: center; gap: .6rem; margin: 0; color: rgb(245 238 223 / .54); font-size: .64rem; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.motion-note span { width: .42rem; height: .42rem; background: var(--gold-light); border-radius: 50%; box-shadow: 0 0 14px rgb(226 201 142 / .65); }

/* Concept B uses a centered, luminous editorial composition. */
html[data-concept="glass"] .hero-shade {
  background:
    linear-gradient(0deg, rgb(5 21 17 / .9) 0%, rgb(5 21 17 / .48) 48%, rgb(5 21 17 / .1) 76%),
    radial-gradient(circle at 50% 35%, transparent 10%, rgb(5 21 17 / .32) 70%);
}
html[data-concept="glass"] .hero-content { align-items: center; justify-content: flex-end; padding-bottom: clamp(4.5rem, 8vh, 6.5rem); text-align: center; }
html[data-concept="glass"] .dither-hero h1 { max-width: 980px; font-size: clamp(3.7rem, 7.4vw, 7.4rem); }
html[data-concept="glass"] .hero-summary { max-width: 690px; }
html[data-concept="glass"] .motion-note { right: 50%; transform: translateX(50%); }

/* Used only to render the optimised no-JavaScript and reduced-motion fallback. */
html.art-only .announcement,
html.art-only .concept-header,
html.art-only .hero-content,
html.art-only .hero-shade,
html.art-only .hero-fallback,
html.art-only .motion-note { display: none; }
html.art-only .dither-hero { min-height: 100svh; }
html.art-only .dither-canvas { opacity: 1; }

:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
main:focus-visible { outline: none; }
main:focus-visible #hero-title { outline: 3px solid var(--gold-light); outline-offset: 8px; border-radius: .18rem; }

/* Calm editorial content system below the cinematic hero. */
.content-section,
.values-section { scroll-margin-top: 5.75rem; }
.content-section {
  position: relative;
  padding-block: clamp(4.7rem, 8.5vw, 7.65rem);
  color: var(--forest-950);
  background: var(--cream);
}
.section-heading h2,
.values-intro h2,
.contact-layout h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.75rem, 5vw, 5rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.section-kicker {
  margin: 0 0 1.25rem;
  color: #7b6439;
  font-size: .69rem;
  font-weight: 850;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.section-heading-wide { display: grid; max-width: 68rem; grid-template-columns: minmax(22rem, .95fr) minmax(18rem, 1.15fr); column-gap: clamp(2rem, 6vw, 6rem); align-items: end; }
.section-heading-wide .section-kicker { grid-column: 1 / -1; }
.section-heading-wide > p:last-child { margin: 0 0 .35rem; color: #445a50; font-size: 1.02rem; line-height: 1.65; }

.about-section { overflow: hidden; border-top: 1px solid rgb(7 25 20 / .09); }
.about-section::before { position: absolute; top: 0; right: 0; left: 0; height: .55rem; content: ""; background: linear-gradient(90deg, var(--gold), var(--cream-soft) 38%, var(--forest-800)); opacity: .68; }
.about-grid { display: grid; grid-template-columns: minmax(15rem, .95fr) minmax(20rem, 1.15fr) minmax(15rem, .8fr); gap: clamp(2rem, 6vw, 6.5rem); align-items: center; }
.about-copy > p { margin: 0; color: #314a40; font-family: var(--serif); font-size: clamp(1.32rem, 2vw, 1.75rem); line-height: 1.55; }
.about-principle { display: grid; grid-template-columns: 2.6rem 1fr; gap: 1rem; align-items: start; margin-top: 2.25rem; padding-top: 1.35rem; border-top: 1px solid rgb(7 25 20 / .15); }
.about-principle span { display: block; width: 2.6rem; height: 1px; margin-top: .66rem; background: var(--gold); }
.about-principle p { margin: 0; color: #52655c; font-size: .86rem; font-weight: 650; line-height: 1.65; }
.about-copy > p.about-identity { margin: 1.6rem 0 0; color: #3d544a; font-family: var(--sans); font-size: 1rem; line-height: 1.7; }
.about-copy > p.about-identity strong { font-weight: 750; }
.about-mission { margin-top: 1.9rem; padding-top: 1.35rem; border-top: 1px solid rgb(7 25 20 / .15); }
.mission-kicker { margin: 0 0 .55rem; color: #7b6439; font-size: .69rem; font-weight: 850; line-height: 1.4; text-transform: uppercase; letter-spacing: .18em; }
.about-mission > p { margin: 0; color: #314a40; font-size: .98rem; line-height: 1.7; text-wrap: pretty; }
.about-mission > p + p { margin-top: 1rem; }
.about-rosette { position: relative; width: 85%; aspect-ratio: 1; justify-self: center; overflow: hidden; background: #e9deca; border-radius: 50%; box-shadow: inset 0 0 0 1px rgb(7 25 20 / .09); }
.about-rosette::before { position: absolute; inset: 12%; content: ""; border: 1px solid rgb(11 46 38 / .15); border-radius: 50%; }
.about-rosette svg { position: absolute; inset: 7%; width: 86%; height: 86%; fill: none; stroke: var(--forest-800); stroke-width: 1.2; opacity: .68; }
.about-rosette span { position: absolute; top: 50%; left: 50%; width: 1.1rem; height: 1.1rem; background: var(--gold); border: .28rem solid #f5ebd9; border-radius: 50%; box-shadow: 0 0 30px rgb(194 162 103 / .7); transform: translate(-50%, -50%); }

.work-section { padding-block: clamp(3.8rem, 6.7vw, 6.1rem); background: #eee5d5; border-top: 1px solid rgb(7 25 20 / .08); }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: clamp(2.4rem, 4.8vw, 4.1rem); }
.work-card { position: relative; min-height: 24rem; padding: clamp(1.4rem, 2.4vw, 2rem); overflow: hidden; background: rgb(250 246 237 / .72); border: 1px solid rgb(7 25 20 / .1); border-radius: 1.35rem; box-shadow: 0 20px 60px rgb(40 52 46 / .06); }
.work-card::after { position: absolute; right: -3rem; bottom: -4rem; width: 11rem; height: 11rem; content: ""; border: 1px solid rgb(194 162 103 / .28); border-radius: 50%; box-shadow: 0 0 0 2rem rgb(194 162 103 / .05), 0 0 0 4rem rgb(194 162 103 / .035); }
.work-symbol { display: grid; width: 5rem; height: 5rem; margin-bottom: 3.4rem; place-items: center; color: var(--forest-800); background: #e3d6bf; border-radius: 50%; }
.work-symbol svg { width: 3.4rem; height: 3.4rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.25; }
.work-index { margin: 0 0 1rem; color: #7d6236; font-size: .7rem; font-weight: 800; letter-spacing: .15em; }
.work-card h3 { position: relative; z-index: 1; min-height: 2.1em; max-width: 17rem; margin: 0 0 1.1rem; font-family: var(--serif); font-size: clamp(1.8rem, 2.6vw, 2.45rem); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
.work-card > p:last-child { position: relative; z-index: 1; margin: 0; color: #465a51; font-size: .92rem; line-height: 1.7; }

.values-section { position: relative; padding-block: clamp(5.5rem, 10vw, 9rem); overflow: hidden; color: var(--cream); background: var(--forest-900); }
.values-pattern { position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(circle, var(--gold-light) 0 1px, transparent 1.25px); background-size: 8px 8px; mask-image: radial-gradient(circle at 14% 45%, black 0, transparent 38%); }
.values-layout { position: relative; display: grid; grid-template-columns: minmax(18rem, 1fr) minmax(22rem, 1.15fr); gap: clamp(3rem, 10vw, 10rem); align-items: center; }
.values-intro .section-kicker { color: var(--gold-light); }
.values-intro > p:last-child { max-width: 34rem; margin: 2rem 0 0; color: rgb(245 238 223 / .7); font-size: 1.05rem; line-height: 1.7; }
.values-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgb(245 238 223 / .2); }
.values-list li { display: grid; min-height: 5.5rem; grid-template-columns: 3rem 1fr; gap: 1rem; align-items: center; border-bottom: 1px solid rgb(245 238 223 / .2); }
.values-list span { color: var(--gold-light); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.values-list strong { font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.55rem); font-weight: 400; letter-spacing: -.025em; }

.contact-section { border-top: 1px solid rgb(7 25 20 / .1); }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 8rem); align-items: end; }
.contact-notice { margin: 0 0 .45rem; padding: 1.25rem 0; color: #3d544a; font-size: 1.05rem; line-height: 1.65; border-top: 1px solid rgb(7 25 20 / .18); border-bottom: 1px solid rgb(7 25 20 / .18); }
.contact-details dl { display: grid; grid-template-columns: minmax(7.75rem, .42fr) 1fr; row-gap: 1.15rem; column-gap: 1.5rem; margin: 0; }
.contact-details dt { color: #7b6439; font-size: .69rem; font-weight: 850; line-height: 1.6; text-transform: uppercase; letter-spacing: .18em; }
.contact-details dd { margin: 0; padding-top: .14rem; font-size: .95rem; line-height: 1.65; text-wrap: pretty; }
.contact-details a { font-weight: 650; }

/* Foundation credentials panel — About page legal identity section. */
.legal-section .section-heading-wide h2 { max-width: 21em; font-size: clamp(2.4rem, 4.1vw, 3.85rem); }
.credentials-panel { position: relative; overflow: hidden; margin-top: clamp(2rem, 4vw, 3.25rem); padding: clamp(1.75rem, 3.5vw, 2.75rem); background: #faf6ec; border: 1px solid rgb(194 162 103 / .38); border-radius: 1.35rem; box-shadow: 0 18px 50px rgb(40 52 46 / .07); }
.credentials-mark { position: absolute; top: -2.4rem; right: -2.4rem; width: 11.5rem; height: 11.5rem; fill: none; stroke: rgb(194 162 103 / .17); stroke-width: 1; pointer-events: none; }
.credentials-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.35rem 2.75rem; margin: 0; }
.credential { padding-top: 1.15rem; border-top: 1px solid rgb(7 25 20 / .12); }
.credential-primary { grid-column: 1 / -1; padding-top: 0; border-top: 0; padding-bottom: 1.35rem; border-bottom: 1px solid rgb(194 162 103 / .34); }
.credential-wide { grid-column: 1 / -1; }
.credential dt { margin-bottom: .4rem; color: #7b6439; font-size: .69rem; font-weight: 850; line-height: 1.4; text-transform: uppercase; letter-spacing: .18em; }
.credential dd { margin: 0; color: var(--forest-950); font-size: 1.02rem; line-height: 1.6; text-wrap: pretty; overflow-wrap: anywhere; }
.credential-primary dd { font-family: var(--serif); font-size: clamp(1.45rem, 2.4vw, 2rem); font-weight: 700; letter-spacing: -.01em; line-height: 1.2; }
.credential .technical { font-variant-numeric: tabular-nums; letter-spacing: .015em; }
.credential-mailto { display: inline-flex; min-height: 44px; align-items: center; color: #7b6439; font-weight: 750; text-decoration: underline; text-decoration-color: rgb(194 162 103 / .55); text-underline-offset: .22em; transition-property: color, text-decoration-color; transition-duration: 150ms; transition-timing-function: cubic-bezier(.2, 0, 0, 1); }
.credential-mailto:hover, .credential-mailto:focus-visible { color: #5e4c2c; text-decoration-color: currentColor; }
.section-heading-wide > p:last-child,
.about-copy > p,
.about-principle p,
.work-card > p:last-child,
.values-intro > p:last-child,
.contact-notice { text-wrap: pretty; }

.site-footer { padding-block: 2.3rem; color: rgb(245 238 223 / .65); background: var(--forest-950); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.footer-wordmark { color: var(--cream); font-size: 1rem; }
.footer-wordmark .wordmark-mark { width: 1.7rem; height: 1.7rem; }
.site-footer p { margin: 0; font-size: .75rem; line-height: 1.5; text-align: right; }
.footer-links { display: flex; flex-wrap: wrap; gap: .25rem 1.5rem; margin: 0; padding: 0; list-style: none; }
.footer-links a { display: inline-flex; min-height: 44px; align-items: center; color: rgb(245 238 223 / .78); font-size: .8rem; font-weight: 650; text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--gold-light); }

/* Inner-page hero band and shared page furniture. */
.page-hero { position: relative; overflow: hidden; color: var(--cream); background: var(--forest-900); }
.page-hero::before { position: absolute; inset: 0; content: ""; opacity: .16; background-image: radial-gradient(circle, var(--gold-light) 0 1px, transparent 1.25px); background-size: 9px 9px; mask-image: radial-gradient(circle at 12% 30%, black 0, transparent 55%); }
.page-hero .concept-container { position: relative; padding-block: clamp(4.5rem, 10vw, 7.5rem); }
.page-kicker { margin: 0 0 1.1rem; color: var(--gold-light); font-size: .69rem; font-weight: 850; line-height: 1.4; text-transform: uppercase; letter-spacing: .18em; }
.page-hero h1 { max-width: 17em; margin: 0; font-family: var(--serif); font-size: clamp(2.6rem, 6vw, 4.4rem); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; text-wrap: balance; }
.page-intro { max-width: 44rem; margin: 1.35rem 0 0; color: rgb(245 238 223 / .78); font-size: 1.02rem; line-height: 1.7; text-wrap: pretty; }

.home-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: clamp(2.4rem, 4.8vw, 4.1rem); }
.home-card { display: flex; flex-direction: column; gap: .65rem; padding: clamp(1.4rem, 2.4vw, 1.9rem); color: var(--forest-950); background: rgb(250 246 237 / .72); border: 1px solid rgb(7 25 20 / .1); border-radius: 1.35rem; box-shadow: 0 20px 60px rgb(40 52 46 / .06); text-decoration: none; transition-property: box-shadow, transform; transition-duration: 150ms; transition-timing-function: cubic-bezier(.2, 0, 0, 1); }
.home-card:hover { box-shadow: 0 26px 70px rgb(40 52 46 / .14); }
.home-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.45rem, 2vw, 1.85rem); font-weight: 400; letter-spacing: -.03em; }
.home-card p { margin: 0; color: #465a51; font-size: .92rem; line-height: 1.65; }
.home-card .card-more { margin-top: auto; padding-top: .9rem; color: #7b6439; font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-cta { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: clamp(2rem, 4vw, 3rem); }

@media (max-width: 760px) {
  .concept-container { width: min(calc(100% - 2rem), var(--container)); }
  .nav-inner { min-height: 4.8rem; }
  .wordmark { max-width: none; font-size: .9rem; line-height: 1.1; white-space: nowrap; }
  .wordmark-mark { width: 1.9rem; height: 1.9rem; }
  .menu-toggle { display: inline-flex; }
  .concept-nav { position: absolute; top: calc(100% - 1px); right: 1rem; left: 1rem; display: grid; padding: .5rem; background: rgb(7 25 20 / .97); border-radius: .9rem; box-shadow: 0 20px 55px rgb(0 0 0 / .32), inset 0 0 0 1px rgb(245 238 223 / .12); opacity: 0; pointer-events: none; transform: translateY(-8px); transition-property: opacity, transform; transition-duration: 160ms; transition-timing-function: cubic-bezier(.2, 0, 0, 1); }
  .concept-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .concept-nav a { justify-content: start; min-height: 48px; padding-inline: 1rem; }
  .concept-nav a::after { display: none; }
  .dither-hero, .hero-content { min-height: 100svh; }
  .hero-content { justify-content: center; padding-top: 8.5rem; padding-bottom: 2.5rem; }
  .dither-hero h1, html[data-concept="glass"] .dither-hero h1 { max-width: 100%; margin-bottom: 1.15rem; font-size: clamp(2.7rem, 13vw, 4rem); line-height: .96; text-wrap: wrap; }
  .dither-hero h1 > span { display: block; }
  .dither-hero h1 em { display: block; }
  .hero-summary { margin-bottom: 1.35rem; font-size: .95rem; line-height: 1.52; }
  .hero-actions { width: 100%; }
  .concept-button { flex: 1 1 10rem; min-height: 50px; }
  .motion-note { display: none; }
  html[data-concept="stone"] .hero-fallback { opacity: .64; }
  html[data-concept="stone"] .dither-hero.is-ready .hero-fallback { opacity: 0; }
  html[data-concept="stone"] .dither-hero.is-ready .dither-canvas { opacity: .64; }
  html[data-concept="stone"] .hero-shade { background: linear-gradient(0deg, rgb(3 14 11 / .96) 0%, rgb(3 14 11 / .72) 48%, rgb(3 14 11 / .18) 78%); }
  html[data-concept="glass"] .hero-content { align-items: flex-start; justify-content: flex-end; text-align: left; }
  .content-section, .values-section { scroll-margin-top: 4.8rem; }
  .section-heading h2, .values-intro h2, .contact-layout h2 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .section-heading-wide { display: block; }
  .section-heading-wide > p:last-child { margin-top: 1.5rem; }
  .about-grid, .values-layout, .contact-layout { grid-template-columns: 1fr; }
  .about-grid { gap: 2.5rem; }
  .about-rosette { width: min(66vw, 16.25rem); margin: .5rem auto 0; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card { min-height: 22rem; }
  .work-symbol { margin-bottom: 2.6rem; }
  .work-card h3 { min-height: 0; }
  .values-layout { gap: 3.5rem; }

  .contact-layout { gap: 2rem; }
  .contact-details dl { grid-template-columns: 1fr; row-gap: .2rem; }
  .contact-details dd { margin-bottom: .9rem; }
  .credentials-panel { padding: 1.6rem 1.35rem; }
  .credentials-grid { grid-template-columns: 1fr; gap: 1.1rem; }
  .credentials-mark { top: auto; bottom: -2.75rem; right: -2.75rem; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .home-links { grid-template-columns: 1fr; }
  .section-cta .concept-button { flex: 1 1 10rem; }
  .site-footer p { max-width: 22rem; text-align: left; }
  .site-footer p a { text-decoration: underline; text-underline-offset: .2em; }
}

@media (max-width: 760px) {
  html.art-only .dither-hero.is-ready .dither-canvas { opacity: 1; }
}

/* Mobile-first fluid hero: one composition that scales continuously into desktop. */
html[data-concept="stone"] .concept-container {
  width: min(calc(100% - clamp(2rem, calc(1rem + 2.5vw), 3rem)), var(--container));
}
html[data-concept="stone"] .announcement { min-height: 3rem; }
html[data-concept="stone"] .announcement p {
  font-size: clamp(.9rem, calc(.86rem + .25vw), 1rem);
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .14em;
}
html[data-concept="stone"] .announcement strong {
  font-size: clamp(.66rem, calc(.64rem + .1vw), .7rem);
}
@media (max-width: 480px) {
  html[data-concept="stone"] .announcement p {
    padding-inline: .5rem;
    font-size: clamp(.72rem, 3vw, .8rem);
    letter-spacing: .08em;
    white-space: nowrap;
  }
}
html[data-concept="stone"] .concept-header { top: 0; }
html[data-concept="stone"] .concept-header.is-scrolled { top: 0; }
html[data-concept="stone"] .nav-inner {
  position: relative;
  min-height: clamp(4.8rem, calc(3.8rem + 2.5vw), 5.5rem);
}
html[data-concept="stone"] .wordmark {
  font-size: clamp(.9rem, calc(.82rem + .35vw), 1.08rem);
}
html[data-concept="stone"] .wordmark-mark {
  width: clamp(1.9rem, calc(1.84rem + .2vw), 2rem);
  height: clamp(1.9rem, calc(1.84rem + .2vw), 2rem);
}
html[data-concept="stone"] .menu-toggle,
html[data-concept="stone"] .concept-nav {
  transition-property: opacity, transform, visibility;
  transition-duration: 160ms;
  transition-timing-function: cubic-bezier(.2, 0, 0, 1);
}
html[data-concept="stone"] .menu-toggle {
  transition-property: color, background-color, opacity, transform, visibility;
  transition-duration: 150ms;
}
html[data-concept="stone"] .dither-hero,
html[data-concept="stone"] .hero-content {
  min-height: 100svh;
}
html[data-concept="stone"] .hero-content {
  justify-content: center;
  padding-top: clamp(5rem, calc(23rem - 21vw), 11.5rem);
  padding-bottom: clamp(2.5rem, 5vh, 4rem);
  transform: translateY(clamp(-1.5rem, calc(.9rem - 3vw), 0rem));
}
html[data-concept="stone"] .dither-hero h1 {
  max-width: min(100%, 850px);
  margin-bottom: clamp(1.15rem, 2vw, 1.45rem);
  font-size: clamp(2.7rem, 13vw, 4rem);
  line-height: .96;
  text-wrap: wrap;
}
html[data-concept="stone"] .dither-hero h1 > span,
html[data-concept="stone"] .dither-hero h1 em {
  display: inline-block;
  white-space: nowrap;
}
html[data-concept="stone"] .hero-summary {
  max-width: 620px;
  margin-bottom: clamp(1.35rem, 2vw, 2rem);
  font-size: clamp(.95rem, calc(.9rem + .1vw), 1.18rem);
  line-height: 1.58;
}
html[data-concept="stone"] .hero-actions {
  width: min(100%, clamp(21rem, calc(78rem - 70vw), 44rem));
}
html[data-concept="stone"] .concept-button { flex: 1 1 auto; white-space: nowrap; }
html[data-concept="stone"] .hero-fallback,
html[data-concept="stone"] .dither-hero.is-ready .hero-fallback,
html[data-concept="stone"] .dither-hero.is-ready .dither-canvas { opacity: 1; }
html[data-concept="stone"] .hero-shade {
  background: none;
}
html[data-concept="stone"] .hero-shade::before,
html[data-concept="stone"] .hero-shade::after {
  position: absolute;
  inset: 0;
  content: "";
  transition: opacity 160ms cubic-bezier(.2, 0, 0, 1);
}
html[data-concept="stone"] .hero-shade::before {
  background: linear-gradient(0deg, rgb(3 14 11 / .96) 0%, rgb(3 14 11 / .72) 48%, rgb(3 14 11 / .18) 78%);
  opacity: 1;
}
html[data-concept="stone"] .hero-shade::after {
  background:
    linear-gradient(90deg, rgb(3 14 11 / .94) 0%, rgb(3 14 11 / .78) 42%, rgb(3 14 11 / .42) 58%, rgb(3 14 11 / .16) 70%, rgb(3 14 11 / .03) 82%),
    linear-gradient(0deg, rgb(3 14 11 / .7) 0%, transparent 52%);
  opacity: 0;
}

@media (min-width: 900px) {
  html[data-concept="stone"] .dither-hero h1 { max-width: min(52vw, 760px); font-size: clamp(4rem, 7.1vw, 7.1rem); }
}

@media (max-width: 760px) {
  html[data-concept="stone"] .concept-nav { visibility: hidden; }
  html[data-concept="stone"] .concept-nav.is-open { visibility: visible; }
  html.no-js[data-concept="stone"] .concept-header { background: rgb(7 25 20 / .9); }
  html.no-js[data-concept="stone"] .nav-inner { min-height: auto; flex-wrap: wrap; padding-block: .45rem; }
  html.no-js[data-concept="stone"] .menu-toggle { display: none; }
  html.no-js[data-concept="stone"] .concept-nav {
    position: static;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: .25rem 0 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  html.no-js[data-concept="stone"] .concept-nav a { justify-content: center; min-width: 0; padding-inline: .2rem; font-size: .72rem; }
}

.values-list p { grid-column: 2; margin: .4rem 0 0; color: rgb(245 238 223 / .74); font-size: .92rem; line-height: 1.65; text-wrap: pretty; }

@media (min-width: 761px) {
  html[data-concept="stone"] .hero-shade::before { opacity: 0; }
  html[data-concept="stone"] .hero-shade::after { opacity: 1; }
  html[data-concept="stone"] .menu-toggle {
    position: absolute;
    right: 0;
    display: inline-flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  html[data-concept="stone"] .concept-nav { opacity: 1; visibility: visible; }
}

html.art-only[data-concept="stone"] .dither-hero { min-height: 100svh; }

@media (max-width: 360px) {
  .wordmark { font-size: .83rem; }
  .wordmark-mark { width: 1.7rem; height: 1.7rem; }
  .concept-button { flex-basis: 100%; }
}

@media (min-width: 761px) and (max-width: 980px) {
  .about-grid { grid-template-columns: 1fr 1fr; }
  .about-rosette { width: min(47vw, 17rem); grid-column: 2; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card { min-height: 22.5rem; }
  .work-card h3 { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .dither-canvas { display: none; }
}

@media print {
  .announcement, .concept-header { position: static; }
  .dither-hero, .hero-content { min-height: auto; }
  .hero-content { padding-block: 4rem; }
  .dither-canvas, .motion-note { display: none; }
}
