/* The Exit Clinic · v1.37
   Walnut & linen. Brand artwork and fonts are supplied by the brand kit.
   Assets are self-hosted. Font licences: ../fonts/OFL.txt. */
@font-face {font-family:'Alegreya Sans';font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/alegreya-sans-medium.woff) format('woff');}
@font-face {font-family:'Source Sans 3';font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/source-sans-3-regular.woff) format('woff');}
@font-face {font-family:'Source Sans 3';font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/source-sans-3-semibold.woff) format('woff');}

:root {
  color-scheme: light;
  --canvas: #F2ECE1;
  --surface: #E7DED0;
  --ink: #38342C;
  --muted: #665D50;
  --primary: #54493D;
  --accent: #7E603C;
  --wash: #E0D4C2;
  --seam: #C8B9A4;
  --panel: #8C8276;
  --panel-ink: #17140F;
  --panel-muted: #17140F;
  --panel-accent: #17140F;
  --heading: 'Alegreya Sans', 'Trebuchet MS', sans-serif;
  --body: 'Source Sans 3', 'Segoe UI', sans-serif;
  --gutter: clamp(24px, 4.5vw, 72px);
  --space-section: clamp(76px, 8vw, 120px);
  --measure: 1280px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: var(--body); font-size: 18px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
::selection { background: var(--seam); color: var(--panel-ink); }
[hidden] { display: none !important; }
a { color: inherit; text-underline-offset: 5px; text-decoration-thickness: 1px; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
button, summary, select { cursor: pointer; }
svg { display: block; max-width: 100%; }
p, h1, h2, h3, h4, figure, ol, dl { margin: 0; }
p + p { margin-top: 1em; }
h1, h2, h3, h4 { font-family: var(--heading); font-weight: 500; line-height: 1.08; text-wrap: balance; }
h1, h2 { letter-spacing: -.027em; }
h2 { font-size: clamp(42px, 4.7vw, 64px); }
h3 { font-size: 31px; letter-spacing: -.015em; }
button { border-radius: 0; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
:target { scroll-margin-top: 112px; }
section:focus, main:focus { outline: none; }
.wrap { width: min(calc(100% - var(--gutter) * 2), var(--measure)); margin-inline: auto; }
.section { padding-block: var(--space-section); }
.skip-link { position: fixed; top: 12px; left: 16px; z-index: 200; padding: 12px 18px; background: var(--primary); color: var(--canvas); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

/* Masthead */
.site-header { position: sticky; top: 0; z-index: 30; background: var(--canvas); border-bottom: 1px solid var(--seam); }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { flex: 0 0 auto; display: block; width: 253px; }
.wordmark { width: 100%; height: auto; aspect-ratio: 1158 / 202; overflow: visible; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 32px); font-size: 16px; line-height: 1.3; }
.main-nav a { position: relative; text-decoration: none; white-space: nowrap; padding-block: 12px; }
.main-nav a:not(.nav-contact)::after { content: ''; position: absolute; bottom: 4px; left: 0; width: 0; height: 1px; background: var(--accent); transition: width .18s ease; }
.main-nav a:not(.nav-contact):hover::after, .main-nav a:not(.nav-contact):focus-visible::after { width: 100%; }
.main-nav .nav-contact { display: flex; align-items: center; gap: 26px; padding: 12px 20px; background: var(--primary); color: var(--canvas); }
.nav-contact:hover { background: var(--ink); }
.nav-contact span { font-size: 20px; }
.menu-toggle { display: none; background: none; border: 0; padding: 12px 0 12px 12px; font-size: 16px; }
.menu-symbol { width: 22px; display: grid; gap: 5px; }
.menu-symbol i { display: block; width: 22px; height: 1px; background: currentColor; transition: transform .2s; }
.menu-toggle[aria-expanded='true'] .menu-symbol i:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded='true'] .menu-symbol i:last-child { transform: translateY(-3px) rotate(-45deg); }

/* Opening: approved mark on fibre paper, against the shared linen surface. */
.hero { padding-top: clamp(48px, 5.5vw, 84px); padding-bottom: clamp(50px, 6vw, 90px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); align-items: center; gap: clamp(40px, 5vw, 76px); }
.eyebrow { display: flex; align-items: center; gap: 13px; color: var(--accent); font-size: 13px; font-weight: 600; letter-spacing: .085em; line-height: 1.4; text-transform: uppercase; }
.short-rule { width: 32px; height: 2px; flex-shrink: 0; background: var(--accent); }
.hero h1 { font-size: clamp(58px, 6.15vw, 88px); line-height: .99; max-width: 16ch; margin-top: 27px; }
.hero h1 span { color: var(--accent); }
.hero-introduction { max-width: 61ch; margin-top: 32px; font-size: 19px; line-height: 1.53; }
.hero-introduction p + p { margin-top: 17px; color: var(--muted); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 30px; margin-top: 31px; }
.button { min-height: 54px; border: 1px solid var(--primary); background: var(--primary); color: var(--canvas); padding: 13px 21px; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 17px; font-weight: 600; line-height: 1.4; text-decoration: none; cursor: pointer; transition: background .18s, border-color .18s; }
.button span { font-size: 23px; font-weight: 400; transition: transform .18s; }
.button:hover { background: var(--ink); border-color: var(--ink); }
.button:hover span { transform: translate(2px, -2px); }
.button:disabled { opacity: .65; cursor: not-allowed; }
.text-link { display: inline-flex; gap: 17px; align-items: center; background: transparent; border: none; border-bottom: 1px solid var(--accent); padding: 7px 0; color: var(--primary); font-size: 17px; font-weight: 600; text-decoration: none; }
.text-link span { font-size: 21px; }
.text-link:hover { color: var(--accent); }
.hero-figure { padding-top: 12px; }
.linen-study { position: relative; isolation: isolate; width: 100%; aspect-ratio: .76; max-height: 608px; background: var(--wash); display: grid; align-items: center; padding: 38px 22px 47px; }
.linen-study::after { content: ''; position: absolute; inset: 17px; border: 1px solid var(--seam); pointer-events: none; }
.paper-sheet { position: relative; width: calc(100% + 10px); margin-left: -19px; aspect-ratio: .96; display: grid; place-items: center; transform: rotate(-3deg); background: var(--canvas); box-shadow: 5px 14px 25px #38342c12; isolation: isolate; }
.paper-sheet::after { content: ''; position: absolute; width: 32%; height: 3px; right: 14px; bottom: -2px; background: var(--canvas); transform: rotate(-.6deg); }
.hero-monogram { width: 60%; height: auto; aspect-ratio: 258 / 263; margin-top: -5%; }
.study-line { position: absolute; width: 1px; background: var(--accent); opacity: .68; right: 17%; z-index: 2; }
.study-line-top { top: -19px; height: 75px; }
.study-line-bottom { bottom: -21px; height: 95px; right: 25%; }
.hero-credentials { margin: 34px 5px 0; font-size: 15px; line-height: 1.55; color: var(--muted); }

/* Shared section rhythm */
.section-kicker { display: flex; align-items: center; gap: 17px; margin-bottom: 45px; font-size: 15px; line-height: 1.3; }
.section-kicker h2, .section-kicker p { font: inherit; font-weight: 600; letter-spacing: .005em; flex-shrink: 0; }
.section-rule { flex: 1; height: 1px; background: var(--seam); margin-left: 10px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); align-items: end; gap: clamp(36px, 7vw, 110px); }
.section-heading > p, .section-heading > div { max-width: 49ch; }

/* Four domains receive equal space and prominence. */
.situations { padding-top: 18px; }
.situations .section-kicker { margin-bottom: 38px; }
.situations-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 37px 70px; }
.situation { display: grid; grid-template-columns: 37px minmax(0, 1fr); gap: 15px; padding-top: 24px; border-top: 1px solid var(--seam); }
.situation-mark { padding-top: 5px; font-size: 12px; font-weight: 600; color: var(--accent); letter-spacing: .04em; }
.situation h3 { font-size: 29px; margin-bottom: 12px; }
.situation p { max-width: 50ch; color: var(--muted); }
.situations-close { display: flex; align-items: center; gap: 17px; margin-top: 38px; font-size: 19px; }
.situations-close span { height: 2px; width: 35px; background: var(--accent); flex: 0 0 auto; }

/* Support: a walnut field, with three deliberate material tones. */
.support { background: var(--primary); color: var(--canvas); position: relative; isolation: isolate; }
.support .section-rule { background: var(--panel); }
.support-heading h2 { max-width: 16ch; }
.support-heading > p { font-size: 20px; max-width: 34ch; padding-bottom: 3px; }
.services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 23px; align-items: start; margin-top: 52px; }
.service { color: var(--ink); background: var(--canvas); padding: 30px clamp(23px, 2.2vw, 34px) 27px; min-width: 0; display: flex; flex-direction: column; min-height: 580px; }
.service-family { background: var(--seam); margin-top: 24px; }
.service-professional { background: var(--panel); color: var(--panel-ink); margin-top: 48px; }
.service-audience { font-size: 14px; line-height: 1.4; min-height: 40px; border-top: 1px solid currentColor; padding-top: 13px; }
.service h3 { font-size: clamp(34px, 3vw, 43px); line-height: 1.02; margin: 27px 0 24px; }
.service-description { font-size: 18px; line-height: 1.5; }
.service-description p + p { margin-top: 17px; }
.service-link { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 16px; font-weight: 600; line-height: 1.3; border-bottom: 1px solid currentColor; padding: 29px 0 10px; text-decoration: none; margin-top: auto; }
.service-link span { font-size: 24px; font-weight: 400; transition: transform .18s; }
.service-link:hover span { transform: translate(3px, -3px); }
.service-link:focus-visible { outline-color: currentColor; }
.support-note { margin: 38px 0 0; max-width: 78ch; font-size: 17px; }
.support-note a:hover { text-decoration-thickness: 2px; }
.support-note a:focus-visible { outline-color: var(--canvas); }

/* Approach: a readable editorial column and a practical counterpart. */
.approach-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.25fr); gap: clamp(54px, 8vw, 128px); align-items: start; }
.approach-introduction h2 { max-width: 12ch; }
.approach-introduction h2 span { color: var(--accent); }
.approach-introduction > p { max-width: 43ch; color: var(--muted); }
.approach-introduction .lead { margin-top: 31px; color: var(--ink); font-size: 21px; line-height: 1.4; }
.approach-steps { list-style: none; padding: 0; }
.approach-steps li { display: grid; grid-template-columns: 37px minmax(0, 1fr); gap: 19px; padding: 29px 0 32px; border-top: 1px solid var(--seam); }
.approach-steps li:first-child { padding-top: 0; border-top: 0; }
.approach-steps li:last-child { padding-bottom: 0; }
.approach-steps h3 { font-size: 31px; margin-bottom: 17px; }
.approach-steps p { color: var(--muted); }
.approach-steps p + p { margin-top: 15px; }
.approach-grounding { margin-top: 60px; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 76px); align-items: center; }
.practical-inset { position: relative; padding: 35px 40px 37px; background: var(--wash); }
.inset-seam { position: absolute; top: -14px; left: 40px; height: 35px; width: 2px; background: var(--accent); }
.practical-inset p:first-of-type { font-family: var(--heading); font-size: 33px; line-height: 1.13; letter-spacing: -.01em; max-width: 29ch; }
.practical-inset p:last-of-type { font-size: 18px; max-width: 58ch; margin-top: 17px; }
.working-agreement { font-size: 19px; line-height: 1.53; }

/* Profiles use honest placeholders, ready for real portraits. */
.team { background: var(--surface); }
.team .section-rule { background: var(--seam); }
.team-heading { align-items: start; }
.team-heading h2 { font-size: clamp(42px, 4.5vw, 61px); max-width: 17ch; }
.team-heading h2 span { color: var(--accent); }
.team-heading > div { color: var(--muted); padding-top: 5px; }
.profiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(38px, 6vw, 88px); margin-top: 50px; }
.portrait-placeholder { position: relative; min-height: 265px; height: clamp(270px, 25vw, 345px); display: grid; place-items: center; background: var(--wash); overflow: hidden; isolation: isolate; }
.portrait-placeholder::after { content: ''; position: absolute; inset: 23px; border: 1px solid var(--seam); pointer-events: none; }
.portrait-isabel { background: var(--seam); }
.portrait-isabel::after { border-color: var(--panel); }
.portrait-initials { font-family: var(--heading); font-weight: 500; font-size: 85px; letter-spacing: -.04em; color: var(--primary); opacity: .65; margin-top: -15px; }
.portrait-caption { position: absolute; left: 37px; bottom: 37px; font-size: 13px; color: var(--primary); }
.profile-copy { padding-top: 24px; }
.profile-heading { margin-bottom: 19px; }
.profile h3 { font-size: 40px; }
.person-role { margin-top: 6px; font-size: 15px; color: var(--primary); font-weight: 600; }
.profile-copy > p { max-width: 58ch; color: var(--muted); }
.profile-copy > p + p { margin-top: 16px; }

/* Contact and preview-only enquiry. */
.contact-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.2fr); gap: clamp(40px, 7vw, 100px); align-items: start; }
.contact h2 { font-size: clamp(48px, 5.5vw, 74px); }
.contact h2 span { color: var(--accent); }
.contact-introduction { margin-top: 27px; max-width: 46ch; font-size: 20px; }
.faqs { margin-top: 38px; }
.faqs details { border-top: 1px solid var(--seam); }
.faqs details:last-child { border-bottom: 1px solid var(--seam); }
.faqs summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; list-style: none; padding: 21px 2px; font-size: 18px; font-weight: 600; line-height: 1.4; }
.faqs summary::-webkit-details-marker { display: none; }
.faqs summary::marker { content: ''; }
.disclosure-icon { position: relative; display: block; width: 14px; height: 14px; flex: 0 0 14px; color: var(--accent); }
.disclosure-icon::before, .disclosure-icon::after { content: ''; position: absolute; background: currentColor; }
.disclosure-icon::before { left: 0; top: 6px; width: 14px; height: 1px; }
.disclosure-icon::after { top: 0; left: 6px; width: 1px; height: 14px; }
details[open] .disclosure-icon::after { display: none; }
.faq-answer { padding: 0 25px 22px 2px; color: var(--muted); }
.enquiry-panel { background: var(--surface); padding: clamp(25px, 3vw, 43px); border-top: 2px solid var(--accent); }
.enquiry-heading { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 16px; }
.enquiry-heading h3 { font-size: 35px; }
.preview-label { padding: 5px 8px; border: 1px solid var(--seam); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); }
.form-introduction { font-size: 17px; color: var(--muted); }
.preview-notice { font-size: 14px; color: var(--primary); margin-top: 13px; padding-bottom: 20px; border-bottom: 1px solid var(--seam); }
#enquiry-form { margin-top: 23px; }
.field-row { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 18px; }
.field { min-width: 0; margin-bottom: 21px; }
.field label { display: block; font-size: 15px; line-height: 1.3; font-weight: 600; margin-bottom: 8px; }
.field label span { font-weight: 400; color: var(--muted); font-size: 13px; padding-left: 4px; white-space: nowrap; }
.field input, .field select, .field textarea { width: 100%; min-width: 0; border: 1px solid var(--panel); border-radius: 0; background: var(--canvas); color: var(--ink); padding: 11px 12px; line-height: 1.45; font-size: 17px; min-height: 48px; }
.field input { appearance: none; }
.field textarea { display: block; resize: vertical; }
.field textarea::placeholder { color: var(--muted); opacity: 1; }
.field select { padding-right: 28px; text-overflow: ellipsis; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline-offset: 2px; }
.form-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; margin-top: 26px; }
.clear-button { background: none; border: 0; padding: 12px 0; text-decoration: underline; text-underline-offset: 4px; color: var(--muted); font-size: 15px; }
.clear-button:hover { color: var(--ink); }
.noscript-notice { margin-top: 20px; font-size: 15px; }
.enquiry-preview { margin-top: 28px; border-top: 1px solid var(--panel); padding-top: 26px; overflow-wrap: anywhere; }
.enquiry-preview h4 { font-size: 30px; }
.preview-status { font-size: 15px; margin-top: 12px; }
.enquiry-preview dl { margin-top: 20px; }
.enquiry-preview dl > div { margin-top: 13px; }
.enquiry-preview dt { font-size: 14px; font-weight: 600; color: var(--muted); }
.enquiry-preview dd { margin: 3px 0 0; white-space: pre-wrap; font-size: 17px; }
.preview-edit { margin-top: 20px; }
.enquiry-panel .text-link:hover { color: var(--ink); }

/* Colophon */
.site-footer { background: var(--primary); color: var(--canvas); padding: 51px 0 25px; }
.footer-main { display: flex; justify-content: space-between; gap: 40px; align-items: center; padding-bottom: 43px; }
.footer-identity .brand { width: 315px; }
.footer-identity > p { margin-top: 17px; font-size: 16px; }
.footer-top { display: flex; align-items: center; gap: 25px; font-size: 16px; padding: 12px 0; text-decoration: none; border-bottom: 1px solid var(--seam); }
.footer-top span { font-size: 22px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px 30px; border-top: 1px solid var(--panel); padding-top: 23px; font-size: 13px; }
.footer-bottom p { margin: 0; }
.footer-bottom strong { font-weight: 600; }
.site-footer a:focus-visible { outline-color: var(--canvas); }

/* Reflow: no content or navigation depends on JavaScript. */
@media (max-width: 1150px) {
  .header-inner { gap: 25px; }
  .brand { width: 228px; }
  .main-nav { gap: 19px; font-size: 15px; }
  .main-nav .nav-contact { padding-inline: 15px; gap: 18px; }
  .hero-grid { grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 43px; }
  .hero h1 { font-size: clamp(57px, 6.1vw, 71px); }
  .hero-introduction { font-size: 18px; }
  .linen-study { aspect-ratio: .7; }
  .hero-credentials { font-size: 14px; }
  .situations-grid { column-gap: 42px; }
  .services { gap: 17px; }
  .service { padding-inline: 24px; min-height: 650px; }
  .service-audience { font-size: 13px; min-height: 47px; }
  .service h3 { font-size: 36px; }
  .service-description { font-size: 17px; }
  .service-link { font-size: 15px; gap: 10px; }
  .approach-grid { gap: 55px; grid-template-columns: minmax(0, .9fr) minmax(0, 1.2fr); }
  .approach-grounding { gap: 36px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 960px) {
  html { scroll-padding-top: 96px; }
  :target { scroll-margin-top: 96px; }
  .header-inner { position: relative; min-height: 84px; flex-wrap: wrap; gap: 0 25px; }
  .brand { width: 235px; }
  .main-nav { width: 100%; justify-content: flex-start; flex-wrap: wrap; gap: 7px 24px; padding-bottom: 18px; }
  .js .menu-toggle { display: flex; align-items: center; gap: 15px; }
  .js .main-nav { display: none; position: absolute; top: calc(100% - 1px); right: calc(-1 * var(--gutter)); left: calc(-1 * var(--gutter)); width: auto; padding: 16px var(--gutter) 25px; background: var(--canvas); border-bottom: 1px solid var(--seam); box-shadow: 0 10px 14px #38342c08; }
  .js .main-nav.is-open { display: grid; grid-template-columns: 1fr; gap: 0; }
  .js .main-nav a { padding: 14px 0; font-size: 18px; border-bottom: 1px solid var(--seam); }
  .js .main-nav a::after { display: none; }
  .js .main-nav .nav-contact { justify-self: start; margin-top: 16px; padding: 13px 22px; border: none; min-width: 160px; }
  .hero { padding-top: 47px; }
  .hero-grid { gap: 32px; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); }
  .hero h1 { font-size: clamp(49px, 6.2vw, 60px); }
  .eyebrow { font-size: 11px; letter-spacing: .06em; gap: 9px; }
  .short-rule { width: 23px; }
  .hero-figure { align-self: start; padding-top: 48px; }
  .hero-introduction { font-size: 18px; margin-top: 24px; }
  .hero-actions { gap: 15px 24px; }
  .linen-study { aspect-ratio: .67; padding-inline: 15px; }
  .paper-sheet { margin-left: -11px; }
  .hero-monogram { width: 65%; }
  .hero-credentials { font-size: 13px; }
  .section-kicker { margin-bottom: 33px; }
  .section-heading { gap: 40px; }
  .support-heading h2 { font-size: 49px; }
  .support-heading > p { font-size: 18px; }
  .services { grid-template-columns: 1fr; gap: 21px; }
  .service { min-height: 0; margin-top: 0; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); column-gap: 38px; padding: 29px 31px; }
  .service-audience { grid-column: 1 / -1; min-height: 0; font-size: 14px; margin-bottom: 22px; }
  .service h3 { margin: 0; font-size: 41px; }
  .service-description { grid-column: 2; grid-row: 2 / 4; font-size: 18px; }
  .service-link { align-self: end; margin: 20px 0 0; grid-column: 1; font-size: 16px; padding-top: 20px; }
  .support-note { margin-top: 30px; }
  .approach-grid { gap: 36px; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
  .approach h2 { font-size: 49px; }
  .approach-introduction .lead { font-size: 20px; }
  .approach-steps li { grid-template-columns: 29px minmax(0, 1fr); gap: 14px; }
  .approach-steps h3 { font-size: 28px; }
  .approach-grounding { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 30px; }
  .practical-inset { padding: 29px; }
  .practical-inset p:first-of-type { font-size: 29px; }
  .inset-seam { left: 29px; }
  .working-agreement { font-size: 18px; }
  .team-heading { grid-template-columns: 1fr; gap: 24px; }
  .team-heading h2 { max-width: 23ch; font-size: 53px; }
  .team-heading > div { max-width: 70ch; }
  .profiles { gap: 35px; }
  .portrait-caption { left: 27px; bottom: 30px; font-size: 12px; }
  .portrait-placeholder::after { inset: 16px; }
  .contact-grid { gap: 32px; grid-template-columns: minmax(0, .92fr) minmax(0, 1fr); }
  .contact h2 { font-size: 53px; }
  .contact-introduction { font-size: 18px; }
  .enquiry-panel { padding: 26px; }
}
@media (max-width: 700px) {
  :root { --gutter: 25px; --space-section: 70px; }
  body { font-size: 18px; }
  .header-inner { min-height: 80px; }
  .brand { width: 214px; }
  .hero { padding-top: 39px; padding-bottom: 55px; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .eyebrow { font-size: 11px; }
  .hero h1 { margin-top: 23px; font-size: clamp(53px, 9.5vw, 68px); max-width: 13.7ch; }
  .desktop-break { display: none; }
  .hero-introduction { margin-top: 26px; max-width: 60ch; font-size: 19px; }
  .hero-actions { margin-top: 26px; }
  .hero-figure { padding: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .82fr); gap: 29px; align-items: end; }
  .linen-study { aspect-ratio: .95; max-height: 340px; padding: 22px 18px; }
  .linen-study::after { inset: 11px; }
  .paper-sheet { width: calc(100% + 7px); margin-left: -10px; }
  .hero-monogram { width: 62%; }
  .hero-credentials { font-size: 14px; margin: 0 0 13px; }
  .study-line-top { height: 43px; top: -11px; }
  .study-line-bottom { height: 53px; bottom: -12px; }
  .section-kicker { gap: 13px; margin-bottom: 31px; }
  .section-rule { margin-left: 0; }
  .situations { padding-top: 18px; }
  .situations .section-kicker { margin-bottom: 29px; }
  .situations-grid { grid-template-columns: 1fr; gap: 27px; }
  .situation { grid-template-columns: 29px minmax(0, 1fr); gap: 13px; padding-top: 23px; }
  .situation h3 { font-size: 29px; }
  .situation-mark { font-size: 11px; }
  .situations-close { font-size: 18px; align-items: flex-start; margin-top: 29px; gap: 13px; }
  .situations-close span { margin-top: 13px; width: 27px; }
  .section-heading { grid-template-columns: 1fr; gap: 23px; }
  .support-heading h2 { font-size: 48px; max-width: 17ch; }
  .support-heading > p { max-width: 48ch; font-size: 19px; }
  .services { margin-top: 32px; gap: 19px; }
  .service { grid-template-columns: 1fr; padding: 27px; }
  .service-audience { grid-column: auto; font-size: 13px; margin-bottom: 22px; }
  .service h3 { font-size: 42px; margin-bottom: 23px; }
  .service-description { grid-column: auto; grid-row: auto; font-size: 18px; }
  .service-link { grid-column: auto; margin-top: 11px; font-size: 16px; }
  .support-note { font-size: 17px; }
  .approach-grid { grid-template-columns: 1fr; gap: 38px; }
  .approach h2 { font-size: 52px; max-width: 15ch; }
  .approach-introduction > p { max-width: 56ch; }
  .approach-introduction .lead { margin-top: 26px; font-size: 22px; }
  .approach-steps li { grid-template-columns: 31px minmax(0, 1fr); gap: 14px; padding: 27px 0; }
  .approach-steps li:first-child { border-top: 1px solid var(--seam); padding-top: 27px; }
  .approach-steps h3 { font-size: 31px; }
  .approach-grounding { grid-template-columns: 1fr; gap: 28px; margin-top: 40px; }
  .practical-inset { padding: 31px 28px; }
  .practical-inset p:first-of-type { font-size: 32px; }
  .working-agreement { max-width: 58ch; }
  .team-heading h2 { font-size: 49px; max-width: 16ch; }
  .team-heading > div { padding-top: 0; }
  .profiles { grid-template-columns: 1fr; gap: 42px; margin-top: 35px; }
  .portrait-placeholder { height: auto; min-height: 0; aspect-ratio: 1.45; max-height: 370px; }
  .portrait-initials { font-size: 90px; }
  .portrait-caption { font-size: 13px; }
  .profile h3 { font-size: 41px; }
  .contact-grid { grid-template-columns: 1fr; gap: 37px; }
  .contact h2 { font-size: 59px; }
  .contact-introduction { margin-top: 22px; font-size: 19px; }
  .faqs { margin-top: 30px; }
  .enquiry-panel { padding: 28px; }
  .field-row { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 17px; }
  .footer-main { gap: 26px; padding-bottom: 33px; flex-wrap: wrap; }
  .footer-identity .brand { width: 281px; }
  .footer-identity > p { font-size: 15px; }
  .footer-top { font-size: 15px; gap: 19px; }
  .footer-bottom { flex-wrap: wrap; font-size: 12px; padding-top: 20px; }
}
@media (max-width: 440px) {
  :root { --gutter: 22px; }
  .brand { width: 205px; }
  .menu-toggle { font-size: 15px; }
  .js .menu-toggle { gap: 10px; }
  .hero h1 { font-size: 54px; }
  .eyebrow { font-size: 10px; gap: 9px; letter-spacing: .055em; }
  .short-rule { width: 19px; }
  .hero-actions { gap: 13px 24px; }
  .hero-actions .button { width: 100%; }
  .hero-figure { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 21px; margin-top: 6px; }
  .linen-study { padding: 17px 10px; }
  .paper-sheet { margin-left: -7px; }
  .hero-credentials { font-size: 12px; line-height: 1.6; margin-bottom: 6px; }
  .support-heading h2 { font-size: 45px; }
  .service { padding: 25px; }
  .service h3 { font-size: 39px; }
  .approach h2 { font-size: 49px; }
  .approach-steps li { grid-template-columns: 27px minmax(0, 1fr); gap: 12px; }
  .approach-steps h3 { font-size: 29px; }
  .practical-inset { padding: 28px 24px; }
  .inset-seam { left: 24px; }
  .practical-inset p:first-of-type { font-size: 29px; }
  .team-heading h2 { font-size: 45px; }
  .contact h2 { font-size: 53px; }
  .enquiry-panel { padding: 24px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .field label { font-size: 15px; }
  .form-actions .button { width: 100%; }
  .portrait-initials { font-size: 78px; }
  .portrait-caption { font-size: 11px; }
}
@media (max-width: 360px) {
  :root { --gutter: 19px; }
  .brand { width: 174px; }
  .header-inner { min-height: 75px; }
  .hero h1 { font-size: 48px; }
  .hero-figure { grid-template-columns: 1fr; gap: 24px; }
  .linen-study { max-width: 260px; }
  .hero-credentials { font-size: 14px; margin: 0; }
  .service { padding: 23px; }
  .service h3 { font-size: 37px; }
  .enquiry-panel { padding: 22px; }
  .preview-label { font-size: 10px; }
  .footer-identity .brand { width: 250px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  html { scroll-behavior: auto; }
  body { font-size: 11pt; }
  .site-header { position: static; }
  .main-nav, .menu-toggle, .hero-actions, .footer-top, .skip-link, .form-actions { display: none !important; }
  .wrap { width: 100%; }
  .section { padding-block: 25pt; }
  .hero { padding-block: 25pt; }
  .hero h1 { font-size: 40pt; }
  h2, .contact h2, .approach h2, .team-heading h2, .support-heading h2 { font-size: 30pt; }
  .hero-figure { max-width: 180pt; }
  .support, .team, .site-footer { background: var(--canvas); color: var(--ink); }
  .service { break-inside: avoid; }
  .services { grid-template-columns: 1fr; }
  .service, .service-family, .service-professional { margin: 0; background: var(--surface); color: var(--ink); min-height: 0; }
  .profile, .practical-inset, .approach-steps li { break-inside: avoid; }
  .footer-identity { display: none; }
  .enquiry-preview { break-inside: avoid; }
  .footer-bottom { font-size: 9pt; }
}



:root {
  --texture-plaster: url("../images/fibre-paper.svg");
  --texture-linen: url("../images/woven-linen.svg");
  --texture-plaster-size: 720px;
  --texture-linen-size: 552px;
}
/* v1.32 materials, matched to the Colour Studies selection:
   Lime plaster background / Woven linen panels / Delicate (0.40).
   Original material artwork is retained; strength is embedded in each SVG.
   Light surfaces multiply; walnut panels use soft-light, as in the study.
   Textures remain beneath the text; colours and all other styling are unchanged. */
body, .site-header, .paper-sheet, .portrait-placeholder {
  background-image: var(--texture-plaster);
  background-size: var(--texture-plaster-size);
  background-repeat: repeat;
  background-blend-mode: multiply;
}
.linen-study, .team, .service, .practical-inset, .enquiry-panel {
  background-image: var(--texture-linen);
  background-size: var(--texture-linen-size);
  background-repeat: repeat;
  background-blend-mode: multiply;
}
.support, .site-footer {
  background-image: var(--texture-linen);
  background-size: var(--texture-linen-size);
  background-repeat: repeat;
  background-blend-mode: soft-light;
}
.linen-study::before, .paper-sheet::before, .support::before, .portrait-placeholder::before {
  content: none;
}
.service-family { background-position: 91px 37px; }
.service-professional { background-position: 183px 69px; }
.practical-inset { background-position: 61px 19px; }
.enquiry-panel { background-position: 127px 43px; }
/* Retain the existing deep reading ink for clear text over materials. */
.hero-introduction p + p, .hero-credentials, .situation p,
.approach-introduction > p, .approach-steps p, .team-heading > div,
.profile-copy > p, .person-role, .faq-answer, .form-introduction,
.preview-notice, .field label span, .field textarea::placeholder,
.preview-label, .clear-button, .enquiry-panel .text-link { color: var(--ink); }
.eyebrow, .situation-mark { color: var(--primary); }
.service-family { color: var(--panel-ink); }
.tec-icon { display: block; flex: 0 0 auto; color: currentColor; }
.service-audience { display: flex; align-items: center; gap: 13px; }
.service-audience .tec-icon { width: 36px; height: 36px; }
.service-audience > span { flex: 1; min-width: 0; }
.approach-steps { margin: 0; }
.step-symbol { display: block; margin-top: 2px; color: var(--accent); }
.step-symbol .tec-icon { width: 34px; height: 34px; }
.service h3, .service-link { overflow-wrap: anywhere; }
.service h3 { text-wrap: balance; }
.field-row { align-items: end; }
.field label { text-wrap: pretty; }
.faq-answer, .service-description, .profile-copy, .approach-steps p { text-wrap: pretty; }
.profile-copy, .contact-copy, .approach-introduction { min-width: 0; }
@media (max-width: 960px) {
  .js .main-nav { background-image: var(--texture-plaster); background-size: var(--texture-plaster-size); background-blend-mode: multiply; }
  .step-symbol .tec-icon { width: 28px; height: 28px; }
}
@media (max-width: 700px) {
  .step-symbol .tec-icon { width: 30px; height: 30px; }
}
@media (max-width: 370px) {
  .header-inner { column-gap: 10px; }
  .brand { width: 180px; }
  .menu-toggle { gap: 9px !important; font-size: 14px; }
  .hero h1 { font-size: 48px; }
  .service { padding-inline: 23px; }
  .service h3 { font-size: 36px; }
}
@media (forced-colors: active) {
  body, .site-header, .paper-sheet, .portrait-placeholder, .linen-study, .team,
  .service, .practical-inset, .enquiry-panel, .support, .site-footer, .js .main-nav {
    background-image: none;
  }
  .tec-icon { color: CanvasText; }
}
@media print {
  body, .site-header, .paper-sheet, .portrait-placeholder, .linen-study, .team,
  .service, .practical-inset, .enquiry-panel, .support, .site-footer { background-image: none; }
}


/* v1.33: relief artwork and footer signature. Approved v1.32 materials retained. */
.hero-art { aspect-ratio: 3 / 4; width: 100%; max-height: 608px; overflow: hidden; background: var(--surface); }
.hero-art img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.footer-main { align-items: center; }
.footer-identity { display: flex; gap: 27px; align-items: center; min-width: 0; }
.footer-identity .brand { width: 88px; min-width: 88px; display: block; }
.footer-monogram { display: block; width: 100%; height: auto; }
.footer-practice { margin: 0; font: 500 27px/1.1 'Alegreya Sans', sans-serif; }
.footer-services { font-size: 15px; margin-top: 8px; color: var(--canvas); }
.footer-location { margin-top: 9px; font-size: 15px; line-height: 1.6; color: var(--seam); }
.footer-location span { white-space: nowrap; }
.footer-location .location-dot { margin: 0 7px; }
.footer-bottom { flex-wrap: wrap; }
.footer-registration { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 24px; }
.footer-abn { color: var(--seam); }
.footer-abn abbr { text-decoration: none; }
@media (max-width: 700px) {
  .hero-art { max-height: none; }
  .footer-identity { gap: 20px; }
  .footer-identity .brand { width: 70px; min-width: 70px; }
  .footer-practice { font-size: 24px; }
  .footer-services, .footer-location { font-size: 14px; }
  .footer-location .location-dot { display: none; }
  .footer-location span:not(.location-dot) { display: block; }
}
@media (max-width: 370px) {
  .footer-identity { gap: 16px; }
  .footer-identity .brand { width: 60px; min-width: 60px; }
  .footer-practice { font-size: 22px; }
}
@media print { .footer-identity { display: none; } .footer-abn { color: var(--ink); } }

/* v1.34 — wide relief, larger native vector artwork, supplied profile portrait.
   v1.32 material files, established palette and monogram remain unchanged. */
.hero-landscape { padding-top: 32px; padding-bottom: clamp(60px, 6vw, 90px); }
.hero-stage { position: relative; isolation: isolate; overflow: hidden; background: var(--canvas); min-height: 510px; display: flex; align-items: center; }
.hero-landscape-art { position: absolute; inset: 0; z-index: -2; }
.hero-landscape-art img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-stage::before { content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, rgba(242,236,225,.58) 0%, rgba(242,236,225,.27) 49%, rgba(242,236,225,0) 79%); }
.hero-landscape .hero-copy { width: 100%; padding: clamp(40px,4.6vw,66px) clamp(32px,4.2vw,60px); }
.hero-landscape .eyebrow { font-size: 12px; letter-spacing: .075em; color: var(--primary); max-width: 75%; }
.hero-landscape h1 { font-size: clamp(74px,7.7vw,116px); line-height: .96; letter-spacing: -.033em; margin-top: 33px; max-width: none; text-wrap: wrap; color: var(--ink); }
.hero-landscape h1 .hero-line { display: block; color: var(--ink); }
.hero-landscape h1 .hero-emphasis { color: var(--primary); }
.hero-detail-grid { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(280px,1fr); gap: clamp(40px,7vw,100px); padding: 32px 4px 0; }
.hero-landscape .hero-introduction { margin: 0; max-width: 63ch; font-size: 19px; line-height: 1.53; }
.hero-landscape .hero-introduction p + p { margin-top: 16px; }
.hero-next { padding-top: 3px; }
.hero-landscape .hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; margin: 0; }
.hero-landscape .hero-actions .button { min-width: 280px; }
.hero-landscape .hero-credentials { margin: 22px 0 0; font-size: 14px; line-height: 1.6; }

/* Equal prominence for each domain. The section number remains the index. */
.situations-grid { gap: 38px 58px; }
.situation { grid-template-columns: 92px minmax(0,1fr); gap: 18px; padding-top: 29px; }
.situation-mark { display: block; padding-top: 0; color: var(--primary); }
.situation-mark .tec-icon { width: 72px; height: 72px; max-width: none; }
.situation h3 { font-size: 30px; line-height: 1.1; margin-bottom: 13px; }
.situation p { max-width: 49ch; }

/* An icon, heading and audience form one entry point above each service. */
.services { align-items: stretch; }
.service { min-height: 0; padding-top: 32px; }
.service-heading { min-width: 0; margin-bottom: 23px; }
.service-heading > .tec-icon { width: 64px; height: 64px; margin-bottom: 23px; color: currentColor; }
.service-heading h3 { margin: 0; font-size: clamp(36px,3vw,43px); line-height: 1.03; overflow-wrap: normal; }
.service-heading .service-audience { display: block; border: 0; padding: 0; min-height: 0; margin: 14px 0 0; font-size: 14px; line-height: 1.4; }
.service-description { margin-bottom: 5px; }

/* Larger visual anchors, with adequate room for the accompanying explanation. */
.approach-grid { grid-template-columns: minmax(0,.88fr) minmax(0,1.32fr); gap: clamp(45px,5vw,76px); }
.approach-steps { --approach-item-inset: 32px; }
.approach-steps li { grid-template-columns: 92px minmax(0,1fr); gap: 20px; padding-top: var(--approach-item-inset); padding-bottom: var(--approach-item-inset); }
.approach-steps li:first-child { padding-top: 0; }
.step-symbol { margin-top: 0; color: var(--primary); }
.step-symbol .tec-icon { width: 72px; height: 72px; max-width: none; }

/* Matching profile frames; crop the photo in CSS without changing the source. */
.profiles .portrait-placeholder, .profile-portrait { width: 100%; height: auto; min-height: 0; aspect-ratio: 5 / 4; }
.profile-portrait { margin: 0; overflow: hidden; position: relative; background: var(--seam); }
.profile-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 8%; }

@media (max-width: 1150px) {
  .hero-stage { min-height: 455px; }
  .hero-landscape .hero-copy { padding: 44px 38px; }
  .hero-landscape h1 { font-size: clamp(68px,7.5vw,86px); }
  .hero-detail-grid { gap: 40px; grid-template-columns: minmax(0,1.4fr) minmax(260px,1fr); }
  .hero-landscape .hero-introduction { font-size: 18px; }
  .hero-landscape .hero-actions .button { min-width: 260px; }
  .situation { grid-template-columns: 80px minmax(0,1fr); gap: 14px; }
  .situations-grid { column-gap: 34px; }
}
@media (max-width: 960px) {
  .hero-stage { min-height: 405px; }
  .hero-landscape .hero-copy { padding: 39px 32px; }
  .hero-landscape h1 { font-size: clamp(59px,7.7vw,74px); margin-top: 29px; }
  .hero-landscape .eyebrow { max-width: 82%; font-size: 11px; }
  .hero-detail-grid { grid-template-columns: 1fr; gap: 27px; }
  .hero-next { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding: 0; }
  .hero-landscape .hero-credentials { margin: 0; font-size: 13px; }
  .situations-grid { grid-template-columns: 1fr; gap: 30px; }
  .situation { grid-template-columns: 92px minmax(0,1fr); gap: 20px; }
  .situation p { max-width: 65ch; }
  .service { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.2fr); gap: 0 36px; padding: 32px; }
  .service-heading { grid-column: 1; grid-row: 1 / 3; margin: 0; }
  .service-heading h3 { font-size: 40px; }
  .service-description { grid-column: 2; grid-row: 1; margin: 0; }
  .service-link { grid-column: 2; grid-row: 2; align-self: end; margin-top: 18px; }
  .approach-grid { grid-template-columns: 1fr; gap: 39px; }
  .approach-steps li:first-child { padding-top: var(--approach-item-inset); border-top: 1px solid var(--seam); }
  .approach-introduction h2 { max-width: 22ch; }
  .approach-introduction > p { max-width: 62ch; }
}
@media (max-width: 700px) {
  .hero-landscape { padding-top: 20px; padding-bottom: 55px; }
  .hero-stage { min-height: 0; align-items: start; }
  .hero-landscape-art img { object-position: 71% center; }
  .hero-stage::before { background: linear-gradient(105deg, rgba(242,236,225,.96) 0%, rgba(242,236,225,.94) 57%, rgba(242,236,225,.76) 78%, rgba(242,236,225,.45) 100%); }
  .hero-landscape .hero-copy { padding: 32px 26px 41px; }
  .hero-landscape .eyebrow { max-width: 28ch; font-size: 10px; align-items: flex-start; gap: 9px; }
  .hero-landscape .short-rule { margin-top: 6px; width: 19px; }
  .hero-landscape h1 { font-size: clamp(49px,9.7vw,68px); line-height: 1; letter-spacing: -.034em; max-width: 13ch; margin-top: 27px; }
  .hero-landscape h1 .hero-line { display: inline; }
  .hero-landscape h1 .hero-emphasis { display: block; margin-top: .08em; }
  .hero-detail-grid { padding: 26px 0 0; gap: 26px; }
  .hero-landscape .hero-introduction { font-size: 18px; max-width: none; }
  .hero-next { display: block; }
  .hero-landscape .hero-actions { flex-direction: row; align-items: center; gap: 15px 25px; }
  .hero-landscape .hero-actions .button { min-width: min(100%,280px); }
  .hero-landscape .hero-credentials { margin: 24px 0 0; font-size: 14px; }
  .situation { grid-template-columns: minmax(0,1fr); gap: 16px; padding-top: 25px; }
  .situation-mark .tec-icon { width: 48px; height: 48px; }
  .situation h3 { font-size: 30px; }
  .situations-grid { gap: 30px; }
  .service { display: flex; flex-direction: column; padding: 29px; }
  .service-heading { margin-bottom: 23px; }
  .service-heading > .tec-icon { width: 48px; height: 48px; margin-bottom: 20px; }
  .service-heading h3 { font-size: 40px; }
  .service-heading .service-audience { margin-top: 13px; }
  .service-link { align-self: stretch; margin-top: 9px; }
  .approach-steps { --approach-item-inset: 28px; }
  .approach-steps li { grid-template-columns: minmax(0,1fr); gap: 17px; padding-top: var(--approach-item-inset); padding-bottom: var(--approach-item-inset); }
  .step-symbol .tec-icon { width: 48px; height: 48px; }
  .approach-steps h3 { font-size: 31px; }
  .profiles .portrait-placeholder, .profile-portrait { aspect-ratio: 5 / 4; }
}
@media (max-width: 370px) {
  .hero-landscape .hero-copy { padding: 27px 20px 33px; }
  .hero-landscape h1 { font-size: 45px; }
  .hero-landscape .eyebrow { font-size: 9px; }
  .service { padding-inline: 23px; }
  .service-heading h3 { font-size: 36px; }
}
@media (forced-colors: active) {
  .hero-stage { background: Canvas; }
  .hero-landscape-art, .hero-stage::before { display: none; }
  .hero-landscape h1, .hero-landscape h1 .hero-line, .hero-landscape .eyebrow { color: CanvasText; }
  .situation-mark, .step-symbol { color: CanvasText; }
}
@media print {
  .hero-landscape { padding-top: 15pt; }
  .hero-stage { min-height: 0; background: none; }
  .hero-landscape-art, .hero-stage::before { display: none; }
  .hero-landscape .hero-copy { padding: 0; }
  .hero-landscape h1 { font-size: 38pt; line-height: 1.05; max-width: none; }
  .hero-detail-grid { grid-template-columns: 1fr; padding-top: 20pt; gap: 16pt; }
  .hero-landscape .hero-introduction { font-size: 11pt; }
  .hero-landscape .hero-actions { display: none; }
  .situation, .approach-steps li { grid-template-columns: 44pt minmax(0,1fr); gap: 12pt; }
  .situation-mark .tec-icon, .step-symbol .tec-icon, .service-heading > .tec-icon { width: 36pt; height: 36pt; }
  .profile-portrait { max-width: 180pt; }
}

/* v1.35 — match the portrait framing while retaining the existing 5:4 panels.
   Full image compositions are retained in the supplied portrait assets. */
.profile-portrait.portrait-jt img { object-position: 50% 18%; }


/* v1.36 — familiar terminology beneath each situation. */
.situation .situation-terms {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--muted);
  text-wrap: pretty;
}
.terms-label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: var(--primary);
}

.svg-definitions { position: absolute; overflow: hidden; }
