:root {
  --green: #18362e;
  --green-deep: #102820;
  --olive: #a5a36b;
  --cream: #f4eee1;
  --ivory: #fffaf0;
  --ink: #17211d;
  --white: #fff;
  --line: rgba(24, 54, 46, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { height: 92px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; background: var(--ivory); position: relative; z-index: 20; }
.wordmark { display: inline-flex; align-items: center; gap: 14px; }
.brand-logo-image { width: 58px; height: 58px; object-fit: contain; border-radius: 50%; }
.monogram { width: 52px; height: 52px; border: 1px solid var(--green); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; gap: 5px; font-family: "Libre Caslon Display", serif; font-size: 19px; line-height: 1; }
.monogram span { width: 1px; height: 21px; background: var(--olive); }
.wordmark-text { font-size: 12px; font-weight: 600; letter-spacing: .22em; }
nav { display: flex; align-items: center; gap: 32px; font-size: 13px; }
.nav-cta { border: 1px solid var(--green); padding: 11px 18px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 1px; margin: 5px; background: var(--green); }

.hero { min-height: calc(100vh - 92px); position: relative; display: flex; align-items: center; overflow: hidden; color: white; }
.hero-image { position: absolute; inset: 0; background: url("assets/development-1.jpg") center/cover; transform: scale(1.015); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 31, 25, .86) 0%, rgba(10, 31, 25, .54) 48%, rgba(10, 31, 25, .08) 85%); }
.hero-content { position: relative; z-index: 1; width: min(720px, 84vw); margin-left: 8vw; padding: 80px 0; }
.eyebrow { margin: 0 0 24px; text-transform: uppercase; color: var(--olive); font-size: 11px; font-weight: 600; letter-spacing: .2em; overflow-wrap: anywhere; }
.eyebrow.light { color: var(--cream); }
h1, h2, h3 { font-family: "Libre Caslon Display", serif; font-weight: 400; line-height: .98; margin: 0; }
h1 { font-size: clamp(62px, 8vw, 126px); letter-spacing: -.045em; }
h2 { font-size: clamp(45px, 5.2vw, 76px); letter-spacing: -.035em; }
.hero-copy { width: min(580px, 100%); margin: 32px 0; font-size: clamp(17px, 1.5vw, 21px); color: rgba(255,255,255,.84); }
.hero-note { position: absolute; z-index: 1; right: 4vw; bottom: 38px; margin: 0; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 35px; padding: 14px 20px; border: 1px solid currentColor; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: .25s; }
.button:hover { gap: 45px; }
.button-light { color: white; }
.button-dark { color: white; background: var(--green); border-color: var(--green); }
.text-link, .context-link { display: inline-flex; gap: 22px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 600; }
.section { padding: 120px 8vw; }

.rebrand-banner { min-height: 300px; padding: 42px 8vw; display: grid; grid-template-columns: 180px minmax(320px, 1fr) auto 250px; gap: clamp(25px, 4vw, 70px); align-items: center; background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.rebrand-logo { width: 100%; max-height: 185px; object-fit: contain; mix-blend-mode: multiply; }
.pp-logo { border-radius: 50%; }
.cl-logo { max-width: 250px; }
.rebrand-message { padding-left: clamp(10px, 2vw, 35px); border-left: 1px solid var(--olive); }
.rebrand-message .eyebrow { margin-bottom: 9px; }
.rebrand-message h1 { color: var(--green); font-size: clamp(36px, 4.5vw, 66px); }
.rebrand-message > p:last-child { max-width: 590px; margin: 10px 0 0; font: clamp(18px, 1.6vw, 24px)/1.35 "Libre Caslon Display", serif; }
.rebrand-arrow { color: var(--olive); font: 38px "Libre Caslon Display", serif; }

.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; background: var(--ivory); border-bottom: 1px solid var(--line); }
.intro-copy { max-width: 590px; font-size: 18px; }
.intro-copy p:first-child { margin-top: 0; }
.intro-copy .text-link { margin-top: 25px; }
.about-section { background: var(--ivory); border-bottom: 1px solid var(--line); }
.about-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 9vw; }
.about-story { max-width: 590px; font-size: 18px; }
.about-story p:first-child { margin-top: 0; }
.director-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 75px; }
.director-card { display: grid; grid-template-columns: 90px 1fr; gap: 28px; padding: 42px; background: var(--cream); }
.director-initials { width: 82px; height: 82px; display: grid; place-items: center; border: 1px solid var(--olive); border-radius: 50%; color: var(--green); font: 27px "Libre Caslon Display", serif; }
.director-card .eyebrow { margin-bottom: 10px; }
.director-card h3 { font-size: 39px; }
.director-card p:last-child { margin: 18px 0 0; color: rgba(23,33,29,.72); }

.divisions { background: var(--green); color: white; }
.section-heading { padding: 100px 8vw 55px; }
.section-heading h2 { color: white; }
.division-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--cream); border: 1px solid var(--cream); }
.division-card { min-height: 660px; padding: 42px clamp(26px, 3vw, 55px) 50px; position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background-position: center; background-size: cover; }
.division-card::before { content: ""; position: absolute; inset: 0; background: rgba(8,31,24,.66); transition: background .35s ease; }
.division-card.division-build::before { background: rgba(8,31,24,.74); }
.division-card:hover::before { background: rgba(8,31,24,.57); }
.division-card.division-build:hover::before { background: rgba(8,31,24,.68); }
.division-card .division-number, .division-logo, .division-card-content, .division-card .division-actions { position: relative; z-index: 1; }
.division-card .division-number { align-self: flex-start; }
.division-logo { width: clamp(115px, 11vw, 155px); height: auto; align-self: flex-start; border: 2px solid var(--cream); border-radius: 50%; filter: drop-shadow(0 5px 16px rgba(0,0,0,.15)); }
.division-card-content { margin-top: auto; padding-top: 100px; }
.division-card h3 { min-height: 128px; font-size: clamp(43px, 4vw, 64px); }
.division-card h3 em { color: var(--olive); font-weight: 400; }
.division-card-content > p:not(.eyebrow) { min-height: 86px; margin: 23px 0; color: rgba(255,255,255,.82); }
.division-card .division-actions { margin-top: 12px; align-items: flex-start; flex-direction: column; gap: 18px; }
.division-card .button { width: 100%; justify-content: space-between; text-align: left; }
.division { min-height: 690px; padding: 95px 8vw; position: relative; display: grid; grid-template-columns: 1fr 1.2fr; align-items: end; overflow: hidden; border-top: 1px solid rgba(255,255,255,.25); background-position: center; background-size: cover; }
.division::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,31,24,.3), rgba(8,31,24,.92) 54%, rgba(8,31,24,.9)); }
.division-homes { background-image: url("assets/homes-card.jpg"); }
.division-build { background-image: url("assets/architecture-construction.jpeg"); }
.division-land { background-image: url("assets/land-opportunity-aerial.jpg"); }
.division-number, .division-content { position: relative; z-index: 1; }
.division-number { align-self: start; font-family: "Libre Caslon Display", serif; font-size: 18px; color: var(--cream); }
.division-content { max-width: 690px; }
.division h3 { font-size: clamp(55px, 7vw, 100px); }
.division h3 em { color: var(--olive); font-weight: 400; }
.division-content > p:not(.eyebrow) { max-width: 570px; margin: 30px 0; color: rgba(255,255,255,.82); font-size: 18px; }
.division-actions { margin-top: 38px; display: flex; gap: 32px; align-items: center; flex-wrap: wrap; }
.service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 25px; list-style: none; padding: 0; color: var(--cream); font-size: 13px; }
.service-list li::before { content: "—"; margin-right: 10px; color: var(--olive); }

.projects { background: var(--ivory); }
.homes-standard { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; margin-bottom: 120px; }
.homes-standard-title { align-self: start; }
.homes-standard-title h2 { font-size: clamp(42px, 4.8vw, 70px); }
.homes-standard-title > p:not(.eyebrow) { max-width: 570px; margin-top: 30px; font-size: 18px; }
.homes-standard-image { margin-top: 34px; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.standard-list > .eyebrow { margin-bottom: 12px; }
.standard-list article { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.standard-list article:last-child { border-bottom: 1px solid var(--line); }
.standard-list article > span { color: var(--olive); font-size: 11px; }
.standard-list h3 { font-size: 26px; line-height: 1.15; }
.standard-list article p { margin: 8px 0 0; color: rgba(23,33,29,.7); font-size: 14px; }
.confirmation-note { display: inline-block; margin-top: 8px; color: #7a5337; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.section-heading.dark { padding: 0 0 55px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.section-heading.dark h2 { color: var(--ink); }
.section-heading.dark > p { max-width: 290px; margin: 0; }
.project-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 24px; }
.project { position: relative; min-height: 560px; overflow: hidden; background: var(--green); color: white; }
.project-featured { min-height: 560px; }
.project img { height: 100%; object-fit: cover; position: absolute; transition: transform .7s ease; }
.project:hover img { transform: scale(1.025); }
.project::after { content:""; position:absolute; inset:0; background: linear-gradient(transparent 45%, rgba(8,28,22,.8)); }
.project-meta { position: absolute; z-index: 2; left: 30px; bottom: 28px; display: grid; }
.project-meta strong { font: 32px/1.1 "Libre Caslon Display", serif; }
.project-meta small { margin-top: 5px; color: var(--cream); }
.project-badge { position: absolute; z-index: 2; top: 24px; left: 24px; background: var(--cream); color: var(--green); padding: 8px 12px; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 600; }
.partnership-mark { position: absolute; z-index: 2; top: 24px; right: 24px; display: grid; justify-items: center; gap: 9px; color: var(--cream); }
.partnership-mark small { font-size: 9px; line-height: 1.25; text-transform: uppercase; letter-spacing: .14em; text-shadow: 0 2px 8px rgba(0,0,0,.5); }
.partnership-mark img { position: static; width: 118px; height: 118px; object-fit: contain; border: 2px solid var(--cream); border-radius: 50%; filter: drop-shadow(0 5px 16px rgba(0,0,0,.25)); }

.process { background: var(--cream); display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.process-title > p:not(.eyebrow) { max-width: 440px; margin-top: 30px; font-size: 18px; }
.process-title .button { margin-top: 20px; }
.process-steps { list-style: none; margin: 0; padding: 0; }
.process-steps li { display: grid; grid-template-columns: 55px 1fr; gap: 24px; padding: 27px 0; border-top: 1px solid var(--line); }
.process-steps li:last-child { border-bottom: 1px solid var(--line); }
.process-steps span { color: var(--olive); font-size: 12px; }
.process-steps h3 { font-size: 30px; }
.process-steps p { margin: 8px 0 0; color: rgba(23,33,29,.7); }

.project-gallery { background: var(--green-deep); color: white; }
.gallery-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 55px; }
.gallery-heading > p { max-width: 440px; margin: 0; color: rgba(255,255,255,.72); font-size: 18px; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gallery-image, .gallery-image-wide, .gallery-image-tall { position: relative; grid-column: auto; grid-row: auto; aspect-ratio: 4 / 3; margin: 0; padding: 0; overflow: hidden; border: 0; background: var(--green); color: white; cursor: zoom-in; }
.gallery-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.gallery-image:hover img { transform: scale(1.025); filter: brightness(1.04); }
.gallery-dialog { width: min(1100px, 92vw); max-height: 92vh; padding: 0; border: 1px solid var(--cream); background: var(--green-deep); color: white; }
.gallery-dialog::backdrop { background: rgba(8,22,18,.9); }
.gallery-dialog img { width: 100%; max-height: 80vh; object-fit: contain; }
.gallery-close { position: absolute; z-index: 2; top: 12px; right: 12px; border: 1px solid var(--cream); padding: 8px 11px; background: var(--green); color: white; cursor: pointer; }

.land-detail { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 720px; background: var(--green-deep); color: white; }
.land-image { background: linear-gradient(rgba(24,54,46,.12),rgba(24,54,46,.12)), url("assets/homes-development-render.jpg") center/cover; }
.land-copy { padding: 110px 8vw 110px 7vw; align-self: center; }
.land-copy p:not(.eyebrow) { color: rgba(255,255,255,.78); font-size: 18px; }
.land-copy ul { list-style: none; padding: 10px 0 25px; }
.land-copy li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.land-copy li::before { content: "✓"; color: var(--olive); margin-right: 13px; }
.land-audiences { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 30px 0; }
.land-audiences article { padding: 20px; border: 1px solid rgba(244,238,225,.38); background: rgba(255,255,255,.04); }
.land-audiences h3 { min-height: 48px; font-size: 22px; line-height: 1.1; }
.land-audiences article p { margin: 12px 0 0 !important; font-size: 12px !important; line-height: 1.55; }

.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; background: var(--ivory); }
.contact-intro > p:not(.eyebrow) { max-width: 430px; margin-top: 30px; }
.contact-details { margin-top: 50px; display: grid; font-size: 13px; }
.contact-details span { color: var(--olive); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; }
.contact-details a { font: 25px "Libre Caslon Display", serif; }
.enquiry-form { display: grid; gap: 24px; }
.website-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
label { display: grid; gap: 8px; font-size: 12px; font-weight: 600; }
label small { font-weight: 400; color: #7b817e; }
input, select, textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; padding: 11px 2px; color: var(--ink); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--olive); }
textarea { border: 1px solid var(--line); padding: 13px; resize: vertical; }
.consent { display: flex; grid-template-columns: auto 1fr; align-items: start; font-weight: 400; }
.consent input { width: auto; margin-top: 5px; }
.enquiry-form button { justify-self: start; cursor: pointer; }
.form-status { min-height: 25px; margin: 0; color: var(--green); }
.inline-link { text-decoration: underline; text-underline-offset: 3px; }

footer { background: var(--green); color: white; padding: 70px 8vw 25px; }
.footer-mark .monogram { border-color: var(--cream); }
.footer-mark .monogram span { background: var(--olive); }
.footer-links { display: flex; flex-wrap: wrap; gap: 30px; margin: 65px 0; font-size: 13px; }
.footer-legal { max-width: 850px; margin: 0 0 28px; color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.7; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.2); padding-top: 20px; display: flex; justify-content: space-between; color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.legal-page { background: var(--cream); }
.legal-hero { padding: 95px 8vw 70px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: 900px; color: var(--green); font-size: clamp(55px, 7vw, 100px); }
.legal-content { width: min(820px, 84vw); margin: 0 auto; padding: 90px 0 120px; }
.legal-content section + section { margin-top: 55px; padding-top: 55px; border-top: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 22px; color: var(--green); font-size: clamp(32px, 4vw, 48px); }
.legal-content h3 { margin: 30px 0 10px; color: var(--green); font-size: 25px; }
.legal-content p, .legal-content li { color: rgba(23,33,29,.78); }
.legal-content ul { padding-left: 22px; }
.legal-content a { text-decoration: underline; text-underline-offset: 3px; }

.development-hero { position: relative; min-height: 720px; display: flex; align-items: end; overflow: hidden; color: white; }
.development-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.development-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,31,24,.84), rgba(8,31,24,.1)); }
.development-hero-copy { position: relative; z-index: 1; padding: 90px 8vw; }
.development-hero-copy h1 { font-size: clamp(70px, 10vw, 145px); }
.development-hero-copy > p:last-child { max-width: 520px; margin: 25px 0 0; font-size: 19px; color: rgba(255,255,255,.85); }
.development-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; background: var(--cream); }
.development-intro > div:last-child { align-self: end; max-width: 560px; font-size: 18px; }
.development-intro .text-link { margin-top: 25px; }
.house-types { background: var(--ivory); }
.house-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.house-card { background: var(--cream); }
.house-card > img { aspect-ratio: 16 / 10; object-fit: cover; }
.house-card > div { padding: 28px; }
.house-card .eyebrow { margin-bottom: 12px; }
.house-card h3 { font-size: 38px; }
.house-card p:last-child { margin-bottom: 0; color: rgba(23,33,29,.72); }
.site-layout { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 8vw; background: var(--cream); }
.site-layout-copy > p:not(.eyebrow) { margin-top: 26px; font-size: 18px; }
.site-plan { position: relative; display: block; background: white; padding: 15px; }
.site-plan span { position: absolute; right: 25px; bottom: 25px; padding: 9px 13px; background: var(--green); color: white; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.development-cta { padding: 110px 8vw; text-align: center; background: var(--green); color: white; }
.development-cta h2 { margin-bottom: 38px; }
.agent-cta { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: center; text-align: left; }
.agent-cta h2 { margin-bottom: 28px; }
.agent-cta-intro > p:last-child { max-width: 590px; margin: 0; color: rgba(255,255,255,.75); font-size: 18px; }
.agent-card { padding: clamp(32px, 4vw, 55px); border: 1px solid var(--cream); background: rgba(255,255,255,.04); }
.agent-name { margin: 0; color: var(--cream); font: clamp(34px, 4vw, 52px)/1 "Libre Caslon Display", serif; }
.agent-branch { margin: 9px 0 35px; color: var(--olive); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.agent-details { margin: 0; }
.agent-details > div { display: grid; grid-template-columns: 125px 1fr; gap: 20px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.17); }
.agent-details dt { color: var(--olive); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.agent-details dd { margin: 0; overflow-wrap: anywhere; }
.agent-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 35px; }

@media (max-width: 850px) {
  .division-build { background-image: url("assets/architecture-card-mobile.jpg"); }
  .division-homes { background-image: url("assets/homes-card-mobile.jpg"); }
  .division-land { background-image: url("assets/land-card-mobile.jpg"); }
  .site-header { height: 76px; }
  .menu-toggle { display: block; }
  nav { position: absolute; top: 76px; left: 0; right: 0; padding: 25px 6vw; background: var(--ivory); display: none; align-items: stretch; flex-direction: column; gap: 18px; box-shadow: 0 15px 30px rgba(0,0,0,.1); }
  nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: calc(100svh - 76px); }
  .hero-content { margin-left: 6vw; width: 88vw; }
  .hero-note { display: none; }
  .section { padding: 80px 6vw; }
  .rebrand-banner { padding: 35px 6vw; grid-template-columns: 110px 1fr 150px; gap: 25px; }
  .rebrand-message { padding-left: 22px; }
  .rebrand-arrow { display: none; }
  .division-grid { grid-template-columns: 1fr; }
  .division-card { min-height: 570px; border-right: 0; }
  .division-card h3, .division-card-content > p:not(.eyebrow) { min-height: 0; }
  .intro, .process, .contact, .land-detail, .about-heading { grid-template-columns: 1fr; gap: 55px; }
  .director-grid { grid-template-columns: 1fr; }
  .homes-standard { grid-template-columns: 1fr; gap: 55px; margin-bottom: 85px; }
  .homes-standard-title { position: static; }
  .gallery-heading { display: block; }
  .gallery-heading > p { margin-top: 22px; }
  .editorial-grid { grid-template-columns: 1fr 1fr; }
  .division { padding: 75px 6vw; min-height: 650px; grid-template-columns: 1fr; }
  .division-number { display: none; }
  .section-heading { padding: 75px 6vw 40px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-featured { min-height: 520px; grid-row: auto; }
  .project { min-height: 340px; }
  .land-image { min-height: 460px; }
  .land-copy { padding: 75px 6vw; }
  .land-audiences { grid-template-columns: 1fr; }
  .land-audiences h3 { min-height: 0; }
  .development-hero { min-height: 620px; }
  .development-hero-copy { padding: 70px 6vw; }
  .development-intro, .site-layout, .agent-cta { grid-template-columns: 1fr; gap: 50px; }
  .house-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  h1 { font-size: 56px; }
  h2 { font-size: 43px; }
  .wordmark-text { font-size: 10px; letter-spacing: .17em; }
  .brand-logo-image { width: 48px; height: 48px; }
  .monogram { width: 44px; height: 44px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(10,31,25,.88), rgba(10,31,25,.48)); }
  .hero-content { width: auto; max-width: calc(100vw - 12vw); margin-right: 6vw; }
  .hero-copy { width: auto; max-width: 100%; }
  .hero .eyebrow { max-width: 310px; letter-spacing: .16em; }
  .rebrand-banner { grid-template-columns: 78px 1fr; padding: 28px 6vw; gap: 18px; }
  .rebrand-message { padding-left: 16px; }
  .rebrand-message h1 { font-size: 35px; }
  .rebrand-message > p:last-child { font-size: 17px; }
  .rebrand-banner .cl-logo { display: none; }
  .division-card { min-height: 590px; padding: 35px 6vw 42px; }
  .director-card { grid-template-columns: 1fr; padding: 30px; }
  .editorial-grid { grid-template-columns: 1fr; }
  .division h3 { font-size: 51px; }
  .service-list, .form-row { grid-template-columns: 1fr; }
  .section-heading.dark { display: block; }
  .section-heading.dark > p { margin-top: 20px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}
