.seo-public {
  --lc-ink: #151d2c;
  --lc-slate: #485061;
  --lc-muted: #6f7889;
  --lc-blue: #1f5f9f;
  --lc-blue-dark: #0c2854;
  --lc-sand: #eee6d8;
  --lc-mist: #f1f4f8;
  --lc-line: #dce3ec;
  --lc-white: #fff;
  --lc-gold: #b99a62;
  --lc-container: 1180px;
  background: var(--lc-white);
  color: var(--lc-ink);
  font-family: Inter, sans-serif;
  min-height: 700px;
  overflow: clip;
}
.seo-public *, .seo-public *::before, .seo-public *::after { box-sizing: border-box; }
.seo-public img { display: block; max-width: 100%; }
.seo-public a { transition: color .2s ease, background-color .2s ease, opacity .2s ease, transform .2s ease; }
.seo-public-container { margin: 0 auto; max-width: var(--lc-container); padding-left: 32px; padding-right: 32px; width: 100%; }
.seo-public-preview { background: #fff0be; color: #674d00; font-size: 13px; font-weight: 700; padding: 12px 20px; position: sticky; text-align: center; top: 0; z-index: 40; }
.seo-public-breadcrumb { align-items: center; color: #778195; display: flex; flex-wrap: wrap; font-size: 12px; gap: 9px; min-height: 58px; }
.seo-public-breadcrumb a { color: #405474; text-decoration: none; }
.seo-public-breadcrumb a:hover { color: var(--lc-blue); }
.seo-public-kicker { color: var(--lc-gold); display: block; font-size: 11px; font-weight: 600; letter-spacing: .17em; line-height: 1.4; margin-bottom: 14px; text-transform: uppercase; }
.seo-public h1, .seo-public h2, .seo-public h3 { color: inherit; }
.seo-public h1, .seo-public h2 { font-family: "PP Fragment", Georgia, serif; font-style: normal; font-weight: 400; letter-spacing: -.02em; }
.seo-public-button { align-items: center; background: var(--lc-ink); border: 1px solid var(--lc-ink); border-radius: 999px; color: var(--lc-white) !important; display: inline-flex; font-size: 14px; font-weight: 500; justify-content: center; margin-top: 22px; min-height: 45px; padding: 11px 22px; text-decoration: none !important; }
.seo-public-button:hover { background: var(--lc-blue-dark); border-color: var(--lc-blue-dark); transform: translateY(-1px); }
.seo-public-button--light { background: var(--lc-white); border-color: var(--lc-white); color: var(--lc-ink) !important; }
.seo-public-button--light:hover { background: transparent; color: var(--lc-white) !important; }
.seo-public-text-link { align-items: center; color: var(--lc-ink) !important; display: inline-flex; font-size: 13px; font-weight: 600; gap: 8px; margin-top: 13px; text-decoration: none !important; }
.seo-public-text-link::after { content: "→"; font-size: 16px; transition: transform .2s ease; }
.seo-public-text-link:hover::after { transform: translateX(4px); }
.seo-public--immersive .seo-hero { min-height: 690px; }
.seo-public--immersive .seo-hero__content h1 { font-size: clamp(48px, 6.5vw, 80px); }
.seo-public--compact .seo-hero { min-height: 430px; }
.seo-public--compact .seo-hero__content h1 { font-size: clamp(38px, 5vw, 60px); }
.seo-public--editorial .seo-editorial-copy { max-width: 820px; }

/* Shared designed-section controls */
.seo-section, .seo-testimonial, .seo-proof-band, .seo-cta { position: relative; }
.seo-public .seo-section--theme-white, .seo-public .seo-testimonial--theme-white { background: var(--lc-white); }
.seo-public .seo-section--theme-sand, .seo-public .seo-testimonial--theme-sand { background: var(--lc-sand); }
.seo-public .seo-section--theme-mist, .seo-public .seo-testimonial--theme-mist { background: var(--lc-mist); }
.seo-public .seo-section--theme-navy, .seo-public .seo-testimonial--theme-navy { background: var(--lc-blue-dark); color: var(--lc-white); }
.seo-public .seo-section--spacing-compact, .seo-public .seo-testimonial--spacing-compact { padding: 46px 0; }
.seo-public .seo-section--spacing-standard, .seo-public .seo-testimonial--spacing-standard { padding: 76px 0; }
.seo-public .seo-section--spacing-cinematic, .seo-public .seo-testimonial--spacing-cinematic { padding: 112px 0; }
.seo-public .seo-section--align-center { text-align: center; }
.seo-public .seo-section--align-right { text-align: right; }
.seo-section-heading { margin-bottom: 38px; max-width: 730px; }
.seo-section-heading--center { margin-left: auto; margin-right: auto; text-align: center; }
.seo-section-heading h2, .seo-editorial-copy h2, .seo-split-story h2, .seo-timeline-wrap h2, .seo-cta h2, .seo-hub-feature h2, .seo-hub-collection h2, .seo-hub-cta h2 { font-size: clamp(34px, 4.2vw, 52px); line-height: 1.08; margin: 0 0 20px; }
.seo-section-heading > p, .seo-section-heading > div, .seo-rich-copy { color: var(--lc-muted); font-size: 16px; line-height: 1.78; }
.seo-section--theme-navy .seo-section-heading > p, .seo-section--theme-navy .seo-rich-copy { color: rgba(255,255,255,.75); }
.seo-section--theme-navy .seo-timeline p, .seo-section--theme-navy .seo-faq-list details > div, .seo-section--theme-navy .seo-feature p { color: rgba(255,255,255,.72); }
.seo-section--theme-navy .seo-faq-list details, .seo-section--theme-navy .seo-feature { border-color: rgba(255,255,255,.22); }
.seo-section--theme-navy .seo-public-text-link { color: var(--lc-white) !important; }
.seo-rich-copy p:first-child { margin-top: 0; }
.seo-rich-copy p:last-child { margin-bottom: 0; }
.seo-rich-copy h3 { font-size: 22px; margin: 31px 0 12px; }
.seo-rich-copy a { color: var(--lc-blue); }
.seo-rich-copy li { margin-bottom: 8px; }
.seo-section--width-narrow .seo-editorial-copy, .seo-section--width-narrow .seo-faq-layout, .seo-section--width-narrow .seo-timeline-wrap { max-width: 830px; }
.seo-section--width-wide .seo-editorial-copy { max-width: 1040px; }

/* Cinematic and split heroes */
.seo-hero { align-items: center; background: linear-gradient(135deg, #edf2f7 0%, #fff 68%); display: flex; min-height: 540px; overflow: hidden; position: relative; }
.seo-hero--spacing-compact { min-height: 430px; }
.seo-hero--spacing-cinematic { min-height: 650px; }
.seo-hero--theme-sand { background: var(--lc-sand); }
.seo-hero--theme-navy { background: var(--lc-blue-dark); color: var(--lc-white); }
.seo-hero--has-image { background-image: var(--seo-section-image); background-position: var(--seo-focal-point, 50% 50%); background-repeat: no-repeat; background-size: cover; color: var(--lc-white); }
.seo-hero__veil { display: none; inset: 0; position: absolute; }
.seo-hero--has-image .seo-hero__veil { display: block; background: linear-gradient(90deg, rgba(7,20,42,.84) 0%, rgba(7,20,42,.5) 52%, rgba(7,20,42,.14) 100%); }
.seo-hero--overlay-light .seo-hero__veil { background: linear-gradient(90deg, rgba(7,20,42,.56), rgba(7,20,42,.08)); }
.seo-hero--overlay-strong .seo-hero__veil { background: linear-gradient(90deg, rgba(7,20,42,.92), rgba(7,20,42,.35)); }
.seo-hero__grid { align-items: center; display: grid; gap: 68px; grid-template-columns: minmax(0, 1.06fr) minmax(340px, .94fr); padding-bottom: 78px; padding-top: 78px; position: relative; z-index: 2; }
.seo-hero--has-image .seo-hero__grid, .seo-hero--layout-full_bleed .seo-hero__grid { grid-template-columns: minmax(0, 720px); }
.seo-hero--align-center .seo-hero__grid { justify-content: center; text-align: center; }
.seo-hero--align-center .seo-hero__lead { margin-left: auto; margin-right: auto; }
.seo-hero--align-right .seo-hero__content { margin-left: auto; text-align: right; }
.seo-hero--align-right .seo-hero__lead { margin-left: auto; }
.seo-hero__content h1 { font-size: clamp(44px, 6vw, 74px); line-height: 1.02; margin: 0; max-width: 850px; }
.seo-hero__lead { color: var(--lc-muted); font-size: 18px; line-height: 1.7; margin-top: 22px; max-width: 680px; }
.seo-hero--has-image .seo-hero__lead, .seo-hero--theme-navy .seo-hero__lead { color: rgba(255,255,255,.84); }
.seo-hero__lead p { margin: 0; }
.seo-hero__media { box-shadow: 0 26px 70px rgba(25,42,67,.18); height: 440px; margin: 0; overflow: hidden; }
.seo-hero__media img { height: 100%; object-fit: cover; width: 100%; }

/* Editorial and asymmetric storytelling */
.seo-editorial-copy { margin: 0 auto; max-width: 920px; }
.seo-section--align-left .seo-editorial-copy { margin-left: 0; }
.seo-editorial-copy::before { background: var(--lc-gold); content: ""; display: block; height: 1px; margin-bottom: 30px; width: 76px; }
.seo-section--align-center .seo-editorial-copy::before { margin-left: auto; margin-right: auto; }
.seo-editorial-copy .seo-rich-copy { column-gap: 46px; }
.seo-section--width-wide .seo-editorial-copy .seo-rich-copy { columns: 2; }
.seo-split-story { align-items: center; display: grid; gap: clamp(45px, 7vw, 100px); grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
.seo-split-story__media { background: #d9dfe6; height: 540px; margin: 0; overflow: hidden; position: relative; }
.seo-split-story__media::after { border: 1px solid rgba(255,255,255,.7); content: ""; inset: 18px; pointer-events: none; position: absolute; }
.seo-split-story__media img { height: 100%; object-fit: cover; width: 100%; }
.seo-section--image-right .seo-split-story__media { order: 2; }
.seo-section--image-right .seo-split-story__content { order: 1; }
.seo-section--layout-overlap .seo-split-story { gap: 0; }
.seo-section--layout-overlap .seo-split-story__content { background: var(--lc-white); box-shadow: 0 25px 70px rgba(19,35,57,.12); margin-left: -70px; padding: clamp(35px, 5vw, 70px); position: relative; z-index: 2; }
.seo-section--layout-overlap.seo-section--image-right .seo-split-story__content { margin-left: 0; margin-right: -70px; }

/* Visual cards and capability grids */
.seo-visual-card-grid, .seo-feature-grid, .seo-related-grid, .seo-hub-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.seo-section--columns-2 .seo-visual-card-grid, .seo-section--columns-2 .seo-feature-grid, .seo-section--columns-2 .seo-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.seo-section--columns-4 .seo-visual-card-grid, .seo-section--columns-4 .seo-feature-grid, .seo-section--columns-4 .seo-related-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.seo-visual-card { background: var(--lc-white); box-shadow: 0 16px 50px rgba(25,42,67,.08); min-width: 0; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.seo-visual-card:hover { box-shadow: 0 24px 65px rgba(25,42,67,.14); transform: translateY(-5px); }
.seo-visual-card__media { height: 290px; overflow: hidden; }
.seo-visual-card__media img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.seo-visual-card:hover .seo-visual-card__media img { transform: scale(1.04); }
.seo-visual-card__body { padding: 28px 27px 31px; }
.seo-visual-card h3, .seo-feature h3, .seo-content-card h2, .seo-content-card h3 { font-family: "PP Fragment", Georgia, serif; font-size: 26px; font-weight: 400; line-height: 1.16; margin: 0 0 13px; }
.seo-visual-card p, .seo-feature p { color: var(--lc-muted); font-size: 14px; line-height: 1.68; }
.seo-feature { border-left: 1px solid var(--lc-line); padding: 6px 24px 16px; text-align: left; }
.seo-feature__number { color: var(--lc-gold); display: block; font-family: "PP Fragment", Georgia, serif; font-size: 22px; margin-bottom: 30px; }
.seo-feature > img { height: 45px; margin-bottom: 25px; object-fit: contain; object-position: left center; width: 45px; }

/* Gallery */
.seo-gallery { display: grid; gap: 18px; grid-auto-rows: 270px; grid-template-columns: 1.25fr .75fr; }
.seo-gallery figure { margin: 0; overflow: hidden; position: relative; }
.seo-gallery figure:first-child { grid-row: span 2; }
.seo-gallery img { height: 100%; object-fit: cover; transition: transform .45s ease; width: 100%; }
.seo-gallery figure:hover img { transform: scale(1.025); }
.seo-gallery figcaption { background: linear-gradient(0deg, rgba(4,15,32,.75), transparent); bottom: 0; color: white; display: flex; flex-direction: column; left: 0; padding: 46px 24px 20px; position: absolute; right: 0; }
.seo-gallery figcaption strong { font-family: "PP Fragment", Georgia, serif; font-size: 22px; font-weight: 400; }
.seo-gallery figcaption span { font-size: 12px; margin-top: 3px; opacity: .82; }
.seo-gallery--single { display: block; }
.seo-gallery--single figure { height: min(66vw, 680px); }

/* Proof, timeline, testimonial, FAQ and video */
.seo-proof-band { background: var(--lc-blue-dark); color: var(--lc-white); padding: 70px 0; }
.seo-proof-band--theme-sand { background: var(--lc-sand); color: var(--lc-ink); }
.seo-proof-band--theme-white { background: var(--lc-white); color: var(--lc-ink); }
.seo-proof-band--theme-mist { background: var(--lc-mist); color: var(--lc-ink); }
.seo-proof-band__intro { margin-bottom: 38px; max-width: 650px; }
.seo-proof-band__intro h2 { color: inherit; font-size: clamp(30px, 4vw, 46px); margin: 0; }
.seo-proof-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.seo-proof-band--columns-2 .seo-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.seo-proof-band--columns-4 .seo-proof-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.seo-proof { border-left: 1px solid rgba(255,255,255,.22); padding: 8px 38px; }
.seo-proof-band--theme-white .seo-proof, .seo-proof-band--theme-mist .seo-proof, .seo-proof-band--theme-sand .seo-proof { border-color: var(--lc-line); }
.seo-proof:first-child { border-left: 0; padding-left: 0; }
.seo-proof strong { display: block; font-family: "PP Fragment", Georgia, serif; font-size: clamp(38px, 5vw, 66px); font-weight: 400; line-height: 1; }
.seo-proof span { display: block; font-size: 13px; line-height: 1.5; margin-top: 13px; opacity: .74; }
.seo-timeline-wrap { display: grid; gap: clamp(45px, 7vw, 100px); grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); margin: 0 auto; }
.seo-timeline article { display: grid; gap: 22px; grid-template-columns: 66px 1fr; padding: 0 0 36px; position: relative; }
.seo-timeline article::before { background: var(--lc-line); bottom: 0; content: ""; left: 32px; position: absolute; top: 52px; width: 1px; }
.seo-timeline article:last-child::before { display: none; }
.seo-timeline__marker { align-items: center; background: var(--lc-white); border: 1px solid #cdd6e2; border-radius: 50%; color: var(--lc-slate); display: flex; font-size: 11px; font-weight: 600; height: 64px; justify-content: center; overflow: hidden; padding: 5px; text-align: center; width: 64px; z-index: 1; }
.seo-timeline h3 { font-family: "PP Fragment", Georgia, serif; font-size: 27px; font-weight: 400; margin: 4px 0 9px; }
.seo-timeline p { color: var(--lc-muted); font-size: 14px; line-height: 1.7; }
.seo-testimonial__grid { align-items: center; display: grid; gap: clamp(45px, 7vw, 90px); grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
.seo-testimonial figure { height: 460px; margin: 0; overflow: hidden; }
.seo-testimonial figure img { height: 100%; object-fit: cover; width: 100%; }
.seo-testimonial blockquote { font-family: "PP Fragment", Georgia, serif; font-size: clamp(28px, 4vw, 44px); font-weight: 400; line-height: 1.35; margin: 0; }
.seo-testimonial blockquote p { margin: 0; }
.seo-testimonial__mark { color: var(--lc-gold); display: block; font-size: 90px; height: 60px; line-height: 1; }
.seo-testimonial footer { color: var(--lc-muted); font-family: Inter, sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .12em; margin-top: 25px; text-transform: uppercase; }
.seo-faq-layout { display: grid; gap: clamp(45px, 7vw, 100px); grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); margin: 0 auto; }
.seo-faq-list details { border-top: 1px solid var(--lc-line); }
.seo-faq-list details:last-child { border-bottom: 1px solid var(--lc-line); }
.seo-faq-list summary { align-items: center; cursor: pointer; display: flex; font-size: 17px; font-weight: 500; gap: 25px; justify-content: space-between; list-style: none; padding: 22px 0; }
.seo-faq-list summary::-webkit-details-marker { display: none; }
.seo-faq-list summary span:last-child { font-size: 25px; font-weight: 300; transition: transform .2s ease; }
.seo-faq-list details[open] summary span:last-child { transform: rotate(45deg); }
.seo-faq-list details > div { color: var(--lc-muted); font-size: 14px; line-height: 1.75; max-width: 680px; padding: 0 42px 24px 0; }
.seo-video-section { align-items: center; display: grid; gap: 60px; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); }
.seo-video-frame { box-shadow: 0 25px 70px rgba(19,35,57,.16); }
.seo-video-frame iframe, .seo-video-frame video { aspect-ratio: 16 / 9; border: 0; display: block; height: auto; width: 100%; }

/* CTA */
.seo-cta { align-items: center; background: radial-gradient(circle at 75% 20%, #315a87 0, transparent 38%), var(--lc-blue-dark); color: var(--lc-white); display: flex; min-height: 440px; overflow: hidden; text-align: center; }
.seo-cta--has-image { background-image: var(--seo-section-image); background-position: var(--seo-focal-point, 50% 50%); background-size: cover; }
.seo-cta__veil { background: linear-gradient(0deg, rgba(7,20,42,.78), rgba(7,20,42,.18)); inset: 0; position: absolute; }
.seo-cta--overlay-light .seo-cta__veil { background: rgba(7,20,42,.38); }
.seo-cta--overlay-strong .seo-cta__veil { background: rgba(7,20,42,.78); }
.seo-cta__content { max-width: 850px; padding-bottom: 80px; padding-top: 80px; position: relative; z-index: 1; }
.seo-cta--align-left { text-align: left; }
.seo-cta--align-left .seo-cta__content { margin-left: max(0px, calc((100vw - var(--lc-container)) / 2)); }
.seo-cta--align-left .seo-cta__content > p { margin-left: 0; }
.seo-cta--align-right { text-align: right; }
.seo-cta--align-right .seo-cta__content { margin-right: max(0px, calc((100vw - var(--lc-container)) / 2)); }
.seo-cta--align-right .seo-cta__content > p { margin-right: 0; }
.seo-cta__content > p { color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.7; margin-left: auto; margin-right: auto; max-width: 650px; }

/* Related content cards */
.seo-content-card { background: var(--lc-white); box-shadow: 0 14px 46px rgba(25,42,67,.08); min-width: 0; overflow: hidden; }
.seo-content-card__media { background: #dce2e9; display: block; height: 235px; overflow: hidden; }
.seo-content-card__media img { height: 100%; object-fit: cover; transition: transform .45s ease; width: 100%; }
.seo-content-card:hover .seo-content-card__media img { transform: scale(1.035); }
.seo-content-card__media--empty { align-items: center; background: linear-gradient(145deg, var(--lc-blue-dark), #345f8e); color: rgba(255,255,255,.8); display: flex; font-family: "PP Fragment", Georgia, serif; font-size: 30px; justify-content: center; }
.seo-content-card__body { padding: 25px 26px 29px; }
.seo-content-card h2 a, .seo-content-card h3 a { color: var(--lc-ink); text-decoration: none; }
.seo-content-card p { color: var(--lc-muted); font-size: 14px; line-height: 1.65; }

/* Content hub */
.seo-hub-hero { align-items: center; background: radial-gradient(circle at 78% 15%, #315c8f 0, transparent 38%), var(--lc-blue-dark); color: var(--lc-white); display: flex; min-height: 570px; overflow: hidden; position: relative; }
.seo-hub-hero--image { background-image: var(--seo-section-image); background-position: var(--seo-focal-point, 50% 50%); background-size: cover; }
.seo-hub-hero__veil { background: linear-gradient(90deg, rgba(6,20,44,.9), rgba(6,20,44,.36)); inset: 0; position: absolute; }
.seo-hub-hero__content { padding-bottom: 90px; padding-top: 90px; position: relative; z-index: 1; }
.seo-hub-hero h1 { color: var(--lc-white); font-size: clamp(48px, 7vw, 78px); line-height: 1; margin: 0 0 22px; }
.seo-hub-hero p { color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.68; margin: 0; max-width: 680px; }
.seo-hub-topics { align-items: center; display: flex; gap: 12px; min-height: 82px; overflow-x: auto; }
.seo-hub-topics > span:first-child { color: var(--lc-muted); font-size: 11px; font-weight: 600; letter-spacing: .12em; margin-right: 4px; text-transform: uppercase; }
.seo-hub-topic { border: 1px solid var(--lc-line); border-radius: 999px; color: var(--lc-slate); flex: 0 0 auto; font-size: 12px; padding: 8px 14px; }
.seo-hub-feature { align-items: center; display: grid; gap: clamp(45px, 7vw, 90px); grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); padding-bottom: 105px; padding-top: 65px; }
.seo-hub-feature__media { height: 520px; overflow: hidden; }
.seo-hub-feature__media img { height: 100%; object-fit: cover; width: 100%; }
.seo-hub-feature__content p { color: var(--lc-muted); font-size: 16px; line-height: 1.75; }
.seo-hub-collection { padding-bottom: 110px; padding-top: 75px; }
.seo-hub-feature + .seo-hub-collection { background: var(--lc-mist); max-width: none; padding-left: max(32px, calc((100vw - var(--lc-container)) / 2 + 32px)); padding-right: max(32px, calc((100vw - var(--lc-container)) / 2 + 32px)); }
.seo-hub-grid { row-gap: 30px; }
.seo-content-card--featured { grid-column: span 2; }
.seo-content-card--featured .seo-content-card__media { height: 360px; }
.seo-hub-cta { align-items: center; background-image: var(--seo-section-image); background-position: center; background-repeat: no-repeat; background-size: cover; color: var(--lc-slate); display: flex; min-height: 450px; position: relative; text-align: center; }
.seo-hub-cta__veil { background: linear-gradient(0deg, rgba(0,0,0,.73) 0%, rgba(72,80,97,0) 100%); inset: 0; position: absolute; }
.seo-hub-cta .seo-public-container { max-width: 850px; padding-bottom: 80px; padding-top: 80px; position: relative; z-index: 1; }
.seo-hub-cta p { font-size: 16px; line-height: 1.7; margin-left: auto; margin-right: auto; max-width: 650px; }
.seo-hub-cta .seo-public-button--light { background: var(--lc-ink); border-color: var(--lc-ink); color: var(--lc-white) !important; }
.seo-public-empty { padding: 75px 20px; text-align: center; }
.seo-public-empty h2 { font-size: 40px; margin-bottom: 15px; }
.seo-public-empty p { color: var(--lc-muted); }

@media (max-width: 980px) {
  .seo-hero__grid, .seo-split-story, .seo-timeline-wrap, .seo-testimonial__grid, .seo-faq-layout, .seo-video-section, .seo-hub-feature { gap: 45px; grid-template-columns: 1fr; }
  .seo-hero__media { height: 380px; }
  .seo-section--image-right .seo-split-story__media, .seo-section--image-right .seo-split-story__content { order: initial; }
  .seo-section--layout-overlap .seo-split-story__content, .seo-section--layout-overlap.seo-section--image-right .seo-split-story__content { margin: -65px 28px 0; }
  .seo-visual-card-grid, .seo-feature-grid, .seo-related-grid, .seo-hub-grid, .seo-section--columns-4 .seo-visual-card-grid, .seo-section--columns-4 .seo-feature-grid, .seo-section--columns-4 .seo-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 35px; }
  .seo-proof-band--columns-4 .seo-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-proof:nth-child(odd) { border-left: 0; padding-left: 0; }
  .seo-hub-feature__media { height: 430px; }
}

@media (max-width: 640px) {
  .seo-public-container { padding-left: 20px; padding-right: 20px; }
  .seo-public-breadcrumb { min-height: 52px; }
  .seo-public .seo-section--spacing-compact, .seo-public .seo-testimonial--spacing-compact { padding: 36px 0; }
  .seo-public .seo-section--spacing-standard, .seo-public .seo-testimonial--spacing-standard { padding: 55px 0; }
  .seo-public .seo-section--spacing-cinematic, .seo-public .seo-testimonial--spacing-cinematic { padding: 72px 0; }
  .seo-hero, .seo-hero--spacing-cinematic { min-height: 520px; }
  .seo-hero__grid { padding-bottom: 58px; padding-top: 58px; }
  .seo-hero__content h1 { font-size: 42px; }
  .seo-hero__lead { font-size: 16px; }
  .seo-hero--has-image .seo-hero__veil { background: linear-gradient(0deg, rgba(7,20,42,.82), rgba(7,20,42,.38)); }
  .seo-split-story__media { height: 380px; }
  .seo-section--layout-overlap .seo-split-story__content, .seo-section--layout-overlap.seo-section--image-right .seo-split-story__content { margin: -45px 14px 0; padding: 28px 24px; }
  .seo-section-heading h2, .seo-editorial-copy h2, .seo-split-story h2, .seo-timeline-wrap h2, .seo-cta h2, .seo-hub-feature h2, .seo-hub-collection h2, .seo-hub-cta h2 { font-size: 34px; }
  .seo-section--width-wide .seo-editorial-copy .seo-rich-copy { columns: auto; }
  .seo-visual-card-grid, .seo-feature-grid, .seo-related-grid, .seo-hub-grid, .seo-section--columns-2 .seo-visual-card-grid, .seo-section--columns-2 .seo-feature-grid, .seo-section--columns-2 .seo-related-grid, .seo-section--columns-4 .seo-visual-card-grid, .seo-section--columns-4 .seo-feature-grid, .seo-section--columns-4 .seo-related-grid { grid-template-columns: 1fr; }
  .seo-visual-card__media { height: 255px; }
  .seo-gallery { display: grid; grid-auto-rows: 260px; grid-template-columns: 1fr; }
  .seo-gallery figure:first-child { grid-row: auto; }
  .seo-gallery--single figure { height: 370px; }
  .seo-proof-grid { grid-template-columns: 1fr; }
  .seo-proof-band--columns-2 .seo-proof-grid, .seo-proof-band--columns-4 .seo-proof-grid { grid-template-columns: 1fr; }
  .seo-proof, .seo-proof:nth-child(odd) { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding: 26px 0 0; }
  .seo-proof:first-child { border-top: 0; padding-top: 0; }
  .seo-timeline article { gap: 15px; grid-template-columns: 54px 1fr; }
  .seo-timeline__marker { height: 52px; width: 52px; }
  .seo-timeline article::before { left: 26px; top: 45px; }
  .seo-testimonial figure { height: 360px; }
  .seo-testimonial blockquote { font-size: 29px; }
  .seo-cta, .seo-hub-cta { min-height: 390px; }
  .seo-hub-hero { min-height: 500px; }
  .seo-hub-hero h1 { font-size: 46px; }
  .seo-hub-hero p { font-size: 16px; }
  .seo-hub-feature { padding-bottom: 70px; padding-top: 42px; }
  .seo-hub-feature__media { height: 350px; }
  .seo-hub-collection { padding-bottom: 75px; padding-top: 55px; }
  .seo-hub-feature + .seo-hub-collection { padding-left: 20px; padding-right: 20px; }
  .seo-content-card--featured { grid-column: auto; }
  .seo-content-card--featured .seo-content-card__media { height: 260px; }
}
