/*
Theme Name: Eight Ways Modern
Theme URI: https://eightways.ae/
Author: Eight Ways
Description: A bespoke, responsive WordPress theme for Eight Ways business brokerage and advisory services.
Version: 1.2.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: eightways-modern
*/

:root {
  --ew-navy: #07192b;
  --ew-navy-soft: #0d2b3d;
  --ew-ink: #101927;
  --ew-ivory: #f7f3eb;
  --ew-white: #ffffff;
  --ew-sand: #e7dccb;
  --ew-gold: #b8833f;
  --ew-gold-light: #d2aa73;
  --ew-slate: #586373;
  --ew-line: rgba(7, 25, 43, .14);
  --ew-serif: Georgia, 'Times New Roman', serif;
  --ew-sans: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --ew-shadow: 0 24px 60px rgba(7, 25, 43, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ew-ivory);
  color: var(--ew-ink);
  font-family: var(--ew-sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }

.container { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--ew-gold);
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.section-title {
  margin: 0;
  font-family: var(--ew-serif);
  font-size: clamp(2.25rem, 4vw, 4.15rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: .9rem;
  font-weight: 650;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.button::after { content: '\2192'; font-size: 1.15em; }
.button:hover { transform: translateY(-2px); }
.button--gold { background: var(--ew-gold); color: #fff !important; }
.button--gold:hover { background: #986a31; }
.button--outline { border-color: rgba(7,25,43,.38); background: rgba(255,255,255,.82); color: var(--ew-navy) !important; }
.button--outline:hover { border-color: var(--ew-navy); background: #fff; }

.site-header {
	position: sticky;
	top: 0;
  z-index: 20;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(7,25,43,.08);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--ew-navy) !important; }
.brand-logo { width: auto; height: 68px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav ul { list-style: none; display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; }
.main-nav ul > li > a { padding: 9px 11px; border-radius: 3px; font-size: .84rem; font-weight: 600; color: #1a2a3b !important; transition: color .2s ease, background-color .2s ease; }
.main-nav ul > li > a:hover,
.main-nav ul > li > a:focus-visible,
.main-nav .current-menu-item > a,
.main-nav .current_page_item > a { background: var(--ew-gold); color: #fff !important; }
.header-cta { min-height: 44px; padding-inline: 18px; background: var(--ew-navy); color: #fff !important; border-radius: 3px; display: inline-flex; align-items: center; }
.main-nav .header-cta { color: #fff !important; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: var(--ew-navy); padding: 9px; }
.menu-toggle span { display: block; height: 2px; background: currentColor; margin: 5px 0; transition: .2s ease; }

.hero {
  min-height: 660px;
  display: grid;
  align-items: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f6f0e7 url('assets/images/dubai-office-hero.png') center right/cover no-repeat;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(250,247,241,.99) 0%, rgba(250,247,241,.96) 33%, rgba(250,247,241,.56) 55%, rgba(7,25,43,.06) 100%);
}
.hero-content { max-width: 650px; padding: 90px 0 82px; }
.hero .hero-content h1 {
  margin: 0;
  max-width: 640px;
  font-family: var(--ew-serif);
  font-size: clamp(3.1rem, 5.6vw, 5.6rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.05em;
  color: var(--ew-navy) !important;
}
.hero-copy { max-width: 590px; margin: 26px 0 30px; color: #405064; font-size: 1.12rem; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.confidential { margin: 18px 0 0; color: #596578; font-size: .78rem; }

.promise { background: #fff; border-block: 1px solid var(--ew-line); }
.promise-inner { display: flex; align-items: center; justify-content: center; min-height: 104px; padding-block: 24px; }
.promise p { margin: 0; max-width: 1040px; text-align: center; font-family: var(--ew-serif); font-size: clamp(1.25rem, 2.1vw, 1.8rem); font-style: italic; line-height: 1.35; }

.services { padding: 110px 0 94px; background: var(--ew-ivory); }
.services-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 52px; }
.services-heading .section-title { max-width: 760px; }
.services-intro { max-width: 350px; margin: 0; color: var(--ew-slate); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--ew-line); border-left: 1px solid var(--ew-line); }
.service-card { min-height: 265px; padding: 38px; border-right: 1px solid var(--ew-line); border-bottom: 1px solid var(--ew-line); transition: background .25s ease, transform .25s ease; }
.service-card:hover { background: #fff; }
.service-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 34px; color: var(--ew-gold); }
.service-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.service-card h3 { margin: 0 0 12px; font-family: var(--ew-serif); font-size: 1.58rem; font-weight: 400; line-height: 1.16; }
.service-card p { max-width: 490px; margin: 0; color: var(--ew-slate); font-size: .92rem; }

.supporting { padding: 92px 0 100px; background: #fff; }
.supporting-top { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 46px; }
.supporting .section-title { max-width: 660px; }
.supporting-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ew-line); }
.support-card { padding: 32px 30px 10px 0; }
.support-card + .support-card { padding-left: 30px; border-left: 1px solid var(--ew-line); }
.support-card:nth-child(4) { padding-left: 0; border-left: 0; }
.support-card:nth-child(n+4) { margin-top: 26px; padding-top: 32px; border-top: 1px solid var(--ew-line); }
.support-number { display: block; margin-bottom: 30px; color: var(--ew-gold); font-size: .72rem; font-weight: 700; letter-spacing: .16em; }
.support-card h3 { margin: 0 0 10px; font-family: var(--ew-serif); font-size: 1.4rem; font-weight: 400; }
.support-card p { margin: 0; color: var(--ew-slate); font-size: .88rem; line-height: 1.6; }

.approach { padding: 110px 0; background: var(--ew-navy); color: #fff; overflow: hidden; }
.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: center; }
.approach .eyebrow { color: var(--ew-gold-light); }
.approach .section-title { max-width: 540px; }
.approach .section-title { color: #fff !important; }
.approach-copy { color: #c4ced7; }
.approach-copy > p { margin: 0 0 36px; font-size: 1.05rem; }
.principles { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.principle { border-top: 1px solid rgba(255,255,255,.22); padding-top: 18px; }
.principle strong { display: block; margin-bottom: 6px; font-family: var(--ew-serif); color: #fff; font-size: 1.2rem; font-weight: 400; }
.principle span { font-size: .84rem; }

.insights { padding: 105px 0; background: var(--ew-ivory); }
.insights-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 42px; gap: 28px; }
.text-link { color: var(--ew-gold); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { background: #fff; border: 1px solid var(--ew-line); }
.post-card-image { aspect-ratio: 16/9; overflow: hidden; background: var(--ew-sand); }
.post-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card:hover img { transform: scale(1.03); }
.post-card-body { padding: 26px; }
.post-meta { color: var(--ew-gold); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.post-card h3 { margin: 12px 0 10px; font-family: var(--ew-serif); font-size: 1.35rem; font-weight: 400; line-height: 1.25; }
.post-card p { margin: 0; color: var(--ew-slate); font-size: .86rem; }
.card-read-more { display: inline-block; margin-top: 20px; color: var(--ew-gold); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.insights-more { margin-top: 38px; text-align: center; }

.final-cta { padding: 78px 0; background: #0d3142; color: #fff; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { margin: 0; font-family: var(--ew-serif); font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 400; line-height: 1.05; }
.final-cta h2 { color: #fff !important; }
.final-cta .eyebrow { color: var(--ew-gold-light); }

.site-footer { background: #06131f; color: #bdc6cf; padding: 68px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .7fr 1fr; gap: 54px; padding-bottom: 52px; }
.footer-brand .brand { color: #fff !important; margin-bottom: 20px; }
.brand-logo--footer { height: 92px; filter: drop-shadow(0 2px 12px rgba(0,0,0,.22)); }
.footer-brand p { max-width: 310px; margin: 0; font-size: .84rem; }
.social-links { display: flex; gap: 10px; margin-top: 24px; }
.social-links a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(210,170,115,.55); border-radius: 50%; color: var(--ew-gold-light); transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
.social-links a:hover, .social-links a:focus-visible { color: var(--ew-navy); background: var(--ew-gold-light); border-color: var(--ew-gold-light); transform: translateY(-2px); }
.social-links svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.site-footer .footer-title { margin: 4px 0 18px; color: #fff !important; font-family: var(--ew-sans) !important; font-size: .75rem !important; font-weight: 700 !important; line-height: 1.3 !important; letter-spacing: .16em !important; text-transform: uppercase; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { font-size: .84rem; }
.footer-links a:hover { color: var(--ew-gold-light); }
.footer-contact p { margin: 0 0 8px; font-size: .84rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .74rem; }

.content-area { min-height: 60vh; padding: 90px 0; background: #fff; }
.content-area .entry-header, .content-area .entry-content { max-width: 860px; margin-inline: auto; }
.entry-title { font-family: var(--ew-serif); font-size: clamp(2.5rem,5vw,4.8rem); font-weight: 400; line-height: 1.05; }
.entry-content h2, .entry-content h3 { font-family: var(--ew-serif); font-weight: 400; }
.entry-content a { color: var(--ew-gold); text-decoration: underline; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.page-hero h1,
.contact-hero h1,
.editorial-section h2,
.detail-services h2,
.process-section h2,
.process-section h3,
.service-feature-list h2,
.promise-panel h2,
.values-section h2,
.about-statement p,
.article-index h2,
.contact-section h2,
.contact-details h2 {
  font-family: var(--ew-serif) !important;
  font-weight: 400 !important;
}
.page-hero p,
.editorial-section p,
.detail-services p,
.detail-services li,
.process-section p,
.service-feature-list p,
.service-feature-list li,
.values-section p,
.article-index p,
.contact-section p,
.contact-section label,
.contact-section input,
.contact-section textarea,
.contact-details a { font-family: var(--ew-sans) !important; }

/* Designed internal pages */
.page-hero { padding: 92px 0 86px; background: #f3ede3; }
.page-hero--navy { background: var(--ew-navy); color: #fff; }
.page-hero--about { background: linear-gradient(120deg, #efe5d7, #faf7f1); }
.page-hero--insights { background: #ede4d7; }
.page-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 9vw; }
.page-hero h1, .contact-hero h1 { margin: 0; color: var(--ew-navy) !important; font-family: var(--ew-serif) !important; font-size: clamp(3rem, 5vw, 5.15rem) !important; font-weight: 400 !important; line-height: .98 !important; letter-spacing: -.045em !important; }
.page-hero--navy h1 { color: #fff !important; }
.page-lead { margin: 0 0 28px; color: #354355 !important; font-family: var(--ew-sans) !important; font-size: 1.12rem; line-height: 1.7; }
.page-hero.page-hero--navy .page-lead { color: #f3f6f8 !important; opacity: .94; }
.page-hero--services { padding-block: 82px; }
.page-hero--services h1 { max-width: 700px; font-size: clamp(2.85rem, 4.3vw, 4.4rem) !important; }
.page-hero--about { padding-block: 82px; }
.page-hero--about h1 { font-size: clamp(2.85rem, 4.3vw, 4.25rem) !important; }
.editorial-section { padding: 110px 0; background: #fff; }
.split-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.split-intro .prose { color: var(--ew-slate); font-size: 1.05rem; }
.split-intro .prose p:first-child { margin-top: 0; }
.detail-services { padding: 0 0 110px; background: #fff; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ew-line); border-left: 1px solid var(--ew-line); }
.detail-grid article { padding: 46px; border-right: 1px solid var(--ew-line); border-bottom: 1px solid var(--ew-line); }
.detail-grid article > span, .values-grid article > span { color: var(--ew-gold); font-size: .72rem; font-weight: 700; letter-spacing: .14em; }
.detail-grid h2, .service-feature-list h2, .values-grid h2 { margin: 24px 0 15px; font-family: var(--ew-serif); font-size: 2rem; font-weight: 400; line-height: 1.12; }
.detail-grid p, .detail-grid li, .service-feature-list p, .service-feature-list li, .values-grid p { color: var(--ew-slate); font-size: .92rem; }
.detail-grid ul, .service-feature-list ul { margin: 22px 0 0; padding-left: 20px; }
.detail-grid li, .service-feature-list li { margin-bottom: 7px; }
.process-section { padding: 110px 0; background: var(--ew-ivory); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; border-top: 1px solid var(--ew-line); }
.process-grid > div { padding: 30px 28px 0 0; }
.process-grid > div + div { padding-left: 28px; border-left: 1px solid var(--ew-line); }
.process-grid strong, .feature-no { color: var(--ew-gold); font-size: .72rem; letter-spacing: .14em; }
.process-grid h3 { margin: 30px 0 10px; font-family: var(--ew-serif); font-size: 1.45rem; font-weight: 400; }
.process-grid p { color: var(--ew-slate); font-size: .86rem; }
.service-feature-list { padding: 72px 0 92px; background: #fff; }
.service-feature-list > .container { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.service-feature-list article { display: grid; grid-template-columns: 42px 1fr; align-content: start; gap: 0 18px; padding: 30px 32px; border: 1px solid var(--ew-line); background: var(--ew-ivory); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.service-feature-list article:hover { transform: translateY(-3px); border-color: rgba(184,131,63,.55); box-shadow: 0 16px 34px rgba(7,25,43,.08); }
.service-feature-list article > div:nth-child(2), .service-feature-list article > div:last-child { grid-column: 2; }
.service-feature-list article > div:nth-child(2) { grid-row: 1; }
.service-feature-list article > div:last-child { margin-top: 12px; }
.service-feature-list .feature-no { grid-column: 1; grid-row: 1 / span 2; padding-top: 4px; }
.service-feature-list .eyebrow { margin-bottom: 8px; }
.service-feature-list h2 { margin: 0; font-size: 1.9rem; }
.service-feature-list article > div:last-child > p { margin: 0; font-size: .93rem; }
.service-feature-list ul { margin-top: 14px; }
.promise-panel { padding: 105px 0; background: var(--ew-navy); color: #fff; text-align: center; }
.promise-panel h2 { max-width: 850px; margin: 0 auto 22px; color: #fff !important; font-family: var(--ew-serif); font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 400; line-height: 1; }
.promise-panel > .container > p:last-child { max-width: 620px; margin: auto; color: #c5d0d9; }
.values-section { padding: 0 0 110px; background: #fff; }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ew-line); border-left: 1px solid var(--ew-line); }
.values-grid article { padding: 46px; border-right: 1px solid var(--ew-line); border-bottom: 1px solid var(--ew-line); }
.about-statement { padding: 58px 0; background: var(--ew-ivory); text-align: center; border-block: 1px solid var(--ew-line); }
.about-statement p { max-width: 820px; margin: 0 auto; font-family: var(--ew-serif); font-size: clamp(1.6rem, 2.7vw, 2.55rem); font-style: italic; line-height: 1.25; }
.contact-hero { min-height: 500px; display: flex; align-items: end; position: relative; isolation: isolate; background: var(--ew-navy) url('assets/images/contact-office-dubai.png') center/cover no-repeat; color: #fff; }
.contact-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,25,43,.94), rgba(7,25,43,.48) 56%, rgba(7,25,43,.12)); }
.contact-hero-copy { max-width: 680px; padding: 110px 0 75px; }
.contact-hero h1 { color: #fff !important; }
.contact-hero-copy > p:last-child { max-width: 560px; color: #d4dce3; font-size: 1.08rem; }
.contact-section { padding: 105px 0; background: #fff; }
.contact-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 9vw; }
.contact-intro { max-width: 660px; color: var(--ew-slate); }
.contact-form { margin-top: 40px; }
.contact-form label { display: block; margin-bottom: 18px; color: var(--ew-navy); font-size: .77rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid var(--ew-line); border-radius: 2px; background: #fbfaf7; color: var(--ew-ink); text-transform: none; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid rgba(184,131,63,.25); border-color: var(--ew-gold); }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.turnstile-wrap { min-height: 68px; margin: 8px 0 20px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-note { color: var(--ew-slate); font-size: .77rem; }
.form-status { margin: 25px 0; padding: 16px; border-left: 3px solid #a94442; background: #fff4f2; }
.form-status--success { border-color: #3f7655; background: #eef8f1; }
.contact-details { align-self: start; margin-top: 42px; padding: 42px; background: var(--ew-ivory); border-top: 3px solid var(--ew-gold); }
.contact-details h2 { margin: 0 0 14px; font-family: var(--ew-serif); font-size: 2.2rem; font-weight: 400; }
.contact-details > div + div { margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--ew-line); }
.contact-details a, .contact-details a:visited { display: block; margin-bottom: 19px; color: var(--ew-navy) !important; font-size: 1.08rem; font-weight: 650; opacity: 1 !important; }
.detail-label { margin: 0 0 4px; color: var(--ew-gold); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.article-index { min-height: 500px; padding: 105px 0; background: var(--ew-ivory); }
.post-grid--index { row-gap: 30px; }
.post-grid--index .post-card h2 { margin: 12px 0 10px; font-family: var(--ew-serif); font-size: 1.5rem; font-weight: 400; line-height: 1.22; }
.empty-state { padding: 80px; border: 1px solid var(--ew-line); background: #fff; text-align: center; }
.empty-state h2 { font-family: var(--ew-serif); font-size: 2.4rem; font-weight: 400; }

@media (max-width: 1020px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 82px 0 0; display: none; align-items: flex-start; padding: 38px 24px; background: var(--ew-ivory); }
  .nav-open .main-nav { display: block; }
  .main-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .main-nav li { border-bottom: 1px solid var(--ew-line); }
  .main-nav ul > li > a { display: block; padding: 15px 12px; font-size: 1rem; }
  .header-cta { margin-top: 22px; justify-content: center; }
  .services-heading, .supporting-top { align-items: flex-start; flex-direction: column; }
  .supporting-grid { grid-template-columns: repeat(2, 1fr); }
  .support-card:nth-child(odd) { padding-left: 0; border-left: 0; }
  .support-card:nth-child(n+3) { margin-top: 22px; padding-top: 28px; border-top: 1px solid var(--ew-line); }
  .approach-grid { gap: 60px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-contact { grid-column: 1/-1; }
  .page-hero-grid, .split-intro, .contact-grid { gap: 60px; }
  .service-feature-list > .container { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid > div:nth-child(3) { border-left: 0; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .container { width: min(100% - 32px, 1200px); }
  .header-inner { min-height: 72px; }
  .brand-logo { height: 58px; }
  .main-nav { inset-block-start: 72px; }
  .hero { min-height: auto; background-position: 66% center; }
  .hero::before { background: linear-gradient(90deg, rgba(250,247,241,.98), rgba(250,247,241,.88) 72%, rgba(250,247,241,.6)); }
  .hero-content { padding: 78px 0 68px; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 4.6rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .promise-inner { min-height: 130px; }
  .services, .supporting, .approach, .insights { padding: 76px 0; }
  .service-grid, .approach-grid, .post-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 30px; }
  .supporting-grid { grid-template-columns: 1fr; }
  .support-card, .support-card + .support-card, .support-card:nth-child(n+3), .support-card:nth-child(n+4) { margin-top: 0; padding: 28px 0; border-top: 0; border-left: 0; border-bottom: 1px solid var(--ew-line); }
  .support-number { margin-bottom: 16px; }
  .principles { grid-template-columns: 1fr; }
  .insights-head, .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-brand, .footer-contact { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 78px 0 72px; }
  .page-hero-grid, .split-intro, .detail-grid, .values-grid, .contact-grid { grid-template-columns: 1fr; }
  .page-hero-grid { align-items: start; gap: 32px; }
  .page-hero h1, .contact-hero h1 { font-size: clamp(2.75rem, 12vw, 3.8rem) !important; }
  .editorial-section, .process-section, .contact-section, .article-index { padding: 76px 0; }
  .detail-grid article, .values-grid article { padding: 30px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid > div, .process-grid > div + div { padding: 27px 0; border-left: 0; border-bottom: 1px solid var(--ew-line); }
  .service-feature-list article { grid-template-columns: 38px 1fr; gap: 0 14px; padding: 27px 24px; }
  .service-feature-list > .container { grid-template-columns: 1fr; }
  .service-feature-list article > div:last-child { grid-column: 2; }
  .service-feature-list h2 { font-size: 1.75rem; }
  .contact-hero { min-height: 480px; background-position: 58% center; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-details { margin-top: 0; padding: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
