:root {
  --ink: #101613;
  --ink-2: #1f2b25;
  --green: #123b2f;
  --green-2: #0a5a43;
  --gold: #c49a4f;
  --wine: #7c2f37;
  --paper: #f6f2e9;
  --mist: #eef4ef;
  --line: rgba(16, 22, 19, 0.14);
  --white: #fffdf8;
  --shadow: 0 26px 70px rgba(16, 22, 19, 0.18);
  --display: "Noto Kufi Arabic", sans-serif;
  --body: "Tajawal", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 8%, rgba(196, 154, 79, 0.14), transparent 26rem),
    linear-gradient(180deg, var(--white), var(--mist) 48%, var(--paper));
  font-family: var(--body);
  line-height: 1.8;
  overflow-x: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  width: min(1080px, calc(100% - 32px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(16, 22, 19, 0.58);
  color: var(--white);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(24px) saturate(140%);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.site-header.scrolled {
  background: rgba(16, 22, 19, 0.94);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.24);
}

.brand {
  display: grid;
  place-items: center;
  width: 112px;
  height: 58px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.brand img {
  width: 100%;
  max-height: 58px;
  object-fit: contain;
  opacity: 0.94;
  filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.main-nav a,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  color: rgba(255, 253, 248, 0.82);
  font-size: 0.92rem;
  font-weight: 600;
}

.main-nav a:hover,
.main-nav .active {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.header-cta {
  background: var(--gold);
  color: #1b160d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 110px max(28px, calc((100vw - 1120px) / 2)) 72px;
  overflow: hidden;
  color: var(--white);
  background-image: url("https://images.unsplash.com/photo-1589829545856-d10d557cf95f?auto=format&fit=crop&w=1800&q=85");
  background-size: cover;
  background-position: center;
}

.home-hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(16, 22, 19, 0.92) 0%, rgba(16, 22, 19, 0.4) 40%, rgba(16, 22, 19, 0.55) 100%);
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 22, 19, 0.94), rgba(16, 22, 19, 0.62) 42%, rgba(16, 22, 19, 0.2)),
    linear-gradient(180deg, rgba(16, 22, 19, 0.5), rgba(16, 22, 19, 0.85));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
}

.hero-content .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 18px 6px 24px;
  background: rgba(196, 154, 79, 0.1);
  border: 1px solid rgba(196, 154, 79, 0.25);
  border-radius: 4px;
}

.hero-content .eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  animation: eyebrowDot 2s ease-in-out infinite;
}

@keyframes eyebrowDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.7); }
}

.hero-name {
  position: relative;
}

.hero-name span {
  display: block;
}

.hero-name::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--gold), transparent);
  border-radius: 2px;
}

.hero-content p:not(.eyebrow),
.page-hero-content p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 253, 248, 0.86);
  font-size: 1.12rem;
  line-height: 1.7;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn.primary {
  background: var(--gold);
  color: #1a1309;
  box-shadow: 0 18px 34px rgba(196, 154, 79, 0.24);
}

.btn.primary:hover {
  box-shadow: 0 22px 44px rgba(196, 154, 79, 0.35);
}

.btn.ghost {
  border-color: rgba(255, 253, 248, 0.44);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.btn.ghost:hover {
  background: rgba(255, 255, 255, 0.14);
}

.scroll-indicator {
  position: absolute;
  z-index: 3;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 253, 248, 0.4);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  animation: scrollBounce 2.4s ease-in-out infinite;
}

.scroll-indicator svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 253, 248, 0.4);
  fill: none;
  stroke-width: 2;
}

@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 1; }
  50% { transform: translateX(-50%) translateY(8px); opacity: 0.5; }
}

.hero-card {
  position: absolute;
  z-index: 3;
  left: max(28px, calc((100vw - 1120px) / 2));
  bottom: 72px;
  width: min(330px, calc(100% - 56px));
  padding: 24px;
  border: 1px solid rgba(255, 253, 248, 0.22);
  border-radius: 10px;
  background: rgba(255, 253, 248, 0.08);
  backdrop-filter: blur(20px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

.hero-card span,
.hero-card a {
  display: block;
  color: rgba(255, 253, 248, 0.72);
  overflow-wrap: anywhere;
}

.hero-card strong {
  display: block;
  margin: 8px 0;
  font-size: 1.45rem;
  overflow-wrap: anywhere;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--display);
  line-height: 1.45;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  font-weight: 800;
}

h1 {
  margin-bottom: 16px;
  font-size: clamp(2.45rem, 5.8vw, 5.8rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.6vw, 3.8rem);
}

h3 {
  font-size: 1.22rem;
}

.section-pad {
  padding: 118px 0;
}

.intro-band {
  padding: 108px 0;
  color: var(--white);
  background: var(--ink);
}

.split,
.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: start;
}

.lead,
.content-stack p {
  color: rgba(16, 22, 19, 0.74);
  font-size: 1.08rem;
}

.intro-band .lead {
  color: rgba(255, 253, 248, 0.76);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 46px;
}

.section-head a {
  color: var(--green-2);
  font-weight: 700;
}

.service-grid,
.article-row,
.values-grid,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.service-card,
.article-card,
.value-card,
.blog-card,
.wide-service,
.booking-form,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.64);
  box-shadow: 0 12px 38px rgba(16, 22, 19, 0.055);
}

.service-card,
.article-card,
.value-card,
.blog-card {
  min-height: 220px;
  padding: 34px;
}

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--green-2), var(--wine));
}

.service-card span,
.wide-service span {
  color: var(--gold);
  font-family: var(--display);
  font-size: 2.2rem;
}

.statement-section {
  padding: 110px 0;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), #151a17 58%, var(--wine));
}

.statement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
}

.statement img {
  width: 180px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  opacity: 0.94;
  filter: brightness(0) invert(1) drop-shadow(0 18px 35px rgba(0, 0, 0, 0.32));
}

blockquote {
  margin: 0;
  max-width: 680px;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.2vw, 3.3rem);
  line-height: 1.55;
  font-weight: 800;
}

.article-card p,
.blog-card p {
  color: var(--wine);
  font-weight: 700;
}

.article-card a {
  color: var(--green-2);
  font-weight: 700;
}

.contact-panel {
  padding: 118px 0;
  background:
    linear-gradient(rgba(16, 22, 19, 0.86), rgba(16, 22, 19, 0.86)),
    url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1800&q=85") center/cover;
  color: var(--white);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.contact-copy p:not(.eyebrow) {
  color: rgba(255, 253, 248, 0.74);
}

.contact-form,
.booking-form {
  display: grid;
  gap: 16px;
  padding: 26px;
}

.contact-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: rgba(255, 253, 248, 0.96);
  color: var(--ink);
}

.contact-form .btn,
.booking-form .btn,
.booking-form label:has(textarea) {
  grid-column: 1 / -1;
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink-2);
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(16, 22, 19, 0.18);
  border-radius: 6px;
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(196, 154, 79, 0.18);
}

.site-footer {
  position: relative;
  padding: 0 0 24px;
  color: rgba(255, 253, 248, 0.78);
  background: linear-gradient(175deg, #0f1412 0%, #131c18 50%, #0f1412 100%);
}

.site-footer::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--green-2), var(--gold), var(--green-2));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr 1fr;
  gap: 48px;
  padding-top: 56px;
}

.footer-about {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.site-footer img {
  width: 140px;
  margin-bottom: 4px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  opacity: 0.94;
  filter: brightness(0) invert(1) drop-shadow(0 10px 22px rgba(0, 0, 0, 0.28));
  transition: opacity 0.3s ease;
}

.site-footer img:hover {
  opacity: 1;
}

.footer-about p {
  line-height: 1.85;
  font-size: 0.92rem;
  color: rgba(255, 253, 248, 0.65);
  max-width: 320px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.site-footer h3 {
  color: var(--white);
  font-size: 1.05rem;
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 10px;
}

.site-footer h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}

.site-footer a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0;
  color: rgba(255, 253, 248, 0.65);
  text-decoration: none;
  font-size: 0.92rem;
  position: relative;
  transition: color 0.25s ease, padding-inline-start 0.25s ease;
}

.footer-col:nth-child(2) a {
  padding-inline-start: 14px;
}

.footer-col:nth-child(2) a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.footer-col:nth-child(2) a:hover::before {
  opacity: 1;
}

.site-footer a:hover {
  color: var(--gold);
  padding-inline-start: 4px;
}

.footer-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.footer-social a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  margin: 0;
  padding: 0;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.footer-social a:hover {
  background: var(--green);
  border-color: var(--green-2);
  transform: translateY(-2px);
  padding: 0;
}

.footer-social .footer-icon {
  width: 18px;
  height: 18px;
}

.footer-hours {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-hours li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: rgba(255, 253, 248, 0.6);
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-hours li span {
  color: var(--white);
  font-weight: 500;
  font-size: 0.85rem;
}

.footer-hours .closed {
  color: var(--wine);
}

.copyright-bar {
  width: min(1120px, calc(100% - 40px));
  margin: 36px auto 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.84rem;
  color: rgba(255, 253, 248, 0.45);
}

.copyright-bar a {
  color: var(--gold);
  font-size: 0.84rem;
}

.copyright-bar .design-credit {
  font-weight: 700;
  font-size: 0.84rem;
  color: rgba(255, 253, 248, 0.45);
}

.copyright-bar .design-credit .horizons {
  color: var(--gold);
  display: inline-block;
  position: relative;
  font-size: 1rem;
  background: linear-gradient(90deg, var(--gold), #e8c97a, var(--gold));
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0% { background-position: 200% center; }
  100% { background-position: -200% center; }
}

.floating-contact {
  position: fixed;
  z-index: 30;
  left: 22px;
  bottom: 24px;
  display: grid;
  gap: 12px;
}

.float-action {
  position: relative;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: var(--white);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
  animation: floatingPulse 2.8s ease-in-out infinite;
}

.float-action svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.float-action.whatsapp {
  background: #1fae62;
}

.float-action.whatsapp svg {
  fill: currentColor;
  stroke: none;
}

.float-action.call {
  background: var(--gold);
  color: #16110a;
  animation-delay: 0.45s;
}

.float-action:hover {
  transform: translateY(-4px) scale(1.03);
}

@keyframes floatingPulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
  }

  50% {
    transform: translateY(-7px);
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.28);
  }
}

.page-hero {
  position: relative;
  min-height: 68svh;
  display: grid;
  align-items: center;
  padding: 160px 0 90px;
  color: var(--white);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(10, 90, 67, 0.15), transparent 60%);
  z-index: 1;
  pointer-events: none;
}

.about-hero {
  background-image: url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1800&q=85");
}

.services-hero {
  background-image: url("https://images.unsplash.com/photo-1505664194779-8beaceb93744?auto=format&fit=crop&w=1800&q=85");
}

.blog-hero {
  background-image: url("https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?auto=format&fit=crop&w=1800&q=85");
}

.page-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 12px;
}

.page-hero-content .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 18px 6px 24px;
  background: rgba(196, 154, 79, 0.1);
  border: 1px solid rgba(196, 154, 79, 0.25);
  border-radius: 4px;
}

.page-hero-content .eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.page-hero h1 {
  max-width: 780px;
  font-size: clamp(2.1rem, 4.4vw, 4.45rem);
  position: relative;
}

.page-hero h1::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--gold), transparent);
  border-radius: 2px;
}

.content-stack {
  display: grid;
  gap: 18px;
}

.values-section {
  padding: 0 0 96px;
}

.value-card span {
  color: var(--green-2);
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 700;
}

.service-list {
  display: grid;
  gap: 16px;
}

.wide-service {
  display: grid;
  grid-template-columns: 90px 0.72fr 1fr;
  gap: 24px;
  align-items: center;
  padding: 30px;
}

.wide-service h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
}

.wide-service p {
  margin: 0;
  color: rgba(16, 22, 19, 0.7);
}

.blog-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-card h2 {
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
}

.blog-card span {
  color: rgba(16, 22, 19, 0.68);
}

.appointment-shell {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, 500px);
  gap: 46px;
  align-items: center;
  padding: 150px max(24px, calc((100vw - 1120px) / 2)) 70px;
  background:
    linear-gradient(90deg, rgba(16, 22, 19, 0.93), rgba(18, 59, 47, 0.8)),
    url("https://images.unsplash.com/photo-1575505586569-646b2ca898fc?auto=format&fit=crop&w=1800&q=85") center/cover;
  color: var(--white);
}

.appointment-copy h1 {
  max-width: none;
  font-size: clamp(1.75rem, 2.05vw, 2.15rem);
  line-height: 1.35;
  white-space: nowrap;
}

.appointment-copy p:not(.eyebrow) {
  max-width: 600px;
  color: rgba(255, 253, 248, 0.76);
}

.booking-form {
  background: rgba(255, 253, 248, 0.96);
}

.appointment-note {
  width: fit-content;
  min-width: 280px;
  margin-top: 32px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 253, 248, 0.2);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.1);
  backdrop-filter: blur(18px);
}

.appointment-note span,
.booking-head span {
  display: block;
  color: rgba(255, 253, 248, 0.7);
  font-size: 0.95rem;
  font-weight: 700;
}

.appointment-note strong {
  display: block;
  margin-top: 5px;
  color: var(--white);
  font-size: 1.55rem;
}

.simple-booking {
  gap: 18px;
  padding: 32px;
  border-color: rgba(255, 255, 255, 0.28);
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.94);
}

.booking-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(16, 22, 19, 0.1);
}

.booking-head span {
  color: var(--green-2);
}

.booking-head strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.25rem;
}

.service-choice {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.service-choice legend {
  grid-column: 1 / -1;
  margin-bottom: 8px;
  color: var(--ink-2);
  font-weight: 700;
}

.service-choice label {
  cursor: pointer;
}

.service-choice input {
  position: absolute;
  width: 0;
  height: 0;
  min-height: 0;
  opacity: 0;
  pointer-events: none;
}

.service-choice span {
  display: grid;
  place-items: center;
  min-height: 48px;
  border: 1px solid rgba(16, 22, 19, 0.13);
  border-radius: 999px;
  background: rgba(18, 59, 47, 0.05);
  color: var(--ink-2);
  font-weight: 800;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.service-choice input:checked + span {
  border-color: var(--gold);
  background: var(--green);
  color: var(--white);
}

.simple-booking textarea {
  min-height: 96px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: rise 0.75s ease forwards;
}

.delay-1 {
  animation-delay: 0.16s;
}

.delay-2 {
  animation-delay: 0.3s;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    background: rgba(16, 22, 19, 0.92);
    backdrop-filter: blur(22px);
  }

  .main-nav.open {
    display: flex;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 92svh;
    padding-top: 100px;
  }

  .page-hero {
    min-height: 55svh;
    padding: 130px 0 60px;
  }

  .hero-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    margin-top: 34px;
  }

  .split,
  .two-column,
  .contact-layout,
  .appointment-shell,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-grid {
    padding-top: 40px;
  }

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

  .copyright-bar {
    justify-content: center;
    text-align: center;
  }

  .appointment-shell {
    min-height: auto;
    gap: 34px;
    padding-top: 138px;
  }

  .appointment-note {
    margin-inline: auto;
  }

  .service-grid,
  .article-row,
  .values-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .wide-service {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .brand {
    width: 92px;
    height: 48px;
  }

  h1 {
    font-size: 1.82rem;
  }

  .hero,
  .appointment-shell {
    padding-inline: 18px;
  }

  .appointment-shell {
    padding-top: 118px;
    padding-bottom: 64px;
  }

  .hero-content,
  .page-hero-content,
  .appointment-copy {
    text-align: center;
  }

  .hero-content p:not(.eyebrow),
  .page-hero-content p:not(.eyebrow),
  .appointment-copy p:not(.eyebrow) {
    margin-inline: auto;
  }

  .eyebrow {
    overflow-wrap: anywhere;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-card {
    text-align: center;
  }

  .scroll-indicator {
    display: none;
  }

  .hero-content .eyebrow,
  .page-hero-content .eyebrow {
    font-size: 0.92rem;
    padding: 5px 14px 5px 18px;
  }

  .section-pad,
  .contact-panel {
    padding: 84px 0;
  }

  .service-card,
  .article-card,
  .value-card,
  .blog-card,
  .wide-service,
  .booking-form,
  .contact-form {
    padding: 22px;
  }

  .appointment-copy h1 {
    font-size: 1.75rem;
    white-space: normal;
  }

  .appointment-note {
    width: 100%;
    min-width: 0;
    text-align: center;
  }

  .simple-booking {
    gap: 15px;
    border-radius: 18px;
  }

  .booking-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .service-choice {
    grid-template-columns: 1fr;
  }

  .service-choice span {
    min-height: 46px;
  }

  .floating-contact {
    right: auto;
    left: 14px;
    bottom: 14px;
  }

  .float-action {
    width: 50px;
    height: 50px;
  }

  .appointment-page .floating-contact {
    display: none;
  }
}
