/* NEOCELIS — Version 1 Homepage Styles */

@import url('https://fonts.googleapis.com/css2?family=Afacad:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --teal: #073F3A;
  --teal-dark: #042B28;
  --off-white: #F5F1E8;
  --copper: #9C5F3A;
  --charcoal: #222322;
  --muted: #6E716C;
  --soft-border: rgba(34, 35, 34, 0.14);
  --white-soft: #F8F4EA;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--charcoal);
  background: var(--off-white);
  line-height: 1.7;
}

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

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

.container {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}

.narrow {
  max-width: 920px;
}

h1,
h2,
h3 {
  font-family: "Afacad", sans-serif;
  line-height: 1.08;
  margin: 0 0 20px;
  font-weight: 600;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  letter-spacing: 0.005em;
  line-height: 1.08;
}

h2 {
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  letter-spacing: -0.03em;
}

h3 {
  font-size: 1.7rem;
}

p {
  margin: 0 0 20px;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--copper);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

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

.button-primary {
  background: var(--copper);
  color: var(--white-soft);
  border: 1px solid var(--copper);
}

.button-primary:hover {
  background: transparent;
  color: var(--copper);
  border-color: var(--copper);
}

.button-primary:hover {
  background: transparent;
  color: var(--copper);
  border: 1px solid var(--copper);
}
.button-secondary {
  background: var(--teal);
  color: var(--white-soft);
  border: 1px solid var(--teal);
}

.button-secondary:hover {
  background: transparent;
  color: var(--teal);
  border-color: var(--teal);
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(4, 43, 40, 0.98);
  color: var(--white-soft);
  border-bottom: 1px solid rgba(156, 95, 58, 0.45);
}

.header-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.logo-image {
  height: 28px;
  width: auto;
  display: block;
}
.desktop-nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 0.92rem;
}

.desktop-nav a,
.social-links a {
  opacity: 0.88;
}

.desktop-nav a:hover,
.social-links a:hover {
  color: var(--copper);
  opacity: 1;
}

.social-links {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  font-size: 0.82rem;
}
.social-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(248, 244, 234, 0.28);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--white-soft);
}
.icon-svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.social-icon:hover {
  border-color: var(--copper);
  color: var(--copper);
}
.menu-toggle {
  display: none;
  justify-self: end;
  border: 0;
  background: transparent;
  color: var(--white-soft);
  font-size: 1.8rem;
  cursor: pointer;
}

.mobile-nav {
  display: none;
}

/* Hero */

.hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(156, 95, 58, 0.22), transparent 28%),
    linear-gradient(135deg, var(--teal), var(--teal-dark));
  color: var(--white-soft);
  padding: 50px 0 120px;
}
.hero-actions {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  transform: translateX(-25px);
}

.button-outline {
  border: 1px solid rgba(248, 244, 234, 0.65);
  color: var(--white-soft);
  background: transparent;
}

.button-outline:hover {
  border-color: var(--copper);
  color: var(--copper);
}
.hero-separator {
  font-weight: 400;
  opacity: 0.45;
  margin: 0 0.06em;
}
.hero-inner {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 28px;
}

.hero-content {
  width: 100%;
  display: grid;
  justify-items: center;
}

.hero-title {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: clamp(2.3rem, 4.6vw, 4.25rem);
  letter-spacing: 0.005em;
  white-space: nowrap;
  transform: translateX(-10px);
}

.hero-subtitle {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  color: rgba(248, 244, 234, 0.86);
  margin-bottom: 34px;
}

.book-card {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  align-items: center;
  text-align: center;
  width: min(350px, 100%);
  padding: 20px;
  border-radius: 26px;
  background: rgba(245, 241, 232, 0.08);
  border: 1px solid rgba(248, 244, 234, 0.18);
  backdrop-filter: blur(10px);
}

.book-card:hover {
  border-color: rgba(156, 95, 58, 0.75);
}
.book-hero-copy {
  text-align: center;
}

.book-hero-copy p {
  margin-left: auto;
  margin-right: auto;
}

.book-hero-copy .button {
  margin-left: auto;
  margin-right: auto;
}
.book-hero-centered {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 32px;
}

.book-hero-copy {
  max-width: 850px;
  text-align: center;
}

.book-hero-copy p:not(.eyebrow) {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.book-cover-hero {
  width: min(240px, 100%);
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.26);
}
.book-hero-centered {
  display: grid;
  justify-items: center;
  text-align: center;
}

.book-hero-copy {
  max-width: 920px;
  text-align: center;
}

.book-hero-copy p:not(.eyebrow) {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.book-hero-copy h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-top: 30px;
  margin-bottom: 22px;
}

.book-hero-actions {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.book-hero-actions .button {
  width: auto;
  min-width: unset;
}

.book-checkout-note {
  display: block;
  margin-top: 16px;
  font-size: 0.86rem;
  color: rgba(248, 244, 234, 0.72);
}

.book-description-layout {
  align-items: center;
}

.book-cover-description {
  width: min(380px, 100%);
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(34, 35, 34, 0.22);
}
.book-cover-placeholder,
.book-cover-small {
  width: 110px;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}
.book-cover-book-page-photo {
  width: 100%;
  max-width: 660px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.book-cover-feature {
  width: min(360px, 100%);
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(34, 35, 34, 0.22);
}
.book-cover-home-photo {
  width: 100%;
  max-width: 460px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
.book-cover-hero {
  width: min(240px, 100%);
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.26);
}
.about-photo {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: 28px;
}
.service-image {
  width: 100%;
  min-height: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 28px;
  display: block;
}

.book-image-placeholder,
.photo-placeholder,
.form-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  border-radius: 20px;
  border: 1px dashed rgba(156, 95, 58, 0.5);
  background: rgba(156, 95, 58, 0.08);
  color: var(--copper);
  font-weight: 700;
}

.book-cover-placeholder {
  min-height: 210px;
  background: rgba(0, 0, 0, 0.18);
  color: var(--white-soft);
}

.book-card-text p {
  color: var(--copper);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.book-card-text h2 {
  font-size: 2.2rem;
  margin-bottom: 18px;
}
.book-card-text {
  display: grid;
  justify-items: center;
}
.book-card-text span {
  color: var(--white-soft);
  border-bottom: 1px solid var(--copper);
  padding-bottom: 4px;
}
.book-description-layout {
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
}

.book-cover2 {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  display: block;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Pillars */

.pillars {
  padding: 0 0 20px;
  background: var(--off-white);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 0;
  transform: translateY(-45px);
  margin-bottom: -60px;
  position: relative;
  z-index: 5;
}

.pillar-card {
  display: block;
  padding: 34px;
  min-height: 285px;
  background: rgba(255, 253, 247, 0.8);
  border: 1px solid var(--soft-border);
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  transition: transform 0.30s ease, border-color 0.30s ease;
}

.pillar-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  height: 3px;
  background: var(--copper);
}

.pillar-card:hover {
  transform: translateY(-15px);
  border-color: rgba(156, 95, 58, 0.65);
  box-shadow: 0 24px 55px rgba(34, 35, 34, 0.12);
}

.pillar-card h2 {
  font-size: 2.2rem;
  margin-top: 18px;
}

.pillar-card p {
  color: var(--muted);
  font-size: 0.98rem;
}

/* General sections */

.section {
  padding: 100px 0;
}

.about-neocelis {
  background: var(--off-white);
  padding-top: 45px;
}
.about-neocelis {
  background: var(--off-white);
  padding-top: 35px;
  padding-bottom: 35px;
}

.about-neocelis h2 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  max-width: 1000px;
}

.about-neocelis p {
  font-size: 1.08rem;
  color: var(--muted);
}
.about-neocelis p {
  font-size: 1.08rem;
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}
.book-feature-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.button-amazon {
  background: var(--copper);
  color: var(--white-soft);
  border: 1px solid var(--copper);
}

.button-amazon:hover {
   background: transparent;
  color: var(--copper);
  border-color: var(--copper);
}
.book-feature {
  background: rgba(231, 221, 204, 0.38);
  padding: 65px 0;
}
.book-feature h2 {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
}
.book-cover-feature {
  width: min(300px, 100%);
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(34, 35, 34, 0.22);
}
.book-image-placeholder {
  min-height: 460px;
}

.testimonials {
  background: var(--teal);
  color: var(--white-soft);
  padding: 55px 0 70px;
}
.testimonials h2 {
  font-size: clamp(2.1rem, 4vw, 3.3rem);
}
.testimonials .section-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.testimonials .section-heading {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.testimonials .section-heading p {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.section-heading {
  max-width: 760px;
  margin-bottom: 46px;
}

.section-heading p {
  color: rgba(248, 244, 234, 0.76);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.testimonial-card {
  padding: 32px;
  border-radius: 26px;
  background: rgba(248, 244, 234, 0.08);
  border: 1px solid rgba(248, 244, 234, 0.16);
}

.testimonial-card p {
  color: rgba(248, 244, 234, 0.86);
}

.testimonial-card h3 {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  margin: 24px 0 4px;
  color: var(--white-soft);
}

.testimonial-card span {
  color: var(--copper);
  font-size: 0.86rem;
}

.about-pavel {
  background: var(--off-white);
  padding: 45px 0;
}
.about-pavel h2 {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
}

.pavel-photo-wrap {
  position: relative;
  width: min(480px, 100%);
  height: 520px;
  margin: 0 auto;
  overflow: hidden;
}

.pavel-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}

.pavel-photo-wrap::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: -2px;
  height: 36px;
  background: var(--off-white);
  filter: blur(3px);
  z-index: 2;
  pointer-events: none;
}

.photo-placeholder {
  min-height: 520px;
}

/* Contact */

.contact-section {
  background: var(--teal);
  color: var(--white-soft);
  padding: 65px 0 65px;
}
.contact-section h2 {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
}
.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 60px;
  align-items: start;
}

.contact-section p {
  color: rgba(248, 244, 234, 0.82);
}
.contact-copy {
  min-width: 0;
}

.contact-copy .button {
  margin-bottom: 0;
}
.contact-links {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: rgba(248, 244, 234, 0.82);
  font-size: 0.92rem;
}
.contact-links .social-icon {
  color: var(--white-soft);
  flex-shrink: 0;
}
.contact-links a:hover {
  color: var(--copper);
}

.form-placeholder {
  width: 100%;
  min-height: 420px;
  background: var(--off-white);
  color: var(--charcoal);
}
.tally-form-wrapper {
  width: 100%;
  min-height: 574px;
  padding: 10px;
  border-radius: 28px;
  background: var(--off-white);
  overflow: hidden;
}

.tally-form-wrapper {
  width: 100%;
  min-height: 350px;
  padding: 10px;
  border-radius: 28px;
  background: var(--off-white);
  overflow: hidden;
}
/* Footer */
.footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-logo {
  width: 68px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.footer-brand p {
  max-width: 240px;
  margin: 0;
  line-height: 1.35;
}

.site-footer {
  background: var(--teal-dark);
  color: var(--white-soft);
  padding: 35px 0 18px;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr 1fr;
  gap: 40px;
  align-items: center;
}
.footer-inner nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.footer-inner nav a {
  display: inline-flex;
}

.footer-inner p,
.footer-inner a {
  color: rgba(248, 244, 234, 0.78);
  font-size: 0.94rem;
}

.footer-inner a:hover {
  color: var(--copper);
}

.footer-social {
  margin-top: 16px;
  display: flex;
  gap: 18px;
}

.footer-bottom {
  width: min(1180px, calc(100% - 64px));
  margin: 18px auto 0;
  padding-top: 10px;
  border-top: 1px solid rgba(248, 244, 234, 0.12);
  color: rgba(248, 244, 234, 0.58);
  font-size: 0.82rem;
  text-align: center;
  display: block;
}

/* Inner pages */

.page-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(156, 95, 58, 0.18), transparent 30%),
    linear-gradient(135deg, var(--teal), var(--teal-dark));
  color: var(--white-soft);
  padding: 50px 0 55px;
}
.services-hero .page-hero-inner {
  max-width: 1180px;
  width: 100%;
}
.service-side-panel {
  display: grid;
  gap: 24px;
  align-content: start;
}

.service-side-panel .suitable-box {
  margin: 0;
}

.service-side-panel .button {
  justify-self: start;
}
.services-hero h1 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.page-hero h1 {
  font-family: "Afacad", sans-serif;
  font-size: clamp(2.3rem, 4.6vw, 4.25rem);
  letter-spacing: 0.005em;
  line-height: 1.08;
}
.page-hero-inner {
  max-width: 850px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.services-hero-inner {
  max-width: 1180px;
  width: 100%;
}

.services-title {
  display: grid;
  justify-items: center;
  text-align: center;
  font-size: clamp(2.3rem, 4.2vw, 4.1rem);
  letter-spacing: 0.005em;
  line-height: 1.08;
  margin-left: auto;
  margin-right: auto;
}

.services-title span {
  display: block;
  white-space: nowrap;
}
#human-performance {
  padding: 4% 0;
}
.page-hero p:not(.eyebrow) {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.18rem;
  color: rgba(248, 244, 234, 0.82);
}

.about-page {
  background: var(--off-white);
  padding: 55px 0;
}

.about-story {
  background: rgba(231, 221, 204, 0.32);
  padding: 55px 0;
}

.large-statement 
  .large-statement 
  .large-statement {
  font-family: "Afacad", sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.12;
  color: var(--teal);
  margin: 0 0 34px;
}

.philosophy-section {
  background: var(--teal);
  color: var(--white-soft);
  padding: 55px 0;
}

.philosophy-section p {
  color: rgba(248, 244, 234, 0.84);
}

.philosophy-section .large-statement {
  color: var(--white-soft);
}
/* Services page */

.service-section {
  background: var(--off-white);
}
#social-sustainability {
  padding: 55px 0;
}
#biophilic-integration {
  padding: 55px 0;
}
.service-alt {
  background: rgba(231, 221, 204, 0.32);
}

.service-focus {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 1.18;
  color: var(--teal);
  margin-bottom: 28px;
}

.suitable-box {
  margin: 34px 0 28px;
  padding: 26px;
  border-left: 4px solid var(--copper);
  background: rgba(255, 253, 247, 0.7);
  border-radius: 18px;
}

.suitable-box h3 {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--copper);
  margin-bottom: 10px;
}

.suitable-box p {
  margin-bottom: 0;
  color: var(--muted);
}

.service-note {
  font-size: 0.92rem;
  color: var(--muted);
  border-top: 1px solid var(--soft-border);
  padding-top: 18px;
  margin-top: 26px;
}

.service-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  border-radius: 28px;
  border: 1px dashed rgba(156, 95, 58, 0.5);
  background:
    linear-gradient(135deg, rgba(7, 63, 58, 0.08), rgba(156, 95, 58, 0.08));
  color: var(--copper);
  font-weight: 700;
}
/* Book page */

.book-page-hero .split-section {
  grid-template-columns: 1.1fr 0.9fr;
}

.purchase-note {
  display: block;
  margin: 45px 0 10px;
  font-size: 0.85rem;
  line-height: 1;
  letter-spacing: 0.14em;
  color: rgba(248, 244, 234, 0.55);
}
.book-hero-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 560px;
  border-radius: 30px;
  border: 1px dashed rgba(156, 95, 58, 0.55);
  background:
    linear-gradient(135deg, rgba(245, 241, 232, 0.10), rgba(156, 95, 58, 0.10));
  color: var(--white-soft);
  font-weight: 700;
}

.book-description {
  background: var(--off-white);
  padding: 45px 0;
}

.book-description p {
  font-size: 1.08rem;
  color: var(--muted);
}

.book-description strong {
  color: var(--charcoal);
}

.who-book {
  background: rgba(231, 221, 204, 0.32);
  padding: 45px 0;
}

.book-list-card {
  padding: 36px;
  border-radius: 28px;
  background: rgba(255, 253, 247, 0.78);
  border: 1px solid var(--soft-border);
}

.book-list-card p {
  font-weight: 700;
  color: var(--teal);
}

.book-list-card ul {
  margin: 18px 0 0;
  padding-left: 22px;
}

.book-list-card li {
  margin-bottom: 14px;
  color: var(--muted);
}

.purchase-section {
  background: var(--off-white);
}

.purchase-section .section-heading h2 {
  max-width: 820px;
}

.purchase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 38px;
}

.purchase-card {
  padding: 36px;
  border-radius: 28px;
  background: rgba(255, 253, 247, 0.8);
  border: 1px solid var(--soft-border);
}

.purchase-card h3 {
  color: var(--teal);
  margin-bottom: 14px;
}

.purchase-card p {
  color: var(--muted);
  margin-bottom: 26px;
}

.purchase-card span {
  display: block;
  margin-top: 18px;
  font-size: 0.86rem;
  color: var(--muted);
}
/* Mobile */

@media (max-width: 860px)
 {
  .book-card {
  justify-items: center;
  text-align: center;
  width: min(340px, 100%);
  padding: 22px;
  
}
#social-sustainability .split-section {
  display: flex;
  flex-direction: column-reverse;
}
.book-cover-small {
  width: 135px;
  margin: 0 auto;
}
.hero-actions {
  transform: none;
}
.book-feature-actions {
  justify-content: center;
}
.book-card-text {
  justify-items: center;
}
  .container {
    width: min(100% - 28px, 1120px);
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    min-height: 72px;
  }
.hero-title {
  white-space: normal;
  font-size: clamp(2.6rem, 11vw, 4rem);
}
  .desktop-nav,
  .desktop-social {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-nav {
    display: none;
    padding: 18px 20px 26px;
    background: var(--teal-dark);
    border-top: 1px solid rgba(248, 244, 234, 0.12);
  }

  .mobile-nav.is-open {
    display: grid;
    gap: 16px;
  }

  .mobile-social {
    display: flex;
    gap: 18px;
    padding-top: 12px;
    color: var(--copper);
  }
  .services-title {
  font-size: clamp(2.4rem, 10vw, 3.6rem);
  line-height: 1.08;
  max-width: 100%;
}

.services-title span {
  white-space: normal;
}
.service-image-wrap {
  width: 100%;
  height: 520px;
  border-radius: 28px;
  overflow: hidden;
}

.service-image-wrap .service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}
.service-image {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 28px;
}
.pavel-photo-wrap {
  position: relative;
  width: min(480px, 100%);
  height: 480px;
  margin: 0 auto;
  overflow: hidden;
}

.pavel-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center 45% !important;
}

.pavel-photo-wrap::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: -2px;
  height: 36px;
  background: var(--off-white);
  filter: blur(3px);
  z-index: 2;
  pointer-events: none;
}
  .hero {
    padding: 50px 0 55px;
  }

  .hero-inner,
  .split-section,
  .contact-inner,
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .book-card {
    grid-template-columns: 1fr;
  }

.pillars-grid,
.testimonial-grid,
.purchase-grid {
  grid-template-columns: 1fr;
}

  .pillars-grid {
  transform: translateY(0);
  margin-bottom: 0;
  margin-top: 24px;
}
.about-neocelis {
  padding-top: 25px;
  padding-bottom: 30px;
}
  .section {
    padding: 76px 0;
  }

  .book-image-placeholder,
  .photo-placeholder {
    min-height: 360px;
  }

  .footer-inner {
    gap: 30px;
  }
  .about-neocelis {
  padding-top: 25px !important;
  padding-bottom: 30px !important;
}
.footer-bottom {
  text-align: center !important;
}
}