:root {
  --indigo: #304174;
  --indigo-deep: #19264d;
  --terracotta: #a64f37;
  --terracotta-deep: #7c3829;
  --saffron: #c27a32;
  --leaf: #5e7550;
  --leaf-pale: #eaf0e4;
  --sand: #f1e4cf;
  --paper: #fffaf2;
  --white: #ffffff;
  --ink: #273345;
  --muted: #606775;
  --line: #d8cfbf;
  --error: #912d37;
  --shell: min(1180px, calc(100% - 48px));
  --shadow: 0 22px 54px rgba(35, 43, 70, .15);
  --radius: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif; font-size: 18px; line-height: 1.62; overflow-wrap: anywhere; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, summary { font: inherit; }
:focus-visible { outline: 3px solid #d88a44; outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 88px 0; }
.skip-link { position: fixed; z-index: 100; top: 9px; left: 12px; padding: 10px 15px; color: #fff; background: var(--indigo-deep); border-radius: 5px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.operator-bar { padding: 6px 18px; color: #f7f3ec; background: var(--indigo-deep); font-size: 13px; letter-spacing: .025em; text-align: center; }
.site-header { position: sticky; z-index: 30; top: 0; background: rgba(255,250,242,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 12px; color: var(--indigo-deep); font-size: 18px; font-weight: 790; letter-spacing: -.025em; text-decoration: none; }
.jali-mark { position: relative; width: 38px; height: 38px; display: block; flex: 0 0 auto; border: 2px solid var(--terracotta); background: repeating-linear-gradient(45deg,transparent 0 6px,rgba(48,65,116,.16) 6px 8px),repeating-linear-gradient(-45deg,transparent 0 6px,rgba(194,122,50,.17) 6px 8px); transform: rotate(45deg); border-radius: 4px; }
.jali-mark::before { content: ""; position: absolute; inset: 7px; border: 2px solid var(--indigo); border-radius: 50%; }
.jali-mark i { position: absolute; left: 17px; top: 4px; bottom: 4px; width: 2px; background: var(--leaf); }
.main-nav { justify-self: end; display: flex; align-items: center; gap: 20px; }
.main-nav a { position: relative; padding: 8px 0; color: #4f5869; font-size: 15px; font-weight: 680; text-decoration: none; }
.main-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 2px; height: 2px; background: var(--terracotta); transition: left 170ms ease, right 170ms ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { left: 0; right: 0; }
.awz-logo { width: 82px; height: auto; object-fit: contain; }
.menu-toggle { display: none; }

.eyebrow { margin: 0 0 12px; color: var(--terracotta-deep); font-size: 13px; font-weight: 820; letter-spacing: .145em; line-height: 1.4; text-transform: uppercase; }
.eyebrow--light { color: #f0bd91; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin-top: 0; line-height: 1.1; letter-spacing: -.035em; }
h1 { max-width: 670px; margin-bottom: 22px; font-size: clamp(43px,4.05vw,53px); font-weight: 720; }
h2 { margin-bottom: 20px; font-size: clamp(32px,3.1vw,40px); font-weight: 690; }
h3 { font-size: 22px; }
p { margin-top: 0; }

.hero { position: relative; padding: 50px 0 70px; background: linear-gradient(112deg,#f4e7d3 0 55%,#edf0e7 55% 100%); overflow: hidden; }
.lattice-field { position: absolute; right: -48px; top: 0; width: 38%; height: 100%; opacity: .32; background-image: linear-gradient(45deg,transparent 43%,rgba(166,79,55,.18) 44% 48%,transparent 49%),linear-gradient(-45deg,transparent 43%,rgba(48,65,116,.14) 44% 48%,transparent 49%); background-size: 54px 54px; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,.92fr) minmax(490px,1.08fr); gap: 34px 58px; align-items: center; }
.hero-copy { position: relative; padding: 6px 0 6px 24px; }
.hero-copy::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: linear-gradient(var(--terracotta) 0 40%,var(--saffron) 40% 70%,var(--leaf) 70%); }
.hero-intro { max-width: 650px; margin-bottom: 0; color: var(--muted); font-size: 18.5px; }
.editorial-figure { position: relative; margin: 0; overflow: hidden; background: #d9d9d2; }
.editorial-figure img { width: 100%; height: 100%; object-fit: cover; }
.editorial-figure figcaption { position: absolute; right: 10px; bottom: 10px; padding: 4px 8px; color: #fff; background: rgba(25,38,77,.9); border-radius: 2px; font-size: 11px; line-height: 1.2; }
.hero-figure { height: 318px; border: 8px solid rgba(255,255,255,.88); border-radius: 4px 76px 4px 76px; box-shadow: var(--shadow); }
.hero-figure img { object-position: center 55%; }
.investment-routes { grid-column: 1 / -1; display: grid; grid-template-columns: 1.14fr 1fr .86fr; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.investment-route { position: relative; min-height: 134px; display: flex; flex-direction: column; justify-content: center; padding: 25px 27px 21px 31px; border-right: 1px solid var(--line); text-decoration: none; transition: color 170ms ease, background 170ms ease; }
.investment-route::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 7px; background: var(--terracotta); }
.investment-route:nth-child(2)::before { background: var(--saffron); }
.investment-route:nth-child(3)::before { background: var(--leaf); }
.investment-route:last-child { border-right: 0; }
.investment-route span { color: var(--terracotta-deep); font-size: 11px; font-weight: 820; letter-spacing: .11em; text-transform: uppercase; }
.investment-route strong { margin: 5px 0; font-size: 20px; line-height: 1.25; }
.investment-route small { color: var(--muted); font-size: 14px; line-height: 1.4; }
.investment-route--primary { color: #fff; background: var(--indigo); }
.investment-route--primary::before { background: var(--saffron); }
.investment-route--primary span { color: #f7c796; }
.investment-route--primary small { color: #e4e8f3; }
.investment-route:hover { color: #fff; background: var(--indigo-deep); }
.investment-route:hover span { color: #f3c294; }
.investment-route:hover small { color: #e6e9f1; }

.profile-section { background: var(--paper); }
.profile-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; align-items: center; }
.profile-copy p:last-child { margin-bottom: 0; color: var(--muted); }
.profile-strip { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: var(--line); gap: 1px; }
.profile-strip article { min-height: 128px; padding: 24px 25px; background: #fffdf8; }
.profile-strip article::before { content: ""; display: block; width: 34px; height: 4px; margin-bottom: 18px; background: var(--terracotta); }
.profile-strip article:nth-child(2)::before { background: var(--saffron); }
.profile-strip article:nth-child(3)::before { background: var(--leaf); }
.profile-strip article:nth-child(4)::before { background: var(--indigo); }
.profile-strip b { display: block; margin-bottom: 5px; color: var(--indigo-deep); font-size: 18px; }
.profile-strip span { color: var(--muted); font-size: 15px; line-height: 1.45; }

.owner-section { background: var(--leaf-pale); }
.owner-layout { display: grid; grid-template-columns: minmax(510px,1.1fr) minmax(0,.9fr); grid-template-areas: "image copy"; gap: 68px; align-items: center; }
.owner-copy { grid-area: copy; }
.owner-copy p:not(.eyebrow) { color: var(--muted); }
.owner-figure { grid-area: image; height: 420px; border: 8px solid var(--white); border-radius: 68px 4px 4px 4px; box-shadow: -16px 16px 0 rgba(94,117,80,.2),var(--shadow); }
.owner-figure img { object-position: center 57%; }
.text-link { display: inline-flex; align-items: center; gap: 11px; margin-top: 8px; padding: 7px 0; color: var(--indigo-deep); border-bottom: 2px solid var(--terracotta); font-weight: 780; text-decoration: none; }
.text-link span { transition: transform 170ms ease; }
.text-link:hover span { transform: translateX(5px); }

.asset-section { background: var(--sand); }
.asset-heading { display: grid; grid-template-columns: .52fr 1.48fr; gap: 52px; align-items: end; margin-bottom: 36px; }
.asset-heading h2 { max-width: 760px; margin-bottom: 0; }
.asset-ledger { border-top: 1px solid #c8baa4; }
.asset-ledger article { display: grid; grid-template-columns: 88px 1fr; gap: 30px; align-items: start; padding: 27px 18px; border-bottom: 1px solid #c8baa4; }
.asset-ledger article > span { color: var(--terracotta-deep); font-size: 13px; font-weight: 820; letter-spacing: .12em; }
.asset-ledger article:nth-child(2) > span { color: var(--indigo); }
.asset-ledger article:nth-child(3) > span { color: var(--leaf); }
.asset-ledger h3 { margin-bottom: 7px; }
.asset-ledger p { max-width: 760px; margin-bottom: 0; color: var(--muted); font-size: 16px; }

.buyer-section { color: #fff; background: var(--indigo-deep); }
.buyer-layout { display: grid; grid-template-columns: minmax(500px,1.1fr) minmax(0,.9fr); grid-template-areas: "image copy"; gap: 70px; align-items: center; }
.buyer-copy { grid-area: copy; }
.buyer-copy p:not(.eyebrow) { color: #d9dfed; }
.buyer-figure { grid-area: image; height: 405px; border: 8px solid rgba(255,255,255,.92); border-radius: 4px 4px 70px 4px; box-shadow: var(--shadow); }
.buyer-figure img { object-position: center 55%; }
.buyer-figure figcaption { background: rgba(124,56,41,.92); }
.text-link--light { color: #fff; border-color: #e59a5d; }

.trust-section { padding: 70px 0; background: #fffaf2; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 68px; align-items: center; }
.trust-copy h2 { margin-bottom: 14px; }
.trust-copy p:last-child { margin-bottom: 0; color: var(--muted); }
.trust-facts { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; }
.trust-facts div { position: relative; padding: 10px 22px 10px 28px; border-left: 1px solid var(--line); }
.trust-facts div::before { content: ""; position: absolute; left: -4px; top: 14px; width: 7px; height: 28px; background: var(--terracotta); }
.trust-facts div:nth-child(2)::before { background: var(--saffron); }
.trust-facts div:nth-child(3)::before { background: var(--leaf); }
.trust-facts dt { color: var(--indigo-deep); font-size: 27px; font-weight: 820; line-height: 1.2; }
.trust-facts dd { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.4; }

.contact-section { padding: 92px 0 0; background: linear-gradient(180deg,#f1e5d1 0 63%,#e8eee3 63% 100%); }
.contact-shell { max-width: 960px; }
#contact-form { position: relative; padding: 48px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
#contact-form::before { content: ""; position: absolute; top: 0; left: 48px; width: 126px; height: 8px; background: linear-gradient(90deg,var(--terracotta) 0 34%,var(--saffron) 34% 66%,var(--leaf) 66%); }
.form-heading { margin-bottom: 28px; }
.form-heading h2 { margin-bottom: 0; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.intent-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 0 0 26px; padding: 0; border: 0; }
.intent-option { min-height: 62px; display: flex; align-items: center; gap: 10px; padding: 13px 15px; color: var(--ink); background: #f7f0e4; border: 1px solid var(--line); border-radius: 5px; cursor: pointer; font-size: 15px; font-weight: 720; line-height: 1.3; }
.intent-option input { width: 18px; height: 18px; margin: 0; flex: 0 0 auto; accent-color: var(--indigo); }
.intent-option[data-selected="true"] { color: #fff; background: var(--indigo); border-color: var(--indigo); box-shadow: inset 0 0 0 2px rgba(255,255,255,.18); }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 7px; color: var(--indigo-deep); font-size: 15px; font-weight: 760; }
.field input, .field textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid #9da3ad; border-radius: 5px; }
.field textarea { min-height: 154px; resize: vertical; }
.field input:hover, .field textarea:hover { border-color: var(--indigo); }
.field input:focus, .field textarea:focus { border-color: var(--terracotta); outline: 3px solid rgba(166,79,55,.16); }
.personal-details { margin: 4px 0 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.personal-details summary { padding: 17px 2px; color: var(--indigo-deep); font-weight: 760; cursor: pointer; }
.personal-details summary::marker { color: var(--terracotta); }
.personal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; padding: 8px 0 4px; }
.field--wide { grid-column: 1 / -1; }
.consent-row { display: flex; align-items: flex-start; gap: 12px; margin: 4px 0 24px; color: #525968; font-size: 15px; }
.consent-row input { width: 20px; height: 20px; margin: 3px 0 0; flex: 0 0 auto; accent-color: var(--indigo); }
.consent-row a { color: var(--indigo-deep); font-weight: 760; }
.submit-button { min-height: 54px; padding: 14px 25px; color: #fff; background: var(--terracotta-deep); border: 0; border-radius: 5px; box-shadow: 0 10px 22px rgba(124,56,41,.2); font-weight: 790; cursor: pointer; }
.submit-button:hover { background: var(--indigo-deep); }
.privacy-note { margin: 16px 0 0; color: var(--muted); font-size: 14px; }
.form-status { margin: 14px 0 0; padding: 11px 13px; color: #741f27; background: #fff0f1; border-left: 4px solid var(--error); border-radius: 4px; font-size: 15px; }
.personal-contact { display: grid; grid-template-columns: 1.08fr .92fr; gap: 46px; align-items: center; margin-top: 20px; padding: 38px 42px; color: #fff; background: var(--indigo-deep); border-radius: var(--radius) var(--radius) 0 0; }
.personal-contact h3 { margin-bottom: 12px; font-size: 28px; }
.contact-name { margin-bottom: 0; color: #e5e8f2; }
.contact-lines p { display: grid; grid-template-columns: 72px 1fr; margin: 8px 0; }
.contact-lines span { color: #efc194; font-size: 13px; font-weight: 820; text-transform: uppercase; }
.contact-lines a { color: #fff; font-weight: 740; text-decoration-thickness: 1px; text-underline-offset: 4px; }

.site-footer { color: #dee3ef; background: #111c3b; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 10px 28px; align-items: center; padding-top: 27px; padding-bottom: 28px; }
.footer-inner p { margin: 0; font-size: 14px; }
.footer-inner nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-inner a { color: #fff; font-size: 14px; text-underline-offset: 4px; }
.image-note { grid-column: 1 / -1; color: #acb4cb; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 38px,920px); }
  .main-nav { gap: 13px; }
  .main-nav a { font-size: 13.5px; }
  .hero-grid { grid-template-columns: .95fr 1.05fr; gap: 32px 40px; }
  .hero-figure { height: 296px; }
  .investment-route { padding: 22px 19px 20px 23px; }
  .profile-grid { gap: 45px; }
  .owner-layout, .buyer-layout { grid-template-columns: 1.04fr .96fr; gap: 44px; }
  .trust-grid { gap: 42px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px,720px); }
  html { scroll-padding-top: 80px; }
  body { font-size: 17px; }
  .section { padding: 70px 0; }
  .header-inner { min-height: 68px; grid-template-columns: 1fr auto auto; gap: 15px; }
  .menu-toggle { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; color: var(--indigo-deep); background: transparent; border: 1px solid var(--line); border-radius: 5px; font-size: 14px; font-weight: 760; cursor: pointer; }
  .menu-toggle__icon { position: relative; width: 18px; height: 12px; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; }
  .menu-toggle__icon::after { content: ""; position: absolute; left: 0; top: 4px; width: 18px; border-top: 2px solid currentColor; }
  .main-nav { position: absolute; z-index: 35; top: 68px; left: 0; right: 0; display: none; padding: 12px 16px 18px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(25,38,77,.16); }
  .main-nav[data-open="true"] { display: grid; }
  .main-nav a { min-height: 44px; display: flex; align-items: center; padding: 9px 10px; border-bottom: 1px solid #e3dacb; }
  .awz-logo { width: 70px; }
  .hero { padding: 42px 0 56px; background: linear-gradient(180deg,#f4e7d3 0 73%,#edf0e7 73%); }
  .lattice-field { width: 55%; opacity: .2; }
  .hero-grid { grid-template-columns: 1fr; gap: 25px; }
  .hero-figure { height: 236px; border-radius: 4px 58px 4px 58px; }
  .investment-routes { grid-column: auto; grid-template-columns: 1fr; }
  .investment-route { min-height: 106px; border-right: 0; border-bottom: 1px solid var(--line); }
  .investment-route:last-child { border-bottom: 0; }
  .profile-grid, .owner-layout, .buyer-layout, .trust-grid { grid-template-columns: 1fr; }
  .profile-grid { gap: 36px; }
  .owner-layout { grid-template-areas: "copy" "image"; gap: 38px; }
  .buyer-layout { grid-template-areas: "copy" "image"; gap: 38px; }
  .owner-figure, .buyer-figure { height: 330px; }
  .trust-facts { width: 100%; }
  .contact-section { padding-top: 70px; }
  .personal-contact { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 28px,560px); --radius: 10px; }
  body { font-size: 16.5px; }
  .operator-bar { padding: 5px 12px; font-size: 12px; }
  .header-inner { grid-template-columns: minmax(0,1fr) auto; }
  .brand { gap: 10px; font-size: 15px; }
  .jali-mark { width: 29px; height: 29px; }
  .jali-mark::before { inset: 5px; }
  .jali-mark i { left: 12px; top: 3px; bottom: 3px; }
  .awz-logo { display: none; }
  h1 { font-size: clamp(33px,9.2vw,39px); }
  h2 { font-size: clamp(28px,7.7vw,34px); }
  .hero-copy { padding-left: 18px; }
  .hero-intro { font-size: 17px; }
  .hero-figure { height: 220px; border-width: 5px; }
  .investment-route { min-height: 102px; padding: 20px 18px 17px 24px; }
  .profile-strip { grid-template-columns: 1fr; }
  .profile-strip article { min-height: 0; padding: 21px; }
  .profile-strip article::before { margin-bottom: 12px; }
  .asset-heading { grid-template-columns: 1fr; gap: 5px; }
  .asset-ledger article { grid-template-columns: 46px 1fr; gap: 12px; padding-inline: 0; }
  .owner-figure, .buyer-figure { height: 270px; }
  .owner-figure { border-radius: 48px 4px 4px 4px; }
  .buyer-figure { border-radius: 4px 4px 48px 4px; }
  .trust-facts { grid-template-columns: 1fr; }
  .trust-facts div { padding: 14px 0 14px 17px; border-top: 1px solid var(--line); border-left: 0; }
  .trust-facts div::before { left: 0; top: 18px; width: 5px; height: 24px; }
  .trust-facts dt { font-size: 24px; }
  #contact-form { padding: 34px 20px; }
  #contact-form::before { left: 20px; width: 104px; }
  .intent-options { grid-template-columns: 1fr; }
  .intent-option { min-height: 54px; }
  .personal-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .submit-button { width: 100%; }
  .personal-contact { padding: 32px 22px; }
  .contact-lines p { grid-template-columns: 1fr; gap: 2px; }
  .contact-lines a { overflow-wrap: anywhere; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner nav { justify-content: flex-start; gap: 12px 18px; }
}

@media (max-width: 350px) {
  :root { --shell: calc(100% - 22px); }
  .brand { font-size: 13.5px; }
  .jali-mark { width: 26px; height: 26px; }
  .jali-mark i { left: 11px; }
  .menu-toggle { padding-inline: 9px; }
  h1 { font-size: 30px; }
  h2 { font-size: 27px; }
  .hero-copy { padding-left: 14px; }
  .hero-figure { height: 198px; }
  .investment-route { padding-inline: 20px 14px; }
  .owner-figure, .buyer-figure { height: 235px; }
  .asset-ledger article { grid-template-columns: 36px 1fr; gap: 8px; }
  #contact-form { padding-inline: 16px; }
  #contact-form::before { left: 16px; }
  .personal-contact { padding-inline: 18px; }
}

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