:root {
  --coral: #ff6b76;
  --coral-dark: #e85a65;
  --coral-deep: #d94c58;
  --coral-soft: #fff1f2;
  --black: #111111;
  --charcoal: #1a1a1a;
  --ink: #222222;
  --muted: #777777;
  --body: #666666;
  --line: #ececec;
  --light: #f6f6f6;
  --white: #ffffff;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Lato", "Open Sans", Arial, sans-serif;
  --shadow: 0 12px 40px rgba(17, 17, 17, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--body);
  background: var(--white);
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--coral); text-decoration: none; transition: 0.25s ease; }
a:hover { color: var(--coral-dark); }
h1, h2, h3, h4, h5 {
  font-family: var(--serif);
  color: var(--ink);
  line-height: 1.25;
  margin: 0 0 16px;
  font-weight: 700;
}
p { margin: 0 0 16px; }
ul { margin: 0; padding: 0; list-style: none; }
.container {
  width: min(1170px, calc(100% - 32px));
  margin: 0 auto;
}
.accent { color: var(--coral); }
.section { padding: 90px 0; }
.section-dark { background: var(--charcoal); color: #cfcfcf; }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-soft { background: var(--light); }
.section-coral { background: var(--coral); color: var(--white); }
.section-title { text-align: center; margin-bottom: 48px; }
.section-title h2 {
  font-size: 42px;
  letter-spacing: 0.5px;
}
.section-title p { max-width: 640px; margin: 0 auto; }

.btn {
  display: inline-block;
  background: var(--coral);
  color: var(--white);
  border: 1px solid var(--coral);
  padding: 12px 28px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 0;
  font-family: var(--sans);
  transition: 0.25s ease;
}
.btn:hover { background: var(--coral-dark); border-color: var(--coral-dark); color: var(--white); }
.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}
.btn-ghost:hover { background: var(--white); color: var(--coral); }
.btn-dark { background: var(--black); border-color: var(--black); }
.btn-sm { padding: 8px 12px; min-width: 42px; text-align: center; }

/* Header */
.topbar {
  background: var(--black);
  color: #d8d8d8;
  font-size: 13px;
  padding: 8px 0;
}
.topbar-inner, .brand-inner, .nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.topbar a, .topbar span { color: #d8d8d8; }
.topbar a:hover { color: var(--coral); }
.topbar-left, .topbar-right, .top-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.top-links i { color: var(--coral); margin-right: 6px; }

.brand-bar {
  background: var(--charcoal) url("https://images.unsplash.com/photo-1452860606245-08befc0ff44b?auto=format&fit=crop&w=1600&q=60") center/cover no-repeat;
  position: relative;
  padding: 22px 0;
}
.brand-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.88);
}
.brand-inner { position: relative; z-index: 1; }
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}
.logo img, .logo svg { height: 64px; width: auto; }
.logo-mark { height: 64px; width: 220px; }
.search-form {
  display: flex;
  width: min(420px, 100%);
}
.search-form input {
  flex: 1;
  border: 0;
  padding: 12px 16px;
  font-size: 14px;
  outline: none;
  font-family: var(--sans);
}
.search-form button {
  width: 52px;
  background: var(--coral);
  color: var(--white);
  border: 0;
  cursor: pointer;
  font-size: 16px;
}

.main-nav {
  background: var(--coral);
  position: sticky;
  top: 0;
  z-index: 50;
}
.nav-inner { justify-content: center; position: relative; min-height: 54px; }
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
}
.nav-links a {
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 700;
  padding: 16px 18px;
}
.nav-links a:hover,
.nav-links a.active {
  background: var(--white);
  color: var(--ink);
}
.nav-tools {
  position: absolute;
  right: 0;
  display: flex;
  gap: 8px;
}
.nav-tools a, .menu-toggle {
  color: var(--white);
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  position: relative;
}
.nav-tools a { position: relative; }
.nav-tools .cart-count,
.nav-tools .wish-count {
  position: absolute;
  top: 4px;
  right: 2px;
  background: var(--black);
  color: var(--white);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 10px;
  display: grid;
  place-items: center;
}
.topbar .wish-count {
  display: inline;
  background: transparent;
  color: var(--coral);
  width: auto;
  height: auto;
  font-size: 12px;
  margin-left: 4px;
}
.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  font-size: 22px;
  cursor: pointer;
}

/* Hero */
.hero {
  min-height: 620px;
  background-color: #1a1a1a;
  background-image: url("../images/hero.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--white);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.55);
}
.hero-content { position: relative; z-index: 1; padding: 40px 16px; }
.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 14px;
  margin-bottom: 12px;
}
.hero h1 {
  color: var(--white);
  font-size: clamp(48px, 8vw, 92px);
  letter-spacing: 10px;
  margin-bottom: 18px;
}
.hero p {
  max-width: 560px;
  margin: 0 auto 28px;
  color: #eee;
  font-size: 17px;
}

/* Page banner */
.page-banner {
  padding: 64px 0 48px;
  text-align: center;
  background: var(--white);
}
.page-banner h1 {
  color: var(--coral);
  font-size: 52px;
  margin-bottom: 10px;
}
.page-divider {
  width: 90px;
  height: 2px;
  background: var(--coral);
  margin: 12px auto 14px;
  position: relative;
}
.page-divider::after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--coral);
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: -3px;
  margin-left: -4px;
}
.breadcrumb { color: var(--coral); font-size: 14px; }

/* Split / welcome */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split img { width: 100%; height: 420px; object-fit: cover; }
.welcome h2 { font-size: 38px; }
.welcome p { margin-bottom: 14px; }

/* Products */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.product-card {
  background: var(--white);
  overflow: hidden;
}
.product-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.product-card .body { padding: 18px 18px 22px; }
.product-card h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.product-card p {
  font-size: 14px;
  min-height: 48px;
}
.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.price {
  color: var(--coral);
  font-weight: 700;
  font-size: 16px;
}
.icon-btn {
  width: 40px;
  height: 40px;
  background: var(--coral);
  color: var(--white);
  border: 0;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.icon-btn:hover { background: var(--coral-dark); }
.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.featured-card { overflow: hidden; }
.featured-card img { width: 100%; height: 240px; object-fit: cover; }
.featured-copy {
  background: var(--coral);
  color: var(--white);
  padding: 22px;
  min-height: 170px;
}
.featured-copy h3 { color: var(--white); font-size: 22px; }
.stars { color: #ffd76a; letter-spacing: 2px; margin-bottom: 8px; }
.featured-copy p { color: #fff; font-size: 14px; margin: 0; }
.featured-copy .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  margin-top: 10px;
}
.field label input[type="checkbox"] {
  width: auto;
  margin-right: 8px;
}

/* Accordion */
.accordion .item { margin-bottom: 8px; }
.accordion button {
  width: 100%;
  text-align: left;
  background: var(--coral);
  color: var(--white);
  border: 0;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-family: var(--sans);
}
.accordion .panel {
  display: none;
  padding: 16px 18px;
  background: var(--white);
  color: var(--body);
  border: 1px solid var(--line);
  border-top: 0;
}
.accordion .item.open .panel { display: block; }

/* Team */
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.artist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 260px;
}
.artist.reverse { direction: rtl; }
.artist.reverse > * { direction: ltr; }
.artist img { width: 100%; height: 100%; object-fit: cover; min-height: 260px; }
.artist-copy {
  background: var(--coral);
  color: var(--white);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.artist-copy h3, .artist-copy h4 { color: var(--white); }
.artist-copy h4 { font-family: var(--sans); font-weight: 400; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; }

/* Testimonials */
.testimonials {
  background: url("https://images.unsplash.com/photo-1452860606245-08befc0ff44b?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
  position: relative;
  color: var(--white);
}
.testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.78);
}
.testimonials .container { position: relative; z-index: 1; }
.testimonials h2 { color: var(--white); }
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  text-align: center;
}
.quote img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 14px;
  border: 3px solid var(--coral);
}
.quote h3 { color: var(--coral); font-size: 22px; margin-bottom: 4px; }
.quote .meta { color: #ddd; font-size: 13px; margin-bottom: 12px; }
.quote p { color: #eee; }

/* Blog */
.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.blog-card img { width: 100%; height: 230px; object-fit: cover; margin-bottom: 16px; }
.blog-card h3 { font-size: 24px; }
.meta-line {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 10px;
}
.meta-line i { color: var(--coral); margin-right: 4px; }
.read-more {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 13px;
}
.blog-featured {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}
.blog-featured img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.blog-featured .overlay {
  position: absolute;
  inset: auto 0 0 0;
  background: linear-gradient(transparent, rgba(17,17,17,0.85));
  color: var(--white);
  padding: 24px;
}
.blog-featured h3 { color: var(--white); }
.blog-home {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
}
.blog-side { display: grid; gap: 22px; }
.blog-mini { display: grid; grid-template-columns: 110px 1fr; gap: 14px; }
.blog-mini img { width: 110px; height: 90px; object-fit: cover; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
.pagination a, .pagination span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--ink);
}
.pagination .active, .pagination a:hover {
  background: var(--coral);
  border-color: var(--coral);
  color: var(--white);
}

/* Clients */
.clients { text-align: center; }
.clients h2 { color: var(--white); font-size: 36px; margin-bottom: 28px; }
.client-row {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}
.client-badge {
  width: 150px;
  height: 86px;
  border: 2px solid rgba(255,255,255,0.85);
  display: grid;
  place-items: center;
  color: var(--white);
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  padding: 8px;
}

/* Services */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.service {
  text-align: center;
  padding: 10px 12px 20px;
}
.service-icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 18px;
  border: 2px solid var(--coral);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--coral);
  font-size: 28px;
}
.service h3 { font-size: 22px; }

/* Contact */
.info-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}
.info-card {
  border: 1px solid var(--coral);
  text-align: center;
  padding: 32px 18px;
}
.info-card i { color: var(--coral); font-size: 28px; margin-bottom: 12px; }
.info-card h3 { font-size: 26px; }
.contact-band {
  background: var(--coral);
  padding: 70px 0;
}
.contact-band h2 { color: var(--white); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }
input, select, textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 12px 14px;
  font-family: var(--sans);
  font-size: 15px;
  background: var(--white);
  color: var(--ink);
  outline: none;
}
input:focus, select:focus, textarea:focus { border-color: var(--coral); }
textarea { min-height: 140px; resize: vertical; }
.field { margin-bottom: 14px; }
.field label { display: block; margin-bottom: 6px; color: var(--ink); font-weight: 700; font-size: 14px; }
.error {
  color: #c0392b;
  font-size: 13px;
  display: none;
  margin-top: 4px;
}
.field.invalid input,
.field.invalid select,
.field.invalid textarea { border-color: #c0392b; }
.field.invalid .error { display: block; }
.form-success {
  display: none;
  background: #e8f8ef;
  border: 1px solid #86d5a5;
  color: #1e7a42;
  padding: 14px 16px;
  margin-bottom: 16px;
}
.form-success.show { display: block; }
.note { font-size: 14px; color: var(--muted); }

/* Blog single */
.layout-2 {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
}
.sidebar .widget {
  margin-bottom: 32px;
  padding-bottom: 12px;
}
.sidebar h3 {
  font-size: 22px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--coral);
  display: inline-block;
}
.cat-list li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dashed var(--line);
  color: var(--ink);
}
.cat-list span { color: var(--coral); }
.insta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.insta-grid img { width: 100%; height: 84px; object-fit: cover; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag {
  background: var(--coral);
  color: var(--white);
  padding: 4px 12px;
  font-size: 12px;
  text-transform: uppercase;
}
.tag:hover { color: var(--white); background: var(--coral-dark); }
.share-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 28px 0;
}
.comments { margin-top: 40px; }
.comment {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  margin-bottom: 22px;
}
.comment img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; }
.comment h4 { color: var(--coral); margin-bottom: 4px; }

/* Cart */
.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th, .cart-table td {
  border-bottom: 1px solid var(--line);
  padding: 16px 10px;
  text-align: left;
  vertical-align: middle;
}
.cart-item { display: flex; align-items: center; gap: 12px; }
.cart-item img { width: 72px; height: 72px; object-fit: cover; }
.qty-input { width: 64px; }
.cart-summary {
  background: var(--light);
  padding: 24px;
  margin-top: 24px;
}
.cart-summary h3 { margin-bottom: 12px; }
.totals { display: flex; justify-content: space-between; margin: 8px 0; font-weight: 700; color: var(--ink); }
.empty-cart { text-align: center; padding: 40px 0; }

/* Legal */
.legal h2 { font-size: 28px; margin-top: 32px; }
.legal h3 { font-size: 20px; margin-top: 22px; }
.legal ul { list-style: disc; padding-left: 20px; margin-bottom: 16px; }
.legal li { margin-bottom: 8px; }
.legal p { text-align: justify; }

/* Footer */
.footer {
  background: var(--black);
  color: #cfcfcf;
  padding: 64px 0 36px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 32px;
}
.footer h3 {
  color: var(--coral);
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 18px;
}
.footer p, .footer a { color: #cfcfcf; }
.footer a:hover { color: var(--coral); }
.footer li { margin-bottom: 8px; }
.footer-logo { margin-bottom: 16px; }
.copybar {
  background: var(--coral);
  color: var(--white);
  padding: 14px 0;
  font-size: 13px;
}
.copy-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.socials { display: flex; gap: 12px; }
.socials a {
  color: var(--white);
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.4);
}
.socials a:hover { background: var(--white); color: var(--coral); }

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: var(--black);
  color: var(--white);
  padding: 12px 16px;
  z-index: 80;
  display: none;
  box-shadow: var(--shadow);
}
.toast.show { display: block; }

@media (max-width: 992px) {
  .split, .team-grid, .blog-home, .layout-2, .footer-grid,
  .product-grid, .featured-grid, .services-grid, .info-cards, .quote-grid {
    grid-template-columns: 1fr 1fr;
  }
  .artist, .form-grid, .blog-grid { grid-template-columns: 1fr; }
  .nav-tools { right: 48px; }
  .search-form { width: 280px; }
}
@media (max-width: 768px) {
  .menu-toggle { display: grid; }
  .nav-links {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    background: var(--coral);
    flex-direction: column;
    align-items: stretch;
  }
  .nav-links.open { display: flex; }
  .topbar-inner, .brand-inner, .copy-inner { flex-direction: column; }
  .search-form { width: 100%; }
  .split, .product-grid, .featured-grid, .services-grid, .info-cards,
  .quote-grid, .team-grid, .blog-home, .layout-2, .footer-grid, .artist {
    grid-template-columns: 1fr;
  }
  .hero { min-height: 460px; }
  .hero h1 { letter-spacing: 4px; }
  .section { padding: 60px 0; }
  .page-banner h1 { font-size: 36px; }
}
