@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&family=Montserrat:wght@300;400;500;600&display=swap');

:root {
  --ink: #1c1a1b;
  --paper: #fff;
  --soft: #f3f1ee;
  --cream: #f7f4ef;
  --line: #d7d4d0;
  --brand: #1e171f;
  --accent: #50305d;
  --max: 1180px;
  --serif: "Libre Caslon Display", Georgia, "Times New Roman", serif;
  --sans: Montserrat, Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.content-width { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}
.site-header {
  position: relative;
  z-index: 20;
  min-height: 88px;
  border-bottom: 1px solid rgba(0,0,0,.11);
  background: rgba(255,255,255,.98);
}
.header-inner {
  width: min(1320px, calc(100% - 56px));
  min-height: 88px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.site-name {
  font-family: var(--serif);
  font-size: clamp(23px, 2vw, 31px);
  letter-spacing: .08em;
  text-decoration: none;
  white-space: nowrap;
}
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 34px); }
.site-nav a {
  position: relative;
  padding: 31px 0 27px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 22px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transition: transform .2s ease;
}
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); }
.menu-button { display: none; border: 0; padding: 10px; background: none; }
.menu-button span { display: block; width: 24px; height: 1px; margin: 5px; background: var(--ink); }

h1, h2, h3, h4 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.12; }
h1 { font-size: clamp(48px, 7vw, 92px); }
h2 { font-size: clamp(38px, 4.8vw, 64px); }
h4 { font-size: clamp(23px, 2.5vw, 34px); }
p { margin-top: 0; }
.primary-button, .outline-button, .whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid var(--brand);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.primary-button { color: white; background: var(--brand); }
.primary-button:hover { color: var(--brand); background: transparent; }
.outline-button { color: var(--brand); background: transparent; }
.outline-button:hover { color: white; background: var(--brand); }
.text-link { text-underline-offset: 5px; }

.home-hero { padding: 84px 0 104px; text-align: center; }
.home-hero h1 { max-width: 980px; margin: 0 auto 65px; }
.home-image-grid {
  display: grid;
  grid-template-columns: 1fr .76fr;
  gap: 34px;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto 54px;
}
.home-image-grid figure { margin: 0; overflow: hidden; background: var(--soft); }
.home-photo { aspect-ratio: 1; }
.home-message { aspect-ratio: .78; }
.home-image-grid img { height: 100%; object-fit: cover; }

.contact-section { padding: 105px 0; background: var(--soft); }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 110px; }
.contact-form-wrap h2 { margin-bottom: 48px; }
.contact-form label { display: block; margin-bottom: 25px; }
.contact-form label > span:first-child { display: block; margin-bottom: 8px; font-size: 13px; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #6a6665;
  border-radius: 0;
  padding: 11px 0;
  color: var(--ink);
  background: transparent;
  outline: none;
}
.contact-form input:focus, .contact-form textarea:focus { border-bottom-color: #000; box-shadow: 0 1px 0 #000; }
.signup-choice { display: grid !important; grid-template-columns: 18px 1fr; gap: 12px; align-items: start; }
.signup-choice input { width: 16px; height: 16px; margin-top: 5px; }
.form-error { margin: -10px 0 20px; color: #8c1820; font-size: 13px; }
.submit-button { min-width: 116px; }
.recaptcha-copy { max-width: 520px; margin: 24px 0 0; font-size: 10px; line-height: 1.5; color: #706d6b; }
.contact-details { padding-top: 122px; }
.whatsapp-button {
  margin-bottom: 42px;
  border: 0;
  color: white;
  background: #121212;
}
.whatsapp-symbol { margin-right: 10px; font-size: 18px; }
.contact-details p { max-width: 360px; margin-bottom: 12px; }

.other-service-strip { padding: 74px 0; color: white; background: #211c21; }
.other-service-strip.compact { padding: 58px 0; }
.other-service-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.other-service-strip h2 { margin-bottom: 8px; font-size: clamp(32px, 4vw, 50px); }
.other-service-strip p { margin-bottom: 0; color: rgba(255,255,255,.75); }
.other-service-strip .small-heading { margin-bottom: 13px; color: rgba(255,255,255,.54); font-size: 10px; letter-spacing: .18em; }
.other-service-strip .outline-button { flex: 0 0 auto; border-color: white; color: white; }
.other-service-strip .outline-button:hover { color: #211c21; background: white; }

.page-title { padding: 78px 0 56px; text-align: center; }
.about-section { padding: 45px 0 120px; }
.about-grid { display: grid; grid-template-columns: .96fr 1.04fr; gap: 86px; align-items: center; }
.about-photo { margin: 0; }
.about-photo img { min-height: 560px; object-fit: cover; }
.about-copy h4 { margin-bottom: 35px; }
.about-copy p { margin-bottom: 23px; }
.about-copy .primary-button { margin-top: 14px; }
.reviews-heading { padding: 92px 0 115px; text-align: center; background: var(--soft); }

.testimonial-lead { padding: 88px 0 100px; }
.testimonial-lead-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.testimonial-photo { margin: 0; }
.testimonial-photo img { aspect-ratio: .86; object-fit: cover; filter: grayscale(1); }
.testimonial-lead h1 { margin-bottom: 37px; font-size: clamp(46px, 6vw, 82px); }
.testimonial-lead blockquote { margin: 0 0 36px; padding: 0; border: 0; }
.testimonial-lead blockquote p { margin-bottom: 20px; }
.service-summary { padding: 75px 0; background: var(--soft); }
.three-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.three-services article { padding: 8px 38px; text-align: center; }
.three-services article + article { border-left: 1px solid var(--line); }
.three-services h4 { margin-bottom: 15px; font-size: 28px; }
.three-services p { max-width: 290px; margin: 0 auto; font-size: 14px; }
.results-section { padding: 105px 0 115px; }
.results-section.results-alt { background: var(--soft); }
.results-section h2 { margin-bottom: 55px; text-align: center; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; align-items: start; }
.story-card { min-height: 200px; padding: 38px; border: 1px solid var(--line); background: white; }
.story-card h4 { margin-bottom: 24px; font-size: 27px; }
.story-card p:last-child { margin-bottom: 0; }
.rtl-copy { font-family: Tahoma, Arial, sans-serif; line-height: 1.9; }
.expandable-copy { position: relative; max-height: 185px; overflow: hidden; transition: max-height .35s ease; }
.expandable:not(.is-expanded) .expandable-copy::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 75px;
  background: linear-gradient(transparent, white);
}
.expandable.is-expanded .expandable-copy { max-height: 2000px; }
.show-more {
  margin-top: 18px; padding: 0; border: 0; border-bottom: 1px solid;
  background: none; font-size: 12px; cursor: pointer;
}

.site-footer { padding: 62px 0 24px; color: #ddd8dc; background: #121112; }
.footer-inner {
  width: min(var(--max), calc(100% - 64px));
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 45px;
}
.footer-brand { margin-bottom: 9px; font-family: var(--serif); font-size: 25px; letter-spacing: .07em; color: white; }
.footer-inner p { margin-bottom: 0; font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 25px; justify-content: flex-end; max-width: 520px; }
.footer-links a { font-size: 11px; text-underline-offset: 4px; }
.copyright {
  width: min(var(--max), calc(100% - 64px)); margin: 0 auto; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.15); text-align: center; font-size: 10px; color: #9e999c;
}

@media (max-width: 900px) {
  .header-inner { width: calc(100% - 32px); }
  .menu-button { display: block; }
  .site-nav {
    position: absolute; top: 88px; left: 0; right: 0;
    display: none; flex-direction: column; align-items: stretch; gap: 0;
    padding: 18px 24px 25px; border-bottom: 1px solid var(--line); background: white;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 0; }
  .site-nav a::after { display: none; }
  .content-width, .footer-inner, .copyright { width: calc(100% - 36px); }
  .home-image-grid { grid-template-columns: 1fr; max-width: 640px; }
  .home-message { width: min(100%, 500px); margin-inline: auto !important; }
  .contact-grid, .about-grid, .testimonial-lead-grid { grid-template-columns: 1fr; gap: 52px; }
  .contact-details { padding-top: 0; }
  .about-photo { max-width: 640px; margin-inline: auto; }
  .testimonial-photo { max-width: 610px; margin-inline: auto; }
  .three-services { grid-template-columns: 1fr; }
  .three-services article { padding: 32px 12px; }
  .three-services article + article { border-left: 0; border-top: 1px solid var(--line); }
  .other-service-inner, .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}
@media (max-width: 620px) {
  body { font-size: 15px; }
  .site-header, .header-inner { min-height: 74px; }
  .site-nav { top: 74px; }
  .site-name { font-size: 22px; letter-spacing: .045em; }
  .home-hero { padding: 58px 0 72px; }
  .home-hero h1 { margin-bottom: 42px; }
  .home-image-grid { gap: 22px; margin-bottom: 38px; }
  .contact-section, .testimonial-lead, .results-section { padding: 72px 0; }
  .contact-grid { gap: 48px; }
  .contact-form-wrap h2 { margin-bottom: 35px; }
  .about-section { padding: 20px 0 76px; }
  .about-photo img { min-height: 0; }
  .testimonial-lead-grid { gap: 38px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .story-card { padding: 27px 23px; }
  .other-service-inner { gap: 28px; }
  .other-service-inner .outline-button { width: 100%; }
  .footer-inner { padding-bottom: 35px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
