:root {
  --teal: #006c70;
  --ink: #163536;
  --aqua: #e8f4f1;
  --line: #c1cdcb;
  --body: #405655;
  --white: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
a:hover {
  text-decoration-thickness: 2px;
}
button,
select {
  font: inherit;
}
a,
select {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
select:focus-visible {
  outline: 3px solid #d98736;
  outline-offset: 6px;
}
.wrap {
  width: calc(100% - 120px);
  max-width: 1420px;
  margin-inline: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
p {
  line-height: 1.6;
}
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 20px;
  gap: 30px;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  color: #111;
  flex-shrink: 0;
}
.salon-logo {
  display: block;
  width: 120px;
  height: auto;
  flex-shrink: 0;
}
.wordmark span {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 60px;
  line-height: 0.95;
  letter-spacing: -4px;
}
.wordmark small {
  display: block;
  margin-top: 12px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 42px;
  font-size: 17px;
}
.site-header nav > a:not(.button) {
  text-decoration: none;
}
.site-header nav > a:not(.button):hover {
  text-decoration: underline;
}
.button {
  display: inline-flex;
  gap: 22px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 25px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.35;
  transition:
    background 0.18s ease,
    transform 0.18s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button svg,
.section-intro svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.button-solid {
  background: var(--teal);
  color: white;
}
.button-solid:hover {
  background: #00575b;
}
.button-outline {
  border-color: var(--teal);
  color: var(--teal);
}
.button-outline:hover {
  background: var(--aqua);
}
.hero {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  gap: 60px;
  padding-block: 32px 48px;
}
.hero-copy {
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
h1 {
  font-size: clamp(50px, 5.6vw, 84px);
  line-height: 1.08;
  letter-spacing: -3px;
  white-space: nowrap;
}
.hero-copy p {
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.55;
  margin: 32px 0;
  color: var(--body);
}
.hero-copy .button {
  margin-top: 4px;
}
.hero-photo {
  align-self: center;
  justify-self: end;
  width: min(100%, 380px);
  aspect-ratio: 4 / 5;
  min-width: 0;
  max-height: 475px;
  border-radius: 48% 48% 0 0;
  overflow: hidden;
  background: #d0e5e5;
}
.hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.tagline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--teal);
  padding-block: 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}
.services {
  padding-top: 88px;
  padding-bottom: 48px;
}
h2 {
  font-size: clamp(36px, 3.7vw, 57px);
  letter-spacing: -1.6px;
  line-height: 1.15;
}
.section-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 25px;
  font-size: 19px;
}
.section-intro a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--teal);
  font-size: 16px;
  white-space: nowrap;
}
.section-intro svg {
  width: 19px;
  height: 19px;
}
.service-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  margin-bottom: 35px;
}
.service-columns article {
  padding: 0 34px;
}
.service-columns article:first-child {
  padding-left: 0;
}
.service-columns article:last-child {
  padding-right: 0;
}
.service-columns article + article {
  border-left: 1px solid var(--line);
}
.service-number {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--teal);
  font-size: 34px;
  margin-bottom: 8px;
}
.service-columns h3 {
  font-size: clamp(25px, 2.6vw, 40px);
  letter-spacing: -1px;
  line-height: 1.2;
}
.service-columns p {
  font-size: 17px;
  max-width: 390px;
  margin-top: 13px;
  color: var(--body);
  line-height: 1.6;
}
.price-guide {
  border-top: 1px solid var(--line);
  padding-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 30px;
  align-items: end;
}
.price-heading h3 {
  font-size: 34px;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.size-control {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
}
.size-control select {
  padding: 12px 38px 12px 12px;
  min-height: 48px;
  max-width: 100%;
  color: var(--ink);
  border: 1px solid var(--ink);
  background: white;
  border-radius: 4px;
  cursor: pointer;
}
.prices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
.prices > div {
  padding: 10px 16px 10px 25px;
  border-left: 1px solid var(--line);
}
.prices span {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  color: var(--body);
  margin-bottom: 8px;
}
.prices strong {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--teal);
  font-weight: 400;
  white-space: nowrap;
  font-size: clamp(25px, 3vw, 43px);
  letter-spacing: -1px;
}
.breed-examples {
  font-size: 15px;
  margin-top: 25px;
  color: var(--body);
}
.price-note {
  font-size: 14px;
  margin-top: 12px;
  line-height: 1.7;
  color: var(--body);
  max-width: 1150px;
}
.offers {
  background: var(--aqua);
  padding: 31px 0;
}
.offer-columns {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 45px;
}
.offer-columns > div + div {
  border-left: 1px solid #adceca;
  padding-left: 45px;
}
.offer-columns h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  line-height: 1.3;
  color: var(--teal);
  font-weight: 500;
}
.offer-columns p {
  margin-top: 10px;
  font-size: 15px;
}
.contact {
  background: var(--teal);
  color: white;
  padding: 65px 0;
}
.contact-top {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 70px;
}
.contact h2 {
  font-size: 44px;
  letter-spacing: -1px;
}
.contact-top > div > p {
  margin-top: 20px;
  color: #e4f1ef;
  font-size: 17px;
}
.contact .button {
  margin-top: 26px;
}
.button-light {
  border-color: white;
  color: white;
}
.button-light:hover {
  background: white;
  color: var(--teal);
}
.contact .booking-note {
  font-size: 13px;
  margin-top: 13px;
}
.contact-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 38px;
}
.contact-details h3 {
  font:
    500 14px Arial,
    Helvetica,
    sans-serif;
  margin-bottom: 10px;
  color: #c7e4e0;
}
.contact-details p,
.contact-details address {
  font-size: 16px;
  font-style: normal;
  line-height: 1.7;
}
.phone {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  text-decoration: none;
  white-space: nowrap;
}
.directions {
  display: inline-block;
  font-size: 14px;
  margin-top: 14px;
}
footer {
  background: #004c50;
  color: white;
  padding: 27px 0;
}
footer .wrap {
  display: flex;
  gap: 25px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
footer a {
  text-decoration: none;
}
footer span {
  color: #c7e4e0;
}
footer a:hover {
  text-decoration: underline;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 10;
  top: -120px;
  left: 12px;
  background: white;
  padding: 12px;
}
.skip-link:focus {
  top: 12px;
}
@media (min-width: 1540px) {
  .hero {
    gap: 50px;
  }
  .hero-copy {
    padding-right: 12px;
  }
}
@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 72px);
  }
  .site-header nav {
    gap: 23px;
    font-size: 15px;
  }
  .wordmark span {
    font-size: 59px;
  }
  .wordmark small {
    font-size: 10px;
  }
  .button {
    font-size: 15px;
    padding: 14px 20px;
  }
  .hero {
    gap: 20px;
  }
  h1 {
    letter-spacing: -3px;
  }
  .hero-copy {
    padding-block: 55px;
  }
  .hero-copy p {
    font-size: 16px;
  }
  .service-columns article {
    padding-inline: 23px;
  }
  .price-guide {
    grid-template-columns: 1fr;
  }
  .prices {
    margin-top: 4px;
  }
  .prices > div:first-child {
    border: 0;
    padding-left: 0;
  }
  .prices strong {
    font-size: 40px;
  }
  .contact-top {
    gap: 38px;
  }
  .contact-details {
    grid-template-columns: 1fr;
  }
  .contact h2 {
    font-size: 37px;
  }
  .contact-top > div > p {
    font-size: 16px;
  }
  .phone {
    font-size: 29px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 20px;
  }
  .wrap {
    width: calc(100% - 44px);
  }
  .site-header {
    padding-top: 22px;
    gap: 15px;
    flex-wrap: wrap;
  }
  .wordmark span {
    font-size: 49px;
    letter-spacing: -3px;
  }
  .wordmark {
    gap: 10px;
  }
  .salon-logo {
    width: 48px;
  }
  .wordmark small {
    letter-spacing: 3px;
    font-size: 8px;
    margin-top: 9px;
  }
  .site-header nav {
    gap: 14px;
    margin-left: auto;
  }
  .nav-about,
  .nav-services {
    display: none;
  }
  .header-book {
    font-size: 13px;
    padding: 11px 13px;
    min-height: 44px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 0;
    gap: 0;
  }
  .hero-copy {
    padding: 32px 0 37px;
  }
  h1 {
    font-size: clamp(40px, 12.3vw, 73px);
    letter-spacing: -2.5px;
    line-height: 1.1;
  }
  .hero-copy p {
    font-size: 15px;
    line-height: 1.65;
    margin: 22px 0;
  }
  .hero-copy p br {
    display: none;
  }
  .hero-copy .button {
    min-height: 54px;
    width: auto;
  }
  .hero-photo {
    max-height: 550px;
    width: 100%;
    aspect-ratio: 1/1.03;
    border-radius: 48% 48% 0 0;
  }
  .hero-photo img {
    object-position: center 43%;
  }
  .tagline {
    padding-block: 20px;
    font-size: 15px;
    align-items: center;
  }
  .tagline span {
    max-width: 50%;
  }
  .tagline span:last-child {
    text-align: right;
  }
  .services {
    padding-top: 49px;
    padding-bottom: 34px;
  }
  h2 {
    font-size: 36px;
    letter-spacing: -1.1px;
  }
  .section-intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    margin-top: 19px;
    font-size: 16px;
  }
  .section-intro a {
    font-size: 14px;
  }
  .service-columns {
    grid-template-columns: 1fr;
    margin-top: 33px;
    margin-bottom: 30px;
  }
  .service-columns article,
  .service-columns article:first-child,
  .service-columns article:last-child {
    padding: 22px 0;
  }
  .service-columns article:first-child {
    padding-top: 0;
  }
  .service-columns article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .service-number {
    font-size: 23px;
    margin-bottom: 7px;
  }
  .service-columns h3 {
    font-size: 30px;
    letter-spacing: -0.7px;
  }
  .service-columns p {
    font-size: 16px;
    margin-top: 10px;
    max-width: none;
  }
  .price-guide {
    padding-top: 27px;
    gap: 24px;
  }
  .price-heading h3 {
    font-size: 31px;
  }
  .size-control {
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
  }
  .size-control select {
    width: 55%;
    font-size: 14px;
  }
  .prices {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    margin-top: 0;
  }
  .prices > div,
  .prices > div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    border: 0;
    border-bottom: 1px solid var(--line);
    padding: 16px 0;
  }
  .prices span {
    font-size: 14px;
    margin: 0;
  }
  .prices strong {
    font-size: 30px;
  }
  .breed-examples {
    font-size: 14px;
    margin-top: 22px;
  }
  .price-note {
    font-size: 13px;
  }
  .offers {
    padding-block: 28px;
  }
  .offer-columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .offer-columns > div + div {
    border-left: 0;
    border-top: 1px solid #adceca;
    padding-left: 0;
    padding-top: 24px;
  }
  .offer-columns h3 {
    font-size: 21px;
  }
  .offer-columns p {
    font-size: 14px;
  }
  .contact {
    padding-block: 43px;
  }
  .contact-top {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .contact h2 {
    font-size: 36px;
  }
  .desktop-break {
    display: none;
  }
  .contact-details {
    grid-template-columns: 1fr 1fr;
    gap: 26px 20px;
  }
  .contact-details > div:first-child {
    grid-column: 1/-1;
  }
  .contact-details p,
  .contact-details address {
    font-size: 14px;
  }
  .phone {
    font-size: 30px;
  }
  footer {
    padding-block: 25px;
  }
  footer .wrap {
    flex-wrap: wrap;
    font-size: 13px;
    gap: 16px;
  }
  footer .wrap > span {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
  .button:hover {
    transform: none;
  }
}

.error-heading {
  white-space: normal;
  font-size: clamp(40px, 6vw, 70px);
  letter-spacing: -2px;
  margin-bottom: 24px;
}

/* Compact brand and balanced hero on smaller screens. */
@media (max-width: 960px) and (min-width: 761px) {
  .salon-logo {
    width: 96px;
  }
  .wordmark span {
    font-size: 48px;
  }
  .wordmark small {
    letter-spacing: 3px;
  }
  .site-header nav {
    gap: 18px;
  }
  .nav-about {
    display: none;
  }
  .hero {
    gap: 28px;
  }
  h1 {
    font-size: 49px;
  }
}
@media (max-width: 760px) {
  .site-header {
    flex-direction: column;
    align-items: center;
    gap: 22px;
    padding: 22px 0 24px;
    border-bottom: 1px solid var(--line);
  }
  .wordmark {
    gap: 17px;
  }
  .salon-logo {
    width: 86px;
  }
  .wordmark span {
    font-size: 54px;
  }
  .wordmark small {
    font-size: 10px;
    letter-spacing: 3px;
  }
  .site-header nav {
    margin: 0;
    width: 100%;
  }
  .header-book {
    width: 100%;
    min-height: 46px;
    font-size: 15px;
    padding: 12px 18px;
    white-space: nowrap;
    background: var(--teal);
    color: white;
  }
  .header-book:hover {
    background: #00575b;
  }
  .hero {
    padding: 0 0 30px;
    gap: 10px;
  }
  .hero-copy {
    padding: 30px 0 20px;
  }
  h1 {
    font-size: clamp(39px, 10.8vw, 64px);
    letter-spacing: -2px;
  }
  .hero-photo {
    justify-self: center;
    width: min(68%, 240px);
    max-height: 300px;
    aspect-ratio: 4 / 5;
  }
  .hero-photo img {
    object-position: center;
  }
}
