:root {
  --ink: #071f29;
  --navy: #0a2a35;
  --aqua: #3cb3b0;
  --aqua-soft: #d9f1ef;
  --paper: #f6f3ed;
  --white: #ffffff;
  --line: rgba(10, 42, 53, 0.22);
  --shadow: #4c4c4c;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Arial", "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.shell { width: min(100% - 40px, 1440px); margin-inline: auto; }
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 100;
  padding: 12px 18px; background: var(--white); color: var(--navy);
}
.skip-link:focus { top: 16px; }

.site-header { position: relative; z-index: 20; background: var(--paper); border-bottom: 1px solid var(--line); }
.utility-bar {
  min-height: 34px; padding: 7px 20px; display: flex; align-items: center;
  justify-content: space-between; gap: 20px; background: var(--navy); color: var(--white);
  font-size: 0.7rem; font-weight: 650; letter-spacing: 0.14em; text-transform: uppercase;
}
.utility-bar p { margin: 0; }
.utility-bar a { border-bottom: 1px solid var(--aqua); }
.masthead { min-height: 128px; display: flex; justify-content: center; align-items: center; position: relative; }
.brand { width: min(430px, 48vw); }
.brand img { width: 100%; height: 90px; object-fit: contain; }
.menu-button { display: none; }
.primary-nav { border-top: 1px solid var(--line); }
.nav-inner { min-height: 48px; display: flex; justify-content: center; gap: clamp(24px, 4vw, 64px); align-items: center; }
.nav-inner a { font-size: 0.73rem; font-weight: 750; letter-spacing: 0.16em; text-transform: uppercase; }
.nav-inner a:hover, .nav-inner a:focus-visible { color: #207d7a; }

.hero { min-height: min(760px, calc(100vh - 211px)); display: grid; grid-template-columns: 1.1fr 0.9fr; border-inline: 1px solid var(--line); }
.hero-copy { padding: clamp(70px, 8vw, 132px) clamp(28px, 6vw, 92px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .section-index { margin: 0 0 28px; font-size: 0.72rem; font-weight: 750; letter-spacing: 0.16em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 900px; font-family: var(--serif); font-size: clamp(4.2rem, 7.4vw, 8.6rem); font-weight: 400; line-height: 0.84; letter-spacing: -0.065em; }
.hero-summary { max-width: 650px; margin: 38px 0 0; font-size: clamp(1rem, 1.5vw, 1.3rem); line-height: 1.65; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { display: inline-flex; min-height: 48px; padding: 14px 20px; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 760; letter-spacing: 0.12em; text-transform: uppercase; }
.button-primary { background: var(--navy); color: var(--white); border: 1px solid var(--navy); }
.button-primary:hover, .button-primary:focus-visible { background: var(--aqua); border-color: var(--aqua); color: var(--navy); }
.text-link { padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 0.82rem; font-weight: 700; }
.hero-art { min-height: 580px; position: relative; overflow: hidden; display: grid; place-items: center; background: var(--navy); color: var(--white); isolation: isolate; }
.hero-art::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(60,179,176,.65), transparent 48%), linear-gradient(145deg, rgba(255,255,255,.05), transparent 55%); }
.hero-art::after { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.hero-mark { position: relative; z-index: 2; width: min(55%, 380px); filter: drop-shadow(0 24px 50px rgba(0,0,0,.24)); }
.hero-art p { position: absolute; z-index: 2; bottom: 48px; margin: 0; font-family: var(--serif); font-size: 1.35rem; font-style: italic; }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.orbit-one { width: 72%; aspect-ratio: 1; transform: rotate(35deg) scaleY(.42); }
.orbit-two { width: 100%; aspect-ratio: 1; transform: rotate(-35deg) scaleY(.28); }

.ticker { overflow: hidden; background: var(--aqua); color: var(--navy); border-block: 1px solid var(--navy); }
.ticker-track { min-width: max-content; padding: 14px 0; display: flex; align-items: center; gap: 22px; animation: ticker 26s linear infinite; }
.ticker span { font-family: var(--serif); font-size: 1.05rem; font-style: italic; }
.ticker i { font-style: normal; font-size: 1.4rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.intro { padding-block: clamp(86px, 11vw, 170px); display: grid; grid-template-columns: .55fr 1.45fr; gap: 32px; border-inline: 1px solid var(--line); }
.intro > * { padding-inline: clamp(28px, 6vw, 92px); }
.intro > div { border-left: 1px solid var(--line); }
.intro h2 { margin: 0; max-width: 1030px; font-family: var(--serif); font-weight: 400; font-size: clamp(2.7rem, 5.5vw, 6.2rem); line-height: .98; letter-spacing: -.045em; }
.intro div p { max-width: 680px; margin: 36px 0 0 auto; font-size: 1.03rem; line-height: 1.7; }

.section-heading { padding: clamp(84px, 10vw, 150px) clamp(28px, 6vw, 92px) clamp(52px, 6vw, 88px); border-inline: 1px solid var(--line); }
.section-heading h2 { margin: 0; max-width: 1100px; font-family: var(--serif); font-weight: 400; font-size: clamp(3rem, 6.1vw, 7rem); line-height: .96; letter-spacing: -.05em; }
.services-section { background: var(--aqua-soft); border-top: 1px solid var(--line); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-bottom: 0; }
.service-card { min-height: 590px; padding: clamp(28px, 4vw, 58px); display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.service-card:last-child { border-right: 0; }
.service-topline { display: flex; justify-content: space-between; font-size: .72rem; font-weight: 750; letter-spacing: .13em; }
.service-card h3 { margin: auto 0 26px; font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 4.6rem); font-weight: 400; line-height: .95; letter-spacing: -.045em; }
.service-card > p { max-width: 390px; margin: 0; line-height: 1.65; }
.service-card ul { margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.service-card li { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .76rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }

.work-section { background: var(--navy); color: var(--white); }
.heading-light { border-color: rgba(255,255,255,.18); }
.project-list { border-inline: 1px solid rgba(255,255,255,.18); }
.project { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 680px; border-top: 1px solid rgba(255,255,255,.18); }
.project:nth-child(even) .project-visual { order: 2; }
.project:nth-child(even) .project-copy { order: 1; border-left: 0; border-right: 1px solid rgba(255,255,255,.18); }
.project-visual { min-height: 620px; padding: clamp(24px, 5vw, 80px); display: grid; place-items: center; overflow: hidden; }
.project-frame { width: min(82%, 700px); aspect-ratio: 4/3; padding: clamp(18px, 3vw, 44px); position: relative; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid currentColor; background: rgba(255,255,255,.1); box-shadow: 22px 22px 0 rgba(0,0,0,.13); }
.project-frame span { font-size: .68rem; font-weight: 800; letter-spacing: .16em; }
.project-frame strong { max-width: 82%; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 6.4rem); font-weight: 400; line-height: .87; letter-spacing: -.05em; }
.project-frame i { position: absolute; right: 30px; bottom: 20px; font-size: 3.5rem; font-style: normal; }
.project-wellness { background: radial-gradient(circle at 30% 20%, #d5d6a6, transparent 34%), linear-gradient(135deg, #70816d, #c2a991); color: #172d29; }
.project-sweets { background: radial-gradient(circle at 70% 15%, #fff3d1, transparent 28%), linear-gradient(145deg, #cf6f8b, #f2b9a0); color: #5a2031; }
.project-community { background: radial-gradient(circle at 50% 80%, #3cb3b0, transparent 30%), linear-gradient(145deg, #ef7a50, #273e58); color: #fff; }
.project-copy { padding: clamp(44px, 6vw, 92px); display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,.18); }
.project-category { margin: 0 0 30px; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 4.7vw, 5.8rem); font-weight: 400; line-height: .92; letter-spacing: -.05em; }
.project-copy > p:not(.project-category) { margin: 28px 0 42px; line-height: 1.7; color: rgba(255,255,255,.78); }
.project-copy .text-link { align-self: flex-start; }

.process-section { padding: clamp(90px, 11vw, 170px) clamp(28px, 6vw, 92px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 150px); border-inline: 1px solid var(--line); }
.process-intro { position: sticky; top: 38px; align-self: start; }
.process-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5.2vw, 6rem); font-weight: 400; line-height: .95; letter-spacing: -.05em; }
.process-intro > p:last-child { max-width: 520px; margin: 32px 0 0; line-height: 1.7; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { padding: 28px 0 34px; display: grid; grid-template-columns: 52px 1fr; gap: 6px 20px; border-bottom: 1px solid var(--line); }
.process-list span { grid-row: 1/3; font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.process-list h3 { margin: 0; font-family: var(--serif); font-size: clamp(2.1rem, 3.2vw, 3.8rem); font-weight: 400; letter-spacing: -.04em; }
.process-list p { max-width: 570px; margin: 9px 0 0; line-height: 1.65; }

.insights-section { background: var(--white); border-top: 1px solid var(--line); }
.insights-grid { padding: 0 clamp(28px, 6vw, 92px) clamp(90px, 10vw, 150px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; border-inline: 1px solid var(--line); }
.insight-card { border-top: 1px solid var(--navy); }
.insight-art { aspect-ratio: 4/3; margin: 16px 0 28px; padding: 18px; display: flex; align-items: flex-end; color: var(--white); font-size: .65rem; font-weight: 800; letter-spacing: .14em; }
.insight-1 { background: radial-gradient(circle at 55% 45%, var(--aqua), transparent 18%), repeating-radial-gradient(circle at 55% 45%, transparent 0 30px, rgba(255,255,255,.14) 31px 32px), var(--navy); }
.insight-2 { background: linear-gradient(45deg, transparent 44%, rgba(255,255,255,.28) 45% 46%, transparent 47%), linear-gradient(-45deg, transparent 44%, rgba(255,255,255,.2) 45% 46%, transparent 47%), #267a78; background-size: 70px 70px; }
.insight-3 { background: radial-gradient(ellipse at 20% 100%, var(--aqua) 0 18%, transparent 18.5%), radial-gradient(ellipse at 55% 100%, #206870 0 25%, transparent 25.5%), var(--navy); }
.insight-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.insight-card > p:not(.project-category) { min-height: 82px; margin: 24px 0 30px; line-height: 1.6; }

.contact-section { background: var(--aqua); color: var(--navy); border-block: 1px solid var(--navy); }
.contact-inner { padding: clamp(90px, 12vw, 180px) clamp(28px, 8vw, 120px); text-align: center; }
.contact-inner h2 { max-width: 1100px; margin: 0 auto; font-family: var(--serif); font-size: clamp(3.3rem, 7.6vw, 8.4rem); font-weight: 400; line-height: .86; letter-spacing: -.06em; }
.contact-inner > p:not(.section-index) { max-width: 670px; margin: 38px auto; line-height: 1.7; }
.button-light { background: var(--white); color: var(--navy); border: 1px solid var(--navy); }
.button-light:hover, .button-light:focus-visible { background: var(--navy); color: var(--white); }

.site-footer { background: var(--navy); color: var(--white); }
.footer-main { padding: 72px 0; display: grid; grid-template-columns: 1.8fr .6fr 1fr; gap: 50px; }
.footer-brand img { width: 340px; height: 116px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.footer-brand p { margin: 20px 0 0; font-family: var(--serif); font-size: 1.25rem; font-style: italic; color: rgba(255,255,255,.76); }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 14px; }
.footer-label { margin: 0 0 12px; color: var(--aqua); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-main a { font-size: .9rem; }
.footer-main a:hover, .footer-main a:focus-visible { color: var(--aqua); }
.footer-base { padding: 18px 0 30px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.18); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-base p { margin: 0; }

@media (max-width: 880px) {
  .shell { width: min(100% - 24px, 1440px); }
  .utility-bar { padding-inline: 12px; }
  .utility-bar p { display: none; }
  .utility-bar { justify-content: flex-end; }
  .masthead { min-height: 92px; justify-content: flex-start; }
  .brand { width: 235px; }
  .brand img { height: 62px; }
  .menu-button { position: absolute; right: 0; display: inline-flex; align-items: center; gap: 10px; border: 0; background: transparent; color: var(--navy); font-size: .72rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
  .menu-icon, .menu-icon::before { display: block; width: 22px; height: 1px; background: currentColor; content: ""; transition: transform .2s ease; }
  .menu-icon::before { transform: translateY(-6px); }
  .menu-button[aria-expanded="true"] .menu-icon { transform: rotate(45deg); }
  .menu-button[aria-expanded="true"] .menu-icon::before { transform: rotate(-90deg); }
  .primary-nav { display: none; position: absolute; inset: 126px 0 auto; background: var(--paper); border-bottom: 1px solid var(--line); }
  .primary-nav.is-open { display: block; }
  .nav-inner { min-height: auto; padding-block: 22px; flex-direction: column; gap: 0; align-items: stretch; }
  .nav-inner a { padding: 17px 6px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.6rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding-block: 72px; }
  .hero h1 { font-size: clamp(4rem, 16vw, 6.5rem); }
  .hero-art { min-height: 520px; }
  .intro { grid-template-columns: 1fr; gap: 22px; }
  .intro > div { border-left: 0; border-top: 1px solid var(--line); padding-top: 38px; }
  .intro div p { margin-left: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 440px; border-right: 0; border-bottom: 1px solid var(--line); }
  .project { grid-template-columns: 1fr; }
  .project:nth-child(even) .project-visual, .project:nth-child(even) .project-copy { order: initial; }
  .project:nth-child(even) .project-copy, .project-copy { border: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .project-visual { min-height: 520px; }
  .process-section { grid-template-columns: 1fr; }
  .process-intro { position: static; }
  .insights-grid { grid-template-columns: 1fr; gap: 64px; }
  .insight-card > p:not(.project-category) { min-height: 0; }
  .footer-main { grid-template-columns: 1.3fr .7fr; }
  .footer-main > div:last-child { grid-column: 2; }
}

@media (max-width: 520px) {
  .hero-copy { padding-inline: 20px; }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 5.2rem); }
  .hero-summary { font-size: 1rem; }
  .hero-art { min-height: 430px; }
  .intro > * { padding-inline: 20px; }
  .section-heading, .process-section, .contact-inner { padding-inline: 20px; }
  .insights-grid { padding-inline: 20px; }
  .project-visual { min-height: 400px; padding: 28px; }
  .project-frame { width: 100%; }
  .project-copy { padding: 46px 28px 64px; }
  .footer-main { grid-template-columns: 1fr; padding-inline: 8px; }
  .footer-main > div:last-child { grid-column: auto; }
  .footer-base { padding-inline: 8px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
}
