@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600;700&family=Libre+Caslon+Display&display=swap');
:root{--navy:#0c1a23;--ink:#15252f;--gold:#c9b18c;--paper:#f5f6f4;--muted:#637079}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:2px solid var(--gold);outline-offset:6px}.skip{position:absolute;top:-100px;left:20px;background:white;padding:12px;z-index:10}.skip:focus{top:10px}header{height:106px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:var(--navy);color:#fff;border-bottom:1px solid #ffffff20}.brand{display:flex;align-items:center;gap:18px}.brand img{object-fit:contain;border-radius:50%;background:#fff;padding:4px}.brand span{font-size:21px;letter-spacing:.16em;font-weight:500}.brand b{font-weight:400}nav{display:flex;align-items:center;gap:36px;font-size:14px}.nav-contact{border:1px solid #ffffff50;padding:11px 19px}.nav-contact span{margin-left:20px}.hero{position:relative;min-height:660px;color:#fff;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.hero-image,.hero-shade{position:absolute;width:100%;height:100%;inset:0;object-fit:cover}.hero-image{object-position:center 58%}.hero-shade{background:linear-gradient(90deg,rgba(5,18,29,.88),rgba(5,18,29,.35) 65%,rgba(5,18,29,.13)),linear-gradient(0deg,rgba(5,18,29,.6),transparent 40%)}.hero-content{position:relative;padding:72px 7% 102px}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.16em;margin:0 0 24px}.hero .eyebrow{color:#d0c6b6}h1,h2,h3,p{margin-top:0}h1{font-weight:400;font-size:clamp(46px,5.1vw,78px);letter-spacing:-.045em;line-height:1.12;margin-bottom:26px}h1 em,h2 em{font-family:'Libre Caslon Display',Georgia,serif;font-weight:400;color:var(--gold)}.hero-copy{font-size:18px;line-height:1.65;color:#e2e5e8;margin-bottom:32px}.button{display:inline-flex;gap:38px;justify-content:space-between;align-items:center;padding:16px 23px;background:var(--gold);color:var(--navy);font:500 14px 'DM Sans',Arial,sans-serif;border:0;cursor:pointer;min-height:54px;transition:background .2s}.button:hover{background:#dcc5a4}.button span{font-size:22px}.hero-bottom{position:absolute;bottom:0;left:7%;right:7%;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ffffff38;padding:20px 0;font-size:12px;letter-spacing:.12em}.hero-bottom a{font-size:14px;letter-spacing:0}.hero-bottom a span{margin-left:18px}.section{padding:95px 7%;scroll-margin-top:20px}h2{font-size:clamp(36px,3.2vw,49px);font-weight:400;line-height:1.18;letter-spacing:-.035em;margin-bottom:28px}.about{display:grid;grid-template-columns:1fr 1fr;gap:8%;background:#fff}.about .eyebrow,.products .eyebrow{color:#727a7c}.about-copy{padding-top:37px}.about-copy p:first-child{font-size:23px;line-height:1.5}.about-copy p{color:var(--muted);max-width:550px}.text-link{display:inline-block;margin-top:10px;border-bottom:1px solid #8e989e;padding-bottom:8px;font-size:14px}.text-link span{margin-left:30px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px}.section-heading>p{color:var(--muted);font-size:16px;margin-bottom:33px}.product-list{display:grid;grid-template-columns:repeat(3,1fr);margin:30px 0 58px;border-top:1px solid #c9cfd0}.product-list article{padding:32px 30px 10px 0}.product-list article+article{padding-left:35px;border-left:1px solid #c9cfd0}.number{font-size:12px;color:#838d90}.product-list h3{font-size:29px;font-weight:400;letter-spacing:-.03em;margin:25px 0 13px}.product-list p{font-size:16px;color:var(--muted)}.vessel{position:relative;margin:0;height:370px;overflow:hidden}.vessel img{width:100%;height:100%;object-fit:cover;object-position:center 75%;filter:saturate(.65)}.vessel figcaption{position:absolute;bottom:20px;left:25px;background:#0c1a23cf;color:#fff;padding:8px 12px;font-size:12px;letter-spacing:.14em}.contact{display:grid;grid-template-columns:1fr 1fr;gap:10%;background:var(--navy);color:#fff}.contact h2{font-size:clamp(50px,4.8vw,70px)}.contact .eyebrow{color:var(--gold)}.contact-info>p:not(.eyebrow){color:#b6c1c7}.email{display:inline-flex;align-items:center;gap:25px;border-bottom:1px solid #73808a;padding-bottom:9px;font-size:20px}.address{margin-top:55px}.address .eyebrow{margin-bottom:13px}address{font-style:normal;color:#b6c1c7}form{padding-top:5px}label{display:block;font-size:14px;margin-bottom:20px}label>span{color:var(--gold)}input,select,textarea{display:block;width:100%;margin-top:8px;border:1px solid #4b5860;border-radius:0;background:#14242e;color:#fff;font:400 16px 'DM Sans',Arial,sans-serif;padding:13px 14px;min-height:50px}textarea{resize:vertical;line-height:1.55}input::placeholder,textarea::placeholder{color:#94a3ad}input:focus,select:focus,textarea:focus{outline:2px solid var(--gold);outline-offset:2px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-note{color:#a7b3bb;font-size:12px;line-height:1.6;margin:0 0 23px}.honey{display:none}form .button{width:100%}footer{padding:29px 7%;display:flex;align-items:center;justify-content:space-between;gap:24px;background:#09151d;border-top:1px solid #ffffff18;color:#aab5bc;font-size:12px}.footer-brand{letter-spacing:.16em;color:#fff;font-size:14px}footer>a:last-child{font-size:14px}@media(min-width:1600px){.section,.hero-content{padding-left:max(7%,calc((100vw - 1400px)/2));padding-right:max(7%,calc((100vw - 1400px)/2))}}@media(max-width:760px){header{height:88px;padding:0 6%}.brand{gap:10px}.brand img{width:62px;height:62px}.brand span{font-size:14px;letter-spacing:.1em}.brand b{display:block}nav{gap:0}nav>a:not(.nav-contact){display:none}.nav-contact{font-size:12px;padding:9px 12px}.nav-contact span{margin-left:10px}.hero{min-height:610px}.hero-content{padding:64px 7% 115px}h1{font-size:clamp(40px,8.5vw,60px)}.hero-copy{font-size:17px}.hero-bottom{align-items:flex-start;gap:25px}.hero-bottom>span{font-size:10px;max-width:150px}.hero-bottom a{white-space:nowrap;font-size:12px}.section{padding:65px 7%}.about,.contact{grid-template-columns:1fr;gap:28px}.about-copy{padding:0}.about-copy p:first-child{font-size:21px}.section-heading{display:block}.section-heading>p{margin-bottom:20px}.product-list{grid-template-columns:1fr;margin-top:30px;margin-bottom:35px}.product-list article,.product-list article+article{padding:25px 0;border:0;border-bottom:1px solid #c9cfd0}.product-list h3{margin:6px 0 10px}.product-list p{margin-bottom:0}.vessel{height:290px}.contact{gap:45px}.contact h2{font-size:55px}.address{margin-top:34px}.email{font-size:18px;gap:16px}.form-row{grid-template-columns:1fr;gap:0}footer{flex-wrap:wrap;padding:25px 7%}footer>span{order:3;flex-basis:100%}.desktop{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
