* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #ffffff;
  color: #070609;
}

body {
  font-family: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  overflow-x: auto;
}

img {
  display: block;
}

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

p,
h1,
h2 {
  margin: 0;
}

.page {
  --focus-lock-distance: 800px;
  position: relative;
  width: 1440px;
  min-height: calc(
    3854px + var(--focus-lock-distance) + var(--focus-lock-distance) +
      var(--focus-lock-distance)
  );
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
}

.site-header {
  --header-reveal-opacity: 0;
  --header-reveal-y: -116px;
  --header-scrim-blur: 0px;
  --header-scrim-opacity: 0.02;
  --header-scrim-saturation: 1;
  position: fixed;
  z-index: 40;
  top: 0;
  left: 50%;
  width: 1440px;
  height: 116px;
  pointer-events: none;
  background: rgba(255, 255, 255, var(--header-scrim-opacity));
  -webkit-backdrop-filter: blur(var(--header-scrim-blur))
    saturate(var(--header-scrim-saturation));
  backdrop-filter: blur(var(--header-scrim-blur))
    saturate(var(--header-scrim-saturation));
  opacity: var(--header-reveal-opacity);
  transform: translateX(-50%) translateY(var(--header-reveal-y));
  will-change: opacity, transform, backdrop-filter;
}

.site-header img {
  position: absolute;
  top: 42px;
  left: 593px;
  width: 236px;
  height: 50px;
}

.hero {
  --hero-notch-depth: 32px;
  --hero-notch-half-width: 45px;
  position: absolute;
  z-index: auto;
  top: 0;
  left: 0;
  width: 1440px;
  height: 914px;
}

/* Figma "Polygon 1" (165×59) subtracted from the hero bottom edge: a wide, shallow
   white triangle notch, apex pointing up into the footage, centered on the frame. */
.hero::after {
  content: "";
  position: absolute;
  z-index: 30;
  top: 852px;
  left: 720px;
  width: 165px;
  height: 59px;
  background: #ffffff;
  transform: translateX(-50%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.hero__video,
.hero__background {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 1408px;
  height: 868px;
  object-fit: cover;
  border-radius: 12px;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    calc(50% + var(--hero-notch-half-width)) 100%,
    50% calc(100% - var(--hero-notch-depth)),
    calc(50% - var(--hero-notch-half-width)) 100%,
    0 100%
  );
}

.hero__video {
  z-index: 51;
  opacity: 0;
  transition: opacity 300ms linear;
}

.hero__background {
  z-index: 50;
  animation: hero-still-drift 18s ease-in-out infinite alternate both;
}

.page.has-hero-video .hero__video {
  opacity: 1;
}

.page.has-hero-video .hero__background {
  opacity: 0;
  animation: none;
}

.hero__overlay {
  position: absolute;
  z-index: 52;
  top: 16px;
  left: 16px;
  width: 1408px;
  height: 868px;
  border-radius: 12px;
  overflow: hidden;
  pointer-events: none;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    calc(50% + var(--hero-notch-half-width)) 100%,
    50% calc(100% - var(--hero-notch-depth)),
    calc(50% - var(--hero-notch-half-width)) 100%,
    0 100%
  );
}

/* Figma "black-orchid" film-grain image, dropped over the video at 20% opacity to give
   the footage an art-directed analog texture. */
.hero__overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./assets/figma/black-orchid-overlay.png") center / cover;
  opacity: 0.8;
}

/* Figma "Inner shadow" (X0 Y0, blur 134, spread 0, #000 100%): a soft black vignette
   darkening the edges so the footage reads richer and the white corner marks stay
   legible. Sits above the grain, like the mask's inner shadow in the design. */
.hero__overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 134px 0 #000000;
}

.hero__corners {
  position: absolute;
  z-index: 53;
  top: 101px;
  left: 106px;
  width: 1278px;
  height: 738px;
  pointer-events: none;
}

.hero__corner {
  position: absolute;
  width: 50px;
  height: 50px;
  opacity: 0.74;
  animation: hero-corner-enter 900ms cubic-bezier(0.2, 0, 0, 1) 240ms both;
}

.hero__corner::before,
.hero__corner::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.hero__corner::before {
  width: 50px;
  height: 1px;
}

.hero__corner::after {
  width: 1px;
  height: 50px;
}

.hero__corner--top-left {
  top: 0;
  left: 0;
}

.hero__corner--top-left::before,
.hero__corner--top-left::after {
  top: 0;
  left: 0;
}

.hero__corner--bottom-right {
  right: 0;
  bottom: 0;
}

.hero__corner--bottom-right::before {
  right: 0;
  bottom: 0;
}

.hero__corner--bottom-right::after {
  right: 0;
  bottom: 0;
}

.hero__logo {
  position: absolute;
  z-index: 53;
  top: 390px;
  left: 435px;
  width: 570px;
  height: 121px;
  animation: hero-logo-enter 900ms cubic-bezier(0.2, 0, 0, 1) 140ms both;
}

.open-marquee {
  position: absolute;
  z-index: 53;
  top: 561px;
  left: 497px;
  width: 446px;
  height: 72.324px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 25%,
    rgba(0, 0, 0, 0.7) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Figma "open-mask": fade the text (and scrim) out toward both ends. */
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 25%,
    #000 75%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 25%,
    #000 75%,
    transparent 100%
  );
}

.open-marquee__track {
  display: flex;
  align-items: center;
  gap: 19.286px;
  min-width: max-content;
  font-family: "Spectral", Georgia, serif;
  font-size: 36.882px;
  font-weight: 600;
  line-height: 69.744px;
  letter-spacing: 0;
  color: #ffffff;
  white-space: nowrap;
  animation: open-marquee-slide 5s linear 1ms infinite both;
}

.open-marquee__primary {
  font-weight: 600;
  color: #ffffff;
}

/* Figma "Ellipse 1": a 6px round white dot between the marquee repeats
   (replaces the previous "・" glyph). */
.open-marquee__dot {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
}

.hero__arrow {
  position: absolute;
  z-index: 54;
  top: 871px;
  left: 710px;
  width: 21px;
  height: 13px;
}

.intro,
.feature,
.access,
.copyright {
  z-index: 1;
}

.scroll-camera {
  position: fixed;
  z-index: 8;
  top: 50%;
  left: 50%;
  width: min(1306px, calc(100vw - 134px));
  height: min(502px, calc(100vh - 140px));
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
}

.scroll-camera__motion {
  position: absolute;
  inset: 0;
  will-change: transform;
}

.scroll-camera__corner {
  position: absolute;
  width: 50px;
  height: 50px;
}

.scroll-camera__corner::before,
.scroll-camera__corner::after {
  content: "";
  position: absolute;
  background: #070609;
}

.scroll-camera__corner::before {
  width: 50px;
  height: 1px;
}

.scroll-camera__corner::after {
  width: 1px;
  height: 50px;
}

.scroll-camera__corner--top-left {
  top: 0;
  left: 0;
}

.scroll-camera__corner--top-right {
  top: 0;
  right: 0;
}

.scroll-camera__corner--bottom-left {
  bottom: 0;
  left: 0;
}

.scroll-camera__corner--bottom-right {
  right: 0;
  bottom: 0;
}

.scroll-camera__corner--top-left::before,
.scroll-camera__corner--top-left::after {
  top: 0;
  left: 0;
}

.scroll-camera__corner--top-right::before,
.scroll-camera__corner--top-right::after {
  top: 0;
  right: 0;
}

.scroll-camera__corner--bottom-left::before,
.scroll-camera__corner--bottom-left::after {
  bottom: 0;
  left: 0;
}

.scroll-camera__corner--bottom-right::before,
.scroll-camera__corner--bottom-right::after {
  right: 0;
  bottom: 0;
}

.intro {
  position: absolute;
  top: 954px;
  left: 67px;
  width: 1306px;
  height: 502px;
}

.intro__frame {
  position: absolute;
  inset: 0;
  width: 1309px;
  height: 502px;
}

.intro__content {
  position: absolute;
  top: 70px;
  left: 322px;
  width: 663px;
  text-align: center;
}

.intro__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 1.44px;
}

.intro__subtitle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 4px;
  font-size: 45px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.35px;
}

.intro__subtitle::before,
.intro__subtitle::after {
  content: "";
  width: 28px;
  height: 18px;
  background: center / contain no-repeat;
  transform: translateY(2px);
}

.intro__subtitle::before {
  background-image: url("./assets/figma/intro-arrow-left.svg");
}

.intro__subtitle::after {
  background-image: url("./assets/figma/intro-arrow-right.svg");
}

.intro__copy {
  margin-top: 40px;
  color: #484848;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.6px;
}

.intro__instagram {
  width: 31px;
  height: 31px;
  margin: 20px auto 0;
}

.instagram-icon {
  cursor: pointer;
  transform-origin: center;
  transition:
    transform 300ms linear,
    opacity 300ms linear,
    filter 300ms linear;
}

.instagram-icon:hover,
.instagram-icon:focus-visible {
  opacity: 0.72;
  transform: scale(1.08) rotate(8deg);
  filter: drop-shadow(0 2px 3px rgba(7, 6, 9, 0.18));
}

.feature {
  position: absolute;
  left: 135px;
  width: 1170px;
  display: grid;
  grid-template-columns: 400px 700px;
  column-gap: 70px;
}

.feature--renovation {
  top: 1566px;
}

.feature--cafe {
  top: calc(2063px + var(--focus-lock-distance));
  grid-template-columns: 700px 400px;
  align-items: center;
}

.feature--gallery {
  top: calc(2560px + var(--focus-lock-distance) + var(--focus-lock-distance));
  align-items: center;
}

.feature__media {
  position: relative;
  width: 400px;
  height: 347px;
  overflow: hidden;
  border-radius: 6px;
  background: #ededed;
}

.feature__media img {
  position: absolute;
  max-width: none;
}

.feature__media--renovation img {
  top: 0;
  left: 0;
  width: 520px;
  height: 347px;
  object-fit: cover;
}

.feature__media--cafe img {
  top: -7px;
  left: -62px;
  width: 584px;
  height: 390px;
  object-fit: cover;
}

.feature__media--gallery img {
  top: 0;
  left: -44px;
  width: 521px;
  height: 347px;
  object-fit: cover;
  filter: grayscale(1);
}

.feature__media--gallery::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.feature__media-label {
  position: absolute;
  z-index: 1;
  top: 149px;
  left: 0;
  width: 400px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.96px;
  text-align: center;
}

.feature__body {
  position: relative;
  width: 700px;
}

.feature__body--cafe {
  padding-top: 20.47px;
}

.feature__body--gallery {
  padding-top: 66px;
}

.brand-row {
  position: relative;
  height: 46px;
}

.brand-row__logo--blueprint {
  width: 258.605px;
  height: 46.002px;
}

.brand-row__instagram {
  position: absolute;
  top: 21px;
  left: 278px;
  width: 24px;
  height: 24px;
}

.cafe-logo {
  position: relative;
  width: 294px;
  height: 83.058px;
}

.cafe-logo__main {
  position: absolute;
  top: 0;
  left: 75.35px;
  width: 100.086px;
  height: 50.837px;
}

.cafe-logo__sub {
  position: absolute;
  top: 70.34px;
  left: 0;
  width: 250.795px;
  height: 12.714px;
}

.cafe-logo__instagram {
  position: absolute;
  top: 59.03px;
  left: 270px;
  width: 24px;
  height: 24px;
}

.feature-label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 24px;
  height: 25px;
  font-family: "Spectral", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #070609;
}

.feature-label--cafe {
  margin-top: 24px;
  color: #1c1c1c;
}

.feature-label--gallery {
  margin-top: 24px;
}

.feature-label img {
  width: 5px;
  height: 25px;
}

/* The exported left/right ornament SVGs share the same path (bracket corners on the
   right = "]"). Figma mirrors the left instance, so flip it to "[" so both brackets
   frame the label inward: [ Label ]. Applies to feature labels and the address label. */
.feature-label img:first-of-type,
.access-card__address img:first-of-type {
  transform: scaleX(-1);
}

.feature__copy {
  width: 700px;
  margin-top: 12px;
  color: #484848;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.48px;
}

.feature__heading {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 1.26px;
}

.phone-cta {
  display: block;
  width: 243px;
  margin-top: 24px;
  outline: none;
}

.phone-cta__line {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 32px;
  font-family: "Spectral", Georgia, serif;
  color: #070609;
  overflow: hidden;
}

.phone-cta__line img {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.phone-cta__label {
  margin-left: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.48px;
}

.phone-cta__number-mask {
  display: block;
  margin-left: -6px;
  width: 175px;
  height: 22px;
  overflow: hidden;
}

.phone-cta__number-stack {
  display: flex;
  flex-direction: column;
  /* Auto flip/roll (Figma Phone Default↔Variant2): the number holds, rolls UP to the
     second line, holds, then rolls back DOWN — alternating up/down each cycle. */
  animation: phone-number-slide 5s linear infinite;
}

.phone-cta__number {
  display: block;
  height: 22px;
  font-size: 28px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.84px;
  white-space: nowrap;
}

.phone-cta__rule {
  position: relative;
  display: block;
  width: 243px;
  height: 1px;
  margin-top: 0;
  overflow: hidden;
  background: transparent;
}

.phone-cta__rule::before,
.phone-cta__rule::after {
  content: "";
  position: absolute;
  top: 0;
  width: 243px;
  height: 1px;
  background: #070609;
  transition: transform 300ms linear;
}

.phone-cta__rule::before {
  left: 0;
}

.phone-cta__rule::after {
  left: -263px;
}

.phone-cta:hover .phone-cta__rule::before,
.phone-cta:focus-visible .phone-cta__rule::before {
  transform: translateX(263px);
}

.phone-cta:hover .phone-cta__rule::after,
.phone-cta:focus-visible .phone-cta__rule::after {
  transform: translateX(263px);
}

.hours {
  position: absolute;
  right: 0;
  bottom: 17px;
  width: 143px;
  font-family: "Spectral", Georgia, serif;
  text-align: right;
}

.hours span {
  display: block;
  color: #070609;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.hours small {
  display: block;
  color: #484848;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.hours .hours__mobile {
  display: none;
}

.access {
  position: absolute;
  top: calc(
    3107px + var(--focus-lock-distance) + var(--focus-lock-distance) +
      var(--focus-lock-distance)
  );
  left: 16px;
  width: 1408px;
}

.access__title {
  width: 100%;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 1.44px;
  text-align: center;
}

.access__map {
  position: relative;
  width: 1408px;
  height: 550px;
  margin-top: 50px;
  overflow: hidden;
  border-radius: 6px;
  background: #ededed;
}

/* Figma "image 2": the 1456×772 map bitmap placed at (-24, -111) inside the 1408×550
   window (overflow-hidden), reproducing the design's exact crop (same bitmap as Figma;
   only the vertical offset defines the framing). */
.access__map-image {
  position: absolute;
  top: -111px;
  left: -24px;
  width: 1456px;
  height: 772px;
  object-fit: cover;
  object-position: center center;
}

.access__cutout {
  position: absolute;
  top: 0;
  left: 489px;
  width: 430px;
  height: 119px;
  background: #ffffff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.access-card {
  position: absolute;
  top: 3px;
  left: 543px;
  width: 322px;
  height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.access-card__address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 322px;
  height: 28px;
}

.access-card__address img {
  width: 5px;
  height: 28px;
}

.access-card__address span {
  width: 290px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.6px;
  white-space: nowrap;
}

.access-card__map-link {
  position: absolute;
  top: 28px;
  left: 105px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 2px;
  border-bottom: 1px solid #2b54ba;
  color: #2b54ba;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.access-card__map-link img {
  width: 14px;
  height: 14px;
}

.access-card__parking {
  position: absolute;
  top: 76px;
  left: 109px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 16px;
}

.access-card__parking img {
  width: 16px;
  height: 16px;
}

.access-card__parking span {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.48px;
  white-space: nowrap;
}

.copyright {
  position: absolute;
  top: calc(
    3803px + var(--focus-lock-distance) + var(--focus-lock-distance) +
      var(--focus-lock-distance)
  );
  left: 0;
  width: 1440px;
  color: #070609;
  font-family: "Spectral", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

@media (max-width: 1439px) {
  .page {
    margin: 0;
  }
}

@media (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }

  .page {
    --focus-lock-distance: 0px;
    width: 375px;
    min-height: 4193px;
    margin: 0 auto;
    overflow: visible;
  }

  .scroll-camera {
    top: calc(50% + 32px);
    width: 359px;
    height: 584px;
  }

  .scroll-camera__corner {
    width: 28px;
    height: 28px;
  }

  .scroll-camera__corner::before {
    width: 28px;
  }

  .scroll-camera__corner::after {
    height: 28px;
  }

  .scroll-camera__corner--top-left,
  .scroll-camera__corner--top-right {
    top: 12px;
  }

  .scroll-camera__corner--bottom-left,
  .scroll-camera__corner--bottom-right {
    bottom: 12px;
  }

  .site-header {
    --header-reveal-y: -58px;
    width: 375px;
    height: 58px;
  }

  .site-header img {
    top: 10px;
    left: 98px;
    width: 178px;
    height: 39px;
  }

  .hero {
    --hero-notch-depth: 19px;
    --hero-notch-half-width: 23px;
    left: 50%;
    width: 100vw;
    height: 683px;
    transform: translateX(-50%);
  }

  .hero::after {
    top: 664px;
    left: 50%;
    width: 61px;
    height: 25px;
  }

  .hero__video,
  .hero__background,
  .hero__overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 683px;
    border-radius: 0;
    object-position: center center;
  }

  .hero__background {
    content: url("./assets/figma/sp-vertical-916-poster.png");
  }

  .hero__overlay::after {
    /* Scaled down from the 1440 design's 134px blur for the smaller mobile frame. */
    box-shadow: inset 0 0 50px 0 #000000;
  }

  .hero__corners {
    top: 82px;
    left: calc(50% - 158px);
    width: 316px;
    height: 584px;
  }

  .hero__corner {
    width: 28px;
    height: 28px;
  }

  .hero__corner::before {
    width: 28px;
  }

  .hero__corner::after {
    height: 28px;
  }

  .hero__logo {
    top: 311px;
    left: calc(50% - 139.5px);
    width: 279px;
    height: 62px;
  }

  .open-marquee {
    top: 403px;
    left: calc(50% - 131.5px);
    width: 263px;
    height: 36px;
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 34.6%,
      rgba(0, 0, 0, 0.7) 65.4%,
      rgba(0, 0, 0, 0) 100%
    );
    -webkit-mask-image: linear-gradient(
      90deg,
      transparent 0%,
      #000 34.6%,
      #000 65.4%,
      transparent 100%
    );
    mask-image: linear-gradient(
      90deg,
      transparent 0%,
      #000 34.6%,
      #000 65.4%,
      transparent 100%
    );
  }

  .open-marquee__track {
    gap: 8px;
    font-size: 16.2px;
    line-height: 25px;
    letter-spacing: 0.54px;
    animation-name: open-marquee-slide-mobile;
  }

  .open-marquee__dot {
    width: 4px;
    height: 4px;
  }

  .hero__arrow {
    top: 675px;
    left: calc(50% - 6.5px);
    width: 13px;
    height: 8px;
  }

  .intro {
    top: 692px;
    left: 8px;
    width: 359px;
    height: 584px;
  }

  .intro::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: var(--intro-camera-opacity, 1);
    background:
      linear-gradient(#070609, #070609) left 0 top 12px / 28px 1px no-repeat,
      linear-gradient(#070609, #070609) left 0 top 12px / 1px 28px no-repeat,
      linear-gradient(#070609, #070609) right 0 top 12px / 28px 1px no-repeat,
      linear-gradient(#070609, #070609) right 0 top 12px / 1px 28px no-repeat,
      linear-gradient(#070609, #070609) left 0 bottom 12px / 28px 1px no-repeat,
      linear-gradient(#070609, #070609) left 0 bottom 12px / 1px 28px no-repeat,
      linear-gradient(#070609, #070609) right 0 bottom 12px / 28px 1px no-repeat,
      linear-gradient(#070609, #070609) right 0 bottom 12px / 1px 28px no-repeat;
  }

  .intro__frame {
    display: none;
  }

  .intro__content {
    top: 119px;
    left: 4px;
    width: 352px;
  }

  .intro__title {
    font-size: 27px;
    line-height: 40px;
    letter-spacing: 0.81px;
  }

  .intro__subtitle {
    gap: 8px;
    margin-top: 0;
    font-size: 28px;
    line-height: normal;
    letter-spacing: 0.84px;
  }

  .intro__subtitle::before,
  .intro__subtitle::after {
    width: 19px;
    height: 12px;
    transform: translateY(1px);
  }

  .intro__copy {
    width: 352px;
    margin-top: 36px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.54px;
  }

  .intro__instagram {
    width: 28px;
    height: 28px;
    margin-top: 20px;
  }

  .feature {
    left: 24px;
    width: 327px;
    display: block;
  }

  .feature--renovation {
    top: 1349px;
  }

  .feature--cafe {
    top: 2113px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .feature--gallery {
    top: 2761px;
  }

  .feature__media {
    width: 327px;
    height: 205px;
    border-radius: 5px;
  }

  .feature--cafe .feature__media {
    order: 0;
  }

  .feature--cafe .feature__body {
    order: 1;
  }

  .feature--gallery .feature__media {
    height: 205px;
  }

  .feature__media--renovation img {
    top: -8px;
    left: 0;
    width: 327px;
    height: 218px;
  }

  .feature__media--cafe img {
    top: -18px;
    left: -4px;
    width: 360px;
    height: 240px;
  }

  .feature__media--gallery img {
    top: -7px;
    left: 0;
    width: 327px;
    height: 218px;
  }

  .feature__media-label {
    top: 89px;
    width: 327px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.72px;
  }

  .feature__body {
    width: 327px;
    margin-top: 20px;
  }

  .feature__body--cafe,
  .feature__body--gallery {
    padding-top: 0;
  }

  .brand-row {
    height: 23px;
  }

  .brand-row__logo--blueprint {
    width: 132px;
    height: 23px;
  }

  .brand-row__instagram {
    top: 5px;
    left: 144px;
    width: 18px;
    height: 18px;
  }

  .cafe-logo {
    width: 177px;
    height: 48px;
  }

  .cafe-logo__main {
    left: 44px;
    width: 59px;
    height: 30px;
  }

  .cafe-logo__sub {
    top: 40px;
    width: 147px;
    height: 8px;
  }

  .cafe-logo__instagram {
    top: 30px;
    left: 159px;
    width: 18px;
    height: 18px;
  }

  .feature-label {
    height: 32px;
    margin-top: 20px;
    gap: 4px;
    font-size: 16px;
    line-height: 32px;
  }

  .feature-label--cafe {
    margin-top: 28px;
  }

  .feature-label--gallery {
    margin-top: 20px;
  }

  .feature-label img {
    width: 5px;
    height: 23px;
  }

  .feature__heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.84px;
  }

  .feature__copy {
    width: 327px;
    margin-top: 8px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.45px;
  }

  .phone-cta {
    width: 183px;
    margin-top: 17px;
  }

  .phone-cta__line {
    gap: 6px;
    height: 24px;
  }

  .phone-cta__line img {
    width: 14px;
    height: 14px;
  }

  .phone-cta__label {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.42px;
  }

  .phone-cta__number-mask {
    width: 127px;
    height: 24px;
    margin-left: -2px;
  }

  .phone-cta__number {
    height: 24px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.6px;
  }

  .phone-cta__number-stack {
    animation-name: phone-number-slide-mobile;
  }

  .phone-cta__rule,
  .phone-cta__rule::before,
  .phone-cta__rule::after {
    width: 183px;
  }

  .phone-cta__rule {
    margin-top: 0;
  }

  .phone-cta__rule::after {
    left: -203px;
  }

  .phone-cta:hover .phone-cta__rule::before,
  .phone-cta:focus-visible .phone-cta__rule::before,
  .phone-cta:hover .phone-cta__rule::after,
  .phone-cta:focus-visible .phone-cta__rule::after {
    transform: translateX(203px);
  }

  .hours {
    right: 0;
    bottom: 0;
    width: 120px;
  }

  .hours span {
    font-size: 16px;
    line-height: 16px;
  }

  .hours small {
    font-size: 11px;
    line-height: 13px;
  }

  .hours .hours__desktop {
    display: none;
  }

  .hours .hours__mobile {
    display: block;
  }

  .access {
    top: 3393px;
    left: 0;
    width: 375px;
  }

  .access__title {
    font-size: 27px;
    line-height: 40px;
    letter-spacing: 0.81px;
  }

  .access__map {
    width: 375px;
    height: 552px;
    margin-top: 24px;
    overflow: hidden;
    border-radius: 0;
    background: transparent;
  }

  .access__map-image {
    top: 35px;
    left: -339px;
    width: 1059px;
    height: 562px;
    clip-path: inset(77px 0 45px 0);
    object-position: center center;
  }

  .access__cutout {
    display: none;
  }

  .access-card {
    top: 0;
    left: 44px;
    width: 287px;
    height: 88px;
    gap: 0;
  }

  .access-card__address {
    width: 287px;
    height: 34px;
    gap: 8px;
  }

  .access-card__address img {
    width: 5px;
    height: 28px;
  }

  .access-card__address span {
    width: 261px;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.54px;
  }

  .access-card__map-link {
    top: 28px;
    left: 92px;
    gap: 6px;
    font-size: 15px;
    line-height: 22px;
  }

  .access-card__map-link img {
    width: 11px;
    height: 11px;
  }

  .access-card__parking {
    top: 75px;
    left: 118px;
    gap: 8px;
  }

  .access-card__parking img {
    width: 16px;
    height: 16px;
  }

  .access-card__parking span {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.45px;
  }

  .copyright {
    top: 4034px;
    width: 375px;
    font-size: 14px;
    line-height: 32px;
  }
}

@keyframes hero-still-drift {
  from {
    transform: scale(1) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.018) translate3d(-8px, -4px, 0);
  }
}

@keyframes hero-logo-enter {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-corner-enter {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 0.74;
    transform: scale(1);
  }
}

@keyframes open-marquee-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-376.14px);
  }
}

@keyframes open-marquee-slide-mobile {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-174.4px);
  }
}

@keyframes phone-number-slide {
  0%,
  44% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0.5, 0, 0.15, 1);
  }
  50%,
  94% {
    transform: translateY(-22px);
    animation-timing-function: cubic-bezier(0.5, 0, 0.15, 1);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes phone-number-slide-mobile {
  0%,
  44% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0.5, 0, 0.15, 1);
  }
  50%,
  94% {
    transform: translateY(-24px);
    animation-timing-function: cubic-bezier(0.5, 0, 0.15, 1);
  }
  100% {
    transform: translateY(0);
  }
}

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