:root{--navy:#09264c;--ink:#10223a;--paper:#f6f4ef;--blue:#a9c1e4;--warm:#dc9d60;--serif:"Playfair Display",Georgia,serif;--sans:"DM Sans",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.5}.skip-link{position:fixed;top:-4rem;left:1rem;z-index:9;background:#fff;color:var(--navy);padding:.7rem 1rem}.skip-link:focus{top:1rem}.site-header{height:82px;padding:0 clamp(1.2rem,5vw,5.2rem);display:flex;align-items:center;justify-content:space-between;background:#fff;position:relative;z-index:3}.brand{display:flex;align-items:center;gap:.6rem;color:var(--navy);text-decoration:none;line-height:.9}.brand-mark{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-family:var(--serif);font-style:italic;font-size:1.1rem}.brand strong{display:block;letter-spacing:.18em;font-size:.93rem}.brand small{display:block;font-weight:700;letter-spacing:.39em;font-size:.47rem;margin-top:.35rem}.brand-light{color:#fff}.brand-light .brand-mark{background:#fff;color:var(--navy)}nav{display:flex;align-items:center;gap:clamp(1rem,2vw,2.25rem)}nav>a{color:var(--ink);text-decoration:none;font-size:.85rem;font-weight:600}nav>a:not(.email-pill):hover{color:#4474b3}.email-pill{background:var(--warm);color:#fff;padding:.75rem 1rem;border-radius:999px}.email-pill span{font-size:1.1rem;margin-left:.25rem}.menu-toggle{display:none;border:0;background:none;color:var(--navy);font:700 .8rem var(--sans);letter-spacing:.06em}.hero{height:calc(100svh - 82px);min-height:640px;position:relative;color:#fff;overflow:hidden}.hero-image,.hero-wash{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-wash{background:linear-gradient(90deg,rgba(4,22,45,.91) 0%,rgba(5,26,53,.68) 39%,rgba(5,26,53,.08) 72%)}.hero-content{position:relative;z-index:1;padding:clamp(4rem,10vh,7rem) clamp(1.2rem,10.5vw,12.5rem);max-width:970px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.69rem;font-weight:700;margin:0 0 1rem;color:#5476a4}.eyebrow.light{color:#fff}.hero h1,.intro h2,.section-heading h2,.spotlight h2,.contact h2{font-family:var(--serif);font-size:clamp(3rem,5.8vw,6.2rem);line-height:.98;font-weight:500;letter-spacing:-.045em;margin:0}.hero h1 em{color:var(--blue)}em{font-weight:500}.hero-copy{font-size:clamp(1rem,1.3vw,1.22rem);line-height:1.75;max-width:680px;margin:2rem 0 2.25rem}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap}.button{display:inline-flex;align-items:center;gap:1.5rem;text-decoration:none;border:0;padding:1rem 1.25rem;font:700 .86rem var(--sans);cursor:pointer;transition:transform .25s,background .25s}.button:hover{transform:translateY(-3px)}.button-light{background:#fff;color:var(--navy)}.button-outline{border:1px solid rgba(255,255,255,.8);color:#fff}.button-warm{background:var(--warm);color:#fff}.button-navy{background:var(--navy);color:#fff;width:max-content}.feature-strip{position:absolute;z-index:1;bottom:0;left:0;right:0;display:grid;grid-template-columns:repeat(4,1fr);background:#0d3671}.feature-strip div{display:flex;gap:1.1rem;align-items:center;justify-content:center;min-height:64px;border-right:1px solid rgba(255,255,255,.2);font-size:.83rem}.feature-strip b{font-size:.69rem;color:#9fbceb}.section{padding:clamp(4.5rem,9vw,9rem) clamp(1.2rem,10.5vw,12.5rem)}.intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:12vw;background:#fff}.intro-kicker p:last-child{font-family:var(--serif);font-size:clamp(1.7rem,2.5vw,2.7rem);line-height:1.15;max-width:300px;margin:0}.intro-copy{max-width:700px}.intro h2{font-size:clamp(2.6rem,4.2vw,4.8rem)}.intro-copy>p{font-size:1.05rem;line-height:1.8;max-width:610px;margin:1.8rem 0}.text-link,.product-card a{color:var(--navy);font-weight:700;text-decoration:none}.text-link span,.product-card a span{margin-left:.45rem}.products{background:var(--paper)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:3rem}.section-heading h2{font-size:clamp(2.8rem,4.5vw,5rem)}.section-heading>p{max-width:310px;margin:0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.product-card{background:#fff;min-height:390px;position:relative;overflow:hidden;display:flex;align-items:end}.product-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover img{transform:scale(1.07)}.product-card:after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.72))}.product-card>div{z-index:1;color:#fff;padding:1.5rem}.product-card p{margin:0 0 .3rem;text-transform:uppercase;font-size:.65rem;letter-spacing:.15em}.product-card h3{font:500 2rem var(--serif);margin:0 0 .8rem}.product-card a{color:#fff;font-size:.8rem}.spotlight{display:grid;grid-template-columns:1fr 1fr;background:var(--navy);color:#fff}.spotlight-image{min-height:620px;position:relative;overflow:hidden}.spotlight-image img{width:100%;height:100%;position:absolute;object-fit:cover}.image-label{position:absolute;bottom:2rem;left:2rem;background:#fff;color:var(--navy);padding:.7rem 1rem;font-size:.73rem;font-weight:700}.spotlight-content{align-self:center;padding:clamp(3rem,7vw,7rem);max-width:750px}.spotlight h2{font-size:clamp(2.7rem,4.4vw,4.8rem)}.spotlight-content>p:not(.eyebrow){font-size:1.02rem;line-height:1.75;max-width:490px;margin:1.8rem 0}.mini-list{display:grid;grid-template-columns:1fr 1fr;margin:2rem 0;gap:.7rem;font-weight:600;font-size:.83rem}.mini-list span:before{content:"✦";color:var(--warm);padding-right:.6rem}.quote{display:flex;align-items:center;justify-content:center;gap:5vw;background:#e9e4da}.quote-portrait{width:210px;height:270px;position:relative;flex:none}.quote-portrait img{width:100%;height:100%;object-fit:cover;border-radius:50% 50% 44% 44% / 60% 60% 40% 40%;filter:saturate(.85)}.quote-portrait span{position:absolute;right:-1.8rem;bottom:1rem;background:var(--navy);border-radius:50%;width:98px;height:98px;display:grid;place-items:center;text-align:center;color:#fff;font:italic .9rem/1.15 var(--serif);transform:rotate(-10deg)}blockquote{margin:0;max-width:650px}blockquote p{font:500 clamp(2rem,3.3vw,3.7rem)/1.13 var(--serif);letter-spacing:-.03em;margin:0}blockquote footer{margin-top:1.5rem;color:#516276;font-size:.85rem}.contact{background:#fff;display:grid;grid-template-columns:1fr 1fr;gap:8vw}.contact h2{font-size:clamp(3rem,4.6vw,5rem)}.contact-title>p:not(.eyebrow){max-width:360px;line-height:1.7}.enquiry-form{display:grid;gap:1rem}.enquiry-form label{font-size:.77rem;font-weight:700;color:#43556d}.enquiry-form input,.enquiry-form select,.enquiry-form textarea{width:100%;border:0;border-bottom:1px solid #c9ced5;padding:.65rem 0;font:400 1rem var(--sans);color:var(--ink);background:transparent;outline-color:var(--warm);border-radius:0}.enquiry-form textarea{resize:vertical}.site-footer{background:#071b35;color:#fff;padding:clamp(3rem,5vw,5rem) clamp(1.2rem,10.5vw,12.5rem) 1.4rem}.footer-top{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:3rem;align-items:start;padding-bottom:4rem}.footer-top>p{max-width:310px;font:500 1.45rem/1.35 var(--serif);margin:0}.footer-email{color:#fff;text-decoration:none;border-bottom:1px solid #748399;padding-bottom:.6rem;font-weight:600;white-space:nowrap}.footer-email span{float:right}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1.2rem;display:flex;justify-content:space-between;color:#bdc5d0;font-size:.72rem}.footer-bottom a{color:#fff;text-decoration:none}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}@media(max-width:850px){.site-header{height:70px}.menu-toggle{display:flex;align-items:center;gap:.6rem}.menu-toggle span,.menu-toggle:after{content:"";display:block;width:18px;height:1px;background:var(--navy)}nav{position:absolute;top:70px;right:0;left:0;background:#fff;padding:1.2rem 1.5rem 1.5rem;display:none;flex-direction:column;align-items:stretch;gap:1.1rem;box-shadow:0 12px 18px #0014}nav.open{display:flex}.email-pill{text-align:center}.hero{height:auto;min-height:690px}.hero-content{padding-top:5.5rem}.feature-strip{grid-template-columns:1fr 1fr}.feature-strip div{min-height:50px;justify-content:flex-start;padding-left:1.2rem;font-size:.71rem}.intro,.contact{grid-template-columns:1fr;gap:3rem}.product-grid{grid-template-columns:1fr 1fr}.product-card{min-height:320px}.spotlight{grid-template-columns:1fr}.spotlight-image{min-height:420px}.quote{flex-direction:column;align-items:flex-start}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-email{white-space:normal}.footer-bottom{gap:1rem;flex-wrap:wrap}}@media(max-width:480px){.brand-mark{width:37px;height:37px}.hero{min-height:690px}.hero h1{font-size:3.1rem}.hero-copy{font-size:.94rem}.feature-strip div{padding-left:.7rem;gap:.5rem}.feature-strip b{display:none}.section-heading{display:block}.section-heading>p{margin-top:1rem}.product-grid{grid-template-columns:1fr}.product-card{min-height:330px}.mini-list{grid-template-columns:1fr}.quote-portrait{margin-left:.4rem}.footer-bottom{display:grid}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.product-card img,.button{transition:none}}
