@import url('https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&display=swap');

/*===========================================
  Olojo Ibi — Global artistic theme layer.
  Loaded on every page AFTER custom.css so it can
  refine the shared components (header, footer,
  forms, buttons, quotes, tabs, cards) into the same
  art'otel-inspired look as the landing page.
  Palette stays within the existing scheme.
===========================================*/

:root {
  --peach: #e49c86;
  --peach-deep: #dd8165;
  --terracotta: #c2654a;
  --peach-soft: #f6d9cd;
  --cream: #fdf3ee;
  --ink: #111;
  --ink-soft: #1d1d1d;
  --muted: #6f6a67;
  --line: #ece4df;
  --art-display: "Syne", "DM Sans", sans-serif;
}

/*---------- Canvas ----------*/
body {
  background-color: var(--cream);
}

/* Content links pop against the warm canvas */
#content a {
  color: var(--terracotta);
}
#content a:hover {
  color: var(--peach-deep);
}

/*---------- Header ----------*/
header {
  background-color: rgba(253, 243, 238, 0.86) !important;
  -webkit-backdrop-filter: saturate(1.4) blur(12px);
  backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid var(--line);
  box-shadow: none !important;
}

header.scroll-down {
  box-shadow: 0 12px 34px -20px rgba(48, 30, 22, 0.45) !important;
}

header .header-wrapper nav ul > li > a {
  font-family: var(--art-display);
  font-weight: 700;
  letter-spacing: 0.07em;
}

header .header-wrapper nav ul > li > a:after {
  height: 3px;
  background-color: var(--peach-deep);
}

header .header-wrapper .header__icon-group a:hover {
  color: var(--peach-deep);
}

/*---------- Headings ----------*/
.about-us__content h3,
.about-us__content h4,
.checkout-title {
  font-family: var(--art-display);
  letter-spacing: -0.015em;
}

.about-us__content h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 0.42em;
}

.about-us__content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 4px;
  border-radius: 4px;
  background: var(--peach);
}

.checkout-title {
  border-bottom: 1px solid var(--line) !important;
}

/*---------- Buttons (match landing .btn-art) ----------*/
.btn {
  font-family: var(--art-display) !important;
  letter-spacing: 0.06em;
  border-radius: 999px !important;
  background-color: var(--ink) !important;
  color: #fff !important;
  border: 2px solid var(--ink) !important;
  box-shadow: 5px 5px 0 var(--peach);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.btn:hover {
  background-color: var(--ink) !important;
  color: #fff !important;
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0 var(--peach-deep);
}

.btn.-light-overlay,
.btn.-gray {
  background-color: #fff !important;
  color: var(--ink) !important;
  border: 2px solid var(--ink) !important;
  box-shadow: 5px 5px 0 var(--peach-soft);
}

.btn.-light-overlay:hover,
.btn.-gray:hover {
  background-color: var(--cream) !important;
  color: var(--ink) !important;
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0 var(--peach);
}

/*---------- Forms ----------*/
.checkout__form form .input-group label {
  font-family: var(--art-display);
  font-weight: 700;
  color: var(--ink);
}

.checkout__form form .input-group input,
.checkout__form form .input-group textarea,
.vdp-datepicker input {
  border: 1.5px solid var(--line) !important;
  border-radius: 12px !important;
  background-color: #fff !important;
  padding: 1em 1.2em !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease !important;
}

.checkout__form form .input-group input:focus,
.checkout__form form .input-group textarea:focus,
.vdp-datepicker input:focus {
  border-color: var(--peach) !important;
  box-shadow: 0 0 0 4px rgba(228, 156, 134, 0.18) !important;
}

.checkout__form form .label-description {
  color: var(--muted);
}

/*---------- Quote blocks (quiz messages) ----------*/
.about-us__content blockquote {
  background: #fff;
  border-left: 5px solid var(--peach);
  border-radius: 0 16px 16px 0;
  box-shadow: 0 20px 44px -30px rgba(48, 30, 22, 0.55);
  color: var(--ink);
  font-weight: 500;
}

/*---------- Quiz answer options ----------*/
.input-group.quiz input.option {
  border: 1.5px solid var(--ink) !important;
  border-radius: 12px !important;
  padding: 1.05em 1.2em !important;
  transition: transform 0.15s ease, background 0.15s ease !important;
}

.input-group.quiz input.option:hover {
  background-color: var(--peach-soft) !important;
  transform: translateX(4px);
}

.checkout__total {
  background-color: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.checkout__total h3.answer {
  font-family: var(--art-display);
  color: var(--terracotta);
}

/*---------- Tabs ----------*/
div.tab .tab-item,
div.tab .block-item {
  background: var(--ink-soft);
  font-family: var(--art-display);
}

div.tab .tab-item.active {
  background: var(--peach);
  color: var(--ink);
}

div.tab-content {
  border: 1px solid var(--line);
  border-radius: 16px;
}

.dashboard .tab-content,
.dashboard .tab-item {
  border-color: var(--line);
}

/*---------- Dashboard welcome banner ----------*/
#grey-block {
  background: linear-gradient(135deg, var(--peach-soft) 0%, var(--cream) 70%);
  border-bottom: 3px solid var(--peach);
}

#grey-block h1 {
  font-family: var(--art-display);
  color: var(--ink);
  letter-spacing: -0.02em;
}

/*---------- Cards / lists ----------*/
.solid-border {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 38px -30px rgba(48, 30, 22, 0.45);
}

.grid-item .name-plate {
  color: var(--terracotta);
  font-weight: 700;
}

.prev-results {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.result-block {
  border-bottom: 1px solid var(--line);
}

/*---------- Tooltip ----------*/
.tooltip .top {
  background-color: var(--ink) !important;
  border-radius: 12px;
}

/*---------- Footer ----------*/
footer {
  background: var(--ink);
  padding: 44px 0;
  margin-top: 70px;
}

footer .copyright p {
  color: rgba(255, 255, 255, 0.72);
}

footer a {
  color: var(--peach) !important;
}

footer a:hover {
  color: var(--peach-deep) !important;
}

/* The landing page supplies its own dark footer spacing rhythm */
.landing + footer,
#content.landing ~ footer {
  margin-top: 0;
}
