:root {
  --navy: #00223b;
  --navy-2: #03314a;
  --ocean: #096e97;
  --teal: #0b86b3;
  --gold: #0b86b3;
  --sand: #e8f2f6;
  --paper: #f8fbfc;
  --ink: #29363d;
  --white: #fff;
  --line: rgba(11, 41, 66, .14);
  --shadow: 0 24px 60px rgba(4, 25, 40, .13);
  --radius: 22px;
}

@property --rim-angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 Arial, Helvetica, sans-serif; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, .brand-name { font-family: Georgia, 'Times New Roman', serif; color: var(--navy); line-height: 1.05; }
h1 { margin: 0; font-size: clamp(3.2rem, 7vw, 6.7rem); font-weight: 500; letter-spacing: -.055em; }
h2 { margin: 0 0 18px; font-size: clamp(2.3rem, 4.5vw, 4.4rem); font-weight: 500; letter-spacing: -.04em; }
h3 { margin: 0 0 10px; font-size: 1.45rem; }
p { margin: 0 0 18px; }
.lede { max-width: 720px; font-size: clamp(1.08rem, 2vw, 1.3rem); color: #495960; }
.muted { color: #6d7a80; }
.section { padding: 100px 0; }
.section-tight { padding: 72px 0; }
.section-dark { background: var(--navy); color: rgba(255,255,255,.78); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-sand { background: var(--sand); }
.grid { display: grid; gap: 28px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.split.reverse { grid-template-columns: .95fr 1.05fr; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; min-height: 52px; position: relative; overflow: hidden; align-items: center; justify-content: center; gap: 13px; padding: 0 30px 0 26px; border: 0; border-radius: 0; background: var(--teal); color: var(--white); box-shadow: inset 4px 0 0 var(--gold); clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 13px 100%, 0 calc(100% - 13px)); cursor: pointer; font-size: .84rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; transition: transform .2s, background .2s, box-shadow .2s; }
.btn::before { content: ''; width: 42%; position: absolute; top: 0; bottom: 0; left: -55%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.26), transparent); transform: skewX(-18deg); transition: left .55s ease; pointer-events: none; }
.btn::after { content: '›'; font-size: 1.35rem; font-weight: 400; line-height: 1; transition: transform .2s; }
.btn:hover { transform: translateY(-2px); background: #0d98c7; box-shadow: inset 4px 0 0 var(--gold), 0 9px 0 rgba(0,34,59,.2); }
.btn:hover::before { left: 115%; }
.btn:hover::after { transform: translateX(3px); }
.btn:active { transform: translateY(2px); box-shadow: inset 4px 0 0 var(--gold), 0 2px 0 rgba(0,34,59,.18); transition-duration: .08s; }
.btn-secondary { border-color: rgba(255,255,255,.45); background: transparent; color: var(--white); }
.btn-secondary { outline: 1px solid rgba(255,255,255,.48); outline-offset: -1px; box-shadow: inset 4px 0 0 rgba(255,255,255,.8); }
.btn-secondary:hover { background: rgba(255,255,255,.1); box-shadow: inset 4px 0 0 var(--gold), 0 9px 0 rgba(0,0,0,.18); }
.btn-outline { border-color: var(--navy); background: transparent; color: var(--navy); }
.btn-outline { outline: 1px solid var(--navy); outline-offset: -1px; }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn:focus-visible, .nav-book:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.text-link { display: inline-flex; gap: 9px; align-items: center; position: relative; padding-bottom: 3px; color: var(--ocean); font-weight: 800; background: linear-gradient(currentColor,currentColor) left bottom/0 1px no-repeat; transition: background-size .28s ease, color .2s ease; }
.text-link::after { content: '→'; transition: transform .2s; }
.text-link:hover { background-size: calc(100% - 24px) 1px; }
.text-link:hover::after { transform: translateX(4px); }
.text-link:active::after { transform: translateX(7px); }

#site-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; color: var(--white); }
.site-header { position: relative; background: linear-gradient(180deg, rgba(0,20,35,.62), rgba(0,20,35,.08)); color: var(--white); transition: background .35s ease, box-shadow .35s ease, backdrop-filter .35s ease; }
.site-header::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: linear-gradient(90deg, transparent 0 6%, var(--teal) 22%, rgba(255,255,255,.55) 48%, var(--teal) 74%, transparent 94%); opacity: .72; transform-origin: left; transition: opacity .3s ease, transform .45s ease; }
.nav { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 24px; transition: min-height .35s ease; }
.brand { position: relative; z-index: 2; display: flex; align-items: center; gap: 12px; }
.brand-logo { width: 132px; height: 70px; position: relative; z-index: 1; padding: 5px 8px; object-fit: contain; background: rgba(255,255,255,.96); clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px)); transition: width .35s ease, height .35s ease, padding .35s ease; }
.nav-links { display: flex; align-items: center; gap: 25px; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nav-links a { position: relative; padding: 10px 0; color: rgba(255,255,255,.78); transition: color .2s ease, transform .2s ease; }
.nav-links a:not(.nav-book)::after { content: ''; position: absolute; right: 0; bottom: 3px; left: 0; height: 2px; background: var(--teal); transform: scaleX(0) skewX(-28deg); transform-origin: right; transition: transform .25s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--white); transform: translateY(-2px); }
.nav-links a:active { transform: translateY(1px); transition-duration: .08s; }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1) skewX(-28deg); transform-origin: left; }
.nav-links a.active::before { content: ''; position: absolute; top: 10px; bottom: 10px; left: -10px; width: 2px; background: var(--teal); transform: skewY(-24deg); }
.nav-book { padding: 13px 24px 13px 20px !important; background: var(--teal); box-shadow: inset 3px 0 rgba(255,255,255,.8); clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px)); color: var(--white) !important; }
.nav-book:hover { background: #0d98c7; }
.menu-toggle { width: 48px; height: 42px; display: none; padding: 9px 10px; border: 0; background: transparent; color: inherit; cursor: pointer; }
.menu-toggle span { height: 2px; display: block; margin: 5px 0; background: currentColor; transform-origin: center; transition: transform .25s ease, opacity .2s ease, width .25s ease; }
.menu-toggle span:nth-child(2) { width: 70%; margin-left: auto; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
#site-header.is-scrolled .site-header { background: rgba(0,34,59,.96); box-shadow: 0 12px 32px rgba(0,18,31,.22); backdrop-filter: blur(16px); }
#site-header.is-scrolled .site-header::after { opacity: 1; transform: scaleX(.92); }
#site-header.is-scrolled .nav { min-height: 72px; }
#site-header.is-scrolled .brand-logo { width: 108px; height: 56px; padding: 3px 7px; }

@media (min-width: 981px) {
  .brand::before { content: ''; position: absolute; z-index: 0; inset: -3px; opacity: 0; background: conic-gradient(from var(--rim-angle), transparent 0 58%, rgba(255,255,255,.98) 66%, var(--teal) 74%, transparent 83%); clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px)); filter: drop-shadow(0 0 5px rgba(11,134,179,.9)); pointer-events: none; }
  .brand:hover::before, .brand:focus-visible::before { opacity: 1; animation: logo-rim-light .9s linear 1 both; }
  .brand:focus-visible { outline: none; }
  @keyframes logo-rim-light { to { --rim-angle: 360deg; } }
}

.hero { position: relative; min-height: 760px; display: grid; align-items: end; overflow: hidden; background: var(--navy); color: white; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,19,31,.94) 0%, rgba(4,19,31,.62) 45%, rgba(4,19,31,.16) 72%), url('/assets/images/edited-18.webp') center 33%/cover no-repeat; }
.hero::after { content: ''; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(4,19,31,.58)); }
.hero-content { position: relative; z-index: 1; padding: 120px 0 86px; }
.hero h1 { max-width: 830px; color: white; }
.hero-copy { max-width: 655px; margin: 24px 0 0; color: rgba(255,255,255,.8); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 56px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.76); font-size: .77rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.page-hero { min-height: 560px; display: grid; align-items: end; position: relative; overflow: hidden; background: var(--navy); color: white; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,19,31,.92), rgba(4,19,31,.32)), var(--hero-image) center/cover no-repeat; }
.page-hero .container { position: relative; z-index: 1; padding-bottom: 70px; }
.page-hero h1 { max-width: 850px; color: white; font-size: clamp(3rem, 6vw, 5.8rem); }
.page-hero p:not(.eyebrow) { max-width: 620px; margin: 22px 0 0; color: rgba(255,255,255,.8); font-size: 1.18rem; }
.breadcrumbs { margin: 0 0 24px; color: rgba(255,255,255,.62); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li { display: inline-flex; align-items: center; gap: 10px; }
.breadcrumbs li + li::before { content: '›'; color: var(--gold); font-size: 1.2rem; font-weight: 400; line-height: 1; }
.breadcrumbs a { padding-bottom: 2px; border-bottom: 1px solid rgba(255,255,255,.35); transition: color .2s, border-color .2s; }
.breadcrumbs a:hover { border-color: var(--gold); color: var(--white); }
.breadcrumbs [aria-current="page"] { color: var(--white); }
.trip-card { position: relative; min-height: 520px; overflow: hidden; border-radius: 0; color: white; clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px)); filter: drop-shadow(0 18px 22px rgba(0,34,59,.16)); }
.trip-card::before { content: ''; position: absolute; z-index: 2; top: 24px; left: 0; width: 5px; height: 66px; background: var(--gold); }
.trip-card img { height: 100%; position: absolute; object-fit: cover; transition: transform .45s ease; }
.trip-card:hover img { transform: scale(1.025); }
.trip-card { transition: transform .3s ease, filter .3s ease; }
.trip-card:hover { transform: translateY(-5px); filter: drop-shadow(0 24px 28px rgba(0,34,59,.2)); }
.trip-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 25%, rgba(4,19,31,.92)); }
.trip-card-content { position: absolute; z-index: 1; inset: auto 28px 28px; }
.trip-card h3 { color: white; font-size: clamp(1.7rem, 2vw, 2rem); text-wrap: balance; }
.trip-card p { color: rgba(255,255,255,.75); }
.price { display: inline-flex; width: fit-content; margin-bottom: 15px; padding: 8px 22px 8px 12px; border: 0; border-left: 3px solid var(--gold); border-radius: 0; background: rgba(0,34,59,.94); color: var(--white); box-shadow: 0 6px 18px rgba(0,0,0,.2); clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%); font-size: .76rem; font-weight: 800; letter-spacing: .12em; line-height: 1; text-transform: uppercase; backdrop-filter: blur(8px); }
.feature-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature { padding: 34px 24px; border-right: 1px solid var(--line); }
.feature:last-child { border-right: 0; }
.feature strong { display: block; margin-bottom: 5px; color: var(--navy); font-family: Georgia, serif; font-size: 1.3rem; }
.feature span { color: #6d7a80; font-size: .9rem; }

.image-frame { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-frame img { height: 520px; min-height: 0; object-fit: cover; }
.heritage-frame { position: relative; min-height: 560px; margin: 0; overflow: hidden; border-left: 4px solid var(--teal); background: #061b2a; box-shadow: 0 24px 54px rgba(0,0,0,.25); clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px)); }
.heritage-frame img { width: 100%; height: 560px; object-fit: cover; object-position: center; filter: sepia(.12) contrast(1.04); }
.heritage-frame::after { content: ''; position: absolute; inset: auto 0 0; height: 30%; background: linear-gradient(transparent, rgba(0,22,38,.9)); pointer-events: none; }
.heritage-frame figcaption { position: absolute; z-index: 1; right: 28px; bottom: 22px; left: 28px; color: rgba(255,255,255,.8); font-size: .78rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.charlie-day { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(40px, 7vw, 90px); align-items: center; }
.charlie-day-photo { position: relative; min-height: 440px; margin: 0; overflow: hidden; background: var(--navy); box-shadow: var(--shadow); clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px)); }
.charlie-day-photo img { width: 100%; height: 440px; object-fit: cover; object-position: center 46%; }
.charlie-day-photo::after { content: ''; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(transparent, rgba(0,34,59,.88)); pointer-events: none; }
.charlie-day-photo figcaption { position: absolute; z-index: 1; right: 24px; bottom: 18px; left: 24px; color: white; font-size: .76rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.fly-fishing-hero::before { background-position: 50% 20%; }
.feature-band { padding-bottom: 24px; }
.feature-band + .section { padding-top: 64px; }
.quote { margin: 28px 0; padding: 22px 0 22px 28px; border-left: 3px solid var(--gold); color: var(--navy); font: italic 1.45rem/1.45 Georgia, serif; }
.legacy-home { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.legacy-home-copy { max-width: 560px; }
.legacy-home-copy h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.legacy-home-photo { min-height: 570px; position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--navy); box-shadow: var(--shadow); }
.legacy-home-photo img { width: 100%; height: 570px; object-fit: cover; object-position: center; filter: sepia(.12) contrast(1.04); }
.legacy-home-photo::after { content: ''; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(transparent, rgba(0,34,59,.88)); }
.legacy-home-photo figcaption { position: absolute; z-index: 1; right: 30px; bottom: 26px; left: 30px; color: rgba(255,255,255,.82); font-size: .86rem; font-weight: 700; letter-spacing: .04em; }

.fishery-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(36px, 7vw, 92px); align-items: end; margin-bottom: 48px; }
.fishery-intro h2 { max-width: 720px; margin-bottom: 0; }
.fishery-intro-copy { max-width: 520px; }
.fishery-intro-copy p { color: rgba(255,255,255,.68); font-size: 1.08rem; }
.species-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.species-card { min-height: 310px; display: grid; grid-template-rows: 125px auto 1fr; align-items: start; padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: linear-gradient(155deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); text-align: left; }
.species-card img { width: 100%; height: 125px; object-fit: contain; object-position: center; margin: 0; align-self: center; transition: transform .3s ease; }
.species-card img[alt="Permit"] { width: 128%; max-width: none; justify-self: center; }
.species-card:hover img { transform: scale(1.025); }
.species-card h3 { margin: 28px 0 10px; font-size: 1.55rem; }
.species-card p { max-width: 220px; margin: 0; color: rgba(255,255,255,.68); font-size: .96rem; line-height: 1.55; }

.value-card, .info-card, .guide-card { border: 1px solid var(--line); border-radius: 18px; background: white; overflow: hidden; }
.value-card, .info-card { padding: 30px; }
.value-card, .info-card, .guide-card, .species-card { position: relative; border-radius: 0; clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px)); }
.value-card::before, .info-card::before, .guide-card::before, .species-card::before { content: ''; position: absolute; z-index: 2; top: 18px; left: 0; width: 4px; height: 44px; background: var(--gold); transition: height .3s ease, background .3s ease; }
.value-card, .info-card, .guide-card, .species-card { transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.value-card:hover, .info-card:hover, .guide-card:hover, .species-card:hover { transform: translateY(-4px); border-color: rgba(11,134,179,.32); box-shadow: 0 18px 34px rgba(4,25,40,.1); }
.value-card:hover::before, .info-card:hover::before, .guide-card:hover::before, .species-card:hover::before { height: 70px; background: #12a0cf; }
.value-card .number { display: block; color: var(--gold); font: 2.2rem/1 Georgia, serif; }
.guide-card img { height: 340px; object-fit: cover; object-position: top; transition: transform .5s ease, filter .35s ease; }
.guide-card:hover img { transform: scale(1.025); filter: saturate(1.04); }
.guide-card-body { padding: 25px; }
.guide-card-body p { margin-bottom: 0; color: #617078; }
.guide-placeholder { height: 340px; display: grid; place-items: center; background: linear-gradient(145deg, var(--navy-2), var(--ocean)); color: rgba(255,255,255,.22); font: 5rem/1 Georgia, serif; }

.rates { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.rate-row { display: grid; grid-template-columns: 1.4fr .8fr .6fr; gap: 20px; align-items: center; padding: 25px 28px; border-bottom: 1px solid var(--line); }
.rate-row:last-child { border-bottom: 0; }
.rate-row strong { color: var(--navy); font-family: Georgia, serif; font-size: 1.2rem; }
.rate-row .amount { color: var(--ocean); font-size: 1.15rem; font-weight: 800; }
.checklist { margin: 24px 0; padding: 0; list-style: none; columns: 2; column-gap: 32px; }
.checklist li { break-inside: avoid; margin-bottom: 12px; padding-left: 24px; position: relative; }
.checklist li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.timeline { display: grid; gap: 0; }
.timeline-item { display: grid; grid-template-columns: 120px 1fr; gap: 28px; padding: 28px 0; border-top: 1px solid var(--line); }
.timeline-item .year { color: var(--gold); font: 1.45rem/1 Georgia, serif; }

.gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: 280px 280px 430px; grid-auto-rows: 280px; gap: 16px; }
.gallery figure { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 0; background: var(--navy); clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px)); }
.gallery figure::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(0,34,59,.12); pointer-events: none; }
.gallery-lead { grid-column: span 5; grid-row: span 2; }
.gallery-tall { grid-column: span 4; grid-row: span 2; }
.gallery-small { grid-column: span 3; }
.gallery-wide { grid-column: span 6; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery-lead img { object-position: 50% 48%; }
.gallery-tall img { object-fit: cover; object-position: right center; }
.gallery-small:nth-of-type(3) img { object-position: 50% 52%; }
.gallery-small:nth-of-type(4) img { object-position: 50% 55%; }
.gallery-wide:nth-of-type(5) img { object-position: 50% 50%; }
.gallery-wide:nth-of-type(6) img { object-position: 50% 65%; }
.gallery figure:hover img { transform: scale(1.025); }

.caye-hero::before { background: linear-gradient(90deg, rgba(4,19,31,.88), rgba(4,19,31,.15)), var(--hero-image) center/cover no-repeat; }
.caye-feature-image img { object-position: center; }
.caye-proof { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.caye-proof div { padding: 30px 28px; border-right: 1px solid var(--line); }
.caye-proof div:last-child { border-right: 0; }
.caye-proof strong, .caye-proof span { display: block; }
.caye-proof strong { margin-bottom: 6px; color: var(--navy); font-family: Georgia, serif; font-size: 1.25rem; }
.caye-proof span { color: #64737a; font-size: .9rem; }
.caye-gallery-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: end; margin-bottom: 42px; }
.caye-gallery-intro h2, .caye-gallery-intro p { margin-bottom: 0; }
.caye-gallery { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 270px 270px; gap: 16px; }
.caye-gallery figure { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--navy); clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px)); }
.caye-gallery-main { grid-row: span 2; }
.caye-gallery-wide { grid-column: span 2; }
.caye-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.caye-gallery-main img { object-position: center; }
.caye-gallery figure:hover img { transform: scale(1.025); }
.caye-gallery figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 34px 20px 15px; background: linear-gradient(transparent, rgba(0,34,59,.86)); color: white; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.motion-ready .reveal-item { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s cubic-bezier(.22,.72,.24,1); }
.motion-ready .reveal-item.is-visible { opacity: 1; transform: translateY(0); }

@media (hover: hover) {
  .gallery:hover figure:not(:hover), .caye-gallery:hover figure:not(:hover) { filter: brightness(.96) saturate(.94); }
  .gallery figure, .caye-gallery figure { transition: filter .3s ease; }
}

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 23px 0; cursor: pointer; color: var(--navy); font: 1.15rem/1.35 Georgia, serif; list-style: none; }
.faq summary::after { content: '+'; float: right; color: var(--gold); font-family: Arial, sans-serif; }
.faq summary:hover { color: var(--ocean); }
.faq details[open] summary::after { content: '−'; }
.faq details[open] summary { color: var(--ocean); }
.faq details p { max-width: 760px; padding-bottom: 20px; color: #5d6c73; }
.section-dark .faq { border-top-color: rgba(255,255,255,.16); }
.section-dark .faq details { border-bottom-color: rgba(255,255,255,.16); }
.section-dark .faq summary { color: var(--white); }
.section-dark .faq summary:hover, .section-dark .faq details[open] summary { color: #38b8e4; }
.section-dark .faq details p { color: rgba(255,255,255,.72); }

.inquiry-wrap { display: grid; grid-template-columns: .78fr 1.22fr; overflow: hidden; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.inquiry-aside { padding: 50px; background: var(--navy); color: rgba(255,255,255,.75); }
.inquiry-aside h2 { color: white; font-size: 2.7rem; }
.contact-line { position: relative; display: block; width: fit-content; max-width: calc(100% + 24px); margin: 8px 0 0 -14px; padding: 11px 38px 11px 14px; border-left: 3px solid transparent; color: white; font-weight: 700; background: linear-gradient(90deg, rgba(56,184,228,.17), rgba(56,184,228,0)) left/0 100% no-repeat; transition: color .2s ease, border-color .2s ease, background-size .3s ease, transform .2s cubic-bezier(.2,.8,.2,1), text-shadow .2s ease; }
.contact-line::after { content: '›'; position: absolute; right: 13px; top: 50%; color: #38b8e4; font-size: 1.35em; line-height: 1; opacity: 0; transform: translate(-8px,-52%); transition: opacity .2s ease, transform .25s ease; }
.contact-line:hover, .contact-line:focus-visible { border-left-color: #38b8e4; color: #fff; background-size: 100% 100%; text-shadow: 0 0 18px rgba(56,184,228,.3); transform: translateX(7px); }
.contact-line:hover::after, .contact-line:focus-visible::after { opacity: 1; transform: translate(0,-52%); }
.contact-line:active { border-left-color: var(--gold); background-size: 82% 100%; transform: translateX(4px) scale(.985); transition-duration: .08s; }
.book-plan-link { margin-top: 30px; padding: 10px 0 7px; color: white; font-size: 1.02rem; }
.book-plan-link:hover, .book-plan-link:focus-visible { color: #38b8e4; background-size: calc(100% - 24px) 2px; transform: translateX(6px); }
.book-plan-link:active { color: var(--gold); transform: translateX(3px) scale(.985); }
.inquiry-form { padding: 50px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { color: var(--navy); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
input, select, textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #cbd2d4; border-radius: 10px; background: linear-gradient(var(--teal),var(--teal)) left bottom/0 3px no-repeat, white; color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease, background-size .25s ease; }
textarea { min-height: 120px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(50,118,132,.18); border-color: var(--teal); background-size: 100% 3px; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.inquiry-form button:disabled { cursor: wait; opacity: .68; }
.form-note { margin: 14px 0 0; font-size: .83rem; color: #6e7a80; }
.form-status { min-height: 1.5em; margin-top: 15px; color: var(--ocean); font-weight: 700; }
.form-status.is-success { color: #17634a; }
.form-status.is-error { color: #9f2f2f; }
.form-status.is-error a { color: inherit; text-decoration: underline; }

.cta-band { padding: 80px 0; background: linear-gradient(rgba(4,19,31,.8), rgba(4,19,31,.88)), url('/assets/images/footer-background.webp') center/cover; color: white; }
.cta-band-inner { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.cta-band h2 { max-width: 760px; color: white; margin: 0; }
.site-footer { padding: 64px 0 28px; background: #04131f; color: rgba(255,255,255,.58); }
.footer-brand { display: inline-flex; padding: 12px 16px; border-radius: 14px; background: var(--white); }
.footer-brand .brand-logo { width: 164px; height: auto; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px; }
.site-footer h3 { color: white; font-size: 1.1rem; }
.footer-links { min-width: 0; display: grid; gap: 9px; }
.footer-links a, .footer-links span, .contact-line { overflow-wrap: anywhere; }
.footer-links a:hover { color: white; }
.footer-links a.active { margin-left: -13px; padding-left: 10px; border-left: 3px solid var(--gold); color: white; font-weight: 800; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px 32px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.agency-credit { position: relative; color: rgba(255,255,255,.68); transition: color .25s ease; }
.agency-credit strong { color: var(--white); font-weight: 800; }
.agency-credit::after { content: ''; position: absolute; right: 0; bottom: -5px; width: 34px; height: 2px; background: var(--gold); transition: width .3s ease, background-color .3s ease; }
.agency-credit:hover { color: var(--white); }
.agency-credit:hover::after { width: 100%; background: #38b8e4; }

@media (max-width: 980px) {
  .nav-links { display: none; position: absolute; top: 100%; right: 0; left: 0; padding: 22px 24px 28px; background: rgba(0,34,59,.98); box-shadow: 0 18px 30px rgba(0,18,31,.28); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 11px 12px; color: rgba(255,255,255,.78); }
  .nav-links a.active::before { top: 12px; bottom: 12px; left: 0; }
  .nav-links a:not(.nav-book)::after { display: none; }
  .nav-book { text-align: center; }
  .menu-toggle { display: block; }
  .split, .split.reverse, .inquiry-wrap { grid-template-columns: 1fr; }
  .legacy-home { grid-template-columns: 1fr; }
  .charlie-day { grid-template-columns: 1fr; }
  .legacy-home-copy { max-width: 720px; }
  .grid-4, .species-grid { grid-template-columns: repeat(2, 1fr); }
  .fishery-intro { grid-template-columns: 1fr; }
  .feature-strip { grid-template-columns: repeat(2, 1fr); }
  .feature:nth-child(2) { border-right: 0; }
  .feature:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .grid-3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; grid-auto-rows: 320px; }
  .gallery figure { grid-column: span 1; grid-row: span 1; }
  .gallery-lead { grid-column: span 2 !important; height: 440px; }
  .caye-gallery-intro { grid-template-columns: 1fr; gap: 18px; }
  .caye-gallery { grid-template-columns: repeat(2, 1fr); grid-template-rows: 330px 260px 260px; }
  .caye-gallery-main { grid-column: span 2; grid-row: span 1; }
  .caye-gallery-wide { grid-column: span 2; }
  .caye-proof { grid-template-columns: 1fr; }
  .caye-proof div { border-right: 0; border-bottom: 1px solid var(--line); }
  .caye-proof div:last-child { border-bottom: 0; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand-logo { width: 110px; height: 64px; }
  .section { padding: 72px 0; }
  .hero { min-height: 700px; }
  .hero::before { background: linear-gradient(180deg, rgba(4,19,31,.32), rgba(4,19,31,.94) 67%), url('/assets/images/edited-18.webp') 62% center/cover; }
  .hero-content { padding-bottom: 55px; }
  .hero-proof { gap: 12px 22px; }
  .page-hero { min-height: 500px; }
  .grid-2, .grid-3, .grid-4, .species-grid { grid-template-columns: 1fr; }
  .species-card { min-height: 260px; }
  .feature-strip { grid-template-columns: 1fr; }
  .feature { border-right: 0; border-bottom: 1px solid var(--line); }
  .rate-row { grid-template-columns: 1fr; gap: 6px; }
  .checklist { columns: 1; }
  .timeline-item { grid-template-columns: 80px 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .inquiry-aside, .inquiry-form { padding: 32px 24px; }
  .cta-band-inner { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
  .image-frame img { height: 420px; }
  .heritage-frame, .heritage-frame img { min-height: 460px; height: 460px; }
  .charlie-day-photo, .charlie-day-photo img { min-height: 340px; height: 340px; }
  .fly-fishing-hero::before { background-position: 50% 14%; }
  .legacy-home-photo, .legacy-home-photo img { min-height: 420px; height: 420px; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-rows: 310px; }
  .gallery figure, .gallery-lead { grid-column: span 1 !important; height: auto; }
  .caye-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(4, 300px); }
  .caye-gallery-main, .caye-gallery-wide { grid-column: span 1; }
  .caye-hero::before { background: linear-gradient(180deg, rgba(4,19,31,.25), rgba(4,19,31,.9) 70%), var(--hero-image) center/cover no-repeat; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .motion-ready .reveal-item { opacity: 1; transform: none; }
}
