[hidden] { display: none !important; }
:root { color-scheme: light; }
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
font: 14px/1.7 Arial, Helvetica, sans-serif;
color: #555;
background: #0b1a3a url(/assets/img/background.webp) no-repeat top center fixed;
background-size: cover;
}
.skip-link { position: absolute; left: -9999px; top: 0; background: #162568; color: #fff; padding: .5em 1em; z-index: 100; }
.skip-link:focus { left: 0; }
.site-wrap { max-width: 1200px; margin: 0 auto; background: #fff; box-shadow: 0 0 22px rgba(0,0,0,.45); }
.site-header { background: #fff url(/assets/img/marlin_fishing_australia.webp) no-repeat right top; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 40px 40px 40px 60px; }
.logo img { display: block; height: auto; max-width: 279px; }
.header-tag { text-align: center; padding-right: 150px; }
.header-tag h2 { font: 400 34px/1.15 Georgia, 'Times New Roman', serif; color: #1c3f94; margin: 0; }
.header-dests { font: 700 13px/1.4 Georgia, serif; color: #3d8fd1; letter-spacing: .02em; margin: .2em 0; }
.header-call { font: 400 30px/1.2 Georgia, serif; color: #1c3f94; margin: .1em 0 0; }
.header-call a { color: #e67817; text-decoration: none; }
.site-nav { background: #162568; position: relative; }
.nav-toggle { display: none; }
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; }
.site-nav > ul > li { position: relative; }
.site-nav a {
display: block; padding: 15px 18px;
font: 700 14px/1.2 'Times New Roman', Times, serif;
color: #fff; text-decoration: none; letter-spacing: .01em;
}
.site-nav > ul > li:hover > a,
.site-nav > ul > li > a[aria-current="page"],
.site-nav > ul > li.current > a { background: #e67817; }
.site-nav li ul { display: none; position: absolute; top: 100%; left: 0; min-width: 210px; background: #162568; z-index: 50; }
.site-nav li:hover > ul, .site-nav li:focus-within > ul { display: block; }
.site-nav li ul a { padding: 11px 16px; }
.site-nav li ul a:hover { background: #e67817; }
.title-band {
background: #23508c url(/assets/img/home-2.webp) center/cover;
background-blend-mode: multiply;
padding: 44px 40px; text-align: left;
}
.title-band.centered { text-align: center; }
.title-band h1 { font: 400 26px/1.2 Georgia, serif; color: #fff; margin: 0; }
.slider { position: relative; overflow: hidden; aspect-ratio: 1200 / 370; background: #0b1a3a; }
.slider img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1s ease; }
.slider img.on { opacity: 1; }
.slider .dots { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 5; }
.slider .dots button { width: 13px; height: 13px; border-radius: 50%; border: 1px solid #999; background: #ddd; padding: 0; cursor: pointer; }
.slider .dots button.on { background: #666; }
.content { padding: 34px 40px 44px; }
.content h1 { font: 400 26px/1.3 Georgia, serif; color: #1c3f94; margin: 0 0 .6em; }
.content h2 { font: 400 21px/1.3 Georgia, serif; color: #1c3f94; margin: 1.2em 0 .5em; }
.content h3 { font: 700 16px/1.4 Georgia, serif; color: #333; margin: 1.2em 0 .4em; }
.content p { margin: 0 0 1.05em; }
.content a { color: #e67817; }
.content a:hover { color: #295993; }
.content ul { margin: 0 0 1.2em; padding-left: 1.3em; }
.content li { margin-bottom: .45em; }
.content img { max-width: 100%; height: auto; }
.lede { font: 400 19px/1.55 Georgia, serif; color: #1c3f94; }
.cols { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 2.2rem; align-items: start; }
.cols .photos { display: grid; gap: 1.1rem; }
.cols .photos img { width: 100%; height: auto; border: 1px solid #e2e2e2; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.6rem; margin-top: 1.4rem; }
.card { border: 1px solid #e2e2e2; background: #fafafa; }
.card img { width: 100%; height: 200px; object-fit: cover; display: block; }
.card .card-body { padding: 1rem 1.1rem 1.2rem; }
.card h2 { margin: 0 0 .4em; font-size: 19px; }
.card p { margin: 0 0 .8em; }
.card a.more { font-weight: 700; text-decoration: none; }
.social-row { font: 700 14px Georgia, serif; }
.social-row a { color: #1c3f94; text-decoration: none; border-bottom: 1px solid #c9d4e8; }
.social-row a:hover { color: #e67817; }
.home-band { background: #23508c url(/assets/img/home-1.webp) center/cover; background-blend-mode: multiply; padding: 40px; text-align: center; }
.home-band h1 { font: 400 26px/1.25 Georgia, serif; color: #fff; margin: 0; }
.home-intro { display: grid; grid-template-columns: minmax(0, 2.4fr) minmax(0, 1fr); gap: 2rem; align-items: start; }
.home-intro .intro-copy h3 { font: 700 16px/1.5 Georgia, serif; color: #333; margin: 0 0 .3em; }
.home-intro .intro-copy .call-line a { color: #e67817; text-decoration: none; font-weight: 700; }
.home-side { display: grid; gap: 1rem; }
.home-side img { width: 100%; height: auto; border: 1px solid #e2e2e2; }
.dest-links { font: 700 17px/1.4 Georgia, serif; }
.dest-links a { text-decoration: none; }
.home-big { margin: 2rem -40px -44px; }
.home-big img { width: 100%; height: auto; display: block; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem; margin-top: 1.4rem; }
.gallery-grid img { width: 100%; height: 190px; object-fit: cover; border: 1px solid #e2e2e2; display: block; }
.contact-cols { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 2.4rem; align-items: start; }
.contact-info h2 { margin-top: 0; }
.contact-info a { color: #e67817; text-decoration: none; }
.enquiry { display: grid; gap: .9rem; background: #f7f8fa; border: 1px solid #dfe3e8; padding: 1.4rem; }
.enquiry label { display: grid; gap: .3rem; font-weight: 700; color: #333; }
.enquiry input, .enquiry textarea { font: inherit; padding: .55rem .65rem; border: 1px solid #b8c2cc; background: #fff; max-width: 100%; }
.enquiry textarea { min-height: 150px; }
.enquiry button { font: 700 15px/1 Georgia, serif; background: #162568; color: #fff; border: 0; padding: .8em 1.4em; cursor: pointer; justify-self: start; }
.enquiry button:hover { background: #e67817; }
.hp { position: absolute; left: -9999px; }
.site-footer { background: #fff; border-top: 1px solid #e5e5e5; }
.footer-links { padding: 26px 40px 10px; text-align: center; font: 700 13px/2 Georgia, serif; }
.footer-links a { color: #e67817; text-decoration: none; margin: 0 .35em; }
.footer-links a:hover { color: #295993; }
.footer-legal { display: flex; justify-content: space-between; gap: 1rem; padding: 14px 40px 26px; border-top: 1px solid #eee; margin-top: 14px; color: #888; font-size: 12px; flex-wrap: wrap; }
.footer-legal p { margin: 0; }
.to-top { position: fixed; right: 18px; bottom: 18px; background: #162568; color: #fff; border: 0; padding: .6em .8em; font: 700 13px Georgia, serif; cursor: pointer; opacity: 0; pointer-events: none; transition: opacity .3s; z-index: 40; }
.to-top.show { opacity: .9; pointer-events: auto; }
@media (max-width: 900px) {
.header-inner { flex-direction: column; text-align: center; padding: 24px 20px; }
.header-tag { padding-right: 0; }
.cols, .home-intro, .contact-cols { grid-template-columns: 1fr; }
.content, .title-band, .home-band { padding-left: 20px; padding-right: 20px; }
.home-big { margin: 2rem -20px -44px; }
}
@media (max-width: 760px) {
.nav-toggle { display: block; width: 100%; background: #162568; color: #fff; border: 0; font: 700 15px/1 'Times New Roman', serif; padding: 14px; text-align: left; cursor: pointer; }
.site-nav > ul { display: none; flex-direction: column; }
.site-nav.open > ul { display: flex; }
.site-nav li ul { display: block; position: static; background: #1d2f7d; }
.slider { aspect-ratio: 4 / 3; }
}
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { transition: none !important; animation: none !important; }
.slider img { transition: none; }
}