:root {
  --color-black: #000;
  --color-white: #fff;
  --color-deep-teal-1: #285161;
  --color-deep-teal-2: #19919c;
  --color-twilight: #54aaa9;
  --color-cream: #fbefd2;
  --color-cream-soft: #f8e7bd;
  --color-coral: #ca5e4b;
  --color-gold: #df9e49;
  --color-brown-sugar: #d47f50;
  --color-vapor: #d0e7f9;
  --color-sky-soft: #d6eef3;
  --color-off-white: #f8f3e4;
  --color-ink: #173944;
  --rgb-black: 0, 0, 0;
  --rgb-cream: 251, 239, 210;
  --rgb-deep-teal-1: 40, 81, 97;
  --font-display: "Eveleth", "Arial Black", Impact, sans-serif;
  --font-body: Helvetica, Arial, sans-serif;
  --font-script: "Relation Two", "Relation_Two", "Brush Script MT", cursive;
  --font-size-h1: 54px;
  --font-size-h2: 42px;
  --font-size-h3: 32px;
  --font-size-h4: 26px;
  --font-size-h5: 20px;
  --font-size-h6: 18px;
  --font-size-display-md: 44px;
  --font-size-display-sm: 32px;
  --font-size-script: 28px;
  --font-size-body-xl: 22px;
  --font-size-body-lg: 20px;
  --font-size-body: 18px;
  --font-size-body-sm: 16px;
  --font-size-label: 14px;
  --font-size-caption: 12px;
  --font-size-micro: 10px;
  --font-size-h1-compact: 48px;
  --font-size-h2-compact: 36px;
  --font-size-h1-mobile: 38px;
  --font-size-h2-mobile: 30px;
  --font-size-h1-phone: 32px;
  --font-size-h2-phone: 26px;
  --font-size-h1-small-phone: 29px;
  --font-size-h2-small-phone: 24px;
  --font-size-section-title-mobile: 34px;
  --font-size-hero-title-phone: 31px;
  --line-height-heading: 1.4;
  --line-height-heading-compact: 1.32;
  --line-height-body: 1.3;
  --line-height-body-relaxed: 1.4;
  --line-height-body-18: 23px;
  --line-height-body-phone: 21px;
  --line-height-script: 38px;
  --line-height-script-mobile: 30px;
  --line-height-hero: 1.3864;
  --line-height-hero-mobile: 1.22;
  --line-height-tight: 1;
  --line-height-micro: 1.1;
  --letter-spacing-normal: 0;
  --container: 1280px;
  --gutter: 0px;
  --radius: 12px;
}

@font-face {
  font-display: swap;
  font-family: "Eveleth";
  font-style: normal;
  font-weight: 950;
  src: url("https://the-perfect-rim.techsolutionn.com/wp-content/uploads/2026/07/eveleth-clean-regular.woff2") format("woff2"),
       url("https://the-perfect-rim.techsolutionn.com/wp-content/uploads/2026/07/eveleth-clean-regular.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  src: url("https://the-perfect-rim.techsolutionn.com/wp-content/uploads/2026/07/helvetica.woff2") format("woff2"),
       url("https://the-perfect-rim.techsolutionn.com/wp-content/uploads/2026/07/helvetica.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  src: url("https://the-perfect-rim.techsolutionn.com/wp-content/uploads/2026/07/helvetica-bold.woff2") format("woff2"),
       url("https://the-perfect-rim.techsolutionn.com/wp-content/uploads/2026/07/helvetica-bold.woff") format("woff");
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  scrollbar-width: none;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  height: 0;
  width: 0;
}

body {
  background: linear-gradient(0deg, rgba(var(--rgb-cream), .4) 0%, rgba(var(--rgb-cream), .4) 100%), var(--color-white);
  color: var(--color-deep-teal-1);
  font-family: var(--font-body);
  line-height: var(--line-height-body);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, svg, video {
  display: block;
  height: auto;
  max-width: 100%;
}

img.brand-wordmark {
  aspect-ratio: 1340 / 123;
  height: auto;
  object-fit: contain;
}

/* Shared certification badge group */
.certification-badges {
  aspect-ratio: 439 / 128;
  flex: none;
  height: auto;
  max-width: 100%;
  position: relative;
  width: min(439px, 100%);
}

.certification-badges__item {
  display: block;
  height: 88.446%;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 5.9%;
  width: 25.788%;
}

.certification-badges__item--sugar {
  left: .948%;
  transform: rotate(4.2deg);
  width: 26.373%;
}

.certification-badges__item--gmo {
  left: 24.651%;
  top: 5.774%;
  transform: rotate(-7.56deg);
  width: 27.287%;
}

.certification-badges__item--gluten {
  left: 50.365%;
  transform: rotate(5.53deg);
}

.certification-badges__item--usa {
  left: 73.16%;
  transform: rotate(5.08deg);
}

/* Shared light pool-water section with responsive edge fades */
.water-transition-section {
  --water-fade-top: 16%;
  --water-fade-bottom: 86%;
  background-color: #fdf9ed;
  background-image:
    linear-gradient(
      180deg,
      #fdf9ed 0%,
      rgba(253, 249, 237, 0) var(--water-fade-top),
      rgba(253, 249, 237, 0) var(--water-fade-bottom),
      #fdf9ed 100%
    ),
    linear-gradient(rgba(208, 231, 249, .6), rgba(208, 231, 249, .6)),
    url("https://the-perfect-rim.techsolutionn.com/wp-content/uploads/2026/07/hospitality-bg-figma.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Shared warm-gold glow used behind final CTA sections */
.warm-gold-glow-section {
  --warm-gold-glow-top: 0px;
  background: #fdf9ed;
  isolation: isolate;
  overflow: visible;
  position: relative;
}

.warm-gold-glow-section::before {
  background: rgba(252, 210, 95, .3);
  content: "";
  filter: blur(50px);
  height: 665px;
  inset-inline: 0;
  pointer-events: none;
  position: absolute;
  top: var(--warm-gold-glow-top);
  z-index: 0;
}

.warm-gold-glow-section > * {
  position: relative;
  z-index: 1;
}

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

button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: var(--font-display);
  font-weight: 950;
  letter-spacing: var(--letter-spacing-normal);
  line-height: var(--line-height-heading);
  text-transform: uppercase;
}

h1 {
  color: var(--color-cream);
  font-size: var(--font-size-h1);
  line-height: 1.08;
  max-width: 700px;
}

h2 {
  font-size: var(--font-size-h2);
}

h3 {
  font-size: var(--font-size-h3);
}

h4 {
  font-size: var(--font-size-h4);
}

h5 {
  font-size: var(--font-size-h5);
}

h6 {
  font-size: var(--font-size-h6);
}

p {
  font-size: var(--font-size-body);
}

strong {
  font-weight: 700;
}

.container {
  margin-inline: auto;
  max-width: var(--container);
  padding-inline: var(--gutter);
  width: 100%;
}

.section-pad {
  padding-block: 120px;
}

.section-heading {
  display: grid;
  gap: 12px;
}

.section-heading--center {
  margin-inline: auto;
  max-width: 780px;
  text-align: center;
}

.section-heading--center p {
  margin-inline: auto;
}

.eyebrow {
  color: var(--color-gold);
  font-family: var(--font-display);
  font-size: var(--font-size-label);
  font-weight: 950;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.eyebrow--teal {
  color: var(--color-deep-teal-2);
}

.btn {
  --btn-bg: transparent;
  --btn-border: transparent;
  --btn-hover-bg: currentColor;
  --btn-hover-text: var(--color-cream);
  --btn-text: currentColor;
  align-items: center;
  background: var(--btn-bg);
  border: 1px solid var(--btn-border);
  border-radius: 50px;
  color: var(--btn-text);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: var(--font-size-label);
  gap: 10px;
  justify-content: center;
  isolation: isolate;
  line-height: 16px;
  overflow: hidden;
  padding: 15px 24px;
  position: relative;
  text-transform: uppercase;
  transition: border-color .3s ease, color .3s ease;
  white-space: nowrap;
}

.btn::before {
  background: var(--btn-hover-bg);
  border-radius: 50%;
  content: "";
  height: 20px;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform .42s cubic-bezier(.4, 0, .2, 1);
  width: 20px;
  z-index: 0;
}

.btn__clip {
  display: block;
  height: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.btn__stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 16px;
  transform: translateY(0);
  transition: transform .32s cubic-bezier(.4, 0, .2, 1);
}

.btn__text {
  color: var(--btn-text);
  display: block;
  line-height: 16px;
}

.btn__text--hover {
  color: var(--btn-hover-text);
}

.btn:hover::before,
.btn:focus-visible::before {
  transform: translate(-50%, -50%) scale(18);
}

.btn:hover .btn__stack,
.btn:focus-visible .btn__stack {
  transform: translateY(-26px);
}

.btn--cream {
  --btn-bg: var(--color-cream);
  --btn-hover-bg: var(--color-coral);
  --btn-hover-text: var(--color-cream);
  --btn-text: var(--color-coral);
}

.btn--coral {
  --btn-bg: var(--color-coral);
  --btn-hover-bg: var(--color-cream);
  --btn-hover-text: var(--color-coral);
  --btn-text: var(--color-cream);
}

.btn--coral-outline {
  --btn-hover-bg: var(--color-coral);
  --btn-hover-text: var(--color-cream);
  --btn-text: var(--color-coral);
  box-shadow: inset 0 0 0 1px var(--color-coral);
}

.btn--outline {
  --btn-border: var(--color-cream);
  --btn-hover-bg: var(--color-cream);
  --btn-hover-text: var(--color-coral);
  --btn-text: var(--color-cream);
}

/* Shared repeated content sections */
.rim-steps__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rim-step-card {
  background: var(--color-vapor);
  border-radius: 10px;
  height: 458px;
  overflow: hidden;
  position: relative;
}

.rim-step-card__visual {
  overflow: hidden;
  position: absolute;
}

.rim-step-card__visual img {
  max-width: none;
  position: absolute;
}

.method-card {
  display: flex;
  overflow: hidden;
  position: relative;
}

.method-card__image {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.method-card__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.method-card__panel {
  background: var(--color-twilight);
  color: var(--color-cream);
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.method-card__panel h3 {
  color: var(--color-cream);
  text-align: center;
}

.method-card--old .method-card__image {
  border-radius: 12px 0 0 12px;
}

.method-card--old .method-card__panel {
  border-radius: 12px;
  margin-left: -73px;
  padding: 80px 60px 60px 133px;
}

.method-card--new .method-card__panel {
  border-radius: 12px;
  padding: 67px 133px 66px 60px;
}

.method-card--new .method-card__image {
  border-radius: 0 12px 12px 0;
  margin-left: -73px;
}

.method-list {
  display: grid;
  gap: 32px;
}

.method-list li {
  color: var(--color-cream);
  padding-left: 28px;
  position: relative;
}

.method-list li::before {
  background: center / contain no-repeat;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 14px;
}

.sku-snapshot {
  background: linear-gradient(180deg, rgba(251, 239, 210, 0) 0%, var(--color-cream) 12%, var(--color-cream) 88%, rgba(251, 239, 210, 0) 100%);
}

.sku-table {
  width: 100%;
}

.sku-table > div {
  align-items: center;
  border-bottom: 1px solid rgba(25, 145, 156, .2);
  display: grid;
  gap: 32px;
  grid-template-columns: 230px minmax(0, 1fr);
  padding: 14px 16px 15px;
}

.sku-table > div:first-child {
  border-top: 1px solid rgba(25, 145, 156, .2);
  padding-top: 15px;
}

.sku-table dt {
  color: var(--color-deep-teal-2);
  font-size: 16px;
  line-height: 1.3;
}

.sku-table dd {
  color: var(--color-deep-teal-1);
  font-size: 18px;
  line-height: 1.3;
}

.site-header {
  color: var(--color-cream);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}

.site-header.is-scrolled {
  background: transparent;
}

.announcement-bar {
  align-items: center;
  background: var(--color-cream);
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-block: 8px;
  width: 100%;
}

.announcement-bar p {
  color: var(--color-deep-teal-2);
  font-family: var(--font-body);
  font-size: var(--font-size-label);
  font-weight: 400;
  letter-spacing: 1.4px;
  line-height: normal;
  max-width: 663px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.site-header__inner {
  margin-inline: auto;
  max-width: var(--container);
  padding: 0;
  position: relative;
  width: calc(100% - (var(--gutter) * 2));
}

.site-header__inner::after {
  background: var(--color-coral);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 80px;
}

.brand {
  align-items: center;
  color: var(--color-cream);
  display: inline-flex;
  font-family: var(--font-display);
  font-size: var(--font-size-body-sm);
  gap: 10px;
  text-transform: uppercase;
}

.brand img {
  height: 42px;
  object-fit: contain;
  width: 45px;
}

.site-header .brand {
  gap: 0;
  height: 100px;
  left: 50%;
  position: absolute;
  top: 12px;
  transform: translateX(-50%);
  width: 105.7786102295px;
  z-index: 2;
}

.site-header .brand span {
  display: none;
}

.site-header .brand img {
  height: 100px;
  width: 105.7786102295px;
}

.site-header .btn--small {
  left: auto;
  position: absolute;
  right: 0;
  top: 18px;
}

.site-header--light {
  color: var(--color-deep-teal-1);
}

.site-header--light .announcement-bar {
  background: #fdf9ed;
}

.site-header--light .site-nav ul {
  color: var(--color-deep-teal-1);
}

.site-nav {
  left: 0;
  position: absolute;
  top: 32px;
}

.site-nav ul {
  align-items: center;
  color: var(--color-cream);
  display: flex;
  gap: 0;
  font-family: var(--font-body);
  font-size: var(--font-size-body-sm);
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}

.site-nav a {
  display: block;
  opacity: 1;
  text-align: center;
  transition: opacity .2s ease;
  white-space: nowrap;
  width: 123px;
}

.site-nav a:hover {
  opacity: .68;
}

.scroll-header {
  backface-visibility: hidden;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate3d(0, -116px, 0);
  transition:
    opacity .32s ease,
    transform .46s cubic-bezier(.22, 1, .36, 1),
    visibility 0s linear .46s;
  visibility: hidden;
  will-change: transform, opacity;
  z-index: 70;
}

.scroll-header.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
  visibility: visible;
}

.scroll-header__bar {
  background: #fffdf8;
  border-radius: 48px;
  height: 81px;
  margin: 16px auto 0;
  max-width: 1408px;
  position: relative;
  width: calc(100% - 32px);
}

.scroll-header__nav {
  color: var(--color-deep-teal-1);
  font-family: var(--font-body);
  font-size: var(--font-size-body-sm);
  font-weight: 400;
  left: 64px;
  line-height: 18px;
  position: absolute;
  text-transform: uppercase;
  top: 32px;
}

.scroll-header__nav a {
  display: block;
  text-align: center;
  transition: opacity .2s ease;
  white-space: nowrap;
  width: 123px;
}

.scroll-header__nav a:hover {
  opacity: .68;
}

.scroll-header__brand {
  height: 100px;
  left: 50%;
  position: absolute;
  top: 12px;
  transform: translateX(-50%);
  width: 105.7786102295px;
  z-index: 2;
}

.scroll-header__brand img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.scroll-header__contact {
  position: absolute;
  right: 64px;
  top: 18px;
}

/* Shared site footer */
.site-footer {
  background-color: var(--color-sky-soft);
  background-image: url("https://the-perfect-rim.techsolutionn.com/wp-content/uploads/2026/07/footer-background-figma-scaled.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 960px;
  overflow: hidden;
  position: relative;
}

.site-footer__panel {
  background: #fdf9ed;
  display: grid;
  gap: 48px;
  margin: 20px auto;
  padding: 64px 64px 24px;
  position: relative;
  width: 98vw;
  z-index: 1;
}

.site-footer__top {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.site-footer__headline {
  color: var(--color-deep-teal-1);
  font-family: var(--font-display);
  font-size: var(--font-size-body-xl);
  font-weight: 950;
  line-height: var(--line-height-body);
  text-transform: uppercase;
}

.site-footer__divider {
  height: 1px;
  width: 100%;
}

.site-footer__main {
  border-bottom: 1px solid #87d1d4;
  display: flex;
  gap: 48px;
  justify-content: space-between;
  padding-bottom: 48px;
}

.site-footer__brand {
  display: grid;
  gap: 12px;
  width: 360px;
}

.site-footer__brand > a {
  display: block;
  width: fit-content;
}

.site-footer__brand img {
  width: 116px;
}

.site-footer__tagline {
  color: var(--color-deep-teal-2);
  font-family: var(--font-script);
  font-size: var(--font-size-body-xl);
  font-weight: 700;
  line-height: var(--line-height-body);
}

.site-footer__brand > p:last-child,
.site-footer__bottom,
.footer-nav a {
  color: var(--color-deep-teal-1);
  font-size: var(--font-size-label);
  line-height: var(--line-height-body);
}

.footer-nav {
  display: flex;
  gap: 84px;
  justify-content: space-between;
  width: 764px;
}

.footer-nav__group {
  align-content: start;
  display: grid;
  gap: 12px;
}

.footer-nav__group h2 {
  color: var(--color-gold);
  font-family: var(--font-body);
  font-size: var(--font-size-label);
  font-weight: 400;
  line-height: var(--line-height-body);
  text-transform: uppercase;
}

.footer-nav__group--inquiries a {
  font-size: var(--font-size-body-sm);
}

.footer-nav a,
.site-footer__bottom a {
  transition: color .2s ease;
}

.footer-nav a:hover,
.site-footer__bottom a:hover {
  color: var(--color-coral);
}

.site-footer__bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.site-footer__bottle {
  bottom: 32px;
  height: 502px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 254px;
  z-index: 2;
}

.site-footer__bottle-image {
  bottom: 0;
  height: 502px;
  left: 50%;
  max-width: none;
  position: absolute;
  transform: translateX(-50%);
  width: 145px;
}

.site-footer__bottle-shadow {
  bottom: -4px;
  height: 36px;
  left: 0;
  max-width: none;
  position: absolute;
  width: 254px;
}

@media only screen and (max-width: 1315px) and (min-width: 1200px) {
  .site-header__inner {
    width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 1199px) {
  .rim-steps .rim-step-card.rim-step-card .rim-step-card__visual {
    left: auto;
    right: 0;
  }

  .method-card.method-card--old .method-card__image,
  .method-card.method-card--new .method-card__image {
    border-radius: 12px 12px 0 0;
  }

  .method-card.method-card--old .method-card__panel,
  .method-card.method-card--new .method-card__panel {
    border-radius: 0 0 12px 12px;
  }

  .site-footer {
    min-height: 0;
  }

  .site-footer__panel {
    padding: 52px 44px 24px;
  }

  .site-footer__main {
    gap: 36px;
  }

  .site-footer__brand {
    width: 34%;
  }

  .footer-nav {
    gap: clamp(24px, 5vw, 64px);
    width: 60%;
  }

  .site-footer__bottle {
    bottom: auto;
    height: 340px;
    left: auto;
    margin: 28px auto 0;
    position: relative;
    transform: none;
    width: 172px;
  }

  .site-footer__bottle-image {
    height: 340px;
    width: 98px;
  }

  .site-footer__bottle-shadow {
    width: 172px;
  }
}

@media only screen and (max-width: 1024px) {
  .site-header--light .site-nav {
    background: #fdf9ed;
  }

  .site-header--light .site-nav ul {
    color: var(--color-deep-teal-1);
  }
}

@media only screen and (max-width: 899px) {
  .site-footer__main {
    display: grid;
    gap: 40px;
  }

  .site-footer__brand,
  .footer-nav {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .site-footer {
    background-size: auto 100%;
  }

  .site-footer__panel {
    padding: 44px 32px 24px;
  }

  .footer-nav {
    gap: 32px;
  }
}

@media only screen and (max-width: 479px) {
  .site-footer__panel {
    gap: 32px;
    margin: 12px;
    padding: 32px 20px 20px;
    width: auto;
  }

  .site-footer__top,
  .site-footer__main,
  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__top {
    gap: 20px;
  }

  .site-footer__headline {
    font-size: var(--font-size-body-lg);
  }

  .site-footer__main {
    gap: 40px;
    padding-bottom: 32px;
  }

  .site-footer__brand,
  .footer-nav {
    width: 100%;
  }

  .footer-nav {
    display: grid;
    gap: 32px 24px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .footer-nav__group--inquiries {
    grid-column: 1 / -1;
  }

  .site-footer__bottom {
    gap: 12px;
  }

  .site-footer__bottle {
    height: 300px;
    margin-top: 20px;
    width: 152px;
  }

  .site-footer__bottle-image {
    height: 300px;
    width: 86px;
  }

  .site-footer__bottle-shadow {
    width: 152px;
  }
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--color-gold);
  outline-offset: 3px;
}

@media only screen and (max-width: 1366px) {
  h1 { font-size: var(--font-size-h1-compact); }
}

@media only screen and (max-width: 1199px) {
  :root { --container: 100%; --gutter: 28px; }
  .section-pad { padding-block: 92px; }
  h2 { font-size: var(--font-size-h2-compact); }
}

@media only screen and (max-width: 1024px) {
  .announcement-bar p {
    font-size: var(--font-size-caption);
    letter-spacing: 1.2px;
    padding-inline: 20px;
  }
  .site-header__inner::after {
    left: 0;
    right: 0;
    top: 85px;
  }
  .site-header .brand {
    height: 72px;
    top: 7px;
    width: 76px;
  }
  .site-header .brand img {
    height: 72px;
    width: 76px;
  }
  .scroll-header__bar {
    width: calc(100% - 24px);
  }
  .scroll-header__nav {
    left: 28px;
  }
  .scroll-header__contact {
    right: 28px;
  }
}

@media only screen and (max-width: 767px) {
  :root { --gutter: 20px; }
  h1 { font-size: var(--font-size-h1-mobile); }
  h2 { font-size: var(--font-size-h2-mobile); }
  p { font-size: var(--font-size-body-sm); }
  .section-pad { padding-block: 72px; }
  .announcement-bar p {
    font-size: clamp(9px, 2.45vw, 14px);
    letter-spacing: clamp(.6px, .22vw, 1.4px);
    padding-inline: 8px;
    white-space: nowrap;
  }
  .site-nav {
    top: 31px;
  }
  .site-nav ul {
    font-size: 11px;
    line-height: 14px;
  }
  .site-nav a {
    width: auto;
  }
  .site-header .btn--small {
    font-size: 11px;
    padding: 12px 16px;
    top: 20px;
  }
}

@media only screen and (max-width: 479px) {
  h1 { font-size: var(--font-size-h1-phone); }
  h2 { font-size: var(--font-size-h2-phone); }
  .site-header .brand {
    height: 66px;
    top: 10px;
    width: 70px;
  }
  .site-header .brand img {
    height: 62px;
    width: 66px;
  }
  .site-nav ul {
    font-size: 10px;
  }
  .site-header .btn--small {
    font-size: 10px;
    padding: 12px 14px;
    top: 19px;
  }
  .scroll-header__bar {
    border-radius: 34px;
    height: 64px;
    margin-top: 10px;
    width: calc(100% - 20px);
  }
  .scroll-header__nav {
    font-size: 10px;
    left: 14px;
    line-height: 14px;
    top: 25px;
  }
  .scroll-header__nav a {
    width: auto;
  }
  .scroll-header__brand {
    height: 66px;
    top: 3px;
    width: 70px;
  }
  .scroll-header__contact {
    font-size: 10px;
    padding: 12px 14px;
    right: 12px;
    top: 11px;
  }
}

@media only screen and (max-width: 374px) {
  :root { --gutter: 16px; }
  h1 { font-size: var(--font-size-h1-small-phone); }
  h2 { font-size: var(--font-size-h2-small-phone); }
  .announcement-bar p {
    font-size: 8.5px;
    letter-spacing: .5px;
    padding-inline: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}


.site-nav a.is-active,
.scroll-header__nav a.is-active {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}


.site-header__menu-toggle,
.mobile-site-menu {
  display: none;
}

.admin-bar .site-header,
.admin-bar .scroll-header {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar .site-header,
  .admin-bar .scroll-header {
    top: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .site-header__inner > .site-nav,
  .site-header__inner > .btn,
  .scroll-header {
    display: none;
  }

  .site-header__menu-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--color-cream);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 44px;
    justify-content: center;
    padding: 8px;
    position: absolute;
    right: -8px;
    top: 17px;
    width: 44px;
    z-index: 55;
  }

  .site-header--light .site-header__menu-toggle {
    color: var(--color-deep-teal-1);
  }

  .site-header__menu-line {
    background: currentColor;
    display: block;
    height: 2px;
    transform-origin: center;
    transition: opacity .2s ease, transform .25s ease;
    width: 25px;
  }

  .site-header__menu-toggle[aria-expanded="true"] {
    color: var(--color-cream);
  }

  .site-header__menu-toggle[aria-expanded="true"] .site-header__menu-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header__menu-toggle[aria-expanded="true"] .site-header__menu-line:nth-child(2) {
    opacity: 0;
  }

  .site-header__menu-toggle[aria-expanded="true"] .site-header__menu-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-site-menu {
    background: var(--color-deep-teal-1);
    bottom: 0;
    display: flex;
    left: 0;
    overflow-y: auto;
    padding: 132px 28px 42px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 52;
  }

  .mobile-site-menu[hidden] {
    display: none;
  }

  .mobile-site-menu nav {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin: auto 0;
    width: 100%;
  }

  .mobile-site-menu a {
    color: var(--color-cream);
    font-family: var(--font-display);
    font-size: clamp(30px, 9vw, 48px);
    letter-spacing: -.02em;
    line-height: .96;
    text-transform: uppercase;
  }

  .has-mobile-menu-open {
    overflow: hidden;
  }

  .has-mobile-menu-open .site-header .brand {
    z-index: 54;
  }
}
