:root{--mk-primary:#285475;--mk-primary-light:#3a7aad;--mk-primary-dark:#1d3f58;--mk-navy:#0a1628;--mk-navy-light:#0f2035;--mk-dark:#101d30;--mk-dark-light:#152238;--mk-silver:#b8c4d0;--mk-silver-light:#dce2e8;--mk-gray:#7a8a9a;--mk-gray-dark:#4a5568;--mk-white:#f8f9fa;--mk-pure-white:#fff;--mk-gold:#c9a96e;--mk-gold-light:#d4bc8e;--mk-font-serif:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;--mk-font-sans:var(--font-inter),"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--mk-container-max:1400px;--mk-container-padding:clamp(1.5rem,4vw,3rem);--mk-ease:cubic-bezier(.4,0,.2,1);--mk-ease-out:cubic-bezier(0,0,.2,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--mk-navy);color:var(--mk-silver);font-family:var(--mk-font-sans);font-weight:300;line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit}.mk-main{background:var(--mk-navy);min-height:100vh}.mk-container{max-width:var(--mk-container-max);padding:0 var(--mk-container-padding);margin:0 auto}.mk-section{padding:clamp(5rem,10vw,8rem) 0;position:relative}.mk-label{font-family:var(--mk-font-sans);letter-spacing:.3em;text-transform:uppercase;color:var(--mk-gold);margin-bottom:1.25rem;font-size:.65rem;font-weight:500;display:block}.mk-section-title{font-family:var(--mk-font-serif);letter-spacing:.05em;color:var(--mk-pure-white);margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:300;line-height:1.15}.mk-section-header{margin-bottom:clamp(3rem,6vw,5rem)}.mk-divider{justify-content:center;align-items:center;max-width:300px;margin:0 auto;padding:1.5rem 0;display:flex}.mk-divider:before,.mk-divider:after{content:"";flex:1;height:1px}.mk-divider:before{background:linear-gradient(90deg,#0000,#c9a96e66)}.mk-divider:after{background:linear-gradient(270deg,#0000,#c9a96e66)}.mk-divider-diamond{background:var(--mk-gold);flex-shrink:0;width:5px;height:5px;margin:0 1rem;transform:rotate(45deg)}.mk-text-link{font-family:var(--mk-font-sans);letter-spacing:.15em;text-transform:uppercase;color:var(--mk-gold);margin-top:2rem;font-size:.75rem;font-weight:400;transition:color .3s,letter-spacing .3s;display:inline-block}.mk-text-link:hover{color:var(--mk-gold-light);letter-spacing:.22em}.mk-button{font-family:var(--mk-font-sans);letter-spacing:.2em;text-transform:uppercase;color:var(--mk-navy);background:var(--mk-pure-white);cursor:pointer;transition:all .4s var(--mk-ease);border:none;padding:1.1rem 3rem;font-size:.7rem;font-weight:500;display:inline-block}.mk-button:hover{background:var(--mk-gold);transform:translateY(-2px);box-shadow:0 10px 30px #0000004d}.mk-intro{background:var(--mk-navy)}.mk-intro-grid{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(3rem,8vw,6rem);display:grid}.mk-intro-left .mk-section-title{margin-bottom:2rem}.mk-intro-accent{background:var(--mk-gold);width:60px;height:1px}.mk-intro-right{padding-top:.5rem}.mk-intro-right p{color:var(--mk-silver);margin-bottom:1.5rem;font-size:clamp(.95rem,1.2vw,1.05rem);line-height:1.9}.mk-intro-right p:last-of-type{margin-bottom:0}.mk-categories{background:var(--mk-dark)}.mk-categories-grid{background:#2854751f;grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.mk-category-card{background:var(--mk-dark);transition:background .5s var(--mk-ease);cursor:pointer;padding:clamp(2rem,4vw,3.5rem);position:relative;overflow:hidden}.mk-category-card:hover{background:var(--mk-dark-light)}.mk-category-number{font-family:var(--mk-font-serif);color:#78a0be73;transition:color .5s var(--mk-ease);margin-bottom:1rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:300;line-height:1;display:block}.mk-category-card:hover .mk-category-number{color:#78a0bea6}.mk-category-name{font-family:var(--mk-font-serif);color:var(--mk-silver-light);letter-spacing:.02em;margin-bottom:1rem;font-size:clamp(1.3rem,2vw,1.6rem);font-weight:400}.mk-category-line{background:var(--mk-gold);width:30px;height:1px;transition:width .5s var(--mk-ease)}.mk-category-card:hover .mk-category-line{width:60px}.mk-featured{background:var(--mk-navy)}.mk-vessel-cards{flex-direction:column;gap:clamp(3rem,6vw,5rem);display:flex}.mk-vessel-card{grid-template-columns:1.2fr 1fr;gap:0;min-height:450px;display:grid;overflow:hidden}.mk-vessel-card--reversed{grid-template-columns:1fr 1.2fr}.mk-vessel-card--reversed .mk-vessel-image{order:2}.mk-vessel-card--reversed .mk-vessel-info{order:1}.mk-vessel-image{position:relative;overflow:hidden}.mk-vessel-image img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--mk-ease)}.mk-vessel-card:hover .mk-vessel-image img{transform:scale(1.05)}.mk-vessel-info{background:var(--mk-dark);flex-direction:column;justify-content:center;padding:clamp(2.5rem,5vw,4rem);display:flex;position:relative}.mk-vessel-info:before{content:"";background:var(--mk-gold);width:3px;height:40px;position:absolute;top:3rem;left:0}.mk-vessel-card--reversed .mk-vessel-info:before{left:auto;right:0}.mk-vessel-status{font-family:var(--mk-font-sans);letter-spacing:.2em;text-transform:uppercase;color:var(--mk-gold);background:#c9a96e14;border:1px solid #c9a96e26;align-self:flex-start;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.6rem;font-weight:600;display:inline-block}.mk-vessel-title{font-family:var(--mk-font-serif);color:var(--mk-pure-white);letter-spacing:.03em;margin-bottom:.5rem;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:300;line-height:1.2}.mk-vessel-name{font-family:var(--mk-font-serif);color:var(--mk-gold);margin-bottom:1.5rem;font-size:1.1rem;font-style:italic;font-weight:400;display:block}.mk-vessel-specs{flex-direction:column;gap:.3rem;margin-bottom:2rem;display:flex}.mk-vessel-specs span{color:var(--mk-gray);font-size:.85rem}.mk-vessel-price{font-family:var(--mk-font-serif);color:var(--mk-pure-white);letter-spacing:.02em;margin-bottom:1.5rem;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:400}.mk-brands{background:var(--mk-dark);text-align:center}.mk-brands-row{flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.mk-brand-item{padding:1.5rem clamp(1.5rem,3vw,3rem)}.mk-brand-logo{filter:brightness(0)invert();opacity:.45;width:auto;height:clamp(28px,4vw,42px);transition:opacity .4s var(--mk-ease)}.mk-brand-logo:hover{opacity:.9}.mk-why{background:var(--mk-dark);text-align:center}.mk-why-grid{background:#2854751f;grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.mk-why-grid>*{height:100%}.mk-why-card{background:var(--mk-dark);text-align:left;transition:background .5s var(--mk-ease);cursor:default;height:100%;padding:clamp(2rem,3vw,2.5rem)}.mk-why-card:hover{background:var(--mk-dark-light)}.mk-why-number{font-family:var(--mk-font-serif);color:#78a0be59;transition:color .5s var(--mk-ease);margin-bottom:1rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;line-height:1;display:block}.mk-why-card:hover .mk-why-number{color:#78a0be8c}.mk-why-title{font-family:var(--mk-font-serif);color:var(--mk-silver-light);letter-spacing:.02em;margin:0 0 .75rem;font-size:clamp(1.1rem,1.5vw,1.3rem);font-weight:400}.mk-why-text{font-family:var(--mk-font-sans);color:var(--mk-gray);margin:0 0 1rem;font-size:.8rem;line-height:1.7}.mk-why-line{background:var(--mk-gold);width:25px;height:1px;transition:width .5s var(--mk-ease)}.mk-why-card:hover .mk-why-line{width:50px}@media (max-width:1024px){.mk-why-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.mk-why-grid{grid-template-columns:1fr}}.mk-cta{background:linear-gradient(135deg,var(--mk-primary-dark)0%,var(--mk-navy)50%,var(--mk-dark)100%);text-align:center;padding:clamp(6rem,12vw,10rem) 0}.mk-cta .mk-section-title{margin-bottom:1.5rem}.mk-cta-description{color:var(--mk-silver);max-width:500px;margin:0 auto 3rem;font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.8}.mk-cta-details{justify-content:center;gap:3rem;margin-bottom:3rem;display:flex}.mk-cta-details a{font-family:var(--mk-font-sans);letter-spacing:.1em;color:var(--mk-silver-light);font-size:.8rem;transition:color .3s}.mk-cta-details a:hover{color:var(--mk-gold)}.mk-footer{background:var(--mk-navy);border-top:1px solid #2854751f;padding:clamp(3rem,6vw,5rem) 0 2rem}.mk-footer-grid{grid-template-columns:1.5fr 1fr;gap:clamp(2rem,4vw,4rem);margin-bottom:clamp(3rem,6vw,4rem);display:grid}.mk-footer-logo-img{filter:brightness(0)invert();width:auto;height:36px;margin-bottom:1.5rem}.mk-footer-heading{font-family:var(--mk-font-sans);letter-spacing:.2em;text-transform:uppercase;color:var(--mk-silver-light);margin-bottom:1.25rem;font-size:.65rem;font-weight:500}.mk-footer-grid p{color:var(--mk-gray);font-size:.85rem;line-height:1.8}.mk-footer-grid a{color:var(--mk-gray);transition:color .3s}.mk-footer-grid a:hover{color:var(--mk-gold)}.mk-footer-social{color:var(--mk-gray);align-items:center;margin-top:1rem;transition:color .3s;display:inline-flex}.mk-footer-social:hover{color:var(--mk-gold)}.mk-footer-social svg{width:20px;height:20px}.mk-footer-bottom{text-align:center;border-top:1px solid #28547514;padding-top:2rem}.mk-footer-bottom p{color:var(--mk-gray-dark);letter-spacing:.05em;font-size:.75rem}@media (max-width:768px){.mk-intro-grid{grid-template-columns:1fr;gap:2.5rem}.mk-categories-grid{grid-template-columns:repeat(2,1fr)}.mk-vessel-card,.mk-vessel-card--reversed{grid-template-columns:1fr;min-height:auto}.mk-vessel-card--reversed .mk-vessel-image,.mk-vessel-card--reversed .mk-vessel-info{order:0}.mk-vessel-image{aspect-ratio:16/10}.mk-vessel-info:before,.mk-vessel-card--reversed .mk-vessel-info:before{width:40px;height:3px;top:0;left:2rem;right:auto}.mk-footer-grid{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:480px){.mk-categories-grid{grid-template-columns:1fr}.mk-cta-details{flex-direction:column;gap:1rem}}
