:root {
  --black: #000;
  --white: #fff;
  --paper: #f7f6f3;
  --pale: #efefef;
  --soft: #f4f4f4;
  --gold: #cfb504;
  --charcoal: #2e2e2e;
  --text: #000;
  --rail: 165px;
  --shadow: 15px 22px 42px -7px rgba(0, 0, 0, .56);
  --font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: var(--font);
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
}

body.overlay-active {
  overflow: hidden;
}

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

a:hover {
  color: var(--gold);
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  border-radius: 0;
}

.btn,
.button,
button.btn-primary {
  display: inline-block;
  border: 1px solid var(--black);
  padding: 15px 35px;
  background: var(--black);
  color: var(--gold);
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .3s ease, border-color .3s ease, color .3s ease;
}

.btn:hover,
.button:hover,
button.btn-primary:hover {
  border-color: var(--gold);
  background: var(--white);
  color: var(--gold);
}

.gold {
  color: var(--gold);
}

.shadowed {
  box-shadow: var(--shadow);
}

.site-frame {
  position: fixed;
  z-index: 50;
  top: 0;
  bottom: 0;
  left: 0;
  width: var(--rail);
  background: #f4f4f4;
  color: var(--black);
  text-align: center;
}

.site-frame .logoBox {
  min-height: 190px;
  padding: 28px 18px 20px;
  background: #e9e9e9;
  border-bottom: 1px solid #ddd;
}

.wordmark,
.frame-logo {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin: 0 auto 18px;
  border: 1px solid var(--gold);
  color: var(--black);
  font-size: 28px;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

.logoBox h3,
.locationBox h3 {
  margin: 0;
  color: var(--black);
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 19px;
  text-transform: uppercase;
}

.homeBox {
  display: grid;
  place-items: center;
  height: 78px;
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  color: #969696;
}

.enquiryBox {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.enquiryBox button {
  border: 0;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.enquiryBox .line {
  display: block;
  width: 1px;
  height: 110px;
  margin: 24px auto 0;
  background: var(--gold);
}

.locationBox {
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
  padding: 0 20px;
}

.logoBox button,
.locationBox button {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.logoBox .btn-link {
  padding: 0;
}

.location-pin {
  width: 34px;
  height: 34px;
  margin: 0 auto 12px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  position: relative;
}

.location-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 1px;
  height: 16px;
  background: var(--gold);
  transform: translateX(-50%);
}

#mobileMenu {
  display: none;
}

.mobile-panel {
  display: none;
}

.overlayd {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
  background: var(--white);
  color: var(--black);
}

.overlayd.is-open {
  display: block;
}

.closeBox {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7vw;
  min-width: 98px;
  background: var(--black);
  color: var(--white);
}

.closeBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.closeBtn button {
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.close-x {
  display: block;
  margin: 0 auto 16px;
  color: var(--gold);
  font-size: 40px;
  font-weight: 100;
  line-height: 1;
}

.closeBtn span:last-child {
  display: block;
  width: 105px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
}

#menu-boxed {
  height: 100%;
  margin-left: 7vw;
  overflow-y: auto;
}

.menu-layout {
  display: grid;
  grid-template-columns: 1fr 42%;
  min-height: 100vh;
}

.menu-main {
  padding: 46px 6vw 70px 4.2vw;
}

.menu-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-main > ul {
  display: block;
}

.menu-main li {
  margin-bottom: 24px;
}

.menu-main a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--black);
  font-size: clamp(42px, 3.5vw, 54px);
  font-weight: 100;
  letter-spacing: 2.8px;
  line-height: 1.18;
  text-transform: uppercase;
}

.menu-main a:hover {
  color: var(--gold);
}

.menu-main .sub-menu {
  display: none;
  margin: 24px 0 28px 70px;
}

.menu-main li.is-open > .sub-menu {
  display: block;
}

.menu-main .sub-menu a {
  font-size: clamp(27px, 2.05vw, 34px);
  font-weight: 100;
  letter-spacing: 2.3px;
  line-height: 1.4;
  text-transform: uppercase;
}

.menu-main .sub-menu li {
  margin-bottom: 14px;
}

.menu-main .sub-menu .sub-menu {
  margin: 12px 0 18px 42px;
}

.menu-main .sub-menu .sub-menu a {
  font-size: clamp(21px, 1.5vw, 27px);
  letter-spacing: 1.8px;
  line-height: 1.35;
}

.menu-main > ul > li > a {
  max-width: 620px;
}

.menu-main > ul > li:last-child > a {
  color: var(--black);
  line-height: 1.18;
}

.menu-main li:has(.sub-menu) > a::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-left: 4px;
  border-right: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  transform: translateY(-4px) rotate(45deg);
  transition: transform .25s ease, border-color .25s ease;
}

.menu-main li.is-open:has(.sub-menu) > a::after {
  transform: translateY(1px) rotate(225deg);
}

.menu-main li:hover > a,
.menu-main li:hover > a::after {
  color: var(--gold);
  border-color: var(--gold);
}

.menu-feature-stack {
  display: grid;
  height: 100vh;
}

.menu-feature {
  position: relative;
  display: grid;
  min-height: 33.333vh;
  place-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.menu-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .42);
  transition: background-color .3s ease;
}

.menu-feature:hover::before {
  background: rgba(0, 0, 0, .68);
}

.menu-feature span {
  position: relative;
  color: var(--white);
  font-size: 27px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}

.overlay-content {
  width: min(1100px, calc(100% - 60px));
  margin: 0 auto;
  padding: 70px 0;
}

.overlay-content h2,
.overlay-content h3 {
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.location-grid,
.enquiry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.location {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  border: 1px solid rgba(207, 181, 4, .42);
  padding: 42px 44px 38px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(246, 245, 242, .88)),
    var(--pale);
  box-shadow: 0 22px 48px rgba(0, 0, 0, .10);
  text-align: left;
}

.location::before {
  content: "01";
  position: absolute;
  top: 34px;
  right: 36px;
  color: rgba(207, 181, 4, .42);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
}

.location:nth-child(2)::before {
  content: "02";
}

.location::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -92px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(207, 181, 4, .18);
  transform: rotate(45deg);
}

.location h3 {
  max-width: 390px;
  margin: 0 0 30px;
  font-size: clamp(24px, 2.15vw, 32px);
  font-weight: 100;
  letter-spacing: 2.4px;
  line-height: 1.28;
}

.location p {
  max-width: 330px;
  margin: 0 0 34px;
  color: #252525;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .7px;
  line-height: 32px;
}

.map-link,
.text-link {
  color: var(--gold);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-link[href^="mailto:"] {
  text-transform: none;
}

.location .map-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-bottom: 1px solid var(--gold);
  padding-right: 34px;
  color: #111;
  font-size: 13px;
  letter-spacing: 1.8px;
}

.location .map-link::after {
  content: "";
  position: absolute;
  right: 2px;
  width: 18px;
  height: 1px;
  background: var(--gold);
  transition: transform .25s ease;
}

.location .map-link:hover::after {
  transform: translateX(6px);
}

.overlay-form {
  display: grid;
  gap: 13px;
  max-width: 520px;
}

.overlay-form input,
.overlay-form textarea,
.newsletter-form input,
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #3b3b3b;
  border-radius: 0;
  padding: 14px 18px;
  background: #292929;
  color: var(--white);
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1.4px;
  line-height: 22px;
  transition: border-color .25s ease, background-color .25s ease;
}

.overlay-form input,
.contact-form input {
  height: 56px;
}

.overlay-form textarea,
.contact-form textarea {
  min-height: 178px;
  resize: vertical;
}

.overlay-form input:focus,
.overlay-form textarea:focus {
  outline: 0;
  border-color: var(--gold);
  background: #242424;
  color: var(--white);
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus,
.newsletter-form input:focus {
  outline: 0;
  border-color: var(--gold);
  background: var(--white);
  color: var(--black);
  box-shadow: 0 0 0 2px rgba(207, 181, 4, .18);
}

.overlay-form input::placeholder,
.overlay-form textarea::placeholder,
.newsletter-form input::placeholder,
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.overlay-form .button,
.contact-form .button {
  height: 54px;
  padding: 0 28px;
  font-size: 14px;
  letter-spacing: 1.4px;
}

.page {
  min-height: 100vh;
}

.desktop-offset,
.main-offset {
  margin-left: var(--rail);
  padding-left: 0;
}

.hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  background: var(--black);
}

.hero-actions {
  position: absolute;
  z-index: 4;
  top: 30px;
  right: 32px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.hero-actions a {
  display: inline-flex;
  width: 154px;
  height: 54px;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  color: var(--gold);
  font-size: 20px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: .5px;
  white-space: nowrap;
  vertical-align: bottom;
}

.hero-actions button {
  width: 133px;
  min-width: 133px;
  height: 56px;
  border-color: var(--gold);
  padding: 0 12px;
  background: transparent;
  color: var(--gold);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .8s ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: top center;
}

.hero-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 530px;
  background: rgba(0, 0, 0, .8);
  color: var(--white);
}

.hero-panel-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 25px;
  transform: translateY(-50%);
}

.hero-logo {
  width: 86px;
  height: 86px;
  margin-bottom: 16px;
  border-color: var(--white);
  color: var(--white);
}

.hero h1,
.hero h2 {
  margin: 0 0 30px;
  color: var(--white);
  font-size: 32px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 39px;
  text-transform: uppercase;
}

.hero p {
  margin: 0 0 30px;
  color: var(--white);
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
}

.hero-panel .button {
  width: 293px;
  border-color: var(--white);
  background: transparent;
  color: var(--white);
}

.hero-panel .button:hover {
  background: var(--white);
  color: var(--black);
}

.hero-controls {
  position: absolute;
  z-index: 5;
  right: 1rem;
  bottom: 6rem;
}

.hero-controls button,
.hero-dots button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hero-controls button {
  margin: 0 .5rem;
  color: var(--white);
  font-size: 42px;
  font-weight: 100;
  opacity: .72;
}

.hero-controls button:hover {
  opacity: 1;
}

.hero-dots {
  position: absolute;
  z-index: 5;
  right: 1rem;
  bottom: 1rem;
  width: 100%;
  text-align: right;
}

.hero-dots button {
  width: 10px;
  height: 10px;
  margin: 0 .25rem;
  background: rgba(255, 255, 255, .5);
  font-size: 0;
}

.hero-dots button.is-active {
  background: var(--gold);
}

.genericContent {
  position: relative;
}

.padding-general {
  padding-right: 15px;
  padding-left: 15px;
}

.section {
  padding: 6rem 0;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
  width: min(1180px, calc(100% - 60px));
  margin: 0 auto;
}

.journey-copy {
  grid-column: 2 / span 5;
}

.service-intro .journey-copy {
  grid-column: 3 / span 8;
  justify-self: center;
  max-width: 760px;
  text-align: center;
}

.next-step {
  grid-column: 8 / span 4;
  position: relative;
  z-index: 1;
  align-self: start;
  padding: 1rem;
  background: var(--white);
  box-shadow: var(--shadow);
}

.next-step .card-block {
  border: 1px solid var(--gold);
  padding: 30px 24px;
  text-align: center;
}

.next-step h3 {
  margin: 25px 0;
  color: var(--gold);
  font-size: 35px;
  font-weight: 200;
  line-height: 39px;
  text-transform: uppercase;
}

.eyebrow,
.subtitle {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
}

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

.genericContent h1,
.genericContent h2,
.page-title {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
}

.genericContent p {
  margin-bottom: .5rem;
  font-size: 18px;
  line-height: 33px;
}

.watermark {
  background-image: radial-gradient(circle at 20% 35%, rgba(207, 181, 4, .13), transparent 28%), radial-gradient(circle at 85% 60%, rgba(0, 0, 0, .05), transparent 30%);
  background-repeat: no-repeat;
}

.watermark.onleft {
  background-position: left bottom;
}

.watermark.onright {
  background-position: right top;
}

#specialty {
  padding-bottom: 0;
}

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

.service-card {
  position: relative;
  min-height: 451px;
  overflow: hidden;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  background-size: cover;
  background-position: center;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background-color .3s ease;
}

.service-card:hover::before {
  background: rgba(0, 0, 0, .5);
}

.service-card-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  transition: color .3s ease;
}

.service-card:hover .service-card-content {
  color: var(--white);
}

.service-card h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 38px;
}

.service-card h3 span {
  font-weight: 100;
}

.service-card p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.split-row {
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.split-image {
  grid-column: 2 / span 4;
}

.split-copy {
  grid-column: 7 / span 5;
}

.split-row.reverse .split-copy {
  grid-column: 2 / span 5;
}

.split-row.reverse .split-image {
  grid-column: 8 / span 4;
}

.split-image img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

#featured {
  margin: 55px 0 0;
}

.feature-container {
  position: relative;
  width: min(1050px, calc(100% - 60px));
  min-height: 150px;
  margin: 0 auto;
  background: var(--soft);
}

.small-box {
  position: absolute;
  top: 80px;
  left: -100px;
  width: 200px;
  height: 200px;
  padding: 10px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.small-box .innerbox {
  position: absolute;
  inset: 10px;
  border: 1px solid var(--gold);
  padding: 40px 10px 10px;
  text-align: center;
}

.small-box h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  padding: 140px 150px 90px;
}

.logo-grid span {
  display: grid;
  min-height: 82px;
  place-items: center;
  border: 1px solid #ddd;
  background: var(--white);
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-page .split-row {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.about-intro .split-copy p {
  max-width: 620px;
}

.about-statement {
  width: min(980px, calc(100% - 80px));
  margin: 0 auto;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid #e3e3e3;
  padding: 64px 0;
  text-align: center;
}

.about-statement h2 {
  width: min(760px, 100%);
  margin: 0 auto 24px;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 100;
  letter-spacing: 3px;
  line-height: 1.14;
}

.about-statement p {
  width: min(760px, 100%);
  margin: 0 auto;
  color: #303030;
  font-size: 20px;
  letter-spacing: .7px;
  line-height: 36px;
}

.about-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1180px, calc(100% - 80px));
  margin: 72px auto 0;
  background: var(--gold);
}

.about-principles article {
  min-height: 250px;
  padding: 38px 34px;
  background: #f4f4f4;
}

.about-principles span {
  display: block;
  margin-bottom: 36px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
}

.about-principles h3,
.about-process-grid h3 {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.3;
  text-transform: uppercase;
}

.about-principles p,
.about-process-grid p {
  margin: 0;
  color: #303030;
  font-size: 17px;
  letter-spacing: .7px;
  line-height: 30px;
}

.about-service-list {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.about-service-list li {
  border-left: 2px solid var(--gold);
  padding: 12px 16px;
  background: #f3f3f3;
  color: #242424;
  font-size: 17px;
  letter-spacing: .7px;
  line-height: 28px;
}

.about-process {
  padding: 5rem 0;
  background: var(--black);
  color: var(--white);
}

.about-process h2 {
  color: var(--white);
}

.about-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.about-process-grid article {
  border-top: 1px solid var(--gold);
  padding-top: 26px;
}

.about-process-grid p {
  color: #e8e8e8;
}

.socialmedia {
  min-height: 580px;
  padding: 80px 0;
  background: var(--pale);
}

.socialmedia h4,
.awards-title {
  margin: 0 0 35px;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  width: min(1200px, calc(100% - 60px));
  margin: 0 auto;
}

.insta-tile {
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
}

#newsletter {
  padding: 90px 0 36px;
  background: var(--black);
}

.newsletter-form {
  display: grid;
  grid-template-columns: 1.2fr 2fr 1fr;
  gap: 20px;
  width: min(1100px, calc(100% - 60px));
  margin: 0 auto;
  align-items: center;
}

.newsletter-form label {
  color: var(--white);
  font-size: 27px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 34px;
  text-transform: uppercase;
}

.newsletter-form input,
.newsletter-form button {
  height: 72px;
}

.wrapper-footer {
  padding: 26px 0 52px;
  background: var(--black);
  color: var(--white);
  text-align: center;
}

.footer-inner {
  width: min(1120px, calc(100% - 60px));
  margin: 0 auto;
}

.footer-wordmark {
  display: none;
}

.footer-menu ul,
.social {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.footer-primary-link {
  display: inline-block;
  margin: 10px 0 20px;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 20px;
}

.legal-menu {
  margin-bottom: 18px;
}

.footer-menu li::after {
  content: "-";
  display: inline-block;
  margin: 0 13px;
  color: var(--white);
}

.footer-menu li:last-child::after {
  display: none;
}

.footer-menu a {
  color: var(--white);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 20px;
}

.social {
  gap: 26px;
  margin-bottom: 8px;
}

.social a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  font-family: Arial, sans-serif;
  line-height: 1;
}

.social a:hover {
  background: var(--gold);
  color: var(--white);
}

.footer-disclaimer {
  width: min(760px, 85%);
  margin: 0 auto 16px;
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 20px;
}

.footer-copy {
  margin: 0;
  color: var(--white);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 18px;
}

.page-hero {
  position: relative;
  min-height: 50vh;
  display: grid;
  align-items: end;
  padding: 120px 60px 70px;
  background-size: cover;
  background-position: center;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .38);
}

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

.treatment-header {
  position: relative;
  height: 50vh;
  min-height: 390px;
  background-size: cover;
  background-position: top center;
}

.treatment-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .48));
}

.treatment-heading {
  padding-top: 3.75rem;
  padding-bottom: 1.25rem;
}

.treatment-heading .content-grid {
  width: min(1120px, calc(100% - 96px));
}

.treatment-heading .journey-copy {
  grid-column: 1 / span 9;
}

.treatment-heading .page-title {
  max-width: 820px;
  font-size: clamp(42px, 4.25vw, 66px);
  font-weight: 100;
  letter-spacing: 4px;
  line-height: 1.08;
}

.treatment-layout {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(300px, 340px);
  gap: clamp(44px, 6vw, 82px);
  align-items: start;
  justify-content: center;
  width: min(1120px, calc(100% - 96px));
  margin: 0 auto;
  padding: 1.25rem 0 5.25rem;
}

.treatment-layout > article {
  min-width: 0;
  max-width: 720px;
}

.treatment-layout > article p,
.treatment-layout > article li {
  max-width: 720px;
  color: #242424;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: .85px;
  line-height: 36px;
}

.treatment-layout > article > p {
  margin: 0 0 38px;
}

.treatment-layout > article > p.lead-copy {
  color: #111;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: .9px;
  line-height: 40px;
}

.treatment-sidebar {
  position: sticky;
  top: 34px;
  grid-column: auto;
  align-self: start;
}

.treatment-sidebar.next-step {
  grid-column: auto;
  width: 100%;
  margin-top: -76px;
  padding: 12px;
}

.treatment-sidebar .card-block {
  padding: 36px 28px 32px;
}

.treatment-sidebar .wordmark {
  width: 76px;
  height: 76px;
  margin-bottom: 24px;
  color: var(--black);
}

.treatment-sidebar h3 {
  margin: 16px 0 18px;
  color: var(--black);
  font-size: 28px;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 1.25;
}

.sidebar-copy {
  margin: 0 0 26px;
  color: #3b3b3b;
  font-size: 15px;
  letter-spacing: .8px;
  line-height: 27px;
}

.treatment-sidebar .button {
  width: min(100%, 292px);
  color: var(--gold);
}

.treatment-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1320px, calc(100% - 80px));
  margin: 1rem auto 5rem;
}

.treatment-panel {
  min-height: 390px;
  padding: 56px 48px 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.treatment-panel h3 {
  margin: 34px 0 16px;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 1.8px;
  line-height: 1.35;
  text-transform: uppercase;
}

.treatment-panel p {
  max-width: 420px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 32px;
}

.treatment-panel strong {
  display: block;
  margin-bottom: 14px;
  font-size: 24px;
  letter-spacing: .6px;
}

.treatment-panel .button {
  width: 260px;
  margin-top: auto;
}

.panel-icon {
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border: 2px solid currentColor;
  color: inherit;
  font-size: 0;
  transform: rotate(45deg);
}

.panel-icon::before {
  content: "";
  width: 28px;
  height: 28px;
  border: 2px solid currentColor;
  transform: rotate(-45deg);
}

.treatment-panel-dark {
  background: var(--black);
  color: var(--gold);
}

.treatment-panel-dark p {
  color: var(--white);
}

.treatment-panel-dark .button,
.treatment-panel-light .button {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold);
}

.treatment-panel-gold {
  background: var(--gold);
  color: var(--black);
}

.treatment-panel-gold .button {
  background: var(--black);
  color: var(--gold);
}

.treatment-panel-light {
  background: var(--soft);
  color: var(--black);
}

.treatment-tools {
  display: grid;
  grid-template-columns: minmax(340px, .9fr) minmax(430px, 1.1fr);
  gap: 48px;
  align-items: center;
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto 5.5rem;
}

.glance-card {
  margin: 0;
  padding: 34px;
  border: 1px solid var(--gold);
  background: var(--white);
  box-shadow: 16px 22px 36px -26px rgba(0, 0, 0, .62);
  text-align: left;
}

.glance-card h2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: baseline;
  justify-content: space-between;
  margin: 0 0 24px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 18px;
  font-size: 21px;
  font-weight: 100;
  letter-spacing: 2.4px;
  line-height: 1.25;
  text-transform: uppercase;
}

.glance-card h2 span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  white-space: nowrap;
}

.glance-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.glance-grid span {
  display: block;
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.8px;
  line-height: 1.3;
  text-transform: uppercase;
}

.glance-grid p {
  margin: 0;
  border-left: 2px solid var(--gold);
  padding: 12px 16px 13px;
  background: #f4f4f4;
  color: var(--black);
  font-size: 18px;
  letter-spacing: .6px;
  line-height: 27px;
}

.treatment-layout h2 {
  margin: 48px 0 20px;
  color: var(--black);
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 100;
  letter-spacing: 4px;
  line-height: 1.16;
  text-transform: uppercase;
}

.treatment-copy-section {
  margin-top: 42px;
}

.treatment-options {
  margin: 48px 0 18px;
}

.treatment-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.treatment-list li {
  position: relative;
  min-height: 58px;
  margin: 0;
  border-left: 2px solid var(--gold);
  padding: 14px 18px 14px 24px;
  background: #f1f1f1;
}

.treatment-list li::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 12px;
  width: 5px;
  height: 5px;
  background: var(--gold);
}

.treatment-note-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 52px 0 8px;
}

.treatment-note-grid article {
  border-top: 1px solid var(--gold);
  padding: 22px 20px 20px;
  background: #f7f7f7;
}

.treatment-note-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
}

.treatment-note-grid h3 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.3;
  text-transform: uppercase;
}

.treatment-note-grid p {
  margin: 0;
  font-size: 15px;
  letter-spacing: .7px;
  line-height: 27px;
}

.accordion {
  margin-top: 30px;
}

.accordion-item {
  margin-bottom: 10px;
}

.accordion-trigger {
  width: 100%;
  border: 0;
  padding: 17px 20px;
  background: #e8e8e8;
  color: var(--black);
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  transition: background-color .25s ease;
}

.accordion-trigger:hover {
  background: #dedede;
}

.accordion-trigger span {
  color: var(--gold);
  margin-right: 4px;
}

.accordion-panel {
  display: none;
  padding: 20px 22px 26px;
  background: #f8f8f8;
}

.accordion-panel p {
  margin: 0;
  color: #333;
  font-size: 17px;
  letter-spacing: .7px;
  line-height: 31px;
}

.accordion-item.is-open .accordion-panel {
  display: block;
}

.related {
  padding: 4rem 0 6rem;
}

.related h3 {
  margin-bottom: 3.125rem;
  font-size: 40px;
  font-weight: 100;
  text-transform: uppercase;
}

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

.related-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.related-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background-color .3s ease;
}

.related-card:hover::before {
  background: rgba(0, 0, 0, .75);
}

.related-card h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  margin: 0;
  color: var(--black);
  font-size: 28px;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  transition: color .3s ease;
}

.related-card:hover h2 {
  color: var(--white);
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-card {
  grid-column: 8 / span 4;
}

.blog-grid,
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.blog-card,
.gallery-card {
  overflow: hidden;
  background: var(--soft);
}

.blog-image,
.gallery-image {
  display: block;
  min-height: 250px;
  background-size: cover;
  background-position: center;
}

.blog-card-content {
  padding: 24px;
}

.gallery-page .lead-copy {
  max-width: 1180px;
}

.gallery-section {
  margin-top: clamp(38px, 5vw, 72px);
}

.gallery-section > h2 {
  max-width: 920px;
  margin: 0 0 18px;
  font-size: clamp(34px, 4.3vw, 58px);
  font-weight: 100;
  line-height: 1.08;
  text-transform: uppercase;
}

.gallery-note {
  max-width: 850px;
  margin: 0 0 28px;
  color: #333;
  font-size: 18px;
  line-height: 32px;
}

.gallery-card h3 {
  margin: 12px 0 0;
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 100;
  line-height: 1.18;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.before-after-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.before-after-card .gallery-image {
  min-height: clamp(320px, 36vw, 500px);
  background-size: cover;
}

.meta {
  color: var(--gold);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bg-hero-1 { background-image: url("/assets/clinic-photos/luxe4.jpeg"); background-position: center 46%; }
.bg-hero-2 { background-image: url("/assets/clinic-photos/luxe5.jpeg"); background-position: center 42%; }
.bg-hero-3 { background-image: url("/assets/clinic-photos/service9.jpeg"); background-position: center 42%; }
.bg-service-1 { background-image: url("/assets/clinic-photos/luxe1.jpeg"); background-position: center 38%; }
.bg-service-2 { background-image: url("/assets/clinic-photos/service11.jpeg"); background-position: center 45%; }
.bg-service-5 { background-image: url("/assets/clinic-photos/luxe.jpeg"); background-position: center center; }
.bg-portrait { background-image: url("/assets/clinic-photos/abouterinda.jpeg"); background-position: center 38%; }
.bg-clinic { background-image: url("/assets/clinic-photos/service12.jpeg"); background-position: center 58%; }
.bg-gallery-1 { background-image: url("/assets/photos/consultation.webp"); background-position: center 45%; }
.bg-gallery-2 { background-image: url("/assets/clinic-photos/luxe2.jpeg"); background-position: center 48%; }
.bg-gallery-3 { background-image: url("/assets/clinic-photos/service8.jpeg"); background-position: center 38%; }
.bg-gallery-4 { background-image: url("/assets/clinic-photos/service2.jpeg"); background-position: center 30%; }
.bg-gallery-5 { background-image: url("/assets/clinic-photos/luxe3.jpeg"); background-position: center 34%; }
.bg-gallery-8 { background-image: url("/assets/clinic-photos/service.jpeg"); background-position: center 32%; }
.bg-before-after-1 { background-image: url("/assets/before-after/before-after1.jpeg"); background-position: center center; }
.bg-before-after-2 { background-image: url("/assets/before-after/before-after2.jpeg"); background-position: center center; }
.bg-before-after-3 { background-image: url("/assets/before-after/before-after3.jpeg"); background-position: center center; }
.bg-before-after-4 { background-image: url("/assets/before-after/before-after4.jpeg"); background-position: center center; }
.bg-before-after-5 { background-image: url("/assets/before-after/before-after5.jpeg"); background-position: center center; }
.bg-before-after-6 { background-image: url("/assets/before-after/before-after6.jpeg"); background-position: center center; }
.bg-before-after-7 { background-image: url("/assets/before-after/before-after7.jpeg"); background-position: center center; }

.bg-service-5 {
  background-color: #f6f5f2;
  background-repeat: no-repeat;
  background-size: min(68%, 520px) auto;
}

.local-visual {
  min-height: 430px;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

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

.lead-copy {
  font-size: 20px;
  line-height: 36px;
}

.testimonial-band {
  display: grid;
  place-items: center;
  min-height: 390px;
  padding: 80px 30px;
  background: var(--black);
  color: var(--white);
  text-align: center;
}

.testimonial-band > div {
  width: min(820px, 100%);
}

.testimonial-band h2 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: 38px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
}

.gallery-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.gallery-filter span {
  border: 1px solid var(--gold);
  padding: 9px 18px;
  color: var(--black);
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.resource-list {
  margin: 32px 0 0;
  padding-left: 20px;
}

.resource-list li {
  margin-bottom: 18px;
}

.resource-page {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(280px, 360px);
  gap: clamp(36px, 6vw, 80px);
  align-items: start;
  width: min(1120px, calc(100% - 80px));
  margin: 0 auto;
  padding: 5rem 0 6rem;
}

.resource-content {
  min-width: 0;
}

.resource-content .lead-copy {
  margin-top: 0;
}

.resource-cta {
  grid-column: auto;
  width: 100%;
  max-width: 360px;
  justify-self: end;
  margin: 0;
}

.resource-cta h3 {
  font-size: clamp(27px, 2.4vw, 34px);
  line-height: 1.2;
}

.article-content p {
  margin: 0 0 1.6rem;
  color: #303030;
  font-size: 19px;
  line-height: 34px;
  letter-spacing: .4px;
}

select,
.overlay-form select,
.contact-form select {
  width: 100%;
  border: 1px solid #3b3b3b;
  padding: 17px 18px;
  background: #292929;
  color: var(--white);
}

.contact-form select,
.newsletter-form input,
.contact-form input,
.contact-form textarea {
  border: 1px solid #d9d9d9;
  background: var(--white);
  color: var(--black);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder,
.newsletter-form input::placeholder {
  color: #6f6f6f;
}

.contact-form input:-webkit-autofill,
.contact-form textarea:-webkit-autofill,
.newsletter-form input:-webkit-autofill {
  -webkit-text-fill-color: var(--black);
  box-shadow: 0 0 0 1000px var(--white) inset;
}

.consent-line {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: inherit;
  font-size: 13px;
  line-height: 20px;
}

.consent-line input {
  width: auto;
  margin-top: 4px;
}

.form-status {
  margin: 0;
  color: var(--gold);
  font-size: 13px;
  line-height: 20px;
}

@media (max-width: 1199px) {
  :root {
    --rail: 120px;
  }

  .menu-main a {
    font-size: clamp(38px, 4vw, 50px);
    line-height: 1.18;
  }

  .logo-grid {
    padding-right: 80px;
    padding-left: 100px;
  }
}

@media (max-width: 991px) {
  .service-card {
    min-height: 340px;
  }

  .content-grid,
  .treatment-layout,
  .related-grid,
  .blog-grid,
  .gallery-grid,
  .newsletter-form,
  .enquiry-grid {
    grid-template-columns: 1fr;
  }

  .journey-copy,
  .next-step,
  .contact-card,
  .split-image,
  .split-copy,
  .split-row.reverse .split-copy,
  .split-row.reverse .split-image {
    grid-column: auto;
  }

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

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

  .treatment-layout {
    grid-template-columns: 1fr;
    gap: 42px;
    width: min(820px, calc(100% - 50px));
  }

  .resource-page {
    grid-template-columns: 1fr;
    width: min(820px, calc(100% - 50px));
    padding: 4rem 0 5rem;
  }

  .resource-cta {
    justify-self: start;
    max-width: 420px;
  }

  .treatment-heading .content-grid {
    width: min(820px, calc(100% - 50px));
  }

  .treatment-heading .journey-copy {
    grid-column: auto;
  }

  .treatment-sidebar.next-step {
    margin-top: 0;
    max-width: 440px;
  }

  .treatment-panels,
  .treatment-tools {
    grid-template-columns: 1fr;
    width: min(820px, calc(100% - 50px));
  }

  .treatment-panel {
    min-height: 320px;
  }

  .treatment-note-grid {
    grid-template-columns: 1fr;
  }

  .about-principles,
  .about-process-grid {
    grid-template-columns: 1fr;
  }

  .about-statement,
  .about-principles {
    width: min(820px, calc(100% - 50px));
  }
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }

  .site-frame {
    display: none;
  }

  .desktop-offset,
  .main-offset {
    margin-left: 0;
    padding-left: 0;
  }

  #mobileMenu {
    position: fixed;
    z-index: 70;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: 42% 58%;
    width: 100%;
    height: 80px;
    background: var(--white);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
  }

  #mobileMenu button,
  #mobileMenu a {
    border: 0;
    background: transparent;
    color: var(--black);
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }

  #mobileMenu .logoBox {
    border-right: 1px solid #ddd;
  }

  #mobileMenu .logoBox button,
  #mobileMenu .titleBox a {
    display: grid;
    width: 100%;
    height: 80px;
    place-items: center;
  }

  .mobile-panel {
    position: fixed;
    z-index: 95;
    top: 0;
    bottom: 0;
    left: -100%;
    display: block;
    width: 100%;
    background: var(--white);
    transition: left .75s ease;
  }

  .mobile-panel.is-open {
    left: 0;
  }

  .mobile-top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 80px;
    border-bottom: 1px solid #ddd;
  }

  .mobile-top a,
  .mobile-top button {
    display: grid;
    place-items: center;
    border: 0;
    border-right: 1px solid #ddd;
    background: var(--white);
    color: var(--black);
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
  }

  .mobile-menu-list {
    height: calc(100vh - 80px);
    overflow: auto;
    padding: 26px 30px 70px;
  }

  .mobile-menu-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-menu-list > ul > li {
    margin-bottom: 27px;
  }

  .mobile-menu-list li {
    margin: 0;
  }

  .mobile-menu-list a {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding: 0;
    color: var(--black);
    max-width: 100%;
    font-size: clamp(25px, 7.7vw, 40px);
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 1.15;
    overflow-wrap: anywhere;
    text-transform: uppercase;
  }

  .mobile-menu-list a:hover {
    color: var(--gold);
  }

  .mobile-menu-list .sub-menu {
    display: none;
    margin: 18px 0 0 28px;
  }

  .mobile-menu-list li.is-open > .sub-menu {
    display: block;
  }

  .mobile-menu-list .sub-menu li {
    margin-bottom: 11px;
  }

  .mobile-menu-list .sub-menu a {
    border: 0;
    color: #333;
    font-size: clamp(15px, 4.2vw, 20px);
    font-weight: 200;
    letter-spacing: 1.2px;
    line-height: 1.24;
  }

  .mobile-menu-list li:has(.sub-menu) > a::after {
    content: "";
    width: 9px;
    height: 9px;
    margin-left: 6px;
    border-right: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
    transform: translateY(-4px) rotate(45deg);
    transition: transform .25s ease, border-color .25s ease;
  }

  .mobile-menu-list li.is-open:has(.sub-menu) > a::after {
    transform: translateY(1px) rotate(-135deg);
  }

  .mobile-menu-list li:has(.sub-menu) > a:hover::after {
    border-color: var(--gold);
  }

  .mobile-menu-list > ul > li:last-child a {
    font-size: clamp(23px, 7vw, 37px);
    line-height: 1.18;
  }

  .closeBox {
    width: 15vw;
    min-width: 58px;
  }

  .closeBtn span:last-child {
    display: none;
  }

  #menu-boxed {
    margin-left: 15vw;
  }

  .menu-layout {
    grid-template-columns: 1fr;
  }

  .menu-feature-stack {
    display: none;
  }

  .menu-main {
    padding: 42px 28px 70px;
  }

  .menu-main > ul {
    column-count: 1;
  }

  .menu-main a {
    font-size: 25px;
    line-height: 36px;
    overflow-wrap: anywhere;
  }

  .hero {
    min-height: 100vh;
    margin-top: 80px;
  }

  .hero-actions,
  .hero-controls,
  .hero-dots {
    display: none;
  }

  .hero-media {
    bottom: 50vh;
    background-position: 40% top;
  }

  .hero-panel {
    top: 50vh;
    width: 100%;
    height: 50vh;
    background: rgba(0, 0, 0, .75);
  }

  .hero-logo {
    display: none;
  }

  .hero h1,
  .hero h2 {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 28px;
  }

  .hero p {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-panel .button {
    width: 100%;
  }

  .section,
  .split-row,
  .about-page .split-row {
    padding: 60px 0;
  }

  .content-grid,
  .feature-container,
  .instagram-grid,
  .newsletter-form,
  .treatment-layout,
  .resource-page {
    width: calc(100% - 40px);
  }

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

  .service-card {
    min-height: 300px;
  }

  .service-card h3 {
    font-size: 28px;
    line-height: 34px;
    overflow-wrap: anywhere;
  }

  .genericContent h1,
  .genericContent h2,
  .page-title,
  .related h3 {
    font-size: 30px;
    overflow-wrap: anywhere;
  }

  .genericContent p {
    font-size: 16px;
    line-height: 28px;
  }

  .split-image img {
    min-height: 280px;
  }

  #featured {
    display: none;
  }

  .instagram-grid {
    grid-template-columns: 1fr;
  }

  .about-statement {
    width: calc(100% - 40px);
    padding: 48px 0;
    text-align: left;
  }

  .about-statement h2 {
    font-size: 30px;
    letter-spacing: 2px;
  }

  .about-statement p {
    font-size: 16px;
    line-height: 29px;
  }

  .about-principles {
    width: calc(100% - 40px);
    margin-top: 48px;
  }

  .about-principles article {
    min-height: 0;
    padding: 28px 24px;
  }

  .about-process {
    padding: 60px 0;
  }

  .newsletter-form label {
    font-size: 24px;
  }

  .location-grid,
  .glance-grid,
  .treatment-list {
    grid-template-columns: 1fr;
  }

  .location {
    min-height: 0;
    padding: 34px 28px 32px;
  }

  .location::before {
    top: 26px;
    right: 28px;
  }

  .location h3 {
    max-width: 82%;
    margin-bottom: 24px;
    font-size: 24px;
    letter-spacing: 1.8px;
  }

  .location p {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 29px;
  }

  .page-hero {
    margin-top: 80px;
    padding: 100px 25px 50px;
  }

  .treatment-header {
    margin-top: 80px;
    min-height: 300px;
  }

  .treatment-heading {
    padding-top: 48px;
  }

  .treatment-heading .page-title {
    font-size: 34px;
    letter-spacing: 2px;
  }

  .treatment-layout > article > p.lead-copy {
    font-size: 18px;
    line-height: 32px;
  }

  .treatment-layout > article p,
  .treatment-layout > article li {
    font-size: 16px;
    letter-spacing: .45px;
    line-height: 29px;
  }

  .treatment-layout h2 {
    font-size: 28px;
    letter-spacing: 2px;
  }

  .treatment-list li {
    min-height: 0;
  }

  .glance-card {
    padding: 28px 22px;
  }

  .glance-card h2 {
    display: block;
    font-size: 19px;
    letter-spacing: 1.8px;
  }

  .glance-card h2 span {
    display: block;
    margin-top: 8px;
  }

  .glance-grid p {
    font-size: 16px;
    line-height: 25px;
  }

  .accordion-trigger {
    font-size: 15px;
    letter-spacing: 1.1px;
    line-height: 25px;
  }
}
