/* LB Leaps and Bounds — all fonts and images are served locally. */
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/dm-sans-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/dm-sans-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/dm-sans-semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Libre Caslon Display";
  src: url("../fonts/libre-caslon-display.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: light;
  --navy: #102d4b;
  --rose: #9b5b64;
  --rose-light: #e7beb6;
  --paper: #fbfaf8;
  --blush: #f1e4df;
  --body: #4d5961;
  --line: #dad8d2;
  --serif: "Libre Caslon Display", Georgia, "Times New Roman", serif;
  --sans: "DM Sans", Arial, Helvetica, sans-serif;
  --container: 1224px;
  --header-height: 94px;
  --section-space: clamp(72px, 8.3vw, 116px);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body { margin: 0; color: var(--navy); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
body, h1, h2, h3, p, figure { margin: 0; }
img { display: block; width: 100%; max-width: 100%; height: auto; }
picture { display: block; }
a { color: inherit; text-underline-offset: .3em; text-decoration-thickness: 1px; }
button { color: inherit; font: inherit; cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--rose); outline-offset: 6px; }
main:focus { outline: none; }
::selection { color: var(--navy); background: var(--rose-light); }
[hidden] { display: none !important; }
.container { width: min(var(--container), calc(100% - 96px)); margin-inline: auto; }
.section-space { padding-block: var(--section-space); }
.eyebrow { display: flex; align-items: center; gap: 13px; color: var(--rose); font-size: 11px; font-weight: 600; line-height: 1.5; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span:not(.eyebrow-line) { opacity: .65; }
.eyebrow-line { width: 24px; height: 1px; background: currentColor; flex: 0 0 auto; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 { margin-top: 24px; font-size: clamp(60px, 5.5vw, 78px); line-height: .99; letter-spacing: -.035em; }
h2 { margin-top: 20px; font-size: clamp(40px, 4.1vw, 56px); line-height: 1.05; letter-spacing: -.025em; }
h3 { font-size: 35px; line-height: 1.12; letter-spacing: -.015em; }
h1 em, h2 em { font-style: normal; color: var(--rose); }
.lead { font-size: 18px; line-height: 1.6; color: var(--navy); }
.text-link { display: inline-block; padding-block: 10px; font-size: 14px; font-weight: 500; text-decoration-color: var(--rose); transition: color .18s ease; }
.text-link:hover { color: var(--rose); }
.arrow-link { display: inline-flex; align-items: center; gap: 28px; }
.arrow-link > span { font-size: 22px; line-height: 1; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 52px; padding: 13px 21px; border: 1px solid var(--navy); border-radius: 0; background: var(--navy); color: var(--paper); font-size: 14px; font-weight: 500; line-height: 1.5; text-decoration: none; transition: background .18s ease, border-color .18s ease; }
.button > span { font-size: 23px; line-height: 1; }
.button:hover { background: #26465f; border-color: #26465f; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 20px; color: var(--paper); background: var(--navy); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

/* Header and progressively enhanced mobile navigation. */
.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid var(--line); background: var(--paper); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; min-height: var(--header-height); }
.brand { display: flex; flex: 0 0 276px; align-items: center; min-height: 52px; padding-block: 3px; }
.brand img { width: 276px; }
.navigation { display: flex; align-items: center; gap: 34px; }
.navigation a { display: inline-flex; align-items: center; min-height: 44px; padding-block: 10px; text-decoration: none; font-size: 13px; font-weight: 500; white-space: nowrap; text-underline-offset: 8px; }
.navigation a:hover, .navigation a[aria-current="location"] { text-decoration: underline; text-decoration-color: var(--rose); }
.navigation .nav-contact { gap: 22px; margin-left: 8px; padding-inline: 20px; border: 1px solid var(--line); }
.nav-contact > span { font-size: 21px; line-height: 1; }
.menu-toggle { display: none; }

/* Hero: the photograph faces the text, with room for the whole horse. */
.hero { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 54px; padding-block: 58px 46px; }
.hero-copy { padding-block: 15px 28px; }
.hero-description { max-width: 390px; margin-top: 24px; color: var(--body); font-size: 15px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; margin-top: 29px; }
.hero-figure { min-width: 0; }
.hero-image { position: relative; isolation: isolate; }
.hero-image::before { content: ""; position: absolute; z-index: -1; top: 24px; right: -20px; bottom: -20px; left: 42%; background: var(--blush); }
.hero-image img { aspect-ratio: 1.19; object-fit: cover; object-position: 48% center; }
.hero-figure figcaption { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 32px; color: var(--body); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.hero-figure figcaption span:first-child { color: var(--rose); }
.intro-line { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 23px; border-block: 1px solid var(--line); }
.intro-line > span { font-family: var(--serif); font-size: 23px; line-height: 1.3; }
.intro-line p { color: var(--body); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.intro-line p span { padding-inline: 18px; color: var(--rose); }

/* About: a portrait and a personal story, with one quiet photographic note. */
.about { display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: clamp(48px, 7vw, 105px); }
.about-visual { position: relative; isolation: isolate; padding: 0 36px 38px 0; }
.about-figure { position: relative; }
.about-figure::before { content: ""; position: absolute; z-index: -1; top: 42px; right: -25px; bottom: 4px; left: 40px; border: 1px solid #cfaca7; }
.about-figure img { aspect-ratio: .88; object-fit: cover; object-position: 50% 90%; }
.about-figure figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px; padding-top: 18px; font-size: 11px; }
.about-figure figcaption span { color: var(--body); }
.photo-note { position: relative; width: fit-content; margin: 28px 0 0 35px; padding-left: 20px; border-left: 1px solid var(--rose); font-family: var(--serif); font-size: 26px; line-height: 1.15; }
.about-copy h2 { margin-bottom: 25px; }
.about-copy > p:not(.eyebrow):not(.lead) { color: var(--body); font-size: 14px; }
.about-copy > p + p { margin-top: 16px; }
.about-copy .text-link { margin-top: 18px; }

/* Three services in open rows; no carousel or hidden content. */
.services { color: var(--paper); background: var(--navy); }
.services .eyebrow { color: var(--rose-light); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 46px; }
.section-intro { max-width: 365px; padding-bottom: 3px; color: #d4dce2; font-size: 15px; }
.service-row { display: grid; grid-template-columns: 65px .9fr 1.1fr; gap: 32px; align-items: start; padding-block: 34px; border-top: 1px solid #526679; }
.service-row:last-child { border-bottom: 1px solid #526679; }
.service-number { color: var(--rose-light); font-size: 11px; padding-top: 5px; }
.service-description { max-width: 510px; }
.service-description p { color: #d4dce2; font-size: 14px; }
.service-detail { display: block; margin-top: 14px; color: var(--rose-light); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.services-contact { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 29px; }
.services-contact p { color: #d4dce2; font-size: 14px; }
.services .text-link { color: var(--paper); text-decoration-color: var(--rose-light); }
.services .text-link:hover { color: var(--rose-light); }
.services :focus-visible { outline-color: var(--rose-light); }

/* Approach: open typography, followed by a wide photograph. */
.approach-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; margin-bottom: 48px; }
.approach-copy { max-width: 560px; padding-top: 31px; }
.approach-copy p + p { margin-top: 17px; }
.approach-copy p:not(.lead) { color: var(--body); font-size: 15px; }
.approach-figure img { aspect-ratio: 2.15; object-fit: cover; object-position: center 25%; }
.approach-figure figcaption { display: flex; align-items: start; justify-content: space-between; gap: 24px; margin-top: 18px; font-size: 11px; color: var(--body); }
.approach-figure figcaption span:last-child { flex-shrink: 0; color: var(--rose); }

/* Contact stays simple: a real email link and the supplied address. */
.contact { background: var(--blush); }
.contact .eyebrow { color: #8c4d57; }
.contact-inner { display: grid; grid-template-columns: 1fr 310px; align-items: center; gap: 80px; padding-block: 78px 82px; }
.contact-heading h2 { font-size: clamp(44px, 4.5vw, 62px); }
.contact-heading > p:not(.eyebrow) { max-width: 420px; margin-top: 24px; color: var(--body); font-size: 15px; }
.contact-email { display: inline-flex; align-items: center; gap: 40px; max-width: 100%; min-height: 48px; margin-top: 23px; padding-bottom: 5px; border-bottom: 1px solid var(--rose); font-size: clamp(18px, 2.1vw, 28px); font-weight: 400; letter-spacing: -.035em; text-decoration: none; overflow-wrap: anywhere; transition: color .18s ease; }
.contact-email > span { font-size: 32px; line-height: 1; flex: 0 0 auto; }
.contact-email:hover { color: #8c4d57; }
.contact-person { justify-self: end; width: 230px; padding-left: 30px; border-left: 1px solid #c9aca7; }
.contact-person picture { width: 200px; }
.contact-person img { aspect-ratio: 1.05; object-fit: cover; object-position: 39% 45%; }
.contact-person address { display: flex; flex-direction: column; gap: 2px; margin-top: 22px; font-style: normal; font-size: 12px; color: var(--body); }
.contact-person strong { color: var(--navy); font-size: 14px; font-weight: 600; }
.address-line { margin-top: 12px; }
.site-footer { padding-block: 32px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-brand { display: flex; align-items: center; min-height: 44px; width: 218px; }
.footer-inner p, .back-to-top { font-size: 11px; color: var(--body); }
.back-to-top { display: inline-flex; align-items: center; gap: 22px; min-height: 44px; text-decoration: none; }
.back-to-top span { font-size: 18px; }
.back-to-top:hover { text-decoration: underline; }

@media (min-width: 1600px) {
  .hero { padding-top: 70px; }
}
@media (max-width: 1100px) {
  :root { --header-height: 84px; }
  .header-inner { gap: 24px; }
  .brand { flex-basis: 235px; }
  .brand img { width: 235px; }
  .navigation { gap: 22px; }
  .navigation .nav-contact { margin-left: 0; padding-inline: 13px; gap: 13px; }
  .hero { gap: 34px; padding-top: 44px; }
  h1 { font-size: clamp(53px, 6.1vw, 67px); }
  .hero-image img { aspect-ratio: 1.05; }
  .hero-actions { gap: 12px 20px; }
  .hero-figure figcaption { flex-wrap: wrap; gap: 5px 16px; }
  .about { gap: 48px; grid-template-columns: .9fr 1.1fr; }
  .about-visual { padding-right: 15px; }
  .about-figure::before { right: -18px; }
  .about-figure img { aspect-ratio: .74; }
  .section-heading { gap: 45px; }
  .service-row { grid-template-columns: 35px .85fr 1.15fr; gap: 25px; }
  .approach-heading { gap: 55px; }
  .contact-inner { grid-template-columns: 1fr 240px; gap: 40px; }
  .contact-email { gap: 25px; }
}
@media (max-width: 900px) {
  :root { --header-height: 76px; }
  html:not(.nav-enhanced) .site-header { position: static; }
  .container { width: calc(100% - 64px); }
  .brand { flex-basis: 220px; }
  .brand img { width: 220px; }
  .header-inner { position: relative; flex-wrap: wrap; gap: 0; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; min-width: 82px; padding: 10px 0 10px 10px; background: transparent; border: 0; font-size: 12px; }
  .menu-icon { display: grid; gap: 6px; width: 22px; }
  .menu-icon span { width: 22px; height: 1px; background: var(--navy); transform-origin: center; transition: transform .18s ease; }
  .menu-toggle[aria-expanded="true"] .menu-icon span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-icon span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .navigation { flex: 0 0 100%; flex-direction: column; align-items: stretch; gap: 0; padding-block: 0 20px; }
  .navigation a { min-height: 50px; padding-inline: 5px; font-size: 15px; }
  .navigation a + a { border-top: 1px solid var(--line); }
  .navigation .nav-contact { justify-content: space-between; margin-top: 8px; padding-inline: 14px; border: 1px solid var(--line); }
  .nav-enhanced .navigation { position: absolute; top: 100%; left: -32px; right: -32px; display: none; padding: 8px 32px 24px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 14px 18px -18px #102d4b70; }
  .nav-enhanced .navigation.is-open { display: flex; max-height: calc(100dvh - var(--header-height)); overflow-y: auto; }
  .intro-line p span { padding-inline: 10px; }
  .intro-line > span { font-size: 21px; }
  .about { gap: 36px; }
  .about-copy > p:not(.eyebrow):not(.lead) { font-size: 14px; }
  .about-copy .lead { font-size: 17px; }
  .photo-note { margin-left: 12px; font-size: 25px; }
}
@media (max-width: 760px) {
  :root { --header-height: 72px; --section-space: 66px; }
  .container { width: calc(100% - 40px); }
  .brand { flex-basis: 218px; }
  .brand img { width: 218px; }
  .nav-enhanced .navigation { left: -20px; right: -20px; padding-inline: 20px; }
  .eyebrow { font-size: 10px; gap: 11px; letter-spacing: .11em; }
  .hero { grid-template-columns: 1fr; gap: 31px; padding-block: 37px 27px; }
  .hero-copy { padding: 0; }
  h1 { margin-top: 20px; font-size: clamp(55px, 12.3vw, 70px); line-height: 1; }
  h2 { margin-top: 17px; font-size: clamp(39px, 9vw, 51px); }
  .hero-description { max-width: 440px; margin-top: 21px; font-size: 15px; }
  .hero-actions { margin-top: 22px; gap: 18px; }
  .hero-actions .text-link { font-size: 13px; }
  .button { padding-inline: 17px; gap: 18px; font-size: 13px; }
  .hero-figure { margin-right: 9px; }
  .hero-image img { aspect-ratio: 1.38; object-position: 48% center; }
  .hero-image::before { top: 17px; right: -9px; bottom: -11px; left: 46%; }
  .hero-figure figcaption { justify-content: space-between; margin-top: 22px; font-size: 9px; gap: 5px 12px; letter-spacing: .08em; }
  .intro-line { align-items: flex-start; flex-direction: column; gap: 12px; padding-block: 21px; }
  .intro-line > span { font-size: 24px; }
  .intro-line p { font-size: 10px; }
  .intro-line p span { padding-inline: 15px; }
  .about { grid-template-columns: 1fr; gap: 33px; }
  .about-copy { grid-row: 1; }
  .about-copy h2 { margin-bottom: 22px; }
  .about-copy .lead { font-size: 18px; }
  .about-copy > p:not(.eyebrow):not(.lead) { font-size: 15px; }
  .about-copy > p + p { margin-top: 16px; }
  .about-copy .text-link { margin-top: 16px; }
  .about-visual { width: 100%; max-width: 475px; padding: 0 28px 0 0; }
  .about-figure img { aspect-ratio: .94; object-position: 50% 90%; }
  .about-figure::before { top: 26px; right: -18px; bottom: 0; }
  .about-figure figcaption { padding-top: 16px; font-size: 10px; }
  .photo-note { margin: 28px 0 0 25px; font-size: 27px; }
  .section-heading { grid-template-columns: 1fr; gap: 23px; margin-bottom: 31px; }
  .section-intro { max-width: 470px; font-size: 15px; }
  .service-row { grid-template-columns: 28px 1fr; gap: 14px; padding-block: 28px; }
  .service-number { padding-top: 5px; }
  .service-row h3 { font-size: 32px; }
  .service-row h3 br { display: none; }
  .service-description { grid-column: 2; }
  .service-description p { font-size: 14px; }
  .service-detail { margin-top: 14px; font-size: 10px; }
  .services-contact { align-items: flex-start; flex-direction: column; gap: 5px; margin-top: 24px; }
  .approach-heading { grid-template-columns: 1fr; gap: 27px; margin-bottom: 30px; }
  .approach-copy { padding-top: 0; }
  .approach-figure img { aspect-ratio: 1.5; object-position: center; }
  .approach-figure figcaption { flex-direction: column; gap: 7px; margin-top: 14px; font-size: 10px; }
  .contact-inner { grid-template-columns: 1fr; gap: 36px; padding-block: 57px; }
  .contact-heading h2 { font-size: clamp(44px, 10vw, 56px); }
  .contact-heading > p:not(.eyebrow) { margin-top: 21px; }
  .contact-email { gap: 20px; margin-top: 23px; font-size: clamp(18px, 5.35vw, 26px); letter-spacing: -.025em; }
  .contact-email > span { font-size: 27px; }
  .contact-person { display: flex; align-items: center; gap: 23px; justify-self: start; width: 100%; padding: 28px 0 0; border-left: 0; border-top: 1px solid #c9aca7; }
  .contact-person picture { width: 100px; flex: 0 0 100px; }
  .contact-person img { aspect-ratio: .8; object-position: 40% center; }
  .contact-person address { margin: 0; font-size: 11px; }
  .contact-person strong { font-size: 13px; }
  .address-line { margin-top: 8px; }
  .site-footer { padding-block: 25px 20px; }
  .footer-inner { flex-wrap: wrap; gap: 13px; }
  .footer-brand { width: 205px; flex: 0 0 100%; }
  .footer-brand img { width: 205px; }
  .footer-inner p, .back-to-top { font-size: 11px; }
  .back-to-top { gap: 9px; }
}
@media (max-width: 359px) {
  .brand, .brand img { width: 185px; flex-basis: 185px; }
  .menu-toggle { gap: 9px; min-width: 70px; }
  .hero-actions { gap: 10px 16px; }
  .hero-figure figcaption { font-size: 8px; }
  .contact-email { gap: 13px; font-size: 18px; }
  .contact-person { gap: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  :root { --section-space: 28px; }
  body { color: #000; background: #fff; font-size: 11pt; }
  .container { width: 100%; }
  .site-header { position: static; }
  .site-header .navigation, .menu-toggle, .skip-link, .hero-actions, .back-to-top, .intro-line, .photo-note { display: none !important; }
  .header-inner { min-height: 65px; }
  .hero { padding-block: 25px; }
  h1 { font-size: 42pt; }
  h2 { font-size: 30pt; }
  .hero-image::before, .about-figure::before { display: none; }
  .services, .contact { color: #000; background: #fff; border-block: 1px solid #bbb; }
  .services .eyebrow, .services p, .services .service-detail, .services .text-link { color: #222; }
  .service-row { break-inside: avoid; }
  .approach-figure img { max-height: 220px; }
  .contact-inner { padding-block: 24px; }
}
