/* Selected ZIP 1 elements. Header, navigation and shared layout stay in layout.css. */
.integrated-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--accent);
}
.integrated-hero .integration-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}
.integrated-hero .eyebrow { color: #fff; font-size: 12px; font-weight: 400; line-height: 1.6; }
.integrated-hero h1 { font-size: clamp(42px,5.2vw,68px); }
.integrated-hero .hero-title { color: var(--ink); font-family: Arial,Helvetica,sans-serif; font-weight: 500; letter-spacing: -.045em; line-height: 1.08; padding-top: 24px; margin-bottom: 0; }
.integrated-hero .hero-title::before { content: ""; display: block; width: 52px; height: 3px; margin-bottom: 14px; background: #fff; transform: translateY(-24px); }
.integrated-hero .hero-title > span { display: block; }
.integrated-hero .hero-title > span + span { margin-top: 6px; }
.integrated-hero .lead, .integrated-hero .credentials { color: #243c32; }
.integrated-hero .hero-image { aspect-ratio: auto; border: 0; box-shadow: none; background: transparent; }
.integrated-hero .hero-image img { height: auto; aspect-ratio: 4 / 3; border: 0; box-shadow: none; }
.integrated-hero .hero-image .credentials { margin: 12px 0 0; font-family: var(--sans); font-size: 21px; font-weight: 400; line-height: 1.5; color: var(--ink); }
.integrated-hero .credentials span { display: block; }
.integrated-hero .credentials .portrait-name { margin-bottom: 0; font-family: inherit; font-size: inherit; font-weight: 700; line-height: inherit; letter-spacing: normal; }

/* Balanced homepage proportions, scoped to preserve navigation and inner pages. */
.integrated-hero { padding-block: 34px; }
.integrated-hero .lead { line-height: 1.5; }
.integrated-hero + .intro { padding-block: 64px; }
.integrated-hero + .intro .section-lead { max-width: 960px; margin-bottom: 0; }
@media(min-width:761px) {
  .integrated-hero .hero-grid { grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); column-gap: clamp(36px,5vw,72px); row-gap: 0; align-items: start; }
  .integrated-hero .hero-copy { display: contents; }
  .integrated-hero .hero-copy > .eyebrow { grid-column: 1 / -1; grid-row: 1; }
  .integrated-hero h1 { grid-column: 1; grid-row: 2; }
  .integrated-hero .lead { grid-column: 1; grid-row: 3; margin-top: 0; margin-bottom: 0; }
  .integrated-hero .hero-image { grid-column: 2; grid-row: 2 / 4; width: 100%; max-width: 480px; margin-top: 0; justify-self: end; }
}
@media(max-width:760px) {
  .integrated-hero { padding-block: 30px; }
  .integrated-hero .hero-grid { gap: 24px; }
  .integrated-hero h1 { font-size: clamp(38px,11.5vw,50px); }
  .integrated-hero .hero-image { max-width: none; }
  .integrated-hero .hero-image .credentials { margin-top: 12px; font-size: 18px; }
  .integrated-hero + .intro { padding-block: 48px; }
}

.offer-section { scroll-margin-top: 150px; padding: 72px 0 80px; background: #faf8f2; color: #243c32; font: 16px/1.65 Arial,Helvetica,sans-serif; }
.offer-section * { box-sizing: border-box; }
.offer-shell { width: min(1240px,calc(100% - 96px)); margin-inline: auto; }
.offer-section p { margin: 0 0 22px; }
.offer-section h2, .offer-section h3 { font-family: inherit; font-weight: 500; line-height: 1.14; letter-spacing: -.045em; margin: 0 0 26px; }
.offer-section h2 { font-size: clamp(32px,3.2vw,46px); }
.offer-section .offer-eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: .17em; font-weight: 700; margin-bottom: 24px; color: var(--accent); }
.offer-section-head { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 35px; }
.offer-section-head h2 { margin: 0; }
.offer-section-head > p { max-width: 360px; color: #57645c; font-size: 15px; margin: 0; }
.offer-cards { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.offer-card { background: #fff; border-bottom: 3px solid #eab43b; border-radius: 5px; overflow: hidden; display: flex; flex-direction: column; }
.offer-card > img { display: block; width: 100%; height: 185px; object-fit: cover; }
.offer-card-body { padding: 25px 22px 28px; display: flex; flex-direction: column; flex: 1; }
.offer-card-no { font-size: 11px; letter-spacing: .12em; color: var(--accent); margin-bottom: 16px; }
.offer-card h3 { font-size: 24px; letter-spacing: -.035em; margin-bottom: 16px; }
.offer-card p { font-size: 14px; color: #57645c; line-height: 1.75; }
.offer-card a { color: inherit; text-decoration: none; font-size: 13px; font-weight: 600; margin-top: auto; padding-top: 10px; display: flex; justify-content: space-between; }
.offer-card:hover, .offer-card:focus-within { border-bottom-color: var(--accent); }
.offer-card:hover a, .offer-card:focus-within a { color: var(--accent); }
.offer-card a:focus-visible { outline: 3px solid #1469ad; outline-offset: 5px; }
@media(max-width:1100px) {
  .offer-shell { width: calc(100% - 56px); }
  .offer-cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .offer-card > img { height: 230px; }
  .offer-card h3 { font-size: 27px; }
}
@media(max-width:760px) {
  .offer-shell { width: calc(100% - 40px); }
  .offer-section { padding: 65px 0; }
  .offer-section-head { display: block; }
  .offer-section-head > p { margin-top: 20px; }
  .offer-section .offer-eyebrow { margin-bottom: 20px; }
  .offer-cards { gap: 16px; }
  .offer-card-body { padding: 20px 16px; }
  .offer-card h3 { font-size: 21px; }
  .offer-card > img { height: 165px; }
  .offer-card p { font-size: 13px; }
}
@media(max-width:420px) {
  .offer-cards { grid-template-columns: 1fr; }
  .offer-card > img { height: 220px; }
  .offer-card h3 { font-size: 26px; }
}
