@import url("/industry-styles/industry-styles.css?v=industry-rewrite-20260709e");

:root {
  color-scheme: light;
}

body {
  margin: 0;
  color: #18221d;
  background: #10140f;
}

.cafe-site {
  --ink: #18221d;
  --muted: #667166;
  --paper: #fffdf7;
  --cream: #f7f3ea;
  --sage: #6c8d74;
  --leaf: #294a37;
  --brass: #c4914b;
  --berry: #a8485a;
  --smoke: rgba(24, 34, 29, 0.12);
  --shadow: 0 24px 70px rgba(30, 33, 27, 0.14);
  min-height: 100vh;
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow-x: hidden;
  background: transparent;
  color: var(--ink);
  font-family: Inter, "Noto Sans TC", "Microsoft JhengHei", system-ui, sans-serif;
  letter-spacing: 0;
}

.cafe-site a {
  color: inherit;
}

.cafe-site .site-top-wrap {
  position: sticky;
  top: 14px;
  z-index: 50;
  width: min(1480px, calc(100% - 32px));
  margin: 0 auto;
  padding-top: 14px;
}

.cafe-site .site-top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 74px;
  padding: 10px 12px;
  border: 1px solid rgba(24, 34, 29, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.86);
  box-shadow: 0 18px 48px rgba(24, 34, 29, 0.1);
  backdrop-filter: blur(18px);
  transition: min-height 240ms ease, box-shadow 240ms ease, background 240ms ease;
}

.cafe-site.is-scrolled .site-top {
  min-height: 62px;
  background: rgba(255, 253, 247, 0.78);
  box-shadow: 0 12px 34px rgba(24, 34, 29, 0.1);
}

.cafe-site .site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}

.cafe-site .site-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  color: #fffdf7;
  background: var(--leaf);
  box-shadow: 0 14px 34px rgba(41, 74, 55, 0.22);
  font-weight: 950;
}

.cafe-site .brand-copy {
  display: grid;
  gap: 2px;
}

.cafe-site .brand-copy strong {
  font-size: 17px;
  font-weight: 950;
}

.cafe-site .brand-copy small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.cafe-site .site-links,
.cafe-site .site-top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cafe-site .site-links {
  justify-content: center;
  color: var(--muted);
  font-size: 15px;
}

.cafe-site .site-links a {
  padding: 10px 8px;
  text-decoration: none;
  transition: color 180ms ease;
}

.cafe-site .site-links a:hover,
.cafe-site .site-links a.is-active {
  color: var(--leaf);
}

.cafe-site .site-top-actions {
  justify-content: flex-end;
}

.cafe-site .site-cta,
.cafe-site .btn,
.submit-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(24, 34, 29, 0.13);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 253, 247, 0.88);
  text-decoration: none;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.cafe-site .site-cta,
.cafe-site .btn.primary,
.submit-order {
  color: #fffdf7;
  border-color: transparent;
  background: var(--berry);
  box-shadow: 0 16px 38px rgba(168, 72, 90, 0.22);
}

.cafe-site .site-cta-secondary {
  color: var(--leaf);
  border-color: rgba(108, 141, 116, 0.28);
  background: #f4f7ec;
  box-shadow: none;
}

.cafe-site .site-cta-admin {
  color: #fffdf7;
  border-color: rgba(255, 253, 247, 0.16);
  background: var(--leaf);
  box-shadow: 0 16px 38px rgba(41, 74, 55, 0.2);
}

.cafe-site .site-cta:hover,
.cafe-site .btn:hover,
.submit-order:hover,
.back-top:hover {
  transform: translateY(-2px);
}

.cafe-site .site-hero {
  position: relative;
  display: grid;
  align-items: end;
  width: 100%;
  min-height: 100svh;
  margin: -102px auto 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.hero-media,
.hero-media img,
.hero-shade {
  inset: 0;
}

.hero-media {
  position: fixed;
  z-index: -1;
  pointer-events: none;
}

.hero-media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  position: fixed;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.48) 42%, rgba(0, 0, 0, 0.32) 100%),
    rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px) saturate(0.9);
  -webkit-backdrop-filter: blur(3px) saturate(0.9);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  padding: clamp(150px, 16vw, 210px) clamp(22px, 6vw, 88px) clamp(70px, 8vw, 110px);
  color: #fffdf7;
}

.site-eyebrow,
.section-kicker,
.menu-tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  color: var(--berry);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy .site-eyebrow {
  color: #f1c778;
}

.hero-copy h1 {
  max-width: 680px;
  margin: 12px 0 0;
  color: #fffdf7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 6vw, 88px);
  font-weight: 650;
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-copy p {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(255, 253, 247, 0.84);
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: min(820px, 100%);
  margin: 34px 0 0;
}

.hero-details div {
  min-height: 78px;
  padding: 14px;
  border: 1px solid rgba(255, 253, 247, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.1);
  backdrop-filter: blur(14px);
}

.hero-details dt {
  color: rgba(255, 253, 247, 0.65);
  font-size: 12px;
  font-weight: 900;
}

.hero-details dd {
  margin: 6px 0 0;
  color: #fffdf7;
  font-weight: 950;
}

.hero-details .hero-bean dd {
  display: grid;
  gap: 4px;
}

.hero-details .hero-bean strong {
  font-size: 16px;
  line-height: 1.25;
}

.hero-details .hero-bean small {
  color: rgba(255, 253, 247, 0.72);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.opening-strip,
.content-section,
.site-footer {
  position: relative;
  z-index: 1;
  width: min(1480px, calc(100% - 32px));
  margin: 0 auto;
}

.opening-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 16px;
  border: 1px solid var(--smoke);
  border-radius: 8px;
  background: var(--smoke);
  box-shadow: 0 16px 44px rgba(24, 34, 29, 0.08);
}

.opening-strip div {
  display: grid;
  gap: 6px;
  min-height: 96px;
  padding: 18px;
  background: rgba(255, 253, 247, 0.94);
}

.opening-strip strong {
  color: var(--leaf);
  font-size: 15px;
}

.opening-strip span {
  color: var(--muted);
  line-height: 1.55;
}

.content-section {
  padding: clamp(62px, 8vw, 108px) 0 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.64fr) minmax(0, 1fr);
  gap: clamp(20px, 5vw, 72px);
  align-items: end;
  margin-bottom: 28px;
}

.section-heading h2,
.story-copy h2 {
  margin: 8px 0 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.6vw, 68px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.content-section > .section-heading h2 {
  color: #fffdf7;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.45);
}

.content-section > .section-heading .section-kicker {
  color: #f1c778;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.content-section > .section-heading p {
  color: rgba(255, 253, 247, 0.82);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
}

.content-section > .section-heading.reveal {
  opacity: 1;
  transform: none;
}

.section-heading p,
.story-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.menu-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.menu-toolbar button,
.option-row button {
  min-height: 42px;
  border: 1px solid rgba(24, 34, 29, 0.12);
  border-radius: 999px;
  padding: 0 15px;
  color: var(--ink);
  background: var(--paper);
  cursor: pointer;
  font-weight: 900;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.menu-toolbar button:hover,
.option-row button:hover {
  transform: translateY(-2px);
}

.menu-toolbar button.is-active,
.option-row button.is-active {
  color: #fffdf7;
  border-color: transparent;
  background: var(--leaf);
}

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

.menu-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 280px;
  padding: 22px;
  border: 1px solid rgba(24, 34, 29, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(108, 141, 116, 0.11), transparent 48%),
    var(--paper);
  box-shadow: 0 18px 42px rgba(24, 34, 29, 0.08);
  transition: transform 220ms ease, opacity 180ms ease, box-shadow 220ms ease;
}

.menu-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(24, 34, 29, 0.12);
}

.menu-card.is-hidden {
  display: none;
}

.menu-card h3 {
  margin: 12px 0 0;
  font-size: 26px;
}

.menu-card p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.menu-card div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px dashed rgba(24, 34, 29, 0.18);
}

.menu-card strong {
  color: var(--leaf);
  font-size: 26px;
}

.menu-card small {
  color: var(--muted);
  font-weight: 800;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: 18px;
  align-items: stretch;
}

.story-copy,
.roast-board {
  min-height: 430px;
  border: 1px solid rgba(24, 34, 29, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.94);
  box-shadow: 0 18px 50px rgba(24, 34, 29, 0.08);
}

.story-copy {
  display: grid;
  align-content: center;
  padding: clamp(24px, 4vw, 48px);
}

.story-copy p {
  margin-top: 22px;
}

.roast-board {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: rgba(24, 34, 29, 0.12);
}

.roast-board article {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 140px;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(196, 145, 75, 0.11), transparent),
    var(--paper);
}

.roast-board small {
  color: var(--berry);
  font-weight: 950;
  text-transform: uppercase;
}

.roast-board strong {
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.14;
}

.roast-board span {
  color: var(--muted);
}

.order-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.8fr);
  gap: 18px;
}

.order-panel,
.order-summary,
.visit-grid article {
  border: 1px solid rgba(24, 34, 29, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.94);
  box-shadow: 0 18px 50px rgba(24, 34, 29, 0.08);
}

.order-panel {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 3vw, 32px);
}

.order-panel fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.order-panel legend {
  margin-bottom: 10px;
  color: var(--leaf);
  font-weight: 950;
}

.option-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

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

.guest-fields label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}

.guest-fields input,
.guest-fields select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(24, 34, 29, 0.14);
  border-radius: 8px;
  padding: 0 12px;
  color: var(--ink);
  background: #ffffff;
}

.guest-fields input:focus,
.guest-fields select:focus,
.menu-toolbar button:focus-visible,
.option-row button:focus-visible,
.site-cta:focus-visible,
.btn:focus-visible,
.submit-order:focus-visible,
.back-top:focus-visible {
  outline: 3px solid rgba(168, 72, 90, 0.2);
  outline-offset: 2px;
}

.submit-order {
  width: fit-content;
  cursor: pointer;
}

.order-summary {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(22px, 4vw, 38px);
}

.order-summary h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 650;
}

.order-summary dl {
  display: grid;
  gap: 1px;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(24, 34, 29, 0.1);
  border-radius: 8px;
  background: rgba(24, 34, 29, 0.1);
}

.order-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  min-height: 54px;
  padding: 14px;
  background: #ffffff;
}

.order-summary dt {
  color: var(--muted);
  font-weight: 900;
}

.order-summary dd {
  margin: 0;
  text-align: right;
  font-weight: 950;
}

.summary-total {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding-top: 10px;
}

.summary-total span {
  color: var(--muted);
  font-weight: 900;
}

.summary-total strong {
  color: var(--berry);
  font-size: clamp(32px, 4vw, 54px);
}

.order-summary p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.visit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.visit-grid article {
  min-height: 220px;
  padding: 22px;
}

.visit-grid span {
  color: var(--berry);
  font-weight: 950;
}

.visit-grid h3 {
  margin: 18px 0 0;
  font-size: 26px;
}

.visit-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(62px, 8vw, 108px);
  padding: 32px 0 52px;
  color: var(--muted);
  border-top: 1px solid rgba(24, 34, 29, 0.12);
}

.site-footer a {
  text-decoration: none;
  font-weight: 900;
}

.back-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: #fffdf7;
  background: var(--leaf);
  box-shadow: 0 16px 38px rgba(41, 74, 55, 0.28);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

@media (max-width: 1080px) {
  .cafe-site .site-top {
    grid-template-columns: 1fr auto;
  }

  .cafe-site .site-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-grid,
  .visit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading,
  .story-section,
  .order-layout {
    grid-template-columns: 1fr;
  }

  .story-copy,
  .roast-board {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .cafe-site .site-top-wrap,
  .cafe-site .site-hero,
  .opening-strip,
  .content-section,
  .site-footer {
    width: min(100% - 24px, 1480px);
  }

  .cafe-site .site-top {
    gap: 12px;
  }

  .cafe-site .brand-copy strong {
    max-width: 136px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .cafe-site .site-top-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    justify-items: end;
  }

  .cafe-site .site-cta-secondary {
    display: none;
  }

  .cafe-site .site-top-actions .site-cta {
    width: 100%;
    min-width: 0;
    padding-inline: 10px;
  }

  .cafe-site .site-hero {
    min-height: auto;
  }

  .hero-media img {
    object-position: 58% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(15, 22, 17, 0.82) 0%, rgba(15, 22, 17, 0.56) 52%, rgba(15, 22, 17, 0.36) 100%);
  }

  .hero-copy {
    padding: 44px 20px 70px;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .hero-details,
  .opening-strip,
  .menu-grid,
  .visit-grid,
  .guest-fields {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .story-copy h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .section-heading p,
  .story-copy p {
    font-size: 16px;
  }

  .menu-card {
    min-height: 240px;
  }

  .option-row button,
  .menu-toolbar button {
    flex: 1 1 auto;
  }

  .submit-order {
    width: 100%;
  }

  .site-footer {
    flex-direction: column;
  }
}

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