:root {
  --navy: #102746;
  --paper: #e7e8e3;
  --ink: #050505;
  --white: #ffffff;
  --line: rgba(255, 255, 255, .85);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

a {
  color: inherit;
}

.site-header {
  min-height: 134px;
  background: var(--navy);
  color: var(--white);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 10px 54px;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .22);
}

.nav-left {
  display: flex;
  gap: 40px;
  align-items: center;
}

.nav-left a,
.booking-link {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 6px;
}

.nav-left a:hover,
.nav-left a.active,
.booking-link:hover,
.booking-link.active {
  border-color: currentColor;
}

.brand img {
  width: 244px;
  height: 113px;
  object-fit: contain;
  display: block;
}

.booking-link {
  justify-self: end;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  letter-spacing: .5px;
}

.hero {
  min-height: 576px;
  position: relative;
  padding: 0;
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.home-hero {
  background-image: linear-gradient(rgba(16, 39, 70, .08), rgba(16, 39, 70, .08)), url("assets/home-hero.png");
  background-size: 125% auto;
  background-repeat: no-repeat;
}

.hero-service-hotspot {
  position: absolute;
  left: 50%;
  top: 56%;
  width: 96px;
  height: 52px;
  transform: translateX(-50%);
  border-radius: 999px;
}

.hero-copy {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  transform: translateY(-4px);
}

.hero-copy h1 {
  margin: 0 0 34px;
  text-transform: uppercase;
  font-size: clamp(34px, 4vw, 48px);
}

.hero-copy p {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.round-control {
  width: 41px;
  height: 41px;
  border: 0;
  border-radius: 50%;
  background: rgba(241, 244, 245, .85);
  color: var(--navy);
  font-size: 24px;
}

.pill-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 34px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border: 3px solid var(--white);
}

.pill-button.light {
  background: var(--white);
  color: var(--navy);
  border-color: var(--navy);
}

.pill-button.dark {
  background: var(--navy);
  color: var(--white);
}

.pill-button.small {
  min-height: 34px;
  padding-inline: 22px;
  font-size: 10px;
  border-width: 0;
}

.story-section {
  min-height: 640px;
  padding: 28px 8vw 88px;
  display: grid;
  grid-template-columns: minmax(320px, 440px) minmax(320px, 1fr);
  gap: 34px 64px;
  align-items: center;
  position: relative;
}

.side-pill {
  grid-column: 1 / -1;
  align-self: start;
  justify-self: start;
  writing-mode: initial;
  transform: none;
  background: var(--navy);
  color: var(--white);
  border: 4px solid var(--white);
  border-radius: 999px;
  min-height: 52px;
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  padding: 0 10px;
}

.story-image img {
  width: 100%;
  height: 514px;
  object-fit: cover;
  display: block;
}

.story-content h1 {
  margin: 0 0 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 6vw, 72px);
  line-height: 1;
  font-weight: 400;
}

.story-text {
  font-size: 16px;
  line-height: 1.45;
  font-style: italic;
  max-width: 760px;
  padding-top: 0;
}

.story-cta {
  grid-column: 1 / 2;
  justify-self: center;
  width: 320px;
  margin-top: 28px;
}

.activity-band,
.team-band,
.map-band,
.contact-details,
.services-band {
  background: var(--navy);
  color: var(--white);
}

.activity-band {
  min-height: 440px;
  padding: 48px 10vw 58px;
  text-align: center;
}

.activity-band h2 {
  margin: 0 0 58px;
  text-transform: uppercase;
  font-size: clamp(34px, 4vw, 46px);
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 58px 80px;
}

.activity-grid h3 {
  min-height: 64px;
  margin: 0 0 28px;
  text-transform: uppercase;
  font-size: 25px;
}

.about-intro {
  padding: 42px 8vw 112px;
}

.about-intro h1 {
  margin: 0 0 36px;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(34px, 4vw, 42px);
  line-height: .95;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1.15fr) minmax(300px, 420px);
  gap: 72px;
  align-items: center;
}

.about-layout article,
.team-band article,
.studio-section article {
  font-size: 14px;
  line-height: 1.55;
}

.portrait {
  width: min(420px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.team-band {
  padding: 52px 11.5vw;
  display: grid;
  grid-template-columns: minmax(300px, 420px) minmax(320px, 1fr);
  gap: 96px;
  align-items: center;
  min-height: 508px;
}

.team-band article {
  font-weight: 700;
}

.contact-hero {
  min-height: 610px;
  background-image: url("assets/contact-hero.png");
  background-size: 104% auto;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(1);
}

.map-band {
  padding: 68px 4vw 50px;
  text-align: center;
}

.map-band h1 {
  display: inline-block;
  margin: 0 0 68px;
  font-size: clamp(52px, 6vw, 72px);
  border-bottom: 3px solid var(--white);
}

.map-band img {
  width: 100%;
  max-width: 1240px;
  height: 404px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.contact-details {
  min-height: 600px;
  padding: 62px 4vw 96px;
}

.contact-details h2 {
  margin: 0 0 22px;
  text-transform: uppercase;
  font-size: 26px;
}

.contact-details p {
  margin: 18px 0;
  font-size: 17px;
  font-weight: 700;
}

.contact-details span,
.large-line span {
  color: #e13b91;
  margin-right: 8px;
}

.social-label {
  margin-top: 28px;
}

.socials {
  display: flex;
  gap: 8px;
  margin-top: 78px;
}

.socials a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--white);
  color: var(--navy);
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}

.studio-section {
  min-height: 640px;
  padding: 92px 8vw 126px;
  display: grid;
  grid-template-columns: minmax(320px, 461px) minmax(360px, 1fr);
  gap: 60px;
  align-items: center;
}

.studio-section img {
  width: 100%;
  height: 439px;
  object-fit: cover;
}

.studio-section h1 {
  margin: 0 0 36px;
  font-size: clamp(58px, 7vw, 78px);
  font-weight: 400;
}

.studio-section article {
  font-style: italic;
}

.services-band {
  min-height: 515px;
  padding: 90px 4vw;
}

.accordion {
  max-width: 1240px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.accordion-item {
  border-bottom: 1px solid var(--line);
}

.accordion button {
  width: 100%;
  min-height: 66px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
}

.accordion button span:first-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.6vw, 27px);
  font-weight: 700;
  text-transform: uppercase;
}

.symbol {
  font-size: 22px;
  padding-left: 24px;
}

.accordion-panel {
  display: none;
  padding: 0 0 24px 26px;
  max-width: 760px;
  font-size: 12px;
  line-height: 1.78;
  font-weight: 700;
  font-style: italic;
}

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

.appointment-section {
  min-height: 515px;
  padding: 28px 4vw 54px;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, 1fr);
  gap: 64px;
  align-items: start;
}

.appointment-copy h1 {
  margin: 0 0 48px;
  font-size: clamp(62px, 8vw, 82px);
  line-height: .74;
  font-weight: 400;
}

.appointment-copy p {
  max-width: 500px;
  font-size: 18px;
  line-height: 1.5;
  font-style: italic;
  font-weight: 700;
}

.appointment-contact {
  padding-top: 68px;
  text-align: center;
}

.appointment-contact h2 {
  margin: 0 0 34px;
  text-transform: uppercase;
  font-size: clamp(58px, 7vw, 72px);
}

.large-line {
  margin: 20px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 4vw, 38px);
}

.wide {
  width: 252px;
  margin-top: 28px;
}

.booking-form-section {
  padding: 0 4vw 80px;
}

.booking-form {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 18px 24px;
}

.booking-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.booking-form input,
.booking-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 39, 70, .3);
  background: #fff;
  padding: 13px 14px;
  font: inherit;
}

.booking-form .full {
  grid-column: 1 / -1;
}

.form-button {
  width: 240px;
  cursor: pointer;
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 14px 20px 22px;
    position: static;
  }

  .nav-left {
    order: 2;
    gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .booking-link {
    order: 3;
    justify-self: center;
  }

  .hero {
    padding: 40px 22px;
    min-height: 520px;
  }

  .round-control {
    display: none;
  }

  .story-section,
  .about-layout,
  .team-band,
  .studio-section,
  .appointment-section,
  .booking-form {
    grid-template-columns: 1fr;
  }

  .side-pill,
  .story-content h1 {
    writing-mode: initial;
    transform: none;
  }

  .side-pill {
    width: auto;
    min-height: 48px;
    padding: 0 28px;
    justify-self: start;
  }

  .story-content h1 {
    font-size: 52px;
  }

  .story-text {
    padding-top: 0;
  }

  .story-cta {
    grid-column: auto;
    width: min(360px, 100%);
  }

  .activity-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .team-band {
    gap: 40px;
  }

  .contact-hero,
  .map-band img {
    min-height: 360px;
    height: auto;
  }

  .studio-section h1,
  .appointment-copy h1,
  .appointment-contact h2 {
    font-size: 48px;
    line-height: .95;
  }
}
