

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

:root {
  
  --color-ink:       #0f0f0f;
  --color-surface:   #f5f1eb;
  --color-white:     #ffffff;
  --color-red:       #9b1c1c;
  --color-red-dark:  #6b1212;
  --color-gold:      #b8860b;
  --color-stone:     #6b6560;
  --color-stone-lt:  #d6d0c8;
  --color-divider:   #d6d0c8;

  --font-heading: 'Noto Serif JP', serif;
  --font-body:    'Noto Sans JP', sans-serif;

  --section-pad: 96px 0;
  --container:   1160px;
  --gutter:      24px;

  --radius-sm: 2px;
  --radius-md: 4px;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  background-color: var(--color-surface);
}

body {
  font-family: var(--font-body);
  color: var(--color-ink);
  background-color: var(--color-surface);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

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

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

ul, ol {
  list-style: none;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  line-height: 1.3;
  font-weight: 700;
}

.section-label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-red);
  display: block;
  margin-bottom: 12px;
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(28px, 4vw, 42px);
  color: var(--color-ink);
  margin-bottom: 16px;
}

.section-sub {
  font-size: 16px;
  color: var(--color-stone);
  max-width: 560px;
  line-height: 1.7;
}

.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 32px;
  cursor: pointer;
  border: none;
  border-radius: var(--radius-sm);
}

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

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

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

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--color-ink);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

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

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

.header-brand-name {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: 0.05em;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header-nav a {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
}

.header-nav a:hover {
  color: var(--color-white);
}

.header-cta {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-white);
  background-color: var(--color-red);
  padding: 10px 24px;
  border-radius: var(--radius-sm);
}

.header-cta:hover {
  background-color: var(--color-red-dark);
  color: var(--color-white);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--color-white);
  border-radius: 2px;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  background-color: var(--color-ink);
  padding: 24px var(--gutter);
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.mobile-menu.open {
  display: flex;
}

.mobile-menu a {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
}

.mobile-menu a:hover {
  color: var(--color-white);
}

.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--color-ink);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1719933465314-cd8c0823deb8?ixid=M3w4ODYzNjd8MHwxfHNlYXJjaHwxfHxUcmFkaXRpb25hbCUyMEphcGFuZXNlJTIwZG9qbyUyMHRyYWluaW5nJTIwaGFsbCUyMGludGVyaW9yJTIwdGF0YW1pJTIwbWF0cyUyMHdvb2RlbiUyMGJlYW1zJTIwbmF0dXJhbCUyMGRpZmZ1c2VkJTIwTWFydGlhbCUyMEFydHMlMjBKYXBhbiUyMGthcmF0ZXxlbnwxfHx8fDE3NzgzNTA4NjR8MA&ixlib=rb-4.1.0&w=1600&q=80&fit=max&auto=format");
  background-size: cover;
  background-position: center;
  opacity: 0.35;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.hero-eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-red);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 1px;
  background-color: var(--color-red);
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.15;
  margin-bottom: 24px;
}

.hero-title em {
  font-style: italic;
  color: var(--color-gold);
}

.hero-text {
  font-size: 17px;
  color: rgba(255,255,255,0.72);
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 540px;
}

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

.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.hero-scroll span {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

.scroll-line {
  width: 1px;
  height: 48px;
  background-color: rgba(255,255,255,0.25);
}

.intro-strip {
  background-color: var(--color-red);
  padding: 20px 0;
}

.intro-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.intro-strip-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-white);
}

.intro-strip-item svg {
  flex-shrink: 0;
  opacity: 0.9;
}

.intro-strip-item span {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-summary {
  padding: var(--section-pad);
}

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

.about-summary-img {
  position: relative;
}

.about-summary-img img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.about-summary-img::after {
  content: '';
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 60%;
  height: 60%;
  border: 2px solid var(--color-red);
  z-index: -1;
}

.about-summary-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-summary-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 8px;
}

.stat-card {
  padding: 24px;
  background-color: var(--color-white);
  border-left: 3px solid var(--color-red);
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 700;
  color: var(--color-red);
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-stone);
}

.disciplines {
  padding: var(--section-pad);
  background-color: var(--color-ink);
}

.disciplines .section-label {
  color: var(--color-gold);
}

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

.disciplines .section-sub {
  color: rgba(255,255,255,0.55);
}

.disciplines-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
  gap: 24px;
}

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

.discipline-card {
  position: relative;
  overflow: hidden;
  background-color: #1a1a1a;
  height: 440px;
}

.discipline-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.discipline-card-body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  background: linear-gradient(to top, rgba(10,10,10,0.9) 0%, transparent 60%);
}

.discipline-kanji {
  font-family: var(--font-heading);
  font-size: 48px;
  color: rgba(255,255,255,0.12);
  position: absolute;
  top: 24px;
  right: 24px;
  line-height: 1;
}

.discipline-name {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 8px;
}

.discipline-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
}

.philosophy {
  padding: var(--section-pad);
}

.philosophy-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  align-items: center;
}

.philosophy-img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.philosophy-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.philosophy-text {
  font-size: 17px;
  line-height: 1.8;
  color: var(--color-stone);
}

.philosophy-quote {
  border-left: 3px solid var(--color-red);
  padding: 16px 24px;
  margin: 8px 0;
}

.philosophy-quote p {
  font-family: var(--font-heading);
  font-size: 20px;
  font-style: italic;
  color: var(--color-ink);
  line-height: 1.5;
}

.philosophy-quote cite {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-stone);
}

.principles-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}

.principle-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.principle-num {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  color: var(--color-red);
  min-width: 28px;
  padding-top: 2px;
}

.principle-text {
  font-size: 15px;
  color: var(--color-ink);
  line-height: 1.6;
}

.schedule {
  padding: var(--section-pad);
  background-color: var(--color-white);
}

.schedule-header {
  text-align: center;
  margin-bottom: 56px;
}

.schedule-header .section-sub {
  margin: 0 auto;
}

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

.schedule-card {
  border: 1px solid var(--color-divider);
  padding: 32px 28px;
}

.schedule-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-divider);
}

.schedule-icon {
  width: 44px;
  height: 44px;
  background-color: var(--color-red);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.schedule-icon svg {
  color: var(--color-white);
}

.schedule-discipline {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-ink);
}

.schedule-level {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-stone);
  margin-top: 2px;
}

.schedule-times {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.schedule-time-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.schedule-day {
  font-weight: 700;
  color: var(--color-ink);
}

.schedule-hours {
  color: var(--color-stone);
}

.testimonials {
  padding: var(--section-pad);
  background-color: var(--color-surface);
}

.testimonials-header {
  text-align: center;
  margin-bottom: 56px;
}

.testimonials-header .section-sub {
  margin: 0 auto;
}

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

.testimonial-card {
  background-color: var(--color-white);
  padding: 36px 32px;
  position: relative;
}

.testimonial-mark {
  font-family: var(--font-heading);
  font-size: 64px;
  line-height: 1;
  color: var(--color-red);
  opacity: 0.18;
  position: absolute;
  top: 20px;
  left: 28px;
}

.testimonial-text {
  font-size: 15px;
  line-height: 1.8;
  color: var(--color-stone);
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  width: 44px;
  height: 44px;
  background-color: var(--color-stone-lt);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--color-stone);
}

.testimonial-name {
  font-weight: 700;
  font-size: 14px;
  color: var(--color-ink);
}

.testimonial-belt {
  font-size: 12px;
  color: var(--color-stone);
}

.products {
  padding: var(--section-pad);
  background-color: var(--color-ink);
}

.products .section-label {
  color: var(--color-gold);
}

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

.products .section-sub {
  color: rgba(255,255,255,0.55);
}

.products-header {
  margin-bottom: 56px;
}

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

.product-card {
  background-color: #181818;
}

.product-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  background-color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-img-placeholder {
  width: 100%;
  height: 260px;
  background-color: #1e1e1e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.product-img-placeholder svg {
  opacity: 0.25;
}

.product-img-placeholder span {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
}

.product-body {
  padding: 24px;
}

.product-category {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 8px;
}

.product-name {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 8px;
}

.product-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  margin-bottom: 20px;
}

.product-price {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 16px;
}

.product-price span {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  font-weight: 400;
  font-family: var(--font-body);
}

.btn-product {
  display: block;
  width: 100%;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 12px;
  text-align: center;
  background-color: var(--color-red);
  color: var(--color-white);
  border: none;
  cursor: pointer;
  border-radius: var(--radius-sm);
}

.btn-product:hover {
  background-color: var(--color-red-dark);
  color: var(--color-white);
}

.gallery-strip {
  padding: var(--section-pad);
  background-color: var(--color-white);
}

.gallery-strip-header {
  text-align: center;
  margin-bottom: 48px;
}

.gallery-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 4px;
  height: 480px;
}

.gallery-item {
  overflow: hidden;
  position: relative;
}

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

.gallery-placeholder {
  width: 100%;
  height: 100%;
  background-color: var(--color-stone-lt);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-placeholder span {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-stone);
}

.contacts {
  padding: var(--section-pad);
  background-color: var(--color-surface);
}

.contacts-header {
  margin-bottom: 56px;
}

.contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.contacts-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

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

.contact-icon {
  width: 48px;
  height: 48px;
  background-color: var(--color-white);
  border: 1px solid var(--color-divider);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon svg {
  color: var(--color-red);
}

.contact-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-stone);
  margin-bottom: 4px;
}

.contact-value {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  color: var(--color-ink);
}

.contact-value a {
  color: var(--color-ink);
}

.contact-value a:hover {
  color: var(--color-red);
}

.contacts-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-stone);
}

.form-input,
.form-textarea {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--color-ink);
  background-color: var(--color-white);
  border: 1px solid var(--color-divider);
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  outline: none;
  width: 100%;
}

.form-input:focus,
.form-textarea:focus {
  border-color: var(--color-red);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.site-footer {
  background-color: var(--color-ink);
  padding: 56px 0 32px;
}

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

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

.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand-name {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-white);
}

.footer-tagline {
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  max-width: 280px;
}

.footer-col-title {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 20px;
}

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

.footer-links a {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}

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

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

.footer-copy {
  font-size: 13px;
  color: rgba(255,255,255,0.35);
}

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

.footer-legal a {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
}

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

@media (max-width: 1024px) {
  :root { --container: 100%; }

  .about-summary-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

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

  .disciplines-grid,
  .schedule-grid,
  .testimonials-grid,
  .products-grid {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .gallery-item {
    height: 240px;
  }
}

@media (max-width: 768px) {
  :root { --section-pad: 64px 0; }

  .header-nav { display: none; }
  .header-cta { display: none; }
  .hamburger { display: flex; }

  .about-summary-img::after { display: none; }

  .disciplines-grid,
  .schedule-grid,
  .testimonials-grid,
  .products-grid {
    grid-template-columns: 1fr;
  }

  .contacts-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

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

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .disciplines-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    min-height: 70vh;
  }

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

  .gallery-item {
    height: 220px;
  }
}

.disciplines-header > div:first-child,
.schedule-header > div:first-child,
.products-header > div:first-child,
.testimonials-header > div:first-child,
.gallery-strip-header > div:first-child {
  text-align: center;
  margin: 0 auto;
}

.disciplines-header,
.schedule-header,
.products-header,
.testimonials-header,
.gallery-strip-header {
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.philosophy-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.philosophy-img {
  width: 100%;
  max-width: 520px;
  margin: 0 auto 48px;
}

.philosophy-body {
  max-width: 720px;
  margin: 0 auto;
}

.disciplines-grid,
.schedule-grid,
.testimonials-grid,
.products-grid {
  max-width: 1160px;
  margin: 0 auto;
}

.gallery-strip-header {
  margin-bottom: 40px;
}

.contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  max-width: 1160px;
  margin: 0 auto;
}
