:root {
  --primary: #0d7377;
  --bg: #f0fbfa;
  --ink: #06302f;
  --accent: #ff6f61;
  --paper: #ffffff;
  --line: #c4e9e8;
  --mute: #2e6360;
  --teal-lt: #d9f3f2;
  --r: 18px;
  --display: 'Unbounded', system-ui, sans-serif;
  --body: 'Manrope', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--body); color: var(--ink); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; }
.wrap { width: min(1160px, 92vw); margin-inline: auto; }

h1, h2, h3 { font-family: var(--display); line-height: 1.05; }
h1 { font-size: clamp(32px, 5vw, 60px); font-weight: 800; }
h2 { font-size: clamp(24px, 3vw, 40px); font-weight: 700; }
h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
p { color: var(--mute); }
.lead { font-size: clamp(15px, 1.4vw, 18px); color: var(--mute); max-width: 46ch; }

.eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--primary); margin-bottom: 16px; }
.eyebrow--coral { color: var(--accent); }

/* NAV */
.nav { position: sticky; top: 0; z-index: 30; background: rgba(240,251,250,.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav__in { display: flex; align-items: center; gap: 20px; height: 64px; }
.brand { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--ink); font-family: var(--display); font-weight: 700; font-size: 16px; }
.brand__leaf { font-size: 20px; }
.nav__links { display: flex; gap: 22px; margin-left: auto; }
.nav__links a { text-decoration: none; color: var(--mute); font-size: 14px; font-weight: 500; transition: color .15s; }
.nav__links a:hover { color: var(--primary); }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; background: var(--primary); color: #fff; text-decoration: none; font-weight: 700; font-size: 14px; padding: 13px 22px; border-radius: 999px; transition: transform .15s, opacity .15s; }
.btn:hover { transform: translateY(-2px); opacity: .9; }
.btn--sm { padding: 9px 17px; font-size: 12px; }
.btn--lg { padding: 15px 28px; font-size: 15px; }
.btn--outline { background: transparent; color: var(--primary); box-shadow: inset 0 0 0 2px var(--primary); }
.btn--outline:hover { background: var(--primary); color: #fff; }
.btn--cta { background: var(--accent); }
.btn--cta:hover { background: #e85d50; }

/* HERO */
.hero { padding: clamp(48px, 6vw, 88px) 0; }
.hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero__text { display: flex; flex-direction: column; gap: 22px; }
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__badges { display: flex; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.badge b { display: block; font-family: var(--display); font-size: 20px; color: var(--primary); font-weight: 700; }
.badge span { font-size: 12px; color: var(--mute); }
.hero__figure { position: relative; }
.hero__figure img { width: 100%; height: clamp(360px, 44vw, 530px); object-fit: cover; border-radius: calc(var(--r) + 6px); box-shadow: 0 28px 60px -28px rgba(13, 115, 119, .35); }
.hero__figure figcaption { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); background: var(--paper); font-size: 12px; font-weight: 600; color: var(--mute); padding: 8px 16px; border-radius: 999px; white-space: nowrap; box-shadow: 0 4px 16px rgba(0,0,0,.15); }

/* FEATURE */
.feature { background: var(--ink); padding: clamp(56px, 7vw, 96px) 0; }
.feature__wrap { display: flex; flex-direction: column; gap: 40px; }
.feature__head { max-width: 54ch; }
.feature__head h2 { color: #fff; margin-top: 4px; }
.feature__head .lead { color: rgba(255,255,255,.65); }
.feature__phases { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.phase { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r); padding: 24px; }
.phase__num { font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .1em; color: var(--accent); margin-bottom: 12px; }
.phase h3 { color: #fff; font-size: 15px; margin-bottom: 8px; }
.phase p { font-size: 13.5px; color: rgba(255,255,255,.6); }
.feature__cta { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.feature__price { font-family: var(--display); font-size: 20px; font-weight: 700; color: #fff; }
.feature .btn { background: var(--accent); }

/* SECTION */
.section { padding: clamp(52px, 6vw, 80px) 0; }
.section__head { max-width: 52ch; margin-bottom: 40px; }
.section__head p { margin-top: 10px; }

/* SERVICES */
.services-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.svc { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 24px; display: flex; flex-direction: column; min-height: 230px; }
.svc__icon { font-size: 28px; margin-bottom: 12px; }
.svc p { font-size: 14px; flex: 1; margin-top: 6px; }
.svc__price { font-family: var(--display); font-size: 14px; font-weight: 700; color: var(--primary); margin-top: 16px; }

/* PORTFOLIO */
.portfolio { background: var(--teal-lt); padding: clamp(52px, 6vw, 80px) 0; }
.portfolio-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 200px 180px; gap: 14px; }
.port-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 20px; display: flex; align-items: flex-end; position: relative; overflow: hidden; }
.port-card--wide { grid-column: 1 / 3; }
.port-inner { display: flex; flex-direction: column; gap: 4px; }
.port-tag { display: inline-block; background: var(--primary); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 999px; margin-bottom: 6px; }
.port-inner strong { font-size: 15px; font-family: var(--display); color: var(--ink); }
.port-inner p { font-size: 13px; margin: 0; }

/* ABOUT */
.about { padding: clamp(52px, 6vw, 80px) 0; }
.about__layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 64px); align-items: start; }
.about__text h2 { margin-bottom: 18px; }
.about__text p { margin-bottom: 14px; max-width: 48ch; }
.about__pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pillar { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; }
.pillar strong { display: block; font-family: var(--display); font-size: 13px; font-weight: 700; color: var(--primary); margin-bottom: 6px; }
.pillar span { font-size: 13px; color: var(--mute); }

/* CONTACT */
.contact { padding: clamp(52px, 6vw, 80px) 0; }
.contact__in { background: linear-gradient(135deg, var(--primary), #065e62); border-radius: calc(var(--r) + 8px); padding: clamp(32px, 4vw, 56px); display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; }
.contact__in h2 { color: #fff; margin-bottom: 12px; }
.contact__in p { color: rgba(255,255,255,.8); margin-bottom: 6px; }
.contact__row { font-size: 14px; font-weight: 600; color: rgba(255,255,255,.9) !important; }
.contact .btn--cta { background: #fff; color: var(--primary); }
.contact .btn--cta:hover { background: var(--teal-lt); }

/* FOOTER */
.foot { background: var(--ink); color: rgba(255,255,255,.5); padding: 28px 0; }
.foot__in { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; }

@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .feature__phases { grid-template-columns: repeat(2, 1fr); }
  .services-cards { grid-template-columns: repeat(2, 1fr); }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .port-card--wide { grid-column: 1 / 3; }
  .about__layout { grid-template-columns: 1fr; }
  .about__pillars { grid-template-columns: 1fr 1fr; }
  .nav__links { display: none; }
  .contact__in { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) {
  .hero__badges { gap: 14px; }
  .feature__phases { grid-template-columns: 1fr; }
  .services-cards { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .port-card--wide { grid-column: auto; }
  .about__pillars { grid-template-columns: 1fr; }
  .hero__figure img { height: 280px; }
}
