:root {
  --ink: #17121d;
  --muted: #685d73;
  --purple: #efe7ff;
  --purple-strong: #7c3ff2;
  --gold: #caa45d;
  --red: #d92c43;
  --paper: #fffdf9;
  --line: rgba(68, 40, 92, 0.14);
  --shadow: 0 22px 70px rgba(31, 19, 45, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 14px;
  left: 50%;
  width: min(1120px, calc(100% - 24px));
  min-height: 64px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 10px 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 42px rgba(26, 17, 34, 0.16);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 900;
  line-height: 1.05;
}

.brand img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: contain;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: var(--purple-strong);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.desktop-nav {
  display: none;
  align-items: center;
  gap: 22px;
  color: #4d405e;
  font-size: 14px;
  font-weight: 800;
}

.header-call {
  display: inline-grid;
  min-height: 44px;
  place-items: center;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #120f18;
  color: #fff;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(18, 13, 24, 0.3), rgba(18, 13, 24, 0.88)),
    linear-gradient(90deg, rgba(18, 13, 24, 0.88), rgba(18, 13, 24, 0.16));
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 32px));
  min-height: 100svh;
  margin: 0 auto;
  padding: 112px 0 74px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.eyebrow,
.label {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(39px, 11.4vw, 86px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero-copy {
  max-width: 690px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(15px, 4vw, 18px);
  font-weight: 750;
}

.hero-copy p {
  margin: 0 0 12px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.hero-badges span,
.tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #5c2fd0;
  font-size: 12px;
  font-weight: 900;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn.primary {
  background: linear-gradient(135deg, #8d50ff, #cfaa60);
  color: #fff;
  box-shadow: 0 14px 34px rgba(124, 63, 242, 0.28);
}

.btn.dark {
  background: #17121d;
  color: #fff;
}

.btn.hero-call {
  background: linear-gradient(135deg, #f6bd3f, #d88922);
  color: #17121d;
  box-shadow: 0 14px 34px rgba(246, 189, 63, 0.32);
}

.btn.hero-instagram {
  background: linear-gradient(135deg, #f24aa0, #8d50ff);
  color: #fff;
  box-shadow: 0 14px 34px rgba(242, 74, 160, 0.3);
}

.btn.footer-instagram {
  background: linear-gradient(135deg, #f24aa0, #8d50ff);
  color: #fff;
  box-shadow: 0 14px 34px rgba(242, 74, 160, 0.28);
}

.btn.delivery {
  color: #fff;
  box-shadow: 0 12px 30px rgba(14, 10, 21, 0.22);
}

.btn.delivery.uber {
  background: #05a357;
}

.btn.delivery.demae {
  background: #e9372f;
}

.btn.ghost {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
}

.btn.dark-text {
  border-color: var(--line);
  color: var(--ink);
  background: #fff;
}

.quick-info {
  width: min(1120px, calc(100% - 32px));
  margin: -34px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
}

.quick-info a {
  min-height: 76px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.quick-info strong,
.quick-info span {
  display: block;
}

.quick-info strong {
  color: var(--purple-strong);
  font-size: 12px;
  letter-spacing: 0.14em;
}

.quick-info span {
  margin-top: 3px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.45;
}

.section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

.pale {
  width: 100%;
  padding: 72px max(16px, calc((100% - 1120px) / 2));
  background: #f6f0ff;
}

.section h2 {
  margin: 0;
  font-size: clamp(31px, 7vw, 58px);
  line-height: 1.15;
  letter-spacing: 0;
}

.section p {
  color: var(--muted);
  font-weight: 700;
}

.section-text {
  max-width: 640px;
}

.intro {
  display: grid;
  gap: 32px;
  align-items: center;
}

.intro-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.intro-photo-grid img {
  min-height: 150px;
  width: 100%;
  border-radius: 8px;
  background: transparent;
  object-fit: contain;
  box-shadow: 0 12px 32px rgba(31, 19, 45, 0.08);
}

.intro-photo-grid img:first-child {
  grid-row: span 2;
  min-height: 312px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}

.featured-grid,
.category-grid,
.reason-grid,
.menu-layout {
  display: grid;
  gap: 18px;
}

.feature-card,
.category-grid article,
.reason-grid article,
.menu-block {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(31, 19, 45, 0.08);
  overflow: hidden;
}

.feature-card figure {
  position: relative;
  margin: 0;
  background: transparent;
}

.feature-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.feature-card figcaption {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.feature-card div {
  padding: 20px;
}

.feature-card h3,
.category-grid h3,
.reason-grid h3,
.menu-block h3,
.menu-item h4 {
  margin: 0;
  line-height: 1.45;
}

.feature-card h3 {
  font-size: 20px;
}

.feature-card strong {
  display: block;
  margin-top: 14px;
  color: var(--red);
  font-size: 26px;
  line-height: 1;
}

.category-grid article {
  padding-bottom: 20px;
}

.category-grid img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  background: transparent;
  object-fit: contain;
}

.category-grid h3,
.category-grid p,
.category-grid a {
  margin-left: 20px;
  margin-right: 20px;
}

.category-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}

.reason {
  display: grid;
  gap: 26px;
}

.reason-lead {
  max-width: 630px;
}

.reason-grid article {
  padding: 22px;
}

.reason-grid h3 {
  padding-left: 16px;
  border-left: 4px solid var(--gold);
}

.menu-note,
.toppings {
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.menu-block {
  padding: 20px;
}

.menu-block h3 {
  margin-bottom: 16px;
  font-size: 26px;
}

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

.menu-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf8ff;
}

.menu-item img {
  width: 86px;
  height: 86px;
  border-radius: 7px;
  background: transparent;
  object-fit: contain;
}

.smoothie-list .menu-item img {
  object-fit: cover;
}

.menu-item h4 {
  font-size: 16px;
}

.menu-item p {
  margin: 3px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

.menu-item strong {
  color: var(--red);
  font-size: 22px;
  white-space: nowrap;
}

.tag {
  min-height: 24px;
  margin-bottom: 5px;
  padding: 2px 8px;
  background: var(--red);
  color: #fff;
}

.order,
.instagram,
.shop {
  display: grid;
  gap: 30px;
  align-items: center;
}

.order img,
.instagram img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.shop dl {
  display: grid;
  gap: 0;
  margin: 28px 0;
  border-top: 1px solid var(--line);
}

.shop dl div {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.shop dt {
  color: var(--purple-strong);
  font-weight: 900;
}

.shop dd {
  margin: 0;
  font-weight: 800;
}

.shop iframe {
  width: 100%;
  min-height: 390px;
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.footer {
  padding: 44px 16px 96px;
  background: var(--ink);
  color: #fff;
  text-align: center;
}

.footer p {
  margin: 0 0 12px;
  font-weight: 900;
}

.footer-copy {
  line-height: 1.75;
}

.footer-copy span {
  display: inline-block;
}

.footer-copy span + span {
  margin-left: 0.25em;
}

.mobile-cta {
  position: fixed;
  z-index: 30;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 38px rgba(26, 17, 34, 0.18);
  backdrop-filter: blur(16px);
}

.mobile-cta a {
  display: grid;
  min-height: 48px;
  place-items: center;
  border-radius: 7px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}

.mobile-cta a:first-child {
  background: linear-gradient(135deg, #8d50ff, #cfaa60);
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: 33px;
  }

  .btn,
  .mobile-cta a {
    font-size: 13px;
  }
}

@media (max-width: 720px) {
  .hero-inner {
    padding-bottom: 116px;
  }

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

  .hero-actions .btn {
    min-width: 0;
    padding: 0 12px;
  }

  .hero-actions .btn:first-child {
    grid-column: 1 / -1;
  }

  .button-row .btn {
    width: 100%;
  }

  .header-call {
    padding: 0 14px;
  }

  .footer-copy span {
    display: block;
  }

  .footer-copy span + span {
    margin-left: 0;
  }
}

@media (min-width: 720px) {
  .quick-info,
  .featured-grid,
  .category-grid,
  .reason-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .featured-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .menu-block.wide {
    grid-column: 1 / -1;
  }

  .smoothie-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .desktop-nav {
    display: flex;
  }

  .intro,
  .order,
  .instagram,
  .shop,
  .reason {
    grid-template-columns: 0.9fr 1.1fr;
  }

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

  .reason-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (min-width: 1100px) {
  .mobile-cta {
    display: none;
  }

  .footer {
    padding-bottom: 44px;
  }
}
