/*
Theme Name: Moorish Craft
Theme URI: https://www.moorishcraft.com
Author: Moorish Craft
Author URI: https://www.moorishcraft.com
Description: Custom WordPress theme for Moorish Craft — Zellige, Fountains, Mosaic Tables & Pottery Basins. Handcrafted in Fez, Morocco.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moorishcraft
Tags: e-commerce, woocommerce, artisan, luxury, morocco
*/

/* ============================================================
   MOORISH CRAFT — DESIGN SYSTEM
   Style: CeraArt editorial + Moorish Craft brand identity
   Colors: Cream + Deep Brown + Teal + Gold + Red accent
   Fonts: Playfair Display (serif) + DM Sans (body)
   ============================================================ */

:root {
  --cream: #F9F6F1;
  --cream-dark: #EDE8DC;
  --white: #FFFFFF;
  --red: #8B1A1A;
  --dark: #111111;
  --brown: #3D1E0A;
  --brown-mid: #7A4A30;
  --brown-light: #A07850;
  --teal: #2A6B7C;
  --gold: #C4952A;
  --muted: #7A7570;
  --border: #E5E0D8;
  --sand: #EDE8DF;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'DM Sans', system-ui, sans-serif;
}

/* ── RESET ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-sans);
  background: var(--cream);
  color: var(--dark);
  overflow-x: hidden;
  line-height: 1.7;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: var(--font-sans); }

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4 { font-family: var(--font-serif); line-height: 1.1; }
.serif { font-family: var(--font-serif); }
.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }
.eyebrow {
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-family: var(--font-sans);
}

/* ── NAVIGATION ── */
#site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 1rem 2.5rem;
  background: rgba(249, 246, 241, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.3s;
}
#site-header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.06); }

.nav-left { display: flex; gap: 2.2rem; }
.nav-right { display: flex; gap: 2rem; justify-content: flex-end; align-items: center; }

.nav-left a,
.nav-right a {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dark);
  opacity: 0.55;
  transition: opacity 0.2s;
  font-weight: 400;
}
.nav-left a:hover,
.nav-right a:hover { opacity: 1; }

.site-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  text-decoration: none;
}
.logo-name {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
}
.logo-sub {
  font-size: 0.48rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gold);
  font-family: var(--font-sans);
}

.cart-icon { position: relative; }
.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--red);
  color: white;
  font-size: 0.55rem;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

/* Mobile Nav Toggle */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--dark);
  transition: all 0.3s;
}

/* ── BUTTONS ── */
.btn {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.9rem 2.5rem;
  border: 1px solid var(--dark);
  background: transparent;
  color: var(--dark);
  transition: all 0.3s;
  cursor: pointer;
}
.btn:hover { background: var(--dark); color: var(--cream); }
.btn-dark { background: var(--dark); color: var(--cream); }
.btn-dark:hover { background: var(--red); border-color: var(--red); }
.btn-red { background: var(--red); color: white; border-color: var(--red); }
.btn-red:hover { background: var(--dark); border-color: var(--dark); }
.btn-gold { background: var(--gold); color: var(--dark); border-color: var(--gold); font-weight: 500; }
.btn-gold:hover { background: var(--dark); color: white; border-color: var(--dark); }
.btn-ghost-white { border-color: rgba(255,255,255,0.35); color: rgba(255,255,255,0.75); background: transparent; }
.btn-ghost-white:hover { border-color: white; color: white; background: transparent; }

/* ── HERO ── */
.hero-section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 90px 2rem 60px;
  background: var(--cream);
  overflow: hidden;
}
.hero-brand {
  font-family: var(--font-serif);
  font-size: clamp(5.5rem, 16vw, 16rem);
  font-weight: 900;
  color: var(--red);
  line-height: 0.85;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  user-select: none;
}
.hero-brand-img {
  width: clamp(150px, 19vw, 280px);
  aspect-ratio: 2/3;
  overflow: hidden;
  flex-shrink: 0;
}
.hero-brand-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-sub-wrap {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.hero-tagline {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.hero-scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.hero-scroll-indicator::after {
  content: '';
  display: block;
  width: 1px;
  height: 36px;
  background: var(--muted);
  opacity: 0.4;
}

/* ── MARQUEE ── */
.marquee-section {
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 0.75rem 0;
  background: var(--white);
}
.marquee-track {
  display: inline-block;
  animation: marquee 28s linear infinite;
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.marquee-text {
  display: inline-block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  color: var(--muted);
  padding: 0 2rem;
}
.marquee-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--red);
  margin: 0 1.2rem;
  vertical-align: middle;
  opacity: 0.8;
}

/* ── SECTIONS GENERAL ── */
.section { padding: 7rem 5rem; }
.section-white { background: var(--white); }
.section-cream { background: var(--cream); }
.section-cream-dark { background: var(--cream-dark); }
.section-dark { background: var(--dark); }

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.5rem;
}
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 400;
  color: var(--dark);
}
.section-link {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: color 0.2s;
}
.section-link:hover { color: var(--red); }

/* ── MEET SECTION ── */
.meet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7rem;
  align-items: center;
}
.meet-image {
  aspect-ratio: 3/4;
  overflow: hidden;
}
.meet-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.meet-image:hover img { transform: scale(1.04); }
.meet-tag { color: var(--red); margin-bottom: 1.2rem; }
.meet-title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 3.8vw, 4rem);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.meet-title em { font-style: italic; color: var(--red); }
.meet-body {
  font-size: 0.88rem;
  line-height: 1.9;
  color: var(--muted);
  font-weight: 300;
  margin-bottom: 1rem;
}
.meet-contact { margin-top: 1.8rem; display: flex; flex-direction: column; gap: 0.55rem; }
.contact-item { display: flex; align-items: center; gap: 0.8rem; font-size: 0.82rem; color: var(--muted); }
.contact-label {
  font-size: 0.55rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  min-width: 50px;
}
.text-link {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--dark);
  border-bottom: 1px solid var(--dark);
  padding-bottom: 3px;
  margin-top: 2rem;
  transition: color 0.2s, border-color 0.2s;
}
.text-link:hover { color: var(--red); border-color: var(--red); }

/* ── PRODUCTS GRID (WooCommerce) ── */
.products-section { padding: 6rem 5rem; }
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  list-style: none;
}
.woocommerce ul.products li.product { position: relative; }
.woocommerce ul.products li.product a img {
  aspect-ratio: 3/4;
  object-fit: cover;
  width: 100%;
  margin-bottom: 0.8rem;
  transition: transform 0.5s ease;
}
.woocommerce ul.products li.product:hover a img { transform: scale(1.04); }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 400;
  color: var(--dark);
  margin-bottom: 0.2rem;
}
.woocommerce ul.products li.product .price {
  font-size: 0.85rem;
  color: var(--muted);
}
.woocommerce ul.products li.product .price ins { text-decoration: none; color: var(--dark); }
.woocommerce ul.products li.product .price del { color: var(--muted); font-size: 0.75rem; }
.woocommerce ul.products li.product .button {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.7rem 1rem;
  border: 1px solid var(--dark);
  color: var(--dark);
  background: transparent;
  margin-top: 0.8rem;
  transition: all 0.3s;
}
.woocommerce ul.products li.product .button:hover {
  background: var(--dark);
  color: var(--cream);
}
.product-badge {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  font-size: 0.55rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: var(--white);
  color: var(--dark);
  padding: 3px 9px;
  z-index: 1;
}

/* ── COLLECTIONS ALTERNATING ── */
.collection-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}
.collection-row.reverse { direction: rtl; }
.collection-row.reverse > * { direction: ltr; }
.collection-image {
  overflow: hidden;
  position: relative;
}
.collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.collection-row:hover .collection-image img { transform: scale(1.04); }
.collection-content {
  padding: 5rem 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--white);
}
.collection-num {
  font-family: var(--font-serif);
  font-size: 5rem;
  font-weight: 900;
  color: var(--border);
  line-height: 1;
  margin-bottom: -0.8rem;
}
.collection-tag { color: var(--red); margin-bottom: 0.7rem; }
.collection-title {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 1.2rem;
  color: var(--dark);
}
.collection-body {
  font-size: 0.85rem;
  line-height: 1.9;
  color: var(--muted);
  font-weight: 300;
  max-width: 380px;
  margin-bottom: 2rem;
}

/* ── PROCESS SECTION ── */
.process-title {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--dark);
  line-height: 1.0;
  margin-bottom: 0.4rem;
}
.process-italic {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
}
.process-body {
  font-size: 0.88rem;
  line-height: 1.9;
  color: var(--muted);
  font-weight: 300;
  max-width: 780px;
  margin-bottom: 3rem;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.process-step { border-top: 1.5px solid var(--border); padding-top: 1.2rem; }
.step-number {
  font-family: var(--font-serif);
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--border);
  line-height: 1;
}
.step-title {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dark);
  margin: 0.5rem 0 0.4rem;
}
.step-desc { font-size: 0.78rem; line-height: 1.7; color: var(--muted); font-weight: 300; }
.process-photos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  height: 260px;
}
.process-photo { overflow: hidden; }
.process-photo img { width: 100%; height: 100%; object-fit: cover; }

/* ── TILES GRID ── */
.tiles-title {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 4.5vw, 4.5rem);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--dark);
}
.tiles-title em { font-style: italic; color: var(--red); }
.tiles-subtitle {
  font-size: 0.88rem;
  line-height: 1.9;
  color: var(--muted);
  font-weight: 300;
  max-width: 680px;
  margin-top: 0.8rem;
  margin-bottom: 2.5rem;
}
.tiles-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}
.tile-item {
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.tile-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.tile-item:hover img { transform: scale(1.09); }
.tile-overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 11, 6, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.tile-item:hover .tile-overlay { opacity: 1; }
.tile-name {
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding: 0 0.5rem;
}

/* ── INSTAGRAM SECTION ── */
.instagram-section { padding: 5rem; overflow: hidden; }
.insta-big {
  font-family: var(--font-serif);
  font-size: clamp(5rem, 14vw, 14rem);
  font-weight: 900;
  line-height: 0.85;
  color: var(--dark);
}
.insta-big .red { color: var(--red); }
.insta-row {
  display: flex;
  gap: 0.8rem;
  margin: 1.8rem 0;
}
.insta-item {
  flex: 1;
  min-width: 0;
  aspect-ratio: 1;
  overflow: hidden;
}
.insta-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.insta-item:hover img { transform: scale(1.06); }
.insta-handle {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin-top: 0.5rem;
}
.insta-handle a { color: var(--red); }
.insta-handle a:hover { text-decoration: underline; }

/* ── CONTACT CTA ── */
.cta-section {
  padding: 8rem 5rem;
  text-align: center;
  background: var(--white);
}
.cta-title {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 1.2rem;
}
.cta-title em { font-style: italic; color: var(--red); }
.cta-subtitle {
  font-size: 0.9rem;
  line-height: 1.9;
  color: var(--muted);
  max-width: 480px;
  margin: 0 auto 2rem;
  font-weight: 300;
}
.cta-contacts {
  display: flex;
  gap: 3rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.cta-contact-item { text-align: center; }
.cta-contact-label {
  font-size: 0.58rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.4rem;
}
.cta-contact-value { font-size: 0.9rem; color: var(--muted); font-weight: 300; }
.cta-form { display: flex; max-width: 480px; margin: 0 auto; }
.cta-form input[type="email"] {
  flex: 1;
  padding: 1rem 1.5rem;
  border: 1px solid var(--border);
  border-right: none;
  background: var(--cream);
  font-family: var(--font-sans);
  font-size: 0.85rem;
  outline: none;
  color: var(--dark);
}
.cta-form input[type="email"]::placeholder { color: var(--muted); }
.cta-form button {
  padding: 1rem 2rem;
  background: var(--dark);
  color: var(--cream);
  border: none;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background 0.3s;
}
.cta-form button:hover { background: var(--red); }

/* ── WOOCOMMERCE SINGLE PRODUCT ── */
.woocommerce div.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 120px 5rem 5rem;
}
.woocommerce div.product .woocommerce-product-gallery { position: sticky; top: 100px; }
.woocommerce div.product .summary {}
.woocommerce div.product h1.product_title {
  font-family: var(--font-serif);
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.woocommerce div.product p.price {
  font-size: 1.2rem;
  color: var(--dark);
  margin-bottom: 1.5rem;
}
.woocommerce div.product .woocommerce-product-details__short-description {
  font-size: 0.9rem;
  line-height: 1.85;
  color: var(--muted);
  margin-bottom: 2rem;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
  background: var(--dark);
  color: white;
  border: none;
  padding: 1rem 2.5rem;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: background 0.3s;
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover { background: var(--red); }

/* ── FOOTER ── */
#site-footer { background: var(--dark); padding: 4rem 5rem; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 4rem;
  margin-bottom: 3rem;
}
.footer-brand-name {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: white;
  letter-spacing: 0.06em;
  margin-bottom: 0.8rem;
}
.footer-brand-name span { color: var(--gold); }
.footer-tagline {
  font-size: 0.8rem;
  line-height: 1.85;
  color: rgba(255,255,255,0.3);
  font-weight: 300;
  max-width: 230px;
}
.footer-col-title {
  font-size: 0.58rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.22);
  margin-bottom: 1.2rem;
}
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; }
.footer-links a {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.35);
  font-weight: 300;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-copy {
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.18);
}
.footer-socials { display: flex; gap: 1.5rem; }
.footer-socials a {
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  transition: color 0.2s;
}
.footer-socials a:hover { color: var(--gold); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .section { padding: 5rem 3rem; }
  .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}

@media (max-width: 768px) {
  #site-header { grid-template-columns: auto 1fr auto; padding: 0.9rem 1.5rem; }
  .nav-left { display: none; }
  .nav-right > a { display: none; }
  .nav-toggle { display: flex; }
  .section { padding: 4rem 1.5rem; }
  .instagram-section { padding: 4rem 1.5rem; }
  .hero-brand { font-size: clamp(4rem, 20vw, 10rem); }
  .meet-grid { grid-template-columns: 1fr; gap: 3rem; }
  .collection-row { grid-template-columns: 1fr; }
  .collection-row.reverse { direction: ltr; }
  .collection-content { padding: 3rem 1.5rem; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-photos { grid-template-columns: repeat(3, 1fr); height: 200px; }
  .tiles-grid { grid-template-columns: repeat(3, 1fr); }
  .woocommerce ul.products { grid-template-columns: 1fr 1fr; }
  .woocommerce div.product { grid-template-columns: 1fr; padding: 100px 1.5rem 3rem; gap: 2rem; }
  #site-footer { padding: 3rem 1.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .cta-section { padding: 5rem 1.5rem; }
  .cta-contacts { gap: 1.5rem; }
  .products-section { padding: 4rem 1.5rem; }
  .insta-big { font-size: clamp(3.5rem, 18vw, 8rem); }
}

@media (max-width: 480px) {
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .tiles-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
