/* Shared brand styling, layered over the base and page-specific styles.
   Keep this layer after page-specific CSS. No build step is required. */
:root {
  --page: 1200px;
  --surface: #ffffff;
  --soft-surface: #f2f5ef;
  --radius: 16px;
  --space-section: clamp(64px, 7vw, 104px);
  --line: #dce2d8;
}

/* A restrained type scale and a consistent reading rhythm. */
html { scroll-padding-top: 108px; }
body { font-size: 16px; line-height: 1.75; }
h1, h2, h3 { text-wrap: balance; }
h1 { font-size: clamp(2.65rem, 4.5vw, 4.25rem); line-height: 1.12; letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 3.2vw, 2.85rem); line-height: 1.2; }
h3 { line-height: 1.35; }
.container { width: min(var(--page), calc(100% - 80px)); }
.eyebrow, .contact-page .eyebrow { font-size: .72rem; letter-spacing: .14em; line-height: 1.6; margin-bottom: 18px; }
.small { font-size: .84rem; line-height: 1.65; }
.section { padding-block: var(--space-section); }
.split, .page-hero-grid, .section-head { gap: clamp(36px, 5.5vw, 80px); }
.split > *, .page-hero-grid > *, .hero-grid > *, .section-head > *, .cards > *, .offer-list > * { min-width: 0; }
.body-copy { max-width: 60ch; }
.body-copy > p.lead { font-size: 1.125rem; line-height: 1.6; }
.consultation-title { text-wrap: auto; }
.section-head { margin-bottom: 40px; }
.section-head > p { font-size: .96rem; line-height: 1.8; }

/* A compact, calm masthead; full keyboard and touch targets. */
.announcement { font-size: .73rem; letter-spacing: .01em; padding-block: 7px; }
.announcement .container { align-items: center; }
.announcement a { text-decoration-color: #afc5ad; text-underline-offset: 3px; }
.site-header { background: #faf7eff5; border-bottom-color: #19532a14; }
.nav-row { min-height: 82px; }
.brand-name { font-size: 1.65rem; letter-spacing: -.045em; }
.brand-name span { font-size: .55rem; letter-spacing: .2em; }
#primary-nav { gap: 24px; font-size: .82rem; }
#primary-nav > a, .nav-partners > summary { min-height: 44px; }
#primary-nav a[aria-current='page'] { text-decoration-thickness: 2px; text-underline-offset: 8px; }
#primary-nav > .nav-investor { border-radius: 8px; gap: 22px; padding: 12px 20px; }
.partner-submenu { border-radius: 12px; padding: 8px; box-shadow: 0 12px 36px #16352012; }
.partner-submenu a { border-radius: 6px; }
.nav-partners > summary { gap: 8px; }
.nav-chevron { display: block; flex: 0 0 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s ease; }
.nav-partners[open] > summary .nav-chevron { transform: rotate(180deg); }
.menu-toggle { min-height: 44px; border-radius: 8px; }
.skip { border-radius: 6px; }
:focus-visible { outline: 3px solid var(--brown); outline-offset: 4px; }
.button { border-radius: 8px; min-height: 48px; padding: 13px 21px; font-size: .86rem; transition: background-color .18s, border-color .18s; }
.text-link { min-height: 44px; font-size: .86rem; gap: 14px; border-bottom-color: #674b2659; }
.text-link:hover { border-bottom-color: var(--green); color: var(--green); }
.actions { gap: 16px 24px; margin-top: 26px; }

/* Photography has one simple shape, with the complete home-visit scene visible. */
.home-hero { padding: 64px 0; }
.hero-grid { grid-template-columns: 1fr 1.05fr; gap: 64px; }
.hero-copy .intro { font-size: 1.04rem; line-height: 1.8; max-width: 46ch; margin-top: 26px; }
.hero-copy .small { margin-top: 22px; max-width: 43ch; }
.hero-visual > img { border-radius: var(--radius) var(--radius) 0 0; aspect-ratio: 1.5; object-fit: contain; }
.hero-label { border-radius: 0 0 var(--radius) var(--radius); padding: 20px 24px; gap: 24px; }
.hero-label strong { font-size: 1.05rem; line-height: 1.45; }
.hero-label span { font-size: .66rem; line-height: 1.7; letter-spacing: .1em; }
.hero-visual figcaption, .photo figcaption, .page-hero .hero-photo figcaption { font-size: .75rem; line-height: 1.6; margin-top: 12px; }
.page-hero { padding: 28px 0 64px; }
.breadcrumb { font-size: .78rem; margin-bottom: 38px; align-items: center; }
.breadcrumb a { min-height: 24px; }
.page-hero .intro { font-size: 1.05rem; line-height: 1.8; max-width: 48ch; }
.page-hero .hero-photo img, .food-clinic-page .page-hero .hero-photo img, .photo img, .photo.wide img { border-radius: var(--radius); }
.hero-panel { border-radius: var(--radius); padding: 36px; }
.hero-panel h2 { font-size: 1.8rem; }
.hero-panel li { border-top-color: #ffffff38; padding-block: 14px; }
.principles { background: var(--surface); border-color: var(--line); }
.principles .container { padding-block: 20px; font-size: .76rem; gap: 24px; }
.principles span { display: flex; align-items: baseline; }
.principles span::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--green); flex-shrink: 0; margin-right: 12px; align-self: center; }
.page-jumps .container { gap: 8px 12px; padding-block: 12px; }
.page-jumps a { padding: 9px 14px; min-height: 40px; background: var(--soft-surface); border: 1px solid transparent; border-radius: 6px; }
.page-jumps a:hover { border-color: var(--green); }

/* Content is structured with space and rules, rather than heavy boxes. */
.offer-group { grid-template-columns: .7fr 1.65fr; padding-block: 34px; gap: 48px; }
.group-label { font-size: 1.6rem; max-width: 220px; }
.group-label span { font-size: .69rem; letter-spacing: .08em; }
.offer-list { gap: 30px 34px; }
.offering { grid-template-columns: 26px minmax(0,1fr); gap: 0 12px; }
.offering .number { font-size: .74rem; font-variant-numeric: tabular-nums; }
.offering h3 { font-size: 1.08rem; line-height: 1.45; }
.offering p { font-size: .875rem; line-height: 1.75; margin-top: 8px; }
.choice-note { border-left-width: 2px; border-radius: 0 8px 8px 0; padding: 20px 24px; font-size: .9rem; line-height: 1.8; }
.cards { gap: 32px; }
.card { padding-top: 26px; }
.card h3 { font-size: 1.35rem; margin-bottom: 12px; }
.card p { font-size: .94rem; line-height: 1.8; }
.card .eyebrow { font-size: .7rem; }
.link-panel { border-radius: 10px; padding: 24px; background: var(--ivory); border: 1px solid var(--line); transition: border-color .18s, background-color .18s; }
.link-panel:hover { background: var(--soft-surface); border-color: #9ab29a; }
.link-panel h3 { font-size: 1.3rem; }
.link-panel p { font-size: .92rem; }
.check-list li { padding-block: 14px; font-size: .93rem; }
.journey { gap: 28px; }
.journey li { border-top-color: #ffffff45; padding-top: 24px; }
.journey .step-no { font-size: 1rem; margin-bottom: 18px; }
.journey h3 { font-size: 1.12rem; }
.journey p { font-size: .87rem; }
.journey-detail, .category-row { padding-block: 36px; }
.journey-detail .output { border-radius: 8px; }
.details-stack summary { min-height: 64px; padding-block: 22px; font-size: .95rem; }
.details-stack summary::after { display: grid; place-items: center; flex-shrink: 0; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; font-size: 1.1rem; color: var(--green); }
.details-stack details[open] { padding-bottom: 6px; }
.details-stack details > div { max-width: 70ch; line-height: 1.8; }
.role { padding-block: 26px; }
.role h3 { font-size: 1.25rem; }
.table-wrap { border: 1px solid var(--line); border-radius: 12px; overflow-x: auto; }
.table-wrap th, .table-wrap td { padding: 18px 20px; }
.metric-line { gap: 32px; }

/* One light closing section and a smaller, better-balanced footer. */
.closing { padding-block: 64px; }
.closing .container { align-items: center; }
.closing h2 { font-size: clamp(2rem, 3vw, 2.65rem); }
.closing p { max-width: 45ch; font-size: .96rem; }
footer { border-top: 1px solid var(--line); background: var(--ivory); }
.footer-top { grid-template-columns: 200px 1fr 1.2fr; gap: 56px; align-items: start; padding-block: 48px; }
.footer-logo { width: 200px; padding: 14px; border-radius: 10px; }
.footer-logo img { width: 100%; min-width: 0; }
.footer-description h3 { font-size: 1.3rem; line-height: 1.35; }
.footer-description p { font-size: .84rem; line-height: 1.75; }
.footer-top nav { gap: 2px 28px; font-size: .8rem; }
.footer-top nav a { display: flex; align-items: center; min-height: 32px; padding-block: 4px; }
.footer-top nav a[aria-current='page'] { color: var(--green); font-weight: 700; }
.footer-bottom { align-items: center; font-size: .72rem; padding-block: 20px; }
.footer-bottom a { min-height: 32px; display: inline-flex; align-items: center; }

/* Enquiry form hierarchy, with optional draft preview before submission. */
.ct-enquiry { padding-block: 56px 80px; background: var(--surface); }
.ct-route-options { gap: 16px; margin-bottom: 36px; }
.ct-route-content { border-radius: 12px; padding: 22px; background: #fff; border-color: #c8d3c4; }
.ct-route-number { font-size: .84rem; margin-bottom: 16px; }
.ct-route-title { font-size: 1.2rem; }
.ct-route-description { font-size: .92rem; line-height: 1.7; }
.ct-route > input { width: 20px; height: 20px; }
.ct-form-grid { gap: 48px; }
.ct-form-panel { background: var(--ivory); border-color: var(--line); border-radius: var(--radius); padding: 32px; }
.ct-form-intro h3, .ct-route-guide h3 { font-size: 1.65rem; }
.ct-form-intro > p:not(.eyebrow), .ct-route-guide li { font-size: .94rem; }
.ct-field input, .ct-field select, .ct-field textarea, .ct-draft textarea { border-radius: 8px; border-color: #a5b49f; min-height: 50px; }
.ct-field > label { margin-bottom: 8px; }
.ct-route-status { border-left-width: 2px; border-radius: 0 10px 10px 0; padding: 22px; }
.ct-draft { border-radius: var(--radius); background: var(--soft-surface); padding: 32px; }
.ct-contact-details { padding-block: 72px; }
.ct-email-address { font-size: 1.25rem; }

/* Keep every stage and branch of the original client journey readable. */
.flow-intro { padding-bottom: 36px; }
.flow-intro h1 { font-size: clamp(2.15rem, 3.8vw, 3.25rem); }
.flow-intro > div > p:not(.eyebrow) { max-width: 68ch; }
.flow-chart { max-width: 1080px; }
.flow-node { border-radius: 12px; border-left-width: 3px; padding: 26px 28px; }
.flow-node h2 { font-size: 1.35rem; }
.flow-node p, .flow-branches p, .flow-decision p { font-size: .95rem; }
.flow-number { font-size: 1.2rem; }
.flow-branches article { border-radius: 10px; border-top-width: 2px; padding: 24px; }
.flow-branches h3 { font-size: 1.15rem; }
.flow-decision { border-radius: 12px; }
.flow-note { border-radius: 0 10px 10px 0; }
.flow-end .button { min-width: 180px; }

@media (max-width: 1200px) {
  .container { width: calc(100% - 64px); }
  .nav-row { min-height: 76px; }
  #primary-nav { gap: 0; border-bottom: 1px solid var(--line); }
  #primary-nav > a { padding-block: 14px; }
  .partner-submenu { border-radius: 0; box-shadow: none; }
  .hero-grid { gap: 40px; }
  .footer-top { gap: 32px; }
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hero-copy h1 { font-size: clamp(2.5rem, 5vw, 3.2rem); }
  .hero-label { display: flex; padding: 18px; }
  .hero-label strong { font-size: .96rem; }
  .hero-label span { margin-top: 0; font-size: .6rem; }
  .page-hero h1 { font-size: 2.8rem; }
  .offer-group { gap: 32px; }
  .offer-list { gap: 26px; }
  .principles .container { gap: 12px 24px; }
  .footer-top { grid-template-columns: 180px 1fr; }
  .footer-logo { width: 180px; }
  .footer-top nav { grid-column: 1 / -1; grid-template-columns: repeat(4,minmax(0,1fr)); }
  .ct-form-grid { gap: 28px; }
  .ct-form-panel { padding: 24px; }
}
@media (max-width: 700px) {
  :root { --radius: 12px; --space-section: 56px; }
  .container { width: calc(100% - 40px); }
  html { scroll-padding-top: 90px; }
  .announcement { font-size: .65rem; }
  .nav-row { min-height: 72px; }
  .brand-name { font-size: 1.5rem; }
  .brand-name span { font-size: .51rem; }
  .home-hero { padding: 36px 0 40px; }
  .hero-grid, .page-hero-grid, .split, .section-head { grid-template-columns: minmax(0,1fr); gap: 30px; }
  .hero-copy h1 { font-size: clamp(2.6rem, 10.3vw, 3.55rem); }
  .hero-copy .intro { font-size: 1rem; }
  .hero-label { padding: 18px 20px; }
  .hero-label strong { font-size: 1rem; }
  .hero-label span { font-size: .64rem; }
  .hero-visual { margin: 4px 0 0; }
  .page-hero { padding: 24px 0 44px; }
  .page-hero h1 { font-size: clamp(2.5rem, 9.5vw, 3.25rem); }
  .page-hero .intro { font-size: 1rem; }
  .breadcrumb { margin-bottom: 30px; }
  .hero-panel { padding: 26px; }
  .hero-panel h2 { font-size: 1.7rem; }
  .section-head { margin-bottom: 30px; }
  .principles .container { padding-block: 18px; font-size: .74rem; gap: 12px 16px; }
  .principles span::before { margin-right: 8px; width: 4px; height: 4px; }
  .offer-group { grid-template-columns: minmax(0,1fr); gap: 26px; padding-block: 30px; }
  .group-label { max-width: none; font-size: 1.55rem; }
  .offer-list { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .offering { grid-template-columns: 26px minmax(0,1fr); }
  .offering h3 { font-size: 1.1rem; }
  .offering p { font-size: .94rem; max-width: 54ch; }
  .cards, .cards.two, .cards.four { gap: 24px; }
  .card h3, .cards .card h3 { font-size: 1.3rem; }
  .link-panel { padding: 24px; }
  .journey { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .journey li { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 0 16px; padding-top: 22px; }
  .journey .step-no { grid-row: 1 / 3; margin: 0; padding-top: 2px; }
  .journey h3 { font-size: 1.2rem; margin-bottom: 8px; }
  .journey p { grid-column: 2; font-size: .94rem; margin: 0; }
  .journey-detail, .category-row { padding-block: 28px; }
  .choice-note { padding: 18px 20px; }
  .details-stack summary { font-size: .94rem; gap: 18px; }
  .closing { padding-block: 48px; }
  .closing .container { gap: 24px; }
  .closing h2 { font-size: 2.05rem; }
  .footer-top { grid-template-columns: minmax(0,1fr); gap: 28px; padding-block: 36px; }
  .footer-logo { width: 180px; margin-inline: 0; }
  .footer-description { text-align: left; }
  .footer-description h3 { font-size: 1.3rem; }
  .footer-top nav { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 4px 24px; padding-top: 24px; }
  .footer-top nav a { min-height: 40px; }
  .footer-bottom { gap: 10px 20px; font-size: .73rem; }
  .ct-enquiry { padding-block: 44px 56px; }
  .ct-route-options { grid-template-columns: minmax(0,1fr); gap: 12px; }
  .ct-route-content { padding: 20px 48px 20px 20px; }
  .ct-route-number { margin-bottom: 6px; font-size: .75rem; }
  .ct-route-title { margin-bottom: 6px; }
  .ct-route-description { font-size: .9rem; }
  .ct-route > input { right: 20px; top: 22px; }
  .ct-form-grid { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .ct-form-panel, .ct-draft { padding: 24px 20px; }
  .ct-form-intro h3, .ct-route-guide h3 { font-size: 1.5rem; }
  .ct-contact-details { padding-block: 56px; }
  .flow-intro h1 { font-size: 2.3rem; }
  .flow-node { padding: 22px 18px; gap: 12px; }
  .flow-node h2 { font-size: 1.25rem; }
  .flow-branches article { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .button, .link-panel, .nav-chevron { transition: none; }
}
@media print {
  .section, .closing { padding-block: 28px; }
  .footer-top { padding-block: 24px; }
  .table-wrap { overflow: visible; }
}
