:root {
  --ink: #0b2742;
  --ink-soft: #28455f;
  --muted: #657385;
  --paper: #fbf8f1;
  --white: #fffefb;
  --sand: #efe8dd;
  --sage: #dbe7d8;
  --sage-deep: #7e9887;
  --teal: #5f7b69;
  --terracotta: #c98a68;
  --line: rgba(9, 39, 70, 0.12);
  --shadow: 0 18px 45px rgba(9, 39, 70, 0.11);
  --radius: 8px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(213, 144, 103, 0.13), transparent 30rem),
    linear-gradient(180deg, #f4eee6 0%, #fbf8f1 46%, #f4eee6 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(9, 39, 70, 0.025) 1px, transparent 1px);
  background-size: 100% 38px;
  mask-image: linear-gradient(to bottom, black, transparent 42%);
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.02;
}

.page-shell {
  width: min(1560px, calc(100% - 16px));
  margin: 8px auto 24px;
  overflow: hidden;
  background: rgba(255, 254, 251, 0.78);
  border: 1px solid rgba(9, 39, 70, 0.055);
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(9, 39, 70, 0.09);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 14px 24px;
  background: rgba(255, 254, 251, 0.94);
  border-bottom: 1px solid rgba(9, 39, 70, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: url("./assets/claridad-logo-icon.png") center / contain no-repeat;
  border: 0;
  border-radius: 50%;
}

.brand-mark svg {
  display: none;
}

.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.16rem;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.brand small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 4px;
  color: var(--teal);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1;
  text-transform: uppercase;
}

.brand small::before,
.brand small::after {
  content: "";
  width: 18px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--terracotta);
  border-radius: 999px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(15px, 2.1vw, 30px);
  color: var(--ink);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px;
  background: rgba(9, 39, 70, 0.05);
  border: 1px solid rgba(9, 39, 70, 0.1);
  border-radius: 999px;
}

.language-toggle a,
.language-toggle span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
}

.language-toggle span {
  color: white;
  background: var(--ink);
}

.nav-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.nav-button,
.button.primary {
  color: white;
  background: var(--ink);
  box-shadow: 0 10px 22px rgba(9, 39, 70, 0.18);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 254, 251, 0.84);
  border-color: rgba(9, 39, 70, 0.28);
}

.button:hover,
.nav-button:hover {
  transform: translateY(-2px);
}

.coastline-banner {
  position: relative;
  height: clamp(220px, 31vw, 390px);
  overflow: hidden;
  background: var(--sand);
}

.coastline-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(9, 39, 70, 0.04), rgba(9, 39, 70, 0.16)),
    linear-gradient(90deg, rgba(251, 248, 241, 0.1), transparent 40%, rgba(251, 248, 241, 0.12));
}

.coastline-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.hero {
  display: flex;
  justify-content: center;
  min-height: 318px;
  background:
    radial-gradient(circle at 14% 16%, rgba(213, 144, 103, 0.12), transparent 18rem),
    linear-gradient(90deg, var(--white) 0%, #fbf6ed 52%, #f2efe6 100%);
}

.page-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.65fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
  padding: clamp(54px, 7vw, 92px) clamp(28px, 5vw, 72px);
  background:
    radial-gradient(circle at 90% 20%, rgba(213, 144, 103, 0.14), transparent 18rem),
    linear-gradient(135deg, var(--white), #f7f1e8);
}

.page-intro h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3rem, 5vw, 5.2rem);
}

.page-intro p {
  max-width: 720px;
  color: var(--ink-soft);
  font-size: 1.1rem;
}

.page-kicker {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-mark {
  display: grid;
  place-items: center;
  min-height: 250px;
  color: var(--terracotta);
  background: rgba(219, 231, 216, 0.58);
  border-radius: 180px 180px var(--radius) var(--radius);
}

.page-mark .sun-icon {
  width: 150px;
  height: 150px;
}

.content-section {
  padding: clamp(48px, 7vw, 82px) clamp(28px, 5vw, 72px);
  background: var(--white);
}

.content-section.alt {
  background: #fbf8f1;
}

.copy-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 1.14fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: start;
}

.copy-grid h2,
.content-section > h2 {
  margin: 0;
  font-size: clamp(2.2rem, 3.8vw, 3.5rem);
}

.copy-grid p,
.content-section > p {
  color: var(--ink-soft);
}

.detail-card {
  padding: 28px;
  background: rgba(255, 254, 251, 0.94);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(9, 39, 70, 0.055);
}

.detail-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-list li::before {
  content: "✓";
  margin-right: 9px;
  color: var(--teal);
  font-weight: 900;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min(100%, 940px);
  padding: clamp(48px, 6vw, 72px) clamp(38px, 6vw, 72px);
  text-align: center;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.9rem, 4.7vw, 4.25rem);
}

.hero p {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 1.03rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.hero-art {
  position: relative;
  overflow: hidden;
  min-height: 392px;
  border-top-left-radius: 260px;
  background:
    radial-gradient(circle at 24% 42%, rgba(255, 241, 190, 0.96) 0 42px, transparent 43px),
    linear-gradient(160deg, rgba(255, 245, 220, 0.7), transparent 44%),
    linear-gradient(180deg, #b9d5d8 0%, #f2dfbf 48%, #2b7581 49%, #16596d 100%);
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: 46% 0 0 0;
  clip-path: polygon(15% 68%, 35% 46%, 55% 34%, 73% 44%, 88% 48%, 100% 65%, 100% 100%, 0 100%, 0 82%);
  background:
    linear-gradient(135deg, rgba(41, 95, 66, 0.92), rgba(119, 139, 78, 0.9)),
    #5d866c;
}

.hero-art::after {
  content: "";
  position: absolute;
  inset: 64% 0 0 0;
  background:
    repeating-linear-gradient(168deg, rgba(255, 255, 255, 0.48) 0 2px, transparent 2px 23px),
    linear-gradient(180deg, rgba(42, 116, 130, 0.9), rgba(20, 88, 108, 0.98));
}

.coast-mark {
  position: absolute;
  z-index: 4;
  top: 72px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 165px;
  height: 165px;
  color: white;
  opacity: 0.86;
  transform: translateX(-50%);
}

.coast-mark .sun-icon {
  width: 150px;
  height: 150px;
  opacity: 0.78;
}

.sun-icon {
  display: block;
  width: 74px;
  height: 74px;
  background:
    radial-gradient(circle at 50% 52%, transparent 0 26%, currentColor 27% 30%, transparent 31%),
    linear-gradient(currentColor, currentColor) 50% 8% / 3px 17% no-repeat,
    linear-gradient(currentColor, currentColor) 25% 22% / 3px 15% no-repeat,
    linear-gradient(currentColor, currentColor) 75% 22% / 3px 15% no-repeat,
    linear-gradient(var(--teal), var(--teal)) 50% 76% / 62% 5px no-repeat,
    linear-gradient(var(--teal), var(--teal)) 50% 88% / 48% 5px no-repeat;
  color: var(--terracotta);
}

.palm {
  position: absolute;
  z-index: 3;
  bottom: 16px;
  right: 54px;
  width: 42px;
  height: 245px;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent 42%, #553922 44% 54%, transparent 56%);
  transform: rotate(8deg);
}

.palm::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -46px;
  width: 132px;
  height: 86px;
  background:
    radial-gradient(ellipse at 50% 100%, #315f39 0 16%, transparent 17%),
    radial-gradient(ellipse at 20% 75%, #315f39 0 19%, transparent 20%),
    radial-gradient(ellipse at 80% 78%, #315f39 0 20%, transparent 21%),
    radial-gradient(ellipse at 36% 20%, #315f39 0 18%, transparent 19%),
    radial-gradient(ellipse at 65% 18%, #315f39 0 18%, transparent 19%);
}

.palm-two {
  right: 104px;
  bottom: 44px;
  height: 185px;
  transform: rotate(-6deg) scale(0.78);
  opacity: 0.88;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  padding: 30px clamp(28px, 5vw, 76px) 36px;
  background: var(--white);
  border-bottom: 1px solid rgba(9, 39, 70, 0.08);
}

.feature-strip article {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.feature-strip h2 {
  max-width: 150px;
  margin: 0;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
}

.round-icon {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  color: var(--teal);
  background: var(--sage);
  border-radius: 50%;
}

.round-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.insight-section {
  display: grid;
  justify-items: center;
  padding: clamp(46px, 7vw, 76px) clamp(28px, 5vw, 78px);
  background:
    radial-gradient(circle at 18% 12%, rgba(201, 138, 104, 0.11), transparent 18rem),
    linear-gradient(135deg, #fbf8f1, var(--white));
  text-align: center;
}

.insight-section h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.15rem, 4vw, 3.65rem);
}

.insight-section p:not(.section-label) {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.6vw, 1.16rem);
}

.healing-visual {
  display: grid;
  justify-items: center;
  padding: 0 clamp(28px, 5vw, 78px) clamp(42px, 6vw, 70px);
  background: var(--white);
}

.healing-visual img {
  width: 100%;
  max-width: 1120px;
  border: 1px solid rgba(9, 39, 70, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(9, 39, 70, 0.1);
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 0.95fr);
  gap: clamp(42px, 7vw, 80px);
  align-items: center;
  padding: 28px clamp(26px, 4vw, 44px) 62px;
  background: var(--white);
}

.portrait-card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 14px 34px rgba(9, 39, 70, 0.11);
  background: var(--sand);
}

.portrait-card::before {
  content: "";
  position: absolute;
  inset: -24px;
  background: url("./assets/alberto-aguirre-headshot.jpeg") center 28% / cover no-repeat;
  filter: blur(18px);
  opacity: 0.62;
  transform: scale(1.04);
}

.portrait-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 330px;
  object-fit: contain;
  object-position: center;
  background: #66717a;
}

.intro-copy {
  max-width: 520px;
}

.section-label {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.intro-copy h2,
.section-heading h2,
.communities-section h2,
.founder-detail h2,
.cta-section h2 {
  margin: 0;
}

.intro-copy h2 {
  max-width: 450px;
  font-size: clamp(2.35rem, 4.2vw, 3.45rem);
}

.intro-copy p {
  margin: 18px 0 24px;
  color: var(--ink-soft);
}

.services-section {
  padding: 48px clamp(28px, 5vw, 88px) 60px;
  background: linear-gradient(180deg, #fffefb, #fbf8f1);
  text-align: center;
}

.section-heading {
  max-width: 620px;
  margin: 0 auto 32px;
}

.section-heading h2 {
  font-size: clamp(2.3rem, 4.4vw, 3.65rem);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: left;
}

.services-grid article {
  min-height: 188px;
  padding: 24px;
  background: rgba(255, 254, 251, 0.94);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(9, 39, 70, 0.055);
}

.services-grid h3 {
  margin: 20px 0 10px;
  font-size: 1rem;
  line-height: 1.25;
}

.services-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.48;
}

.service-button {
  margin-top: 28px;
}

.collaborative-visual {
  display: grid;
  justify-items: center;
  padding: 0 clamp(28px, 5vw, 88px) clamp(48px, 6vw, 72px);
  background: linear-gradient(180deg, #fbf8f1, var(--white));
}

.collaborative-visual img {
  width: 100%;
  max-width: 1120px;
  border: 1px solid rgba(9, 39, 70, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(9, 39, 70, 0.1);
}

.section-note {
  max-width: 920px;
  margin: 30px auto 0;
  padding: 18px 22px;
  color: var(--ink-soft);
  background: rgba(219, 231, 216, 0.42);
  border: 1px solid rgba(95, 123, 105, 0.18);
  border-radius: var(--radius);
  font-size: 0.95rem;
}

.approach-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  min-height: 260px;
  background: #f4eadc;
}

.approach-copy {
  padding: 44px clamp(28px, 5vw, 72px);
  color: white;
  background: linear-gradient(135deg, #5f8d79, #789b86);
}

.approach-copy h2 {
  max-width: 420px;
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.approach-copy p {
  max-width: 430px;
  margin: 16px 0 14px;
  color: rgba(255, 255, 255, 0.92);
}

.approach-copy ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 800;
}

.approach-copy li::before {
  content: "✓";
  margin-right: 8px;
}

.office-scene {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent),
    linear-gradient(180deg, #efe7dc 0 63%, #d9c9b7 64% 100%);
}

.chair {
  position: absolute;
  right: 14%;
  bottom: 16px;
  width: 245px;
  height: 145px;
  border-radius: 62px 62px 28px 28px;
  background: linear-gradient(145deg, #dacdc0, #bcae9d);
  box-shadow: inset 10px 8px 25px rgba(255, 255, 255, 0.32), 0 15px 28px rgba(9, 39, 70, 0.11);
}

.chair::before {
  content: "";
  position: absolute;
  left: 22px;
  top: -70px;
  width: 180px;
  height: 120px;
  border-radius: 70px 70px 30px 30px;
  background: linear-gradient(145deg, #eee5db, #cfc0b1);
}

.plant {
  position: absolute;
  left: 12%;
  bottom: 35px;
  width: 112px;
  height: 190px;
  background:
    radial-gradient(ellipse at 30% 20%, #557c58 0 14%, transparent 15%),
    radial-gradient(ellipse at 58% 16%, #557c58 0 14%, transparent 15%),
    radial-gradient(ellipse at 42% 43%, #557c58 0 14%, transparent 15%),
    linear-gradient(90deg, transparent 49%, #7b694c 50% 53%, transparent 54%);
}

.plant::after {
  content: "";
  position: absolute;
  left: 34px;
  bottom: -6px;
  width: 48px;
  height: 42px;
  border-radius: 0 0 10px 10px;
  background: #9c7a55;
}

.communities-section {
  padding: 56px clamp(28px, 5vw, 88px) 58px;
  background: var(--white);
  text-align: center;
}

.communities-section h2 {
  font-size: clamp(2rem, 3.8vw, 3.2rem);
}

.community-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 30px 0 28px;
}

.community-icons article {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.community-icons h3 {
  max-width: 155px;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.25;
}

blockquote {
  max-width: 900px;
  margin: 0 auto;
  padding: 26px 38px;
  color: var(--ink-soft);
  background: #fffefb;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(9, 39, 70, 0.06);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.45;
}

blockquote::before {
  content: "“";
  display: block;
  color: var(--sage-deep);
  font-size: 3rem;
  line-height: 0.45;
  opacity: 0.5;
}

.founder-detail {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 38px;
  padding: 48px clamp(28px, 5vw, 88px);
  background: #fbf8f1;
  border-top: 1px solid rgba(9, 39, 70, 0.08);
}

.founder-detail h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.founder-detail p {
  max-width: 620px;
  color: var(--ink-soft);
}

.founder-detail ul {
  align-self: center;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 24px;
  list-style: none;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(9, 39, 70, 0.055);
}

.founder-detail li::before {
  content: "✓";
  margin-right: 9px;
  color: var(--teal);
  font-weight: 900;
}

.cta-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  padding: 42px clamp(28px, 5vw, 88px);
  color: white;
  background: var(--ink);
}

.cta-section h2 {
  max-width: 560px;
  font-size: clamp(2rem, 3.4vw, 3rem);
}

.cta-section p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.social-links {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  overflow: hidden;
  color: transparent;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  font-size: 0;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.social-links a::before {
  color: white;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.social-links a[href*="instagram"]::before {
  content: "IG";
}

.social-links a[href*="facebook"]::before {
  content: "f";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.35rem;
}

.social-links a[href*="tiktok"]::before {
  content: "TT";
}

.social-links a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.5);
}

.cta-mark {
  position: absolute;
  right: 54px;
  bottom: -28px;
  color: rgba(255, 255, 255, 0.25);
}

.cta-mark .sun-icon {
  width: 150px;
  height: 150px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.82fr 1fr;
  gap: 28px;
  padding: 38px clamp(28px, 5vw, 88px) 22px;
  background: var(--white);
}

.site-footer h2 {
  margin: 0 0 10px;
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-brand .brand {
  width: min(230px, 100%);
  height: 164px;
  background: url("./assets/claridad-logo-lockup.png") left center / contain no-repeat;
}

.footer-brand .brand > * {
  display: none;
}

.site-footer a,
.site-footer span {
  display: block;
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.disclaimer {
  grid-column: 1 / -1;
  margin: 20px 0 0;
  padding-top: 18px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
  text-align: center;
}

@media (max-width: 1040px) {
  .page-shell {
    width: calc(100% - 12px);
    margin-block: 6px 18px;
  }

  .site-header {
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    overflow-x: auto;
    padding-top: 8px;
  }

  .intro-section,
  .approach-band,
  .founder-detail {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .hero-art {
    min-height: 360px;
    border-top-left-radius: 180px;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
  }

  .site-header {
    position: static;
    padding: 14px;
  }

  .brand strong {
    font-size: 1rem;
  }

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

  .nav-button,
  .button {
    min-height: 40px;
    padding-inline: 14px;
  }

  .main-nav {
    justify-content: flex-start;
  }

  .hero-copy {
    padding: 44px 24px 34px;
  }

  .coastline-banner {
    height: 210px;
  }

  .hero h1 {
    font-size: clamp(2.85rem, 14vw, 4.1rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-art {
    min-height: 330px;
  }

  .feature-strip,
  .services-grid,
  .community-icons,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .feature-strip,
  .insight-section,
  .services-section,
  .communities-section,
  .founder-detail,
  .cta-section {
    padding-inline: 24px;
  }

  .intro-section {
    grid-template-columns: 1fr;
    padding-inline: 24px;
  }

  .portrait-card img {
    height: 360px;
  }

  .approach-copy {
    padding: 38px 24px;
  }

  .office-scene {
    min-height: 220px;
  }

  .cta-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .social-links {
    justify-content: flex-start;
  }
}
