﻿* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

h2, h3, h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.25;
}

h2 {
  font-size: calc(1.325rem + .9vw);
}

h3 {
  font-size: calc(1.3rem + .6vw);
}

h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  display: inline-block;
  transition: color .15s ease-in-out, opacity .15s ease-in-out;
}

a:hover {
  opacity: .7;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

input, button, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.display-3 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 700;
  line-height: 1.1;
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 700;
  line-height: 1.1;
}

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.form-label {
  margin-bottom: .5rem;
  display: inline-block;
}

.form-control {
  display: block;
  width: 100%;
  padding: .825rem 1.1875rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  background-color: transparent;
  border-radius: .625rem;
}

.form-control:focus {
  outline: 0;
}

.form-select {
  display: block;
  width: 100%;
  padding: .825rem 3.5625rem .825rem 1.1875rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  background-color: transparent;
  border-radius: .625rem;
  appearance: none;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 0;
  margin-bottom: 0;
}

.form-check-input {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-right: .5rem;
  vertical-align: top;
  background-color: transparent;
  appearance: none;
}

.form-check-label {
  cursor: pointer;
}

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: .825rem 1.1875rem;
  font-size: 1.125rem;
  border-radius: .625rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  transition: color .15s ease-in-out;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar > .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: .40625rem;
  padding-bottom: .40625rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  white-space: nowrap;
  font-weight: 700;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .625rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.collapse:not(.show) {
  display: none;
}

.d-flex {
  display: flex !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.w-100 {
  width: 100% !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-12 {
  margin-top: 3rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-2 {
  margin-bottom: .5rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.me-4 {
  margin-right: 1rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.py-3 {
  padding-top: .75rem !important;
  padding-bottom: .75rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.ps-9 {
  padding-left: 2.25rem !important;
}
.ps-12 {
  padding-left: 3rem !important;
}
.fs-1 {
  font-size: 1.5rem !important;
}
.fs-2 {
  font-size: 1.375rem !important;
}
.fs-3 {
  font-size: 1.25rem !important;
}
.fs-4 {
  font-size: 1.125rem !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.rounded-2 {
  border-radius: .625rem !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .me-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .p-md-12 {
    padding: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-12 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 5rem !important;
  }
  .py-lg-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  .display-3 {
    font-size: 4.5rem;
  }
  .display-5 {
    font-size: 3rem;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}


:root {
  --primary-color: #3a7ca5;
  --secondary-color: #d9e6f2;
  --accent-color: #f25c54;
  --text-color: #2d3e50;
  --bg-color: #f9f9f9;
  --bg-secondary: #e9ecef;
}

body {
  font-family: 'Lato', sans-serif;
  color: var(--text-color);
  background-color: var(--bg-color);
}

.bg-bg-2 {
  background-color: var(--bg-secondary);
}

.bg-bg-3 {
  background-color: var(--bg-color);
}

.btn-action-1 {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

.btn-action-1:hover {
  background-color: #2c6183;
  border-color: #2c6183;
  color: white;
  opacity: 1;
}

.text-action-1 {
  color: var(--primary-color);
}


.form-control, .form-select {
  border: 1px solid #ced4da;
  background-color: white;
}

.form-control:focus, .form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.25rem rgba(58, 124, 165, 0.25);
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.navbar-nav .nav-link {
  color: var(--text-color);
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.navbar-toggler {
  border-color: transparent;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.gradient-bg {
  background: linear-gradient(135deg, var(--primary-color) 0%, #2c6183 100%);
}

.bi {
  vertical-align: middle;
}

a {
  color: var(--primary-color);
  transition: color 0.3s, opacity 0.3s;
}

a:hover {
  color: #2c6183;
}

.decorated-border {
  position: relative;
}

.decorated-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--accent-color);
  border-radius: 3px;
}

@media (max-width: 576px) {
  .navbar-brand {
    font-size: 1.5rem !important;
  }
  
  .display-5 {
    font-size: calc(1.2rem + 1.5vw) !important;
  }
  
  .py-10 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}





















* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #28332f;
    background-color: #faf7f1;
}

h1, h2, h3, h4 {
    font-family: "Playfair Display", "Times New Roman", serif;
    color: #2a2724;
    font-weight: 700;
    margin: 0 0 0.75rem;
    line-height: 1.2;
}

p {
    margin: 0 0 1rem;
}

a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s ease, color 0.2s ease;
}

a:hover {
    opacity: 0.8;
}

img, video {
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    font-family: inherit;
}

:root {
    --terracotta: #c2704b;
    --terracotta-deep: #a35636;
    --sage: #8aa593;
    --sage-deep: #5d7a6a;
    --linen: #f5efe4;
    --ink: #28332f;
    --ink-soft: #4b5852;
    --border-soft: rgba(40, 51, 47, 0.12);
    --shadow-soft: 0 24px 60px rgba(20, 26, 23, 0.18);
    --radius-lg: 24px;
    --radius-md: 16px;
    --radius-sm: 10px;
    --spacing-section: 4.5rem;
}

.page-gradient {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(194, 112, 75, 0.24), transparent 55%),
        radial-gradient(circle at bottom right, rgba(138, 165, 147, 0.22), transparent 55%),
        linear-gradient(180deg, #f8f3ea 0%, #fdfbf7 45%, #f5efe4 100%);
}

/* Layout */

.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.section {
    padding: var(--spacing-section) 0;
}

.section + .section {
    border-top: 1px solid rgba(40, 51, 47, 0.04);
}

.grid-2 {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 3rem;
}

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

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

.span-3 {
    grid-column: 1 / -1;
}

/* Header / nav */

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(245, 239, 228, 0.9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(40, 51, 47, 0.06);
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
}

.brand {
    display: flex;
    flex-direction: column;
}

.brand-mark {
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--terracotta-deep);
}

.brand-tagline {
    font-size: 0.8rem;
    color: var(--ink-soft);
}

.main-nav {
    display: flex;
    gap: 1.75rem;
    font-size: 0.95rem;
}

.nav-link {
    position: relative;
    padding-bottom: 0.1rem;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--terracotta), var(--sage));
    transition: width 0.25s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

/* Hero */

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

.hero-full {
    min-height: 92vh;
    display: flex;
    align-items: stretch;
}

.hero-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.9) contrast(0.9);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(14, 18, 16, 0.72), rgba(14, 18, 16, 0.3), rgba(245, 239, 228, 0.35));
}

.hero-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 3rem;
    align-items: center;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.hero-text h1 {
    font-size: clamp(2.4rem, 3.6vw, 3.2rem);
    color: #fdfbf7;
    margin-bottom: 1.5rem;
}

.hero-text p {
    color: #f8f3ea;
    max-width: 34rem;
    text-align: justify;
}

.hero-actions {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.hero-card {
    background: rgba(245, 239, 228, 0.96);
    border-radius: var(--radius-lg);
    padding: 1.75rem 1.6rem;
    box-shadow: var(--shadow-soft);
    max-width: 20rem;
}

.hero-card-label {
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 0.75rem;
}

.hero-card-text {
    font-size: 0.95rem;
    color: var(--ink-soft);
}

/* Generic section heading */

.section-heading {
    max-width: 34rem;
    margin-bottom: 2.5rem;
}

.section-heading.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-heading p {
    color: var(--ink-soft);
    text-align: justify;
}

/* Portraits section */

.section-portraits .section-text p {
    text-align: justify;
}

.portrait-stack {
    position: relative;
}

.portrait-card {
    background: rgba(245, 239, 228, 0.92);
    border-radius: var(--radius-lg);
    padding: 1.25rem;
    box-shadow: 0 18px 40px rgba(38, 30, 23, 0.22);
}

.portrait-card img {
    border-radius: var(--radius-md);
    margin-bottom: 0.75rem;
}

.portrait-card figcaption {
    font-size: 0.9rem;
    color: var(--ink-soft);
}

.portrait-card-secondary {
    position: absolute;
    right: -6%;
    bottom: -10%;
    width: 78%;
    background: #fdfbf7;
}

/* Path */

.section-path {
    padding-top: 3.75rem;
}

.path-grid {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    padding-top: 2rem;
}

.path-grid::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, rgba(194, 112, 75, 0.3), rgba(138, 165, 147, 0.35));
    transform: translateX(-50%);
}

.path-step {
    position: relative;
    max-width: 320px;
    padding: 1.2rem 1.4rem 1.3rem;
    border-radius: var(--radius-md);
    background: rgba(253, 251, 247, 0.95);
    box-shadow: 0 14px 32px rgba(27, 21, 17, 0.15);
    margin-bottom: 1.75rem;
}

.path-step-left {
    margin-right: auto;
    padding-left: 1.8rem;
}

.path-step-right {
    margin-left: auto;
    padding-right: 1.8rem;
}

.path-index {
    position: absolute;
    top: 0.9rem;
    font-size: 0.85rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--terracotta-deep);
}

.path-step-left .path-index {
    left: 0.9rem;
}

.path-step-right .path-index {
    right: 0.9rem;
}

.path-step h3 {
    font-size: 1.1rem;
    margin-top: 0.4rem;
}

.path-step p {
    font-size: 0.95rem;
    color: var(--ink-soft);
}

/* Services summary */

.section-services-summary .section-text p {
    text-align: justify;
}

.price-card {
    background: rgba(253, 251, 247, 0.96);
    border-radius: var(--radius-lg);
    padding: 1.9rem 1.7rem;
    box-shadow: 0 14px 36px rgba(29, 23, 19, 0.2);
}

.price-card h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.price-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.price-card li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 0.95rem;
    padding: 0.15rem 0;
}

.price-card li span:first-child {
    max-width: 70%;
}

.price {
    font-weight: 700;
    color: var(--terracotta-deep);
}

.price-note {
    font-size: 0.85rem;
    color: var(--ink-soft);
}

/* Resources */

.section-resources .section-text p {
    text-align: justify;
}

.resource-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem;
    margin-bottom: 1rem;
}

.resource-column h3 {
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
}

.resource-column ul {
    list-style: disc;
    padding-left: 1.2rem;
    margin: 0;
    font-size: 0.95rem;
}

.resource-note {
    font-size: 0.85rem;
    color: var(--ink-soft);
}

/* Conversations */

.podcast-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.podcast-item {
    background: #fdfbf7;
    border-radius: var(--radius-lg);
    padding: 1.6rem 1.5rem;
    box-shadow: 0 18px 40px rgba(24, 18, 13, 0.18);
}

.podcast-item h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.podcast-item p {
    font-size: 0.95rem;
    color: var(--ink-soft);
}

.podcast-item audio {
    width: 100%;
    margin-top: 1rem;
}

/* Fundamentals wheel */

.wheel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.8rem;
    margin-top: 2rem;
}

.wheel-segment {
    border-radius: 999px;
    padding: 1.4rem 1.3rem;
    background: radial-gradient(circle at top left, rgba(194, 112, 75, 0.19), rgba(138, 165, 147, 0.2));
    color: #1f2723;
}

.wheel-segment h3 {
    font-size: 1.05rem;
    margin-bottom: 0.4rem;
}

.wheel-segment p {
    font-size: 0.9rem;
    color: #18201c;
}

/* Guides */

.section-guides .section-heading {
    max-width: 32rem;
}

.guide-card {
    background: rgba(253, 251, 247, 0.97);
    border-radius: var(--radius-md);
    padding: 1.6rem 1.5rem;
    border: 1px solid var(--border-soft);
    box-shadow: 0 16px 38px rgba(30, 23, 19, 0.18);
}

.guide-card h3 {
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
}

.guide-card p {
    font-size: 0.95rem;
    color: var(--ink-soft);
}

/* Secondary hero on services */

.section-hero-secondary {
    padding-top: 3.5rem;
}

.section-hero-secondary h1 {
    font-size: clamp(2rem, 3vw, 2.6rem);
}

.section-hero-secondary p {
    color: var(--ink-soft);
    text-align: justify;
}

/* Service cards */

.section-services-list .section-heading p {
    text-align: justify;
}

.service-card {
    background: rgba(253, 251, 247, 0.96);
    border-radius: var(--radius-lg);
    padding: 1.8rem 1.7rem;
    box-shadow: 0 18px 42px rgba(30, 23, 18, 0.22);
}

.service-card h3 {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
}

.service-card p {
    font-size: 0.95rem;
    color: var(--ink-soft);
}

.service-card ul {
    list-style: disc;
    padding-left: 1.2rem;
    margin: 0.75rem 0 0.75rem;
    font-size: 0.95rem;
}

.service-price {
    font-weight: 700;
    color: var(--terracotta-deep);
}

/* Extra services */

.section-services-extra .section-text p {
    text-align: justify;
}

.bullet-list {
    list-style: disc;
    padding-left: 1.2rem;
    margin: 1rem 0;
    font-size: 0.95rem;
}

.bullet-list li + li {
    margin-top: 0.35rem;
}

/* How we work */

.section-how-we-work .section-heading p {
    text-align: justify;
}

.principle-card {
    background: rgba(253, 251, 247, 0.95);
    border-radius: var(--radius-md);
    padding: 1.4rem 1.4rem;
    border: 1px solid var(--border-soft);
    box-shadow: 0 16px 36px rgba(30, 24, 19, 0.18);
}

.principle-card h3 {
    font-size: 1.05rem;
    margin-bottom: 0.4rem;
}

.principle-card p {
    font-size: 0.95rem;
    color: var(--ink-soft);
}

/* Soft CTA */

.section-cta-soft {
    padding-top: 3.25rem;
}

.cta-soft {
    background: linear-gradient(125deg, rgba(194, 112, 75, 0.18), rgba(138, 165, 147, 0.18));
    border-radius: var(--radius-lg);
    padding: 2.2rem 2rem;
    text-align: center;
    box-shadow: 0 18px 40px rgba(27, 21, 17, 0.18);
}

.cta-soft h2 {
    margin-bottom: 0.5rem;
}

.cta-soft p {
    margin: 0;
    color: var(--ink-soft);
}

/* Contact and forms */

.section-contact .section-text p {
    text-align: justify;
}

.contact-details p {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.section-form {
    background: rgba(253, 251, 247, 0.97);
    border-radius: var(--radius-lg);
    padding: 1.8rem 1.7rem;
    box-shadow: 0 20px 48px rgba(29, 23, 19, 0.22);
}

.form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.form-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ink);
}

.form-control {
    border-radius: 999px;
    border: 1px solid var(--border-soft);
    padding: 0.7rem 1.1rem;
    font-size: 0.95rem;
    background: rgba(246, 241, 232, 0.9);
    color: var(--ink);
}

textarea.form-control {
    border-radius: 18px;
    min-height: 120px;
    resize: vertical;
}

.form-control:focus {
    outline: 2px solid rgba(138, 165, 147, 0.7);
    outline-offset: 1px;
    background: #fdfbf7;
}

.checkbox-group {
    margin-top: 0.25rem;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: var(--ink-soft);
}

.checkbox-label input[type="checkbox"] {
    margin-top: 0.2rem;
}

/* Cookie settings */

.section-cookie-settings .section-text p {
    text-align: justify;
}

.form-compact .form-group {
    margin-bottom: 0.3rem;
}

/* Buttons */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid transparent;
    padding: 0.7rem 1.4rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    background: transparent;
    color: var(--ink);
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}

.btn-primary {
    background: linear-gradient(135deg, var(--terracotta), var(--terracotta-deep));
    border-color: transparent;
    color: #fdfbf7;
    box-shadow: 0 14px 32px rgba(140, 74, 47, 0.45);
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(140, 74, 47, 0.55);
}

.btn-secondary {
    background: rgba(245, 239, 228, 0.96);
    border-color: var(--sage);
    color: var(--sage-deep);
}

.btn-secondary:hover {
    background: rgba(244, 236, 224, 1);
}

.btn-ghost {
    background: transparent;
    border-color: rgba(248, 243, 233, 0.76);
    color: #fdfbf7;
}

.btn-ghost:hover {
    background: rgba(248, 243, 233, 0.08);
}

.full-width {
    width: 100%;
}

/* Footer */

.site-footer {
    margin-top: 2rem;
    border-top: 1px solid rgba(40, 51, 47, 0.08);
    background: rgba(245, 239, 228, 0.95);
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.8fr) minmax(0, 1fr);
    gap: 2rem;
    padding: 2.5rem 1.5rem 1.5rem;
    font-size: 0.9rem;
    color: var(--ink-soft);
}

.footer-brand {
    font-family: "Playfair Display", serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--terracotta-deep);
}

.footer-heading {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 0.75rem;
    color: #453a33;
}

.footer-link {
    display: block;
    margin-bottom: 0.35rem;
}

.footer-bottom {
    border-top: 1px solid rgba(40, 51, 47, 0.06);
    padding: 0.75rem 0;
    font-size: 0.8rem;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Text pages (privacy, cookies) */

.page-main {
    padding: 3rem 0 3.5rem;
}

.text-page {
    max-width: 760px;
}

.text-page h1 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.text-page p {
    text-align: justify;
    color: var(--ink-soft);
}

/* Thank you */

.section-thankyou {
    padding: 4rem 0 4.5rem;
}

.thankyou-card {
    max-width: 640px;
    margin: 0 auto;
    background: rgba(253, 251, 247, 0.96);
    border-radius: var(--radius-lg);
    padding: 2.2rem 2rem;
    box-shadow: 0 22px 52px rgba(27, 22, 18, 0.25);
    text-align: center;
}

.thankyou-card h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.thankyou-card p {
    color: var(--ink-soft);
    text-align: justify;
}

.thankyou-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1.6rem;
}

/* Responsive */

@media (max-width: 960px) {
    .hero-content {
        grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
        gap: 2.25rem;
    }

    .portrait-card-secondary {
        position: static;
        width: 100%;
        margin-top: 1.25rem;
    }

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

    .wheel {
        grid-template-columns: minmax(0, 1fr);
    }

    .podcast-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .resource-columns {
        grid-template-columns: minmax(0, 1fr);
    }

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

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .main-nav {
        flex-wrap: wrap;
        gap: 0.9rem 1.5rem;
    }

    .hero-full {
        min-height: auto;
    }

    .hero-content {
        grid-template-columns: minmax(0, 1fr);
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }

    .hero-card {
        max-width: none;
        margin-top: 1rem;
    }

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

    .grid-3 {
        grid-template-columns: minmax(0, 1fr);
    }

    .path-grid::before {
        display: none;
    }

    .path-step-left,
    .path-step-right {
        margin-left: 0;
        margin-right: 0;
        padding-left: 1.4rem;
        padding-right: 1.4rem;
    }

    .form-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .footer-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .footer-bottom-inner {
        flex-direction: column;
        gap: 0.35rem;
        text-align: center;
    }

    .section {
        padding: 3.5rem 0;
    }

    .section-thankyou {
        padding: 3.2rem 0 3.6rem;
    }
}

@media (max-width: 480px) {
    .nav-container {
        padding-inline: 1.25rem;
    }

    .section-form {
        padding: 1.5rem 1.35rem;
    }

    .thankyou-card {
        padding: 1.7rem 1.4rem;
    }
}
