:root {
  --navy: #063f66;
  --navy-dark: #07364f;
  --blue: #11a8cf;
  --blue-soft: #dceff4;
  --coral: #ff7d7d;
  --coral-soft: #fde3e1;
  --green: #8bb9a8;
  --green-soft: #e4efe9;
  --cream: #fbf9f4;
  --white: #fff;
  --ink: #103f64;
  --muted: #48677d;
  --shadow: 0 24px 70px rgba(4, 64, 93, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 16px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 10; width: 100%; top: 0; left: 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding-block: 22px; }
.brand img { width: 188px; }
nav { display: flex; align-items: center; gap: 30px; font-size: .93rem; font-weight: 700; }
nav a { text-decoration: none; }
nav a:not(.button):hover { color: var(--blue); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 24px; border-radius: 999px; background: var(--navy); color: var(--white); text-decoration: none; font-weight: 800; box-shadow: 0 10px 24px rgba(6,63,102,.18); transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #07547f; }
.button-small { min-height: 42px; padding: 9px 18px; }
.text-link { font-weight: 800; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 6px; color: var(--blue); }

.hero { position: relative; min-height: 780px; overflow: hidden; padding: 146px 0 96px; background: radial-gradient(circle at 22% 16%, #fff 0 10%, transparent 38%), linear-gradient(135deg, #fdfbf7 18%, #e6f4f5 100%); }
.hero::before { content: ""; position: absolute; width: 360px; height: 360px; right: -160px; top: 90px; border: 2px dashed rgba(17,168,207,.28); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: .82rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: #9fdae4; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 26px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 6.7vw, 6.6rem); font-weight: 400; line-height: .93; letter-spacing: -.055em; }
h1 span { color: var(--blue); font-family: "Segoe Print", "Brush Script MT", cursive; font-size: .7em; font-weight: 700; letter-spacing: -.06em; }
.intro { max-width: 660px; margin-bottom: 30px; color: var(--muted); font-size: 1.16rem; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-visual { position: relative; min-height: 520px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border-radius: 48% 48% 28px 28px; color: #6d838a; background: #d9dddc; box-shadow: var(--shadow); text-align: center; }
.hero-visual::after { content: ""; position: absolute; inset: auto -10% -18% -10%; height: 42%; background: linear-gradient(145deg, rgba(6,63,102,.9), rgba(22,103,114,.92)); border-radius: 50% 50% 0 0; }
.hero-visual p { margin: 14px 0 0; font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-visual span { position: absolute; z-index: 2; right: 30px; bottom: 35px; width: 140px; color: var(--white); font-family: "Segoe Print", cursive; font-size: 1.3rem; line-height: 1.25; transform: rotate(-5deg); }
.photo-mark { width: 76px; color: #a7b2b0; }
.photo-mark svg { fill: currentColor; }
.wave { position: absolute; width: 130%; height: 100px; left: -15%; bottom: -62px; border-radius: 50% 50% 0 0; background: var(--cream); transform: rotate(-1deg); }

.section { padding: 108px 0; }
.section-heading { max-width: 520px; }
.section-heading.centered { margin: 0 auto 54px; text-align: center; }
.section-heading h2, .details h2, .contact h2 { margin-bottom: 16px; color: var(--navy); font-family: Georgia, serif; font-size: clamp(2.25rem, 4vw, 3.8rem); font-weight: 400; line-height: 1.06; letter-spacing: -.035em; }
.section-heading p:last-child { color: var(--muted); font-size: 1.08rem; }
.script { margin-bottom: 2px; color: var(--navy); font-family: "Segoe Print", "Brush Script MT", cursive; font-size: clamp(2.5rem, 5vw, 4.7rem); font-weight: 700; line-height: 1; }
.script span { color: var(--coral); }
.centered h2 { font-family: inherit; font-size: .98rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { padding: 36px 30px 34px; border-radius: 30px; box-shadow: 0 16px 44px rgba(10, 74, 104, .08); text-align: center; }
.card-coral { background: var(--coral-soft); }
.card-blue { background: var(--blue-soft); }
.card-green { background: var(--green-soft); }
.icon-circle { width: 110px; height: 110px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 50%; background: rgba(255,255,255,.65); color: var(--navy); }
.icon-circle svg { width: 64px; fill: currentColor; }
.icon-line { fill: none !important; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: 10px; color: var(--navy); font-size: 1.35rem; line-height: 1.2; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: 1.03rem; }

.belief { position: relative; overflow: hidden; background: linear-gradient(145deg, #fff 0%, #f8fbfa 100%); }
.belief::before { content: ""; position: absolute; width: 460px; height: 460px; left: -220px; bottom: -280px; border-radius: 50%; background: var(--green-soft); }
.belief-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.belief-art { position: relative; aspect-ratio: 1; border-radius: 50% 50% 46% 54%; background: radial-gradient(circle at 55% 40%, #fff8f7 0 20%, #fbd8d6 72%); box-shadow: var(--shadow); }
.heart { position: absolute; color: var(--coral); font-family: Arial, sans-serif; line-height: 1; }
.heart-one { top: 25%; left: 27%; font-size: 7rem; transform: rotate(-12deg); }
.heart-two { right: 18%; bottom: 18%; font-size: 4rem; color: var(--blue); }
.heart-three { right: 13%; top: 14%; font-size: 2.5rem; color: var(--green); }
.belief-copy h2 { max-width: 690px; margin-bottom: 18px; color: var(--navy); font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.belief-copy h2 em { color: var(--blue); font-family: "Segoe Print", cursive; font-size: 1.08em; }
.belief-copy > p:not(.eyebrow) { max-width: 660px; color: var(--muted); font-size: 1.09rem; }
.belief-copy .lead { color: var(--navy) !important; font-size: 1.35rem !important; font-weight: 800; }
.values { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 32px; color: var(--navy); font-size: .83rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.values i { margin-right: 5px; font-size: 1.15rem; font-style: normal; }
.coral { color: var(--coral); } .blue { color: var(--blue); } .green { color: var(--green); }

.details { background: var(--cream); }
.details-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 96px; align-items: start; }
.detail-list { display: grid; gap: 16px; }
.detail-row { display: grid; grid-template-columns: 78px 1fr; gap: 20px; align-items: center; padding: 20px 28px 20px 20px; border-radius: 24px; }
.tint-blue { background: var(--blue-soft); }
.tint-green { background: var(--green-soft); }
.tint-coral { background: var(--coral-soft); }
.detail-icon { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.64); color: var(--navy); }
.detail-icon svg { width: 42px; fill: currentColor; }
.detail-icon .icon-cut { fill: var(--white); }
.detail-row h3 { margin: 0 0 2px; color: var(--navy); font-size: 1.08rem; letter-spacing: .03em; text-transform: uppercase; }
.detail-row p { margin: 0; color: var(--ink); font-size: 1.04rem; line-height: 1.45; }

.contact { position: relative; overflow: hidden; padding: 94px 0 30px; color: var(--white); background: linear-gradient(135deg, #074762, #126376); }
.contact::before, .contact::after { content: ""; position: absolute; border-radius: 50%; border: 30px solid rgba(255,255,255,.05); }
.contact::before { width: 420px; height: 420px; right: -200px; top: -260px; }
.contact::after { width: 260px; height: 260px; left: -170px; bottom: -180px; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.contact h2 { color: var(--white); }
.contact-grid > div > p:last-child { max-width: 600px; margin-bottom: 0; color: #d3e8eb; font-size: 1.08rem; }
address { display: grid; gap: 16px; font-style: normal; }
address a { display: flex; align-items: center; gap: 14px; min-width: 330px; padding: 16px 20px; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; background: rgba(255,255,255,.08); font-size: 1.07rem; text-decoration: none; }
address a:hover { background: rgba(255,255,255,.15); }
address span { font-size: 1.3rem; }
.footer-bottom { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; margin-top: 70px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); }
.footer-bottom img { width: 160px; filter: brightness(0) invert(1); opacity: .9; }
.footer-bottom p { margin: 0; color: #bcdde1; font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

@media (max-width: 860px) {
  nav > a:not(.button) { display: none; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-grid, .belief-grid, .details-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero-visual { min-height: 420px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: 90px 1fr; column-gap: 22px; text-align: left; }
  .icon-circle { grid-row: 1 / 3; width: 90px; height: 90px; margin: 0; }
  .icon-circle svg { width: 52px; }
  .belief-art { width: min(430px, 90%); margin-inline: auto; }
  .details-grid { gap: 38px; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1160px); }
  .brand img { width: 150px; }
  .button-small { padding-inline: 15px; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero { padding-top: 120px; }
  .hero-visual { min-height: 360px; border-radius: 44% 44% 24px 24px; }
  .section { padding: 78px 0; }
  .service-card { display: block; padding: 28px 24px; text-align: center; }
  .icon-circle { width: 90px; margin: 0 auto 20px; }
  .belief-grid { gap: 44px; }
  .belief-copy h2 { font-size: 2.65rem; }
  .values { gap: 12px 18px; }
  .detail-row { grid-template-columns: 56px 1fr; padding: 18px 16px; }
  .detail-icon { width: 54px; height: 54px; }
  .detail-icon svg { width: 33px; }
  address a { min-width: 0; font-size: .96rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
