/*
Theme Name: Cafe Eumyul
Author: Web Agency
Description: 커피와 음악이 어우러지는 카페 음율의 원페이지 반응형 워드프레스 테마입니다.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: cafe-eumyul
*/

:root {
  --ey-ivory: #f5f0e7;
  --ey-paper: #fbf8f3;
  --ey-beige: #dcccb8;
  --ey-coffee: #3b2a23;
  --ey-olive: #7a8065;
  --ey-olive-deep: #62684f;
  --ey-line: rgba(59, 42, 35, 0.16);
  --ey-radius: 24px;
  --ey-header-height: 76px;
  --font-ey-display: "Gowun Batang", "Batang", serif;
  --font-ey-body: "Noto Sans KR", "Malgun Gothic", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--ey-header-height) + 24px);
}

body.ey-wp-theme {
  margin: 0;
  overflow-x: hidden;
  background: var(--ey-ivory);
  color: var(--ey-coffee);
  font-family: var(--font-ey-body);
  line-height: 1.7;
  letter-spacing: 0;
  word-break: keep-all;
}

.ey-wp-theme button,
.ey-wp-theme a {
  font: inherit;
  letter-spacing: 0;
}

.ey-wp-theme a {
  color: inherit;
  text-decoration: none;
}

.ey-wp-theme img {
  display: block;
  max-width: 100%;
}

.ey-wp-theme figure,
.ey-wp-theme h1,
.ey-wp-theme h2,
.ey-wp-theme h3,
.ey-wp-theme p,
.ey-wp-theme blockquote,
.ey-wp-theme ul {
  margin: 0;
}

.ey-wp-theme h1,
.ey-wp-theme h2,
.ey-wp-theme h3 {
  font-family: var(--font-ey-display);
  font-weight: 700;
}

.ey-wp-theme ::selection {
  background: var(--ey-olive);
  color: #fff;
}

.ey-wp-theme :focus-visible {
  outline: 2px solid var(--ey-olive-deep);
  outline-offset: 4px;
}

.ey-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  padding: 10px 14px;
  background: #fff;
  color: var(--ey-coffee);
  transform: translateY(-150%);
}

.ey-skip-link:focus {
  transform: translateY(0);
}

.ey-container {
  width: min(1280px, calc(100% - 96px));
  margin-inline: auto;
}

.ey-section {
  padding-block: 140px;
}

.ey-section-intro {
  max-width: 780px;
  margin-bottom: 64px;
}

.ey-section-intro-center {
  margin-inline: auto;
  text-align: center;
}

.ey-section-intro > p:last-child {
  max-width: 620px;
  margin-top: 20px;
  color: rgba(59, 42, 35, 0.68);
}

.ey-eyebrow {
  margin-bottom: 16px !important;
  color: var(--ey-olive-deep);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
}

.ey-section h2 {
  font-size: 54px;
  line-height: 1.24;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

html.ey-motion-ready [data-reveal] {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(30px);
  transition:
    opacity 720ms ease var(--ey-reveal-delay, 0ms),
    filter 720ms ease var(--ey-reveal-delay, 0ms),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1) var(--ey-reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

html.ey-motion-ready [data-reveal].is-visible {
  opacity: 1;
  filter: none;
  transform: translateY(0);
}

.ey-glass {
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(22px) saturate(125%);
  -webkit-backdrop-filter: blur(22px) saturate(125%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.ey-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--ey-header-height);
  color: #fff;
  transition: color 250ms ease, background 250ms ease, border-color 250ms ease;
}

.admin-bar .ey-header {
  top: 32px;
}

.ey-header.is-scrolled {
  border-bottom: 1px solid rgba(59, 42, 35, 0.1);
  background: rgba(245, 240, 231, 0.88);
  color: var(--ey-coffee);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.ey-header-inner {
  width: min(1440px, calc(100% - 64px));
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.ey-logo {
  justify-self: start;
  color: inherit;
  font-family: var(--font-ey-display);
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}

.ey-logo span {
  margin-right: 3px;
  font-family: var(--font-ey-body);
  font-size: 11px;
  font-weight: 500;
  opacity: 0.78;
}

.ey-nav-menu {
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.ey-nav-menu li {
  margin: 0;
  padding: 0;
}

.ey-nav-menu a {
  position: relative;
  display: block;
  padding-block: 9px;
  font-size: 14px;
  font-weight: 500;
}

.ey-nav-menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 250ms ease;
}

.ey-nav-menu a:hover::after,
.ey-nav-menu a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.ey-header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 220ms ease, color 220ms ease;
}

.ey-header-cta:hover {
  background: var(--ey-coffee);
  color: var(--ey-paper);
}

.ey-arrow-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ey-menu-button {
  display: none;
}

.ey-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 220ms ease, color 220ms ease, background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ey-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(24, 17, 14, 0.16);
}

.ey-button:active {
  transform: translateY(1px) scale(0.98);
}

.ey-button-light {
  background: var(--ey-paper) !important;
  color: var(--ey-coffee) !important;
}

.ey-button-light:hover {
  border-color: var(--ey-paper);
  background: var(--ey-coffee) !important;
  color: #fff !important;
}

.ey-button-glass {
  border-color: rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  backdrop-filter: blur(14px);
}

.ey-button-glass:hover {
  border-color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.22);
  color: #fff !important;
}

.ey-button-dark {
  background: var(--ey-coffee) !important;
  color: #fff !important;
}

.ey-button-dark:hover {
  background: var(--ey-olive-deep) !important;
  color: #fff !important;
}

.ey-text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid currentColor;
  padding: 8px 0 5px;
  font-size: 14px;
  font-weight: 700;
}

.ey-text-link .ey-arrow-icon {
  transition: transform 220ms ease;
}

.ey-text-link:hover .ey-arrow-icon {
  transform: translateX(6px);
}

.ey-hero {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}

.ey-hero-parallax,
.ey-hero-image,
.ey-hero-overlay {
  position: absolute;
  inset: 0;
}

.ey-hero-parallax {
  z-index: -3;
  overflow: hidden;
}

.ey-hero-image {
  width: calc(100% + 48px);
  max-width: none !important;
  height: calc(100% + 40px);
  margin: -20px -24px;
  object-fit: cover;
  object-position: center 56%;
  transform: translate(var(--ey-parallax-x, 0), var(--ey-parallax-y, 0)) scale(1.035);
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ey-hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(32, 22, 18, 0.74) 0%, rgba(32, 22, 18, 0.4) 48%, rgba(32, 22, 18, 0.22) 100%),
    linear-gradient(180deg, rgba(32, 22, 18, 0.2) 0%, rgba(32, 22, 18, 0.1) 56%, rgba(32, 22, 18, 0.64) 100%);
}

.ey-hero-content {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 70px;
}

@media (prefers-reduced-motion: no-preference) {
  .ey-hero-kicker,
  .ey-hero h1,
  .ey-hero-copy,
  .ey-actions,
  .ey-hero-note {
    opacity: 0;
    animation: ey-hero-enter 900ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  .ey-hero h1 { animation-delay: 110ms; }
  .ey-hero-copy { animation-delay: 220ms; }
  .ey-actions { animation-delay: 330ms; }
  .ey-hero-note { animation-delay: 480ms; }

  .ey-hero-image {
    animation: ey-hero-image-enter 1400ms ease-out both;
  }
}

@keyframes ey-hero-enter {
  from {
    opacity: 0;
    filter: blur(6px);
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    filter: none;
    transform: translateY(0);
  }
}

@keyframes ey-hero-image-enter {
  from { opacity: 0.72; filter: saturate(0.78) brightness(0.84); }
  to { opacity: 1; filter: none; }
}

.ey-hero-kicker {
  margin-bottom: 22px !important;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
}

.ey-hero h1 {
  max-width: 900px;
  color: #fff;
  font-size: 72px;
  line-height: 1.18;
  text-shadow: 0 8px 34px rgba(37, 25, 20, 0.24);
}

.ey-hero-copy {
  max-width: 580px;
  margin-top: 26px !important;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.8;
}

.ey-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.ey-hero-note {
  position: absolute;
  right: 48px;
  bottom: 40px;
  width: 300px;
  border-radius: var(--ey-radius);
  padding: 20px 22px;
}

.ey-hero-note > span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  text-transform: uppercase;
}

.ey-hero-note strong {
  font-family: var(--font-ey-display);
  font-size: 15px;
}

.ey-hero-note i {
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: 22px;
  display: flex;
  align-items: flex-end;
  gap: 3px;
}

.ey-hero-note i b {
  width: 2px;
  background: rgba(255, 255, 255, 0.74);
  animation: ey-eq 1.2s ease-in-out infinite alternate;
}

.ey-hero-note i b:nth-child(1),
.ey-hero-note i b:nth-child(5) { height: 8px; }
.ey-hero-note i b:nth-child(2),
.ey-hero-note i b:nth-child(4) { height: 16px; animation-delay: 160ms; }
.ey-hero-note i b:nth-child(3) { height: 22px; animation-delay: 320ms; }

@keyframes ey-eq {
  to { height: 6px; }
}

.ey-values {
  background: var(--ey-ivory);
}

.ey-value-list {
  border-top: 1px solid var(--ey-line);
}

.ey-value-list article {
  display: grid;
  grid-template-columns: 96px 320px 1fr;
  gap: 32px;
  align-items: center;
  border-bottom: 1px solid var(--ey-line);
  padding-block: 34px;
}

.ey-value-list svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: var(--ey-olive-deep);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.ey-value-list h3 {
  font-size: 26px;
}

.ey-value-list p {
  max-width: 620px;
  color: rgba(59, 42, 35, 0.68);
  font-size: 15px;
}

.ey-menu-preview {
  background: var(--ey-paper);
}

.ey-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 24px;
}

.ey-menu-card {
  min-width: 0;
  transition: transform 350ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ey-menu-card:hover {
  transform: translateY(-7px);
}

.ey-menu-image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: var(--ey-radius);
  background: var(--ey-beige);
}

.ey-menu-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ey-menu-card:hover img {
  transform: scale(1.055);
}

.ey-menu-image-wrap > span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(245, 240, 231, 0.72);
  color: var(--ey-coffee);
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.ey-menu-card-body {
  position: relative;
  padding: 22px 4px 0;
}

.ey-menu-card-body > p {
  color: var(--ey-olive-deep);
  font-size: 12px;
  font-weight: 700;
}

.ey-menu-card-body h3 {
  margin-top: 4px;
  padding-right: 84px;
  font-size: 24px;
}

.ey-menu-card-body > span {
  display: block;
  min-height: 50px;
  margin-top: 10px;
  color: rgba(59, 42, 35, 0.64);
  font-size: 14px;
}

.ey-menu-card-body strong {
  position: absolute;
  top: 28px;
  right: 4px;
  font-size: 14px;
}

.ey-center-action {
  margin-top: 62px;
  text-align: center;
}

.ey-space-preview {
  background: var(--ey-ivory);
}

.ey-space-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
}

.ey-space-copy {
  grid-column: 1 / 6;
  z-index: 2;
  padding-right: 44px;
}

.ey-space-copy h2 {
  margin-bottom: 26px;
  font-size: 54px;
  line-height: 1.2;
}

.ey-space-copy > p:not(.ey-eyebrow) {
  margin-bottom: 30px;
  color: rgba(59, 42, 35, 0.68);
}

.ey-space-main {
  grid-column: 6 / 13;
  overflow: hidden;
  aspect-ratio: 7 / 8;
  border-radius: var(--ey-radius);
}

.ey-space-main img,
.ey-space-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ey-space-side {
  grid-column: 4 / 7;
  z-index: 3;
  margin-top: -230px;
}

.ey-space-side img {
  aspect-ratio: 4 / 5;
  border: 8px solid var(--ey-ivory);
  border-radius: var(--ey-radius);
}

.ey-space-side figcaption {
  margin-top: 10px;
  color: rgba(59, 42, 35, 0.58);
  font-size: 12px;
}

.ey-story-preview {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: var(--ey-beige);
}

.ey-wave-art {
  position: absolute;
  inset: 50% auto auto 0;
  width: 100%;
  min-width: 1000px;
  transform: translateY(-50%);
  fill: none;
  stroke: rgba(59, 42, 35, 0.14);
  stroke-width: 1.4;
}

.ey-story-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  text-align: center;
}

.ey-story-content > p:not(.ey-eyebrow) {
  max-width: 620px;
  margin: 24px auto 30px;
  color: rgba(59, 42, 35, 0.7);
}

.ey-reviews {
  background: var(--ey-paper);
}

.ey-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ey-line);
}

.ey-review {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--ey-line);
  padding: 36px 34px 28px;
}

.ey-review:first-child {
  border-left: 1px solid var(--ey-line);
}

.ey-stars {
  color: var(--ey-olive-deep);
  font-size: 13px;
  letter-spacing: 0.18em !important;
}

.ey-review blockquote {
  margin: 34px 0 auto;
  font-family: var(--font-ey-display);
  font-size: 21px;
  line-height: 1.75;
}

.ey-review p {
  margin-top: 28px;
  color: rgba(59, 42, 35, 0.58);
  font-size: 13px;
}

.ey-home-cta {
  position: relative;
  overflow: hidden;
  padding-block: 150px;
  background: var(--ey-ivory);
  text-align: center;
}

.ey-home-cta .ey-container {
  position: relative;
  z-index: 2;
}

.ey-home-cta h2 {
  font-size: 58px;
  line-height: 1.25;
}

.ey-home-cta .ey-container > p:not(.ey-eyebrow) {
  max-width: 580px;
  margin: 24px auto 30px;
  color: rgba(59, 42, 35, 0.68);
}

.ey-curve {
  position: absolute;
  width: 860px;
  height: 420px;
  border: 1px solid rgba(122, 128, 101, 0.25);
  border-radius: 50%;
}

.ey-curve-one {
  top: -200px;
  left: -260px;
  transform: rotate(16deg);
}

.ey-curve-two {
  right: -260px;
  bottom: -230px;
  transform: rotate(-18deg);
}

.ey-footer {
  background: var(--ey-coffee);
  color: rgba(255, 255, 255, 0.8);
}

.ey-footer-top {
  display: grid;
  grid-template-columns: 0.8fr 1.6fr;
  gap: 100px;
  padding-block: 80px 66px;
}

.ey-logo-footer {
  color: #fff !important;
  font-size: 30px;
}

.ey-footer-brand p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
}

.ey-footer-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.ey-footer-info span {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.ey-footer-info p,
.ey-footer-info a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

.ey-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-block: 24px 28px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
}

.ey-footer-bottom > div {
  display: flex;
  gap: 22px;
}

.ey-footer-bottom a,
.ey-footer-bottom span {
  color: rgba(255, 255, 255, 0.56);
}

.ey-default-content {
  min-height: 70dvh;
  padding: calc(var(--ey-header-height) + 80px) 0 100px;
  background: var(--ey-paper);
}

.ey-default-content h1 {
  margin-bottom: 28px;
  font-size: 48px;
}

.ey-entry-content {
  max-width: 780px;
}

@media (max-width: 1100px) {
  .ey-container { width: min(1280px, calc(100% - 64px)); }
  .ey-header-inner { width: calc(100% - 48px); }
  .ey-nav-menu { gap: 22px; }
  .ey-hero h1 { font-size: 62px; }
  .ey-section h2,
  .ey-space-copy h2 { font-size: 48px; }
  .ey-menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ey-space-copy { grid-column: 1 / 7; }
  .ey-space-main { grid-column: 7 / 13; }
  .ey-space-side { grid-column: 5 / 8; }
  .ey-footer-top { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 860px) {
  :root { --ey-header-height: 68px; }
  .ey-section { padding-block: 96px; }
  .ey-header-inner { grid-template-columns: 1fr auto; }
  .ey-header-cta { display: none; }
  .ey-menu-button {
    justify-self: end;
    display: grid;
    width: 42px;
    height: 42px;
    place-content: center;
    gap: 6px;
    border: 1px solid currentColor;
    border-radius: 50%;
    background: transparent;
    color: inherit;
    cursor: pointer;
  }
  .ey-menu-button span {
    width: 17px;
    height: 1px;
    background: currentColor;
    transition: transform 220ms ease;
  }
  .ey-menu-button.is-open span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .ey-menu-button.is-open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .ey-nav {
    position: fixed;
    inset: var(--ey-header-height) 0 auto;
    max-height: 0;
    overflow: hidden;
    background: rgba(245, 240, 231, 0.98);
    color: var(--ey-coffee);
    transition: max-height 360ms ease;
  }
  .admin-bar .ey-nav { top: calc(var(--ey-header-height) + 32px); }
  .ey-nav.is-open { max-height: 410px; border-bottom: 1px solid var(--ey-line); }
  .ey-nav-menu { display: grid; gap: 0; }
  .ey-nav-menu a { border-top: 1px solid var(--ey-line); padding: 18px 32px; }
  .ey-nav-menu a::after { display: none; }
  .ey-hero h1 { font-size: 54px; }
  .ey-hero-note { display: none; }
  .ey-value-list article { grid-template-columns: 70px 260px 1fr; gap: 20px; }
  .ey-space-copy { grid-column: 1 / 13; padding-right: 0; margin-bottom: 32px; }
  .ey-space-main { grid-column: 3 / 13; }
  .ey-space-side { grid-column: 1 / 5; margin-top: -170px; }
  .ey-review-grid { grid-template-columns: 1fr; }
  .ey-review { min-height: auto; border-right: 0; border-bottom: 1px solid var(--ey-line); }
  .ey-review:first-child { border-left: 0; }
  .ey-footer-info { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 782px) {
  .admin-bar .ey-header { top: 46px; }
  .admin-bar .ey-nav { top: calc(var(--ey-header-height) + 46px); }
}

@media (max-width: 640px) {
  .ey-container { width: calc(100% - 40px); }
  .ey-header-inner { width: calc(100% - 40px); }
  .ey-section { padding-block: 80px; }
  .ey-section-intro { margin-bottom: 44px; }
  .ey-section h2,
  .ey-space-copy h2 { font-size: 38px; }
  .ey-hero-content { justify-content: flex-end; padding: 120px 0 62px; }
  .ey-hero h1 { font-size: 43px; line-height: 1.24; }
  .ey-hero-copy { max-width: 420px; margin-top: 20px !important; font-size: 15px; }
  .ey-actions { width: 100%; margin-top: 26px; }
  .ey-actions .ey-button { flex: 1 1 100%; }
  .ey-hero-image { object-position: 62% center; }
  .ey-value-list article { grid-template-columns: 56px 1fr; gap: 18px; align-items: start; padding-block: 28px; }
  .ey-value-list svg { width: 42px; height: 42px; }
  .ey-value-list h3 { font-size: 23px; }
  .ey-value-list p { margin-top: 8px; font-size: 14px; }
  .ey-menu-grid { grid-template-columns: 1fr; gap: 42px; }
  .ey-menu-card-body h3 { font-size: 23px; }
  .ey-space-grid { display: block; }
  .ey-space-main { aspect-ratio: 4 / 5; }
  .ey-space-side { width: 52%; margin: -110px 0 0 -4px; }
  .ey-story-preview { min-height: 640px; }
  .ey-story-content > p:not(.ey-eyebrow) { font-size: 14px; }
  .ey-home-cta { padding-block: 100px; }
  .ey-home-cta h2 { font-size: 40px; }
  .ey-review { padding-inline: 2px; }
  .ey-review blockquote { font-size: 19px; }
  .ey-footer-top { padding-block: 64px 50px; }
  .ey-footer-info { grid-template-columns: 1fr; gap: 28px; }
  .ey-footer-bottom { align-items: flex-start; flex-direction: column; }
  .ey-footer-bottom > div { max-width: 100%; flex-wrap: wrap; gap: 10px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  html.ey-motion-ready [data-reveal] { opacity: 1; filter: none; transform: none; }
}

@media (prefers-reduced-transparency: reduce) {
  .ey-glass,
  .ey-header.is-scrolled,
  .ey-nav {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .ey-glass { background: rgba(245, 240, 231, 0.96); color: var(--ey-coffee); }
}
