/* Sean Hegarty /hello/ - navy family refresh, 11 September 2026.
   Scoped to this page: no imports, remote fonts or main-site dependencies. */
:root {
  --navy: #0b1f3a;
  --navy-light: #193957;
  --paper: #fff;
  --mist: #eef3f8;
  --muted: #4f6071;
  --line: #cdd8e2;
  --field-line: #718498;
  --focus: #426888;
  --gutter: clamp(22px, 4.5vw, 60px);
  --max: 1030px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 22px; }
body { margin: 0; color: var(--navy); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 1.7; -webkit-text-size-adjust: 100%; }
a { color: inherit; text-underline-offset: 5px; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
img, svg { display: block; }
img { max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, [tabindex='-1']:focus-visible { outline: 3px solid var(--focus); outline-offset: 5px; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 600; letter-spacing: -.045em; overflow-wrap: break-word; }
h1 { font-size: clamp(2.8rem, 5.5vw, 4.9rem); line-height: 1.16; }
h2 { font-size: clamp(2rem, 3.25vw, 2.85rem); line-height: 1.17; }
h3 { font-size: 1.4rem; line-height: 1.3; }
em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
p + p { margin-top: 16px; }
[hidden] { display: none !important; }
.wrap { width: min(var(--max), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.eyebrow { font-size: .72rem; font-weight: 700; letter-spacing: .13em; line-height: 1.6; text-transform: uppercase; margin-bottom: 15px; }
.icon { flex: 0 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 20px; top: -150px; z-index: 10; background: white; color: var(--navy); padding: 12px 20px; }
.skip-link:focus { top: 12px; }
/* Compact header, rather than the full site's navigation. */
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 12px; min-height: 92px; }
.signature-brand { display: block; width: 222px; flex: 0 1 222px; }
.signature-brand img { width: 100%; height: auto; }
.header-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: .86rem; font-weight: 600; text-decoration: none; flex: 0 0 auto; }
.header-link:hover { text-decoration: underline; }
.header-link span { font-size: 1.2rem; font-weight: 400; }
/* The contact download appears before the longer personal introduction. */
.hello-intro { padding-block: 35px 55px; }
.intro-heading { display: flex; flex-wrap: wrap; gap: 40px; align-items: center; max-width: 920px; }
.intro-heading > div { flex: 1 1 0; min-width: min(100%, 12rem); }
.portrait { flex: 0 0 auto; position: relative; isolation: isolate; margin: 0; width: 126px; }
.portrait::before { content: ''; position: absolute; z-index: -1; inset: -8px 7px 9px -8px; border-radius: 43% 57% 47% 53% / 49% 44% 56% 51%; background: var(--mist); transform: rotate(-8deg); }
.portrait img { width: 100%; aspect-ratio: 1; object-fit: cover; clip-path: ellipse(46% 48% at 50% 50%); }
.intro { max-width: 650px; font-size: clamp(1.14rem, 1.8vw, 1.36rem); line-height: 1.55; letter-spacing: -.01em; margin-top: 23px; }
.primary-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; margin-top: 27px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 54px; max-width: 100%; padding: 13px 24px; border: 1.5px solid var(--navy); border-radius: 999px; background: var(--navy); color: white; text-decoration: none; font-size: .96rem; font-weight: 600; line-height: 1.5; text-align: left; }
.button:hover { background: var(--navy-light); border-color: var(--navy-light); }
.text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; max-width: 100%; padding-block: 9px; font-size: .96rem; font-weight: 600; line-height: 1.5; }
.share-link { text-decoration: none; }
.share-link:hover { text-decoration: underline; }
.share-link span { font-size: 1.3rem; }
.quick-links { display: flex; flex-wrap: wrap; align-items: center; gap: 27px; margin-top: 11px; }
.quick-links a { display: inline-flex; align-items: center; gap: 11px; min-height: 44px; padding-block: 9px; font-size: .87rem; line-height: 1.5; color: var(--muted); }
.quick-links a:hover { color: var(--navy); }
/* A curved section edge with all text in ordinary document flow. */
.share-section { background: var(--mist); border-radius: 52% 48% 0 0 / 32px 44px 0 0; padding-block: 77px 72px; scroll-margin-top: 12px; }
.share-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(45px, 6vw, 85px); align-items: start; }
.share-layout > * { min-width: 0; }
.share-intro h2 { margin-bottom: 25px; max-width: 340px; }
.share-intro h2 em { display: inline-block; max-width: 100%; }
.share-intro > p:not(.eyebrow) { font-size: 1rem; line-height: 1.7; max-width: 345px; }
.share-intro .reassurance { color: var(--muted); font-size: .92rem !important; }
.form-area, form { min-width: 0; }
.required-note { color: var(--muted); font-size: .79rem; margin-bottom: 23px; line-height: 1.6; }
.field-pair { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; }
.field { min-width: 0; margin-bottom: 23px; }
.field label { display: block; font-size: .88rem; font-weight: 600; margin-bottom: 8px; line-height: 1.5; }
.optional { color: var(--muted); font-size: .81rem; font-weight: 400; }
.field-pair .field label { min-height: 42px; display: flex; flex-wrap: wrap; align-content: end; align-items: baseline; column-gap: 5px; }
.field input, .field textarea { display: block; width: 100%; min-width: 0; max-width: 100%; border: 1px solid var(--field-line); border-radius: 7px; background: white; color: var(--navy); font-size: 1rem; line-height: 1.5; padding: 12px 13px; min-height: 49px; }
.field textarea { min-height: 131px; resize: vertical; }
.field textarea::placeholder { color: #626e7b; opacity: 1; font-size: .92rem; }
.field input:hover, .field textarea:hover { border-color: var(--navy-light); }
.consent { display: flex; align-items: flex-start; gap: 12px; font-size: .86rem; line-height: 1.6; cursor: pointer; min-height: 44px; }
.consent input { flex: 0 0 20px; width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--navy); cursor: pointer; }
.consent span { min-width: 0; }
.form-note { font-size: .78rem; line-height: 1.65; color: var(--muted); margin-top: 18px; margin-bottom: 24px; }
.form-note a { white-space: normal; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.status { padding: 20px 22px; border-left: 3px solid var(--navy); background: white; margin-bottom: 28px; overflow-wrap: anywhere; }
.status h3 { margin-bottom: 10px; }
.status p { font-size: .93rem; line-height: 1.6; }
.status-error { border-left-color: #923830; }
/* Supporting onward route, not a second sales homepage. */
.explore-section { padding-block: 64px; }
.explore-layout { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 70px; align-items: center; }
.explore-layout > div { min-width: 0; }
.explore-section h2 { font-size: clamp(1.75rem, 2.8vw, 2.3rem); margin-bottom: 16px; }
.explore-section p { max-width: 585px; color: var(--muted); font-size: .96rem; line-height: 1.7; }
.explore-link { justify-self: end; }
.site-footer { border-top: 1px solid var(--line); padding-block: 26px 31px; font-size: .78rem; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; gap: 0 25px; margin-top: 11px; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; }
.preview-notice { background: var(--navy); color: white; font-size: 13px; padding: 10px 20px; text-align: center; line-height: 1.5; }
.preview-feedback { margin-top: 16px; font-size: .9rem; color: var(--muted); }
@media (max-width: 900px) {
  .share-layout { grid-template-columns: 1fr; gap: 34px; }
  .share-intro h2 { max-width: 600px; }
  .share-intro > p:not(.eyebrow) { max-width: 600px; }
  .share-intro .reassurance { max-width: 620px; }
  .form-area { max-width: 680px; width: 100%; }
  .intro-heading { gap: 30px; }
  .portrait { width: 106px; }
  .explore-layout { grid-template-columns: 1fr; gap: 20px; }
  .explore-link { justify-self: start; }
}
@media (max-width: 600px) {
  :root { --gutter: 24px; }
  body { font-size: 17px; }
  .header-row { padding-block: 7px; gap: 16px; min-height: 78px; }
  .signature-brand { width: 186px; flex-basis: 186px; }
  .header-link { font-size: .78rem; gap: 7px; }
  .hello-intro { padding-block: 24px 34px; }
  .intro-heading { gap: 20px; }
  .portrait { width: 81px; }
  .eyebrow { font-size: .69rem; margin-bottom: 12px; }
  h1 { font-size: clamp(2.65rem, 9.2vw, 3.5rem); }
  .intro { font-size: 1.09rem; line-height: 1.6; margin-top: 23px; }
  .primary-actions { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 23px; }
  .primary-actions .button { width: 100%; }
  .share-link { justify-self: start; }
  .quick-links { margin-top: 5px; gap: 28px; }
  .button { font-size: .95rem; min-height: 54px; padding-inline: 23px; }
  .share-section { padding-block: 48px 43px; border-radius: 52% 48% 0 0 / 20px 28px 0 0; }
  .share-intro h2 { font-size: clamp(2.15rem, 7.8vw, 2.55rem); margin-bottom: 21px; max-width: 345px; }
  .share-intro > p:not(.eyebrow) { font-size: .97rem; }
  .share-intro .reassurance { font-size: .9rem !important; }
  .share-layout { gap: 29px; }
  .required-note { margin-bottom: 20px; font-size: .78rem; }
  .field-pair { grid-template-columns: 1fr; gap: 0; }
  .field-pair .field label { display: block; min-height: 0; }
  .field { margin-bottom: 21px; }
  .field label { font-size: .89rem; }
  .field input, .field textarea { font-size: 16px; }
  .field textarea { min-height: 137px; }
  .consent { font-size: .84rem; }
  .form-note { font-size: .78rem; }
  form > .button { width: 100%; }
  .explore-section { padding-block: 41px 32px; }
  .explore-section h2 { font-size: 1.85rem; max-width: 315px; }
  .explore-section p { font-size: .9rem; }
  .explore-layout { gap: 17px; }
  .site-footer { padding-block: 23px; font-size: .75rem; }
  .footer-links { gap: 0 23px; margin-top: 8px; }
}
@media (max-width: 360px) {
  :root { --gutter: 21px; }
  .signature-brand { width: 164px; flex-basis: 164px; }
  .header-row { gap: 13px; }
  .header-link { font-size: .72rem; gap: 4px; }
  .intro-heading { gap: 16px; }
  .portrait { width: 66px; }
  h1 { font-size: 2.55rem; }
  .intro { font-size: 1.05rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .site-header, .primary-actions, .quick-links, .site-footer, .portrait, .preview-notice { display: none; }
  .wrap { width: 100%; max-width: none; }
  .share-layout, .explore-layout { display: block; }
  .hello-intro, .share-section, .explore-section { background: white; padding-block: 20px; }
  body { color: #000; background: white; font-size: 11pt; }
  h1 { font-size: 28pt; } h2 { font-size: 21pt; }
  .share-intro { margin-bottom: 20px; }
}
