:root {
  --mint: #91ead7;
  --mint-2: #baf7e6;
  --coral: #ffbc92;
  --cream: #faf9f5;
  --paper: #f7eee6;
}

/* Brand */
.brand-mark,
.footer-brand .brand-mark {
  width: 48px;
  height: 48px;
  filter: drop-shadow(0 8px 15px rgba(0, 0, 0, .16));
}
.brand-mark img { width: 100%; height: 100%; display: block; }
.brand-name strong { letter-spacing: .12em; }
.brand-name small { color: #9bb6b8; }
.nav-contact { border-color: rgba(163, 239, 221, .54); background: rgba(255,255,255,.035); }
.nav-contact:hover { background: rgba(145,234,215,.12); }

/* A brighter opening composition */
.hero {
  background:
    radial-gradient(circle at 84% 61%, rgba(16, 116, 121, .5), transparent 36%),
    radial-gradient(circle at 88% 0%, rgba(243, 153, 113, .15), transparent 31%),
    linear-gradient(115deg, #081b29 7%, #0d2636 55%, #102d3e 100%);
}
.hero::before { opacity: .5; background-size: 90px 90px; }
.hero::after { border-color: rgba(255, 188, 146, .19); }
.hero h1 em {
  color: #b0efdc;
  background: linear-gradient(90deg, #aef4dc 5%, #b9eadb 65%, #ffd1ad 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-punctuation { color: var(--coral); }
.eyebrow { color: #a7dfd5; }
.eyebrow-dot { background: var(--coral); }
.button-primary { background: var(--coral); }
.button-primary:hover { background: #ffd2b3; }
.hero-foot-rule { background: var(--coral); }
.art-glow { background: radial-gradient(circle, #67cec5, #e7aa84); opacity: .19; }
.art-disc {
  background: radial-gradient(circle at 35% 24%, #d5faea 0%, #7fcabe 25%, #267d86 53%, #103a50 79%, #0a1f32 100%);
  box-shadow: inset -32px -37px 60px rgba(0,14,23,.65), inset 18px 21px 50px rgba(255,244,218,.36), 0 45px 100px rgba(0,0,0,.28), 0 0 0 1px rgba(255,221,190,.45);
}
.disc-core { background: #ffe0bc; box-shadow: 0 0 25px 12px rgba(255,193,156,.6); }
.art-label-dot { background: var(--coral); box-shadow: 0 0 12px var(--coral); }
.art-cross { color: var(--coral); }
.hero-bottom { color: #8eabb0; }

.capability-ribbon { background: #f4cba9; color: #17333e; overflow: hidden; }
.ribbon-inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ribbon-intro,.ribbon-outro { font-size: 10px; font-weight: 700; letter-spacing: .15em; white-space: nowrap; opacity: .7; }
.ribbon-inner > span:nth-child(2) { font-size: 16px; font-weight: 600; letter-spacing: .12em; white-space: nowrap; }
.ribbon-inner i { font-style: normal; color: #af674e; margin: 0 18px; }

/* Three different business surfaces */
.intro { position: relative; overflow: hidden; background: #faf9f5; }
.intro::before { content: ''; position: absolute; width: 430px; height: 430px; right: -180px; top: -170px; border: 1px solid rgba(63,139,131,.13); border-radius: 50%; box-shadow: 0 0 0 65px rgba(63,139,131,.018), 0 0 0 130px rgba(63,139,131,.013); }
.intro .container { position: relative; }
.section-kicker { color: #b1765d; }
.section-kicker span { color: #b2b6ad; }
.section-heading h2 span,.about-copy h2 span { color: #6a9790; }
.business-grid { display: grid; grid-template-columns: 1.04fr .96fr; grid-template-rows: repeat(2, 295px); gap: 16px; }
.business-card { min-height: 0; padding: 32px 34px; border: 0; border-radius: 14px; box-shadow: none; isolation: isolate; }
.business-card::before { display: none; }
.business-card::after { content: ''; position: absolute; z-index: -1; border: 1px solid currentColor; opacity: .12; border-radius: 50%; }
.business-card:nth-child(1) { grid-row: span 2; background: radial-gradient(circle at 75% 22%, #246f78, transparent 52%), linear-gradient(140deg, #0c2c3d, #143d4c); color: #fff; }
.business-card:nth-child(1)::after { width: 470px; height: 470px; top: -72px; right: -115px; box-shadow: 0 0 0 55px rgba(255,255,255,.1), 0 0 0 110px rgba(255,255,255,.055); }
.business-card:nth-child(2) { background: linear-gradient(135deg, #dceef0, #e8f5f1 73%); color: #143c4d; }
.business-card:nth-child(2)::after { width: 275px; height: 275px; top: -125px; right: -45px; }
.business-card:nth-child(3) { background: linear-gradient(135deg, #fbe4d4, #fff0df 77%); color: #613d32; }
.business-card:nth-child(3)::after { width: 310px; height: 310px; top: -175px; right: -35px; }
.business-card:hover { transform: translateY(-5px); box-shadow: 0 25px 45px rgba(22, 64, 73, .12); }
.business-card .card-index { color: currentColor; opacity: .68; font-weight: 700; }
.business-card .card-icon { position: absolute; right: 27px; top: 50px; width: 122px; height: 122px; margin: 0; color: currentColor; opacity: .58; }
.business-card:nth-child(1) .card-icon { width: 238px; height: 238px; top: 100px; right: 56px; color: #a7eddf; opacity: .56; transform: rotate(-17deg); }
.business-card:nth-child(3) .card-icon { color: #d17b5d; }
.business-card > div:not(.card-icon) { margin-top: auto; position: relative; z-index: 1; }
.business-card h3 { font-size: 26px; margin-bottom: 12px; }
.business-card:nth-child(1) h3 { font-size: 34px; }
.business-card p { max-width: 410px; color: currentColor; opacity: .85; line-height: 1.95; }
.business-card:nth-child(1) p { color: #bed4d7; opacity: 1; font-size: 15px; }
.business-card .card-arrow { color: currentColor; opacity: .6; top: 27px; right: 32px; }

/* Warm editorial pause */
.statement { background: linear-gradient(115deg, #f2b88f 0%, #ffd9b6 54%, #f7c8a6 100%); color: #173440; }
.statement::before { top: -220px; right: -60px; border-color: rgba(22, 69, 79, .22); box-shadow: 0 0 0 65px rgba(22,69,79,.04), 0 0 0 130px rgba(22,69,79,.03), 0 0 0 195px rgba(22,69,79,.02); }
.statement::after { content: '✳'; position: absolute; right: 16%; top: 26%; font-size: 260px; line-height: 1; font-weight: 200; color: rgba(255,255,255,.21); }
.statement-spark { color: #9a5c47; }
.statement em { color: #155a65; }
.statement-caption { color: #8f6557; }

/* A lighter and more structured process */
.approach { background: #edf4f0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; border: 0; }
.step { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-height: 280px; padding: 28px 29px 30px; gap: 0; border: 1px solid #dce8e2; border-radius: 12px; background: #fff; }
.step::before { content: ''; height: 4px; width: 50px; position: absolute; top: 0; left: 29px; background: #80cfc0; border-radius: 0 0 4px 4px; }
.step:nth-child(2)::before { background: #87b8cd; }
.step:nth-child(3)::before { background: #eab08e; }
.step-no { font-size: 26px; color: #9bbab6; }
.step-content { display: block; margin-top: auto; }
.step-content h3 { min-width: 0; font-size: 22px; margin-bottom: 10px; }
.step-content p { width: auto; max-width: 310px; }
.step-symbol { position: absolute; top: 25px; right: 27px; color: #9dc9c2; font-size: 32px; }

/* Brand page */
.about { background: #fbf4ec; }
.about-visual { height: 520px; border-radius: 16px; background: radial-gradient(circle at 53% 46%, #d4f0e9 0%, #aed7d0 34%, #76aeb5 69%, #225764 100%); box-shadow: 0 30px 65px rgba(74, 112, 110, .16); }
.about-visual::before { background-size: 58px 58px; opacity: .45; }
.about-circle { border-color: rgba(255,255,255,.43); }
.about-circle-a { box-shadow: 0 0 0 60px rgba(255,255,255,.09), 0 0 0 120px rgba(255,255,255,.07); }
.about-circle-b { border-color: rgba(255,248,227,.8); }
.about-line { background: rgba(255,255,255,.72); }
.about-emblem { position: absolute; z-index: 2; top: 44%; left: 50%; width: 190px; height: 190px; transform: translate(-50%,-50%) rotate(-8deg); filter: drop-shadow(0 25px 26px rgba(11, 46, 54, .25)); }
.about-emblem img { width: 100%; height: 100%; display: block; }
.about-word { z-index: 3; top: auto; bottom: 57px; left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: 24px; letter-spacing: .4em; font-weight: 700; text-shadow: 0 2px 10px rgba(0,0,0,.17); }
.about-visual-caption { color: #effff6; }
.about-tags span { border-color: #d9bcab; color: #9b6c5b; background: rgba(255,255,255,.48); }

/* Contact close */
.contact { background: radial-gradient(circle at 0% 100%, rgba(36,119,119,.42), transparent 40%), radial-gradient(circle at 85% 7%, rgba(234,151,112,.15), transparent 30%), #0a2635; }
.contact::before { border-color: rgba(255,189,146,.17); }
.contact-form { border-radius: 14px; background: #fffefa; box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.contact .button-primary { background: var(--coral); }
.contact .button-primary:hover { background: #ffd2b3; }
.contact-brand-line { background: var(--coral); }
.footer { background: #071a26; }

@media (max-width: 1100px) {
  .ribbon-outro { display: none; }
  .business-card:nth-child(1) .card-icon { right: 12px; }
}

@media (max-width: 850px) {
  .business-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 375px 300px; }
  .business-card:nth-child(1) { grid-column: span 2; grid-row: auto; }
  .business-card:nth-child(1) .card-icon { width: 210px; height: 210px; top: 68px; right: 40px; }
  .business-card:nth-child(2),.business-card:nth-child(3) { min-height: 0; }
  .steps { gap: 10px; }
  .step { min-height: 275px; padding: 25px 22px; }
  .step::before { left: 22px; }
  .about-visual { height: 470px; }
}

@media (max-width: 620px) {
  .brand-mark,.footer-brand .brand-mark { width: 40px; height: 40px; }
  .hero h1 em { -webkit-text-fill-color: initial; color: #b9f2e0; background: none; }
  .ribbon-inner { min-height: 57px; justify-content: center; }
  .ribbon-intro,.ribbon-outro { display: none; }
  .ribbon-inner > span:nth-child(2) { font-size: 12px; letter-spacing: .04em; }
  .ribbon-inner i { margin: 0 8px; }
  .business-grid { grid-template-columns: 1fr; grid-template-rows: none; gap: 11px; }
  .business-card:nth-child(1) { grid-column: auto; min-height: 390px; }
  .business-card:nth-child(2),.business-card:nth-child(3) { min-height: 260px; }
  .business-card { padding: 27px; }
  .business-card:nth-child(1) .card-icon { width: 165px; height: 165px; top: 70px; right: 19px; }
  .business-card .card-icon { width: 95px; height: 95px; top: 48px; right: 25px; }
  .business-card h3,.business-card:nth-child(1) h3 { font-size: 25px; }
  .statement::after { right: -27px; top: 16%; font-size: 175px; }
  .steps { grid-template-columns: 1fr; gap: 10px; }
  .step { min-height: 190px; }
  .step-content { margin-top: 35px; }
  .step-content p { max-width: 100%; }
  .about-visual { height: 340px; }
  .about-emblem { width: 135px; height: 135px; }
  .about-word { font-size: 16px; bottom: 43px; }
  .contact-form { border-radius: 12px; }
}
