/*
Theme Name: Yael Hadar Ziman
Theme URI: https://example.com/
Author: Studio
Description: תבנית WordPress מותאמת, מהירה ונגישה למשרד עורכי דין.
Version: 1.3.12
Text Domain: yael-hadar
Requires at least: 6.4
Requires PHP: 8.0
*/

:root {
  --navy: #071c2d;
  --navy-soft: #102b3e;
  --blue: #1e5f89;
  --gold: #c3a263;
  --gold-light: #e5cf9d;
  --gold-deep: #9d7839;
  --cream: #f6f2ea;
  --paper: #fffdf9;
  --ink: #15242e;
  --muted: #68757d;
  --line: rgba(16, 43, 62, .14);
  --link: #1e5f89;
  --header-bg: #fffdf9;
  --header-text: #071c2d;
  --topbar-bg: #071c2d;
  --topbar-text: #e5cf9d;
  --footer-bg: #071c2d;
  --footer-text: #ffffff;
  --footer-heading: #e5cf9d;
  --footer-link: #f7f3ea;
  --footer-link-hover: #ffffff;
  --button-bg: #071c2d;
  --button-text: #ffffff;
  --button-hover-bg: #c3a263;
  --button-hover-text: #071c2d;
  --card-bg: #fffdf9;
  --card-border: rgba(16, 43, 62, .14);
  --form-bg: #fffdf9;
  --form-text: #15242e;
  --input-border: rgba(16, 43, 62, .25);
  --focus: #1e5f89;
  --success: #1e5f89;
  --error: #b3261e;
  --shadow: 0 25px 70px rgba(7, 28, 45, .13);
  --serif: "Rubik", Arial, sans-serif;
  --sans: "Heebo", Arial, sans-serif;
  --accent-font: "Rubik", Arial, sans-serif;
  --nav-font: "Heebo", Arial, sans-serif;
  --button-font: "Rubik", Arial, sans-serif;
  --design-content-width: 1240px;
  --design-section-space: 120px;
  --design-content-space: 100px;
  --design-logo-width: 275px;
  --design-button-radius: 0px;
  --design-card-radius: 0px;
}

.custom-logo-link img { width: var(--design-logo-width); height: auto; }
.main-nav .menu { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.main-nav .menu-item { position: relative; }
.main-nav .menu-item > a { display: block; padding: 32px 0; }
.main-nav .current-menu-item > a { color: var(--blue); }
.main-nav .current-menu-item > a::after { width: 100%; }
.main-nav .menu-item:last-child > a {
  padding: 11px 22px;
  color: #fff;
  background: var(--navy);
  border: 1px solid var(--navy);
}
.main-nav .menu-item:last-child > a:hover { color: var(--navy); background: var(--gold); border-color: var(--gold); }
.admin-bar .site-header { top: 32px; }
.wp-block-image img { height: auto; }
.pagination { display: flex; justify-content: center; gap: 10px; margin-top: 45px; }
.pagination .page-numbers { padding: 8px 14px; border: 1px solid var(--line); }
.pagination .current { color: #fff; background: var(--navy); }
.notice-box { margin-top: 18px; padding: 12px 16px; color: var(--navy); background: var(--cream); border-right: 3px solid var(--gold); }
.form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 820px) {
  .admin-bar .site-header { top: 46px; }
  .main-nav .menu { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav .menu-item > a, .main-nav .menu-item:last-child > a { padding: 13px 20px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.75;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.hero :focus-visible, .inner-hero :focus-visible, .site-footer :focus-visible, .info-band :focus-visible, .agri-section :focus-visible, .contact-section :focus-visible { outline-color: var(--gold-light); }
.container { width: min(var(--design-content-width), calc(100% - 40px)); margin-inline: auto; }
.section { padding: var(--design-section-space) 0; }
.skip-link {
  position: fixed;
  top: -100px;
  right: 20px;
  z-index: 9999;
  background: var(--gold);
  color: var(--navy);
  padding: 10px 18px;
  font-weight: 700;
}
.skip-link:focus { top: 15px; }

.topbar { background: var(--navy); color: rgba(255,255,255,.75); font-size: 13px; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-details { display: flex; align-items: center; gap: 24px; }
.topbar-details a, .topbar-details span { display: flex; align-items: center; gap: 7px; }
.topbar-details svg { width: 14px; height: 14px; color: var(--gold); stroke-width: 1.4; }
.topbar-note { color: var(--gold-light); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,253,249,.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .3s, border-color .3s;
}
.site-header.scrolled { box-shadow: 0 10px 40px rgba(7,28,45,.08); border-color: var(--line); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: var(--design-logo-width); height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 500; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 32px 0; }
.main-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 24px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width .25s;
}
.main-nav > a:not(.nav-cta):hover::after { width: 100%; }
.main-nav > a.active:not(.nav-cta)::after { width: 100%; }
.nav-dropdown > a.active { color: var(--blue); }
.nav-dropdown > a.active::after { content: ""; position: absolute; right: 0; bottom: 27px; width: 100%; height: 2px; background: linear-gradient(90deg, var(--gold-deep), var(--gold-light)); }
.nav-dropdown { position: relative; }
.nav-dropdown > a { display: flex; align-items: center; gap: 6px; padding: 32px 0; }
.nav-dropdown b { color: var(--gold-deep); font-size: 12px; font-weight: 500; }
.dropdown-menu {
  position: absolute;
  top: calc(100% - 12px);
  right: -25px;
  width: 220px;
  display: flex;
  flex-direction: column;
  padding: 12px;
  background: var(--paper);
  border-top: 2px solid var(--gold);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .25s;
}
.dropdown-menu a { padding: 9px 12px; color: var(--ink); font-size: 13px; }
.dropdown-menu a:hover, .dropdown-menu a:focus-visible { color: var(--blue); background: var(--cream); }
.nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu, .nav-dropdown.keyboard-open .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-cta {
  background: var(--navy);
  color: #fff;
  padding: 11px 22px;
  border: 1px solid var(--navy);
  transition: .25s;
}
.nav-cta:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 9px; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; transition: .25s; }

.hero {
  min-height: calc(100vh - 130px);
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}
.hero-image {
  position: absolute;
  inset: 0 0 0 42%;
  background: url("assets/portrait.jpg") center 40% / cover no-repeat;
  opacity: .88;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,28,45,.04) 0%, rgba(7,28,45,.4) 40%, rgba(7,28,45,.98) 72%),
    linear-gradient(0deg, rgba(7,28,45,.45), transparent 45%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E");
}
.hero-ornament { position: absolute; border: 1px solid rgba(195,162,99,.22); transform: rotate(45deg); }
.ornament-one { width: 420px; height: 420px; right: -210px; bottom: -210px; }
.ornament-two { width: 280px; height: 280px; right: -140px; bottom: -140px; }
.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 80px;
  align-items: end;
  padding-top: 55px;
  padding-bottom: 80px;
}
.hero-content { max-width: 690px; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 40px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--gold-light); }
.hero h1, .section-heading h2, .about-copy h2, .agri-copy h2, .faq-heading h2, .contact-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.025em;
}
.hero h1 { font-size: clamp(54px, 6vw, 86px); }
.hero h1 span { color: var(--gold-light); }
.hero-lead { max-width: 620px; margin: 28px 0 32px; color: rgba(255,255,255,.77); font-size: 18px; line-height: 1.9; font-weight: 300; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 28px; border: 1px solid transparent; font-weight: 600; transition: .25s; cursor: pointer; }
.btn-gold { color: var(--navy); background: var(--gold); border-color: var(--gold); }
.btn-gold:hover { color: #fff; background: transparent; border-color: var(--gold-light); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.34); }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.hero-signature { display: flex; align-items: center; gap: 14px; margin-top: 42px; color: rgba(255,255,255,.52); font-size: 12px; letter-spacing: .08em; }
.signature-line { width: 42px; height: 1px; background: var(--gold); }
.hero-card {
  max-width: 330px;
  justify-self: end;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(7,28,45,.7);
  backdrop-filter: blur(18px);
}
.hero-card-kicker { color: var(--gold-light); font-size: 12px; font-weight: 600; letter-spacing: .16em; }
.hero-card h2 { margin: 12px 0; font-family: var(--serif); font-size: 30px; line-height: 1.25; font-weight: 500; }
.hero-card p { margin: 0; color: rgba(255,255,255,.64); font-size: 14px; }
.hero-card-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.17); }
.hero-card-stats div { display: flex; flex-direction: column; }
.hero-card-stats strong { color: var(--gold-light); font-family: var(--serif); font-size: 28px; line-height: 1; }
.hero-card-stats span { margin-top: 7px; color: rgba(255,255,255,.56); font-size: 10px; line-height: 1.3; }
.yh-video-embed { position: relative; overflow: hidden; width: 100%; background: #04131f; }
.yh-video-embed iframe, .yh-video-embed video { display: block; width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; }
.hero-media-video { position: relative; z-index: 1; margin-top: 24px; border: 1px solid rgba(234,215,169,.25); box-shadow: 0 16px 38px rgba(0,0,0,.24); }
.scroll-cue { position: absolute; z-index: 3; bottom: 22px; right: 50%; transform: translateX(50%); display: flex; flex-direction: column; align-items: center; color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .12em; }
.scroll-cue svg { width: 18px; height: 18px; margin-top: 3px; animation: bounce 1.8s infinite; }
@keyframes bounce { 50% { transform: translateY(5px); } }

.intro-strip { position: relative; z-index: 4; margin-top: -1px; background: var(--cream); border-bottom: 1px solid var(--line); }
.intro-strip-inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.strip-item { min-height: 125px; display: flex; align-items: center; gap: 20px; padding: 25px 32px; border-left: 1px solid var(--line); }
.strip-item:first-child { border-right: 1px solid var(--line); }
.strip-number { color: var(--gold); font-family: var(--serif); font-size: 31px; }
.strip-item div { display: flex; flex-direction: column; }
.strip-item strong { font-family: var(--serif); font-size: 21px; font-weight: 600; }
.strip-item div span { color: var(--muted); font-size: 12px; }

.section-heading { margin-bottom: 54px; }
.section-heading.centered { max-width: 740px; margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .about-copy h2, .faq-heading h2 { color: var(--navy); font-size: clamp(42px, 5vw, 64px); }
.section-heading > p:last-child { max-width: 650px; margin: 20px auto 0; color: var(--muted); font-size: 16px; }
.expertise-section { background: var(--paper); }
.expertise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.expertise-card { position: relative; min-height: 470px; overflow: hidden; color: #fff; }
.expertise-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s; }
.expertise-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,28,45,.98) 2%, rgba(7,28,45,.1) 75%); transition: .35s; }
.expertise-content { position: absolute; inset: auto 0 0; padding: 30px 28px; transform: translateY(45px); transition: transform .35s; }
.expertise-index { color: var(--gold-light); font-family: var(--serif); font-size: 15px; }
.expertise-content h3 { margin: 8px 0 10px; font-family: var(--serif); font-size: 29px; font-weight: 500; line-height: 1.2; }
.expertise-content p { min-height: 76px; margin: 0; opacity: 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.65; transition: opacity .35s; }
.expertise-content a { display: inline-flex; align-items: center; gap: 9px; margin-top: 12px; color: var(--gold-light); font-size: 13px; font-weight: 600; opacity: 0; transition: opacity .35s; }
.expertise-card:hover img, .expertise-card:focus-within img, .expertise-card.keyboard-focus img { transform: scale(1.06); }
.expertise-card:hover .expertise-overlay, .expertise-card:focus-within .expertise-overlay, .expertise-card.keyboard-focus .expertise-overlay { background: linear-gradient(0deg, rgba(7,28,45,1) 12%, rgba(7,28,45,.34) 100%); }
.expertise-card:hover .expertise-content, .expertise-card:focus-within .expertise-content, .expertise-card.keyboard-focus .expertise-content { transform: translateY(0); }
.expertise-card:hover p, .expertise-card:hover a, .expertise-card:focus-within p, .expertise-card:focus-within a, .expertise-card.keyboard-focus p, .expertise-card.keyboard-focus a { opacity: 1; }

.about-section { background: var(--cream); overflow: hidden; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.about-visual { position: relative; padding: 0 0 55px 45px; }
.about-image-wrap { position: relative; z-index: 2; overflow: hidden; }
.about-image-wrap img { width: 100%; min-height: 620px; object-fit: cover; object-position: 61% center; }
.about-frame { position: absolute; z-index: 1; left: 0; bottom: 0; width: 82%; height: 85%; border: 1px solid var(--gold); }
.experience-badge { position: absolute; z-index: 3; left: -40px; bottom: 90px; width: 175px; height: 175px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: var(--navy); color: #fff; text-align: center; box-shadow: var(--shadow); }
.experience-badge::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(195,162,99,.5); }
.experience-badge strong { color: var(--gold-light); font-family: var(--serif); font-size: 58px; line-height: .9; }
.experience-badge span { position: relative; margin-top: 12px; font-size: 12px; line-height: 1.5; }
.about-copy h2 { margin-bottom: 25px; }
.about-copy > p { color: var(--muted); }
.about-copy .about-lead { color: var(--blue); font-family: var(--serif); font-size: 23px; line-height: 1.55; }
.about-copy blockquote { position: relative; margin: 28px 0; padding: 19px 30px 19px 0; border-right: 1px solid var(--gold); color: var(--navy); }
.about-copy blockquote span { position: absolute; top: -5px; right: 18px; opacity: .18; color: var(--gold); font-family: var(--serif); font-size: 80px; line-height: 1; }
.about-copy blockquote p { position: relative; z-index: 1; margin: 0; font-family: var(--serif); font-size: 19px; line-height: 1.7; }
.about-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 22px; margin: 25px 0; font-size: 14px; }
.about-checks span { display: flex; gap: 8px; align-items: center; }
.about-checks i { color: var(--gold); font-style: normal; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 4px; color: var(--navy); border-bottom: 1px solid var(--gold); font-weight: 600; font-size: 14px; }
.text-link span { color: var(--gold); transition: transform .25s; }
.text-link:hover span, .text-link:focus-visible span { transform: translateX(-4px); }

.home-flex-section { padding: var(--design-section-space) 0; background: var(--paper); overflow: hidden; }
.home-flex-cream { background: var(--cream); }
.home-flex-dark { color: #fff; background: var(--navy); }
.home-flex-grid { direction: ltr; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 72px; align-items: center; }
.home-flex-grid > * { direction: rtl; }
.home-flex-media { min-width: 0; overflow: hidden; border: 1px solid rgba(185,149,82,.22); box-shadow: var(--shadow-soft); }
.home-flex-media img { width: 100%; min-height: 430px; object-fit: cover; }
.home-flex-media-right .home-flex-media { order: 2; }
.home-flex-text-only .home-flex-grid { grid-template-columns: minmax(0, 860px); justify-content: center; text-align: center; }
.home-flex-copy { min-width: 0; }
.home-flex-copy h2 { margin: 0 0 18px; color: var(--navy); font-family: var(--serif); font-size: clamp(42px, 5vw, 66px); line-height: 1.12; }
.home-flex-dark .home-flex-copy h2 { color: #fff; }
.home-flex-content { color: var(--muted); font-size: 16px; line-height: 1.9; }
.home-flex-dark .home-flex-content { color: rgba(255,255,255,.72); }
.home-flex-content > :first-child { margin-top: 0; }
.home-flex-content > :last-child { margin-bottom: 0; }
.home-flex-copy .btn { margin-top: 28px; }

.agri-section { position: relative; padding: 120px 0; color: #fff; background: var(--navy); overflow: hidden; }
.agri-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,28,45,.98) 30%, rgba(7,28,45,.72)), url("assets/documents.jpg") center/cover no-repeat; opacity: .44; }
.agri-section::after { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(195,162,99,.24); pointer-events: none; }
.agri-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.agri-copy h2 { color: #fff; font-size: clamp(44px, 5vw, 66px); }
.agri-copy p { max-width: 570px; margin: 22px 0 30px; color: rgba(255,255,255,.7); font-size: 16px; }
.agri-topics { display: grid; grid-template-columns: 1fr 1fr; }
.agri-topics div { min-height: 155px; display: flex; flex-direction: column; justify-content: center; padding: 28px; border: 1px solid rgba(255,255,255,.18); margin: 0 -1px -1px 0; background: rgba(255,255,255,.035); }
.agri-topics span { color: var(--gold-light); font-family: var(--serif); font-size: 15px; }
.agri-topics strong { margin-top: 9px; font-family: var(--serif); font-size: 24px; font-weight: 500; }

.approach-section { background: var(--paper); }
.split-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.split-heading > p:last-child { margin: 0; padding-bottom: 8px; }
.approach-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.approach-item { min-height: 325px; padding: 44px 30px; border-left: 1px solid var(--line); transition: background .3s, transform .3s; }
.approach-item:first-child { border-right: 1px solid var(--line); }
.approach-item:hover { background: var(--cream); transform: translateY(-7px); }
.approach-icon { width: 60px; height: 60px; display: grid; place-items: center; margin-bottom: 34px; color: var(--gold); border: 1px solid rgba(195,162,99,.5); transform: rotate(45deg); }
.approach-icon svg { width: 26px; height: 26px; transform: rotate(-45deg); }
.approach-item > span { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.approach-item h3 { margin: 8px 0 10px; color: var(--navy); font-family: var(--serif); font-size: 26px; font-weight: 600; }
.approach-item p { margin: 0; color: var(--muted); font-size: 13px; }

.testimonials-section { background: var(--cream); }
.testimonials-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 18px; }
.testimonial { min-height: 310px; display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 34px; background: var(--paper); border: 1px solid var(--line); }
.testimonial.featured { color: #fff; background: var(--navy); border-color: var(--navy); }
.quote-mark { height: 42px; color: var(--gold); font-family: var(--serif); font-size: 70px; line-height: 1; }
.testimonial blockquote { margin: 20px 0 25px; color: var(--muted); font-family: var(--serif); font-size: 18px; line-height: 1.7; }
.testimonial.featured blockquote { color: rgba(255,255,255,.8); font-size: 20px; }
.testimonial figcaption { display: flex; align-items: center; gap: 12px; padding-top: 20px; border-top: 1px solid var(--line); }
.testimonial.featured figcaption { border-color: rgba(255,255,255,.15); }
.client-initial { width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy); background: var(--gold-light); border-radius: 50%; font-family: var(--serif); font-size: 20px; }
.testimonial figcaption div { display: flex; flex-direction: column; }
.testimonial figcaption strong { color: var(--navy); font-size: 14px; }
.testimonial.featured figcaption strong { color: #fff; }
.testimonial figcaption div span { color: var(--muted); font-size: 11px; }
.testimonial.featured figcaption div span { color: rgba(255,255,255,.5); }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-heading { position: sticky; top: 145px; align-self: start; }
.faq-heading p:not(.eyebrow) { margin: 22px 0 25px; color: var(--muted); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 25px 0 25px 45px; color: var(--navy); font-family: var(--serif); font-size: 22px; font-weight: 600; cursor: pointer; list-style: none; }
.accordion summary:focus-visible { background: var(--cream); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::before, .accordion summary::after { content: ""; position: absolute; left: 7px; top: 50%; width: 16px; height: 1px; background: var(--gold); transition: transform .25s; }
.accordion summary::after { transform: rotate(90deg); }
.accordion details[open] summary::after { transform: rotate(0); }
.accordion details p { margin: -4px 0 25px; padding-left: 45px; color: var(--muted); font-size: 14px; }

.contact-section { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.contact-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,28,45,.98) 45%, rgba(7,28,45,.68)), url("assets/office.jpg") center/cover no-repeat; opacity: .48; }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; padding-top: 110px; padding-bottom: 110px; }
.contact-copy { min-width: 0; }
.contact-copy h2 { color: #fff; font-size: clamp(46px, 5vw, 68px); }
.contact-copy > p:not(.eyebrow) { max-width: 520px; margin: 22px 0 36px; color: rgba(255,255,255,.68); }
.contact-details { width: min(100%, 540px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.contact-details a, .contact-details > div { min-width: 0; display: flex; align-items: center; gap: 14px; padding: 16px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.045); backdrop-filter: blur(8px); transition: border-color .25s, background .25s, transform .25s; }
.contact-details a:hover, .contact-details a:focus-visible { border-color: rgba(234,215,169,.55); background: rgba(255,255,255,.09); transform: translateY(-2px); }
.contact-details > :last-child { grid-column: 1 / -1; }
.contact-icon { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; color: var(--gold-light); border: 1px solid rgba(255,255,255,.18); }
.contact-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-details a > span:last-child, .contact-details > div > span:last-child { min-width: 0; display: flex; flex-direction: column; }
.contact-details small { color: rgba(255,255,255,.48); font-size: 10px; }
.contact-details strong { max-width: 100%; color: #fff; font-size: 14px; font-weight: 500; line-height: 1.55; overflow-wrap: anywhere; }
.contact-details strong[dir="ltr"] { text-align: left; unicode-bidi: isolate; }
.contact-form { padding: 42px; color: var(--ink); background: var(--paper); box-shadow: 0 25px 80px rgba(0,0,0,.25); }
.form-heading { margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.form-heading h3 { margin: 3px 0 0; color: var(--navy); font-family: var(--serif); font-size: 34px; font-weight: 600; }
.contact-form label { display: flex; flex-direction: column; gap: 4px; margin-bottom: 14px; color: var(--muted); font-size: 11px; font-weight: 600; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; min-height: 45px; padding: 8px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid rgba(16,43,62,.25); border-radius: 0; outline: none; transition: border-color .25s; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--gold); }
.contact-form textarea { resize: vertical; }
.contact-form .form-submit { width: 100%; margin-top: 10px; }
.contact-form .form-submit:hover { color: var(--navy); background: var(--gold-light); border-color: var(--gold-light); }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.form-success { display: none; margin: 14px 0 0; color: var(--blue); font-size: 13px; text-align: center; font-weight: 600; }
.form-success.show { display: block; }
.form-success.error { color: #9c2f2f; }

.site-footer { color: var(--footer-text); background: #04131f; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-top: 70px; padding-bottom: 55px; }
.footer-brand img { width: 260px; filter: brightness(0) invert(1); opacity: .86; }
.footer-brand p { max-width: 280px; margin: 20px 0 0; font-size: 13px; }
.footer-column { min-width: 0; display: flex; flex-direction: column; gap: 8px; font-size: 12px; }
.footer-column a, .footer-column span { overflow-wrap: anywhere; }
.footer-column h3 { margin: 0 0 13px; color: var(--footer-heading); font-family: var(--serif); font-size: 18px; font-weight: 500; }
.footer-column a { color: var(--footer-link); }
.footer-column a:hover, .footer-column a:focus-visible { color: var(--footer-link-hover); }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: 55px; height: 55px; display: grid; place-items: center; color: #fff; background: #1fae5b; border-radius: 50%; box-shadow: 0 10px 30px rgba(0,0,0,.2); transition: transform .25s; }
.whatsapp-float:hover { transform: translateY(-4px); }
.whatsapp-float svg { width: 31px; height: 31px; fill: currentColor; stroke: none; }

/* Internal pages */
.inner-page { background: var(--paper); }
.inner-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}
.inner-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,28,45,.25), rgba(7,28,45,.97) 72%); }
.inner-hero::after { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(195,162,99,.23); pointer-events: none; }
.inner-hero-bg { position: absolute; inset: 0; background-position: center; background-size: cover; opacity: .54; }
.inner-hero-content { position: relative; z-index: 2; max-width: 760px; padding: 85px 0; }
.breadcrumbs { display: flex; gap: 7px; margin-bottom: 22px; color: rgba(255,255,255,.54); font-size: 11px; }
.breadcrumbs a:hover, .breadcrumbs a:focus-visible { color: var(--gold-light); }
.inner-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(50px, 6vw, 76px); font-weight: 500; line-height: 1.08; }
.inner-hero p { max-width: 650px; margin: 20px 0 0; color: rgba(255,255,255,.74); font-size: 17px; font-weight: 300; }
.content-section { padding: var(--design-content-space) 0; }
.content-section.alt { background: var(--cream); }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 90px; align-items: start; }
.prose { max-width: 790px; }
.prose .lead { color: var(--blue); font-family: var(--serif); font-size: 25px; line-height: 1.55; }
.prose h2, .content-title { margin: 45px 0 15px; color: var(--navy); font-family: var(--serif); font-size: clamp(34px, 4vw, 48px); font-weight: 600; line-height: 1.2; }
.prose h2:first-child { margin-top: 0; }
.yh-longform-expansion { margin-top: 48px; padding-top: 8px; }
.yh-longform-expansion h2:first-child { margin-top: 0; }
.prose h3 { margin: 32px 0 10px; color: var(--navy); font-family: var(--serif); font-size: 25px; font-weight: 600; }
.prose p { color: var(--muted); }
.prose ul { margin: 20px 0; padding: 0; list-style: none; }
.prose li { position: relative; margin: 9px 0; padding-right: 20px; color: var(--muted); }
.prose li::before { content: ""; position: absolute; right: 0; top: .75em; width: 7px; height: 7px; border: 1px solid var(--gold); transform: rotate(45deg); }
.prose-note { margin: 35px 0; padding: 26px 28px; color: var(--navy); background: var(--cream); border-right: 3px solid var(--gold); font-family: var(--serif); font-size: 20px; line-height: 1.65; }
.page-sidebar { position: sticky; top: 130px; }
.sidebar-card { margin-bottom: 20px; padding: 28px; background: var(--navy); color: #fff; }
.sidebar-card.light { background: var(--cream); color: var(--ink); border: 1px solid var(--line); }
.sidebar-card h3 { margin: 0 0 14px; color: var(--gold-light); font-family: var(--serif); font-size: 24px; font-weight: 600; }
.sidebar-card.light h3 { color: var(--navy); }
.sidebar-card p { margin: 0 0 18px; color: rgba(255,255,255,.65); font-size: 13px; }
.sidebar-card.light p { color: var(--muted); }
.side-links { display: flex; flex-direction: column; }
.side-links a { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.side-links a:hover, .side-links a:focus-visible, .side-links a.current { color: var(--blue); }
.service-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.service-intro-image { position: relative; padding: 0 0 30px 30px; }
.service-intro-image img { position: relative; z-index: 2; width: 100%; min-height: 460px; object-fit: cover; }
.service-intro-image::after { content: ""; position: absolute; left: 0; bottom: 0; width: 80%; height: 80%; border: 1px solid var(--gold); }
.service-intro-copy h2 { margin: 0 0 20px; color: var(--navy); font-family: var(--serif); font-size: clamp(40px, 5vw, 58px); font-weight: 600; line-height: 1.15; }
.service-intro-copy p { color: var(--muted); }
.service-list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 45px; }
.service-list-card { min-height: 220px; padding: 28px; background: var(--paper); border: 1px solid var(--line); transition: .25s; }
.service-list-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(195,162,99,.6); }
.service-list-card span { color: var(--gold); font-family: var(--serif); font-size: 16px; }
.service-list-card h3 { margin: 10px 0 8px; color: var(--navy); font-family: var(--serif); font-size: 24px; font-weight: 600; line-height: 1.3; }
.service-list-card p { margin: 0; color: var(--muted); font-size: 13px; }
.info-band { padding: 70px 0; color: #fff; background: var(--navy); }
.info-band-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.info-band-item { padding-right: 24px; border-right: 1px solid rgba(195,162,99,.45); }
.info-band-item strong { display: block; color: var(--gold-light); font-family: var(--serif); font-size: 25px; font-weight: 500; }
.info-band-item p { margin: 8px 0 0; color: rgba(255,255,255,.6); font-size: 13px; }
.cta-band { padding: 80px 0; text-align: center; background: var(--cream); border-top: 1px solid var(--line); }
.cta-band h2 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(38px, 5vw, 58px); font-weight: 600; }
.cta-band p { max-width: 620px; margin: 15px auto 25px; color: var(--muted); }
.cta-band .btn-gold:hover { color: var(--navy); background: var(--gold-light); }
.profile-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.profile-photo { position: sticky; top: 130px; }
.profile-photo img { width: 100%; min-height: 600px; object-fit: cover; object-position: center; }
.profile-facts { display: grid; grid-template-columns: 1fr 1fr; margin-top: 20px; border: 1px solid var(--line); }
.profile-facts div { padding: 18px; border: 1px solid var(--line); margin: -1px 0 0 -1px; }
.profile-facts strong { display: block; color: var(--gold); font-family: var(--serif); font-size: 25px; }
.profile-facts span { color: var(--muted); font-size: 11px; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 45px; }
.value-card { padding: 28px; background: var(--paper); border-top: 2px solid var(--gold); box-shadow: 0 12px 35px rgba(7,28,45,.07); }
.value-card h3 { color: var(--navy); font-family: var(--serif); font-size: 23px; }
.value-card p { color: var(--muted); font-size: 13px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card { overflow: hidden; background: var(--paper); border: 1px solid var(--line); }
.article-card img { width: 100%; height: 230px; object-fit: cover; }
.article-card-content { padding: 28px; }
.article-card small { color: var(--gold); font-weight: 700; letter-spacing: .08em; }
.article-card h2 { margin: 8px 0 10px; color: var(--navy); font-family: var(--serif); font-size: 27px; line-height: 1.3; }
.article-card p { color: var(--muted); font-size: 13px; }
.article-card a { color: var(--blue); font-size: 13px; font-weight: 600; }
.knowledge-block { margin-top: 60px; padding: 50px; background: var(--cream); }
.knowledge-block h2 { margin-top: 0; }
.reviews-wall { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.review-card { margin: 0; padding: 34px; background: var(--paper); border: 1px solid var(--line); }
.review-card:nth-child(3n+1) { background: var(--navy); color: #fff; }
.review-card blockquote { margin: 12px 0 24px; color: var(--muted); font-family: var(--serif); font-size: 18px; line-height: 1.7; }
.review-card:nth-child(3n+1) blockquote { color: rgba(255,255,255,.78); }
.review-card figcaption { color: var(--gold); font-size: 12px; font-weight: 600; }
.contact-page-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.contact-info-panel { min-width: 0; padding: 38px; color: #fff; background: var(--navy); }
.contact-info-panel h2 { margin: 0 0 18px; font-family: var(--serif); font-size: 38px; font-weight: 600; }
.contact-info-panel p { color: rgba(255,255,255,.65); font-size: 13px; }
.contact-info-list { display: grid; gap: 18px; margin-top: 30px; }
.contact-info-list a, .contact-info-list div { min-width: 0; display: block; padding: 14px 16px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.035); }
.contact-info-list a { transition: border-color .25s, background .25s; }
.contact-info-list a:hover, .contact-info-list a:focus-visible { border-color: rgba(234,215,169,.5); background: rgba(255,255,255,.075); }
.contact-info-list small { display: block; color: var(--gold-light); }
.contact-info-list strong { display: block; max-width: 100%; margin-top: 2px; font-size: 15px; font-weight: 500; line-height: 1.55; overflow-wrap: anywhere; }
.contact-info-list strong[dir="ltr"] { text-align: left; unicode-bidi: isolate; }
.map-placeholder { min-height: 300px; display: grid; place-items: center; margin-top: 20px; padding: 30px; text-align: center; background: linear-gradient(rgba(7,28,45,.78),rgba(7,28,45,.78)), url("assets/portrait.jpg") center/cover; }
.map-placeholder strong { color: var(--gold-light); font-family: var(--serif); font-size: 23px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible, .reveal:focus-within { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }

@media (max-width: 1050px) {
  .main-nav { gap: 16px; font-size: 13px; }
  .brand img { width: 220px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .hero-image { inset: 0 0 0 25%; }
  .expertise-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { gap: 55px; }
  .about-image-wrap img { min-height: 520px; }
  .home-flex-grid { gap: 45px; }
  .home-flex-media img { min-height: 360px; }
  .experience-badge { left: -15px; }
  .approach-grid { grid-template-columns: 1fr 1fr; }
  .approach-item:nth-child(2) { border-left: 0; }
  .approach-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .testimonial.featured { grid-column: 1 / -1; }
  .contact-grid { gap: 45px; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  .section { padding: 85px 0; }
  .topbar-note, .topbar-details a:nth-child(2), .topbar-details span { display: none; }
  .topbar-inner { justify-content: center; }
  .header-inner { min-height: 75px; }
  .brand img { width: 205px; }
  .menu-toggle { display: block; z-index: 102; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    inset: 75px 0 auto;
    min-height: calc(100vh - 75px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 30px 25px;
    background: var(--paper);
    transform: none;
    overflow-y: auto;
  }
  .main-nav.open { display: flex !important; transform: none !important; }
  .main-nav > a:not(.nav-cta) { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .nav-dropdown > a { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .dropdown-menu { position: static; width: 100%; padding: 5px 18px 10px; background: var(--cream); border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .dropdown-menu a { padding: 6px 8px; }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 20px; text-align: center; }
  .hero { min-height: 700px; }
  .hero-image { inset: 0; background-position: 47% center; opacity: .52; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,28,45,.99) 12%, rgba(7,28,45,.72) 75%, rgba(7,28,45,.6)); }
  .hero-inner { padding-top: 50px; padding-bottom: 75px; }
  .hero-content { align-self: end; }
  .hero h1 { font-size: clamp(48px, 12vw, 67px); }
  .hero-lead { font-size: 15px; }
  .intro-strip-inner { grid-template-columns: 1fr; }
  .strip-item { min-height: 95px; border: 0; border-bottom: 1px solid var(--line); }
  .strip-item:first-child { border-right: 0; }
  .about-grid, .agri-inner, .split-heading, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-grid, .agri-inner, .split-heading, .faq-grid, .contact-grid { gap: 48px; }
  .about-visual { max-width: 580px; margin: auto; }
  .about-copy { max-width: 650px; }
  .agri-section { padding: 90px 0; }
  .split-heading > p:last-child { max-width: none; }
  .faq-heading { position: static; }
  .contact-grid { padding-top: 80px; padding-bottom: 80px; }
  .contact-image { background-position: 65% center; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:last-child { grid-column: auto; }
  .content-layout, .service-intro, .profile-grid, .contact-page-grid { grid-template-columns: 1fr; }
  .page-sidebar, .profile-photo { position: static; }
  .service-list-grid, .article-grid { grid-template-columns: 1fr 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .info-band-grid { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 70px 0; }
  .brand img { width: min(var(--design-logo-width), 180px); }
  .header-inner { min-height: 70px; }
  .main-nav { inset: 70px 0 auto; min-height: calc(100vh - 70px); }
  .hero { min-height: 680px; }
  .hero-inner { padding-top: 30px; }
  .hero h1 { font-size: 46px; }
  .hero-lead { margin: 20px 0 25px; line-height: 1.75; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 310px; }
  .hero-signature { margin-top: 28px; }
  .scroll-cue { display: none; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .about-copy h2, .faq-heading h2 { font-size: 40px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-card { min-height: 390px; }
  .expertise-content { transform: translateY(0); }
  .expertise-content p, .expertise-content a { opacity: 1; }
  .about-visual { padding: 0 0 28px 22px; }
  .about-image-wrap img { min-height: 430px; }
  .home-flex-grid { grid-template-columns: 1fr; }
  .home-flex-media-right .home-flex-media { order: 0; }
  .home-flex-media img { min-height: 300px; }
  .experience-badge { left: -4px; bottom: 52px; width: 135px; height: 135px; }
  .experience-badge strong { font-size: 43px; }
  .experience-badge span { font-size: 10px; }
  .about-checks, .agri-topics, .approach-grid, .testimonials-grid, .form-row { grid-template-columns: 1fr; }
  .agri-section::after { inset: 10px; }
  .agri-topics div { min-height: 110px; }
  .approach-item { min-height: auto; border-left: 1px solid var(--line) !important; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .testimonials-grid .testimonial.featured { grid-column: auto; }
  .testimonial { min-height: 285px; padding: 28px; }
  .testimonial.featured blockquote { font-size: 18px; }
  .contact-form { padding: 26px 22px; }
  .contact-copy h2 { font-size: 44px; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-details > :last-child { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; padding-top: 55px; }
  .footer-brand, .footer-column:last-child { grid-column: auto; }
  .footer-bottom { padding: 18px 0; flex-direction: column; justify-content: center; text-align: center; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 50px; height: 50px; }
  .inner-hero { min-height: 360px; }
  .inner-hero::after { inset: 10px; }
  .inner-hero-content { padding: 65px 0; }
  .inner-hero h1 { font-size: 46px; }
  .content-section { padding: 70px 0; }
  .service-list-grid, .article-grid, .values-grid, .reviews-wall { grid-template-columns: 1fr; }
  .service-intro { gap: 38px; }
  .service-intro-image { padding: 0 0 18px 18px; }
  .service-intro-image img { min-height: 340px; }
  .profile-photo img { min-height: 440px; }
  .profile-facts { grid-template-columns: 1fr; }
  .knowledge-block { padding: 28px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Luxury visual system */
:root {
  --navy: #071a2a;
  --navy-soft: #102d40;
  --blue: #235f7f;
  --gold: #b99552;
  --gold-light: #ead7a9;
  --gold-deep: #80602d;
  --cream: #f5f0e7;
  --paper: #fffdfa;
  --ink: #142632;
  --muted: #596970;
  --line: rgba(12, 38, 54, .12);
  --shadow: 0 28px 80px rgba(4, 24, 38, .12);
  --shadow-soft: 0 16px 45px rgba(4, 24, 38, .08);
}

::selection { color: var(--navy); background: var(--gold-light); }
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
main:focus { outline: none; }
body {
  background:
    radial-gradient(circle at 8% 16%, rgba(185,149,82,.055), transparent 26rem),
    var(--paper);
}
.container { width: min(var(--design-content-width), calc(100% - 48px)); }
.section, .content-section { position: relative; }
.section::before, .content-section::before {
  content: "";
  position: absolute;
  top: 54px;
  right: max(24px, calc((100vw - 1240px) / 2));
  width: 38px;
  height: 1px;
  background: var(--gold);
  opacity: .5;
}

.topbar {
  position: relative;
  background:
    linear-gradient(90deg, rgba(185,149,82,.08), transparent 36%),
    #061724;
  border-bottom: 1px solid rgba(234,215,169,.12);
}
.topbar-inner { min-height: 42px; }
.topbar-details { gap: 28px; }
.topbar-details a, .topbar-details span { transition: color .2s; }
.topbar-details a:hover { color: #fff; }
.topbar-note { position: relative; padding-right: 20px; font-size: 11px; letter-spacing: .06em; }
.topbar-note::before { content: "◆"; position: absolute; right: 0; color: var(--gold); font-size: 7px; }

.site-header {
  background: rgba(255,253,250,.88);
  backdrop-filter: blur(24px) saturate(1.25);
  border-bottom-color: rgba(12,38,54,.07);
}
.site-header.scrolled { background: rgba(255,253,250,.96); box-shadow: 0 14px 50px rgba(4,24,38,.09); }
.header-inner { min-height: 100px; }
.brand { position: relative; padding: 10px 0; }
.brand::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 54%;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.brand img { width: var(--design-logo-width); }
.main-nav { gap: 30px; font-size: 14px; }
.main-nav > a:not(.nav-cta), .nav-dropdown > a { letter-spacing: .015em; }
.main-nav > a:not(.nav-cta)::after { height: 2px; bottom: 27px; background: linear-gradient(90deg, var(--gold-deep), var(--gold-light)); }
.nav-cta, .btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  letter-spacing: .02em;
}
.nav-cta { padding: 12px 25px; background: linear-gradient(135deg, #0d2b3e, var(--navy)); box-shadow: 0 9px 25px rgba(7,26,42,.16); }
.nav-cta::before, .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,.28) 48%, transparent 72%);
  transform: translateX(120%);
  transition: transform .55s;
}
.nav-cta:hover::before, .btn:hover::before { transform: translateX(-120%); }
.dropdown-menu {
  top: calc(100% - 8px);
  right: -32px;
  width: 240px;
  padding: 15px;
  background: rgba(255,253,250,.97);
  border: 1px solid rgba(185,149,82,.25);
  border-top: 3px solid var(--gold);
  box-shadow: 0 24px 65px rgba(4,24,38,.16);
  backdrop-filter: blur(18px);
}
.dropdown-menu a { position: relative; padding: 10px 14px; }
.dropdown-menu a::before { content: ""; position: absolute; right: 0; top: 50%; width: 0; height: 1px; background: var(--gold); transition: width .25s; }
.dropdown-menu a:hover, .dropdown-menu a:focus-visible { padding-right: 24px; }
.dropdown-menu a:hover::before, .dropdown-menu a:focus-visible::before { width: 15px; }

.hero { min-height: 790px; border-bottom: 5px solid var(--gold); }
.hero-image {
  inset: 0 0 0 38%;
  background-position: center 42%;
  opacity: .96;
  transform: scale(1.015);
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(7,26,42,.02) 0%, rgba(7,26,42,.35) 38%, rgba(7,26,42,.97) 69%, #071a2a 100%),
    linear-gradient(0deg, rgba(7,26,42,.62), transparent 52%);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 30px;
  border: 1px solid rgba(234,215,169,.25);
  pointer-events: none;
}
.hero-inner { grid-template-columns: 1.35fr .65fr; gap: 95px; padding-top: 74px; padding-bottom: 105px; }
.hero-content { position: relative; padding-right: 34px; }
.hero-content::before { content: ""; position: absolute; right: 0; top: 8px; width: 1px; height: 110px; background: linear-gradient(var(--gold), transparent); }
.eyebrow { font-size: 11px; letter-spacing: .24em; }
.eyebrow::before { width: 52px; background: linear-gradient(90deg, currentColor, transparent); }
.hero h1 { max-width: 780px; font-size: clamp(62px, 6.3vw, 96px); text-shadow: 0 5px 35px rgba(0,0,0,.16); }
.hero h1 span {
  color: var(--gold-light);
  background: linear-gradient(100deg, #c9a968, #f1e0b9 52%, #b58d48);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-lead { max-width: 650px; color: rgba(255,255,255,.8); font-size: 17px; }
.btn { min-height: 56px; padding: 12px 31px; box-shadow: 0 10px 28px rgba(4,24,38,.12); }
.btn-gold { background: linear-gradient(135deg, #d4b878, var(--gold)); border-color: #d6bc82; box-shadow: 0 12px 30px rgba(185,149,82,.19); }
.btn-gold:hover { color: #fff; background: transparent; box-shadow: none; }
.btn-ghost { background: rgba(255,255,255,.035); backdrop-filter: blur(10px); }
.hero-card {
  position: relative;
  max-width: 355px;
  padding: 42px 36px 35px;
  border: 1px solid rgba(234,215,169,.34);
  background: linear-gradient(145deg, rgba(13,43,62,.88), rgba(4,20,32,.76));
  box-shadow: 0 30px 70px rgba(0,0,0,.22);
}
.hero-card::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.08); pointer-events: none; }
.hero-card::after { content: "YHS"; position: absolute; left: 25px; top: 12px; color: rgba(234,215,169,.1); font-family: var(--serif); font-size: 64px; line-height: 1; }
.hero-card-kicker { position: relative; z-index: 1; }
.hero-card h2 { position: relative; z-index: 1; font-size: 33px; }
.hero-card-stats strong { background: linear-gradient(135deg, var(--gold-light), var(--gold)); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.intro-strip { margin-top: -48px; padding: 0 20px; background: transparent; border: 0; }
.intro-strip-inner {
  position: relative;
  z-index: 6;
  background: rgba(255,253,250,.96);
  border: 1px solid rgba(185,149,82,.22);
  box-shadow: 0 24px 60px rgba(4,24,38,.12);
  backdrop-filter: blur(20px);
}
.strip-item { min-height: 135px; transition: background .3s; }
.strip-item:hover { background: var(--cream); }
.strip-number { opacity: .7; font-size: 36px; }
.strip-number, .about-checks i, .text-link span, .approach-item > span, .form-heading span, .service-list-card > span, .article-card small, .review-card figcaption { color: var(--gold-deep); }
.review-card:nth-child(3n+1) figcaption { color: var(--gold-light); }

.section-heading.centered { max-width: 820px; }
.section-heading h2, .about-copy h2, .faq-heading h2 { font-size: clamp(46px, 5vw, 69px); }
.section-heading h2::after, .about-copy h2::after, .faq-heading h2::after, .service-intro-copy h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  margin-top: 22px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.section-heading.centered h2::after { margin-inline: auto; }
.expertise-section { background: linear-gradient(180deg, var(--paper), #faf7f1); }
.expertise-grid { gap: 20px; }
.expertise-card {
  min-height: 505px;
  border: 1px solid rgba(185,149,82,.2);
  box-shadow: 0 18px 45px rgba(4,24,38,.1);
  transition: transform .4s, box-shadow .4s;
}
.expertise-card:nth-child(even) { transform: translateY(25px); }
.expertise-card:hover, .expertise-card:focus-within, .expertise-card.keyboard-focus { transform: translateY(-8px); box-shadow: 0 32px 70px rgba(4,24,38,.17); }
.expertise-card:nth-child(even):hover, .expertise-card:nth-child(even):focus-within, .expertise-card:nth-child(even).keyboard-focus { transform: translateY(14px); }
.expertise-card::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.17); pointer-events: none; }
.expertise-content { padding: 38px 35px; }
.expertise-content h3 { font-size: 32px; }
.expertise-content a { padding-bottom: 3px; border-bottom: 1px solid rgba(234,215,169,.45); }

.about-section, .content-section.alt, .testimonials-section {
  background:
    linear-gradient(135deg, rgba(185,149,82,.045), transparent 38%),
    var(--cream);
}
.about-image-wrap, .service-intro-image img, .profile-photo img { box-shadow: 0 28px 70px rgba(4,24,38,.16); }
.about-image-wrap::after, .service-intro-image::before, .profile-photo::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 12px;
  border: 1px solid rgba(255,255,255,.28);
  pointer-events: none;
}
.about-image-wrap, .profile-photo { position: relative; }
.experience-badge { box-shadow: 0 22px 55px rgba(4,24,38,.24); }
.about-copy blockquote { padding: 28px 36px 28px 18px; background: rgba(255,255,255,.5); border-right-width: 3px; box-shadow: var(--shadow-soft); }

.agri-section { padding: 145px 0; }
.agri-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 30%, rgba(185,149,82,.18), transparent 32rem); }
.agri-topics { gap: 12px; }
.agri-topics div { margin: 0; border-color: rgba(234,215,169,.22); background: rgba(255,255,255,.045); backdrop-filter: blur(12px); transition: .3s; }
.agri-topics div:hover { background: rgba(185,149,82,.13); transform: translateY(-4px); }

.approach-grid { gap: 16px; border: 0; }
.approach-item {
  position: relative;
  min-height: 355px;
  padding: 42px 32px;
  background: var(--paper);
  border: 1px solid var(--line) !important;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.approach-item::after { position: absolute; left: 16px; bottom: -25px; color: rgba(185,149,82,.08); font-family: var(--serif); font-size: 120px; line-height: 1; }
.approach-item:nth-child(1)::after { content: "01"; }
.approach-item:nth-child(2)::after { content: "02"; }
.approach-item:nth-child(3)::after { content: "03"; }
.approach-item:nth-child(4)::after { content: "04"; }
.approach-item:hover { background: var(--navy); transform: translateY(-9px); }
.approach-item:hover h3 { color: #fff; }
.approach-item:hover p { color: rgba(255,255,255,.65); }
.approach-icon { background: var(--cream); }

.testimonial, .review-card, .value-card, .service-list-card, .article-card {
  position: relative;
  box-shadow: var(--shadow-soft);
  transition: transform .35s, box-shadow .35s, border-color .35s;
}
.testimonial::before, .review-card::before, .value-card::before, .service-list-card::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 42px;
  height: 42px;
  border-top: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
  pointer-events: none;
}
.testimonial:hover, .review-card:hover, .value-card:hover, .service-list-card:hover, .article-card:hover, .article-card:focus-within, .article-card.keyboard-focus { transform: translateY(-7px); box-shadow: var(--shadow); border-color: rgba(185,149,82,.4); }
.testimonial.featured, .review-card:nth-child(3n+1) { background: linear-gradient(145deg, var(--navy-soft), var(--navy)); }
.quote-mark { background: linear-gradient(135deg, var(--gold-light), var(--gold)); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.contact-section { border-top: 5px solid var(--gold); }
.contact-section::after { content: ""; position: absolute; inset: 25px; border: 1px solid rgba(234,215,169,.17); pointer-events: none; }
.contact-form {
  position: relative;
  padding: 50px;
  border: 1px solid rgba(185,149,82,.26);
  box-shadow: 0 35px 90px rgba(0,0,0,.28);
}
.contact-form::before { content: ""; position: absolute; inset: 10px; border: 1px solid var(--line); pointer-events: none; }
.contact-form > * { position: relative; z-index: 1; }
.contact-form input, .contact-form textarea, .contact-form select { padding: 10px 0; }
.contact-form input:focus-visible, .contact-form textarea:focus-visible, .contact-form select:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
  border-bottom-color: var(--blue);
}
.form-required-note { margin: -8px 0 18px; color: var(--muted); font-size: 13px; }
.required-field > span::after { content: " *"; color: #9c2f2f; font-weight: 700; }
.form-error-status { min-height: 1.5em; margin: 0 0 8px; color: #8b1e1e; font-weight: 700; font-size: 14px; }
.contact-form .has-error input { border-bottom: 2px solid #9c2f2f; }
.form-success:focus { outline: 3px solid var(--blue); outline-offset: 4px; }
.form-note, .footer-bottom, .contact-details small, .hero-card-stats span, .scroll-cue { font-size: 12px; }
.prose a:not(.btn), .article-card a, .footer-column a, .side-links a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.footer-column a, .side-links a { min-height: 34px; display: flex; align-items: center; }

.site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 28%, rgba(185,149,82,.11), transparent 25rem),
    #04131f;
  border-top: 1px solid rgba(234,215,169,.18);
}
.site-footer::after { content: "YHS"; position: absolute; left: -25px; bottom: -125px; color: rgba(255,255,255,.018); font-family: var(--serif); font-size: 340px; line-height: 1; pointer-events: none; }
.footer-main { position: relative; z-index: 1; padding-top: 85px; }
.footer-column h3 { padding-bottom: 10px; border-bottom: 1px solid rgba(234,215,169,.3); }
.footer-column a { transition: color .2s, transform .2s; }
.footer-column a:hover, .footer-column a:focus-visible { transform: translateX(-4px); }
.whatsapp-float { border: 2px solid #fff; box-shadow: 0 15px 35px rgba(0,0,0,.28); }

.inner-hero { min-height: 500px; border-bottom: 5px solid var(--gold); }
.inner-hero::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7,26,42,.22), rgba(7,26,42,.93) 67%, #071a2a 100%),
    linear-gradient(0deg, rgba(7,26,42,.55), transparent);
}
.inner-hero::after { z-index: 2; inset: 30px; border-color: rgba(234,215,169,.32); }
.inner-hero-bg { transform: scale(1.025); opacity: .68; }
.inner-hero-content { max-width: 830px; padding: 105px 38px 105px 0; }
.inner-hero-content::before { content: ""; position: absolute; right: 0; top: 115px; width: 2px; height: 95px; background: linear-gradient(var(--gold), transparent); }
.breadcrumbs { margin-bottom: 27px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.14); width: fit-content; }
.inner-hero h1 { font-size: clamp(58px, 6.3vw, 86px); text-shadow: 0 8px 35px rgba(0,0,0,.17); }
.inner-hero p { font-size: 18px; }

.content-layout { gap: 110px; }
.prose { font-size: 16px; }
.prose .lead { padding-right: 24px; border-right: 2px solid var(--gold); font-size: 27px; }
.prose h2, .content-title { margin-top: 55px; font-size: clamp(38px, 4vw, 53px); }
.prose h3 { position: relative; padding-right: 22px; }
.prose h3::before { content: ""; position: absolute; right: 0; top: .7em; width: 11px; height: 1px; background: var(--gold); }
.prose p { line-height: 1.9; }
.prose-note {
  position: relative;
  padding: 32px 35px;
  background: linear-gradient(135deg, rgba(185,149,82,.11), rgba(255,255,255,.8));
  border: 1px solid rgba(185,149,82,.24);
  border-right: 4px solid var(--gold);
  box-shadow: var(--shadow-soft);
}
.prose-note::after { content: "״"; position: absolute; left: 18px; top: 5px; color: rgba(185,149,82,.15); font-family: var(--serif); font-size: 82px; line-height: 1; }
.sidebar-card { position: relative; padding: 34px; background: linear-gradient(145deg, var(--navy-soft), var(--navy)); border: 1px solid rgba(234,215,169,.2); box-shadow: var(--shadow); }
.sidebar-card::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.07); pointer-events: none; }
.sidebar-card.light { background: var(--paper); border-color: rgba(185,149,82,.22); box-shadow: var(--shadow-soft); }
.sidebar-card > * { position: relative; z-index: 1; }
.side-links a { position: relative; padding: 12px 15px 12px 0; }
.side-links a::before { content: ""; position: absolute; right: 0; top: 50%; width: 5px; height: 5px; border: 1px solid var(--gold); transform: translateY(-50%) rotate(45deg); }
.side-links a.current { padding-right: 20px; font-weight: 600; }

.service-intro { gap: 100px; }
.service-intro-image { padding: 0 0 38px 38px; }
.service-intro-image::after { border-width: 2px; }
.service-intro-copy h2 { font-size: clamp(45px, 5vw, 64px); }
.service-list-grid { gap: 22px; }
.service-list-card { min-height: 250px; padding: 35px; overflow: hidden; }
.service-list-card > span { display: inline-grid; place-items: center; width: 42px; height: 42px; background: var(--cream); border: 1px solid rgba(185,149,82,.35); border-radius: 50%; }
.service-list-card h3 { margin-top: 22px; font-size: 26px; }

.info-band {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  background: linear-gradient(135deg, var(--navy-soft), var(--navy));
  border-block: 1px solid rgba(234,215,169,.2);
}
.info-band::after { content: ""; position: absolute; width: 420px; height: 420px; left: -210px; top: -210px; border: 1px solid rgba(234,215,169,.14); transform: rotate(45deg); }
.info-band-item { position: relative; z-index: 1; padding: 20px 30px; border: 1px solid rgba(234,215,169,.16); background: rgba(255,255,255,.025); }
.info-band-item strong { font-size: 29px; }
.cta-band {
  position: relative;
  overflow: hidden;
  padding: 95px 0;
  background:
    radial-gradient(circle at 50% -60%, rgba(185,149,82,.25), transparent 26rem),
    var(--cream);
}
.cta-band::before, .cta-band::after { content: ""; position: absolute; top: 50%; width: 18%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.cta-band::before { right: 0; }
.cta-band::after { left: 0; transform: rotate(180deg); }

.profile-photo img { border: 1px solid rgba(185,149,82,.25); }
.profile-facts { margin-top: 0; background: var(--navy); border: 0; box-shadow: var(--shadow); }
.profile-facts div { padding: 23px; border-color: rgba(255,255,255,.11); }
.profile-facts strong { color: var(--gold-light); font-size: 30px; }
.profile-facts span { color: rgba(255,255,255,.55); }
.value-card { min-height: 235px; padding: 35px; }
.value-card h3 { font-size: 27px; }

.article-grid { gap: 26px; }
.article-card { border-color: rgba(185,149,82,.19); box-shadow: var(--shadow-soft); }
.article-card img { height: 260px; transition: transform .55s; }
.article-card:hover img, .article-card:focus-within img, .article-card.keyboard-focus img { transform: scale(1.045); }
.article-card-content { position: relative; padding: 34px; background: var(--paper); }
.article-card-content::before { content: ""; position: absolute; top: 0; right: 34px; width: 55px; height: 2px; background: var(--gold); }
.article-card h2 { font-size: 30px; }
.article-card a { display: inline-flex; padding-bottom: 3px; border-bottom: 1px solid rgba(35,95,127,.3); }

.reviews-wall { gap: 26px; }
.review-card { padding: 42px; }
.review-card blockquote { font-size: 20px; }
.contact-info-panel {
  position: relative;
  padding: 48px;
  background: linear-gradient(145deg, var(--navy-soft), var(--navy));
  border: 1px solid rgba(234,215,169,.2);
  box-shadow: var(--shadow);
}
.contact-info-panel::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.08); pointer-events: none; }
.contact-info-panel > * { position: relative; z-index: 1; }
.map-placeholder { min-height: 330px; border: 1px solid rgba(234,215,169,.24); }

@media (max-width: 1050px) {
  .brand img { width: 235px; }
  .main-nav { gap: 18px; }
  .hero { min-height: 740px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-inner { padding-bottom: 90px; }
  .home-flex-grid { gap: 46px; }
  .expertise-card:nth-child(even) { transform: none; }
  .expertise-card:nth-child(even):hover { transform: translateY(-8px); }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 1240px); }
  .section::before, .content-section::before { display: none; }
  .site-header { background: rgba(255,253,250,.97); }
  .header-inner { min-height: 78px; }
  .brand::after { display: none; }
  .brand img { width: 205px; }
  .main-nav { padding: 24px; background: rgba(255,253,250,.99); box-shadow: 0 35px 70px rgba(4,24,38,.18); }
  .dropdown-menu { border: 1px solid var(--line); box-shadow: none; }
  .nav-dropdown > a.active::after { display: none; }
  .hero::before { inset: 14px; }
  .hero-image { inset: 0; background-position: 47% center; opacity: .56; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,26,42,.99) 10%, rgba(7,26,42,.78) 76%, rgba(7,26,42,.66)); }
  .hero-content { padding-right: 18px; }
  .hero-inner { padding-bottom: 95px; }
  .home-flex-grid { grid-template-columns: 1fr; }
  .home-flex-media-right .home-flex-media { order: 0; }
  .home-flex-media img { min-height: 310px; }
  .intro-strip { margin-top: -30px; padding: 0 12px; }
  .intro-strip-inner { box-shadow: 0 18px 45px rgba(4,24,38,.12); }
  .inner-hero { min-height: 440px; }
  .inner-hero::after { inset: 15px; }
  .inner-hero-content { padding: 80px 22px 80px 0; }
  .inner-hero-content::before { right: 0; top: 90px; height: 75px; }
  .contact-form { padding: 40px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 26px, 1240px); }
  .topbar-inner { min-height: 36px; }
  .hero { min-height: 720px; border-bottom-width: 3px; }
  .hero h1 { font-size: 49px; }
  .hero-content::before { height: 72px; }
  .hero-actions { max-width: none; }
  .btn { width: 100%; min-height: 54px; }
  .intro-strip { margin-top: -20px; padding: 0 8px; }
  .strip-item { padding: 22px; }
  .expertise-card { min-height: 430px; }
  .expertise-content { padding: 31px 27px; }
  .about-copy blockquote { padding: 24px 28px 24px 15px; }
  .inner-hero { min-height: 410px; border-bottom-width: 3px; }
  .inner-hero::after { inset: 9px; }
  .inner-hero-content { padding: 68px 15px 68px 0; }
  .inner-hero h1 { font-size: 49px; }
  .inner-hero p { font-size: 15px; }
  .service-intro-image { padding: 0 0 24px 24px; }
  .service-list-card, .value-card, .review-card { padding: 28px; }
  .contact-form, .contact-info-panel { padding: 30px 23px; }
  .cta-band { padding: 76px 0; }
  .cta-band::before, .cta-band::after { display: none; }
}

/* Guided legal information chatbot */
.legal-chatbot {
  position: fixed;
  z-index: 120;
  left: 22px;
  bottom: 22px;
  direction: rtl;
}
.chatbot-toggle {
  min-height: 55px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy-soft), var(--navy));
  border: 1px solid var(--gold);
  border-radius: 30px;
  box-shadow: 0 15px 38px rgba(4,24,38,.28);
  cursor: pointer;
  font-weight: 600;
}
.chatbot-toggle svg {
  width: 24px;
  height: 24px;
  color: var(--gold-light);
}
.chatbot-toggle:hover, .chatbot-toggle:focus-visible {
  background: var(--navy-soft);
  transform: translateY(-2px);
}
.chatbot-panel {
  position: absolute;
  left: 0;
  bottom: 70px;
  width: min(390px, calc(100vw - 44px));
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(185,149,82,.38);
  border-radius: 12px;
  box-shadow: 0 30px 80px rgba(4,24,38,.3);
}
.chatbot-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy-soft), var(--navy));
  border-bottom: 3px solid var(--gold);
}
.chatbot-header span {
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 600;
}
.chatbot-header h2 {
  margin: 2px 0 0;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
}
.chatbot-close {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 50%;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}
.chatbot-close:hover, .chatbot-close:focus-visible { background: rgba(255,255,255,.1); }
.chatbot-body { padding: 18px; }
.chatbot-log {
  max-height: 245px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 2px 2px 12px;
  scroll-behavior: smooth;
}
.chat-message {
  max-width: 91%;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.65;
}
.bot-message {
  align-self: flex-start;
  background: var(--cream);
  border-right: 3px solid var(--gold);
}
.user-message {
  align-self: flex-end;
  color: #fff;
  background: var(--blue);
}
.chat-message a {
  display: block;
  width: fit-content;
  margin-top: 7px;
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
}
.chatbot-questions {
  display: flex;
  gap: 7px;
  margin: 3px 0 14px;
  padding: 2px 2px 8px;
  overflow-x: auto;
}
.chatbot-question {
  flex: 0 0 auto;
  max-width: 210px;
  padding: 7px 10px;
  color: var(--navy);
  background: var(--paper);
  border: 1px solid rgba(35,95,127,.3);
  border-radius: 20px;
  cursor: pointer;
  font-size: 11px;
}
.chatbot-question:hover, .chatbot-question:focus-visible {
  background: var(--cream);
  border-color: var(--gold-deep);
}
.chatbot-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}
.chatbot-form input {
  min-width: 0;
  padding: 10px 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.chatbot-form button {
  padding: 9px 14px;
  color: #fff;
  background: var(--navy);
  border: 1px solid var(--navy);
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}
.chatbot-form button:hover, .chatbot-form button:focus-visible {
  color: var(--navy);
  background: var(--gold-light);
  border-color: var(--gold-deep);
}
.chatbot-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.builder-page {
  width: 100%;
  min-width: 0;
  background: var(--paper);
}
.builder-page-full {
  padding: 0;
}
.builder-page .builder-content {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
}
.builder-page .builder-content > * {
  max-width: none;
}
.builder-page .alignfull {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.builder-page .elementor {
  width: 100%;
  direction: rtl;
}
.builder-page-canvas {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}
.builder-page-canvas__main {
  min-height: 100vh;
}

@media (max-width: 560px) {
  .legal-chatbot { left: 13px; bottom: 13px; }
  .chatbot-toggle { min-height: 50px; padding: 9px 14px; }
  .chatbot-toggle span { font-size: 12px; }
  .chatbot-panel {
    position: fixed;
    inset: auto 10px 75px;
    width: auto;
    max-height: calc(100vh - 95px);
  }
  .chatbot-log { max-height: min(230px, 31vh); }
  .chatbot-header { padding: 17px 18px; }
  .chatbot-body { padding: 14px; }
}

/* NGF cinematic refinement v1.3.6 */
body {
  background:
    radial-gradient(circle at 12% 0, rgba(185,149,82,.08), transparent 32rem),
    linear-gradient(180deg, var(--paper), #fbf7ef 48%, var(--paper));
}
.site-header {
  background: color-mix(in srgb, var(--header-bg) 86%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--gold) 22%, transparent);
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: .86;
}
.site-header.scrolled {
  box-shadow: 0 22px 70px rgba(4,24,38,.14);
}
.header-inner {
  min-height: 104px;
}
.brand img,
.custom-logo-link img {
  filter: drop-shadow(0 14px 26px rgba(4,24,38,.12));
}
.main-nav .menu-item > a,
.main-nav > a:not(.nav-cta),
.nav-dropdown > a {
  letter-spacing: .015em;
}
.nav-cta,
.main-nav .menu-item:last-child > a {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 14px 34px rgba(4,24,38,.18);
}
.nav-cta::before,
.main-nav .menu-item:last-child > a::before,
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent, rgba(255,255,255,.24), transparent);
  transform: translateX(120%);
  transition: transform .55s ease;
}
.nav-cta:hover::before,
.main-nav .menu-item:last-child > a:hover::before,
.btn:hover::before {
  transform: translateX(-120%);
}
.hero {
  min-height: min(900px, calc(100vh - 10px));
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 18%, rgba(229,207,157,.22), transparent 28rem),
    linear-gradient(135deg, #03111d, var(--navy) 58%, var(--navy-soft));
}
.hero::before {
  inset: 24px;
  border-color: rgba(229,207,157,.28);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.045);
}
.hero::after {
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(229,207,157,.15) 12% 12.15%, transparent 12.15% 100%),
    radial-gradient(circle at 24% 76%, rgba(35,95,127,.28), transparent 22rem);
}
.hero-image {
  inset: 0 0 0 44%;
  opacity: .82;
  filter: saturate(.86) contrast(1.08);
  transform: scale(1.03);
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(3,17,29,.99) 0%, rgba(7,28,45,.94) 38%, rgba(7,28,45,.56) 68%, rgba(7,28,45,.2)),
    linear-gradient(0deg, rgba(3,17,29,.88), transparent 45%);
}
.hero-inner {
  min-height: inherit;
  align-items: center;
  padding-top: 92px;
  padding-bottom: 132px;
}
.hero-content {
  padding: 38px 42px 38px 0;
}
.hero-content::before {
  width: 3px;
  height: 150px;
  background: linear-gradient(var(--gold-light), var(--gold), transparent);
  box-shadow: 0 0 35px rgba(229,207,157,.35);
}
.eyebrow {
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 860px;
  letter-spacing: -.035em;
  font-size: clamp(68px, 7.2vw, 118px);
  line-height: .94;
}
.hero h1 span {
  background: linear-gradient(135deg, var(--gold-light), #fff8df 42%, var(--gold));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-lead {
  max-width: 720px;
  padding-right: 24px;
  border-right: 1px solid rgba(229,207,157,.42);
  font-size: clamp(18px, 1.45vw, 22px);
}
.hero-actions .btn,
.btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 14px 28px;
  border-width: 1px;
  box-shadow: 0 18px 42px rgba(4,24,38,.18);
}
.btn-ghost {
  border-color: rgba(229,207,157,.44);
  background: rgba(255,255,255,.035);
  backdrop-filter: blur(16px);
}
.hero-card {
  padding: 38px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.045)),
    linear-gradient(180deg, rgba(229,207,157,.08), transparent);
  border: 1px solid rgba(229,207,157,.32);
  backdrop-filter: blur(24px);
  box-shadow: 0 34px 95px rgba(0,0,0,.34);
}
.hero-card::before {
  inset: 12px;
  border-color: rgba(229,207,157,.18);
}
.hero-card::after {
  left: 18px;
  top: 6px;
  font-size: 92px;
  opacity: .85;
}
.hero-card h2 {
  font-size: clamp(34px, 3vw, 46px);
}
.hero-card-stats {
  gap: 14px;
}
.hero-card-stats div {
  padding: 16px 13px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(229,207,157,.13);
}
.scroll-cue {
  bottom: 40px;
  padding: 10px 16px;
  border: 1px solid rgba(229,207,157,.26);
  background: rgba(4,24,38,.38);
  backdrop-filter: blur(18px);
}
.intro-strip {
  margin-top: -74px;
}
.intro-strip-inner {
  border: 1px solid rgba(185,149,82,.26);
  background:
    linear-gradient(135deg, rgba(255,253,249,.96), rgba(246,242,234,.92)),
    radial-gradient(circle at 16% 0, rgba(185,149,82,.12), transparent 18rem);
  box-shadow: 0 28px 90px rgba(4,24,38,.15);
}
.strip-item {
  min-height: 145px;
  transition: transform .25s ease, background .25s ease;
}
.strip-item:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,.58);
}
.strip-number {
  font-size: 44px;
}
.section {
  position: relative;
}
.section-heading.centered {
  max-width: 930px;
}
.section-heading h2,
.about-copy h2,
.agri-copy h2,
.contact-copy h2 {
  letter-spacing: -.025em;
}
.expertise-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(185,149,82,.13), transparent 25rem),
    linear-gradient(180deg, var(--paper), #f7efe3);
}
.expertise-section::before {
  content: "";
  position: absolute;
  inset: 55px auto auto 5%;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(185,149,82,.16);
  transform: rotate(45deg);
}
.expertise-grid {
  gap: clamp(18px, 2vw, 30px);
}
.expertise-card {
  min-height: 540px;
  border: 1px solid rgba(255,255,255,.45);
  box-shadow: 0 28px 72px rgba(4,24,38,.12);
}
.expertise-card::after {
  inset: 14px;
  border-color: rgba(229,207,157,.25);
}
.expertise-overlay {
  background:
    linear-gradient(0deg, rgba(3,17,29,.98) 5%, rgba(7,28,45,.58) 48%, rgba(7,28,45,.06)),
    linear-gradient(90deg, rgba(185,149,82,.12), transparent);
}
.expertise-content {
  padding: 42px 38px;
}
.expertise-index {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
  border: 1px solid rgba(229,207,157,.42);
  background: rgba(255,255,255,.06);
}
.expertise-content h3 {
  font-size: clamp(31px, 2.7vw, 40px);
}
.about-section {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--cream) 80%, white), var(--paper)),
    radial-gradient(circle at 86% 18%, rgba(185,149,82,.12), transparent 24rem);
}
.about-grid {
  gap: clamp(50px, 7vw, 110px);
}
.about-image-wrap {
  border-radius: calc(var(--design-card-radius) + 8px);
  box-shadow: 0 34px 85px rgba(4,24,38,.18);
}
.about-image-wrap::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.58);
  pointer-events: none;
}
.about-frame {
  right: -34px;
  bottom: -34px;
  width: 74%;
  height: 74%;
  border-width: 2px;
  opacity: .8;
}
.experience-badge {
  box-shadow: 0 28px 72px rgba(4,24,38,.28);
  border: 1px solid rgba(229,207,157,.28);
}
.about-copy {
  position: relative;
}
.about-copy::before {
  content: "";
  position: absolute;
  right: -36px;
  top: 10px;
  width: 3px;
  height: 120px;
  background: linear-gradient(var(--gold), transparent);
}
.about-checks span {
  padding: 12px 14px;
  background: rgba(255,255,255,.6);
  border: 1px solid rgba(185,149,82,.18);
}
.home-flex-media,
.home-flex-copy,
.value-card,
.article-card,
.review-card,
.service-list-card {
  box-shadow: 0 24px 60px rgba(4,24,38,.09);
}
.agri-section {
  border-top: 6px solid var(--gold);
  border-bottom: 6px solid var(--gold);
}
.agri-bg {
  filter: saturate(.9) contrast(1.08);
}
.agri-inner {
  min-height: 620px;
  align-items: center;
}
.agri-topics {
  border: 1px solid rgba(229,207,157,.22);
  background: rgba(3,17,29,.42);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 80px rgba(0,0,0,.22);
}
.agri-topics div {
  padding: 24px;
}
.approach-section {
  overflow: hidden;
  background:
    linear-gradient(180deg, var(--paper), #f8f1e8),
    radial-gradient(circle at 10% 90%, rgba(35,95,127,.1), transparent 23rem);
}
.approach-grid {
  counter-reset: step;
}
.approach-item {
  min-height: 370px;
  padding: 48px 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,253,249,.72));
  border: 1px solid rgba(185,149,82,.2);
  box-shadow: 0 24px 60px rgba(4,24,38,.08);
}
.approach-item::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(185,149,82,.12);
  pointer-events: none;
}
.approach-item:hover {
  box-shadow: 0 32px 72px rgba(4,24,38,.18);
}
.testimonials-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(185,149,82,.14), transparent 24rem),
    linear-gradient(180deg, var(--cream), var(--paper));
}
.testimonial {
  position: relative;
  overflow: hidden;
  border-color: rgba(185,149,82,.2);
  box-shadow: 0 24px 60px rgba(4,24,38,.08);
}
.testimonial::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(185,149,82,.13);
  pointer-events: none;
}
.testimonial.featured,
.review-card:nth-child(3n+1) {
  box-shadow: 0 30px 76px rgba(4,24,38,.18);
}
.contact-section {
  background:
    radial-gradient(circle at 16% 20%, rgba(229,207,157,.18), transparent 24rem),
    linear-gradient(135deg, #03111d, var(--navy));
}
.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(229,207,157,.12) 0 1px, transparent 1px),
    linear-gradient(0deg, rgba(229,207,157,.08) 0 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: radial-gradient(circle at 32% 45%, black, transparent 68%);
  opacity: .42;
}
.contact-grid {
  position: relative;
  z-index: 2;
  align-items: center;
}
.contact-copy h2 {
  font-size: clamp(50px, 6vw, 88px);
}
.contact-details > a,
.contact-details > div {
  background: rgba(255,255,255,.065);
  border-color: rgba(229,207,157,.22);
  backdrop-filter: blur(16px);
}
.contact-details > a:hover,
.contact-details > div:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.105);
}
.contact-form {
  position: relative;
  padding: clamp(32px, 4vw, 56px);
  border: 1px solid rgba(185,149,82,.28);
  box-shadow: 0 34px 95px rgba(0,0,0,.28);
}
.contact-form::before {
  inset: 14px;
  border-color: rgba(185,149,82,.18);
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  padding: 12px 0;
}
.form-heading h3 {
  font-size: clamp(34px, 3vw, 46px);
}
.form-submit {
  width: 100%;
  justify-content: center;
  min-height: 54px;
}
.cta-band {
  background:
    radial-gradient(circle at 50% 0, rgba(185,149,82,.16), transparent 23rem),
    linear-gradient(180deg, var(--paper), var(--cream));
}
.site-footer {
  border-top: 1px solid rgba(229,207,157,.24);
  background:
    radial-gradient(circle at 12% 0, rgba(229,207,157,.12), transparent 24rem),
    linear-gradient(180deg, var(--navy), #020b12);
}
.legal-chatbot {
  box-shadow: 0 28px 68px rgba(4,24,38,.18);
}
.chatbot-toggle {
  border: 1px solid rgba(185,149,82,.28);
  box-shadow: 0 18px 44px rgba(4,24,38,.18);
}

.ngf-a11y-widget,
.ngf-a11y-skip-links {
  display: none !important;
}

@media (max-width: 1100px) {
  .hero-image { inset: 0 0 0 26%; }
  .hero-inner { padding-bottom: 110px; }
  .hero h1 { font-size: clamp(58px, 9vw, 88px); }
  .expertise-card { min-height: 470px; }
  .approach-item { min-height: 320px; }
}

@media (max-width: 820px) {
  .header-inner { min-height: 82px; }
  .hero { min-height: 760px; }
  .hero::before { inset: 12px; }
  .hero-image { inset: 0; opacity: .54; }
  .hero-content { padding-right: 20px; }
  .hero-lead { padding-right: 16px; }
  .intro-strip { margin-top: -42px; }
  .strip-item { min-height: 118px; }
  .about-copy::before { right: 0; top: -26px; width: 90px; height: 2px; }
  .contact-section::after { inset: 12px; }
  .contact-form { padding: 30px 24px; }
}

@media (max-width: 560px) {
  .hero { min-height: 720px; }
  .hero h1 { font-size: clamp(46px, 14vw, 64px); }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-signature { align-items: flex-start; }
  .expertise-card { min-height: 410px; }
  .contact-copy h2 { font-size: 44px; }
}
