.seo-body {
  font-family: 'Manrope', sans-serif;
  color: #1f2937;
  background:
    radial-gradient(circle at top left, rgba(176, 216, 206, 0.4), transparent 28%),
    linear-gradient(180deg, #f9fbfb 0%, #eef5f3 100%);
}

.seo-body main {
  padding-top: 5.6rem;
}

.seo-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.seo-shell {
  width: min(var(--site-content-max-width, 1220px), calc(100% - 2rem));
  margin: 0 auto;
}

.seo-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}

.seo-brand,
.seo-lang-switch a,
.seo-footer a,
.seo-app-link a {
  text-decoration: none;
}

.seo-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
}

.seo-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.seo-lang-switch a {
  min-width: 46px;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: #0f172a;
  font-weight: 700;
  text-align: center;
}

.seo-lang-switch a[aria-current="page"] {
  background: #0f766e;
  border-color: #0f766e;
  color: white;
}

.seo-hero {
  padding: 2rem 0 1rem;
}

.seo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1.25rem;
  align-items: stretch;
}

.seo-badge {
  display: inline-flex;
  margin-bottom: 0.85rem;
  padding: 0.48rem 0.85rem;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.1);
  color: #0f766e;
  font-size: 0.84rem;
  font-weight: 700;
}

.seo-hero h1 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.35rem, 4.6vw, 4rem);
  line-height: 0.96;
  color: #0f172a;
}

.seo-hero-lead {
  margin-top: 0.95rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #334155;
}

.seo-hero-copy {
  margin-top: 0.85rem;
  font-size: 0.96rem;
  line-height: 1.72;
  color: #475569;
  max-width: 52rem;
}

.seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.seo-ghost-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: #0f172a;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.8);
}

.seo-app-link {
  margin-top: 1rem;
  color: #475569;
}

.seo-app-link a {
  color: #0f766e;
  font-weight: 700;
}

.seo-summary-card,
.seo-card,
.seo-answer-box,
.seo-link-card,
.seo-faq-item {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.09);
}

.seo-summary-card {
  overflow: hidden;
}

.seo-summary-card img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.seo-summary-meta {
  padding: 1rem;
}

.seo-summary-meta ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-summary-meta li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.7rem;
  border-radius: 16px;
  background: #f8fafc;
}

.seo-summary-meta li strong {
  font-size: 1.2rem;
  color: #0f172a;
}

.seo-summary-meta li span {
  color: #475569;
  font-size: 0.92rem;
}

.seo-contact {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 0.85rem;
}

.seo-contact a {
  color: #0f766e;
  text-decoration: none;
  font-weight: 700;
}

.seo-section {
  padding: 1rem 0;
}

.seo-legal-card {
  padding: clamp(1.45rem, 2vw, 2rem);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.seo-section--legal {
  padding: 1.5rem 0 2rem;
}

.seo-shell--legal {
  width: min(var(--site-content-max-width, 1220px), calc(100% - 2rem));
}

.seo-legal-header {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 1.4rem;
}

.seo-legal-title {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.3rem, 4.4vw, 3.7rem);
  line-height: 0.96;
  color: #0f172a;
}

.seo-legal-intro {
  margin: 0;
  max-width: 64rem;
  font-size: 1rem;
  line-height: 1.72;
  color: #334155;
}

.seo-legal-meta {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: #64748b;
}

.seo-legal-body {
  display: grid;
  gap: 0;
}

.seo-legal-block + .seo-legal-block {
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.seo-legal-block h2 {
  margin: 0 0 0.55rem;
  font-size: 1.15rem;
  line-height: 1.35;
  color: #0f172a;
}

.seo-legal-block p {
  margin: 0;
  color: #334155;
  line-height: 1.75;
}

.seo-legal-block p + p {
  margin-top: 0.8rem;
}

.seo-legal-lead {
  font-weight: 700;
  color: #0f172a;
}

.seo-legal-list {
  margin: 0.85rem 0 0;
  padding-left: 1.2rem;
  color: #334155;
}

.seo-legal-list li + li {
  margin-top: 0.45rem;
}

.seo-legal-note {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  color: #64748b;
  font-size: 0.94rem;
  line-height: 1.7;
}

.seo-section-soft {
  background: transparent;
}

.seo-heading {
  max-width: 46rem;
  margin-bottom: 1rem;
}

.seo-heading h2 {
  margin: 0 0 0.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.85rem, 3.2vw, 2.7rem);
  line-height: 0.98;
  color: #0f172a;
}

.seo-heading p {
  margin: 0;
  color: #475569;
  line-height: 1.62;
  font-size: 0.96rem;
}

.seo-heading-compact {
  margin-bottom: 0;
}

.seo-answer-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding: 1rem 1.1rem;
}

.seo-answer-box strong {
  color: #0f172a;
}

.seo-answer-box span,
.seo-richtext {
  color: #334155;
}

.seo-richtext {
  display: grid;
  gap: 0.9rem;
  min-width: 0;
}

.seo-richtext p,
.seo-richtext ul,
.seo-richtext ol {
  margin: 0;
}

.seo-richtext h2,
.seo-richtext h3 {
  margin: 0;
  color: #0f172a;
  line-height: 1.18;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
}

.seo-richtext h2 {
  font-size: 2rem;
}

.seo-richtext h3 {
  font-size: 1.5rem;
}

.seo-richtext blockquote {
  margin: 0;
  padding: 0.9rem 1rem;
  border-left: 3px solid #2f6ae5;
  border-radius: 0 18px 18px 0;
  background: rgba(239, 246, 255, 0.82);
  color: #1e293b;
}

.seo-richtext ul,
.seo-richtext ol {
  padding-left: 1.25rem;
}

.seo-richtext li + li {
  margin-top: 0.28rem;
}

.seo-richtext a {
  color: #2f6ae5;
  text-decoration: underline;
}

.seo-card-grid,
.seo-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.seo-card {
  padding: 1.1rem;
}

.seo-card h2,
.seo-card h3 {
  margin: 0 0 0.6rem;
  color: #0f172a;
  font-size: 1.15rem;
  line-height: 1.2;
}

.seo-card p,
.seo-faq-item p,
.seo-link-card span {
  margin: 0;
  color: #475569;
  line-height: 1.75;
}

.seo-card-project {
  overflow: hidden;
  padding: 0;
  height: 100%;
}

.seo-card-project img {
  display: block;
  width: 100%;
  height: 188px;
  object-fit: cover;
}

.seo-project-cover-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.seo-card-body {
  padding: 0.9rem 0.95rem 1rem;
}

.seo-card-body a {
  color: inherit;
  text-decoration: none;
}

.seo-card-project--full .seo-card-body {
  display: grid;
  gap: 0.8rem;
}

.seo-project-facts {
  color: #0f766e;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.4;
}

.seo-project-facts--hero {
  margin-top: 1rem;
  font-size: 1rem;
}

.seo-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.seo-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.36rem 0.68rem;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.08);
  color: #0f766e;
  font-size: 0.84rem;
  font-weight: 700;
}

.seo-inline-link {
  color: #0f766e;
  font-weight: 800;
  text-decoration: none;
}

.seo-section-cta {
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
}

.seo-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.seo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.seo-gallery-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.seo-gallery-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.seo-gallery-card figcaption {
  padding: 0.75rem 0.9rem 0.95rem;
  color: #475569;
  line-height: 1.52;
  font-size: 0.9rem;
}

.seo-about-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
  align-items: stretch;
}

.seo-about-photo-card {
  overflow: hidden;
  padding: 0.95rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

.seo-about-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  border-radius: 10%;
}

.seo-about-copy {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
}

.seo-about-paragraphs {
  display: grid;
  gap: 0.95rem;
}

.seo-about-paragraphs p {
  margin: 0;
  color: #334155;
  line-height: 1.78;
}

.seo-about-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(234, 244, 241, 0.92));
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.seo-hero--project .seo-summary-meta ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-faq-list {
  display: grid;
  gap: 0.9rem;
}

.seo-faq-item {
  padding: 1rem 1.15rem;
}

.seo-faq-item summary {
  cursor: pointer;
  font-weight: 800;
  color: #0f172a;
}

.seo-faq-item p {
  margin-top: 0.75rem;
}

.seo-link-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1rem;
  text-decoration: none;
}

.seo-link-card strong {
  color: #0f172a;
}

.seo-footer {
  padding: 2.5rem 0 3rem;
}

.seo-surface {
  position: relative;
}

.seo-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.seo-carousel-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-shrink: 0;
}

.seo-carousel-nav {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.seo-projects-carousel {
  display: flex;
  gap: 0.9rem;
  overflow-x: auto;
  overflow-y: visible;
  padding: 0.1rem 0 0.4rem;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.seo-projects-carousel::-webkit-scrollbar {
  display: none;
}

.seo-projects-carousel > .seo-card-project {
  flex: 0 0 calc((100% - 1.8rem) / 3);
  min-width: min(23rem, calc(100vw - 5rem));
  scroll-snap-align: start;
}

.seo-inline-link-strong {
  white-space: nowrap;
}

.seo-site-footer {
  margin-top: 1.4rem;
}

.seo-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.35rem;
  border-radius: 28px;
  background: #0f172a;
  color: rgba(255, 255, 255, 0.78);
}

.seo-footer-grid strong,
.seo-footer-grid a {
  color: #ffffff;
}

.seo-footer-grid a {
  display: block;
  text-decoration: none;
}

@media (max-width: 980px) {
  .seo-hero-grid,
  .seo-card-grid,
  .seo-link-grid,
  .seo-footer-grid,
  .seo-about-grid {
    grid-template-columns: 1fr;
  }

  .seo-project-grid,
  .seo-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-summary-meta ul {
    grid-template-columns: 1fr;
  }

  .seo-hero--project .seo-summary-meta ul {
    grid-template-columns: 1fr;
  }

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

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

  .seo-projects-carousel > .seo-card-project {
    flex-basis: min(23rem, calc(100vw - 4rem));
  }

  .seo-about-cta-box {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 640px) {
  .seo-shell {
    width: min(calc(100% - 1rem), var(--site-content-max-width, 1220px));
  }

  .seo-body main {
    padding-top: 5rem;
  }

  .seo-hero {
    padding-top: 1.25rem;
  }

  .seo-actions {
    flex-direction: column;
  }

  .seo-about-photo-card {
    padding: 0.8rem;
    border-radius: 22px;
  }

  .seo-about-photo-card img {
    min-height: 260px;
  }

  .seo-project-grid,
  .seo-gallery-grid {
    grid-template-columns: 1fr;
  }

  .seo-projects-carousel > .seo-card-project {
    flex-basis: min(88vw, 20rem);
    min-width: min(88vw, 20rem);
  }

  .seo-legal-card {
    padding: 1.1rem;
    border-radius: 20px;
  }

  .seo-legal-header {
    gap: 0.7rem;
    margin-bottom: 1.2rem;
  }

  .seo-legal-title {
    font-size: clamp(2rem, 9vw, 3rem);
  }
}
