
:root{
  --bg:#05211d;
  --bg-dark:#031411;
  --panel:#0a2c26;
  --panel-2:#0d3730;
  --cream:#f4f0e7;
  --cream-2:#e9e2d4;
  --text:#f8f7f2;
  --muted:#b6c3bf;
  --ink:#10201c;
  --gold:#caa24a;
  --gold-light:#e2c678;
  --silver:#cbd2d0;
  --ocean:#117f87;
  --ocean-light:#27b8b3;
  --green:#0b5a49;
  --line:rgba(255,255,255,.12);
  --radius:22px;
  --shadow:0 24px 80px rgba(0,0,0,.28);
  --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);
  color:var(--text);
  background:var(--bg-dark);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{color:inherit}
img{max-width:100%;height:auto}
.skip-link{position:absolute;left:-9999px}
.skip-link:focus{
  left:16px;top:16px;z-index:999;
  padding:10px 14px;background:var(--cream);color:var(--ink);border-radius:8px
}

.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(3,20,17,.9);
  border-bottom:1px solid rgba(202,162,74,.16);
  backdrop-filter:blur(14px);
}
.header-inner{
  width:min(1180px,calc(100% - 36px));
  margin:auto;
  min-height:82px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
}
.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none}
.brand-mark{
  width:46px;height:46px;border-radius:50%;
  display:grid;place-items:center;
  border:1px solid rgba(202,162,74,.75);
  color:var(--gold-light);
  font-family:var(--serif);font-weight:700;font-size:1.1rem;
  background:
    radial-gradient(circle at 30% 25%,rgba(255,255,255,.14),transparent 28%),
    linear-gradient(145deg,rgba(202,162,74,.15),rgba(17,127,135,.12));
}
.brand-copy{display:grid;line-height:1}
.brand-copy strong{font-family:var(--serif);font-size:1.3rem;letter-spacing:.11em;text-transform:uppercase}
.brand-copy small{margin-top:6px;letter-spacing:.28em;text-transform:uppercase;color:var(--silver);font-size:.58rem}
.nav{display:flex;align-items:center;gap:26px}
.nav a{text-decoration:none;color:#e8eeeb;font-size:.92rem}
.nav a:hover,.nav a:focus-visible{color:var(--gold-light)}
.nav-cta{border:1px solid var(--gold);padding:10px 16px;border-radius:999px}

.hero{
  position:relative;
  overflow:hidden;
  min-height:720px;
  background:
    radial-gradient(circle at 78% 18%,rgba(226,198,120,.16),transparent 15%),
    linear-gradient(90deg,#031714 0%,#05231e 48%,#07342f 100%);
}
.hero-ocean{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.wave{
  position:absolute;
  right:-10%;border-radius:50%;
  border:2px solid rgba(39,184,179,.28);
  transform:rotate(-12deg);
}
.wave-a{width:760px;height:500px;top:45px}
.wave-b{width:880px;height:590px;top:85px;border-color:rgba(202,162,74,.18)}
.wave-c{width:1020px;height:670px;top:120px;border-color:rgba(203,210,208,.12)}
.sun-glow{
  position:absolute;right:8%;top:17%;
  width:240px;height:240px;border-radius:50%;
  background:radial-gradient(circle,rgba(226,198,120,.28),rgba(226,198,120,.05) 38%,transparent 68%);
}
.hero-inner{
  position:relative;z-index:2;
  width:min(1180px,calc(100% - 36px));
  margin:auto;
  min-height:720px;
  display:grid;grid-template-columns:1.1fr .72fr;gap:72px;align-items:center;
  padding:70px 0;
}
.eyebrow{
  margin:0 0 14px;
  color:var(--gold-light);
  font-weight:700;
  font-size:.76rem;
  letter-spacing:.17em;
  text-transform:uppercase;
}
h1,h2,h3,p{margin-top:0}
h1,h2{font-family:var(--serif);font-weight:500}
h1{
  font-size:clamp(4rem,8vw,7rem);
  line-height:.9;
  letter-spacing:-.045em;
  margin-bottom:28px;
}
h1 span{color:var(--gold-light)}
.hero-lead{
  color:#d5dfdb;
  font-size:1.16rem;
  max-width:650px;
  margin-bottom:30px;
}
.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.button{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 20px;
  border-radius:999px;
  text-decoration:none;font-weight:700;
}
.button-primary{
  color:#172117;
  background:linear-gradient(135deg,var(--gold-light),var(--gold));
  box-shadow:0 8px 26px rgba(202,162,74,.18);
}
.button-primary:hover,.button-primary:focus-visible{filter:brightness(1.06)}
.text-link{text-decoration:none;color:#e5ece9;font-weight:600}
.text-link span{color:var(--gold-light);margin-left:7px}

.hero-card{
  justify-self:end;
  width:min(100%,430px);
  padding:26px;
  border-radius:var(--radius);
  border:1px solid rgba(226,198,120,.3);
  background:linear-gradient(160deg,rgba(14,55,48,.88),rgba(3,20,17,.82));
  box-shadow:var(--shadow);
}
.card-label{color:var(--gold-light);font-size:.75rem;text-transform:uppercase;letter-spacing:.14em}
.status-row{
  display:flex;justify-content:space-between;gap:20px;
  padding:16px 0;border-bottom:1px solid var(--line)
}
.status-row span{color:var(--muted)}
.status-row strong{font-size:.94rem}
.card-note{color:var(--silver);font-size:.9rem;margin:20px 0 0}

.services-wrap{
  background:var(--bg);
  padding:96px 0 108px;
}
.section-heading{width:min(1180px,calc(100% - 36px));margin:0 auto 46px}
.section-heading.centered{text-align:center;max-width:850px}
.section-heading h2,.about h2,.cta h2,.tools h2{
  font-size:clamp(2.4rem,5vw,4.4rem);
  line-height:1.05;
  letter-spacing:-.035em;
  margin-bottom:16px;
}
.section-heading p:last-child,.tools p,.about-copy p,.cta p{color:var(--muted)}
.services-grid{
  width:min(1180px,calc(100% - 36px));margin:auto;
  display:grid;grid-template-columns:repeat(3,1fr);gap:16px
}
.service-card{
  min-height:250px;
  padding:26px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:rgba(255,255,255,.028);
}
.service-card.featured{
  background:linear-gradient(145deg,rgba(17,127,135,.15),rgba(202,162,74,.07));
  border-color:rgba(39,184,179,.28)
}
.service-icon{
  display:inline-grid;place-items:center;
  width:42px;height:42px;border-radius:12px;
  border:1px solid rgba(202,162,74,.42);
  color:var(--gold-light);font-weight:800;font-size:.78rem
}
.service-card h3{font-size:1.25rem;margin:38px 0 10px}
.service-card p{color:var(--muted);margin-bottom:0}

.approach{
  background:var(--cream);
  color:var(--ink);
  padding:100px 0;
}
.approach .section-heading p:last-child{color:#4a5c56}
.steps{
  width:min(1180px,calc(100% - 36px));margin:auto;
  padding:0;list-style:none;
  display:grid;grid-template-columns:repeat(5,1fr);gap:14px
}
.steps li{
  position:relative;
  padding:22px 18px;
  border-radius:18px;
  border:1px solid rgba(16,32,28,.12);
  background:rgba(255,255,255,.52)
}
.steps li>span{
  display:grid;place-items:center;
  width:38px;height:38px;border-radius:50%;
  background:var(--green);color:white;font-weight:800;margin-bottom:24px
}
.steps h3{margin-bottom:8px;font-size:1.02rem}
.steps p{margin-bottom:0;color:#4b5c57;font-size:.93rem}

.tools{
  width:min(1180px,calc(100% - 36px));
  margin:80px auto;
  padding:30px;
  border:1px solid rgba(202,162,74,.32);
  border-radius:var(--radius);
  background:linear-gradient(145deg,#07342f,#041c18);
  display:grid;grid-template-columns:.85fr 1.15fr;gap:42px;align-items:center
}
.tools h2{font-size:2.2rem}
.tool-chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
.tool-chips span{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.045);
  padding:10px 13px;border-radius:999px;color:#e5eeea;font-size:.88rem
}

.about{
  width:min(1180px,calc(100% - 36px));margin:0 auto;
  padding:70px 0 110px;
  display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;align-items:center
}
.about-visual{
  min-height:360px;border-radius:30px;
  position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 50% 18%,rgba(39,184,179,.2),transparent 35%),
    linear-gradient(180deg,#0b443b,#06271f);
  border:1px solid rgba(202,162,74,.2)
}
.stone{
  position:absolute;left:50%;transform:translateX(-50%);
  border-radius:50%;
  background:linear-gradient(180deg,#405b54,#17241f);
  box-shadow:0 16px 28px rgba(0,0,0,.28)
}
.stone-one{width:210px;height:72px;bottom:56px}
.stone-two{width:156px;height:60px;bottom:112px}
.stone-three{width:100px;height:50px;bottom:162px}
.leaf{position:absolute;width:56px;height:24px;border-radius:100% 0 100% 0;background:#4f9b5c}
.leaf-one{left:58%;top:92px;transform:rotate(-32deg)}
.leaf-two{left:64%;top:120px;transform:rotate(24deg)}
.about-copy{max-width:680px}
.signature-line{color:var(--gold-light)!important;font-family:var(--serif);font-size:1.2rem}

.cta{
  width:min(1180px,calc(100% - 36px));margin:0 auto 90px;
  padding:34px;
  border:1px solid rgba(202,162,74,.34);
  border-radius:var(--radius);
  background:
    radial-gradient(circle at 92% 40%,rgba(39,184,179,.18),transparent 24%),
    linear-gradient(135deg,#072e28,#041a16);
  display:flex;align-items:center;justify-content:space-between;gap:30px
}
.cta h2{font-size:2.25rem;margin-bottom:8px}
.cta p{margin-bottom:0}

.site-footer{
  border-top:1px solid var(--line);
  padding:42px 0 28px;
  background:#02110e;
}
.footer-top,.footer-bottom{
  width:min(1180px,calc(100% - 36px));margin:auto;
}
.footer-top{
  display:grid;grid-template-columns:1.2fr .7fr 1fr;gap:50px;
  padding-bottom:34px
}
.footer-group{display:grid;gap:8px;align-content:start}
.footer-group strong{color:var(--gold-light);font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;margin-bottom:4px}
.footer-group a,.footer-group span{color:var(--muted);text-decoration:none;font-size:.9rem}
.footer-group a:hover,.footer-group a:focus-visible{color:white}
.footer-bottom{
  display:flex;justify-content:space-between;gap:20px;align-items:center;
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:22px;color:#879a94;font-size:.82rem
}
.footer-bottom div{display:flex;gap:18px}
.footer-bottom a{color:#9eaaa7;text-decoration:none}

:focus-visible{outline:3px solid var(--gold-light);outline-offset:3px}

@media(max-width:900px){
  .nav{gap:14px}.nav a:not(.nav-cta){display:none}
  .hero-inner{grid-template-columns:1fr;min-height:auto;padding:86px 0 80px}
  .hero-card{justify-self:start}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:1fr 1fr}
  .tools{grid-template-columns:1fr}
  .tool-chips{justify-content:flex-start}
  .about{grid-template-columns:1fr;gap:38px}
  .about-visual{min-height:300px}
  .footer-top{grid-template-columns:1fr 1fr}
}

@media(max-width:600px){
  .header-inner{min-height:72px}
  .brand-copy strong{font-size:1rem}
  .brand-copy small{font-size:.5rem}
  .nav-cta{padding:8px 12px;font-size:.82rem!important}
  .hero{min-height:auto}
  .hero-inner{padding-top:68px}
  h1{font-size:clamp(3.5rem,17vw,5.2rem)}
  .hero-card{width:100%}
  .services-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .tools{margin:54px auto;padding:24px}
  .about{padding-top:20px}
  .cta{display:grid}
  .footer-top{grid-template-columns:1fr}
  .footer-bottom{align-items:flex-start;flex-direction:column}
}

.legal-page{
  width:min(820px,calc(100% - 36px));
  margin:0 auto;
  padding:80px 0;
  min-height:100vh;
}
.legal-page>a{color:var(--gold-light);text-decoration:none}
.legal-page h1{font-size:clamp(3.2rem,8vw,5rem);margin:50px 0 30px}
.legal-page p{color:var(--muted);font-size:1.02rem}

.trust-strip{width:min(1180px,calc(100% - 36px));margin:-30px auto 0;position:relative;z-index:4;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(202,162,74,.28);border-radius:18px;overflow:hidden;background:rgba(4,28,24,.96);box-shadow:0 18px 50px rgba(0,0,0,.22)}
.trust-strip span{padding:17px 18px;text-align:center;color:#dce6e2;font-size:.86rem;letter-spacing:.02em;border-right:1px solid rgba(255,255,255,.08)}
.trust-strip span:last-child{border-right:0}
.service-card{transition:transform .18s ease,border-color .18s ease,background .18s ease}
.service-card:hover{transform:translateY(-3px);border-color:rgba(202,162,74,.28);background:rgba(255,255,255,.04)}
.hero-card{transform:none}
.tool-chips span{background:rgba(255,255,255,.035);border-color:rgba(226,198,120,.15)}
@media(max-width:700px){.trust-strip{grid-template-columns:1fr 1fr;margin-top:-16px}.trust-strip span:nth-child(2){border-right:0}.trust-strip span:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}}
