:root{--navy:#073b4c;--deep:#062f3c;--teal:#0b6672;--aqua:#d9f0ee;--gold:#f4b860;--cream:#f7f4ed;--ink:#17323a;--muted:#60747a;--white:#fff;--line:#dbe4e3;--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2{font-family:"Playfair Display",serif;line-height:1.08}h1{font-size:clamp(3.1rem,7vw,6.7rem);letter-spacing:-.055em;margin-bottom:1.5rem}h1 em{color:var(--teal);font-weight:600}h2{font-size:clamp(2.3rem,4.5vw,4.4rem);letter-spacing:-.035em;margin-bottom:1rem}.site-header{max-width:1400px;margin:auto;height:92px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:43px;height:43px;border-radius:14px;background:var(--navy);color:var(--gold);display:grid;place-items:center;font-family:"Playfair Display";font-weight:700}.brand strong,.brand small{display:block;line-height:1.2}.brand small{color:var(--muted);font-size:.78rem}.site-header nav{display:flex;align-items:center;gap:2rem;font-weight:600}.site-header nav a:hover{color:var(--teal)}.nav-cta{border:1px solid var(--navy);padding:.65rem 1.15rem;border-radius:99px}.menu-button{display:none}.hero{max-width:1400px;margin:auto;min-height:690px;padding:7vh 4vw 8vh;display:grid;grid-template-columns:1.35fr .65fr;gap:7vw;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.77rem;font-weight:700;color:var(--teal);margin-bottom:1.1rem}.lead{font-size:clamp(1.12rem,1.7vw,1.4rem);max-width:700px;color:#405b63}.hero-actions{display:flex;gap:12px;margin:2rem 0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.8rem 1.5rem;border-radius:99px;font-weight:700;transition:.2s transform,.2s background}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--navy);color:white}.button-primary:hover{background:var(--teal)}.button-ghost{border:1px solid var(--line);background:white}.trust-list{padding:0;margin:2.2rem 0 0;display:flex;flex-wrap:wrap;gap:1.4rem;list-style:none;color:var(--muted);font-size:.9rem}.trust-list li:before{content:"✓";color:var(--teal);font-weight:700;margin-right:7px}.hero-card{position:relative;overflow:hidden;background:var(--navy);color:white;border-radius:40px;padding:clamp(2rem,4vw,4rem);min-height:465px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 30px 70px rgba(7,59,76,.22)}.hero-card:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;border:70px solid rgba(255,255,255,.035);top:-100px;right:-90px}.hero-card>p:first-of-type{text-transform:uppercase;letter-spacing:.18em;color:#9ed8d3;font-size:.75rem;font-weight:700}.hero-card h2{font-size:clamp(2.5rem,4vw,4rem);color:var(--gold)}.card-text{color:#d4e5e6;font-size:1.1rem}.pulse-line{position:absolute;top:35px;left:35px;right:35px;height:50px;border-bottom:2px solid rgba(255,255,255,.18)}.pulse-line:after{content:"♡";position:absolute;right:0;bottom:-17px;color:var(--gold);font-size:2rem;background:var(--navy);padding-left:8px}.availability{font-size:.83rem;margin-top:1.5rem;color:#bcd1d4}.availability span{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--gold);margin-right:8px}.quick-strip{background:white;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);padding:0 4vw}.quick-strip div{display:flex;gap:1rem;align-items:center;padding:1.7rem;border-right:1px solid var(--line)}.quick-strip div:last-child{border:0}.quick-strip strong{font-family:"Playfair Display";color:var(--gold);font-size:1.4rem}.section{max-width:1400px;margin:auto;padding:110px 4vw}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:3rem;margin-bottom:3rem}.section-heading>div{max-width:760px}.section-heading>p{max-width:390px;color:var(--muted)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:2rem;min-height:360px}.service-card h3{font-size:1.45rem;margin:1.2rem 0 .7rem}.service-card p{color:var(--muted)}.service-card ul{padding-left:1.2rem;margin-bottom:0}.service-card li{margin:.45rem 0}.icon{width:50px;height:50px;border-radius:14px;background:var(--aqua);color:var(--teal);display:grid;place-items:center;font-size:1.5rem;font-weight:700}.service-card.featured{grid-row:span 1;background:var(--aqua)}.service-card.featured .icon{background:white}.service-card.dark{background:var(--navy);color:white;border-color:var(--navy)}.service-card.dark .icon{background:rgba(255,255,255,.12);color:var(--gold)}.service-card.accent{background:#f8e4bd;border-color:#efcf91}.tag{display:inline-block;background:var(--navy);color:white;border-radius:99px;padding:.35rem .75rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.audience{background:var(--navy);color:white;padding:110px max(4vw,calc((100vw - 1400px)/2 + 4vw));display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw}.light{color:#9ed8d3}.audience-copy>p:last-child{color:#c6d8da;max-width:590px;font-size:1.1rem}.audience-list div{display:grid;grid-template-columns:55px 1fr;border-top:1px solid rgba(255,255,255,.16);padding:1.35rem 0}.audience-list span{color:var(--gold);font-family:"Playfair Display";font-size:1.3rem}.audience-list p{margin:0;font-size:1.1rem}.about{display:grid;grid-template-columns:.6fr 1.4fr;gap:8vw;align-items:center}.about-badge{aspect-ratio:1/1;background:var(--aqua);border-radius:50%;display:grid;place-items:center;text-align:center;align-content:center;box-shadow:inset 0 0 0 20px var(--cream),inset 0 0 0 22px var(--teal)}.about-badge span{font-family:"Playfair Display";font-size:clamp(4rem,10vw,8rem);color:var(--navy);line-height:1}.about-badge small{text-transform:uppercase;letter-spacing:.16em;color:var(--teal);font-weight:700}.about-copy{max-width:760px}.about-copy .intro{font-size:1.3rem;color:var(--navy)}.about-copy>p:not(.eyebrow):not(.intro){color:var(--muted)}.credentials{display:flex;flex-wrap:wrap;gap:10px;margin-top:2rem}.credentials span{border:1px solid var(--line);border-radius:99px;padding:.6rem 1rem;background:white;font-size:.86rem;font-weight:600}.contact{max-width:1400px;margin:0 auto 50px;background:var(--teal);color:white;border-radius:36px;padding:clamp(2.5rem,6vw,5rem);display:grid;grid-template-columns:1.3fr .7fr;gap:5vw;align-items:center}.contact h2{max-width:820px}.contact>div>p:last-child{color:#d6eeee;max-width:700px}.contact-actions{text-align:center}.button-gold{background:var(--gold);color:var(--navy);width:100%;max-width:320px}.contact-actions p{margin:1rem 0 0;color:#d6eeee!important}.legal-note{max-width:1000px;margin:70px auto;padding:0 4vw;text-align:center;color:var(--muted);font-size:.86rem}.legal-note strong{color:var(--ink)}footer{max-width:1400px;margin:auto;padding:35px 4vw 50px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:.85rem}.footer-brand .brand-mark{background:var(--teal)}
@media(max-width:900px){.site-header{height:78px}.menu-button{display:block;background:none;border:1px solid var(--line);border-radius:99px;padding:.5rem .9rem;font:inherit;font-weight:700}.site-header nav{display:none;position:absolute;z-index:10;top:78px;left:4vw;right:4vw;background:white;border:1px solid var(--line);border-radius:20px;padding:1rem;box-shadow:0 20px 40px rgba(7,59,76,.13);flex-direction:column;align-items:stretch;gap:.3rem}.site-header nav.open{display:flex}.site-header nav a{padding:.7rem}.hero{grid-template-columns:1fr;padding-top:5vh}.hero-card{min-height:390px}.quick-strip{grid-template-columns:1fr 1fr}.quick-strip div:nth-child(2){border-right:0}.service-grid{grid-template-columns:1fr 1fr}.section-heading{display:block}.audience,.about,.contact{grid-template-columns:1fr}.about-badge{max-width:360px;margin:auto}.contact-actions{text-align:left}}
@media(max-width:600px){h1{font-size:3.35rem}.brand small{display:none}.hero{padding-left:20px;padding-right:20px;gap:2rem}.hero-actions{flex-direction:column}.button{width:100%}.trust-list{display:block}.trust-list li{margin:.55rem 0}.quick-strip{grid-template-columns:1fr}.quick-strip div{border-right:0;border-bottom:1px solid var(--line)}.section{padding:80px 20px}.service-grid{grid-template-columns:1fr}.service-card{min-height:0}.audience{padding:80px 20px}.contact{margin:0 12px 40px;border-radius:26px}.credentials{display:grid}.credentials span{text-align:center}footer{display:block;text-align:center}.footer-brand{justify-content:center;margin-bottom:1.5rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
