/* Hamer Marine Australia — temporary landing page. No external dependencies. */
:root {
  --navy: #081923;
  --navy-light: #102832;
  --paper: #f4f3ee;
  --white: #ffffff;
  --ink: #122731;
  --muted: #55646b;
  --line: #d6dad7;
  --accent: #f2694c;
  --max-width: 1328px;
  --gutter: clamp(24px, 4.45vw, 88px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; background: var(--navy); color: var(--ink); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
figure, h1, h2, h3, p { margin: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
a, button { touch-action: manipulation; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--accent); outline-offset: 6px; }
::selection { background: var(--accent); color: var(--navy); }
.container { width: min(var(--max-width), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 100; padding: 16px 24px; background: var(--paper); color: var(--navy); font-weight: 700; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 30; background: var(--navy); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); }
.header-inner { height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; flex-direction: column; align-items: center; width: 192px; flex-shrink: 0; }
.brand img { width: 100%; height: auto; filter: brightness(0) invert(1); }
.brand span { font-size: 9px; letter-spacing: .48em; font-weight: 600; margin-top: 0; padding-left: .48em; }
.header-status { display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 600; letter-spacing: .15em; color: #c6d0d4; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex: 0 0 7px; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; }
.main-nav a { padding-block: 14px; }
.main-nav a:hover { color: #ffb39e; }
.nav-contact span { margin-left: 18px; font-size: 20px; }
.hero { position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.hero-art { position: absolute; right: 0; top: 0; width: 78%; height: 100%; }
.hero-art picture, .hero-art img { width: 100%; height: 100%; }
.hero-art img { object-fit: cover; object-position: 49% 51%; }
.hero-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0%, rgba(8,25,35,.80) 14%, rgba(8,25,35,.10) 40%, rgba(8,25,35,0) 72%), linear-gradient(0deg, rgba(8,25,35,.58), transparent 38%); }
.hero-inner { position: relative; min-height: 650px; display: flex; align-items: center; padding-block: 58px 60px; }
.hero-copy { position: relative; z-index: 1; max-width: 600px; }
.eyebrow { font-size: 10px; letter-spacing: .22em; font-weight: 700; line-height: 1.6; }
.hero-eyebrow { display: flex; align-items: center; gap: 12px; color: #d9e2e4; margin-bottom: 24px; font-size: 9px; }
.short-rule { display: inline-block; width: 26px; height: 2px; background: var(--accent); }
h1 { font-size: clamp(57px, 5.3vw, 83px); line-height: .96; font-weight: 800; letter-spacing: -.055em; }
.horizon-word { color: #d7ddda; }
.hero-description { font-size: 16px; line-height: 1.65; color: #d8e0e3; margin-top: 27px; }
.hero-actions { display: flex; gap: 26px; align-items: center; margin-top: 29px; }
.button { min-height: 52px; display: inline-flex; gap: 30px; align-items: center; justify-content: space-between; padding: 15px 22px; font-size: 13px; font-weight: 700; transition: background .2s, color .2s; }
.button-light { background: var(--paper); color: var(--navy); }
.button-light:hover { background: var(--white); }
.button span { font-size: 21px; line-height: 1; font-weight: 400; }
.hero-phone { font-size: 14px; padding-block: 13px; border-bottom: 1px solid rgba(255,255,255,.5); font-variant-numeric: tabular-nums; }
.hero-phone:hover { color: #ffb39e; border-bottom-color: var(--accent); }
.hero-location { display: flex; align-items: center; gap: 8px; margin-top: 25px; color: #c3d0d6; font-size: 11px; letter-spacing: .02em; }
.hero-location svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.hero-caption { position: absolute; right: 0; bottom: 32px; display: flex; align-items: center; gap: 28px; text-shadow: 0 1px 3px rgba(0,0,0,.65); }
.hero-caption > span:first-child { font-size: 13px; letter-spacing: .05em; font-weight: 700; }
.hero-caption small { display: block; font-size: 8px; font-weight: 400; letter-spacing: .18em; margin-bottom: 7px; }
.round-arrow { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; display: grid; place-items: center; font-size: 22px; }
.hero-caption:hover .round-arrow { background: var(--paper); color: var(--navy); text-shadow: none; }
.launch-notice { background: var(--paper); border-bottom: 1px solid var(--line); }
.notice-inner { display: grid; grid-template-columns: 1.05fr 1.35fr auto; align-items: center; gap: 48px; padding-block: 34px; }
.notice-heading { display: flex; gap: 15px; align-items: flex-start; }
.notice-heading .status-dot { margin-top: 9px; }
.notice-heading h2 { font-size: 19px; line-height: 1.3; font-weight: 700; letter-spacing: -.02em; }
.notice-inner > p { max-width: 455px; font-size: 13px; line-height: 1.65; color: var(--muted); }
.text-link { font-size: 13px; font-weight: 700; display: inline-flex; align-items: center; gap: 30px; min-height: 44px; border-bottom: 1px solid var(--ink); white-space: nowrap; }
.text-link span { font-size: 22px; }
.text-link:hover { color: #91341c; border-color: #91341c; }
.applications { background: var(--paper); }
.applications-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 38px 44px; }
.application { padding: 0 28px; border-left: 1px solid var(--line); }
.application:first-child { padding-left: 0; border-left: 0; }
.application:last-child { padding-right: 0; }
.application-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 19px; }
.section-number { font-size: 10px; letter-spacing: .1em; color: var(--muted); }
.application-top svg { width: 27px; height: 27px; stroke: #425b66; stroke-width: 1.35; stroke-linejoin: round; stroke-linecap: round; fill: none; }
.application h3 { font-size: 18px; letter-spacing: -.03em; margin-bottom: 12px; }
.application p { font-size: 13px; line-height: 1.6; max-width: 210px; color: var(--muted); }
.vessels-section { padding-block: 74px 53px; background: #fff; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }
.section-heading .eyebrow { color: #667478; margin-bottom: 11px; }
.section-heading h2 { font-size: clamp(31px, 3.2vw, 46px); letter-spacing: -.055em; font-weight: 700; line-height: 1.05; }
.section-heading > p { color: var(--muted); font-size: 13px; line-height: 1.65; padding-bottom: 2px; }
.vessel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.vessel-card { min-width: 0; }
.vessel-image-wrap { display: block; position: relative; overflow: hidden; background: #dce5e5; aspect-ratio: 1.92; }
.vessel-image-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.16),transparent 24%,transparent 70%,rgba(0,0,0,.12)); pointer-events: none; }
.vessel-image-wrap picture, .vessel-image-wrap img { width: 100%; height: 100%; }
.vessel-image-wrap img { object-fit: cover; object-position: center; transition: transform .65s; }
.vessel-image-wrap:hover img { transform: scale(1.035); }
.vessel-image-wrap .fire-underway-image { object-position: 50% 77%; }
.image-tag { position: absolute; z-index: 1; left: 18px; top: 18px; padding: 7px 9px 6px; background: rgba(8,25,35,.86); color: var(--white); font-size: 8px; letter-spacing: .15em; }
.image-expand { position: absolute; z-index: 1; right: 17px; bottom: 17px; display: grid; place-items: center; width: 33px; height: 33px; background: rgba(244,243,238,.96); color: var(--ink); font-size: 20px; }
.vessel-card figcaption { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding-block: 17px 2px; }
.vessel-card figcaption > span { font-size: 13px; font-weight: 600; }
.vessel-card figcaption small { font-size: 8px; color: #596b75; letter-spacing: .08em; white-space: nowrap; }
.gallery-note { margin-top: 26px; font-size: 10px; line-height: 1.6; color: #68767d; }
.contact-section { color: var(--white); background: var(--navy); padding-block: 76px 68px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 86px; }
.contact-intro .eyebrow { color: #b5c4cb; margin-bottom: 22px; }
.contact-intro h2 { font-size: clamp(37px, 3.7vw, 54px); font-weight: 700; letter-spacing: -.055em; line-height: 1.05; }
.contact-intro h2 span { color: #c1d2d7; }
.contact-intro > p:last-child { margin-top: 25px; color: #b6c8cf; font-size: 13px; line-height: 1.65; }
.contact-details { font-style: normal; padding-top: 0; }
.contact-row { padding-block: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-row:first-child { padding-top: 0; }
.contact-label { display: block; color: #aabfc8; font-size: 8px; font-weight: 700; letter-spacing: .16em; margin-bottom: 11px; }
.contact-phone, .contact-email { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 26px; }
.contact-phone { font-size: clamp(26px, 2.7vw, 38px); font-weight: 600; letter-spacing: -.025em; font-variant-numeric: tabular-nums; }
.contact-email { font-size: clamp(17px, 1.6vw, 23px); letter-spacing: -.02em; }
.contact-phone span, .contact-email span { color: var(--accent); flex: 0 0 auto; font-size: 27px; font-weight: 400; }
.contact-phone:hover, .contact-email:hover { color: #ffc2af; }
.contact-location-row { border: 0; padding-bottom: 0; }
.contact-location-row p { font-size: 17px; line-height: 1.5; }
.contact-location-row p span { color: #b6c8cf; font-size: 13px; }
.site-footer { color: #bac9d0; background: var(--navy); border-top: 1px solid rgba(255,255,255,.16); }
.footer-inner { padding-block: 29px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { width: 131px; }
.footer-brand span { font-size: 6px; }
.footer-inner p { font-size: 9px; line-height: 1.5; }
.footer-site span { margin-inline: 9px; color: #637c89; }
.mobile-contact-bar { display: none; }
/* The image links continue to work directly when JavaScript is disabled. */
.lightbox { border: 1px solid #4c626d; background: var(--navy); color: var(--white); width: min(1200px,94vw); max-width: 94vw; max-height: 94vh; padding: 16px 22px 23px; }
.lightbox::backdrop { background: rgba(2,11,16,.92); }
.lightbox-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; color: #c1d3da; font-size: 12px; }
.lightbox button { border: 1px solid #617680; background: transparent; color: white; min-width: 44px; min-height: 44px; cursor: pointer; }
.lightbox button:hover { background: var(--paper); color: var(--navy); }
.lightbox-close { display: flex; align-items: center; gap: 18px; padding: 0 14px; font-size: 12px; }
.lightbox-close span { font-size: 26px; }
.lightbox-body { display: grid; grid-template-columns: 44px minmax(0,1fr) 44px; align-items: center; gap: 16px; }
.lightbox-body img { width: 100%; max-height: 71vh; object-fit: contain; min-height: 80px; }
.lightbox figure figcaption { font-size: 13px; line-height: 1.5; text-align: center; margin-top: 15px; color: #cddce1; }
.lightbox-prev, .lightbox-next { font-size: 21px; }
body.lightbox-open { overflow: hidden; }
@media (min-width: 1720px) {
  .hero-inner { min-height: 720px; }
  .hero-art { width: 76%; }
  .hero-art img { object-position: 52% 50%; }
}
@media (max-width: 1100px) {
  .header-status { font-size: 8px; letter-spacing: .10em; }
  .brand { width: 171px; }
  .main-nav { gap: 25px; }
  .hero-inner { min-height: 615px; }
  .hero-art { width: 82%; }
  .hero-art::after { background: linear-gradient(90deg,var(--navy),rgba(8,25,35,.70) 22%,rgba(8,25,35,.08) 65%), linear-gradient(0deg,rgba(8,25,35,.68),transparent 60%); }
  .notice-inner { gap: 30px; grid-template-columns: 1.2fr 1.35fr auto; }
  .notice-heading h2 { font-size: 17px; }
  .notice-inner > p { font-size: 12px; }
  .text-link { gap: 20px; }
  .application { padding-inline: 20px; }
  .application h3 { font-size: 17px; }
  .vessel-card figcaption { align-items: flex-start; flex-direction: column; gap: 7px; }
  .contact-grid { gap: 60px; }
}
@media (max-width: 900px) {
  .header-status { display: none; }
  .notice-inner { grid-template-columns: 1fr 1.1fr; }
  .notice-inner .text-link { grid-column: 2; justify-self: start; margin-top: -22px; }
  .notice-heading { align-self: start; }
  .section-heading { gap: 30px; }
  .section-heading > p { max-width: 250px; }
  .applications-grid { grid-template-columns: 1fr 1fr; row-gap: 32px; }
  .application { padding-inline: 26px; }
  .application:nth-child(odd) { border-left: 0; padding-left: 0; }
  .application:nth-child(even) { padding-right: 0; }
  .application p { max-width: 250px; }
  .application-top { margin-bottom: 10px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 85px; }
  .header-inner { height: 76px; gap: 20px; }
  .brand { width: 153px; }
  .brand span { font-size: 7px; }
  .main-nav { font-size: 12px; gap: 19px; }
  .nav-contact span { margin-left: 9px; }
  .nav-gallery { display: none; }
  .hero { display: flex; flex-direction: column; }
  .hero-art { position: relative; width: 100%; height: clamp(232px,51vw,365px); }
  .hero-art::after { background: linear-gradient(0deg,var(--navy),transparent 22%); }
  .hero-art img { object-fit: cover; object-position: 50% 56%; }
  .hero-inner { min-height: 0; padding-block: 21px 40px; display: block; }
  .hero-copy { max-width: none; }
  .hero-eyebrow { margin-bottom: 18px; font-size: 8px; letter-spacing: .16em; }
  h1 { font-size: clamp(44px,10vw,72px); line-height: .98; letter-spacing: -.052em; }
  .hero-description { margin-top: 22px; font-size: 14px; max-width: 350px; }
  .hero-actions { margin-top: 23px; gap: 22px; flex-wrap: wrap; }
  .button { font-size: 12px; padding-inline: 18px; gap: 20px; min-height: 50px; }
  .hero-phone { font-size: 13px; }
  .hero-location { margin-top: 23px; font-size: 10px; }
  .hero-caption { top: -56px; bottom: auto; right: 0; gap: 13px; }
  .hero-caption > span:first-child { font-size: 10px; }
  .hero-caption small { display: none; }
  .round-arrow { width: 29px; height: 29px; font-size: 16px; }
  .notice-inner { display: grid; grid-template-columns: 1fr; gap: 16px; padding-block: 30px; }
  .notice-heading h2 { font-size: 20px; line-height: 1.3; }
  .notice-break { display: none; }
  .notice-inner > p { font-size: 13px; max-width: none; padding-left: 22px; }
  .notice-inner .text-link { grid-column: auto; margin-top: 0; margin-left: 22px; font-size: 12px; min-height: 36px; }
  .applications-grid { padding-block: 32px; row-gap: 28px; }
  .application { padding-inline: 18px; }
  .application h3 { font-size: 16px; margin-bottom: 9px; }
  .application p { font-size: 12px; line-height: 1.6; }
  .application-top svg { width: 23px; height: 23px; }
  .section-number { font-size: 9px; }
  .vessels-section { padding-block: 43px 35px; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 17px; margin-bottom: 26px; }
  .section-heading .eyebrow { font-size: 9px; margin-bottom: 10px; }
  .section-heading h2 { font-size: clamp(31px,7.6vw,45px); }
  .section-heading > p { max-width: none; font-size: 12px; }
  .vessel-grid { grid-template-columns: 1fr; gap: 27px; }
  .vessel-image-wrap { aspect-ratio: 1.62; }
  .vessel-card figcaption { gap: 8px; padding-top: 13px; }
  .vessel-card figcaption > span { font-size: 13px; }
  .vessel-card figcaption small { font-size: 8px; }
  .image-tag { top: 13px; left: 13px; }
  .image-expand { right: 13px; bottom: 13px; }
  .gallery-note { font-size: 10px; margin-top: 24px; }
  .contact-section { padding-block: 46px 42px; }
  .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .contact-intro h2 { font-size: clamp(37px,10vw,50px); }
  .contact-intro .eyebrow { margin-bottom: 19px; font-size: 9px; }
  .contact-intro > p:last-child { font-size: 12px; margin-top: 20px; }
  .contact-phone { font-size: 31px; }
  .contact-email { font-size: clamp(16px,4.5vw,23px); }
  .contact-label { font-size: 8px; }
  .contact-row { padding-block: 19px 20px; }
  .footer-inner { padding-block: 29px; gap: 18px; display: grid; grid-template-columns: auto 1fr; align-items: center; }
  .footer-brand { width: 110px; }
  .footer-brand span { font-size: 5px; }
  .footer-inner p { font-size: 8px; }
  .footer-inner > p:first-of-type { text-align: right; }
  .footer-site { grid-column: 1 / -1; text-align: center; }
  .lightbox { padding: 12px; width: 96vw; max-width: 96vw; }
  .lightbox-body { grid-template-columns: 1fr 1fr; gap: 16px; }
  .lightbox-body figure { grid-column: 1 / -1; grid-row: 1; }
  .lightbox-body img { max-height: 64vh; }
  .lightbox-body .lightbox-prev { justify-self: start; }
  .lightbox-body .lightbox-next { justify-self: end; }
  .lightbox figure figcaption { font-size: 11px; }
}
@media (max-width: 600px) {
  body { padding-bottom: calc(60px + env(safe-area-inset-bottom, 0px)); }
  .mobile-contact-bar { display: grid; grid-template-columns: 1fr 1fr; position: fixed; z-index: 35; bottom: 0; left: 0; right: 0; background: var(--paper); color: var(--navy); padding-bottom: env(safe-area-inset-bottom, 0px); box-shadow: 0 -2px 16px rgba(0,0,0,.12); }
  .mobile-contact-bar a { min-height: 60px; display: flex; align-items: center; justify-content: center; gap: 9px; font-size: 12px; font-weight: 700; }
  .mobile-contact-bar a + a { border-left: 1px solid var(--line); }
  .mobile-contact-bar a:active { background: #e5e7e0; }
  .mobile-contact-bar svg { width: 16px; height: 16px; stroke: currentColor; stroke-width: 1.5; fill: none; }
}
@media (max-width: 360px) {
  :root { --gutter: 20px; }
  .header-inner { height: 72px; }
  .brand { width: 135px; }
  h1 { font-size: 40px; }
  .hero-eyebrow { font-size: 7px; gap: 8px; }
  .hero-actions { gap: 17px; }
  .button { padding-inline: 14px; gap: 16px; }
  .hero-phone { font-size: 12px; }
  .application h3 { font-size: 15px; }
  .contact-phone { font-size: 28px; }
  .contact-email { gap: 8px; font-size: 16px; }
  .contact-email span { font-size: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .vessel-image-wrap:hover img { transform: none; }
}
@media print {
  body { background: white; color: black; padding-bottom: 0; }
  .site-header { position: static; }
  .mobile-contact-bar, .hero-art, .hero-caption, .lightbox { display: none !important; }
  .hero, .contact-section, .site-footer { background: white; color: black; }
  .hero-inner { min-height: 0; padding-block: 30px; }
  .hero *:not(.button), .contact-section *, .site-footer * { color: black !important; }
  .brand img { filter: none; }
  .contact-grid { gap: 32px; }
  .vessel-card { break-inside: avoid; }
  .vessels-section, .contact-section { padding-block: 30px; }
}
