:root {
  --ink: #193038;
  --ink-soft: #4c6267;
  --ivory: #fbf8f1;
  --sand: #eee6d9;
  --aqua: #b8ddd5;
  --aqua-deep: #5f9f98;
  --lilac: #d9d0ed;
  --coral: #e99b85;
  --white: #ffffff;
  --radius-lg: 34px;
  --radius-md: 22px;
  --shadow: 0 28px 80px rgba(40, 70, 77, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }

.site-header {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 18px clamp(22px, 5vw, 78px);
  position: relative;
  z-index: 20;
  background: rgba(251, 248, 241, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(25, 48, 56, .08);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 45px; height: 45px; display: grid; place-items: center;
  border-radius: 50% 50% 44% 56% / 55% 48% 52% 45%;
  background: var(--ink); color: var(--ivory); font-weight: 800; letter-spacing: .08em;
}
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-family: Georgia, serif; font-size: 1.1rem; }
.brand-copy small { margin-top: 4px; color: var(--ink-soft); font-size: .72rem; letter-spacing: .05em; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .95rem; }
.main-nav a { position: relative; }
.main-nav a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px;
  background: var(--aqua-deep); transition: right .25s ease;
}
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.nav-cta { padding: 12px 19px; border-radius: 999px; background: var(--ink); color: var(--white); }
.nav-cta:hover { background: var(--aqua-deep); }
.nav-toggle, .nav-button { display: none; }

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: clamp(34px, 6vw, 94px);
  padding: 70px clamp(24px, 6vw, 92px) 90px;
  position: relative;
  overflow: hidden;
}
.hero-orbit { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .6; pointer-events: none; }
.orbit-one { width: 270px; height: 270px; background: var(--lilac); left: -120px; top: 80px; }
.orbit-two { width: 180px; height: 180px; background: var(--aqua); right: 32%; bottom: -110px; }
.hero-content { position: relative; z-index: 2; max-width: 730px; }
.eyebrow { margin: 0 0 14px; color: var(--aqua-deep); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; }
h1 { margin: 0; font-size: clamp(3.35rem, 6.2vw, 6.9rem); letter-spacing: -.05em; }
.hero-lead { max-width: 650px; margin: 28px 0 30px; color: var(--ink-soft); font-size: clamp(1.05rem, 1.5vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 0 23px; border-radius: 999px; font-weight: 750; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { background: var(--aqua-deep); }
.button-ghost { border: 1px solid rgba(25, 48, 56, .2); }
.button-ghost:hover { background: var(--white); }
.trust-strip { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 11px 25px; color: var(--ink-soft); font-size: .86rem; }
.trust-strip span::before { content: "✦"; margin-right: 8px; color: var(--coral); }

.hero-visual { min-height: 590px; position: relative; display: grid; place-items: center; }
.visual-window {
  width: min(100%, 520px); aspect-ratio: .86; overflow: hidden; position: relative;
  border-radius: 48% 48% 20px 20px / 35% 35% 20px 20px;
  background: linear-gradient(180deg, #cfe8e5 0 51%, #8bbdb7 51% 100%);
  box-shadow: var(--shadow);
}
.sun-disc { position: absolute; width: 120px; height: 120px; border-radius: 50%; background: #f3c7aa; right: 18%; top: 13%; }
.coast { position: absolute; left: -8%; width: 116%; border-radius: 50%; }
.coast-back { height: 38%; bottom: 25%; background: #8ba996; transform: rotate(-7deg); }
.coast-front { height: 33%; bottom: -10%; background: #425f59; transform: rotate(4deg); }
.sail { position: absolute; width: 0; height: 0; border-left: 32px solid transparent; border-right: 7px solid transparent; border-bottom: 95px solid var(--ivory); right: 31%; top: 47%; transform: rotate(5deg); filter: drop-shadow(0 10px 8px rgba(0,0,0,.08)); }
.sail::after { content: ""; position: absolute; width: 2px; height: 110px; background: #38555b; left: -1px; top: 0; }
.floating-note { position: absolute; padding: 15px 18px; border-radius: 16px; background: rgba(255,255,255,.9); box-shadow: 0 16px 38px rgba(33, 62, 69, .12); backdrop-filter: blur(10px); display: grid; }
.floating-note span { color: var(--ink-soft); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.floating-note strong { margin-top: 3px; font-size: .9rem; }
.note-top { right: -22px; top: 17%; }
.note-bottom { left: -30px; bottom: 13%; }

.intro-band { padding: 90px clamp(24px, 8vw, 130px); text-align: center; background: var(--ink); color: var(--white); }
.intro-band p { margin: 0 0 12px; color: var(--aqua); text-transform: uppercase; letter-spacing: .15em; font-size: .76rem; font-weight: 800; }
.intro-band h2 { max-width: 940px; margin: auto; font-size: clamp(2.2rem, 4.4vw, 4.8rem); }

.services-preview, .difference, .process { padding: 110px clamp(24px, 7vw, 110px); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 46px; }
.section-heading h2 { margin: 0; font-size: clamp(2.4rem, 4.5vw, 4.6rem); max-width: 760px; }
.text-link { font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }
.service-list { border-top: 1px solid rgba(25, 48, 56, .15); }
.service-row { display: grid; grid-template-columns: 70px 1fr auto; gap: 24px; align-items: center; padding: 34px 8px; border-bottom: 1px solid rgba(25, 48, 56, .15); transition: padding .25s ease, background .25s ease; }
.service-row:hover { background: rgba(184, 221, 213, .18); padding-left: 20px; padding-right: 20px; }
.service-number { color: var(--coral); font-weight: 800; font-size: .88rem; }
.service-kicker { margin: 0 0 3px; color: var(--ink-soft); font-size: .74rem; text-transform: uppercase; letter-spacing: .09em; }
.service-row h3 { margin: 0; font-size: clamp(1.6rem, 2.6vw, 2.6rem); }
.service-row p:not(.service-kicker) { max-width: 780px; margin: 8px 0 0; color: var(--ink-soft); }
.service-row > a { font-weight: 800; border: 1px solid rgba(25,48,56,.2); border-radius: 999px; padding: 10px 17px; }
.service-row > a:hover { background: var(--ink); color: var(--white); }

.difference { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 120px); background: #eef4f1; }
.difference-copy { align-self: center; }
.difference-copy h2 { margin: 0; font-size: clamp(2.5rem, 4.3vw, 4.8rem); }
.difference-copy > p:not(.eyebrow) { margin: 24px 0 28px; color: var(--ink-soft); font-size: 1.05rem; }
.button-dark { background: var(--ink); color: var(--white); }
.difference-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid rgba(25, 48, 56, .13); border-radius: var(--radius-lg); overflow: hidden; background: var(--ivory); }
.difference-grid article { padding: 30px; min-height: 230px; border-right: 1px solid rgba(25,48,56,.12); border-bottom: 1px solid rgba(25,48,56,.12); }
.difference-grid article:nth-child(2n) { border-right: 0; }
.difference-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.difference-grid span { color: var(--coral); font-size: .78rem; font-weight: 800; }
.difference-grid h3 { margin: 35px 0 10px; font-size: 1.55rem; }
.difference-grid p { margin: 0; color: var(--ink-soft); }

.centered { display: block; text-align: center; }
.centered h2 { margin-inline: auto; }
.process-track { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.process-track::before { content: ""; position: absolute; left: 8%; right: 8%; top: 25px; height: 1px; background: rgba(25,48,56,.2); }
.process-track li { padding: 0 22px; text-align: center; position: relative; }
.process-track span { width: 50px; height: 50px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; background: var(--ivory); border: 1px solid rgba(25,48,56,.2); font-weight: 800; position: relative; z-index: 2; }
.process-track h3 { margin: 0 0 10px; font-size: 1.4rem; }
.process-track p { margin: 0; color: var(--ink-soft); font-size: .93rem; }

.testimonial { margin: 0 clamp(24px, 7vw, 110px) 110px; padding: clamp(42px, 7vw, 82px); background: var(--lilac); border-radius: var(--radius-lg); }
.testimonial blockquote { max-width: 1000px; margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 4.2rem); line-height: 1.18; }
.testimonial-person { display: flex; align-items: center; gap: 14px; margin-top: 38px; }
.avatar { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); font-weight: 800; }
.testimonial-person p { display: grid; margin: 0; }
.testimonial-person small { color: var(--ink-soft); }

.cta-panel { margin: 0 clamp(24px, 4vw, 58px) 58px; padding: 55px clamp(28px, 5vw, 68px); border-radius: var(--radius-lg); background: var(--aqua-deep); color: var(--white); display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 38px; }
.cta-panel .eyebrow { color: #dff5ef; }
.cta-panel h2 { margin: 0; font-size: clamp(2.2rem, 3.8vw, 4rem); }
.cta-panel > p { color: #edf8f5; }
.button-light { background: var(--white); color: var(--ink); white-space: nowrap; }

.site-footer { padding: 70px clamp(24px, 6vw, 92px) 28px; background: var(--ink); color: var(--white); }
.footer-brand { display: flex; gap: 15px; align-items: flex-start; }
.footer-brand p { max-width: 420px; margin: 7px 0 0; color: #bfd0d3; }
.footer-links { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-links h3 { margin: 0 0 15px; color: var(--aqua); font-family: inherit; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-links a, .footer-links span { display: block; margin: 9px 0; color: #e6efef; }
.footer-links a:hover { color: var(--coral); }
.footer-bottom { margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); color: #a9bec1; font-size: .86rem; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; padding-top: 52px; }
  .hero-content { max-width: 900px; }
  .hero-visual { min-height: 520px; }
  .visual-window { width: min(90%, 570px); aspect-ratio: 1.05; }
  .difference { grid-template-columns: 1fr; }
  .cta-panel { grid-template-columns: 1fr; }
  .cta-panel .button { justify-self: start; }
}

@media (max-width: 760px) {
  .site-header { min-height: 74px; padding: 14px 20px; }
  .brand-copy small { display: none; }
  .nav-button { display: grid; gap: 5px; cursor: pointer; z-index: 30; }
  .nav-button span { width: 27px; height: 2px; background: var(--ink); transition: .25s ease; }
  .main-nav { display: none; position: absolute; left: 14px; right: 14px; top: 78px; padding: 22px; border-radius: 22px; background: var(--white); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .main-nav a { padding: 10px 4px; }
  .nav-cta { text-align: center; }
  .nav-toggle:checked ~ .main-nav { display: flex; }
  .nav-toggle:checked + .nav-button span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle:checked + .nav-button span:nth-child(2) { opacity: 0; }
  .nav-toggle:checked + .nav-button span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding: 48px 20px 70px; }
  h1 { font-size: clamp(3rem, 14vw, 4.9rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-visual { min-height: 400px; }
  .visual-window { width: 100%; aspect-ratio: .92; border-radius: 42% 42% 18px 18px / 28% 28% 18px 18px; }
  .floating-note { max-width: 190px; }
  .note-top { right: -8px; }
  .note-bottom { left: -8px; }
  .intro-band, .services-preview, .difference, .process { padding: 72px 20px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .service-row { grid-template-columns: 42px 1fr; }
  .service-row > a { grid-column: 2; justify-self: start; }
  .difference-grid { grid-template-columns: 1fr; }
  .difference-grid article, .difference-grid article:nth-child(2n), .difference-grid article:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid rgba(25,48,56,.12); }
  .difference-grid article:last-child { border-bottom: 0; }
  .process-track { grid-template-columns: 1fr; gap: 30px; }
  .process-track::before { left: 25px; right: auto; top: 20px; bottom: 20px; width: 1px; height: auto; }
  .process-track li { padding: 0 0 0 78px; text-align: left; }
  .process-track span { position: absolute; left: 0; top: 0; }
  .testimonial { margin: 0 20px 72px; padding: 36px 26px; }
  .cta-panel { margin: 0 14px 14px; padding: 38px 25px; }
  .site-footer { padding: 58px 20px 24px; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { gap: 15px; flex-direction: column; }
}
