:root {
  --blue: #1ab9e0;
  --shop-blue: #1ab9e0;
  --lime: #ffd21f;
  --pink: #1ab9e0;
  --ink: #111111;
  --white: #fffdf8;
  --display: Futura, "Century Gothic", "Avenir Next", Avenir, Montserrat, sans-serif;
  --body: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--blue);
  font-family: var(--body);
}

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

a {
  color: inherit;
}

.poster {
  position: relative;
  overflow: hidden;
}

.hero {
  min-height: 100svh;
  color: var(--white);
  background: var(--blue);
}

.hero-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(100%, 1600px);
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 72px);
}

.brand-card {
  position: relative;
  z-index: 3;
  width: clamp(220px, 25vw, 360px);
  overflow: visible;
}

.brand-card img {
  width: 100%;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  width: min(100%, 1200px);
  padding-top: clamp(42px, 6vh, 82px);
  padding-bottom: clamp(42px, 6vh, 82px);
}

.eyebrow {
  margin: 0 0 20px;
  font-family: var(--display);
  font-size: clamp(0.82rem, 1.1vw, 1.02rem);
  font-weight: 700;
  letter-spacing: 0.16em;
}

.hero .eyebrow {
  margin-bottom: 20px;
}

.hero h1,
.shop h2,
.services h2,
.contact h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -0.055em;
}

.hero h1 {
  position: relative;
  top: clamp(58px, 7vh, 86px);
  max-width: 1150px;
  font-size: clamp(3.35rem, 7.8vw, 8rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.hero h1 span {
  color: var(--ink);
}

.hero-note {
  position: relative;
  top: clamp(58px, 7vh, 86px);
  max-width: 760px;
  margin: 34px 0 0;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 600;
  line-height: 1.45;
}

.shop {
  min-height: 68svh;
  color: var(--white);
  background: var(--shop-blue);
}

.shop-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(500px, 1.4fr);
  align-items: center;
  gap: clamp(30px, 7vw, 120px);
  width: min(100%, 1500px);
  min-height: 68svh;
  margin: 0 auto;
  padding: clamp(54px, 7vw, 110px);
}

.cart {
  color: var(--lime);
}

.cart svg {
  width: min(100%, 460px);
  overflow: visible;
}

.cart path,
.cart circle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 16;
}

.shop-copy {
  position: relative;
  padding-right: 72px;
}

.vertical-label {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-family: var(--display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.shop h2 {
  font-size: clamp(3.5rem, 7.5vw, 7.5rem);
  line-height: 0.91;
  text-transform: lowercase;
}

.shop-link,
.service-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-width: min(100%, 360px);
  margin-top: 46px;
  padding: 18px 22px;
  color: var(--shop-blue);
  background: var(--white);
  border: 3px solid var(--white);
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease;
}

.shop-link:hover,
.shop-link:focus-visible,
.service-link:hover,
.service-link:focus-visible {
  color: var(--white);
  background: transparent;
  outline: none;
}

.shop-link span,
.service-link span {
  font-size: 1.5rem;
  line-height: 1;
}

.services {
  min-height: 68svh;
  color: var(--white);
  background: var(--blue);
}

.services-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(54px, 6vw, 90px);
  width: min(100%, 1500px);
  min-height: 68svh;
  margin: 0 auto;
  padding: clamp(64px, 6vw, 104px) clamp(48px, 6vw, 96px);
}

.service-icons {
  display: grid;
  gap: clamp(24px, 3vw, 42px);
  width: min(100%, 1100px);
  margin: 0 auto;
}

.service-request {
  justify-self: center;
  margin: -8px 0 0;
  padding: 14px 22px;
  color: var(--lime);
  background: var(--ink);
  font-family: var(--display);
  font-size: clamp(0.82rem, 1vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
}

.icon-strip {
  width: 100%;
  height: auto;
}

.services-copy {
  position: relative;
  width: min(100%, 1100px);
  margin: 0 auto;
  padding-right: clamp(96px, 8vw, 128px);
}

.services-copy .vertical-label {
  position: absolute;
  top: 0;
  right: 0;
  max-height: none;
  font-size: 0.92rem;
  white-space: nowrap;
}

.services h2 {
  font-size: clamp(3rem, 5.6vw, 6.1rem);
  line-height: 0.94;
}

.services h2 span {
  color: var(--ink);
}

.services-note {
  max-width: 710px;
  margin: 34px 0 0;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 600;
  line-height: 1.5;
}

.contact {
  min-height: 100svh;
  color: var(--white);
  background: var(--pink);
}

.envelope {
  position: relative;
  height: clamp(360px, 48vw, 700px);
  overflow: hidden;
  background: var(--blue);
}

.envelope::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    to bottom,
    var(--blue) 0,
    transparent 15%,
    transparent 84%,
    var(--blue) 100%
  );
  pointer-events: none;
}

.envelope img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
}

.contact-copy {
  width: min(100% - 48px, 1100px);
  margin: 0 auto;
  padding: clamp(48px, 7vw, 100px) 0 clamp(56px, 7vw, 96px);
  text-align: center;
}

.eyebrow.dark {
  color: rgba(255, 253, 248, 0.76);
}

.contact h2 {
  color: var(--white);
  font-size: clamp(3.1rem, 7vw, 7rem);
  line-height: 0.95;
}

.contact h2 span {
  color: var(--ink);
}

.contact-intro {
  max-width: 720px;
  margin: 28px auto 42px;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  font-weight: 600;
  line-height: 1.5;
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 34px;
  font-family: var(--body);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.015em;
}

.contact-list a {
  text-decoration: none;
}

.contact-list a:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 5px;
}

.contact-list p {
  flex-basis: 100%;
  margin: 6px 0 0;
}

footer {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 24px clamp(24px, 5vw, 70px);
  border-top: 1px solid rgba(255, 253, 248, 0.32);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

footer span {
  display: block;
  width: 100%;
}

@media (max-width: 1180px) {
  .services-inner {
    min-height: auto;
  }

  .service-icons,
  .services-copy {
    width: min(100%, 980px);
  }
}

@media (max-width: 900px) {
  .hero-inner {
    min-height: 100svh;
  }

  .hero-copy {
    width: 100%;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .hero h1 {
    top: 48px;
    font-size: clamp(3.15rem, 12vw, 6.2rem);
  }

  .hero-note {
    top: 48px;
    max-width: 86%;
  }

  .shop-inner,
  .services-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .cart svg {
    width: 250px;
  }

  .shop-copy {
    padding-right: 54px;
  }

  .services-copy {
    padding-right: 88px;
  }

  .service-icons {
    width: min(100%, 600px);
  }

  .services h2 {
    font-size: clamp(3rem, 9vw, 5.6rem);
  }
}

@media (max-width: 560px) {
  .hero-inner {
    min-height: 100svh;
    padding: 24px;
  }

  .brand-card {
    width: 230px;
  }

  .hero-copy {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .hero h1 {
    top: 36px;
    font-size: clamp(3rem, 15.5vw, 4.7rem);
  }

  .hero-note {
    top: 36px;
    max-width: 100%;
    margin-top: 26px;
    font-size: 1rem;
  }

  .shop-inner,
  .services-inner {
    gap: 38px;
    padding: 70px 24px 80px;
  }

  .cart svg {
    width: 190px;
  }

  .shop h2 {
    font-size: clamp(3.5rem, 18vw, 5.5rem);
  }

  .services h2 {
    font-size: clamp(2.25rem, 10.2vw, 3.8rem);
  }

  .services-copy {
    padding-right: 58px;
  }

  .shop-link,
  .service-link {
    min-width: 100%;
    margin-top: 34px;
  }

  .service-icons {
    gap: 24px;
    width: 100%;
  }

  .service-request {
    margin-top: -4px;
    padding: 12px 16px;
    font-size: 0.78rem;
  }

  .envelope {
    height: 330px;
  }

  .envelope img {
    object-position: center 55%;
  }

  .contact-copy {
    width: calc(100% - 40px);
  }

  .contact-list {
    flex-direction: column;
  }

  .contact-list p {
    margin-top: 12px;
  }

  footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .shop-link {
    transition: none;
  }
}
