@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&display=swap');
:root{--navy:#0a2944;--teal:#087f91;--ink:#182c39;--muted:#65727a;--line:#e2e6e8;--pale:#f5f7f6;font-family:"DM Sans",Arial,sans-serif;color:var(--ink);font-size:16px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:white}a{color:inherit;text-decoration:none}button,a{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}button:focus-visible,a:focus-visible{outline:3px solid #e7aa35;outline-offset:3px}[hidden]{display:none!important}
.announce{height:31px;display:flex;align-items:center;justify-content:center;gap:12px;background:var(--navy);color:white;font-size:.65rem;letter-spacing:.16em;font-weight:700}.announce span{color:#f5bd50}.site-header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,4vw,64px);background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:10}.brand img{width:170px;max-height:74px;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:clamp(18px,2.4vw,40px)}.desktop-nav a,.bag-button,.text-button{font-size:.78rem;font-weight:700;letter-spacing:.04em}.desktop-nav a:hover{color:var(--teal)}.header-actions{display:flex;gap:14px;align-items:center}.bag-button,.text-button{border:0;background:transparent;color:var(--ink)}.bag-button span{display:inline-grid;place-items:center;width:25px;height:25px;background:var(--navy);color:white;border-radius:50%;font-size:.7rem;margin-left:5px}.menu-toggle{display:none}.mobile-nav{position:absolute;z-index:10;top:119px;left:0;right:0;background:white;padding:22px;box-shadow:0 12px 25px #0a294422}.mobile-nav a{display:block;padding:14px;border-bottom:1px solid var(--line);font-size:.9rem;font-weight:600}
.hero{position:relative;height:clamp(540px,49vw,700px);background:#085c6b;color:white;overflow:hidden}.hero-photo{position:absolute;inset:0;background-image:url('/assets/hero-bahamas.png');background-size:cover;background-position:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#052d40dc 0%,#063b4cb9 31%,#08435440 61%,transparent 100%)}.hero-content{position:absolute;left:clamp(30px,6.5vw,110px);top:50%;transform:translateY(-46%);max-width:660px}.hero-kicker{font-size:.73rem;letter-spacing:.2em;font-weight:700;color:#d2f0ee}.hero h1{font-size:clamp(3.7rem,6vw,7rem);font-weight:800;line-height:.98;letter-spacing:-.055em;margin:24px 0 19px}.hero-content p{font-size:1.08rem;line-height:1.55;max-width:410px;margin:0 0 29px}.primary-cta{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:0 28px;background:#fff;color:var(--navy);font-size:.79rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;transition:background .2s}.primary-cta:hover{background:#d9f5f2}.hero-count{position:absolute;right:clamp(30px,4vw,60px);bottom:30px;font-size:.66rem;letter-spacing:.18em;font-weight:700}
.section-wrap{max-width:1520px;margin:0 auto;padding-left:clamp(22px,4vw,64px);padding-right:clamp(22px,4vw,64px)}.shop-categories{padding-top:66px;padding-bottom:80px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-heading h2{font-size:clamp(1.55rem,2.3vw,2.2rem);line-height:1.1;letter-spacing:-.03em;margin:0;font-weight:700}.section-heading>a{font-size:.8rem;font-weight:700;border-bottom:1px solid var(--ink);padding-bottom:5px}.section-heading>a span{margin-left:8px}.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.category{display:block;background:var(--pale);overflow:hidden}.category img{width:100%;height:clamp(220px,26vw,380px);object-fit:contain;mix-blend-mode:multiply;transition:transform .3s}.category:hover img{transform:scale(1.04)}.category span{display:flex;align-items:center;justify-content:space-between;background:#f4f6f5;padding:17px 20px;font-size:1rem;font-weight:700}.category b{font-size:1.2rem;font-weight:400}
.catalog{padding-top:32px;padding-bottom:100px}.eyebrow{display:block;font-size:.7rem;color:var(--teal);font-weight:700;letter-spacing:.15em;margin-bottom:10px}.catalog-heading{border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:0}.catalog-heading>p{font-size:.83rem;color:var(--muted);margin:0;max-width:300px;text-align:right;line-height:1.5}.filters{display:flex;gap:27px;margin:23px 0 30px}.filter{background:none;border:0;border-bottom:2px solid transparent;padding:4px 0 8px;font-size:.8rem;color:var(--muted);font-weight:700}.filter.active,.filter:hover{border-color:var(--teal);color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:44px 16px}.product-card{min-width:0}.product-image{display:block;width:100%;aspect-ratio:1/1.13;border:0;padding:0;background:#f6f7f6;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .3s}.product-image:hover img{transform:scale(1.04)}.product-image .crop-half{max-width:none;width:200%;height:100%;object-fit:fill;mix-blend-mode:multiply}.product-image .crop-half.left{transform:translateX(0)}.product-image .crop-half.right{transform:translateX(-50%)}.product-image:hover .crop-half.left{transform:translateX(0) scale(1.03)}.product-image:hover .crop-half.right{transform:translateX(-50%) scale(1.03)}.product-image .crop-quarter{max-width:none;width:200%;height:200%;object-fit:fill}.product-image .crop-quarter.right{transform:translateX(-50%)}.product-meta{padding-top:13px;display:flex;justify-content:space-between;gap:8px}.product-meta p{margin:0 0 6px;font-size:.68rem;color:var(--muted)}.product-meta h3{font-size:.91rem;font-weight:700;line-height:1.35;margin:0}.product-meta span{white-space:nowrap;color:var(--muted);font-size:.74rem}.product-card .view{border:0;background:none;padding:8px 0 0;color:var(--teal);font-size:.75rem;font-weight:700}.catalog-footnote{margin:50px 0 0;color:var(--muted);font-size:.78rem}
.collection-band{background:#f5f7f6;padding:73px 0 85px}.collection-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.collection-panel{display:block;position:relative;height:clamp(350px,34vw,510px);overflow:hidden;background:#0d5863;color:white}.collection-panel img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.collection-panel:hover img{transform:scale(1.04)}.collection-panel:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#062b40be,transparent 60%)}.collection-panel.florida{background:#d9ebee}.collection-panel.florida img{object-fit:contain}.collection-panel.florida:after{background:linear-gradient(0deg,#082d49d9,transparent 58%)}.collection-panel>div{position:absolute;z-index:1;left:32px;bottom:30px}.collection-panel span{font-size:.7rem;font-weight:700;letter-spacing:.13em}.collection-panel h3{font-size:clamp(2.2rem,4vw,4rem);letter-spacing:-.04em;line-height:1;margin:10px 0 17px}.collection-panel b{font-size:.8rem;font-weight:700}.brand-strip{display:flex;align-items:center;justify-content:center;gap:clamp(15px,4vw,65px);min-height:215px;padding:35px 22px;background:#fff;color:var(--navy);font-weight:800;letter-spacing:.06em;font-size:clamp(1.1rem,2.2vw,2rem)}.brand-strip img{width:170px;max-height:150px;object-fit:contain}
footer{background:#0a2944;color:white;padding:70px clamp(22px,5vw,75px) 25px}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px;max-width:1320px;margin:auto;padding-bottom:70px}.footer-main>img{width:230px;filter:brightness(0) invert(1)}.footer-main>div{display:grid;align-content:start;gap:14px;font-size:.83rem;color:#ccdce4}.footer-main strong{color:white;font-size:.9rem;margin-bottom:4px}.footer-main a:hover{color:#8bd6da}.footer-bottom{border-top:1px solid #4b6779;max-width:1320px;margin:auto;padding-top:20px;display:flex;justify-content:space-between;color:#b4cbd5;font-size:.75rem}
dialog{border:0;padding:0;color:var(--ink);box-shadow:0 20px 80px #061e3555}dialog::backdrop{background:#051e2bc9}.product-dialog{width:min(1050px,94vw);max-height:90vh;overflow:auto}.dialog-close{border:0;background:none;color:inherit;font-size:2rem;line-height:1;width:48px;height:48px}.product-dialog>.dialog-close{position:absolute;right:16px;top:16px;background:white;border-radius:50%;z-index:2}.detail-layout{display:grid;grid-template-columns:1fr 1fr;min-height:500px}.detail-layout>img{width:100%;height:100%;max-height:630px;object-fit:contain;background:#f5f7f6}.detail-copy{padding:65px 50px 45px;display:flex;flex-direction:column;justify-content:center}.detail-copy h2{font-size:clamp(2rem,3.4vw,3.5rem);letter-spacing:-.04em;line-height:1.05;margin:0 0 20px}.detail-copy p{line-height:1.65;color:#526b7b}.detail-copy .eyebrow,.detail-copy .status{font-size:.75rem;color:var(--teal);font-weight:700;text-transform:uppercase;letter-spacing:.1em}.detail-copy select{padding:13px;border:1px solid #b6c9d0;background:white;font-size:1rem;max-width:300px;margin:10px 0 20px}.detail-copy label{font-weight:700;font-size:.8rem}.shop-button{border:0;background:var(--navy);color:white;padding:16px 25px;align-self:flex-start;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.shop-button:disabled{opacity:.55;cursor:not-allowed}.detail-copy .error{color:#9f452b}.bag-dialog{position:fixed;margin:0 0 0 auto;inset:0 0 0 auto;width:min(440px,100vw);max-height:100vh;height:100vh;padding:28px}.bag-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.bag-head h2{font-size:2rem;margin:0 0 18px}.bag-head .dialog-close{margin-bottom:18px}.bag-empty{line-height:1.6;color:#526b7b;padding-top:30px}.bag-line{display:flex;gap:15px;padding:22px 0;border-bottom:1px solid var(--line)}.bag-line img{width:75px;height:85px;object-fit:contain;background:#eaf2f2}.bag-line strong{display:block}.bag-line small{display:block;color:#607484;margin-top:8px}.bag-checkout{display:block;text-align:center;background:var(--navy);color:white;padding:16px;margin-top:30px;font-size:.86rem;font-weight:700;text-transform:uppercase}
@media(max-width:1100px){.desktop-nav{gap:15px}.desktop-nav a{font-size:.7rem}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-photo{background-position:60% center}}
@media(max-width:800px){.site-header{height:75px}.brand img{width:140px}.desktop-nav{display:none}.menu-toggle{display:block}.mobile-nav{top:106px}.hero{height:600px}.hero-shade{background:linear-gradient(90deg,#052d40df,#063b4c70 75%)}.hero h1{font-size:clamp(3.5rem,8vw,5.8rem)}.category img{height:230px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-strip img{width:100px}.brand-strip{min-height:150px}}
@media(max-width:550px){.announce{font-size:.53rem;letter-spacing:.09em}.hero{height:585px}.hero-photo{background-position:65% center}.hero-shade{background:linear-gradient(90deg,#052d40ec 0%,#052d40aa 65%,#052d4055)}.hero-content{left:23px;right:22px}.hero-kicker{font-size:.64rem}.hero h1{font-size:clamp(3.3rem,14vw,4.7rem)}.hero-content p{font-size:.96rem;max-width:300px}.hero-count{left:23px;right:auto;font-size:.57rem}.shop-categories{padding-top:44px;padding-bottom:55px}.section-heading h2{font-size:1.55rem}.section-heading>a{font-size:.68rem}.category-grid{gap:8px}.category img{height:125px}.category span{padding:10px 8px;font-size:.69rem;line-height:1.25;min-height:50px}.category b{font-size:.85rem}.catalog{padding-bottom:70px}.catalog-heading{display:block}.catalog-heading>p{text-align:left;margin-top:12px}.filters{gap:23px}.product-grid{gap:34px 10px}.product-meta{display:block}.product-meta h3{font-size:.84rem}.product-meta span{display:block;margin-top:6px}.collection-band{padding:55px 0}.collection-grid{grid-template-columns:1fr}.collection-panel{height:355px}.brand-strip{gap:9px;min-height:120px}.brand-strip img{width:75px}.brand-strip span{font-size:.75rem}.footer-main{grid-template-columns:1fr 1fr}.footer-main>img{grid-column:1/-1;width:185px}.footer-bottom{gap:15px;line-height:1.5}.detail-layout{grid-template-columns:1fr}.detail-layout>img{height:300px}.detail-copy{padding:25px 28px 38px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.product-image img,.category img,.collection-panel img{transition:none}}
.product-image .crop-half.crop-right{transform:translateX(-50%)}
.product-image:hover .crop-half.crop-right{transform:translateX(-50%) scale(1.03)}
.product-image .crop-quarter.crop-right{transform:translateX(-50%)}
.product-image .crop-quarter.crop-bottom-right{transform:translate(-50%,-50%)}
.detail-image{height:100%;max-height:630px;overflow:hidden;background:#f5f7f6}
.detail-image img{width:100%;height:100%;object-fit:contain}
.detail-image img.crop-half{max-width:none;width:200%;height:100%;object-fit:fill}
.detail-image img.crop-half.crop-right{transform:translateX(-50%)}
.detail-image img.crop-quarter{max-width:none;width:200%;height:200%;object-fit:fill}
.detail-image img.crop-quarter.crop-right{transform:translateX(-50%)}
.detail-image img.crop-quarter.crop-bottom-right{transform:translate(-50%,-50%)}
@media(max-width:550px){.detail-image{height:300px}}
/* Catalog presentation: each tile has one design, shown at its source proportions. */
:root{--cream:#f7f3e9}
.product-image,.detail-image{background:var(--cream);position:relative;overflow:hidden}
.product-image{aspect-ratio:1/1.06}
.product-image .art,.detail-image .art{display:block;width:100%;height:100%;background-color:var(--cream);background-image:var(--product-art);background-repeat:no-repeat;background-blend-mode:multiply}
.art.sheet{background-size:300% 200%;background-position:var(--pos-x) var(--pos-y)}
.art.sheet.tee-sheet{background-size:330% 220%;background-position:var(--pos-x) calc(var(--pos-y) * .92)}
.art.pair{background-size:200% auto;background-position:0 center}
.art.pair-1{background-position:100% center}
.art.pair[style*="bahamas-fishing"],.art.pair[style*="madeira-fishing"]{background-blend-mode:screen}
.art.jacket-art{background-size:200% auto;background-position:0 center}
.art.jacket-1{background-position:100% center}
.art.region-tee{position:relative;background-size:200% auto;background-position:100% var(--row-y)}
.art.region-tee .front-inset{position:absolute;bottom:5%;right:5%;width:32%;height:32%;border:5px solid var(--cream);border-radius:2px;box-shadow:0 5px 16px #0a294425;background-color:var(--cream);background-image:var(--product-art);background-repeat:no-repeat;background-size:200% auto;background-position:0 var(--row-y)}
.product-image .art{transition:transform .3s}
.product-image:hover .art{transform:scale(1.025)}
.detail-image{min-height:480px;max-height:none;aspect-ratio:1/1.06}
.detail-image .art{height:100%}
.collection-panel.florida img{object-fit:cover;object-position:center}
.collection-band{background:#f7f3e9}
.category{background:var(--cream)}
.category img{mix-blend-mode:multiply;object-fit:cover;object-position:center top}
.category span{background:var(--cream)}
.filters{flex-wrap:wrap;row-gap:8px}
.footer-bottom{align-items:center}.footer-bottom a{text-decoration:underline;text-underline-offset:2px}
@media(max-width:550px){.detail-image{height:auto;min-height:0}.filters{gap:13px}.filter{font-size:.72rem}}
.product-image,.detail-image{aspect-ratio:1/1}
.art.region-tee{background-image:none!important}
.art.region-tee:before{content:"";position:absolute;left:0;right:0;top:16.666%;height:66.666%;background-image:var(--product-art);background-repeat:no-repeat;background-size:200% 200%;background-position:100% var(--row-y);background-color:var(--cream);background-blend-mode:multiply}
.art.region-tee .front-inset{width:33%;height:22%;background-size:200% 200%;bottom:6%;right:4%}
.art.pair[style*="fishing-cream"]{background-blend-mode:multiply}
/* Individual product photography fills a consistent square studio tile. */
.product-image,.detail-image{aspect-ratio:1;background:#f7f3e9}
.product-image img,.detail-image img{display:block;width:100%;height:100%;max-width:100%;object-fit:contain;object-position:center;mix-blend-mode:normal}
.product-image:hover img{transform:scale(1.025)}
.category img{object-fit:contain;mix-blend-mode:normal;background:#f7f3e9}
@media(max-width:550px){.detail-image{height:auto;min-height:0}}
.collection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.collection-panel.tampa img{object-fit:cover;object-position:center}
@media(max-width:800px){.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-panel.tampa{grid-column:1/-1}}
@media(max-width:550px){.collection-grid{grid-template-columns:1fr}.collection-panel.tampa{grid-column:auto}}
@media(max-width:1000px){.desktop-nav{display:none}.menu-toggle{display:block}.mobile-nav{top:119px}}
@media(max-width:800px){.mobile-nav{top:106px}}
