:root {
  --ivory: #F8F6F1;
  --paper: #FFFDF9;
  --charcoal: #1F1F1F;
  --ink: #2B2B2A;
  --champagne: #C9B18A;
  --gold: #A98B62;
  --muted: #7A756D;
  --glass: #DCEEF4;
  --line: #E6DED1;
  --taupe: #8A8276;
  --glass-strong: #C9E3EC;
  --shadow: 0 14px 42px rgba(56, 48, 37, .07);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid #86AFC0; outline-offset: 4px; }
::selection { background: #E8F3F6; color: var(--charcoal); }
.shell { max-width: 1360px; margin: auto; }
.serif { font-family: Georgia, "Times New Roman", serif; }
.skip-link { position: fixed; top: -100px; left: 16px; padding: 16px; background: white; z-index: 50; }
.skip-link:focus { top: 12px; }
#main-content { scroll-margin-top: 112px; }
.topbar { position: sticky; top: 0; z-index: 20; background: rgba(248,246,241,.96); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); box-shadow: 0 3px 18px rgba(64,53,40,.025); }
.topbar-inner { max-width: 1360px; margin: auto; min-height: 102px; padding: 12px 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; min-width: 0; background: transparent; }
.brand img { width: 94px; height: 68px; object-fit: contain; flex: 0 0 auto; mix-blend-mode: multiply; }
.brand-copy { display: flex; flex-direction: column; gap: 8px; }
.brand-name { color: var(--charcoal); font-family: Georgia, "Times New Roman", serif; font-size: 25px; line-height: 1.1; letter-spacing: .05em; font-weight: 400; white-space: nowrap; }
.brand-role { color: var(--taupe); font-size: 9px; font-weight: 500; letter-spacing: .095em; text-transform: uppercase; white-space: nowrap; }
.top-cta { display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid #C9B18A; min-height: 46px; padding: 13px 20px; font-size: 12px; font-weight: 600; letter-spacing: .025em; background: linear-gradient(135deg, #E1D0B4, #C9B18A); color: var(--charcoal); box-shadow: 0 8px 24px rgba(118,92,56,.09); transition: filter .2s, transform .2s; }
.top-cta:hover { filter: brightness(1.03); transform: translateY(-1px); }
.top-cta span { font-size: 20px; color: var(--gold); }
.hero { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); grid-template-rows: auto auto; grid-template-areas: "heading visual" "copy visual"; column-gap: 40px; padding: 48px 48px 40px; align-items: start; background: linear-gradient(135deg, #FFFDF9 0%, #F8F6F1 52%, #F3EEE6 100%); border-bottom: 1px solid var(--line); }
.hero-heading { grid-area: heading; align-self: end; }
.eyebrow { display: flex; align-items: center; gap: 15px; color: var(--taupe); font-size: 10px; line-height: 1.5; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; margin: 0 0 22px; }
.eyebrow span { width: 38px; height: 1px; background: linear-gradient(90deg, var(--champagne) 0 72%, var(--glass-strong) 72% 100%); display: inline-block; flex: 0 0 auto; }
h1 { color: var(--charcoal); font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: clamp(54px, 5.7vw, 78px); line-height: .98; font-weight: 650; letter-spacing: -.055em; margin: 0 0 22px; }
.champagne { color: #A58760; font-style: normal; font-weight: 650; }
.lead { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: clamp(18px, 1.6vw, 23px); font-weight: 500; margin: 0; line-height: 1.45; color: #4D4A45; }
.hero-copy { grid-area: copy; }
.intro { font-size: 15px; line-height: 1.75; color: #6E6A63; margin: 20px 0 0; max-width: 430px; }
.hero-actions { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; margin-top: 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 25px; padding: 16px 22px; min-height: 50px; border: 1px solid var(--line); font-size: 12px; font-weight: 500; letter-spacing: .025em; }
.btn.primary { border-color: #BCA176; color: var(--charcoal); background: linear-gradient(135deg, #DDCBAE, #C9B18A); box-shadow: 0 10px 24px rgba(122,91,50,.09); transition: filter .2s, transform .2s; }
.btn.primary:hover { filter: brightness(1.03); transform: translateY(-1px); }
.btn.primary span { font-size: 20px; line-height: 1; color: #6f5433; }
.text-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; font-size: 12px; border-bottom: 1px solid #D5C7B1; }
.text-link:hover { color: #80623b; }
.hero-partner { display: flex; align-items: center; gap: 16px; margin-top: 24px; }
.hero-partner img { width: 118px; height: auto; }
.hero-partner > span { padding-left: 16px; border-left: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.hero-visual { grid-area: visual; margin: 0; min-width: 0; align-self: center; }
/* Premium, edge-softened framing blends the hero image into the ivory page. */
.hero-photo { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #F2EDE5; box-shadow: 0 20px 50px rgba(65,49,28,.10); border: 1px solid rgba(201,177,138,.36); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero-photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(248,246,241,0) 58%, rgba(248,246,241,.15) 100%), linear-gradient(90deg, rgba(220,238,244,.10), transparent 14%, transparent 86%, rgba(248,246,241,.10)); }
.hero-visual figcaption { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 15px; margin-top: 0; border-top: 3px solid var(--glass); font-size: 10px; color: var(--muted); }
.hero-visual figcaption { position: relative; }
.hero-visual figcaption::after { content: ""; position: absolute; right: 0; top: -3px; width: 17%; height: 3px; background: var(--glass-strong); }

.hero-visual figcaption > span:first-child { font-family: Georgia, "Times New Roman", serif; font-size: 17px; color: #393d39; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr) 1.25fr; padding: 26px 48px; background: #F3EEE6; border-block: 1px solid var(--line); }
.stat { text-align: center; padding: 3px 18px; border-right: 1px solid #d8cfc1; }
.stat b { display: block; font-family: Georgia, "Times New Roman", serif; color: #292d29; font-size: 46px; font-weight: 400; line-height: 1; margin-bottom: 12px; }
.stat span { font-size: 9px; line-height: 1.6; text-transform: uppercase; letter-spacing: .12em; }
.quote { display: flex; align-items: center; justify-content: center; padding: 0 0 0 34px; font-family: Georgia, "Times New Roman", serif; font-style: italic; font-size: 20px; line-height: 1.5; }
.pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.pillar-card { background: #FFFDF9; padding: 44px 48px; position: relative; }
.pillar-card::before { content: ""; position: absolute; left: 0; top: 0; width: 4px; height: 54px; background: linear-gradient(var(--champagne), var(--glass-strong)); }
.pillar-card .eyebrow { margin-bottom: 14px; }
.pillar-card h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3vw, 42px); font-weight: 400; line-height: 1.08; letter-spacing: -.03em; margin: 0 0 22px; }
.benefit-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.benefit-list li { position: relative; padding: 0 0 12px 26px; border-bottom: 1px solid #eee8de; color: #4f544f; font-size: 14px; line-height: 1.55; }
.benefit-list li::before { content: "→"; position: absolute; left: 0; top: 0; color: var(--gold); }
.network { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); background: #F8F6F1; border-top: 1px solid var(--line); align-items: stretch; }
.network-photo { min-height: 420px; overflow: hidden; }
.network-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.network-copy { padding: 54px 48px; display: flex; flex-direction: column; justify-content: center; }
.network-copy .eyebrow { margin-bottom: 15px; }
.network-copy h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 3.8vw, 50px); font-weight: 400; letter-spacing: -.03em; line-height: 1.06; margin: 0 0 20px; }
.network-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; max-width: 560px; }
.consultation { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 52px; padding: 56px 48px; background: #FFFDF9; align-items: start; }
.consultation-stories > .eyebrow { margin-bottom: 16px; }
.consultation-stories > h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 3.4vw, 45px); font-weight: 400; letter-spacing: -.03em; line-height: 1.1; margin: 0 0 18px; }
.section-intro { color: var(--muted); line-height: 1.7; max-width: 490px; font-size: 14px; margin: 0 0 28px; }
.features { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; align-items: start; }
.feature { min-width: 0; }
.feature img { width: 100%; height: auto; object-fit: contain; }
.feature-copy { padding: 17px 0 0; }
.feature-copy small { font-size: 9px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: #917550; }
.feature-copy h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: 25px; letter-spacing: -.025em; line-height: 1.1; margin: 10px 0; }
.feature-copy p { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 0; }
.form-card { background: var(--ivory); border: 1px solid var(--line); border-top: 3px solid var(--champagne); padding: 28px; box-shadow: var(--shadow); scroll-margin-top: 118px; min-width: 0; }
.form-card .eyebrow { font-size: 9px; letter-spacing: .12em; margin-bottom: 13px; }
.form-card h2 { font-family: Georgia, "Times New Roman", serif; font-size: 32px; line-height: 1.15; font-weight: 400; letter-spacing: -.025em; margin: 0 0 10px; }
.form-card > p { margin: 0 0 21px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.field { margin: 10px 0; }
.field input, .field select, .field textarea { display: block; width: 100%; border: 1px solid #d9d5cd; background: #fff; min-height: 47px; padding: 12px 13px; border-radius: 0; color: #333a35; font-size: 16px; }
.field input::placeholder, .field textarea::placeholder { color: #70736d; opacity: 1; }
.field select { padding-right: 24px; }
.field textarea { min-height: 94px; resize: vertical; line-height: 1.5; }
.privacy { display: flex; align-items: flex-start; gap: 10px; font-size: 11px; line-height: 1.5; color: #5a5f58; margin: 17px 0; cursor: pointer; }
.privacy input { flex: 0 0 auto; width: 18px; height: 18px; margin: 0; accent-color: #333c34; }
.submit { width: 100%; border: 1px solid #BFA57B; background: #C9B18A; color: var(--charcoal); min-height: 51px; padding: 15px; font-size: 12px; font-weight: 600; letter-spacing: .06em; cursor: pointer; transition: background .2s; }
.submit:hover { background: #BFA47B; }
.submit:disabled { opacity: .65; cursor: wait; }
.form-status { min-height: 18px; margin-top: 10px; font-size: 12px; line-height: 1.6; overflow-wrap: anywhere; }
.form-status.ok { color: #1b6546; }
.form-status.err { color: #a61b30; }
.contactbar { display: grid; grid-template-columns: 1fr 1.1fr 1fr 1.25fr; border-block: 1px solid var(--line); background: #F8F6F1; padding: 0 28px; }
.contactbar > div { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 23px 16px; border-right: 1px solid var(--line); min-width: 0; }
.contactbar > div:last-child { border-right: 0; }
.contactbar img { width: 98px; height: auto; flex: 0 0 auto; }
.contact-text { font-size: 12px; line-height: 1.5; }
.contact-text a { display: inline-flex; align-items: center; min-height: 44px; }
.muted { font-size: 10px; line-height: 1.5; color: var(--muted); }
.ico { width: 23px; height: 23px; flex: 0 0 auto; color: #877354; }
.services { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); padding: 14px 36px; background: #FFFDF9; scroll-margin-top: 110px; }
.service { text-align: center; min-width: 0; padding: 24px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; border-right: 1px solid var(--line); }
.service:last-child { border-right: 0; }
.service svg { width: 31px; height: 31px; stroke: #9B805A; }
.service strong { font-weight: 500; font-size: 10px; letter-spacing: .075em; line-height: 1.7; text-transform: uppercase; }
.about { display: grid; grid-template-columns: 1.2fr .8fr; background: #F3EFE8; border-top: 1px solid var(--line); }
.about-copy { padding: 52px 48px; }
.about-copy .eyebrow { margin-bottom: 14px; }
.about-copy h2 { font-family: Georgia, "Times New Roman", serif; font-size: 45px; letter-spacing: -.025em; font-weight: 400; margin: 0 0 8px; }
.about-copy h3 { font-size: 13px; font-weight: 500; color: #62645e; margin: 0 0 24px; }
.about-copy p { font-size: 14px; line-height: 1.85; color: #60655d; max-width: 620px; }
.signature { font-family: "Segoe Script", "Bradley Hand", Georgia, serif; font-size: 27px; font-style: italic; color: #363e34; margin: 21px 0 26px; }
.values { display: grid; align-content: center; gap: 27px; padding: 44px; border-left: 1px solid var(--line); background: #F8F6F1; }
.value { display: grid; grid-template-columns: 34px 1fr; gap: 17px; }
.value svg { width: 27px; height: 27px; stroke: #8c7859; }
.value b { display: block; margin-bottom: 7px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; }
.value span { color: #64695f; font-size: 13px; line-height: 1.6; }
footer { background: #FFFDF9; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 1.4fr 1fr .8fr; max-width: 1360px; margin: auto; padding: 32px 48px; align-items: center; gap: 30px; }
.footer-center { font-size: 10px; text-align: center; text-transform: uppercase; letter-spacing: .12em; line-height: 1.8; }
.footer-dh { text-align: right; }
.footer-dh img { width: 145px; height: auto; margin-left: auto; }
.footer-bottom { border-top: 1px solid var(--line); max-width: 1360px; margin: auto; padding: 18px 48px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; color: #71756c; font-size: 10px; line-height: 1.6; }
@media (max-width: 1100px) {
  .pillar-card { padding: 36px 32px; }
  .network-copy { padding: 44px 32px; }
  .network-photo { min-height: 360px; }
  .topbar-inner { padding-inline: 32px; }
  .hero { padding: 36px 32px; column-gap: 28px; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
  h1 { font-size: 64px; }
  .hero-actions { gap: 16px; }
  .hero-visual figcaption { flex-wrap: wrap; gap: 7px; }
  .hero-partner { margin-top: 18px; }
  .consultation { padding: 44px 32px; gap: 30px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .features { grid-template-columns: 1fr; gap: 20px; }
  .feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .8fr); gap: 16px; align-items: center; }
  .feature-copy { padding: 0; }
  .feature-copy h3 { font-size: 21px; }
  .stats { padding-inline: 32px; }
  .contactbar { grid-template-columns: 1fr 1fr; padding: 0; }
  .contactbar > div { border-bottom: 1px solid var(--line); justify-content: flex-start; padding: 16px 32px; }
  .contactbar > div:nth-child(even) { border-right: 0; }
  .contactbar > div:nth-child(n+3) { border-bottom: 0; }
  .footer-main { padding-inline: 32px; gap: 20px; }
  .footer-logo .brand-name { font-size: 21px; }
  .footer-logo .brand-role { font-size: 8px; }
  .footer-logo img { width: 70px; }
}
@media (max-width: 760px) {
  .pillars { grid-template-columns: 1fr; }
  .pillar-card { padding: 30px 20px; }
  .pillar-card h2 { font-size: 32px; }
  .benefit-list li { font-size: 13px; }
  .network { grid-template-columns: 1fr; }
  .network-photo { min-height: 0; aspect-ratio: 3 / 2; }
  .network-copy { padding: 32px 20px 38px; }
  .network-copy h2 { font-size: 36px; }
  html { scroll-padding-top: 92px; }
  .topbar-inner { padding: 10px 18px; min-height: 78px; gap: 10px; }
  .brand { gap: 3px; }
  .brand img { width: 57px; height: 48px; }
  .brand-copy { gap: 6px; }
  .brand-name { font-size: 18px; letter-spacing: .025em; }
  .brand-role { font-size: 7px; letter-spacing: .055em; }
  .top-cta { min-height: 42px; font-size: 10px; gap: 9px; padding: 10px 11px; }
  .top-cta span { font-size: 17px; }
  .hero { padding: 25px 20px 28px; grid-template-columns: 1fr; grid-template-areas: "heading" "visual" "copy"; row-gap: 20px; }
  .hero-heading { align-self: auto; }
  .hero .eyebrow { font-size: 9px; margin-bottom: 12px; }
  h1 { font-size: clamp(44px, 12.6vw, 64px); line-height: .98; margin-bottom: 13px; }
  .lead { font-size: clamp(18px, 4.75vw, 25px); line-height: 1.4; }
  .hero-visual figcaption { padding-top: 10px; flex-wrap: nowrap; font-size: 8px; gap: 6px; }
  .hero-visual figcaption > span:first-child { font-size: 15px; }
  .hero-copy { display: flex; flex-direction: column; }
  .hero-actions { order: 0; flex-wrap: nowrap; gap: 20px; margin: 0; }
  .btn { padding: 14px 17px; gap: 20px; font-size: 11px; }
  .text-link { font-size: 11px; gap: 9px; }
  .intro { order: 1; font-size: 13px; line-height: 1.7; margin: 18px 0 0; max-width: none; }
  .hero-partner { order: 2; margin-top: 17px; }
  .hero-partner img { width: 106px; }
  .stats { display: flex; flex-wrap: wrap; padding: 24px 15px 20px; }
  .stat { flex: 1 1 0; min-width: 0; padding: 0 8px; }
  .stat:nth-child(3) { border-right: 0; }
  .stat b { font-size: 35px; margin-bottom: 9px; }
  .stat span { font-size: 8px; letter-spacing: .04em; }
  .quote { flex: 0 0 100%; min-width: 0; text-align: center; padding: 17px 0 0; margin-top: 16px; border-top: 1px solid #dcd3c6; font-size: 17px; }
  .consultation { display: flex; flex-direction: column; padding: 28px 20px 34px; gap: 34px; }
  .consultation-stories { width: 100%; }
  .form-card { order: -1; width: 100%; padding: 24px 20px 18px; scroll-margin-top: 94px; }
  .form-card h2 { font-size: 32px; }
  .form-card .eyebrow { font-size: 8px; }
  .form-card > p { margin-bottom: 19px; }
  .privacy { font-size: 11px; }
  .consultation-stories > h2 { font-size: 34px; }
  .consultation-stories > .eyebrow { margin-bottom: 12px; }
  .section-intro { font-size: 13px; margin-bottom: 23px; }
  .features { gap: 28px; }
  .feature { display: block; }
  .feature-copy { padding: 14px 0 0; }
  .feature-copy h3 { font-size: 28px; margin: 8px 0; }
  .feature-copy p { font-size: 13px; }
  .contactbar { grid-template-columns: 1fr 1fr; }
  .contactbar > div { padding: 16px 20px; gap: 8px; }
  .contactbar > div:nth-child(4) { flex-wrap: wrap; gap: 4px 12px; }
  .contactbar .ico { width: 19px; height: 19px; }
  .contactbar > div:nth-child(2) .ico { display: none; }
  .contact-text { font-size: 11px; overflow-wrap: anywhere; }
  .contactbar img { width: 92px; }
  .muted { font-size: 9px; }
  .services { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 12px 20px; scroll-margin-top: 88px; }
  .service { padding: 22px 9px; border-bottom: 1px solid var(--line); }
  .service:nth-child(even) { border-right: 0; }
  .service:nth-last-child(-n+2) { border-bottom: 0; }
  .service strong { font-size: 10px; }
  .about { grid-template-columns: 1fr; }
  .about-copy { padding: 36px 24px; }
  .about-copy h2 { font-size: 40px; }
  .about-copy p { font-size: 14px; }
  .values { padding: 30px 24px; border-left: 0; border-top: 1px solid var(--line); gap: 25px; }
  .footer-main { padding: 28px 20px; grid-template-columns: 1fr; gap: 24px; }
  .footer-logo { justify-self: center; }
  .footer-logo .brand-name { font-size: 22px; }
  .footer-logo .brand-role { font-size: 8px; }
  .footer-logo img { width: 76px; height: 58px; }
  .footer-dh { text-align: center; }
  .footer-dh img { margin: auto; width: 130px; }
  .footer-bottom { padding: 18px 20px; justify-content: center; gap: 9px; text-align: center; }
}
@media (max-width: 359px) {
  .topbar-inner { padding-inline: 12px; gap: 6px; }
  .brand img { width: 44px; height: 42px; }
  .brand-name { font-size: 16px; }
  .brand-role { font-size: 6.2px; }
  .top-cta { font-size: 9px; padding-inline: 8px; gap: 5px; }
  .hero { padding-inline: 16px; }
  .hero-visual figcaption { font-size: 7px; }
  .hero-actions { gap: 13px; }
  .btn { padding-inline: 13px; gap: 12px; }
  .text-link { font-size: 10px; }
  .consultation { padding-inline: 16px; }
  .form-card { padding-inline: 16px; }
  .form-card h2 { font-size: 29px; }
  .contactbar > div { padding-inline: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Brand palette refinement: ivory + charcoal + champagne + taupe, with restrained glass-blue accents. */

/* V4 final visual polish — tighter hero, softer champagne, restrained glass-blue accents. */
:root {
  --champagne-soft: #D9C5A4;
  --champagne-pale: #E8DCC9;
  --glass-whisper: #EAF5F8;
}

/* Headline reads as one mark rather than two separate lines. */
h1 { line-height: .91; margin-bottom: 22px; }
h1 .champagne { color: #AC916B; }

/* Softer, more ivory-led CTA treatment. */
.top-cta {
  background: linear-gradient(135deg, #F5EEE3 0%, #E4D2B4 62%, #D2B68B 100%);
  border-color: #D5BE99;
  box-shadow: 0 8px 22px rgba(105, 82, 49, .065);
}
.top-cta span { color: #9A7B50; }
.btn.primary {
  background: linear-gradient(135deg, #F4ECE0 0%, #E3CFAD 65%, #D0B184 100%);
  border-color: #D3BA93;
  box-shadow: 0 9px 22px rgba(105, 82, 49, .07);
}
.btn.primary span { color: #876944; }
.submit {
  background: linear-gradient(135deg, #E7D6BB, #CFB184);
  border-color: #CDB187;
}

/* Make the hero image feel embedded in the page, not boxed onto it. */
.hero-photo {
  border-color: rgba(201, 177, 138, .26);
  box-shadow: 0 16px 40px rgba(61, 50, 36, .075);
}
.hero-photo::after {
  background:
    linear-gradient(180deg, rgba(248,246,241,0) 60%, rgba(248,246,241,.12) 100%),
    linear-gradient(90deg, rgba(234,245,248,.10), transparent 12%, transparent 88%, rgba(248,246,241,.08));
}

/* Caption stays informative but no longer competes with the image. */
.hero-visual figcaption {
  padding-top: 9px;
  border-top-width: 2px;
  font-size: 9px;
  color: #8B877F;
  opacity: .78;
}
.hero-visual figcaption::after { top: -2px; height: 2px; width: 13%; background: var(--glass-strong); }
.hero-visual figcaption > span:first-child {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .02em;
  color: #66635D;
}

/* Glass-blue appears only as a precise accent. */
.eyebrow span { width: 34px; background: linear-gradient(90deg, var(--champagne) 0 82%, var(--glass-strong) 82% 100%); }
.pillar-card::before { width: 3px; background: linear-gradient(var(--champagne) 0 82%, var(--glass-strong) 82% 100%); }
.hero-photo { outline: 1px solid rgba(201,227,236,.28); outline-offset: -1px; }

@media (max-width: 760px) {
  h1 { line-height: .90; margin-bottom: 18px; }
  .hero-visual figcaption { padding-top: 8px; font-size: 7.5px; }
  .hero-visual figcaption > span:first-child { font-size: 10.5px; }
  .top-cta { box-shadow: 0 6px 16px rgba(105,82,49,.055); }
}

/* V5 — visible glass-blue detailing, smaller role label, contact details moved higher. */
:root {
  --glass: #D6ECF3;
  --glass-strong: #B7DAE6;
  --glass-line: #C4E2EC;
}

/* Make the pale-blue detailing clearly visible without taking over the ivory/champagne palette. */
.eyebrow span {
  width: 44px;
  height: 2px;
  background: linear-gradient(90deg, var(--champagne) 0 64%, var(--glass-strong) 64% 100%);
}
.pillar-card::before {
  width: 4px;
  background: linear-gradient(180deg, var(--champagne) 0 64%, var(--glass-strong) 64% 100%);
}
.hero-visual figcaption {
  border-top: 2px solid var(--glass-line);
}
.hero-visual figcaption::after {
  top: -2px;
  height: 2px;
  width: 28%;
  background: var(--glass-strong);
}
.hero-photo {
  outline: 1px solid rgba(183,218,230,.55);
  outline-offset: -1px;
}
.contactbar {
  border-top: 2px solid var(--glass-line);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
.services {
  border-top: 1px solid rgba(183,218,230,.65);
}

/* Make 'Mérnök · Ingatlanspecialista' more subordinate to the name/logo. */
.brand-copy { gap: 3px; }
.brand-role {
  font-size: 7.2px;
  letter-spacing: .075em;
  line-height: 1.15;
  opacity: .78;
}
.hero-visual figcaption > span:last-child {
  font-size: 7.6px;
  letter-spacing: .035em;
  color: #8A8780;
}

/* Contact details now sit immediately below the hero; keep the strip compact. */
.contactbar > div {
  padding-top: 18px;
  padding-bottom: 18px;
}

@media (max-width: 760px) {
  .brand-copy { gap: 2px; }
  .brand-role {
    font-size: 5.8px;
    letter-spacing: .06em;
  }
  .hero-visual figcaption > span:last-child {
    font-size: 6.7px;
  }
  .eyebrow span {
    width: 40px;
    background: linear-gradient(90deg, var(--champagne) 0 60%, var(--glass-strong) 60% 100%);
  }
  .contactbar > div {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

/* V7 — stronger champagne + glass-blue accents and a more legible top-left brand. */
:root {
  --champagne: #C9B18A;
  --champagne-rich: #BE9F71;
  --champagne-soft: #E2D0B2;
  --glass: #D9EEF5;
  --glass-strong: #9FD2E2;
  --glass-line: #B7DFEA;
}

/* A little more beige/champagne, while ivory remains the dominant field. */
.top-cta {
  background: linear-gradient(135deg, #F5EBDD 0%, #E7D0AA 58%, #D4B37F 100%);
  border-color: #CDAE7D;
}
.btn.primary {
  background: linear-gradient(135deg, #F6EEE2 0%, #E6D0AC 58%, #D3B17B 100%);
  border-color: #C9A975;
}
.submit {
  background: linear-gradient(135deg, #E8D5B6, #D1AE79);
  border-color: #C6A36D;
}
.stats { background: linear-gradient(180deg, #F4EEE5 0%, #F1E9DD 100%); }
.about { background: linear-gradient(180deg, #F5F0E8 0%, #F1E9DE 100%); }

/* Blue is now clearly visible as a glass-like accent, not a competing brand color. */
.eyebrow span {
  width: 52px;
  height: 2px;
  background: linear-gradient(90deg, var(--champagne-rich) 0 58%, var(--glass-strong) 58% 100%);
}
.pillar-card::before {
  width: 5px;
  background: linear-gradient(180deg, var(--champagne-rich) 0 60%, var(--glass-strong) 60% 100%);
}
.hero-photo {
  outline: 2px solid rgba(159,210,226,.60);
  outline-offset: -2px;
}
.hero-visual figcaption {
  border-top: 3px solid var(--glass-line);
}
.hero-visual figcaption::after {
  top: -3px;
  height: 3px;
  width: 32%;
  background: var(--glass-strong);
}
.contactbar {
  border-top: 3px solid var(--glass-line);
}
.services {
  border-top: 2px solid rgba(159,210,226,.65);
}

/* Larger and easier-to-read brand in the upper-left corner. */
.topbar-inner {
  min-height: 112px;
}
.topbar .brand img {
  width: 108px;
  height: 80px;
}
.topbar .brand-name {
  font-size: 29px;
  letter-spacing: .035em;
}
.topbar .brand-role {
  font-size: 8.6px;
  letter-spacing: .085em;
  opacity: .86;
}
.topbar .brand-copy { gap: 5px; }

@media (max-width: 760px) {
  .topbar-inner {
    min-height: 92px;
    padding: 10px 16px;
    gap: 8px;
  }
  .topbar .brand {
    gap: 8px;
    min-width: 0;
    flex: 1 1 auto;
  }
  .topbar .brand img {
    width: 68px;
    height: 58px;
  }
  .topbar .brand-copy { gap: 3px; min-width: 0; }
  .topbar .brand-name {
    font-size: 21px;
    letter-spacing: .015em;
  }
  .topbar .brand-role {
    font-size: 7.1px;
    letter-spacing: .05em;
    opacity: .88;
  }
  .top-cta {
    min-height: 44px;
    padding: 10px 12px;
    gap: 9px;
    font-size: 10.5px;
    flex: 0 0 auto;
  }
  .top-cta span { font-size: 18px; }
  .eyebrow span {
    width: 46px;
    background: linear-gradient(90deg, var(--champagne-rich) 0 55%, var(--glass-strong) 55% 100%);
  }
}

@media (max-width: 390px) {
  .topbar-inner { padding-inline: 10px; gap: 5px; }
  .topbar .brand { gap: 6px; }
  .topbar .brand img { width: 60px; height: 52px; }
  .topbar .brand-name { font-size: 19px; }
  .topbar .brand-role { font-size: 6.6px; letter-spacing: .04em; }
  .top-cta { padding-inline: 9px; gap: 5px; font-size: 9.5px; }
}
