

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

:root {
  --primary:        #8C1515;
  --primary-dark:   #6B0F0F;
  --primary-light:  #A51818;
  --accent:         #B8962E;
  --accent-light:   #D4AD3A;
  --secondary:      #F0EBE3;
  --text:           #1A1A1A;
  --text-light:     #6B6B6B;
  --text-muted:     #9E9E9E;
  --bg:             #FAFAF7;
  --bg-dark:        #1A1209;
  --bg-alt:         #F0EBE3;
  --border:         #D4C5B0;
  --border-light:   #EAE0D4;
  --white:          #FFFFFF;
  --shadow-sm:      0 1px 4px rgba(0,0,0,0.06);
  --shadow:         0 2px 16px rgba(0,0,0,0.09);
  --shadow-lg:      0 6px 40px rgba(0,0,0,0.13);
}

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text);
  background-color: var(--bg);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  line-height: 1.4;
}

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

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

ul, ol {
  list-style: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

.section {
  padding: 88px 0;
}

.section-alt {
  background-color: var(--bg-alt);
}

.section-dark {
  background-color: var(--bg-dark);
  color: var(--white);
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-tag {
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-title {
  font-size: clamp(28px, 3.5vw, 42px);
  color: var(--text);
  margin-bottom: 18px;
}

.section-title.on-dark {
  color: var(--white);
}

.section-desc {
  font-size: 15px;
  color: var(--text-light);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.85;
}

.section-desc.on-dark {
  color: rgba(255,255,255,0.65);
}

.divider {
  width: 44px;
  height: 3px;
  background-color: var(--accent);
  margin: 18px auto 0;
}

.divider.left {
  margin-left: 0;
}

.divider.centered {
  margin: 18px auto 0;
}

.centered {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.section-header-dark {
  text-align: center;
  margin-bottom: 60px;
}

.section-tag-dark {
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.divider-dark {
  width: 44px;
  height: 3px;
  background-color: var(--accent);
  margin: 18px auto 0;
}

.contacts-left {
  display: flex;
  flex-direction: column;
}

.contact-body {
  flex: 1;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 34px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  cursor: pointer;
  border: none;
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary {
  background-color: var(--primary);
  color: var(--white);
}

.btn-primary:hover {
  background-color: var(--primary-dark);
}

.btn-outline-dark {
  background-color: transparent;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.45);
}

.btn-outline-dark:hover {
  border-color: var(--white);
  background-color: rgba(255,255,255,0.08);
}

.btn-outline {
  background-color: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
}

.btn-outline:hover {
  background-color: var(--primary);
  color: var(--white);
}

.btn-accent {
  background-color: var(--accent);
  color: var(--white);
}

.btn-accent:hover {
  background-color: var(--accent-light);
}

.photo-placeholder {
  width: 100%;
  height: 100%;
  background-color: #E0D4C8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #A09080;
}

.photo-placeholder svg {
  opacity: 0.45;
}

.photo-placeholder span {
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.photo-placeholder.dark {
  background-color: #2A1E14;
  color: #5A4A38;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background-color: var(--white);
  border-bottom: 1px solid var(--border-light);
}

.header-inner {
  display: flex;
  align-items: center;
  height: 72px;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.logo-img {
  width: 46px;
  height: 52px;
  flex-shrink: 0;
}

.brand-name {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-name-primary {
  font-family: 'Noto Serif JP', serif;
  font-size: 21px;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.02em;
  line-height: 1;
}

.brand-name-sub {
  font-size: 10px;
  font-weight: 400;
  color: var(--text-muted);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 91vh;
  display: flex;
  align-items: center;
  background-color: #1C0E06;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-color: #2A1508;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 39px,
      rgba(255,255,255,0.015) 39px,
      rgba(255,255,255,0.015) 40px
    );
}

.hero-photo {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.hero-photo .photo-placeholder {
  background-color: #1E1208;
  height: 100%;
}

.hero-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    #1C0E06 0%,
    rgba(28,14,6,0.65) 55%,
    rgba(28,14,6,0.1) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: 60px 0;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.hero-eyebrow-line {
  width: 28px;
  height: 1px;
  background-color: var(--accent);
}

.hero-eyebrow-text {
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--accent);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 22px;
}

.hero-title .accent {
  color: var(--accent);
}

.hero-subtitle {
  font-size: 16px;
  color: rgba(255,255,255,0.72);
  line-height: 1.9;
  margin-bottom: 44px;
  max-width: 480px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.intro-section {
  background-color: var(--white);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.intro-img-wrap {
  position: relative;
  height: 500px;
}

.intro-img-wrap .photo-placeholder {
  height: 100%;
}

.intro-img-accent {
  position: absolute;
  bottom: -24px;
  right: -24px;
  width: 120px;
  height: 120px;
  background-color: var(--primary);
  z-index: -1;
}

.intro-content .section-tag {
  display: block;
  text-align: center;
}

.intro-content .section-title {
  text-align: center;
  margin-bottom: 6px;
}

.intro-content .divider {
  margin: 18px auto 24px;
}

.intro-text {
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.9;
  margin-bottom: 14px;
}

.intro-text.centered {
  text-align: center;
}

.intro-cta {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.intro-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 44px;
  padding-top: 36px;
  border-top: 1px solid var(--border-light);
}

.stat-item {
  text-align: center;
  padding: 0 16px;
  border-right: 1px solid var(--border-light);
}

.stat-item:first-child {
  padding-left: 0;
}

.stat-item:last-child {
  border-right: none;
  padding-right: 0;
}

.stat-number {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 34px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.07em;
}

.services-section {
  background-color: var(--bg-alt);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background-color: var(--border-light);
  border: 1px solid var(--border-light);
}

.service-card {
  background-color: var(--white);
  padding: 40px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.service-icon-wrap {
  width: 52px;
  height: 52px;
  background-color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.service-icon-wrap svg {
  width: 26px;
  height: 26px;
  color: var(--primary);
  stroke: var(--primary);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
}

.service-card-desc {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.85;
  flex: 1;
}

.service-card-link {
  font-size: 12px;
  font-weight: 500;
  color: var(--primary);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}

.products-section {
  background-color: var(--white);
}

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

.product-card {
  border: 1px solid var(--border-light);
  display: flex;
  flex-direction: column;
  background-color: var(--white);
}

.product-img {
  height: 220px;
  flex-shrink: 0;
  overflow: hidden;
}

.product-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-category {
  font-size: 11px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.product-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 10px;
  line-height: 1.45;
}

.product-desc {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.8;
  flex: 1;
  margin-bottom: 20px;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid var(--border-light);
  gap: 12px;
  flex-wrap: wrap;
}

.product-price {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.product-price-value {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}

.product-price-unit {
  font-size: 12px;
  color: var(--text-muted);
}

.product-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  background-color: var(--primary);
  color: var(--white);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-decoration: none;
}

.product-cta:hover {
  background-color: var(--primary-dark);
}

.product-cta svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.festivals-section {
  background-color: var(--bg-dark);
}

.festivals-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background-color: rgba(255,255,255,0.06);
}

.festival-card {
  position: relative;
  overflow: hidden;
  cursor: default;
}

.festival-img {
  height: 340px;
  position: relative;
}

.festival-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(20,10,4,0.92) 0%,
    rgba(20,10,4,0.35) 50%,
    rgba(20,10,4,0.05) 100%
  );
}

.festival-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 22px;
}

.festival-kanji {
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  font-weight: 700;
  color: rgba(255,255,255,0.12);
  position: absolute;
  top: 16px;
  right: 18px;
  line-height: 1;
}

.festival-season {
  font-size: 11px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.festival-name {
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.4;
  margin-bottom: 6px;
}

.festival-sub {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.05em;
}

.gallery-section {
  background-color: var(--bg-alt);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 240px 240px 240px;
  gap: 12px;
}

.gallery-item {
  overflow: hidden;
}

.gallery-item:nth-child(1) {
  grid-row: span 2;
}

.gallery-item:last-child {
  grid-column: 2 / 4;
}

.gallery-item .photo-placeholder {
  height: 100%;
  min-height: 240px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.etiquette-section {
  background-color: var(--white);
}

.etiquette-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.etiquette-img-wrap {
  height: 540px;
  position: relative;
}

.etiquette-img-wrap .photo-placeholder {
  height: 100%;
}

.etiquette-img-accent {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100px;
  height: 100px;
  background-color: var(--secondary);
  z-index: -1;
}

.etiquette-content .section-tag {
  display: block;
  text-align: left;
}

.etiquette-content .section-title {
  text-align: left;
}

.etiquette-content .divider {
  margin: 18px 0 32px;
}

.etiquette-tips {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.tip-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.tip-num {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  color: var(--white);
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tip-body-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 6px;
}

.tip-body-text {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.85;
}

.testimonials-section {
  background-color: var(--secondary);
}

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

.testimonial-card {
  background-color: var(--white);
  padding: 36px 30px;
  border-top: 3px solid var(--primary);
  display: flex;
  flex-direction: column;
}

.testimonial-text {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  color: var(--text);
  line-height: 1.9;
  flex: 1;
  margin-bottom: 28px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid var(--border-light);
}

.author-initial {
  width: 44px;
  height: 44px;
  background-color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--primary);
  flex-shrink: 0;
}

.author-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 3px;
}

.author-origin {
  font-size: 12px;
  color: var(--text-muted);
}

.contacts-section {
  background-color: var(--white);
}

.contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.contacts-intro-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(24px, 3vw, 36px);
  color: var(--text);
  margin-bottom: 12px;
}

.contacts-intro-desc {
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.85;
  margin-bottom: 44px;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.contact-icon-wrap {
  width: 50px;
  height: 50px;
  background-color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon-wrap svg {
  width: 22px;
  height: 22px;
  stroke: var(--primary);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-label {
  font-size: 11px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.contact-value {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  color: var(--text);
  line-height: 1.55;
}

.contact-value a {
  color: var(--primary);
  text-decoration: none;
}

.contact-value a:hover {
  text-decoration: underline;
}

.contacts-map-wrap {
  height: 400px;
  background-color: #E8E0D8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid var(--border-light);
  color: var(--text-muted);
}

.contacts-map-wrap svg {
  width: 44px;
  height: 44px;
  stroke: var(--border);
  fill: none;
  stroke-width: 1.2;
}

.contacts-map-label {
  font-size: 13px;
  letter-spacing: 0.1em;
}

.contacts-map-addr {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  color: var(--text-light);
  text-align: center;
  max-width: 240px;
  line-height: 1.7;
}

.site-footer {
  background-color: var(--bg-dark);
  color: rgba(255,255,255,0.6);
}

.footer-top {
  padding: 64px 0 48px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-brand-wrap {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.footer-logo {
  width: 38px;
  height: 44px;
  flex-shrink: 0;
  filter: brightness(0) invert(1) opacity(0.85);
}

.footer-brand-name {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-brand-name span:first-child {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}

.footer-brand-sub {
  font-size: 10px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-brand-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.85;
}

.footer-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.85;
}

.footer-col {
  display: flex;
  flex-direction: column;
}

.footer-col-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 22px;
  letter-spacing: 0.03em;
}

.footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav-list a {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  letter-spacing: 0.02em;
}

.footer-nav-list a:hover {
  color: var(--accent);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  letter-spacing: 0.02em;
}

.footer-links a:hover {
  color: var(--accent);
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-contact-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.footer-contact-row svg {
  width: 15px;
  height: 15px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  margin-top: 3px;
}

.footer-contact-row span {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
}

.footer-contact-row a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}

.footer-contact-row a:hover {
  color: var(--accent);
}

.footer-bottom {
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-copy,
.footer-copyright {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
}

.footer-legal {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-legal a {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  text-decoration: none;
}

.footer-legal a:hover {
  color: rgba(255,255,255,0.6);
}

@media (max-width: 1080px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  .intro-grid,
  .etiquette-grid,
  .contacts-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .intro-img-wrap,
  .etiquette-img-wrap {
    height: 320px;
  }

  .intro-img-accent,
  .etiquette-img-accent {
    display: none;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }

  .services-grid,
  .products-grid,
  .testimonials-grid,
  .festivals-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .gallery-item:nth-child(1) {
    grid-row: span 1;
    grid-column: span 2;
  }

  .hero {
    min-height: 80vh;
  }

  .hero-photo {
    opacity: 0.25;
    width: 100%;
  }

  .hero-photo-overlay {
    background: rgba(28,14,6,0.72);
  }

  .intro-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 20px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 12px;
  }

  .btn {
    justify-content: center;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item:nth-child(1) {
    grid-column: span 1;
  }
}
