/*
Theme Name: Snack ChoiTas Refined v451
Theme URI: https://choi-tas.com/
Author: ChoiTas
Description: Refined Snack ChoiTas WordPress theme with stronger first-visit guidance, pricing clarity, and opening CTAs.
Version: 4.5.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: snack-choitas
*/

:root {
  --ink: #211b19;
  --muted: #6b5e58;
  --paper: #fff8ec;
  --paper-2: #f2eadf;
  --night: #172a27;
  --night-2: #24433c;
  --wine: #8e3f4f;
  --coral: #d77a58;
  --gold: #d6af5c;
  --mint: #dceadf;
  --white: #ffffff;
  --line: rgba(33, 27, 25, 0.14);
  --shadow: 0 22px 56px rgba(33, 27, 25, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.85;
  overflow-x: hidden;
}

a {
  color: inherit;
}

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.wrap,
.nav,
.footer-inner {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(23, 42, 39, 0.88);
  color: var(--paper);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-name {
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 17px;
  color: rgba(255, 248, 236, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--gold);
}

.hero {
  position: relative;
  min-height: calc(100svh - 68px);
  overflow: hidden;
  color: var(--white);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 23, 21, 0.8) 0%, rgba(12, 23, 21, 0.58) 38%, rgba(12, 23, 21, 0.2) 74%, rgba(12, 23, 21, 0.3) 100%),
    linear-gradient(0deg, rgba(12, 23, 21, 0.62) 0%, rgba(12, 23, 21, 0.08) 48%);
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: min(1140px, calc(100% - 32px));
  min-height: calc(100svh - 68px);
  margin: 0 auto;
  padding: 86px 0 132px;
}

.hero-copy {
  width: min(720px, 100%);
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(46px, 7.2vw, 96px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
}

.hero-subtitle {
  max-width: 740px;
  margin: 22px 0 0;
  color: var(--white);
  font-size: clamp(24px, 3.2vw, 40px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.35);
}

.lead {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 248, 236, 0.9);
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 750;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: var(--gold);
  color: #1a1512;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.secondary {
  background: rgba(255, 248, 236, 0.1);
  color: var(--white);
  border-color: rgba(255, 248, 236, 0.64);
}

.button.compact {
  min-height: 44px;
  margin-top: 22px;
  padding: 10px 18px;
}

.x-follow-card {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: min(430px, 100%);
  margin-top: 22px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 248, 236, 0.28);
  border-radius: 8px;
  background: rgba(23, 42, 39, 0.72);
  color: var(--paper);
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.x-follow-mark {
  display: inline-grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #111111;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.x-follow-text {
  display: grid;
  gap: 1px;
}

.x-follow-text span {
  color: rgba(255, 248, 236, 0.74);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.x-follow-text strong {
  color: var(--gold);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
}

.opening-note {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1140px, calc(100% - 32px));
  padding-top: 20px;
  border-top: 1px solid rgba(255, 248, 236, 0.3);
  transform: translateX(-50%);
}

.opening-note span {
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.opening-note p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 248, 236, 0.84);
  font-weight: 750;
}

.quick-info {
  background: var(--night);
  color: var(--paper);
}

.quick-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.quick-info-grid div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 78px;
  padding: 14px 16px;
  border-left: 1px solid rgba(255, 248, 236, 0.12);
  font-weight: 900;
  text-align: center;
}

.quick-info-grid div:last-child {
  border-right: 1px solid rgba(255, 248, 236, 0.12);
}

.quick-info svg,
.pictogram svg,
.map-placeholder svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.section {
  padding: 90px 0;
}

.section-head {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 42px;
}

.section-heading-image {
  width: min(190px, 100%);
  margin: -12px 0 0;
}

.section-heading-image img {
  width: 100%;
  height: auto;
}

.section-title {
  margin: 0;
  font-size: clamp(30px, 3.3vw, 44px);
  font-weight: 900;
  line-height: 1.32;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.section-copy {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.concept-section,
.first-section {
  background: var(--paper);
}

.concept-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 6px;
  min-height: 176px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 42px rgba(33, 27, 25, 0.07);
}

.pictogram {
  display: inline-grid;
  grid-row: 1 / span 2;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: var(--mint);
  color: var(--night-2);
}

.feature-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}

.price-section {
  background: var(--night);
  color: var(--paper);
}

.price-section .section-copy {
  color: rgba(255, 248, 236, 0.78);
}

.price-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(360px, 1fr);
  gap: 44px;
  align-items: center;
}

.price-table {
  border: 1px solid rgba(255, 248, 236, 0.2);
  border-radius: 8px;
  background: #fffaf0;
  color: var(--ink);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.price-main {
  padding: 28px;
  background: linear-gradient(135deg, var(--wine), #5f2f3b);
  color: var(--white);
}

.price-main span {
  display: block;
  color: rgba(255, 248, 236, 0.76);
  font-size: 14px;
  font-weight: 900;
}

.price-main strong {
  display: block;
  margin-top: 4px;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.1;
}

.price-table dl {
  display: grid;
  margin: 0;
}

.price-table dl div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 17px 24px;
  border-bottom: 1px solid var(--line);
}

.price-table dt {
  color: var(--wine);
  font-weight: 900;
}

.price-table dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

.price-table p {
  margin: 0;
  padding: 16px 24px 22px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.visit-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}

.visit-flow div {
  min-height: 172px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(33, 27, 25, 0.06);
}

.visit-flow span {
  display: block;
  color: var(--gold);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.visit-flow strong {
  display: block;
  margin-top: 14px;
  font-size: 20px;
  font-weight: 900;
}

.visit-flow p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.reason-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.reason-item {
  display: grid;
  gap: 6px;
  min-height: 96px;
  padding: 18px 20px;
  border-left: 4px solid var(--wine);
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  font-weight: 850;
}

.reason-item span {
  color: var(--wine);
  font-size: 13px;
  font-weight: 900;
}

.access-section,
.notes-section {
  background: var(--white);
}

.access-band {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 0.8fr);
  gap: 40px;
  align-items: center;
}

.info-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
}

.info-row {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.info-row dt {
  color: var(--wine);
  font-weight: 900;
}

.info-row dd {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}

.map-placeholder {
  display: grid;
  min-height: 320px;
  place-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(36, 67, 60, 0.12), rgba(142, 63, 79, 0.08)),
    var(--mint);
  color: var(--night-2);
  text-align: center;
}

.map-placeholder span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--white);
}

.map-placeholder p {
  margin: 0;
  color: var(--muted);
  font-weight: 900;
}

.faq-section,
.sister-section {
  background: var(--paper-2);
}

.faq-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 42px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(33, 27, 25, 0.06);
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  cursor: pointer;
  padding: 18px 50px 18px 22px;
  color: var(--ink);
  font-weight: 900;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--wine);
  border-bottom: 2px solid var(--wine);
  content: "";
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  transform: translateY(-35%) rotate(225deg);
}

.faq-item p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--muted);
  font-weight: 700;
}

.news-section {
  background: var(--night-2);
  color: var(--paper);
}

.news-wrap {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
}

.news-card,
.notes-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(33, 27, 25, 0.06);
}

.news-card {
  padding: 32px;
  color: var(--ink);
}

.news-badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--night-2);
  font-size: 13px;
  font-weight: 900;
}

.news-card h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.3;
}

.news-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.notes-card {
  padding: 30px;
  background: var(--paper);
}

.notes-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.notes-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.8;
}

.notes-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--wine);
}

.sister-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(340px, 1fr);
  gap: 42px;
  align-items: center;
}

.sister-shop-card {
  display: block;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sister-shop-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(33, 27, 25, 0.18);
}

.sister-shop-card img {
  width: 100%;
  height: auto;
}

.site-footer {
  padding: 42px 0;
  background: #111a18;
  color: rgba(255, 248, 236, 0.76);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-title {
  margin: 0;
  color: var(--paper);
  font-weight: 900;
}

.footer-copy {
  margin: 4px 0 0;
  font-size: 13px;
}

.mobile-sticky-cta {
  display: none;
}

@media (max-width: 900px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
    gap: 12px;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 10px 15px;
    font-size: 12px;
    line-height: 1.25;
  }

  .hero {
    min-height: 720px;
  }

  .hero-bg {
    object-position: 62% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(12, 23, 21, 0.78), rgba(12, 23, 21, 0.38)),
      linear-gradient(0deg, rgba(12, 23, 21, 0.8) 0%, rgba(12, 23, 21, 0.08) 62%);
  }

  .hero-shell {
    align-items: flex-end;
    min-height: 720px;
    padding: 80px 0 152px;
  }

  .hero h1 {
    font-size: clamp(42px, 11vw, 62px);
  }

  .hero-subtitle {
    font-size: clamp(22px, 6.2vw, 32px);
  }

  .lead {
    font-size: 14px;
    line-height: 1.75;
  }

  .opening-note {
    align-items: flex-start;
    flex-direction: column;
    bottom: 88px;
    gap: 6px;
  }

  .quick-info-grid,
  .concept-grid,
  .visit-flow,
  .reason-list,
  .price-layout,
  .access-band,
  .faq-layout,
  .news-wrap,
  .sister-layout,
  .section-head {
    grid-template-columns: 1fr;
  }

  .quick-info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .quick-info-grid div {
    min-height: 64px;
    font-size: 13px;
  }

  .section {
    padding: 60px 0;
  }

  .section-head,
  .news-wrap,
  .faq-layout,
  .sister-layout {
    gap: 22px;
  }

  .section-heading-image {
    width: min(180px, 64vw);
    margin: 0;
  }

  .section-title,
  .price-title {
    font-size: clamp(24px, 6.4vw, 31px);
    line-height: 1.36;
  }

  .section-copy {
    font-size: 13px;
    line-height: 1.8;
  }

  .feature-card {
    min-height: auto;
    padding: 20px;
  }

  .visit-flow div {
    min-height: auto;
  }

  .price-table dl div,
  .info-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .news-card,
  .notes-card {
    padding: 24px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 62px;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid rgba(255, 248, 236, 0.28);
    border-radius: 8px;
    background: rgba(23, 42, 39, 0.94);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(14px);
  }

  .mobile-sticky-cta a {
    display: grid;
    min-height: 48px;
    place-items: center;
    color: var(--paper);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
  }

  .mobile-sticky-cta a + a {
    border-left: 1px solid rgba(255, 248, 236, 0.18);
  }
}

@media (max-width: 430px) {
  .wrap,
  .nav,
  .footer-inner,
  .hero-shell,
  .opening-note {
    width: calc(100% - 32px);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .button {
    min-height: 48px;
    padding: 10px 12px;
    font-size: 13px;
    white-space: nowrap;
  }

  .x-follow-card {
    padding: 12px 13px;
  }

  .price-main,
  .price-table dl div,
  .price-table p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-card {
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 13px;
  }

  .pictogram {
    width: 46px;
    height: 46px;
  }
}
