:root {
  --navy: #29337a; --ink: #29337a; --blue: #95ddf7; --paper: #ffffff;
  --muted: #546477; --line: #d4dce2; --header: 100px;
  font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--paper);
  font-synthesis: none; -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 20px); }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; }
h1 { font-size: clamp(3.25rem, 5vw, 5rem); line-height: 1.04; }
h2 { font-size: clamp(2.4rem, 3.8vw, 4rem); line-height: 1.07; }
h3 { line-height: 1.25; }
em { font-weight: 400; }
p { line-height: 1.75; }
:focus-visible { outline: 3px solid #29337a; outline-offset: 6px; }
.site-header :focus-visible, .hero :focus-visible, .site-footer :focus-visible { outline-color: var(--blue); }
.container { width: min(calc(100% - 112px), 1328px); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 12px; transform: translateY(-160%); padding: 15px; z-index: 100; background: white; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 30; background: #29337a; color: #fff; border-bottom: 1px solid #ffffff15; }
.header-inner { min-height: var(--header); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 188px; }
.brand img { width: 188px; }
#site-navigation { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); }
#site-navigation a { padding-block: 16px; font-size: .875rem; letter-spacing: .025em; }
#site-navigation a:hover { color: var(--blue); }
.menu-toggle { display: none; color: white; background: transparent; border: 1px solid #ffffff50; border-radius: 3px; padding: 11px 14px; }
.eyebrow { font-size: .65rem; font-weight: 600; letter-spacing: .22em; line-height: 1.7; text-transform: uppercase; margin-bottom: 26px; }
.line { display: inline-block; width: 45px; height: 1px; margin-right: 14px; vertical-align: middle; background: currentColor; opacity: .65; }
.hero { position: relative; isolation: isolate; min-height: min(860px, calc(100svh - var(--header))); color: #fff; background: var(--navy); overflow: clip; }
.hero-scenery, .hero-shade { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.hero-scenery { background: #18344d url('/assets/oman-hero.webp') center center / cover no-repeat; transform: scale(1.045); }
.hero-shade { background: linear-gradient(90deg, #20295fe8 0%, #20295fae 39%, #20295f35 78%), linear-gradient(0deg, #20295fc9, transparent 36%); }
.hero-content { display: grid; grid-template-columns: 1.18fr 1fr; align-items: center; gap: clamp(45px, 6vw, 100px); padding-block: clamp(50px, 7vh, 96px) 78px; }
.hero-copy .eyebrow { color: var(--blue); }
.hero h1 { margin-bottom: 26px; }
.hero h1 em { color: #cbeefd; }
.hero-description { font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.6; color: #e2ebf2; }
.hero-actions { display: flex; align-items: center; gap: 27px; flex-wrap: wrap; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; padding: 19px 24px; color: var(--navy); background: var(--blue); font-size: .875rem; font-weight: 700; border-radius: 3px; transition: background .2s, transform .2s; }
.button:hover { background: #d1f1f9; transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 9px; border-bottom: 1px solid currentColor; font-size: .875rem; line-height: 1.5; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px,-2px); }
.insights { background: #29337aad; border: 1px solid #95ddf746; border-radius: 4px; padding: clamp(25px,3vw,44px); backdrop-filter: blur(9px); }
.insights .eyebrow { color: #bddfeb; margin-bottom: 18px; }
.insights h2 { font-size: clamp(2rem, 2.7vw, 2.75rem); letter-spacing: -.035em; margin-bottom: 34px; }
.metrics { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 25px; }
.metrics div { min-width: 0; display: flex; flex-direction: column-reverse; justify-content: end; padding: 14px 18px 21px 0; gap: 10px; }
.metrics div:nth-child(even) { border-left: 1px solid #ffffff35; padding-left: 24px; padding-right: 0; }
.metrics div:nth-child(n+3) { border-top: 1px solid #ffffff35; padding-top: 24px; }
.metrics dd { font: 2rem Georgia, serif; margin: 0; }
.metrics dt { line-height: 1.5; font-size: .9rem; color: #e3edf4; min-height: 44px; }
.insight-note { border-top: 1px solid #ffffff35; padding-top: 20px; font-size: .74rem; line-height: 1.6; margin-bottom: 7px; color: #e3edf4; }
.insight-privacy { font-size: .68rem; color: #bccddb; line-height: 1.6; margin: 0; }
.status-dot { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); margin-right: 6px; vertical-align: middle; }
.hero-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 33px; }
.scroll-cue { display: flex; align-items: center; gap: 18px; font-size: .59rem; letter-spacing: .16em; line-height: 1.6; }
.scroll-cue span { font-size: 25px; color: var(--blue); }
.hero-words { display: flex; gap: 16px; align-items: center; font-size: .54rem; letter-spacing: .19em; }
.hero-words i { width: 1px; height: 12px; background: #95ddf770; }
.section { padding-block: 83px 102px; }
.section-top { display: flex; justify-content: space-between; gap: 24px; align-items: start; border-top: 1px solid var(--line); padding-top: 22px; margin-bottom: 66px; }
.section-top .eyebrow { margin: 0; color: #496585; }
.section-index { font-size: .62rem; letter-spacing: .1em; line-height: 1.7; color: #68788a; }
.about-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 10%; }
.about-layout h2 { font-size: clamp(2.6rem, 4vw, 4rem); }
.about-copy { padding-top: 4px; max-width: 500px; }
.large-copy { font-size: 1.25rem; line-height: 1.6; }
.about-copy > p:not(.large-copy) { font-size: .94rem; color: var(--muted); }
.community-features { display: grid; grid-template-columns: repeat(3,1fr); gap: 48px; margin-top: 70px; }
.community-features article { border-top: 1px solid var(--line); padding-top: 25px; }
.feature-number { display: block; color: #677e95; font-size: .75rem; margin-bottom: 26px; }
.community-features h3 { font: 1.65rem Georgia,serif; letter-spacing: -.035em; margin-bottom: 16px; }
.community-features p { font-size: .88rem; color: var(--muted); margin-bottom: 0; }
.site-footer { background: var(--navy); color: #edf4f9; padding: 72px 0 25px; }
.footer-main { display: flex; justify-content: space-between; gap: 70px; padding-bottom: 66px; }
.footer-main h2 { font-size: 3rem; margin-bottom: 23px; }
.footer-main p:not(.eyebrow) { font-size: .9rem; max-width: 400px; color: #bfcedc; }
.footer-main .eyebrow { color: #b0d9e8; }
.footer-links { display: flex; flex-direction: column; align-items: start; gap: 23px; padding: 25px 35px 0 0; }
.footer-links a { font-size: .9rem; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 6px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #ffffff25; padding-top: 25px; font-size: .68rem; color: #becddb; }
@media (min-width: 1600px) { .hero-content { padding-block: 100px 115px; } }
@media (max-width: 1050px) {
  .container { width: calc(100% - 64px); }
  .hero-content { gap: 36px; grid-template-columns: 1.05fr 1fr; }
  .hero-actions { gap: 22px; }
  .hero h1 { font-size: 3.4rem; }
  .insights { padding: 25px; }
  .community-features { gap: 30px; }
}
@media (max-width: 760px) {
  :root { --header: 82px; }
  .container { width: calc(100% - 40px); }
  .header-inner { flex-wrap: wrap; gap: 0; padding-block: 10px; min-height: var(--header); }
  .brand, .brand img { width: 145px; flex-basis: 145px; }
  #site-navigation { width: 100%; gap: 0; justify-content: space-between; flex-wrap: wrap; }
  #site-navigation a { font-size: .77rem; }
  .navigation-ready .menu-toggle { display: inline-flex; align-items: center; gap: 14px; }
  .navigation-ready #site-navigation { display: none; }
  .navigation-ready #site-navigation.is-open { display: flex; flex-direction: column; align-items: stretch; padding-top: 14px; }
  .navigation-ready #site-navigation a { border-top: 1px solid #ffffff20; font-size: .9rem; }
  .hero { min-height: 0; }
  .hero-content { grid-template-columns: 1fr; padding-block: 62px 35px; gap: 45px; }
  .hero h1 { font-size: clamp(2.8rem, 9.5vw, 4rem); }
  .hero-scenery { background-position: 68% center; }
  .hero-shade { background: linear-gradient(100deg, #20295fe5, #20295f90); }
  .hero-description { font-size: 1rem; }
  .hero-actions { gap: 22px; }
  .button { padding: 17px 20px; }
  .insights { padding: 27px; }
  .insights h2 { font-size: 2.4rem; }
  .hero-words { display: none; }
  .hero-bottom { padding-block: 0 35px; }
  .section { padding-block: 58px 66px; }
  .section-top { margin-bottom: 40px; gap: 16px; }
  .section-index { text-align: right; font-size: .53rem; max-width: 110px; }
  .section-top .eyebrow { font-size: .58rem; max-width: 190px; }
  .about-layout { grid-template-columns: 1fr; gap: 20px; }
  .community-features { grid-template-columns: 1fr; gap: 34px; margin-top: 40px; }
  .feature-number { margin-bottom: 18px; }
  .footer-main { flex-direction: column; gap: 32px; padding-bottom: 44px; }
  .footer-main h2 { font-size: 2.7rem; }
  .footer-links { padding: 0; }
  .footer-bottom { flex-wrap: wrap; font-size: .65rem; }
  .footer-bottom > span:nth-child(2) { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .hero-scenery { transform: none !important; }
}
