
:root{
  --deep:#031916;--deep2:#062922;--deep3:#0a3b34;--cream:#f1ece2;--cream2:#f8f5ef;
  --white:#f8f8f4;--ink:#12231f;--muted:#b7c4c0;--muted-dark:#56655f;
  --gold:#d3a43d;--gold2:#e4c16b;--teal:#1ba7a4;--silver:#cbd1d0;
  --line:rgba(255,255,255,.12);--line-dark:rgba(18,35,31,.12);
  --serif:Georgia,"Times New Roman",serif;--sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:var(--sans);background:var(--deep);color:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit}.container{width:min(1180px,calc(100% - 36px));margin:auto}
.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:15px;top:15px;z-index:99;background:white;color:#111;padding:10px 14px;border-radius:7px}
:focus-visible{outline:3px solid var(--gold2);outline-offset:3px}

.site-header{position:sticky;top:0;z-index:50;background:rgba(3,25,22,.93);backdrop-filter:blur(13px);border-bottom:1px solid rgba(211,164,61,.14)}
.header-inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand-logo{width:74px;height:58px}.brand-logo.small{width:61px}
.brand-copy{display:grid;line-height:1}.brand-copy strong{font-family:var(--serif);letter-spacing:.18em;font-size:1.42rem}.brand-copy span{letter-spacing:.34em;font-size:.67rem;margin-top:7px}.brand-copy small{font-size:.58rem;color:var(--silver);margin-top:8px}
.nav{display:flex;align-items:center;gap:26px}.nav a{text-decoration:none;font-size:.89rem}.nav a:hover,.nav .active{color:var(--gold2)}.nav .active{border-bottom:1px solid var(--gold2);padding-bottom:7px}.nav-cta{border:1px solid var(--gold);border-radius:999px;padding:9px 15px!important;border-bottom:1px solid var(--gold)!important}

.hero{position:relative;overflow:hidden;min-height:620px;background:linear-gradient(90deg,rgba(2,18,15,.98) 0%,rgba(3,25,22,.92) 38%,rgba(3,25,22,.28) 64%),url('hero-ocean.jpg') right center/58% 100% no-repeat,#031916}
.hero-inner{min-height:620px;display:flex;align-items:center;position:relative;z-index:2}
.hero-copy{max-width:690px;padding:70px 0}.eyebrow{font-size:.75rem;letter-spacing:.18em;font-weight:700;color:var(--gold2);margin:0 0 16px}
h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--serif);font-weight:500}
h1{font-size:clamp(3.5rem,6.4vw,5.9rem);line-height:1.01;letter-spacing:-.04em;margin-bottom:24px}h1 em{font-style:italic;color:var(--gold2)}
.hero-lead{font-size:1.08rem;max-width:610px;color:#d7e0dd;margin-bottom:28px}.hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;min-height:48px;padding:0 20px;border-radius:7px}.button-gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#1a2118;box-shadow:0 10px 30px rgba(211,164,61,.16)}
.text-link{text-decoration:none;font-weight:700;border-bottom:1px solid var(--teal);padding-bottom:5px}
.hero-gold-wave{position:absolute;left:-5%;right:-5%;bottom:12px;height:75px;border-top:2px solid var(--gold);border-radius:50%;transform:rotate(-2deg);opacity:.9}

.dark-services{padding:52px 0 34px;background:#052923}.section-heading{max-width:820px;margin:0 auto 32px}.centered{text-align:center}.section-heading h2{font-size:clamp(2rem,3.8vw,3.25rem);line-height:1.08;margin-bottom:10px}
.service-grid.six{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid rgba(35,176,169,.18)}
.service-grid article{text-align:center;padding:27px 18px 20px;border-right:1px solid rgba(35,176,169,.24)}.service-grid article:last-child{border-right:0}
.icon{width:48px;height:48px;margin:0 auto 17px;display:grid;place-items:center;border:1px solid var(--gold);color:var(--gold2);border-radius:14px;font-size:1.2rem}
.service-grid h3{font-size:1.02rem;line-height:1.22;margin-bottom:8px}.service-grid p{font-size:.82rem;color:var(--muted);margin:0}

.light-section{background:var(--cream);color:var(--ink)}.process{padding:58px 0 66px}.light-heading p:last-child{color:var(--muted-dark)}.gold-text{color:#a8751f}
.process-row{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.process-row li{text-align:center;position:relative;padding:0 12px}
.num{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#085448;color:white;margin:0 auto -13px;position:relative;z-index:2;font-size:.78rem}
.round-icon{width:70px;height:70px;border:2px solid white;box-shadow:0 0 0 1px rgba(18,35,31,.07);border-radius:50%;display:grid;place-items:center;margin:0 auto 16px;font-size:1.55rem;background:rgba(255,255,255,.45)}
.process-row h3{font-size:.98rem;margin-bottom:7px}.process-row p{font-size:.82rem;color:#53615c;margin:0}

.tools-section{background:var(--cream2);padding:0 0 44px;color:var(--ink)}.tools-card{border-radius:17px;padding:28px 31px;background:linear-gradient(135deg,#07342d,#05241f);color:white;display:grid;grid-template-columns:.8fr 1fr;gap:20px 45px;align-items:center;border:1px solid rgba(211,164,61,.22)}
.tools-card h2{font-size:2rem;margin:0}.tool-text{font-size:.9rem;letter-spacing:.04em;color:#f1f5f3}.tool-disclaimer{grid-column:1/-1;margin:0;color:#aebdb8;font-size:.79rem;border-top:1px solid rgba(255,255,255,.08);padding-top:15px}

.about{padding:18px 0 42px}.about-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:48px;align-items:center}.about-image{height:260px;border-radius:18px;background:url('about-ocean.jpg') center/cover no-repeat;box-shadow:0 14px 32px rgba(0,0,0,.12)}
.about-copy h2{font-size:clamp(2.4rem,4vw,3.7rem);margin-bottom:14px}.about-copy p{color:var(--muted-dark);font-size:.98rem}.tagline{font-family:var(--serif);color:#9f711d!important;font-size:1.15rem!important}

.cta-band{margin:0 auto 52px;padding:25px 28px;border:1px solid rgba(211,164,61,.32);border-radius:16px;background:linear-gradient(135deg,#07342d,#041a16);display:grid;grid-template-columns:auto 1fr auto;gap:25px;align-items:center}
.cta-icon{width:47px;height:47px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold2)}.cta-band h2{font-size:1.65rem;margin:0}

.footer{background:#02110e;padding:34px 0 22px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.2fr .7fr 1fr;gap:44px}.footer-links{display:grid;gap:7px;align-content:start}.footer-links strong{color:var(--gold2);font-size:.72rem;text-transform:uppercase;letter-spacing:.13em}.footer-links a,.footer-links span{color:var(--muted);font-size:.86rem;text-decoration:none}
.footer-bottom{margin-top:26px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:20px;color:#83948e;font-size:.8rem}.footer-bottom div{display:flex;gap:18px}.footer-bottom a{color:#a2afaa;text-decoration:none}

@media(max-width:1000px){.service-grid.six{grid-template-columns:repeat(3,1fr)}.service-grid article:nth-child(3n){border-right:0}.service-grid article:nth-child(-n+3){border-bottom:1px solid rgba(35,176,169,.18)}}
@media(max-width:900px){.nav a:not(.nav-cta){display:none}.hero{background:linear-gradient(90deg,rgba(2,18,15,.98),rgba(3,25,22,.72)),url('hero-ocean.jpg') center/cover no-repeat}.process-row{grid-template-columns:1fr 1fr}.tools-card,.about-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.header-inner{min-height:72px}.brand-logo{width:58px}.brand-copy strong{font-size:1rem}.brand-copy span{font-size:.54rem}.brand-copy small{display:none}h1{font-size:clamp(3rem,15vw,4.6rem)}.service-grid.six{grid-template-columns:1fr 1fr}.service-grid article:nth-child(odd){border-right:1px solid rgba(35,176,169,.24)}.service-grid article:nth-child(even){border-right:0}.process-row{grid-template-columns:1fr}.tools-card{padding:24px}.cta-band{grid-template-columns:1fr}.cta-icon{display:none}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}}


/* V6 focused refinements — preserve the chosen reference design */

/* Cleaner header: logo is the home action; no decorative active underline. */
.nav .active{color:inherit;border-bottom:0;padding-bottom:0}

/* Keep WHAT I DO crisp; no decorative duplicate/background heading layer. */
.dark-services .section-heading::before,
.dark-services .section-heading::after{content:none!important;display:none!important}

/* Tools: simple, non-legalistic supporting line. */
.tool-disclaimer{
  grid-column:1/-1;
  margin:0;
  color:#aebdb8;
  font-size:.82rem;
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:15px;
}

/* About becomes part of the page rather than a framed image card. */
.about{
  position:relative;
  min-height:520px;
  padding:0;
  overflow:hidden;
  background:#f1ece2;
}
.about-scene{
  position:absolute;
  inset:0 38% 0 0;
  background:
    linear-gradient(90deg,rgba(241,236,226,0) 0%,rgba(241,236,226,0) 56%,rgba(241,236,226,.30) 72%,rgba(241,236,226,.88) 92%,#f1ece2 100%),
    url('about-ocean-clean.jpg') center/cover no-repeat;
}
.about-scene::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(241,236,226,0) 0%,rgba(241,236,226,.03) 72%,rgba(241,236,226,.16) 100%);
}
.about-inner{
  position:relative;
  z-index:2;
  min-height:520px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
}
.about-spacer{min-height:1px}
.about-copy{
  padding:72px 0 72px 54px;
}
.about-copy h2{
  font-size:clamp(2.6rem,4.2vw,4rem);
  margin-bottom:16px;
}
.about-copy p{
  color:#56655f;
  font-size:1rem;
  max-width:570px;
}
.about-copy .tagline{
  font-family:Georgia,"Times New Roman",serif;
  color:#9f711d!important;
  font-size:1.15rem!important;
}

/* Remove old card treatment if any remains in cached markup/CSS. */
.about-image{display:none!important}

@media(max-width:900px){
  .about{min-height:auto;padding-top:300px}
  .about-scene{
    inset:0 0 auto 0;
    height:340px;
    background:
      linear-gradient(180deg,rgba(241,236,226,0) 0%,rgba(241,236,226,.05) 62%,#f1ece2 100%),
      url('about-ocean-clean.jpg') center/cover no-repeat;
  }
  .about-inner{min-height:auto;display:block}
  .about-spacer{display:none}
  .about-copy{padding:45px 0 64px}
}


/* V9 legal pages only — homepage remains unchanged */
.legal-page{min-height:100vh;background:#f1ece2;color:#12231f;padding:70px 18px 90px}
.legal-wrap{width:min(820px,100%);margin:0 auto}
.legal-back{display:inline-block;color:#0b5a49;text-decoration:none;font-weight:700;margin-bottom:48px}
.legal-kicker{color:#a8751f;letter-spacing:.18em;font-size:.75rem;font-weight:700;margin-bottom:10px}
.legal-page h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.8rem,6vw,4.7rem);line-height:1;margin-bottom:10px}
.legal-updated{color:#68756f;font-size:.85rem;margin-bottom:38px}
.legal-page h2{font-family:Georgia,"Times New Roman",serif;font-size:1.45rem;margin:34px 0 8px}
.legal-page p{color:#4d5c56}
.legal-page a{color:#0b5a49}
.legal-note{margin-top:42px;padding:20px 22px;border-left:3px solid #d3a43d;background:rgba(255,255,255,.46)}
