:root {
  --sk-bg: #f5f0e7;
  --sk-ink: #171511;
  --sk-muted: #756b5d;
  --sk-line: rgba(23, 21, 17, 0.16);
  --sk-card: rgba(255, 252, 245, 0.74);
  --sk-gold: #b78942;
  --sk-green: #455f52;
  --sk-blush: #dfb6a7;
  --sk-black: #0d0d0b;
}

body.sknyc-refresh-home {
  background: var(--sk-bg) !important;
  color: var(--sk-ink);
}

body.sknyc-refresh-home .header-wrapper,
body.sknyc-refresh-home #footer,
body.sknyc-refresh-home .footer-wrapper,
body.sknyc-refresh-home .absolute-footer,
body.sknyc-refresh-home .page-title,
body.sknyc-refresh-home .breadcrumbs,
body.sknyc-refresh-home .ux-menu {
  display: none !important;
}

body.sknyc-refresh-home #main,
body.sknyc-refresh-home .page-wrapper,
body.sknyc-refresh-home .entry-content,
body.sknyc-refresh-home .page-inner,
body.sknyc-refresh-home .row-main,
body.sknyc-refresh-home .large-12 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.sknyc-refresh-home .container {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sknyc-home,
.sknyc-home * {
  box-sizing: border-box;
}

.sknyc-home {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--sk-ink);
  background:
    radial-gradient(circle at 14% 9%, rgba(223, 182, 167, 0.55), transparent 24rem),
    linear-gradient(90deg, rgba(69, 95, 82, 0.09) 0 1px, transparent 1px),
    linear-gradient(180deg, rgba(69, 95, 82, 0.08) 0 1px, transparent 1px),
    var(--sk-bg);
  background-size: auto, 58px 58px, 58px 58px, auto;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.sknyc-home a {
  color: inherit;
  text-decoration: none;
}

.sknyc-home img {
  display: block;
  max-width: 100%;
}

.sknyc-topbar {
  width: min(calc(100% - 36px), 1260px);
  min-height: 84px;
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: minmax(190px, 0.7fr) minmax(360px, 1.2fr) minmax(140px, 0.45fr);
  align-items: center;
  gap: 18px;
  position: relative;
  z-index: 10;
  color: var(--sk-ink);
}

.sknyc-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
}

.sknyc-brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--sk-ink);
  border-radius: 999px;
  color: var(--sk-bg);
  background: var(--sk-black);
  font-family: Georgia, serif;
  font-size: 1.6rem;
  line-height: 1;
}

.sknyc-brand strong,
.sknyc-brand small {
  display: block;
}

.sknyc-brand strong {
  font-size: 1.02rem;
  line-height: 1;
  text-transform: uppercase;
}

.sknyc-brand small {
  margin-top: 4px;
  color: var(--sk-muted);
  font-size: 0.78rem;
}

.sknyc-nav {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 40px);
  border-top: 1px solid var(--sk-line);
  border-bottom: 1px solid var(--sk-line);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sknyc-nav a,
.sknyc-text-link,
.sknyc-hero-actions a,
.sknyc-service-links a,
.sknyc-journal-links a {
  transition: color 180ms ease, background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.sknyc-nav a:hover,
.sknyc-text-link:hover {
  color: var(--sk-gold);
}

.sknyc-text-link {
  justify-self: end;
  width: fit-content;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--sk-green);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sknyc-hero {
  width: min(calc(100% - 36px), 1260px);
  min-height: clamp(700px, calc(100svh - 112px), 840px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 0.72fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: center;
  position: relative;
}

.sknyc-hero::before {
  content: "SKINCARE NYC";
  position: absolute;
  left: 0;
  bottom: 8px;
  color: rgba(23, 21, 17, 0.045);
  font-size: clamp(5rem, 13vw, 12rem);
  font-weight: 950;
  line-height: 0.8;
  white-space: nowrap;
  pointer-events: none;
}

.sknyc-kicker,
.sknyc-section-note p {
  margin: 0;
  color: var(--sk-green);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sknyc-hero h1,
.sknyc-section-note h2,
.sknyc-studio h2,
.sknyc-journal h2 {
  margin: 0;
  color: var(--sk-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

.sknyc-hero h1 {
  max-width: 10.5ch;
  margin-top: 18px;
  font-size: clamp(4.8rem, 9vw, 9.7rem);
  line-height: 0.82;
  overflow-wrap: normal;
}

.sknyc-lede {
  max-width: 48ch;
  margin: 28px 0 0;
  color: var(--sk-muted);
  font-size: clamp(1.05rem, 1.7vw, 1.38rem);
  line-height: 1.55;
}

.sknyc-hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sknyc-hero-actions a,
.sknyc-service-links a,
.sknyc-journal-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border: 1px solid var(--sk-line);
  border-radius: 999px;
  background: rgba(255, 252, 245, 0.52);
  color: var(--sk-ink);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sknyc-hero-actions a:first-child {
  color: var(--sk-bg);
  border-color: var(--sk-black);
  background: var(--sk-black);
}

.sknyc-hero-actions a:hover,
.sknyc-service-links a:hover,
.sknyc-journal-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(183, 137, 66, 0.65);
  background: #fffaf0;
}

.sknyc-hero-actions a:first-child:hover {
  color: var(--sk-bg);
  background: var(--sk-green);
}

.sknyc-hero-media {
  min-height: 640px;
  position: relative;
}

.sknyc-hero-media img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  border-radius: 44% 44% 4px 4px;
  box-shadow: 0 34px 88px rgba(23, 21, 17, 0.22);
}

.sknyc-scan-card {
  position: absolute;
  left: -34px;
  bottom: 48px;
  width: min(330px, 78%);
  padding: 20px;
  border: 1px solid rgba(245, 240, 231, 0.35);
  background: rgba(13, 13, 11, 0.82);
  color: var(--sk-bg);
  backdrop-filter: blur(16px);
}

.sknyc-scan-card span,
.sknyc-scan-card strong {
  display: block;
}

.sknyc-scan-card span {
  color: var(--sk-gold);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.sknyc-scan-card strong {
  margin-top: 10px;
  font-family: Georgia, serif;
  font-size: 1.46rem;
  font-weight: 500;
  line-height: 1.04;
}

.sknyc-proof-strip {
  width: 100vw;
  margin: 0 0 24px;
  padding: 18px 0;
  display: flex;
  gap: 0;
  overflow: hidden;
  border-top: 1px solid var(--sk-line);
  border-bottom: 1px solid var(--sk-line);
  background: rgba(255, 252, 245, 0.42);
}

.sknyc-proof-strip span {
  flex: 1 0 auto;
  min-width: 190px;
  text-align: center;
  color: var(--sk-green);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sknyc-routes,
.sknyc-shelf,
.sknyc-routine,
.sknyc-journal {
  width: min(calc(100% - 36px), 1260px);
  margin: 0 auto;
  padding: clamp(72px, 9vw, 120px) 0;
}

.sknyc-section-note {
  display: grid;
  grid-template-columns: 0.36fr minmax(0, 0.9fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 28px;
}

.sknyc-section-note h2,
.sknyc-studio h2,
.sknyc-journal h2 {
  max-width: 14ch;
  font-size: clamp(2.5rem, 5vw, 5.3rem);
  line-height: 0.92;
}

.sknyc-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--sk-line);
  border-left: 1px solid var(--sk-line);
}

.sknyc-route {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border-right: 1px solid var(--sk-line);
  border-bottom: 1px solid var(--sk-line);
  background: rgba(255, 252, 245, 0.3);
}

.sknyc-route:nth-child(even) {
  background: rgba(69, 95, 82, 0.08);
}

.sknyc-route span {
  color: var(--sk-gold);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sknyc-route strong {
  max-width: 11ch;
  color: var(--sk-ink);
  font-family: Georgia, serif;
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  font-weight: 500;
  line-height: 0.94;
}

.sknyc-route em {
  color: var(--sk-muted);
  font-style: normal;
}

.sknyc-route:hover {
  background: var(--sk-black);
  color: var(--sk-bg);
}

.sknyc-route:hover strong,
.sknyc-route:hover em {
  color: var(--sk-bg);
}

.sknyc-product-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
  align-items: end;
}

.sknyc-product-card {
  border: 1px solid var(--sk-line);
  background: rgba(255, 252, 245, 0.55);
  min-height: 430px;
  display: flex;
  transition: transform 180ms ease, background 180ms ease;
}

.sknyc-product-card.tall {
  min-height: 520px;
}

.sknyc-product-card a {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 18px;
}

.sknyc-product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin: auto 0;
  filter: drop-shadow(0 22px 26px rgba(23, 21, 17, 0.18));
}

.sknyc-product-card span {
  color: var(--sk-green);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sknyc-product-card strong {
  margin-top: 8px;
  color: var(--sk-ink);
  font-size: 1.06rem;
  line-height: 1.2;
}

.sknyc-product-card:hover {
  transform: translateY(-4px);
  background: #fffaf0;
}

.sknyc-studio {
  width: 100vw;
  margin: 0;
  padding: clamp(66px, 8vw, 110px) max(18px, calc((100vw - 1260px) / 2));
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
  background: var(--sk-black);
  color: var(--sk-bg);
}

.sknyc-studio h2,
.sknyc-studio .sknyc-kicker {
  color: var(--sk-bg);
}

.sknyc-studio-copy p:not(.sknyc-kicker) {
  max-width: 60ch;
  margin: 24px 0 0;
  color: rgba(245, 240, 231, 0.72);
  font-size: 1.08rem;
  line-height: 1.7;
}

.sknyc-studio-image img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: 4px 4px 48% 48%;
}

.sknyc-service-links {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sknyc-service-links a {
  color: var(--sk-bg);
  border-color: rgba(245, 240, 231, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.sknyc-service-links a:hover {
  color: var(--sk-ink);
}

.sknyc-routine-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.sknyc-routine-grid a {
  min-height: 190px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 3px solid var(--sk-black);
  background: var(--sk-card);
}

.sknyc-routine-grid span {
  color: var(--sk-gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sknyc-routine-grid strong {
  color: var(--sk-ink);
  font-family: Georgia, serif;
  font-size: 1.58rem;
  font-weight: 500;
  line-height: 1.05;
}

.sknyc-routine-grid a:hover {
  background: #fffaf0;
}

.sknyc-journal {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.58fr);
  gap: 36px;
  align-items: end;
}

.sknyc-journal-links {
  display: grid;
  gap: 10px;
}

.sknyc-journal-links a {
  justify-content: space-between;
  border-radius: 0;
}

.sknyc-journal-links a::after {
  content: "->";
  margin-left: 18px;
}

.sknyc-footer {
  width: min(calc(100% - 36px), 1260px);
  margin: 0 auto;
  padding: 28px 0 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--sk-line);
  color: var(--sk-muted);
  font-size: 0.86rem;
}

.sknyc-footer a {
  color: var(--sk-ink);
  font-weight: 950;
  text-transform: uppercase;
}

[data-sknyc-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 680ms ease, transform 680ms ease;
}

[data-sknyc-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .sknyc-topbar,
  .sknyc-hero,
  .sknyc-section-note,
  .sknyc-studio,
  .sknyc-journal {
    grid-template-columns: 1fr;
  }

  .sknyc-topbar {
    gap: 12px;
  }

  .sknyc-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 2px;
  }

  .sknyc-text-link {
    justify-self: start;
  }

  .sknyc-hero {
    padding-top: 46px;
  }

  .sknyc-hero-media {
    min-height: 0;
  }

  .sknyc-hero-media img {
    height: 560px;
  }

  .sknyc-route-grid,
  .sknyc-product-row,
  .sknyc-routine-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .sknyc-topbar,
  .sknyc-hero,
  .sknyc-routes,
  .sknyc-shelf,
  .sknyc-routine,
  .sknyc-journal,
  .sknyc-footer {
    width: min(430px, calc(100% - 24px));
  }

  .sknyc-brand-mark {
    width: 42px;
    height: 42px;
  }

  .sknyc-nav {
    gap: 18px;
    font-size: 0.72rem;
  }

  .sknyc-hero {
    min-height: auto;
  }

  .sknyc-hero h1 {
    max-width: 8ch;
    font-size: clamp(3.65rem, 15.5vw, 4.35rem);
    line-height: 0.88;
  }

  .sknyc-kicker,
  .sknyc-section-note p {
    max-width: 28ch;
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .sknyc-lede {
    font-size: 1rem;
  }

  .sknyc-hero-actions {
    flex-direction: column;
  }

  .sknyc-hero-actions a {
    width: 100%;
  }

  .sknyc-hero-media img {
    height: 430px;
    border-radius: 44% 44% 4px 4px;
  }

  .sknyc-scan-card {
    left: 14px;
    bottom: 22px;
  }

  .sknyc-route-grid,
  .sknyc-product-row,
  .sknyc-routine-grid {
    grid-template-columns: 1fr;
  }

  .sknyc-route,
  .sknyc-product-card,
  .sknyc-product-card.tall {
    min-height: 0;
  }

  .sknyc-product-card img {
    max-height: 290px;
  }

  .sknyc-studio {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sknyc-studio-image img {
    min-height: 360px;
  }

  .sknyc-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

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