:root {
  --ink: #251817;
  --paper: #fff7ea;
  --white: #ffffff;
  --coral: #ff8a6b;
  --blue: #c84d74;
  --yellow: #ffe27a;
  --mint: #bcefcf;
  --raspberry: #f45b8a;
  --peach: #ffb089;
  --cream: #fff7ea;
  --line: #251817;
  --muted: #6b5650;
  --shadow: 10px 10px 0 var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(255, 247, 234, 0.94);
  border-bottom: 2px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand span {
  color: var(--coral);
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 3vw, 30px);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.nav a {
  text-decoration: none;
  border-bottom: 3px solid transparent;
}

.nav a:hover,
.nav a[aria-current="page"] {
  border-color: var(--coral);
}

.hero {
  position: relative;
  min-height: calc(100vh - 74px);
  display: grid;
  align-items: end;
  border-bottom: 2px solid var(--line);
  overflow: hidden;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 247, 234, 0.97), rgba(255, 247, 234, 0.68) 42%, rgba(255, 247, 234, 0.05) 78%);
  z-index: 1;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(720px, calc(100% - 36px));
  padding: clamp(40px, 8vw, 92px) clamp(18px, 4vw, 56px);
}

.eyebrow,
.section-kicker,
.service-label {
  margin: 0 0 14px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--blue);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Archivo", Arial, sans-serif;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(3.1rem, 9vw, 7.7rem);
  font-weight: 900;
}

h2 {
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  font-weight: 900;
}

h3 {
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.hero-copy p:not(.eyebrow),
.page-hero p:not(.eyebrow),
.two-column p,
.story-copy p,
.contact-copy p {
  max-width: 680px;
  color: #282828;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 2px solid var(--line);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 var(--ink);
  transition: transform 160ms ease, box-shadow 160ms ease;
  cursor: pointer;
}

.button:hover {
  transform: translate(3px, 3px);
  box-shadow: 2px 2px 0 var(--ink);
}

.button.primary {
  background: var(--coral);
  color: var(--white);
}

.button.secondary {
  background: var(--yellow);
  color: var(--ink);
}

.section {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 4vw, 56px);
}

.intro-band {
  background: linear-gradient(135deg, var(--yellow), #ffd0a8);
  border-bottom: 2px solid var(--line);
}

.two-column,
.values-band,
.contact-layout,
.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(30px, 7vw, 88px);
  align-items: start;
}

.section-heading {
  max-width: 900px;
  margin-bottom: 30px;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.offer-card {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  padding: 24px;
  background: #fffaf2;
  border: 2px solid var(--line);
  box-shadow: var(--shadow);
}

.offer-card.featured {
  background: var(--mint);
}

.offer-number {
  margin-bottom: auto;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1;
  color: var(--coral);
}

.offer-card p:not(.offer-number) {
  color: var(--muted);
}

.offer-card a {
  width: fit-content;
  margin-top: 10px;
  font-family: "Archivo", Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--blue);
}

.punchline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--raspberry);
  color: var(--white);
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
}

.punchline h2 {
  max-width: 880px;
  margin-bottom: 0;
}

.page-hero {
  padding: clamp(60px, 10vw, 130px) clamp(18px, 4vw, 56px) clamp(48px, 8vw, 92px);
  border-bottom: 2px solid var(--line);
}

.about-hero {
  background: linear-gradient(135deg, var(--mint), #d8f6ba);
}

.services-hero {
  background: linear-gradient(135deg, var(--yellow), var(--peach));
}

.contact-hero {
  background: linear-gradient(135deg, var(--raspberry), var(--peach));
  color: var(--white);
}

.contact-hero .eyebrow,
.contact-hero p {
  color: var(--white);
}

.story-stamp {
  display: grid;
  place-items: center;
  min-height: 340px;
  padding: 26px;
  background: linear-gradient(135deg, var(--coral), var(--raspberry));
  border: 2px solid var(--line);
  box-shadow: var(--shadow);
  color: var(--white);
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  font-weight: 900;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

.values-band {
  background: #39211f;
  color: var(--white);
}

.values-band .section-kicker {
  color: var(--yellow);
}

.value-list {
  display: grid;
  gap: 18px;
}

.value-list article {
  padding: 24px;
  background: #fffaf2;
  border: 2px solid var(--line);
  color: var(--ink);
}

.value-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.service-list {
  display: grid;
  gap: 28px;
}

.service-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 60px);
  padding: clamp(24px, 4vw, 44px);
  background: #fffaf2;
  border: 2px solid var(--line);
  box-shadow: var(--shadow);
}

.feature-service {
  background: linear-gradient(135deg, var(--mint), #fff1a8);
}

.service-intro p:not(.service-label) {
  color: var(--muted);
  font-size: 1.05rem;
}

.service-details h3 {
  margin-bottom: 18px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.service-details ul {
  columns: 2;
  gap: 28px;
  margin: 0;
  padding-left: 20px;
}

.service-details li {
  break-inside: avoid;
  margin-bottom: 10px;
}

.contact-layout {
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 36px);
  background: #fffaf2;
  border: 2px solid var(--line);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  font-family: "Archivo", Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 2px solid var(--line);
  border-radius: 0;
  padding: 13px 14px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

button {
  width: fit-content;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 24px clamp(18px, 4vw, 56px);
  background: #39211f;
  color: var(--white);
}

.site-footer p {
  margin: 0;
}

.site-footer p:first-child {
  font-family: "Archivo", Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .hero {
    min-height: 760px;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(255, 247, 234, 0.98), rgba(255, 247, 234, 0.86) 45%, rgba(255, 247, 234, 0.12));
  }

  .hero img {
    object-position: center bottom;
  }

  .hero-copy {
    align-self: start;
    padding-top: 54px;
  }

  .two-column,
  .values-band,
  .contact-layout,
  .story-layout,
  .service-panel,
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .offer-card {
    min-height: 260px;
  }

  .service-details ul {
    columns: 1;
  }

  .punchline,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    min-height: 720px;
  }

  h1 {
    font-size: clamp(2.65rem, 15vw, 4.2rem);
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .button {
    width: 100%;
  }
}

/* Visual refresh: sherbet studio */
body {
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 226, 122, 0.55), transparent 24rem),
    radial-gradient(circle at 92% 4%, rgba(188, 239, 207, 0.7), transparent 22rem),
    linear-gradient(135deg, #fff7ea 0%, #fff0f4 48%, #ecfff4 100%);
  overflow-x: hidden;
}

.site-header {
  margin: 14px clamp(12px, 3vw, 30px) 0;
  border: 2px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(37, 24, 23, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.brand::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 11px 0 0 var(--mint), 22px 0 0 var(--raspberry);
}

.hero {
  min-height: calc(100vh - 88px);
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: center;
  padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 70px);
  border-bottom: 0;
  background:
    linear-gradient(115deg, rgba(255, 138, 107, 0.3), transparent 34%),
    linear-gradient(295deg, rgba(188, 239, 207, 0.55), transparent 44%),
    #fff7ea;
}

.hero::after {
  content: none;
}

.hero-splash {
  position: absolute;
  inset: 7% auto auto 52%;
  width: min(40vw, 520px);
  aspect-ratio: 1;
  border: 2px solid var(--line);
  border-radius: 46% 54% 52% 48%;
  background: linear-gradient(135deg, var(--yellow), var(--peach), var(--mint));
  filter: saturate(1.08);
  opacity: 0.92;
  animation: blobFloat 8s ease-in-out infinite;
}

.hero-copy {
  width: auto;
  padding: 0;
}

.hero h1 {
  max-width: 920px;
  font-size: clamp(4.2rem, 10vw, 9.8rem);
  text-transform: uppercase;
}

.hero-copy p:not(.eyebrow) {
  max-width: 640px;
}

.hero-visual {
  position: relative;
  z-index: 2;
  min-height: 560px;
}

.image-card {
  position: relative;
  height: min(62vh, 620px);
  min-height: 440px;
  overflow: visible;
  border: 2px solid var(--line);
  border-radius: 34px;
  background: #fffaf2;
  box-shadow: 18px 18px 0 var(--ink);
  transform: rotate(3deg);
  animation: cardFloat 7s ease-in-out infinite;
}

.hero .image-card img {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 31px;
}

.sticker,
.orbit {
  position: absolute;
  z-index: 3;
  border: 2px solid var(--line);
  border-radius: 999px;
  font-family: "Archivo", Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 6px 6px 0 var(--ink);
}

.sticker {
  padding: 14px 18px;
  background: var(--yellow);
}

.sticker-top {
  top: 22px;
  left: -22px;
  transform: rotate(-7deg);
}

.sticker-bottom {
  right: -18px;
  bottom: 28px;
  background: var(--mint);
  transform: rotate(6deg);
}

.orbit {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  background: var(--raspberry);
  color: var(--white);
  font-size: 0.78rem;
  animation: orbitBob 5s ease-in-out infinite;
}

.orbit-one {
  top: 5%;
  right: -5%;
}

.orbit-two {
  bottom: 11%;
  left: -7%;
  background: var(--peach);
  color: var(--ink);
  animation-delay: -1.3s;
}

.orbit-three {
  right: 10%;
  bottom: -6%;
  background: var(--yellow);
  color: var(--ink);
  animation-delay: -2.4s;
}

.marquee {
  overflow: hidden;
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
  background: var(--ink);
  color: var(--white);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeMove 24s linear infinite;
}

.marquee span {
  padding: 16px 30px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee span::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 30px;
  border-radius: 999px;
  background: var(--yellow);
}

.section {
  position: relative;
}

.intro-band,
.about-hero,
.services-hero,
.contact-hero,
.values-band,
.punchline {
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
}

.offer-preview {
  background: rgba(255, 250, 242, 0.72);
}

.offer-grid {
  gap: clamp(18px, 3vw, 32px);
}

.offer-card,
.service-panel,
.contact-form,
.value-list article,
.story-stamp {
  border-radius: 28px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.offer-card:hover,
.service-panel:hover,
.value-list article:hover {
  transform: translateY(-8px) rotate(-1deg);
  box-shadow: 14px 18px 0 var(--ink);
}

.offer-card {
  min-height: 360px;
  overflow: hidden;
}

.offer-card::before,
.service-panel::before {
  content: "";
  display: block;
  height: 14px;
  margin: -24px -24px 24px;
  background: linear-gradient(90deg, var(--raspberry), var(--yellow), var(--mint));
  border-bottom: 2px solid var(--line);
}

.offer-number {
  color: var(--raspberry);
  text-shadow: 4px 4px 0 #ffd0a8;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(86px, 12vw, 150px);
}

.page-hero::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: clamp(16px, 7vw, 90px);
  bottom: -80px;
  border: 2px solid var(--line);
  border-radius: 36% 64% 44% 56%;
  background: rgba(255, 255, 255, 0.45);
  animation: blobFloat 8s ease-in-out infinite reverse;
}

.service-panel {
  position: relative;
  overflow: hidden;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border-radius: 16px;
}

.button {
  border-radius: 999px;
}

.button.primary {
  background: linear-gradient(135deg, var(--raspberry), var(--coral));
}

.button.secondary {
  background: linear-gradient(135deg, var(--yellow), var(--mint));
}

.reveal {
  opacity: 0;
  transform: translateY(26px) scale(0.98);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes blobFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
    border-radius: 46% 54% 52% 48%;
  }

  50% {
    transform: translate3d(-18px, 16px, 0) rotate(8deg);
    border-radius: 58% 42% 46% 54%;
  }
}

@keyframes cardFloat {
  0%,
  100% {
    transform: rotate(3deg) translateY(0);
  }

  50% {
    transform: rotate(1deg) translateY(-12px);
  }
}

@keyframes orbitBob {
  0%,
  100% {
    transform: translateY(0) rotate(-4deg);
  }

  50% {
    transform: translateY(-14px) rotate(5deg);
  }
}

@keyframes marqueeMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    border-radius: 28px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-splash {
    inset: auto -18% 24% auto;
    width: 72vw;
  }

  .hero-visual {
    min-height: 470px;
  }

  .image-card {
    height: 470px;
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    border-radius: 24px;
  }

  .hero {
    padding-top: 44px;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 18vw, 5.2rem);
  }

  .hero-visual {
    min-height: 390px;
  }

  .image-card {
    height: 360px;
    border-radius: 24px;
    box-shadow: 10px 10px 0 var(--ink);
  }

  .hero .image-card img {
    border-radius: 21px;
  }

  .sticker {
    font-size: 0.72rem;
    padding: 11px 13px;
  }

  .orbit {
    width: 78px;
    height: 78px;
    font-size: 0.66rem;
  }
}

/* EKCo refinements */
.logo-brand {
  display: inline-flex;
  width: clamp(92px, 13vw, 150px);
  height: auto;
  animation: none;
}

.logo-brand::before {
  content: none;
}

.logo-brand img {
  width: 100%;
  height: auto;
  filter: drop-shadow(4px 5px 0 rgba(37, 24, 23, 0.22));
}

.hero {
  min-height: auto;
  padding-top: clamp(42px, 6vw, 72px);
  padding-bottom: clamp(38px, 6vw, 68px);
}

.hero-logo-pop {
  width: clamp(140px, 23vw, 260px);
  margin: 0 0 20px;
  filter: drop-shadow(8px 10px 0 rgba(37, 24, 23, 0.16));
  animation: none;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(3.8rem, 8.6vw, 8.6rem);
  text-transform: none;
}

.hero-visual {
  min-height: 500px;
}

.image-card {
  height: min(54vh, 540px);
  min-height: 390px;
}

.sticker {
  width: 86px;
  height: 86px;
  padding: 0;
  background: linear-gradient(135deg, var(--yellow), var(--peach));
}

.sticker::after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 2px solid var(--line);
  border-radius: inherit;
  background: var(--mint);
}

.sticker-bottom {
  width: 116px;
  height: 48px;
}

.sticker-bottom::after {
  inset: 11px 22px;
  background: var(--yellow);
}

.orbit {
  font-size: 0;
}

.orbit::before,
.orbit::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.orbit::before {
  width: 36%;
  height: 36%;
}

.orbit::after {
  width: 16%;
  height: 16%;
  right: 18%;
  top: 22%;
}

.marquee span {
  letter-spacing: 0;
}

.offer-preview {
  padding-top: clamp(34px, 5vw, 64px);
}

.offer-card {
  min-height: 310px;
}

.section {
  padding-top: clamp(42px, 6vw, 82px);
  padding-bottom: clamp(42px, 6vw, 82px);
}

.story-photo {
  overflow: hidden;
  padding: 0;
  background: var(--yellow);
}

.story-photo img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.story-copy {
  align-self: center;
}

.service-panel {
  gap: clamp(20px, 4vw, 44px);
}

.service-details li {
  margin-bottom: 8px;
}

@keyframes logoWiggle {
  0%,
  100% {
    transform: rotate(-1deg) scale(1);
  }

  45% {
    transform: rotate(1.6deg) scale(1.035);
  }

  70% {
    transform: rotate(-0.8deg) scale(0.99);
  }
}

@keyframes logoPulse {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-8px) rotate(1deg);
  }
}

@media (max-width: 900px) {
  .logo-brand {
    width: 118px;
  }

  .hero-visual {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .hero-logo-pop {
    width: 138px;
  }

  .image-card {
    height: 320px;
    min-height: 0;
  }

  .sticker {
    width: 68px;
    height: 68px;
  }
}

/* Logo-aligned visual system */
:root {
  --ink: #24357f;
  --paper: #fffdf2;
  --white: #ffffff;
  --coral: #ff9a77;
  --blue: #4565f6;
  --yellow: #fff0a6;
  --mint: #d8f6df;
  --raspberry: #4565f6;
  --peach: #ffd4bd;
  --cream: #fffdf2;
  --line: #4565f6;
  --muted: #53608f;
  --shadow: 10px 10px 0 rgba(69, 101, 246, 0.26);
}

body {
  background:
    radial-gradient(circle at 12% 18%, rgba(69, 101, 246, 0.18), transparent 22rem),
    radial-gradient(circle at 88% 8%, rgba(255, 240, 166, 0.72), transparent 20rem),
    linear-gradient(135deg, #fffdf2 0%, #f2f5ff 54%, #fff7ed 100%);
  color: var(--ink);
  font-family: "Nunito Sans", Arial, sans-serif;
}

h1,
h2,
h3,
.brand,
.nav,
.button,
.eyebrow,
.section-kicker,
.service-label,
.offer-number,
.marquee span,
.service-details h3,
label,
.site-footer p:first-child {
  font-family: "Nunito Sans", Arial, sans-serif;
}

h1,
h2,
h3 {
  line-height: 1.02;
  font-weight: 900;
}

.site-header {
  padding: 12px clamp(16px, 3vw, 34px);
  background: rgba(255, 253, 242, 0.92);
  border-color: rgba(69, 101, 246, 0.5);
  box-shadow: 0 16px 34px rgba(69, 101, 246, 0.14);
}

.logo-brand {
  width: clamp(82px, 10vw, 118px);
  animation: none;
}

.logo-brand img {
  filter: drop-shadow(0 5px 10px rgba(69, 101, 246, 0.16));
}

.nav a:hover,
.nav a[aria-current="page"] {
  border-color: var(--blue);
}

.hero {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  gap: clamp(22px, 4vw, 48px);
  padding-top: clamp(36px, 5vw, 62px);
  background:
    linear-gradient(115deg, rgba(69, 101, 246, 0.13), transparent 36%),
    linear-gradient(295deg, rgba(255, 240, 166, 0.62), transparent 42%),
    #fffdf2;
}

.hero-logo-pop {
  display: none;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(3.45rem, 7.6vw, 7.4rem);
  text-transform: none;
}

.hero-copy p:not(.eyebrow),
.page-hero p:not(.eyebrow),
.two-column p,
.story-copy p,
.contact-copy p,
.service-intro p:not(.service-label) {
  color: var(--muted);
}

.hero-splash {
  border-color: rgba(69, 101, 246, 0.55);
  background: linear-gradient(135deg, rgba(69, 101, 246, 0.2), rgba(255, 240, 166, 0.85), rgba(255, 154, 119, 0.42));
}

.image-card,
.offer-card,
.service-panel,
.contact-form,
.value-list article,
.story-stamp {
  border-color: rgba(69, 101, 246, 0.65);
  box-shadow: var(--shadow);
}

.image-card {
  background: #fffdf8;
}

.sticker,
.orbit {
  border-color: var(--blue);
  box-shadow: 5px 5px 0 rgba(69, 101, 246, 0.22);
}

.orbit {
  background: var(--blue);
}

.orbit-two {
  background: var(--peach);
}

.orbit-three,
.sticker {
  background: var(--yellow);
}

.sticker::after,
.sticker-bottom::after {
  border-color: var(--blue);
}

.marquee {
  background: var(--blue);
  color: #fffdf2;
  border-color: var(--blue);
}

.marquee span::after {
  background: var(--yellow);
}

.offer-preview,
.service-list {
  background: rgba(255, 253, 242, 0.72);
}

.offer-card,
.service-panel,
.contact-form,
.value-list article {
  background: rgba(255, 253, 248, 0.95);
}

.offer-card.featured,
.feature-service {
  background: linear-gradient(135deg, #f0f4ff, #fff4c9);
}

.offer-card::before,
.service-panel::before {
  background: linear-gradient(90deg, var(--blue), var(--yellow), var(--peach));
  border-color: rgba(69, 101, 246, 0.55);
}

.offer-number {
  color: var(--blue);
  text-shadow: 4px 4px 0 rgba(255, 240, 166, 0.8);
}

.button.primary {
  background: var(--blue);
  color: #fffdf2;
}

.button.secondary {
  background: var(--yellow);
  color: var(--ink);
}

.button {
  box-shadow: 5px 5px 0 rgba(69, 101, 246, 0.24);
}

.about-hero,
.services-hero {
  background: linear-gradient(135deg, #f0f4ff, #fff8d8);
}

.contact-hero,
.punchline,
.values-band,
.site-footer {
  background: var(--blue);
  color: #fffdf2;
}

.contact-hero .eyebrow,
.contact-hero p,
.values-band .section-kicker {
  color: #fffdf2;
}

.story-photo {
  background: #f0f4ff;
}

.service-panel h2 {
  font-size: clamp(1.85rem, 4vw, 3.8rem);
  letter-spacing: 0;
}

.service-label {
  color: var(--blue);
}

.service-panel .service-label {
  display: none;
}

.service-details h3 {
  color: var(--ink);
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }
}

/* More color + playful type */
:root {
  --coral: #ff7f6e;
  --yellow: #fff06d;
  --mint: #baf4d4;
  --peach: #ffbf9f;
  --pink: #ff8fcb;
  --lavender: #d8d2ff;
}

body {
  background:
    radial-gradient(circle at 10% 14%, rgba(255, 143, 203, 0.32), transparent 20rem),
    radial-gradient(circle at 88% 10%, rgba(255, 240, 109, 0.78), transparent 22rem),
    radial-gradient(circle at 78% 80%, rgba(186, 244, 212, 0.62), transparent 24rem),
    linear-gradient(135deg, #fffdf2 0%, #eef3ff 45%, #fff2e8 100%);
}

h1,
h2,
h3,
.offer-number {
  font-family: "Fredoka", "Nunito Sans", Arial, sans-serif;
  font-weight: 700;
}

.nav,
.button,
.eyebrow,
.section-kicker,
.service-label,
.marquee span,
.service-details h3 {
  font-family: "Fredoka", "Nunito Sans", Arial, sans-serif;
}

.hero {
  background:
    linear-gradient(115deg, rgba(69, 101, 246, 0.14), transparent 36%),
    linear-gradient(290deg, rgba(255, 143, 203, 0.2), transparent 48%),
    linear-gradient(24deg, rgba(255, 240, 109, 0.62), transparent 42%),
    #fffdf2;
}

.hero h1 {
  color: var(--blue);
  text-shadow: 5px 5px 0 rgba(255, 240, 109, 0.74);
}

.hero-copy p:not(.eyebrow) {
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
}

.hero-splash {
  background: linear-gradient(135deg, var(--yellow), var(--pink), var(--mint), var(--lavender));
  opacity: 0.72;
}

.image-card {
  background: linear-gradient(135deg, #ffffff, #fff4c9);
}

.sticker {
  background: linear-gradient(135deg, var(--yellow), var(--pink));
}

.sticker::after {
  background: var(--mint);
}

.sticker-bottom {
  background: linear-gradient(135deg, var(--lavender), var(--mint));
}

.orbit {
  background: var(--pink);
}

.orbit-two {
  background: var(--yellow);
}

.orbit-three {
  background: var(--mint);
}

.marquee {
  background: linear-gradient(90deg, var(--blue), #6f82ff, var(--pink), var(--blue));
}

.marquee span::after {
  background: var(--yellow);
  box-shadow: 18px 0 0 var(--mint), 36px 0 0 var(--pink);
}

.offer-preview {
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 143, 203, 0.18), transparent 18rem),
    radial-gradient(circle at 90% 18%, rgba(186, 244, 212, 0.32), transparent 18rem),
    rgba(255, 253, 242, 0.76);
}

.offer-card:nth-child(1) {
  background: linear-gradient(145deg, #fffdf8, #ffe7dc);
}

.offer-card:nth-child(2),
.offer-card.featured {
  background: linear-gradient(145deg, #eef3ff, #fff7c7);
}

.offer-card:nth-child(3) {
  background: linear-gradient(145deg, #f4edff, #dcfff0);
}

.offer-card::before,
.service-panel::before {
  height: 18px;
  background: linear-gradient(90deg, var(--blue), var(--pink), var(--yellow), var(--mint));
}

.offer-number {
  color: var(--blue);
  text-shadow: 4px 4px 0 var(--yellow);
}

.button.primary {
  background: linear-gradient(135deg, var(--blue), #7185ff);
}

.button.secondary {
  background: linear-gradient(135deg, var(--yellow), var(--mint));
}

.button:hover {
  filter: saturate(1.14);
}

.services-hero,
.about-hero {
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 143, 203, 0.28), transparent 16rem),
    linear-gradient(135deg, #eef3ff, #fff7c7 72%);
}

.service-panel:nth-child(1) {
  background: linear-gradient(145deg, #fffdf8, #ffe7dc);
}

.service-panel:nth-child(2) {
  background: linear-gradient(145deg, #eef3ff, #fff7c7);
}

.service-panel:nth-child(3) {
  background: linear-gradient(145deg, #f4edff, #dcfff0);
}

.story-photo {
  border-color: var(--pink);
}

.value-list article:nth-child(1) {
  background: #fff7c7;
}

.value-list article:nth-child(2) {
  background: #dcfff0;
}

.value-list article:nth-child(3) {
  background: #f4edff;
}

.contact-form {
  background: linear-gradient(145deg, #fffdf8, #eef3ff);
}

/* Focused EKCo palette */
:root {
  --blue: #4565f6;
  --purple: #8b63ff;
  --pink: #ff8fcb;
  --yellow: #ffd56f;
  --mint: #eef3ff;
  --peach: #ffbf86;
  --line: #4565f6;
}

body {
  background:
    radial-gradient(circle at 10% 14%, rgba(69, 101, 246, 0.2), transparent 20rem),
    radial-gradient(circle at 90% 12%, rgba(139, 99, 255, 0.16), transparent 22rem),
    radial-gradient(circle at 82% 82%, rgba(255, 143, 203, 0.2), transparent 24rem),
    linear-gradient(135deg, #fffdf2 0%, #eef3ff 54%, #fff7ec 100%);
}

.hero,
.about-hero,
.contact-hero {
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 143, 203, 0.18), transparent 18rem),
    linear-gradient(135deg, #fffdf2, #eef3ff 58%, #fff4db);
}

.contact-hero,
.punchline,
.values-band,
.site-footer {
  background: linear-gradient(135deg, var(--blue), var(--purple));
}

.hero h1 {
  color: var(--blue);
  text-shadow: 5px 5px 0 rgba(255, 213, 111, 0.72);
}

.hero-splash {
  background: linear-gradient(135deg, rgba(69, 101, 246, 0.32), rgba(139, 99, 255, 0.2), rgba(255, 213, 111, 0.78));
}

.marquee {
  background: linear-gradient(90deg, var(--blue), var(--purple), var(--pink), var(--blue));
}

.marquee span::after {
  background: var(--yellow);
  box-shadow: 18px 0 0 var(--purple), 36px 0 0 var(--pink);
}

.offer-card:nth-child(1),
.service-panel:nth-child(1) {
  background: linear-gradient(145deg, #fffdf8, #fff0dc);
}

.offer-card:nth-child(2),
.offer-card.featured,
.service-panel:nth-child(2) {
  background: linear-gradient(145deg, #eef3ff, #f3edff);
}

.offer-card:nth-child(3),
.service-panel:nth-child(3) {
  background: linear-gradient(145deg, #fff4fb, #eef3ff);
}

.offer-card::before {
  background: linear-gradient(90deg, var(--blue), var(--purple), var(--pink));
}

.service-list {
  padding-top: clamp(78px, 10vw, 132px);
  background:
    radial-gradient(circle at 12% 12%, rgba(69, 101, 246, 0.14), transparent 18rem),
    radial-gradient(circle at 88% 18%, rgba(139, 99, 255, 0.12), transparent 18rem),
    #fffdf2;
}

.service-panel::before {
  display: none;
}

.service-panel {
  border-color: rgba(69, 101, 246, 0.45);
}

.button.primary {
  background: linear-gradient(135deg, var(--blue), var(--purple));
}

.button.secondary {
  background: linear-gradient(135deg, var(--yellow), #fff2be);
}

/* Homepage without placeholder image */
.hero {
  grid-template-columns: 1fr;
  min-height: clamp(500px, 68vh, 760px);
  place-items: center;
  text-align: center;
}

.hero-copy {
  max-width: 980px;
  margin: 0 auto;
}

.hero-copy p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
}

.hero-actions {
  justify-content: center;
}

.hero-splash {
  inset: auto;
  left: 50%;
  top: 50%;
  width: min(64vw, 620px);
  transform: translate(-50%, -50%);
  opacity: 0.34;
}

/* Homepage motion polish */
.hero {
  min-height: clamp(430px, 58vh, 650px);
  padding-top: clamp(26px, 4vw, 48px);
  padding-bottom: clamp(20px, 3vw, 34px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero h1 {
  animation: headlineIntro 900ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

.hero-copy p,
.hero-actions {
  animation: softRise 900ms ease both;
  animation-delay: 220ms;
}

.hero-logo-orbit {
  position: absolute;
  z-index: 1;
  width: clamp(118px, 17vw, 220px);
  right: clamp(18px, 8vw, 130px);
  bottom: clamp(16px, 5vw, 76px);
  opacity: 0.28;
  filter: drop-shadow(0 12px 22px rgba(69, 101, 246, 0.2));
  pointer-events: none;
  animation: logoCornerFloat 7s ease-in-out infinite;
}

.marquee {
  margin-top: 0;
}

@keyframes headlineIntro {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.96);
    filter: blur(7px);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes softRise {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes logoCornerFloat {
  0%,
  100% {
    transform: rotate(-4deg) translateY(0) scale(1);
  }

  50% {
    transform: rotate(3deg) translateY(-12px) scale(1.04);
  }
}

@media (max-width: 720px) {
  .hero-logo-orbit {
    right: 12px;
    bottom: 12px;
    width: 112px;
    opacity: 0.18;
  }
}

.hero-actions .button {
  min-height: 68px;
  padding: 22px 34px;
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  box-shadow: 8px 8px 0 rgba(69, 101, 246, 0.24);
}

.hero-actions {
  margin-top: clamp(26px, 4vw, 44px);
}

/* Extra polish and fuller service cards */
.page-hero h1 {
  animation: pageTitlePop 760ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

.page-hero::after {
  animation: blobFloat 7s ease-in-out infinite reverse, softSpin 16s linear infinite;
}

.offer-preview {
  padding-top: clamp(54px, 7vw, 98px);
  padding-bottom: clamp(64px, 8vw, 110px);
}

.offer-grid {
  align-items: stretch;
}

.offer-card {
  min-height: 390px;
  padding: clamp(26px, 3vw, 38px);
}

.offer-card h3 {
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  margin-bottom: 16px;
}

.offer-card p:not(.offer-number) {
  font-size: clamp(1.08rem, 1.55vw, 1.28rem);
  line-height: 1.45;
}

.offer-card a {
  margin-top: auto;
  font-size: 1rem;
}

.offer-card:hover {
  animation: happyTilt 520ms ease both;
}

.service-panel.is-visible,
.contact-form.is-visible,
.story-photo.is-visible {
  animation: softPop 680ms ease both;
}

.contact-form label {
  transition: transform 180ms ease;
}

.contact-form label:focus-within {
  transform: translateX(6px);
}

.button {
  position: relative;
  overflow: hidden;
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transform: translateX(-120%);
  transition: transform 520ms ease;
}

.button:hover::after {
  transform: translateX(120%);
}

@keyframes pageTitlePop {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes softSpin {
  from {
    rotate: 0deg;
  }

  to {
    rotate: 360deg;
  }
}

@keyframes happyTilt {
  0%,
  100% {
    rotate: 0deg;
  }

  45% {
    rotate: -1.4deg;
  }

  75% {
    rotate: 0.7deg;
  }
}

@keyframes softPop {
  0% {
    filter: saturate(0.9);
  }

  50% {
    filter: saturate(1.14);
  }

  100% {
    filter: saturate(1);
  }
}

/* Make homepage service cards loud and readable */
.offer-preview .section-heading h2 {
  font-size: clamp(3rem, 7vw, 6.5rem);
}

.offer-grid {
  gap: clamp(24px, 4vw, 44px);
}

.offer-card {
  min-height: clamp(430px, 45vw, 560px);
  padding: clamp(34px, 4vw, 54px);
}

.offer-number {
  font-size: clamp(5rem, 9vw, 9.5rem);
  margin-bottom: 28px;
}

.offer-card h3 {
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.9;
  margin-bottom: 24px;
}

.offer-card p:not(.offer-number) {
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  line-height: 1.18;
  color: var(--ink);
}

.offer-card a {
  margin-top: 32px;
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
}

@media (max-width: 900px) {
  .offer-card {
    min-height: 360px;
  }
}
