:root{
  --teal:#026F74;
  --ink:#1c2c30;
  --muted:rgba(28,44,48,.72);
  --line:rgba(2,111,116,.18);
  --wash:#f6f7f6;
  --radius:20px;
  --shadow:0 14px 34px rgba(0,0,0,.09);
  --shadowSoft:0 10px 26px rgba(0,0,0,.07);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--ink);
  line-height:1.65;
  background:
    radial-gradient(1200px 600px at 50% 18%, rgba(2,111,116,.055), transparent 60%),
    radial-gradient(900px 520px at 10% 58%, rgba(2,111,116,.045), transparent 60%),
    radial-gradient(900px 520px at 90% 65%, rgba(2,111,116,.040), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, var(--wash) 36%, #ffffff 100%);
}

img{max-width:100%;display:block;height:auto}
.container{width:min(1100px, 92vw);margin:0 auto}
.narrow{width:min(820px, 92vw);margin:0 auto}
.center{text-align:center}

.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{left:16px;top:16px;width:auto;height:auto;padding:10px 12px;background:#fff;border:1px solid var(--line);border-radius:12px;z-index:9999}

.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.74);
  backdrop-filter: blur(12px);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:16px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand--text{gap:0}
.brand-name{
  font-family:Fraunces, serif;
  font-weight:600;
  letter-spacing:-.01em;
  font-size:20px;
  color:rgba(28,44,48,.88);
}
.nav{display:flex;gap:18px;align-items:center;color:rgba(28,44,48,.70);font-size:14px}
.nav a{padding:10px 10px;border-radius:12px;text-decoration:none;color:inherit}
.nav a:hover{background:rgba(2,111,116,.07);color:rgba(28,44,48,.92)}

.hero{position:relative;min-height:60vh;display:grid;align-items:center;overflow:hidden}
.hero-bg{
  position:absolute;inset:0;
  background:url("assets/hero.jpg") center/cover no-repeat;
  transform:scale(1.03);
  filter:saturate(.98) contrast(.98);
}
.hero-overlay{
  position:absolute;inset:0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.78) 0%, rgba(245,247,246,.50) 35%, rgba(255,255,255,.78) 100%),
    radial-gradient(900px 520px at 50% 18%, rgba(255,255,255,.52), transparent 72%);
}

/* See-through logo placed on the hero (left) */
.hero-logo{
  position:absolute;
  left: clamp(16px, 5vw, 64px);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(120px, 18vw, 220px);
  height:auto;
  opacity:.18;
  filter: drop-shadow(0 12px 26px rgba(0,0,0,.10));
  mix-blend-mode:multiply;
  pointer-events:none;
}

.hero-inner{position:relative;padding:62px 0}
.hero-text{max-width:860px;margin:0 auto;text-align:center}
.hero-text h1{
  font-family:Fraunces, serif;
  font-weight:600;
  font-size:clamp(40px, 4.8vw, 60px);
  line-height:1.04;
  margin:0 0 18px;
  color:rgba(28,44,48,.86);
  text-shadow:0 1px 14px rgba(0,0,0,.10);
}
.hero-lead,.hero-body{
  font-size:16px;
  color:rgba(28,44,48,.70);
  margin:0 auto 10px;
  max-width:740px;
}
.hero-body{margin-bottom:0}

.statement{padding:52px 0 24px}
.statement-strong{
  font-family:Fraunces, serif;
  font-weight:600;
  font-size:clamp(26px, 3vw, 34px);
  margin:0 0 8px;
  text-align:center;
}
.statement-soft{margin:0;text-align:center;color:var(--muted);font-size:16px}

.section{padding:58px 0}
.section h2{font-family:Fraunces, serif;font-weight:600;font-size:30px;margin:0 0 18px}
.section h3{font-family:Fraunces, serif;font-weight:600;font-size:20px;margin:0 0 10px}
.section p{margin:0 0 14px;color:var(--muted)}
.section p:last-child{margin-bottom:0}

.about{position:relative}
.about::before{
  content:"";
  position:absolute;left:50%;top:-140px;transform:translateX(-50%);
  width:1200px;height:560px;border-radius:50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(2,111,116,.095) 0 18%, transparent 19% 100%),
    radial-gradient(circle at 55% 55%, rgba(2,111,116,.045) 0 40%, transparent 41% 100%);
  filter:blur(2px);opacity:.85;pointer-events:none;
}
.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:start}
.about-text,.about-photo{
  background:rgba(255,255,255,.60);
  border:1px solid rgba(0,0,0,.06);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  backdrop-filter:blur(10px);
}
.about-text{padding:24px}
.about-photo{padding:14px;box-shadow:var(--shadowSoft)}
.about-photo img{border-radius:16px;width:100%;aspect-ratio:4/5;object-fit:cover}

.water-box{
  margin-top:16px;
  height:190px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:var(--shadowSoft);
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    url("assets/water.jpg") center/cover no-repeat;
  position:relative;
}
.water-box::after{
  content:"";
  position:absolute;inset:0;
  background:radial-gradient(500px 260px at 70% 20%, rgba(255,255,255,.35), transparent 60%);
  pointer-events:none;
}

.cards{display:grid;grid-template-columns:repeat(2, minmax(0,1fr));gap:16px}
.card{
  background:rgba(255,255,255,.62);
  border:1px solid rgba(0,0,0,.06);
  border-radius:18px;
  box-shadow:var(--shadowSoft);
  padding:18px;
  backdrop-filter:blur(10px);
}

.expect{
  background:rgba(255,255,255,.40);
  border-top:1px solid rgba(0,0,0,.06);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.soft-emphasis{font-weight:500;color:rgba(28,44,48,.86) !important}

.cta-title{
  font-family:Fraunces, serif;
  font-weight:600;
  font-size:20px;
  margin:18px 0 10px;
  color:rgba(28,44,48,.86);
}
.button{
  display:inline-flex;align-items:center;justify-content:center;
  padding:12px 18px;border-radius:999px;
  border:1px solid rgba(2,111,116,.35);
  background:rgba(255,255,255,.78);
  box-shadow:var(--shadowSoft);
  text-decoration:none;font-weight:500;color:inherit;
}
.button:hover{background:#fff;border-color:rgba(2,111,116,.55)}

.footer{
  padding:22px 0;
  border-top:1px solid rgba(0,0,0,.06);
  background:rgba(255,255,255,.60);
  backdrop-filter:blur(10px);
}
.footer-inner{display:flex;justify-content:space-between;gap:12px 18px;flex-wrap:wrap;align-items:flex-start}
.footer-credits{display:flex;flex-direction:column;gap:2px;align-items:flex-end}
.small{font-size:13px;color:rgba(28,44,48,.62)}
.footer-credit{color:rgba(28,44,48,.55);margin:0}

@media (max-width: 900px){
  .about-grid{grid-template-columns:1fr}
  .cards{grid-template-columns:1fr}
  .hero-inner{padding:48px 0}
  .hero-logo{
    top: 18px;
    transform:none;
    width: 120px;
    opacity:.14;
  }
  .footer-credits{align-items:flex-start}
}
@media (max-width: 520px){
  .hero-logo{display:none}
}
