@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap');
:root {
  --navy: #061a2c;
  --navy-2: #0a2a43;
  --ink: #0c2234;
  --teal: #22a8a3;
  --teal-dark: #188984;
  --mist: #e7eef1;
  --paper: #f5f7f6;
  --white: #f8fbfc;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Manrope', Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.shell { width: min(1320px, calc(100% - 128px)); margin-inline: auto; }

.hero { min-height: 900px; height: 100svh; position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.hero-image { position: absolute; inset: 0; background: url('/sea-pars-port-hero.png') center/cover no-repeat; animation: heroDrift 16s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,17,31,.97) 0%, rgba(2,20,35,.88) 31%, rgba(2,20,35,.45) 58%, rgba(2,20,35,.12) 100%), linear-gradient(0deg, rgba(3,20,34,.35), transparent 45%); }
.emergency-bar { height: 44px; position: relative; z-index: 4; border-bottom: 1px solid rgba(255,255,255,.19); display: flex; align-items: center; justify-content: center; gap: 14px; font-size: 13px; letter-spacing: .04em; }
.emergency-bar span { color: #a9c1cf; }
.emergency-bar a { font-weight: 600; }
.emergency-bar em { color: #a9c1cf; font-size: 11px; font-style: normal; text-transform: uppercase; }
.emergency-bar i { color: rgba(255,255,255,.38); font-style: normal; }
.emergency-bar .whatsapp-link { color: #72d8b2; }
.emergency-bar .whatsapp-link:hover { color: #a5f0d3; }
.site-header { height: 100px; position: relative; z-index: 4; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 15px; color: white; }
.brand-mark { width: 55px; height: 36px; object-fit: contain; }
.brand > span { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 32px; font-weight: 600; letter-spacing: .18em; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: 39px; font-size: 14px; font-weight: 500; }
.desktop-nav a { position: relative; padding: 14px 0; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 6px; height: 2px; background: var(--teal); transition: right .18s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.mobile-menu { display: none; }
.hero-content { position: relative; z-index: 2; padding-top: clamp(80px, 10vh, 124px); }
.eyebrow, .section-label { margin: 0 0 24px; color: var(--teal); font-size: 13px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 730px; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(58px, 5vw, 80px); font-weight: 500; letter-spacing: -.025em; line-height: .99; text-wrap: balance; }
.hero-copy { margin: 28px 0 0; max-width: 620px; color: #d6e1e7; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; gap: 20px; margin-top: 34px; }
.button { min-height: 58px; padding: 0 28px; border: 1px solid rgba(255,255,255,.8); display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 14px; font-weight: 700; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal); border-color: var(--teal); }
.button-primary:hover { background: var(--teal-dark); border-color: var(--teal-dark); }
.button-secondary:hover { background: rgba(255,255,255,.1); }
.scroll-cue { position: absolute; top: min(625px, calc(100svh - 90px)); left: 0; display: flex; align-items: center; gap: 16px; color: #bfd0d9; font-size: 13px; }
.mouse { width: 30px; height: 49px; border: 1px solid white; border-radius: 16px; display: grid; place-items: start center; padding-top: 10px; }
.mouse i { width: 4px; height: 7px; background: var(--teal); border-radius: 4px; animation: scroll 1.8s infinite; }

.trust-strip { background: white; border-bottom: 1px solid #d8e1e4; }
.trust-grid { min-height: 132px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 31px 34px; border-left: 1px solid #d8e1e4; display: flex; flex-direction: column; justify-content: center; }
.trust-grid > div:last-child { border-right: 1px solid #d8e1e4; }
.trust-grid strong { color: var(--navy); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 30px; font-weight: 600; }
.trust-grid span { margin-top: 5px; color: #607684; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: 130px 0; }
.split { display: grid; grid-template-columns: .88fr 1.12fr; gap: 110px; }
h2 { margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; color: var(--navy); font-size: clamp(48px, 4vw, 66px); font-weight: 600; letter-spacing: -.03em; line-height: 1.02; }
.about-section { background: var(--paper); }
.about-copy { padding-top: 43px; }
.about-copy p { max-width: 680px; color: #526a78; font-size: 16px; line-height: 1.9; }
.about-copy .lead { margin-top: 0; color: var(--ink); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 29px; line-height: 1.38; }
.text-link { margin-top: 22px; display: inline-flex; align-items: center; gap: 12px; color: var(--teal-dark); font-size: 14px; font-weight: 700; }
.text-link:hover svg { transform: translateX(4px); }
.text-link svg { transition: transform .18s ease; }

.services-section { background: white; }
.section-heading { display: grid; grid-template-columns: 1fr 420px; gap: 70px; align-items: end; margin-bottom: 72px; }
.section-heading h2 { max-width: 650px; }
.section-heading > p { margin: 0 0 7px; color: #607684; font-size: 15px; line-height: 1.8; }
.services-grid { border-top: 1px solid #ced9de; display: grid; grid-template-columns: repeat(3, 1fr); }
.service-card { min-height: 325px; padding: 39px 38px; border-right: 1px solid #ced9de; border-bottom: 1px solid #ced9de; transition: background .2s ease, transform .2s ease; }
.service-card:nth-child(3n+1) { border-left: 1px solid #ced9de; }
.service-card:hover { background: #f0f6f6; transform: translateY(-3px); }
.service-card > span { color: var(--teal-dark); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.service-card h3, .response-grid h3 { margin: 70px 0 14px; color: var(--navy); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 30px; font-weight: 600; }
.service-card h3 { font-weight: 700; }
.service-card p, .response-grid p { margin: 0; color: #607684; font-size: 14px; line-height: 1.75; }

.ports-section { min-height: 760px; position: relative; overflow: hidden; padding: 135px 0; background: #08253c; color: white; }
.ports-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 68% 60%, rgba(34,168,163,.12), transparent 31%), linear-gradient(115deg, #061c31, #0a304b); }
.ports-map { position: absolute; inset: 0 0 0 46%; opacity: .7; background-image: linear-gradient(rgba(89,158,175,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(89,158,175,.08) 1px, transparent 1px); background-size: 60px 60px; transform: skewX(-6deg); }
.gulf-line { position: absolute; left: 12%; width: 70%; height: 37%; border: 1px solid rgba(66,190,190,.36); border-color: rgba(66,190,190,.38) transparent transparent rgba(66,190,190,.38); border-radius: 45% 0 0 0; transform: rotate(-19deg); }
.line-one { top: 32%; }.line-two { top: 45%; left: 23%; width: 60%; }
.port-dot { position: absolute; width: 11px; height: 11px; border: 2px solid #54d0ca; border-radius: 50%; box-shadow: 0 0 0 7px rgba(84,208,202,.1); animation: pulse 2.5s infinite; }
.dot-one { left: 22%; top: 65%; }.dot-two { left: 39%; top: 58%; }.dot-three { left: 53%; top: 48%; }.dot-four { left: 66%; top: 38%; }.dot-five { left: 76%; top: 27%; }.dot-six { left: 44%; top: 75%; }
.ports-content { position: relative; display: grid; grid-template-columns: 1fr .85fr; gap: 140px; }
.section-label.light { color: #52c8c2; }
.ports-content h2, .contact-section h2 { color: white; }
.ports-intro > p:last-child { max-width: 580px; margin: 35px 0 0; color: #b7c9d2; line-height: 1.85; }
.port-list { margin-top: 10px; border-top: 1px solid rgba(255,255,255,.2); }
.port-list div { min-height: 75px; border-bottom: 1px solid rgba(255,255,255,.2); display: flex; align-items: center; gap: 25px; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 24px; }
.port-list span { color: #55c9c4; font-family: 'Manrope', sans-serif; font-size: 11px; letter-spacing: .13em; }

.response-section { background: #f2f5f4; }
.response-heading { max-width: 735px; }
.response-heading > p:last-child { color: #607684; line-height: 1.8; max-width: 630px; }
.response-grid { margin-top: 68px; border-top: 1px solid #c9d5da; display: grid; grid-template-columns: repeat(3, 1fr); }
.response-grid article { padding: 34px 45px 55px 0; border-bottom: 1px solid #c9d5da; }
.response-grid article + article { padding-left: 45px; border-left: 1px solid #c9d5da; }
.response-grid article > span { color: var(--teal-dark); font-size: 12px; font-weight: 700; }
.response-grid h3 { margin-top: 48px; }
.emergency-card { margin-top: 65px; padding: 35px 40px; background: var(--teal); color: white; display: flex; align-items: center; justify-content: space-between; }
.emergency-card > div:first-child { display: flex; flex-direction: column; gap: 7px; }
.emergency-card span { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.emergency-card strong { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 26px; font-weight: 600; }
.emergency-actions { display: flex; align-items: flex-end; flex-direction: column; gap: 12px; }
.emergency-actions a { display: flex; align-items: center; gap: 14px; font-size: 18px; font-weight: 700; }
.emergency-actions a:hover { color: #e1fffb; }

.contact-section { padding: 130px 0; background: #041827; color: white; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 130px; }
.contact-lead { max-width: 585px; margin-top: 30px; color: #aebfca; line-height: 1.85; }
.contact-details { border-top: 1px solid rgba(255,255,255,.22); }
.contact-details > div { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.22); display: grid; grid-template-columns: 145px 1fr; gap: 25px; }
.contact-details span { color: #75bebb; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-details a, .contact-details address { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 22px; font-style: normal; line-height: 1.45; }
.contact-details a:hover { color: #68d0cb; }
.contact-numbers { display: flex; flex-direction: column; gap: 5px; }
.contact-details small { color: #9cb1bd; font-family: 'Manrope', Arial, sans-serif; font-size: 12px; white-space: nowrap; }
.contact-details > div > span small { display: block; margin-top: 5px; color: #75bebb; font-size: 10px; }

footer { padding: 66px 0 25px; background: #020f19; color: white; }
.footer-main { padding-bottom: 55px; display: flex; justify-content: space-between; align-items: flex-start; }
.footer-main p { color: #758e9e; font-size: 13px; }
.footer-links { display: grid; grid-template-columns: repeat(2, 150px); gap: 20px 50px; font-size: 13px; }
.footer-links a:hover { color: #62cec8; }
.footer-bottom { padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; color: #637d8d; font-size: 11px; }

@keyframes heroDrift { from { transform: scale(1); } to { transform: scale(1.045); } }
@keyframes scroll { 0%,100% { transform: translateY(0); opacity: 1; } 55% { transform: translateY(11px); opacity: .3; } }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 6px rgba(84,208,202,.08); } 50% { box-shadow: 0 0 0 12px rgba(84,208,202,.01); } }

@media (max-width: 1050px) {
  .shell { width: min(100% - 56px, 1320px); }
  .desktop-nav { gap: 22px; }
  .ports-content { gap: 70px; }
  .contact-grid { gap: 70px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 40px, 720px); }
  .hero { min-height: 760px; }
  .hero-image { background-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(2,17,31,.97), rgba(2,20,35,.75)); }
  .site-header { height: 82px; }
  .brand-mark { width: 44px; }
  .brand > span { font-size: 27px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { width: 46px; height: 46px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 25px; height: 2px; background: white; }
  .mobile-menu nav { position: absolute; right: 0; top: 52px; width: 240px; padding: 15px; background: #092840; border: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; }
  .mobile-menu nav a { padding: 13px 10px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 14px; }
  .hero-content { padding-top: 80px; }
  .hero h1 { max-width: 640px; font-size: clamp(52px, 10vw, 68px); }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(3) { border-left: 1px solid #d8e1e4; }
  .section { padding: 90px 0; }
  .split, .section-heading, .ports-content, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-copy { padding-top: 0; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(3n+1) { border-left: 0; }
  .service-card:nth-child(2n+1) { border-left: 1px solid #ced9de; }
  .ports-section { padding: 95px 0; }
  .ports-map { inset: 36% -20% 0 15%; opacity: .35; }
  .response-grid { grid-template-columns: 1fr; }
  .response-grid article, .response-grid article + article { padding: 30px 0 40px; border-left: 0; }
  .response-grid h3 { margin-top: 24px; }
  .emergency-card { align-items: flex-start; gap: 30px; flex-direction: column; }
  .emergency-actions { align-items: flex-start; }
}

@media (max-width: 560px) {
  .emergency-bar { height: 42px; font-size: 11px; }
  .emergency-bar span { display: none; }
  .emergency-bar { gap: 8px; }
  .emergency-bar .whatsapp-link, .emergency-bar i { display: none; }
  .emergency-bar a { white-space: nowrap; }
  .hero { min-height: 760px; height: auto; }
  .hero-content { padding-top: 72px; padding-bottom: 80px; }
  .eyebrow { font-size: 10px; letter-spacing: .2em; }
  .hero h1 { font-size: 50px; }
  .hero-copy { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .trust-grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .trust-grid > div { min-height: 110px; padding: 20px; }
  .trust-grid strong { font-size: 25px; }
  h2 { font-size: 44px; }
  .about-copy .lead { font-size: 25px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(n) { min-height: auto; padding: 32px 26px; border-left: 1px solid #ced9de; }
  .service-card h3 { margin-top: 35px; }
  .ports-content { gap: 45px; }
  .port-list div { font-size: 20px; }
  .emergency-card { padding: 30px 25px; }
  .emergency-actions a { font-size: 16px; }
  .contact-details > div { grid-template-columns: 1fr; gap: 9px; }
  .footer-main, .footer-bottom { flex-direction: column; gap: 35px; }
  .footer-links { grid-template-columns: repeat(2, 1fr); width: 100%; }
}

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