/* ============================================================
   Dale Tyndall Physiotherapy
   Main Stylesheet
   Colours: #798fa3 (primary blue) | #bd2e4a (accent red)
============================================================ */

/* ── RESET ── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body {
  font-family: "Raleway", sans-serif;
  color: #2c3a42;
  background: #fff;
  font-size: 15px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

/* ── COLOUR VARIABLES ── */
:root {
  --primary: #4a6381;
  --primary-dark: #4a6381;
  --primary-pale: #eef2f5;
  --accent: #bd2e4a;
  --accent-dark: #9a2440;
  --sand: #bd2e4a;
  --sand-light: #9a2440;
  --grey-bg: #f2f3f2;
  --white: #ffffff;
  --text-dark: #1e2e38;
  --text-mid: #4a6070;
  --text-light: #7a9199;
  --script: "Dancing Script", cursive;
  --sans: "Raleway", sans-serif;
}

/* ── LAYOUT ── */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 48px;
}
.script {
  font-family: var(--script);
  color: #9a2440;
  text-shadow: 0 6px 4px rgba(0, 0, 0, 0.45);
}

/* ── BUTTONS ── */
.btn {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 50px;
  border: 1.5px solid transparent;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.btn-outline-white {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
  background: transparent;
}
.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.15);
}

.btn-fill-white {
  color: var(--text-dark);
  background: #fff;
  border-color: #fff;
}
.btn-fill-white:hover {
  background: var(--grey-bg);
}

.btn-fill-accent {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}
.btn-fill-accent:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

.btn-outline-dark {
  color: var(--text-dark);
  border-color: var(--text-dark);
  background: transparent;
}
.btn-outline-dark:hover {
  background: var(--text-dark);
  color: #fff;
}

.btn-outline-primary {
  color: var(--primary-dark);
  border-color: var(--primary-dark);
  background: transparent;
}
.btn-outline-primary:hover {
  background: var(--primary-dark);
  color: #fff;
}

.btn-outline-white-on-bg {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
  background: transparent;
}
.btn-outline-white-on-bg:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* ============================================================
   HERO
============================================================ */
#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url("../images/physio.webp") center center / cover no-repeat;
}
#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(10, 22, 32, 0.45) 0%,
    rgba(8, 18, 26, 0.75) 55%,
    rgba(0, 0, 0, 0.95) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.hero-logo-circle {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
}
.hero-logo-circle .initials {
  font-family: var(--script);
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.hero-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.hero-name {
  font-family: var(--script);
  font-size: clamp(2.6rem, 5.5vw, 4.6rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 8px;
  text-shadow: 0 6px 4px rgba(0, 0, 0, 0.45);
}
.hero-sub {
  font-family: var(--sans);
  font-size: clamp(0.85rem, 1.8vw, 1.05rem);
  font-weight: 300;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 32px;
}
.hero-tagline {
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 14px;
}
.hero-body {
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.78);
  max-width: 500px;
  margin: 0 auto 36px;
  line-height: 1.85;
}
.hero-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  z-index: 2;
  pointer-events: none;
  line-height: 0;
}
.hero-shape svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* ============================================================
   STICKY NAV
============================================================ */
#nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #e5eaed;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
}
.nav-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  position: relative;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style: none;
}
.nav-links a {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--text-mid);
  transition: color 0.2s;
}
.nav-links a:hover {
  color: var(--primary-dark);
}
.nav-cta {
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
}
.nav-logo {
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  height: 48px;
}
.nav-logo img {
  height: 100%;
  width: auto;
  display: block;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.hamburger span {
  width: 24px;
  height: 2px;
  background: var(--text-dark);
  border-radius: 2px;
  transition: 0.25s;
}
.mobile-nav {
  display: none;
  flex-direction: column;
  background: #fff;
  border-top: 1px solid #e5eaed;
  padding: 14px 28px 20px;
}
.mobile-nav a {
  padding: 12px 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--text-mid);
  border-bottom: 1px solid #f0f4f5;
}
.mobile-nav a:last-child {
  border: none;
}
.mobile-nav.open {
  display: flex;
}

/* ============================================================
   ABOUT US
============================================================ */
#about {
  background: var(--grey-bg);
  padding: 0;
}

.about-top {
  display: flex;
  justify-content: flex-end;
  padding: 48px 48px 0;
  max-width: 1140px;
  margin: 0 auto;
}
.about-top h2 {
  font-size: 3.8rem;
  color: var(--text-dark);
  font-weight: 500;
  opacity: 0.85;
}

.about-layout {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 420px 1fr;
  align-items: start;
  padding: 0 48px 80px;
  gap: 0;
}
.about-photo-col {
  padding-top: 20px;
  position: relative;
}
.about-circle {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--primary-pale);
  position: relative;
}
.about-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-circle-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--text-light);
}
.about-circle-placeholder span {
  font-size: 4rem;
  opacity: 0.25;
}
.about-circle-placeholder p {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.4;
}

.about-watermark {
  position: absolute;
  top: 20px;
  left: -30px;
  width: 260px;
  pointer-events: none;
  line-height: 0;
}
.about-watermark img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.18;
  filter: brightness(0.35);
}
.about-text-col {
  padding: 60px 0 0 60px;
  position: relative;
}
.about-who-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dark);
  margin-bottom: 20px;
  text-align: right;
}
.about-panels {
  position: relative;
}
.about-panel {
  display: none;
  text-align: right;
}
.about-panel.active {
  display: block;
}
.about-panel p {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.9;
}
.about-dots {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: absolute;
  right: -36px;
  top: 4px;
}
.about-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1.5px solid var(--text-mid);
  background: transparent;
  cursor: pointer;
  transition: 0.2s;
}
.about-dot.active {
  background: var(--text-dark);
  border-color: var(--text-dark);
}
.about-location {
  margin-top: 32px;
  text-align: right;
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.85;
}
.about-location h4 {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dark);
  margin-bottom: 10px;
}

/* ============================================================
   WHAT WE TREAT — SERVICES
============================================================ */
#services {
  background: #fff;
  padding: 0 0 80px;
  position: relative;
  overflow: hidden;
}
#services::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -140px;
  width: 460px;
  height: 460px;
  background: url("../images/logoWhite.webp") center/contain no-repeat;
  opacity: 0.09;
  filter: brightness(0.2);
  transform: translateY(-50%) scaleX(-1);
  pointer-events: none;
  z-index: 0;
}
#services > .container {
  max-width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}
#services::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: var(--grey-bg);
  border-radius: 0 0 50% 50% / 0 0 60px 60px;
  margin-bottom: 60px;
}
.services-heading {
  text-align: center;
  margin-bottom: 20px;
}
.services-heading h2 {
  font-size: 3.8rem;
  color: var(--text-dark);
  font-weight: 500;
}
.services-intro-text {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 64px;
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.9;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
.services-row {
  margin-top: 60px;
}
.svc {
  text-align: center;
  padding: 0 16px;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.svc:hover {
  transform: translateY(-8px);
}
.svc-circle {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  font-size: 2.2rem;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.4s ease,
              background 0.3s ease;
}
.svc:hover .svc-circle {
  transform: scale(1.1) rotate(-4deg);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.svc-circle svg {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.svc:hover .svc-circle svg {
  transform: scale(1.08);
}
.svc-circle.c-primary {
  background: var(--primary-dark);
  color: #fff;
}
.svc-circle.c-sand {
  background: var(--sand-light);
  color: #fff;
}
.svc-circle.c-accent {
  background: var(--accent);
  color: #fff;
}
.svc-circle svg {
  width: 34px;
  height: 34px;
  stroke: #fff;
  color: #fff;
}
.svc h3 {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-dark);
  margin-bottom: 14px;
}
.svc p {
  font-size: 0.87rem;
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.85;
  margin-bottom: 20px;
}
.svc .btn {
  font-size: 0.67rem;
  padding: 10px 22px;
}

/* ============================================================
   OUR DIFFERENCE
============================================================ */
#difference {
  background: var(--grey-bg);
  padding-bottom: 80px;
}
.diff-blob {
  background: var(--primary-dark);
  border-radius: 0 0 50% 50% / 0 0 80px 80px;
  padding: 80px 0 110px;
}
.diff-heading {
  text-align: center;
  margin-bottom: 12px;
}
.diff-heading h2 {
  font-size: 3.8rem;
  color: #fff;
  font-weight: 500;
}
.diff-intro {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 56px;
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.9;
}
.diff-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px 100px;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 48px;
}
.diff-row {
  display: flex;
  gap: 22px;
  align-items: flex-start;
}
.diff-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.7);
}
.diff-copy h4 {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}
.diff-copy p {
  font-size: 0.87rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.85;
}
.promise {
  text-align: center;
  padding: 64px 20px 0;
}
.promise h2 {
  font-size: 3.2rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 14px;
}
.promise p {
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  max-width: 540px;
  margin: 0 auto 30px;
  line-height: 1.9;
}

/* ============================================================
   WHAT TO EXPECT — PROCESS
============================================================ */
#process {
  background: var(--grey-bg);
  padding: 80px 0;
}
.process-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: center;
}
.process-left h2 {
  font-size: 3.8rem;
  color: var(--text-dark);
  font-weight: 500;
  line-height: 1.1;
}
.process-right {
  position: relative;
}
.process-card {
  background: var(--sand-light);
  border-radius: 60px;
  padding: 64px 72px 64px 64px;
  min-height: 280px;
}
.process-step-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}
.process-step-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text-dark);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.process-step-desc {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.9;
  margin-bottom: 28px;
}
.process-dots {
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pdot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1.5px solid var(--accent);
  background: transparent;
  cursor: pointer;
  transition: 0.2s;
}
.pdot.active {
  background: var(--accent);
}

/* ============================================================
   MEET THE TEAM
============================================================ */
#team {
  background: var(--primary-dark);
  padding: 160px 0 160px;
  position: relative;
}
.team-shape-top,
.team-shape-bottom {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 140px;
  pointer-events: none;
  line-height: 0;
  z-index: 2;
}
.team-shape-top { top: 0; }
.team-shape-bottom { bottom: 0; }
.team-shape-top svg,
.team-shape-bottom svg {
  display: block;
  width: 100%;
  height: 100%;
}
#team .script {
  color: #fff;
  text-shadow: 0 6px 4px rgba(0, 0, 0, 0.45);
}
.team-heading {
  text-align: center;
  margin-bottom: 16px;
}
.team-heading h2 {
  font-size: 3.8rem;
  color: #fff;
  font-weight: 500;
}
.team-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.9;
}
.team-member {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 60px;
}
.team-photo-col {
  position: relative;
}
.team-photo-wrap {
  position: relative;
  width: 340px;
  height: 340px;
}
.team-photo-watermark {
  position: absolute;
  top: -70px;
  left: -120px;
  width: 550px;
  pointer-events: none;
  line-height: 0;
  z-index: 0;
}
.team-photo-watermark img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.12;
}
.team-photo {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--primary-pale);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  opacity: 0.2;
}
.team-name {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 4px;
}
.team-role {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 18px;
}
.team-info p {
  font-size: 0.88rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.9;
}
.team-member-2 {
  background: var(--sand);
  padding: 60px 0;
  margin-top: 20px;
}
.team-member-2-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 60px;
  align-items: start;
}
.team-member-2 .team-name,
.team-member-2 .team-role {
  color: #fff;
}
.team-member-2 .team-info p {
  color: rgba(255, 255, 255, 0.85);
}

/* ============================================================
   FEES & PAYMENTS
============================================================ */
#fees {
  background: var(--primary-dark);
  padding: 80px 0;
}
.fees-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 80px;
  align-items: start;
}
.fees-left h2 {
  font-size: 3.8rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 22px;
}
.fees-lead {
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.9;
  margin-bottom: 28px;
}
.fees-left h4 {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 24px;
}
.fees-left p {
  font-size: 0.88rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.85;
}
.fees-left ul {
  list-style: none;
  margin-top: 4px;
}
.fees-left ul li {
  font-size: 0.88rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.68);
  padding: 3px 0;
}
.fees-left ul li::before {
  content: "– ";
  color: var(--sand-light);
}
.fees-italic {
  font-style: italic;
}
.fees-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fee-card {
  background: #fff;
  border-radius: 18px;
  padding: 32px 36px;
  text-align: center;
}
.fee-card h3 {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--text-dark);
  margin-bottom: 8px;
}
.fee-card .duration {
  font-size: 0.87rem;
  font-weight: 300;
  color: var(--text-mid);
  margin-bottom: 22px;
}
.fee-card .btn {
  font-size: 0.67rem;
  padding: 10px 24px;
}

/* ============================================================
   CONTACT US
============================================================ */
#contact {
  background: #fff;
  padding: 80px 0;
}
.contact-heading {
  text-align: center;
  margin-bottom: 24px;
}
.contact-heading h2 {
  font-size: 3.8rem;
  color: var(--text-dark);
  font-weight: 500;
}
.contact-book-row {
  text-align: center;
  margin-bottom: 56px;
}
.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
}
.contact-card {
  background: var(--grey-bg);
  border-radius: 22px;
  padding: 52px 36px 40px;
  text-align: center;
  position: relative;
  margin-top: 28px;
}
.contact-card-icon {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.contact-card-icon svg {
  width: 26px;
  height: 26px;
}
.contact-card-icon.i-sand {
  background: var(--sand-light);
}
.contact-card-icon.i-sand2 {
  background: var(--sand);
}
.contact-card h3 {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dark);
  margin-bottom: 18px;
}
.contact-card p,
.contact-card a {
  display: block;
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.9;
}
.contact-card a:hover {
  color: var(--primary-dark);
}
.contact-extra {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1000px;
  margin: 60px auto 40px;
  padding: 0 20px;
}
.contact-form h3 {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-dark);
  margin-bottom: 22px;
}
.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.contact-form label {
  display: block;
  margin-bottom: 14px;
}
.contact-form label span {
  display: block;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-mid);
  margin-bottom: 6px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d6dcdf;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--text-dark);
  background: var(--grey-bg);
  transition: border-color 0.2s, background 0.2s;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: #fff;
}
.contact-form textarea {
  resize: vertical;
  min-height: 130px;
  line-height: 1.6;
}
.contact-form button {
  margin-top: 6px;
  cursor: pointer;
  border: 1.5px solid var(--accent);
  font-family: inherit;
}
.contact-map {
  border-radius: 18px;
  overflow: hidden;
  background: var(--grey-bg);
  min-height: 380px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
  display: block;
}
.social-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 48px;
  flex-wrap: wrap;
}
.social-link {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-mid);
  border: 1px solid var(--text-light);
  padding: 9px 22px;
  border-radius: 50px;
  transition: 0.2s;
}
.social-link:hover {
  border-color: var(--primary-dark);
  color: var(--primary-dark);
}

/* ============================================================
   FOOTER
============================================================ */
footer {
  background: var(--text-dark);
  padding: 40px 0;
}
.footer-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 48px;
}
.footer-links-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 16px;
}
.footer-links-row a {
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
  transition: 0.2s;
}
.footer-links-row a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-copyright {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 300;
}
.footer-practice {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 300;
}
.footer-credit {
  margin-top: 14px;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.35);
}
.footer-credit a {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1px;
  transition: color 0.2s, border-color 0.2s;
}
.footer-credit a:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.6);
}

/* ============================================================
   SCROLL TO TOP
============================================================ */
#scrolltop {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 6px 20px rgba(189, 46, 74, 0.35);
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
#scrolltop svg {
  width: 18px;
  height: 18px;
}
#scrolltop.show {
  opacity: 1;
  pointer-events: auto;
}
#scrolltop:hover {
  background: var(--accent-dark);
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(189, 46, 74, 0.45);
}

/* ============================================================
   LEGAL PAGES (terms.html, privacy.html)
============================================================ */
.legal-page {
  background: #fff;
  padding: 110px 0 90px;
  min-height: 60vh;
}
.legal-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 32px;
  color: var(--text-mid);
  font-weight: 300;
  line-height: 1.85;
}
.legal-inner h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  color: #9a2440;
  font-family: var(--script);
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  text-shadow: 0 6px 4px rgba(0, 0, 0, 0.45);
}
.legal-meta {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  color: var(--text-light);
  margin-bottom: 48px;
}
.legal-inner h2 {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dark);
  margin: 44px 0 14px;
}
.legal-inner h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-dark);
  margin: 24px 0 10px;
}
.legal-inner p {
  font-size: 0.9rem;
  margin-bottom: 14px;
}
.legal-inner ul,
.legal-inner ol {
  padding-left: 22px;
  margin: 0 0 16px;
}
.legal-inner li {
  margin-bottom: 8px;
  font-size: 0.9rem;
}
.legal-inner a {
  color: var(--accent);
  border-bottom: 1px solid rgba(189, 46, 74, 0.35);
  transition: color 0.2s, border-color 0.2s;
}
.legal-inner a:hover {
  color: var(--accent-dark);
  border-bottom-color: var(--accent-dark);
}
.legal-inner strong {
  color: var(--text-dark);
}

/* ============================================================
   COOKIE BANNER
============================================================ */
.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1100;
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 880px;
  margin: 0 auto;
  padding: 18px 24px;
  background: #fff;
  border: 1px solid #e5eaed;
  border-radius: 14px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
  transform: translateY(120%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.cookie-banner.show {
  transform: translateY(0);
}
.cookie-text {
  flex: 1;
  margin: 0;
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.65;
}
.cookie-text a {
  color: var(--accent);
  border-bottom: 1px solid rgba(189, 46, 74, 0.35);
  padding-bottom: 1px;
  transition: color 0.2s, border-color 0.2s;
}
.cookie-text a:hover {
  color: var(--accent-dark);
  border-bottom-color: var(--accent-dark);
}
#cookieAccept {
  border: none;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 16px 20px;
  }
  .cookie-text {
    text-align: center;
  }
}

/* ============================================================
   RESPONSIVE
============================================================ */

@media (max-width: 980px) {
  .about-layout {
    grid-template-columns: 1fr;
    padding: 0 28px 60px;
  }
  .about-photo-col {
    display: flex;
    justify-content: center;
  }
  .about-text-col {
    padding: 40px 0 0;
  }
  .about-who-label,
  .about-panel,
  .about-location {
    text-align: left;
  }
  .about-dots {
    right: auto;
    left: calc(100% + 12px);
    top: 0;
    transform: none;
  }
  .services-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 680px;
  }
  .diff-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0 28px;
  }
  .process-layout {
    grid-template-columns: 1fr;
  }
  .process-left {
    text-align: center;
  }
  .process-dots {
    display: none;
  }
  .team-member {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .team-member-2-inner {
    grid-template-columns: 1fr;
  }
  .fees-layout {
    grid-template-columns: 1fr;
  }
  .contact-cards {
    grid-template-columns: 1fr;
    max-width: 440px;
  }
  .contact-extra {
    grid-template-columns: 1fr;
    max-width: 540px;
  }
  .contact-form .form-row {
    grid-template-columns: 1fr;
  }
  .nav-links {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .nav-cta {
    display: none;
  }
  .container {
    padding: 0 24px;
  }
  .nav-wrap {
    padding: 0 24px;
  }
  .about-top {
    padding: 36px 24px 0;
  }
}
@media (max-width: 620px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .hero-btns {
    flex-direction: column;
    align-items: center;
  }
  .diff-blob {
    border-radius: 0 0 30% 30% / 0 0 50px 50px;
  }
  .process-card {
    border-radius: 36px;
    padding: 44px 44px 44px 40px;
  }
  .footer-links-row {
    gap: 16px;
  }
}
