@font-face { font-family: 'Ginora'; src: url('../fonts/Gin_ra_Sans_Light.otf'); font-weight: 300; font-style: normal; font-display: swap; }
  @font-face { font-family: 'Ginora'; src: url('../fonts/Gin_ra_Sans_Regular.otf'); font-weight: 400; font-style: normal; font-display: swap; }
  @font-face { font-family: 'Ginora'; src: url('../fonts/Gin_ra_Sans_Oblique.otf'); font-weight: 400; font-style: italic; font-display: swap; }
  @font-face { font-family: 'Ginora'; src: url('../fonts/Gin_ra_Sans_Semi_Bold.otf'); font-weight: 600; font-style: normal; font-display: swap; }
  @font-face { font-family: 'Ginora'; src: url('../fonts/Gin_ra_Sans_Bold.otf'); font-weight: 700; font-style: normal; font-display: swap; }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --navy:    #002349;
    --navy-d:  #001a37;
    --navy-l:  #0c365f;
    --gold:    #D7C092;
    --gold-d:  #b8a070;
    --gold-l:  #f2ead8;
    --cream:   #faf8f3;
    --ink:     #16202e;
    --muted:   #6b7280;
    --line:    rgba(0,35,73,.12);
    --white:   #ffffff;
    --maxw:    1240px;
    --ease:    cubic-bezier(.22,.61,.36,1);
  }

  html { scroll-behavior: smooth; scroll-padding-top: 90px; }

  body {
    font-family: 'Ginora', Georgia, serif;
    font-weight: 400;
    color: var(--ink);
    background: var(--white);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }

  img { max-width: 100%; display: block; }
  a { color: inherit; text-decoration: none; }

  .wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px, 5vw, 56px); }

  .eyebrow {
    font-size: 12px; font-weight: 600;
    letter-spacing: .22em; text-transform: uppercase;
    display: inline-flex; align-items: center; gap: 12px;
    color: var(--gold-d);
  }
  .eyebrow::before { content: ""; width: 28px; height: 1.5px; background: var(--gold-d); display: inline-block; }
  .eyebrow.light { color: var(--gold); }
  .eyebrow.light::before { background: var(--gold); }
  .eyebrow.center { justify-content: center; }

  h1, h2, h3 { font-weight: 400; line-height: 1.08; letter-spacing: -0.01em; }
  .display { font-size: clamp(2.4rem, 6vw, 4.6rem); font-weight: 300; }
  .display em { font-style: italic; color: var(--gold-d); }
  .h2 { font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 300; color: var(--navy); }
  .h2 em { font-style: italic; color: var(--gold-d); }
  .lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); font-weight: 300; color: var(--muted); line-height: 1.7; }

  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    font-family: inherit; font-size: 14px; font-weight: 600; letter-spacing: .04em;
    padding: 15px 28px; border-radius: 2px; cursor: pointer; border: 1.5px solid transparent;
    transition: all .35s var(--ease); white-space: nowrap;
  }
  .btn svg { width: 17px; height: 17px; flex-shrink: 0; }
  .btn-gold { background: var(--gold); color: var(--navy); }
  .btn-gold:hover { background: var(--gold-d); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,35,73,.18); }
  .btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.32); }
  .btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
  .btn-navy { background: var(--navy); color: var(--white); }
  .btn-navy:hover { background: var(--navy-d); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,35,73,.22); }
  .btn-outline-navy { background: transparent; color: var(--navy); border-color: var(--line); }
  .btn-outline-navy:hover { border-color: var(--navy); }

  /* ───────── HEADER ───────── */
  header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    transition: background .4s var(--ease), box-shadow .4s var(--ease), padding .4s var(--ease);
    padding: 22px 0;
  }
  header .bar { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
  header .logo img { height: 52px; width: auto; transition: height .4s var(--ease); }
  .logo-white { display: block; }
  .logo-navy { display: none; }
  nav.main { display: flex; align-items: center; gap: 36px; }
  nav.main a {
    font-size: 14.5px; font-weight: 400; letter-spacing: .01em; color: rgba(255,255,255,.82);
    position: relative; padding: 4px 0; transition: color .25s;
  }
  nav.main a::after { content:""; position:absolute; left:0; bottom:-2px; width:0; height:1.5px; background: var(--gold); transition: width .3s var(--ease); }
  nav.main a:hover { color: var(--white); }
  nav.main a:hover::after { width: 100%; }
  header .actions { display: flex; align-items: center; gap: 16px; }

  header.scrolled { background: var(--white); box-shadow: 0 1px 0 var(--line), 0 8px 30px rgba(0,35,73,.07); padding: 13px 0; }
  header.scrolled .logo-white { display: none; }
  header.scrolled .logo-navy { display: block; }
  header.scrolled .logo img { height: 42px; }
  header.scrolled nav.main a { color: var(--ink); }
  header.scrolled nav.main a:hover { color: var(--navy); }

  .hamburger { display: none; width: 44px; height: 44px; border: none; background: none; cursor: pointer; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
  .hamburger span { width: 24px; height: 2px; background: var(--white); transition: all .3s; }
  header.scrolled .hamburger span { background: var(--navy); }

  /* ───────── MOBILE MENU ───────── */
  .mobile-menu {
    position: fixed; inset: 0; z-index: 200; background: var(--navy);
    display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
    padding: 0 clamp(28px,8vw,72px); gap: 6px;
    transform: translateX(100%); transition: transform .5s var(--ease); visibility: hidden;
  }
  .mobile-menu.open { transform: translateX(0); visibility: visible; }
  .mobile-menu a { font-size: clamp(2rem,7vw,3rem); font-weight: 300; color: var(--white); padding: 10px 0; letter-spacing: -.01em; }
  .mobile-menu a em { font-style: italic; color: var(--gold); }
  .mobile-menu .close { position: absolute; top: 26px; right: clamp(20px,5vw,56px); width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.25); background: none; color: var(--white); font-size: 22px; cursor: pointer; border-radius: 2px; }
  .mobile-menu .mm-foot { position: absolute; bottom: 40px; left: clamp(28px,8vw,72px); color: rgba(255,255,255,.55); font-size: 14px; font-weight: 300; }
  .mobile-menu .mm-foot a { font-size: 15px; color: var(--gold); display: block; margin-top: 4px; }

  /* ───────── HERO ───────── */
  .hero { position: relative; background: var(--navy); color: var(--white); overflow: hidden; padding: clamp(140px,18vh,200px) 0 clamp(80px,10vh,120px); }
  .hero .ring { position: absolute; border-radius: 50%; border: 1px solid rgba(215,192,146,.13); pointer-events: none; }
  .hero .ring1 { width: 620px; height: 620px; top: -180px; right: -160px; }
  .hero .ring2 { width: 400px; height: 400px; top: -70px; right: -40px; }
  .hero .ring3 { width: 220px; height: 220px; top: 40px; right: 80px; border-color: rgba(215,192,146,.22); }
  .hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(36px,5vw,72px); align-items: center; position: relative; z-index: 2; }
  .hero h1 { color: var(--white); margin: 26px 0 24px; max-width: 14ch; }
  .hero .lead { color: rgba(255,255,255,.7); max-width: 46ch; }
  .hero .cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
  .hero-figure { position: relative; }
  .hero-figure image-slot { width: 100%; aspect-ratio: 4/5; box-shadow: 0 40px 80px rgba(0,0,0,.4); }
  .hero-figure .badge {
    position: absolute; left: -28px; bottom: 38px; background: var(--gold); color: var(--navy);
    padding: 18px 24px; border-radius: 3px; max-width: 200px; box-shadow: 0 20px 40px rgba(0,0,0,.3);
  }
  .hero-figure .badge .n { font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
  .hero-figure .badge .t { font-size: 14px; font-weight: 400; line-height: 1.4; margin-top: 6px; }
  .scroll-cue { position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,.5); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
  .scroll-cue .line { width: 1px; height: 40px; background: linear-gradient(var(--gold), transparent); animation: cue 2s var(--ease) infinite; }
  @keyframes cue { 0%,100%{opacity:.3;transform:scaleY(.6)} 50%{opacity:1;transform:scaleY(1)} }

  /* ───────── PILLARS ───────── */
  .pillars { background: var(--cream); border-bottom: 1px solid var(--line); }
  .pillars .grid { display: grid; grid-template-columns: repeat(4,1fr); }
  .pillar { padding: clamp(40px,5vw,64px) clamp(20px,2.4vw,36px); border-right: 1px solid var(--line); }
  .pillar:last-child { border-right: none; }
  .pillar .ico { width: 34px; height: 34px; color: var(--gold-d); margin-bottom: 18px; }
  .pillar h3 { font-size: 1.18rem; font-weight: 600; color: var(--navy); margin-bottom: 10px; letter-spacing: 0; }
  .pillar p { font-size: .96rem; font-weight: 300; color: var(--muted); line-height: 1.6; }

  /* ───────── SECTION shell ───────── */
  section.block { padding: clamp(80px,11vw,140px) 0; }
  .sec-head { max-width: 640px; }
  .sec-head .h2 { margin: 20px 0 0; }

  /* ───────── ABOUT ───────── */
  .about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(40px,6vw,88px); align-items: center; }
  .about-figure { position: relative; }
  .about-figure image-slot { width: 100%; aspect-ratio: 5/6; border-radius: 3px; }
  .about-figure .frame { position: absolute; inset: 22px -22px -22px 22px; border: 1px solid var(--gold); z-index: -1; border-radius: 3px; }
  .about-copy .h2 { margin-bottom: 26px; }
  .about-copy p { font-size: 1.08rem; font-weight: 300; color: #44505f; line-height: 1.8; margin-bottom: 20px; }
  .about-copy p strong { font-weight: 600; color: var(--navy); }
  .about-copy .sig { margin-top: 30px; display: flex; align-items: center; gap: 18px; }
  .about-copy .sig img { height: 54px; width: auto; opacity: .9; }
  .about-copy .sig div { border-left: 1px solid var(--line); padding-left: 18px; }
  .about-copy .sig .nm { font-weight: 600; color: var(--navy); font-size: 1rem; }
  .about-copy .sig .rl { font-size: .9rem; color: var(--muted); font-weight: 300; }

  /* ───────── AREAS ───────── */
  .areas { background: var(--cream); }
  .areas .head-row { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px; margin-bottom: 56px; }
  .areas-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
  .area-card { background: var(--white); padding: clamp(30px,3vw,46px); display: flex; flex-direction: column; gap: 16px; transition: background .4s var(--ease), transform .4s var(--ease); position: relative; cursor: pointer; min-height: 250px; }
  .area-card .ico { width: 40px; height: 40px; color: var(--gold-d); transition: color .4s; }
  .area-card .num { position: absolute; top: 28px; right: 30px; font-size: 13px; font-weight: 600; letter-spacing: .1em; color: var(--gold-d); opacity: .55; }
  .area-card h3 { font-size: 1.4rem; font-weight: 600; color: var(--navy); letter-spacing: 0; transition: color .4s; }
  .area-card p { font-size: .98rem; font-weight: 300; color: var(--muted); line-height: 1.6; flex: 1; transition: color .4s; }
  .area-card .more { font-size: 13px; font-weight: 600; letter-spacing: .06em; color: var(--navy); display: inline-flex; align-items: center; gap: 8px; transition: gap .3s, color .4s; }
  .area-card .more svg { width: 15px; height: 15px; }
  .area-card:hover { background: var(--navy); transform: translateY(-3px); z-index: 2; box-shadow: 0 24px 50px rgba(0,35,73,.22); }
  .area-card:hover .ico, .area-card:hover h3, .area-card:hover .more { color: var(--gold); }
  .area-card:hover p { color: rgba(255,255,255,.72); }
  .area-card:hover .num { color: var(--gold); opacity: .8; }
  .area-card:hover .more { gap: 14px; }

  /* ───────── IPTU FEATURE ───────── */
  .feature { position: relative; background: var(--navy); color: var(--white); overflow: hidden; }
  .feature .ring { position: absolute; border-radius: 50%; border: 1px solid rgba(215,192,146,.12); }
  .feature .ring1 { width: 460px; height: 460px; bottom: -200px; left: -120px; }
  .feature .ring2 { width: 280px; height: 280px; bottom: -110px; left: -10px; }
  .feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,6vw,80px); align-items: center; position: relative; z-index: 2; }
  .feature .h2 { color: var(--white); }
  .feature .h2 em { color: var(--gold); }
  .feature p.lead { color: rgba(255,255,255,.72); margin: 22px 0 0; }
  .feature .stat-stack { display: flex; flex-direction: column; gap: 18px; }
  .feature .stat { display: flex; gap: 20px; align-items: baseline; padding: 24px 28px; background: rgba(255,255,255,.05); border-left: 2px solid var(--gold); border-radius: 3px; }
  .feature .stat .big { font-size: clamp(2.6rem,5vw,3.6rem); font-weight: 300; color: var(--gold); line-height: 1; }
  .feature .stat .lab { font-size: 1rem; font-weight: 300; color: rgba(255,255,255,.8); line-height: 1.45; }
  .feature .stat .lab strong { font-weight: 600; color: var(--white); display: block; }
  .feature .cta-row { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 14px; }

  /* ───────── NEWS ───────── */
  .news .head-row { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px; margin-bottom: 52px; }
  .news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(24px,2.6vw,36px); }
  .news-card { border: 1px solid var(--line); border-radius: 4px; overflow: hidden; display: flex; flex-direction: column; transition: transform .4s var(--ease), box-shadow .4s var(--ease); background: var(--white); }
  .news-card:hover { transform: translateY(-4px); box-shadow: 0 24px 50px rgba(0,35,73,.12); }
  .news-card .thumb { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--gold-l); }
  .news-card image-slot { width: 100%; height: 100%; }
  .news-card .tag { position: absolute; top: 14px; left: 14px; z-index: 3; background: var(--navy); color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; padding: 6px 12px; border-radius: 2px; }
  .news-card .body { padding: 26px 28px 30px; display: flex; flex-direction: column; flex: 1; }
  .news-card .date { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-d); }
  .news-card h3 { font-size: 1.25rem; font-weight: 600; color: var(--navy); margin: 12px 0 12px; line-height: 1.3; letter-spacing: 0; }
  .news-card p { font-size: .96rem; font-weight: 300; color: var(--muted); line-height: 1.6; flex: 1; }
  .news-card .more { margin-top: 20px; font-size: 13px; font-weight: 600; letter-spacing: .05em; color: var(--navy); display: inline-flex; align-items: center; gap: 8px; transition: gap .3s; }
  .news-card .more svg { width: 15px; height: 15px; }
  .news-card:hover .more { gap: 13px; }

  /* ───────── CONTACT ───────── */
  .contact { background: var(--cream); }
  .contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(40px,6vw,80px); }
  .contact-info .h2 { margin: 18px 0 30px; }
  .ci-list { display: flex; flex-direction: column; gap: 4px; }
  .ci-item { display: flex; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: flex-start; }
  .ci-item:first-of-type { border-top: 1px solid var(--line); }
  .ci-item .ico { width: 22px; height: 22px; color: var(--gold-d); flex-shrink: 0; margin-top: 3px; }
  .ci-item .lab { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-d); margin-bottom: 5px; }
  .ci-item .val { font-size: 1.05rem; font-weight: 300; color: var(--ink); line-height: 1.5; }
  .ci-item .val a:hover { color: var(--navy); }
  .ci-social { display: flex; gap: 12px; margin-top: 30px; }
  .ci-social a { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 2px; display: flex; align-items: center; justify-content: center; color: var(--navy); transition: all .3s; }
  .ci-social a:hover { background: var(--navy); color: var(--gold); border-color: var(--navy); }
  .ci-social svg { width: 20px; height: 20px; }

  form.contact-form { background: var(--white); border: 1px solid var(--line); border-radius: 4px; padding: clamp(28px,3.4vw,48px); box-shadow: 0 30px 60px rgba(0,35,73,.06); }
  form.contact-form .fg { margin-bottom: 20px; }
  form.contact-form label { display: block; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--navy); margin-bottom: 9px; }
  form.contact-form input, form.contact-form textarea, form.contact-form select {
    width: 100%; font-family: inherit; font-size: 1rem; font-weight: 300; color: var(--ink);
    padding: 14px 16px; border: 1px solid var(--line); border-radius: 2px; background: var(--cream);
    transition: border-color .25s, background .25s;
  }
  form.contact-form input:focus, form.contact-form textarea:focus, form.contact-form select:focus { outline: none; border-color: var(--gold-d); background: var(--white); }
  form.contact-form textarea { resize: vertical; min-height: 110px; }
  form.contact-form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  form.contact-form .btn { width: 100%; margin-top: 8px; }
  form.contact-form .note { font-size: .82rem; color: var(--muted); font-weight: 300; text-align: center; margin-top: 16px; }

  /* ───────── FOOTER ───────── */
  footer { background: var(--navy-d); color: rgba(255,255,255,.62); padding: clamp(56px,7vw,84px) 0 32px; }
  .foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: clamp(28px,4vw,56px); padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.1); }
  footer .f-logo img { height: 60px; width: auto; margin-bottom: 22px; }
  footer .f-about { font-size: .95rem; font-weight: 300; line-height: 1.7; max-width: 34ch; }
  footer h4 { font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; }
  footer ul { list-style: none; display: flex; flex-direction: column; gap: 13px; }
  footer ul a { font-size: .96rem; font-weight: 300; transition: color .25s; }
  footer ul a:hover { color: var(--gold); }
  footer .f-contact p { font-size: .96rem; font-weight: 300; line-height: 1.6; margin-bottom: 14px; }
  footer .f-contact a:hover { color: var(--gold); }
  .foot-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; padding-top: 28px; font-size: .85rem; font-weight: 300; color: rgba(255,255,255,.4); }
  .foot-bottom .oab { letter-spacing: .04em; }

  /* ───────── FLOATING WHATSAPP ───────── */
  .wa-float { position: fixed; bottom: 26px; right: 26px; z-index: 90; width: 60px; height: 60px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 30px rgba(37,211,102,.4); transition: transform .3s var(--ease); }
  .wa-float:hover { transform: scale(1.08); }
  .wa-float svg { width: 32px; height: 32px; }
  .wa-float::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid #25D366; animation: pulse 2.4s ease-out infinite; }
  @keyframes pulse { 0%{transform:scale(1);opacity:.7} 100%{transform:scale(1.7);opacity:0} }

  /* ───────── REVEAL ───────── */
  .reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
  .reveal.in { opacity: 1; transform: none; }
  .reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; } .reveal.d5 { transition-delay: .4s; }
  @media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .scroll-cue .line { animation: none; } .wa-float::after { animation: none; } }

  /* ───────── RESPONSIVE ───────── */
  @media (max-width: 1024px) {
    .pillars .grid { grid-template-columns: repeat(2,1fr); }
    .pillar:nth-child(2) { border-right: none; }
    .pillar:nth-child(1), .pillar:nth-child(2) { border-bottom: 1px solid var(--line); }
    .areas-grid { grid-template-columns: repeat(2,1fr); }
    .news-grid { grid-template-columns: 1fr 1fr; }
    .foot-grid { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  }
  @media (max-width: 880px) {
    nav.main, header .actions .btn { display: none; }
    .hamburger { display: flex; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-figure { display: none; }
    .hero h1 { max-width: 18ch; }
    .about-grid, .feature-grid, .contact-grid { grid-template-columns: 1fr; }
    .about-figure { max-width: 460px; }
    .about-figure .frame { inset: 16px -16px -16px 16px; }
    .feature-grid .feature-media { order: 2; }
    .news-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  }
  @media (max-width: 560px) {
    .pillars .grid { grid-template-columns: 1fr; }
    .pillar { border-right: none !important; border-bottom: 1px solid var(--line); }
    .pillar:last-child { border-bottom: none; }
    .areas-grid { grid-template-columns: 1fr; }
    form.contact-form .row2 { grid-template-columns: 1fr; }
    .hero .cta-row .btn, .feature .cta-row .btn { width: 100%; }
    .foot-grid { grid-template-columns: 1fr; }
  }
