/* =========================================================
   サンプルカフェ こもれび — デモサイト用スタイル
   配色: くすみピンク × ベージュ × ブラウン（ナチュラル可愛い系）
   フォント: 見出し Klee One（鉛筆風）／本文 M PLUS Rounded 1c（丸ゴシック）
   モバイルファースト、PCで2カラム展開
   ========================================================= */

:root {
  --c-bg: #faf6ef;
  --c-bg-alt: #f0e6d2;
  --c-bg-soft: #fbf3ec;
  --c-text: #4a3527;
  --c-text-soft: #7a6651;
  --c-pink: #d4a5a5;
  --c-pink-deep: #b88787;
  --c-pink-soft: #ecd5d5;
  --c-brown: #6b4423;
  --c-brown-deep: #4a3017;
  --c-cream: #f7ead4;
  --c-leaf: #a8b591;
  --c-card: #ffffff;
  --c-border: #e8dcc6;
  --c-border-soft: #f0e7d3;
  --shadow-sm: 0 2px 8px rgba(74, 53, 39, 0.06);
  --shadow-md: 0 8px 24px rgba(74, 53, 39, 0.10);
  --radius: 14px;
  --radius-lg: 22px;
  --maxw: 1100px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Hiragino Sans",
    "Yu Gothic", sans-serif;
  background: var(--c-bg);
  color: var(--c-text);
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.02em;
}

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

a { color: var(--c-brown); }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 20px;
}

.section-eyebrow {
  font-family: "Klee One", "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  color: var(--c-pink-deep);
  font-size: 0.78rem;
  letter-spacing: 0.4em;
  margin: 0 0 8px;
  font-weight: 600;
}

.section-title {
  font-family: "Klee One", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 0 14px;
  color: var(--c-brown);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.section-lead {
  text-align: center;
  color: var(--c-text-soft);
  margin: 0 0 36px;
  font-size: 0.95rem;
}

@media (min-width: 700px) {
  .section-title { font-size: 1.95rem; }
}

/* =========================================================
   Header
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  background: rgba(250, 246, 239, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--c-border);
  z-index: 50;
}
.site-header__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.site-header__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--c-brown);
}
.site-header__brand-mark {
  font-size: 1.4rem;
  background: var(--c-pink-soft);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.site-header__brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.site-header__brand-jp {
  font-family: "Klee One", "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: 0.04em;
}
.site-header__brand-en {
  font-size: 0.7rem;
  color: var(--c-text-soft);
  letter-spacing: 0.15em;
}
.site-header__nav {
  display: none;
  gap: 22px;
}
.site-header__nav a {
  text-decoration: none;
  color: var(--c-text);
  font-size: 0.92rem;
  font-weight: 500;
  position: relative;
  padding: 4px 0;
}
.site-header__nav a:hover { color: var(--c-pink-deep); }
@media (min-width: 900px) {
  .site-header__nav { display: flex; }
}

/* =========================================================
   Hero
   ========================================================= */
.hero {
  position: relative;
  background:
    radial-gradient(circle at 12% 18%, rgba(236, 213, 213, 0.55) 0%, transparent 55%),
    radial-gradient(circle at 88% 30%, rgba(247, 234, 212, 0.6) 0%, transparent 50%),
    radial-gradient(circle at 50% 95%, rgba(168, 181, 145, 0.18) 0%, transparent 55%),
    var(--c-bg);
  padding: 56px 0 72px;
  overflow: hidden;
}
.hero__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hero__eyebrow {
  font-family: "Klee One", "M PLUS Rounded 1c", sans-serif;
  font-size: 0.88rem;
  color: var(--c-pink-deep);
  margin: 0 0 18px;
  letter-spacing: 0.08em;
}
.hero__title {
  font-family: "Klee One", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.85rem;
  line-height: 1.6;
  margin: 0 0 22px;
  color: var(--c-brown);
  font-weight: 600;
  letter-spacing: 0.04em;
}
.hero__title-accent {
  background: linear-gradient(transparent 65%, var(--c-cream) 65%, var(--c-cream) 95%, transparent 95%);
  padding: 0 6px;
  color: var(--c-brown-deep);
}
.hero__sub {
  margin: 0 auto 30px;
  color: var(--c-text-soft);
  font-size: 0.98rem;
  max-width: 540px;
}
.hero__hours {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  background: rgba(255, 255, 255, 0.85);
  border: 1.5px dashed var(--c-pink);
  border-radius: 999px;
  padding: 12px 26px;
  margin-bottom: 36px;
}
.hero__hours-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.hero__hours-label {
  font-size: 0.7rem;
  color: var(--c-pink-deep);
  letter-spacing: 0.18em;
  font-weight: 700;
}
.hero__hours-value {
  font-family: "Klee One", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.05rem;
  color: var(--c-brown);
  font-weight: 600;
}
.hero__hours-divider {
  width: 1px;
  height: 30px;
  background: var(--c-pink);
}

/* 店内写真風プレースホルダ（CSS のみ） */
.hero__photo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 560px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .hero__photo { grid-template-columns: 1.4fr 1fr 1fr; gap: 12px; }
}
.hero__photo-frame {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--c-border);
  box-shadow: var(--shadow-sm);
  position: relative;
  transform: rotate(-1deg);
}
.hero__photo-frame:nth-child(2) { transform: rotate(1deg); }
.hero__photo-frame:nth-child(3) { transform: rotate(-0.5deg); }
.hero__photo-frame--bread {
  background:
    radial-gradient(circle at 30% 35%, rgba(255, 255, 255, 0.4) 0%, transparent 50%),
    linear-gradient(135deg, #e8c89a 0%, #d4a574 60%, #b88a55 100%);
}
.hero__photo-frame--coffee {
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.25) 0%, transparent 55%),
    linear-gradient(135deg, #6b4423 0%, #4a3017 100%);
}
.hero__photo-frame--shop {
  background:
    radial-gradient(circle at 30% 70%, rgba(168, 181, 145, 0.35) 0%, transparent 55%),
    linear-gradient(135deg, #f0e6d2 0%, #e8dcc6 100%);
}
.hero__photo-icon { font-size: 2.4rem; }
.hero__photo-caption {
  font-family: "Klee One", "M PLUS Rounded 1c", sans-serif;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(74, 53, 39, 0.45);
  padding: 3px 12px;
  border-radius: 999px;
}
.hero__photo-frame--shop .hero__photo-caption {
  color: var(--c-brown);
  background: rgba(255, 255, 255, 0.7);
}

@media (min-width: 700px) {
  .hero { padding: 80px 0 100px; }
  .hero__title { font-size: 2.4rem; }
}

/* =========================================================
   Buttons
   ========================================================= */
.btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  padding: 14px 30px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: var(--shadow-sm);
  min-width: 220px;
  font-family: inherit;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--primary {
  background: var(--c-pink-deep);
  color: #fff;
}
.btn--submit {
  width: 100%;
  padding: 16px 24px;
  font-size: 1.05rem;
  margin-top: 8px;
}

/* =========================================================
   About
   ========================================================= */
.about {
  padding: 72px 0;
  background: var(--c-bg);
}
.about__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
@media (min-width: 900px) {
  .about__inner { grid-template-columns: 1fr 1fr; align-items: center; gap: 52px; }
}
.about__body .section-eyebrow,
.about__body .section-title { text-align: left; }
.about__body .section-title { margin-bottom: 22px; }
.about__lead {
  font-size: 1.05rem;
  color: var(--c-brown);
  margin: 0 0 16px;
  font-weight: 500;
}
.about__text {
  color: var(--c-text-soft);
  margin: 0 0 14px;
  font-size: 0.96rem;
}

.about__points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}
.about-point {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--c-border);
  padding: 22px 22px;
  box-shadow: var(--shadow-sm);
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: start;
}
.about-point__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--c-pink-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
.about-point__title {
  margin: 0 0 4px;
  font-family: "Klee One", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.05rem;
  color: var(--c-brown);
  font-weight: 600;
}
.about-point p { margin: 0; color: var(--c-text-soft); font-size: 0.92rem; }

/* =========================================================
   Menu
   ========================================================= */
.menu {
  padding: 80px 0;
  background: var(--c-bg-soft);
  position: relative;
}
.menu__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 36px;
}
.menu-tab {
  background: #fff;
  border: 1.5px solid var(--c-border);
  border-radius: 999px;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--c-text);
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.menu-tab:hover {
  background: var(--c-pink-soft);
  border-color: var(--c-pink);
}
.menu-tab.is-active {
  background: var(--c-pink-deep);
  color: #fff;
  border-color: var(--c-pink-deep);
}
.menu-tab__icon { font-size: 1.1rem; }

.menu-panel { display: none; }
.menu-panel.is-active { display: block; animation: panelFadeIn 0.3s ease; }
@keyframes panelFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

.menu-panel__list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .menu-panel__list { grid-template-columns: 1fr 1fr; gap: 22px; }
}

.menu-item {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--c-border);
  box-shadow: var(--shadow-sm);
  display: grid;
  grid-template-columns: 96px 1fr;
  overflow: hidden;
  transition: transform 0.2s ease;
}
.menu-item:hover { transform: translateY(-2px); }

.menu-item__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  background: var(--c-pink-soft);
}
/* カテゴリ別の彩りで写真風に変化 */
.menu-item__photo--bread1 { background: linear-gradient(135deg, #e8c89a 0%, #d4a574 100%); }
.menu-item__photo--bread2 { background: linear-gradient(135deg, #f0d4a8 0%, #d8b078 100%); }
.menu-item__photo--bread3 { background: linear-gradient(135deg, #f4dcb0 0%, #e0bc82 100%); }
.menu-item__photo--bread4 { background: linear-gradient(135deg, #d8b48a 0%, #b88a55 100%); }
.menu-item__photo--drink1 { background: linear-gradient(135deg, #6b4423 0%, #4a3017 100%); color: #fff; }
.menu-item__photo--drink2 { background: linear-gradient(135deg, #f5ebd8 0%, #e8d4ac 100%); }
.menu-item__photo--drink3 { background: linear-gradient(135deg, #c4d0a8 0%, #a8b591 100%); }
.menu-item__photo--drink4 { background: linear-gradient(135deg, #f5c98b 0%, #e8a35c 100%); }
.menu-item__photo--sweet1 { background: linear-gradient(135deg, #f0d8ac 0%, #d8b478 100%); }
.menu-item__photo--sweet2 { background: linear-gradient(135deg, #f5e0b8 0%, #d8b88a 100%); }
.menu-item__photo--sweet3 { background: linear-gradient(135deg, #f5d4c8 0%, #e8a89a 100%); }
.menu-item__photo--sweet4 { background: linear-gradient(135deg, var(--c-pink-soft) 0%, var(--c-pink) 100%); }
.menu-item__photo--lunch1 { background: linear-gradient(135deg, #fce4a8 0%, #e8c870 100%); }
.menu-item__photo--lunch2 { background: linear-gradient(135deg, #c8d8a8 0%, #a8b591 100%); }
.menu-item__photo--lunch3 { background: linear-gradient(135deg, #e8d4ac 0%, #c8a878 100%); }
.menu-item__photo--lunch4 { background: linear-gradient(135deg, #f0c8a8 0%, #d8a078 100%); }

.menu-item__body {
  padding: 14px 18px;
}
.menu-item__name {
  font-family: "Klee One", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.02rem;
  color: var(--c-brown);
  margin: 0 0 4px;
  font-weight: 600;
}
.menu-item__desc {
  color: var(--c-text-soft);
  font-size: 0.86rem;
  margin: 0 0 8px;
  line-height: 1.6;
}
.menu-item__price {
  margin: 0;
  font-family: "Klee One", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.05rem;
  color: var(--c-pink-deep);
  font-weight: 700;
}

.menu-panel__note {
  text-align: center;
  color: var(--c-text-soft);
  font-size: 0.85rem;
  margin: 16px 0 0;
}

/* アレルギー表示 */
.menu__allergy {
  margin-top: 40px;
  background: #fff;
  border: 1.5px dashed var(--c-pink);
  border-radius: var(--radius);
  padding: 22px 24px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.menu__allergy-title {
  font-family: "Klee One", "M PLUS Rounded 1c", sans-serif;
  color: var(--c-pink-deep);
  font-size: 1.02rem;
  margin: 0 0 8px;
  font-weight: 600;
}
.menu__allergy-text {
  margin: 0;
  font-size: 0.9rem;
  color: var(--c-text-soft);
  line-height: 1.7;
}
.menu__allergy-text strong {
  color: var(--c-brown);
  background: var(--c-cream);
  padding: 0 4px;
}

/* =========================================================
   Calendar
   ========================================================= */
.calendar {
  padding: 80px 0;
  background: var(--c-bg);
}
.calendar__wrap {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 26px 24px;
}
.calendar__head {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}
@media (min-width: 600px) {
  .calendar__head { flex-direction: row; justify-content: space-between; }
}
.calendar__month {
  font-family: "Klee One", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.4rem;
  color: var(--c-brown);
  font-weight: 600;
}
.calendar__legend {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.82rem;
  color: var(--c-text-soft);
}
.calendar__legend li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.calendar__legend-mark {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  display: inline-block;
}
.calendar__legend-mark--open {
  background: #fff;
  border: 1.5px solid var(--c-leaf);
}
.calendar__legend-mark--close {
  background: var(--c-pink-soft);
  border: 1.5px solid var(--c-pink);
}
.calendar__legend-mark--special {
  background: var(--c-cream);
  border: 1.5px dashed var(--c-pink-deep);
}

.calendar__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
  table-layout: fixed;
}
.calendar__table th,
.calendar__table td {
  text-align: center;
  padding: 0;
}
.calendar__table th {
  font-family: "Klee One", "M PLUS Rounded 1c", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--c-text-soft);
  padding: 6px 0;
}
.calendar__th--sun { color: var(--c-pink-deep); }
.calendar__th--sat { color: #6b8a9a; }

.calendar__cell {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  background: #fff;
  border: 1.5px solid var(--c-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.92rem;
  color: var(--c-text);
  font-family: "Klee One", "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  position: relative;
}
.calendar__cell--empty {
  background: transparent;
  border-color: transparent;
}
.calendar__cell--open {
  background: #fff;
  border-color: var(--c-leaf);
}
.calendar__cell--close {
  background: var(--c-pink-soft);
  border-color: var(--c-pink);
  color: var(--c-pink-deep);
}
.calendar__cell--special {
  background: var(--c-cream);
  border: 1.5px dashed var(--c-pink-deep);
  color: var(--c-brown);
}
.calendar__cell--today {
  outline: 2px solid var(--c-brown);
  outline-offset: 2px;
}

.calendar__note {
  text-align: center;
  color: var(--c-text-soft);
  font-size: 0.82rem;
  margin: 18px 0 0;
  line-height: 1.7;
}

/* =========================================================
   Access
   ========================================================= */
.access {
  padding: 80px 0;
  background: var(--c-bg-alt);
}
.access__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 900px) {
  .access__inner { grid-template-columns: 1fr 1fr; align-items: start; gap: 48px; }
}
.access__body .section-eyebrow,
.access__body .section-title { text-align: left; }
.access__body .section-title { margin-bottom: 22px; }

.access__info {
  margin: 0;
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--c-border);
  padding: 22px 24px;
  box-shadow: var(--shadow-sm);
}
.access-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--c-border);
  align-items: start;
}
.access-row:last-child { border-bottom: none; }
.access-row dt {
  margin: 0;
  font-family: "Klee One", "M PLUS Rounded 1c", sans-serif;
  color: var(--c-pink-deep);
  font-size: 0.88rem;
  font-weight: 600;
}
.access-row dd {
  margin: 0;
  color: var(--c-text);
  font-size: 0.94rem;
}
.access-row dd small { color: var(--c-text-soft); font-size: 0.82rem; }
.access-row a { color: var(--c-brown); text-decoration: none; border-bottom: 1px dotted var(--c-brown); }

.access__map {
  margin: 0;
}
.access__map-placeholder {
  background:
    repeating-linear-gradient(45deg, rgba(168, 181, 145, 0.12) 0 14px, transparent 14px 28px),
    var(--c-bg-soft);
  border: 1.5px dashed var(--c-pink);
  border-radius: var(--radius);
  aspect-ratio: 4 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--c-text-soft);
}
.access__map-icon {
  font-size: 2.4rem;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--c-pink);
}
.access__map-text {
  text-align: center;
  font-family: "Klee One", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.05rem;
  color: var(--c-brown);
  font-weight: 500;
}
.access__map-text small {
  display: block;
  margin-top: 4px;
  font-size: 0.78rem;
  color: var(--c-text-soft);
  font-family: inherit;
}

/* =========================================================
   Instagram
   ========================================================= */
.instagram {
  padding: 80px 0;
  background: var(--c-bg);
}
.instagram__cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: linear-gradient(135deg, #d4a5a5 0%, #b88787 100%);
  color: #fff;
  padding: 18px 36px;
  border-radius: var(--radius-lg);
  text-decoration: none;
  margin: 0 auto 32px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.instagram__cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.instagram__icon { font-size: 1.6rem; }
.instagram__handle {
  font-family: "Klee One", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.instagram__sub {
  font-size: 0.78rem;
  opacity: 0.92;
}

.instagram__grid {
  list-style: none;
  padding: 0;
  margin: 0 auto 16px;
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media (min-width: 600px) {
  .instagram__grid { grid-template-columns: repeat(6, 1fr); }
}
.ig-card {
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  border: 1px solid var(--c-border);
}
.ig-card--p1 { background: linear-gradient(135deg, #e8c89a 0%, #d4a574 100%); }
.ig-card--p2 { background: linear-gradient(135deg, #6b4423 0%, #4a3017 100%); color: #fff; }
.ig-card--p3 { background: linear-gradient(135deg, #f0d8ac 0%, #d8b478 100%); }
.ig-card--p4 { background: linear-gradient(135deg, #f0d4a8 0%, #d8b078 100%); }
.ig-card--p5 { background: linear-gradient(135deg, #c8d8a8 0%, #a8b591 100%); }
.ig-card--p6 { background: linear-gradient(135deg, var(--c-pink-soft) 0%, var(--c-pink) 100%); }

.instagram__note {
  text-align: center;
  font-size: 0.82rem;
  color: var(--c-text-soft);
  margin: 14px 0 0;
}

/* =========================================================
   Contact
   ========================================================= */
.contact {
  padding: 80px 0;
  background: linear-gradient(180deg, var(--c-bg) 0%, var(--c-bg-alt) 100%);
}
.contact__cards {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  margin: 0 auto 40px;
  max-width: 720px;
}
@media (min-width: 700px) {
  .contact__cards { grid-template-columns: 1fr 1fr; }
}
.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  box-shadow: var(--shadow-sm);
  border: 1.5px solid var(--c-border);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  color: var(--c-text);
}
.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--c-pink);
}
.contact-card__icon { font-size: 2.2rem; margin-bottom: 4px; }
.contact-card__label {
  font-size: 0.82rem;
  color: var(--c-pink-deep);
  letter-spacing: 0.18em;
  font-weight: 600;
  margin-top: 4px;
}
.contact-card__main {
  font-family: "Klee One", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--c-brown);
  margin: 6px 0;
  letter-spacing: 0.04em;
}
.contact-card__main--mail { font-size: 1.05rem; word-break: break-all; }
.contact-card__sub { font-size: 0.8rem; color: var(--c-text-soft); }

.contact__form {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--c-border);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  max-width: 720px;
  margin: 0 auto;
}
.contact__form-lead {
  text-align: center;
  font-family: "Klee One", "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  margin: 0 0 22px;
  color: var(--c-brown);
}
.form-row { margin-bottom: 16px; display: flex; flex-direction: column; gap: 6px; }
.form-row--two {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 700px) {
  .form-row--two { grid-template-columns: 1fr 1fr; gap: 16px; }
}
.form-row label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--c-text);
  display: flex;
  align-items: center;
  gap: 6px;
}
.form-row__required {
  background: var(--c-pink-deep);
  color: #fff;
  font-size: 0.7rem;
  padding: 1px 8px;
  border-radius: 999px;
  font-weight: 700;
}
.form-row input,
.form-row select,
.form-row textarea {
  font-family: inherit;
  font-size: 1rem;
  padding: 12px 14px;
  border: 1.5px solid var(--c-border);
  border-radius: 10px;
  background: var(--c-bg-soft);
  color: var(--c-text);
  resize: vertical;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: 2px solid var(--c-pink);
  outline-offset: 2px;
  background: #fff;
}
.contact__form-note {
  text-align: center;
  font-size: 0.78rem;
  color: var(--c-text-soft);
  margin: 14px 0 0;
}

/* =========================================================
   Footer
   ========================================================= */
.site-footer {
  background: var(--c-brown);
  color: var(--c-bg-alt);
  padding: 48px 0 24px;
}
.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 28px;
}
@media (min-width: 800px) {
  .site-footer__inner { grid-template-columns: 1fr 1.4fr; gap: 48px; }
}
.site-footer__brand-mark {
  font-size: 1.6rem;
  background: rgba(255, 255, 255, 0.12);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
}
.site-footer__name {
  font-family: "Klee One", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.25rem;
  margin: 0 0 6px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.04em;
}
.site-footer__tagline {
  margin: 0;
  font-size: 0.88rem;
  opacity: 0.85;
  font-family: "Klee One", "M PLUS Rounded 1c", sans-serif;
}
.site-footer__info p {
  margin: 0 0 12px;
  font-size: 0.88rem;
  line-height: 1.8;
  opacity: 0.9;
}
.site-footer__license {
  font-size: 0.8rem !important;
  opacity: 0.7 !important;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  padding-top: 12px;
}
.site-footer__copy {
  text-align: center;
  font-size: 0.78rem;
  opacity: 0.6;
  margin: 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.18);
  padding-top: 18px;
  font-family: "Klee One", "M PLUS Rounded 1c", sans-serif;
}

/* =========================================================
   Reveal-on-scroll
   ========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .menu-panel.is-active { animation: none; }
}
