/* =============================================================================
   GiftCat — Main Stylesheet
   Translated from the React UI Kit into production CSS.
   ============================================================================= */

/* -- Reset + Base ---------------------------------------------------------- */

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

html { -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--gc-font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--gc-text);
  background: var(--gc-primary-50);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a { color: var(--gc-primary); text-decoration: none; transition: color .15s; }
a:hover { color: var(--gc-primary-dark); }

button { font-family: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--gc-font-display);
  font-weight: 700;
  color: var(--gc-primary-dark);
  letter-spacing: -0.01em;
  line-height: 1.2;
}

p { line-height: 1.65; }

.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); -webkit-clip-path: inset(50%); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important;
}

.gc-skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--gc-primary); color: var(--gc-white);
  padding: 12px 20px; border-radius: 0 0 var(--gc-radius-md) 0;
  font-weight: 700; z-index: 9999;
}
.gc-skip-link:focus { left: 0; color: var(--gc-white); }

/* -- Layout helpers -------------------------------------------------------- */

.gc-container { max-width: var(--gc-container); margin: 0 auto; padding: 0 var(--gc-gutter); }
.gc-section { padding: 72px 0; }
.gc-section--alt { padding: 72px 0; background: var(--gc-primary-50); }
.gc-section--dark { padding: 72px 0; background: var(--gc-primary-dark); color: var(--gc-white); }
.gc-section--accent { padding: 72px 0; background: var(--gc-primary); color: var(--gc-white); }

.gc-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--gc-primary);
  margin-bottom: 12px;
}
.gc-eyebrow img { height: 18px; width: auto; }

.gc-section-head { text-align: center; margin-bottom: 48px; }
.gc-section-head h2 { font-size: 36px; margin-bottom: 12px; }
.gc-section-head p { font-size: 16px; color: var(--gc-text-muted); max-width: 520px; margin: 0 auto; }
.gc-section--dark .gc-section-head h2 { color: var(--gc-white); }
.gc-section--dark .gc-section-head .gc-eyebrow { color: var(--gc-primary-200); }
.gc-section--dark .gc-section-head p { color: var(--gc-primary-200); }

/* -- Buttons --------------------------------------------------------------- */

.gc-btn {
  display: inline-flex; align-items: center; justify-content: center;
  border: none; cursor: pointer; font-family: inherit;
  font-weight: 700; border-radius: var(--gc-radius-pill);
  text-decoration: none; transition: background .15s, color .15s, transform .15s;
  white-space: nowrap;
}
.gc-btn:focus-visible { outline: 3px solid var(--gc-primary-200); outline-offset: 2px; }

.gc-btn--primary { background: var(--gc-primary); color: var(--gc-white); padding: 10px 22px; font-size: 15px; }
.gc-btn--primary:hover { background: var(--gc-primary-dark); color: var(--gc-white); }

.gc-btn--lg { padding: 14px 36px; font-size: 16px; }
.gc-btn--md { padding: 13px 32px; font-size: 15px; }

.gc-btn--white { background: var(--gc-white); color: var(--gc-primary-dark); padding: 13px 32px; font-size: 15px; }
.gc-btn--white:hover { background: var(--gc-primary-100); color: var(--gc-primary-dark); }

.gc-btn--outline {
  background: transparent; border: 2px solid var(--gc-primary); color: var(--gc-primary);
  padding: 9px 22px; font-size: 14px;
}
.gc-btn--outline:hover { background: var(--gc-primary); color: var(--gc-white); }

.gc-btn--ghost {
  background: transparent; color: var(--gc-primary); padding: 8px 16px; font-size: 15px;
}
.gc-btn--ghost:hover { background: var(--gc-primary-100); }

/* -- Header ---------------------------------------------------------------- */

.gc-header {
  background: var(--gc-white);
  border-bottom: 1px solid var(--gc-primary-100);
  position: sticky; top: 0; z-index: 100;
}
.gc-header__inner {
  max-width: var(--gc-container); margin: 0 auto; padding: 0 var(--gc-gutter);
  height: 64px; display: flex; align-items: center; gap: 32px;
}
.gc-header__logo { display: flex; align-items: center; flex-shrink: 0; }
.gc-header__logo img { height: 36px; width: auto; }
.gc-header__nav { display: flex; gap: 4px; flex: 1; }
.gc-header__nav ul { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; }
.gc-header__nav a {
  display: block; color: var(--gc-text); font-size: 15px; font-weight: 400;
  padding: 6px 12px; border-radius: var(--gc-radius-sm); transition: background .15s, color .15s;
}
.gc-header__nav a:hover { background: var(--gc-primary-50); color: var(--gc-primary); }
.gc-header__nav .current-menu-item > a,
.gc-header__nav .current_page_item > a,
.gc-header__nav .current-menu-ancestor > a {
  color: var(--gc-primary); font-weight: 700;
}
.gc-header__actions { display: flex; gap: 10px; flex-shrink: 0; }

.gc-mobile-toggle {
  display: none; background: none; border: none; cursor: pointer;
  width: 40px; height: 40px; padding: 8px;
}
.gc-mobile-toggle span {
  display: block; width: 22px; height: 2px; background: var(--gc-primary-dark);
  margin: 4px auto; transition: transform .25s, opacity .25s;
}

/* -- Hero ------------------------------------------------------------------ */

.gc-hero { background: var(--gc-primary-50); padding: 72px 0 80px; }
.gc-hero__inner {
  max-width: var(--gc-container); margin: 0 auto; padding: 0 var(--gc-gutter);
  display: flex; gap: 64px; align-items: center;
}
.gc-hero__left { flex: 1; }
.gc-hero h1 {
  font-size: 52px; line-height: 1.1; color: var(--gc-primary-dark);
  margin-bottom: 20px; letter-spacing: -0.02em;
}
.gc-hero h1 .gc-accent { color: var(--gc-primary); }
.gc-hero__sub { font-size: 17px; color: var(--gc-text-muted); margin-bottom: 28px; max-width: 460px; }

.gc-search {
  display: flex; background: var(--gc-white);
  border-radius: var(--gc-radius-pill); border: 2px solid var(--gc-primary-200);
  overflow: hidden; margin-bottom: 18px;
  box-shadow: var(--gc-shadow-md);
  max-width: 540px;
}
.gc-search input {
  flex: 1; border: none; outline: none; padding: 13px 20px;
  font-family: inherit; font-size: 15px; color: var(--gc-text); background: transparent;
}
.gc-search button {
  background: var(--gc-primary); color: var(--gc-white); border: none; cursor: pointer;
  padding: 13px 26px; font-family: inherit; font-weight: 700; font-size: 15px;
  border-radius: 0 var(--gc-radius-pill) var(--gc-radius-pill) 0; white-space: nowrap;
  transition: background .15s;
}
.gc-search button:hover { background: var(--gc-primary-dark); }

.gc-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.gc-chip {
  background: var(--gc-white); border: 2px solid var(--gc-primary-200);
  border-radius: var(--gc-radius-pill); padding: 6px 16px;
  font-family: inherit; font-weight: 700; font-size: 13px; color: var(--gc-text);
  cursor: pointer; text-decoration: none; transition: all .15s;
}
.gc-chip:hover { background: var(--gc-primary-100); color: var(--gc-primary-dark); }
.gc-chip.is-active { background: var(--gc-primary-100); border-color: var(--gc-primary); color: var(--gc-primary-dark); }

.gc-trust-row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.gc-trust-row span { font-size: 14px; color: var(--gc-text-muted); }
.gc-trust-row strong { color: var(--gc-primary-dark); }
.gc-trust-row .dot { color: var(--gc-primary-200); }

.gc-hero__right {
  flex: 0 0 400px; position: relative; height: 340px; display: flex; justify-content: center;
}
.gc-mascot-bg {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 60% 50%, var(--gc-primary-100) 0%, var(--gc-primary-50) 70%);
  border-radius: 50%;
}
.gc-mascot {
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  height: 260px; width: auto; z-index: 2;
}
.gc-float-card {
  position: absolute; background: var(--gc-white); border-radius: var(--gc-radius-md);
  padding: 10px 14px; box-shadow: var(--gc-shadow-lg); z-index: 3; min-width: 145px;
}
.gc-float-card--1 { top: 28px; right: -10px; }
.gc-float-card--2 { bottom: 48px; left: -10px; }
.gc-float-card .label {
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.06em; color: var(--gc-primary);
}
.gc-float-card--alt .label { color: var(--gc-pink-text); }
.gc-float-card .title { font-size: 13px; font-weight: 700; color: var(--gc-text); display: block; margin-top: 2px; }
.gc-float-card .meta  { font-size: 12px; color: var(--gc-text-muted); }

/* -- Occasion grid --------------------------------------------------------- */

.gc-occasions {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px;
}
.gc-occasion-card {
  border: none; border-radius: var(--gc-radius-lg);
  padding: 24px 12px; display: flex; flex-direction: column; align-items: center; gap: 6px;
  cursor: pointer; transition: transform .15s; text-decoration: none;
}
.gc-occasion-card:hover { transform: translateY(-3px); }
.gc-occasion-card .emoji { font-size: 28px; line-height: 1; margin-bottom: 4px; }
.gc-occasion-card .label { font-weight: 700; font-size: 14px; }
.gc-occasion-card .count { font-size: 12px; opacity: .7; }

/* -- How it works steps --------------------------------------------------- */

.gc-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.gc-step {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--gc-radius-lg); padding: 28px 24px;
}
.gc-step__num {
  font-family: var(--gc-font-display); font-weight: 700;
  font-size: 40px; color: rgba(255,255,255,0.15); margin-bottom: 12px;
}
.gc-step h3 { font-size: 18px; color: var(--gc-white); margin-bottom: 10px; }
.gc-step p  { font-size: 14px; color: var(--gc-primary-200); line-height: 1.7; }

/* -- Gift card ------------------------------------------------------------- */

.gc-gift-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}
.gc-gift-card {
  background: var(--gc-white); border-radius: var(--gc-radius-lg);
  box-shadow: var(--gc-shadow-sm); overflow: hidden;
  transition: box-shadow .15s, transform .15s;
  border: 2px solid transparent; display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
}
.gc-gift-card:hover { transform: translateY(-3px); box-shadow: var(--gc-shadow-md); color: inherit; }
.gc-gift-card__img {
  height: 110px; display: flex; align-items: center; justify-content: center;
  background: var(--gc-primary-100); /* default accent */
}
.gc-gift-card__img img { object-fit: cover; width: 100%; height: 100%; }
.gc-gift-card__img.is-placeholder img { height: 40px; width: auto; opacity: .4; object-fit: contain; }
.gc-gift-card__body { padding: 12px 14px 14px; flex: 1; display: flex; flex-direction: column; }
.gc-gift-card__tag {
  font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em;
  color: var(--gc-primary); display: block; margin-bottom: 4px;
}
.gc-gift-card__title { font-weight: 700; font-size: 15px; color: var(--gc-text); margin-bottom: 3px; line-height: 1.3; }
.gc-gift-card__sub   { font-size: 12px; color: var(--gc-text-muted); margin-bottom: 10px; flex: 1; }
.gc-gift-card__foot  { display: flex; align-items: center; justify-content: space-between; }
.gc-gift-card__price { font-weight: 700; font-size: 14px; color: var(--gc-primary-dark); }
.gc-gift-card__cta {
  background: var(--gc-primary); color: var(--gc-white); border: none;
  border-radius: var(--gc-radius-pill); padding: 5px 14px;
  font-weight: 700; font-size: 12px; cursor: pointer; text-decoration: none;
}
.gc-gift-card__cta:hover { background: var(--gc-primary-dark); color: var(--gc-white); }

/* -- Value props ----------------------------------------------------------- */

.gc-props { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.gc-prop {
  background: var(--gc-white); border-radius: var(--gc-radius-lg);
  padding: 28px 22px; box-shadow: var(--gc-shadow-sm);
}
.gc-prop__icon { font-size: 24px; color: var(--gc-primary); margin-bottom: 14px; font-weight: 700; }
.gc-prop h3 { font-size: 17px; margin-bottom: 10px; }
.gc-prop p  { font-size: 14px; color: var(--gc-text-muted); line-height: 1.7; }

/* -- Reviews / Testimonials ----------------------------------------------- */

.gc-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gc-review {
  background: var(--gc-white); border: 1px solid var(--gc-primary-100);
  border-radius: var(--gc-radius-lg); padding: 24px 22px;
}
.gc-review__stars { display: flex; gap: 2px; margin-bottom: 12px; }
.gc-review__stars span { color: var(--gc-star); }
.gc-review__stars span.is-empty { color: var(--gc-primary-100); }
.gc-review__text { font-size: 15px; color: var(--gc-text); line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.gc-review__author { display: flex; gap: 12px; align-items: center; }
.gc-review__avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--gc-primary); color: var(--gc-white);
  font-weight: 700; font-size: 14px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.gc-review__name { font-weight: 700; font-size: 14px; color: var(--gc-text); }
.gc-review__handle { font-size: 12px; color: var(--gc-primary-200); }

/* -- Blog cards ------------------------------------------------------------ */

.gc-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gc-blog-card {
  background: var(--gc-white); border-radius: var(--gc-radius-lg);
  overflow: hidden; box-shadow: var(--gc-shadow-sm); cursor: pointer;
  text-decoration: none; color: inherit; display: flex; flex-direction: column;
  transition: transform .15s, box-shadow .15s;
}
.gc-blog-card:hover { transform: translateY(-3px); box-shadow: var(--gc-shadow-md); color: inherit; }
.gc-blog-card__img {
  height: 150px; display: flex; align-items: center; justify-content: center;
  background: var(--gc-primary-100); overflow: hidden;
}
.gc-blog-card__img img { width: 100%; height: 100%; object-fit: cover; }
.gc-blog-card__img.is-placeholder img { height: 44px; width: auto; opacity: .35; object-fit: contain; }
.gc-blog-card__body { padding: 16px 18px 20px; flex: 1; display: flex; flex-direction: column; }
.gc-blog-card__cat {
  font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em;
  background: var(--gc-primary-100); color: var(--gc-primary);
  padding: 2px 9px; border-radius: var(--gc-radius-pill); display: inline-block;
  margin-bottom: 10px; align-self: flex-start;
}
.gc-blog-card__title { font-size: 16px; line-height: 1.35; margin-bottom: 0; }
.gc-blog-card__meta { font-size: 12px; color: var(--gc-primary-200); font-weight: 700; margin-top: 10px; }

/* -- Newsletter ------------------------------------------------------------ */

.gc-newsletter { text-align: center; }
.gc-newsletter__icon { height: 52px; width: auto; filter: brightness(0) invert(1); opacity: .4; margin: 0 auto 20px; }
.gc-newsletter h2 { color: var(--gc-white); font-size: 34px; margin-bottom: 12px; }
.gc-newsletter p  { color: var(--gc-primary-100); font-size: 16px; max-width: 480px; margin: 0 auto 32px; line-height: 1.65; }
.gc-newsletter__form {
  display: flex; max-width: 460px; margin: 0 auto;
  border-radius: var(--gc-radius-pill); overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.gc-newsletter__form input {
  flex: 1; border: none; outline: none; padding: 13px 20px;
  font-family: inherit; font-size: 14px; background: var(--gc-white); color: var(--gc-text);
}
.gc-newsletter__form button {
  background: var(--gc-primary-dark); color: var(--gc-white); border: none;
  padding: 13px 24px; font-family: inherit; font-weight: 700; font-size: 14px; cursor: pointer; white-space: nowrap;
}
.gc-newsletter__form button:hover { background: var(--gc-black); }
.gc-newsletter__note { color: var(--gc-primary-200); font-size: 12px; margin-top: 14px; }

/* -- Footer ---------------------------------------------------------------- */

.gc-footer { background: var(--gc-primary-dark); padding: 48px 0 32px; }
.gc-footer__inner { max-width: var(--gc-container); margin: 0 auto; padding: 0 var(--gc-gutter); }
.gc-footer__brand { margin-bottom: 24px; }
.gc-footer__brand img { height: 32px; width: auto; filter: brightness(0) invert(1); }
.gc-footer__tagline { font-size: 14px; color: var(--gc-primary-200); margin-top: 10px; }
.gc-footer__nav ul { list-style: none; display: flex; gap: 4px; flex-wrap: wrap; padding: 0; margin: 0 0 32px; }
.gc-footer__nav a {
  background: none; color: var(--gc-primary-100); font-size: 14px;
  padding: 4px 10px; border-radius: var(--gc-radius-sm); display: inline-block;
}
.gc-footer__nav a:hover { color: var(--gc-white); background: rgba(255,255,255,0.06); }
.gc-footer__copy { font-size: 13px; color: var(--gc-primary); }

/* -- Breadcrumb ------------------------------------------------------------ */

.gc-breadcrumb {
  max-width: var(--gc-container); margin: 0 auto; padding: 20px var(--gc-gutter);
  font-size: 13px; color: var(--gc-text-muted);
}
.gc-breadcrumb a { color: var(--gc-primary); }
.gc-breadcrumb .sep { margin: 0 8px; color: var(--gc-primary-200); }
.gc-breadcrumb .current { color: var(--gc-text); font-weight: 700; }

/* -- Single Gift / Product Page ------------------------------------------- */

.gc-product { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; max-width: var(--gc-container); margin: 0 auto; padding: 24px var(--gc-gutter) 64px; }
.gc-product__main-img {
  border-radius: var(--gc-radius-lg); aspect-ratio: 1 / 1;
  background: var(--gc-primary-100); display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.gc-product__main-img img { width: 100%; height: 100%; object-fit: cover; }
.gc-product__main-img.is-placeholder img { height: 180px; width: auto; opacity: .5; object-fit: contain; }
.gc-product__thumbs { display: flex; gap: 12px; margin-top: 16px; }
.gc-product__thumb {
  width: 80px; height: 80px; border-radius: var(--gc-radius-md);
  background: var(--gc-primary-100); display: flex; align-items: center; justify-content: center;
  cursor: pointer; border: 2px solid transparent; overflow: hidden;
}
.gc-product__thumb.is-active { border-color: var(--gc-primary); }
.gc-product__thumb img { height: 36px; width: auto; opacity: .4; }

.gc-product__tag-badge { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gc-primary); }
.gc-product__occ-badge { font-size: 12px; color: var(--gc-text-muted); padding: 3px 10px; background: var(--gc-primary-100); border-radius: var(--gc-radius-pill); }
.gc-product h1 { font-size: 36px; margin-bottom: 12px; letter-spacing: -0.01em; }

.gc-product__rating { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.gc-product__rating .stars { color: var(--gc-star); font-size: 16px; }
.gc-product__rating .num { font-weight: 700; color: var(--gc-text); }
.gc-product__rating .count { font-size: 13px; color: var(--gc-text-muted); }

.gc-product__price { font-size: 32px; font-weight: 700; color: var(--gc-primary-dark); margin-bottom: 20px; font-family: var(--gc-font-display); }
.gc-product__sub { font-size: 16px; color: var(--gc-text-muted); line-height: 1.65; margin-bottom: 24px; }

.gc-product__tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.gc-product__tags span {
  background: var(--gc-primary-50); color: var(--gc-primary-dark);
  border: 1px solid var(--gc-primary-100); border-radius: var(--gc-radius-pill);
  padding: 4px 12px; font-size: 12px; font-weight: 700;
}

.gc-product__buy {
  display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px;
}
.gc-product__buy .gc-btn { padding: 14px 28px; font-size: 15px; }

.gc-product__includes h3 { font-size: 16px; color: var(--gc-primary-dark); margin-bottom: 12px; }
.gc-product__includes ul { list-style: none; padding: 0; margin: 0 0 24px; }
.gc-product__includes li {
  font-size: 14px; color: var(--gc-text); padding: 6px 0 6px 24px;
  position: relative;
}
.gc-product__includes li::before {
  content: "✓"; position: absolute; left: 0; color: var(--gc-primary); font-weight: 700;
}

.gc-product__tabs { display: flex; gap: 4px; border-bottom: 2px solid var(--gc-primary-100); margin-bottom: 20px; }
.gc-product__tabs button {
  background: none; border: none; cursor: pointer;
  padding: 10px 20px; font-family: inherit; font-weight: 700; font-size: 14px;
  color: var(--gc-text-muted); border-bottom: 2px solid transparent; margin-bottom: -2px;
}
.gc-product__tabs button.is-active { color: var(--gc-primary); border-color: var(--gc-primary); }
.gc-product__tab-body { font-size: 14px; color: var(--gc-text); line-height: 1.7; }

.gc-related { max-width: var(--gc-container); margin: 0 auto; padding: 32px var(--gc-gutter) 80px; }
.gc-related h2 { font-size: 24px; margin-bottom: 24px; }

/* -- Archive / Explore page ----------------------------------------------- */

.gc-archive-head {
  max-width: var(--gc-container); margin: 0 auto; padding: 40px var(--gc-gutter) 0;
}
.gc-archive-head h1 { font-size: 36px; margin-bottom: 6px; }
.gc-archive-head p  { font-size: 16px; color: var(--gc-text-muted); }

.gc-filters {
  max-width: var(--gc-container); margin: 0 auto; padding: 24px var(--gc-gutter) 0;
  display: flex; gap: 10px; flex-wrap: wrap;
}

.gc-archive-grid {
  max-width: var(--gc-container); margin: 0 auto; padding: 32px var(--gc-gutter) 64px;
}

/* -- Pagination ------------------------------------------------------------ */

.gc-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 48px; flex-wrap: wrap; }
.gc-pagination a, .gc-pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 38px; height: 38px; padding: 0 12px;
  background: var(--gc-white); border: 2px solid var(--gc-primary-100);
  border-radius: var(--gc-radius-pill); font-weight: 700; font-size: 14px;
  color: var(--gc-text); text-decoration: none;
}
.gc-pagination a:hover { background: var(--gc-primary-100); color: var(--gc-primary-dark); }
.gc-pagination .current { background: var(--gc-primary); border-color: var(--gc-primary); color: var(--gc-white); }

/* -- Single blog post ------------------------------------------------------ */

.gc-post-hero {
  max-width: 760px; margin: 0 auto; padding: 48px var(--gc-gutter) 24px;
  text-align: center;
}
.gc-post-hero .cat {
  display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--gc-primary); background: var(--gc-primary-100);
  padding: 4px 12px; border-radius: var(--gc-radius-pill); margin-bottom: 16px;
}
.gc-post-hero h1 { font-size: 44px; line-height: 1.2; margin-bottom: 16px; letter-spacing: -0.02em; }
.gc-post-hero .meta { font-size: 14px; color: var(--gc-text-muted); }
.gc-post-hero .meta span { margin: 0 8px; color: var(--gc-primary-200); }

.gc-post-cover {
  max-width: 960px; margin: 0 auto 40px; padding: 0 var(--gc-gutter);
}
.gc-post-cover .img {
  border-radius: var(--gc-radius-lg); aspect-ratio: 16/9; overflow: hidden;
  background: var(--gc-primary-100);
  display: flex; align-items: center; justify-content: center;
}
.gc-post-cover img { width: 100%; height: 100%; object-fit: cover; }
.gc-post-cover.is-placeholder img { height: 80px; width: auto; opacity: .4; object-fit: contain; }

.gc-post-body {
  max-width: 720px; margin: 0 auto; padding: 0 var(--gc-gutter) 64px;
  font-size: 17px; line-height: 1.75; color: var(--gc-text);
}
.gc-post-body h2 { font-size: 28px; margin: 40px 0 16px; }
.gc-post-body h3 { font-size: 22px; margin: 32px 0 12px; }
.gc-post-body p  { margin-bottom: 20px; }
.gc-post-body ul, .gc-post-body ol { margin: 0 0 20px 24px; }
.gc-post-body li { margin-bottom: 8px; }
.gc-post-body blockquote {
  border-left: 4px solid var(--gc-primary); padding: 8px 0 8px 20px;
  margin: 24px 0; font-style: italic; color: var(--gc-text-muted);
}
.gc-post-body a { color: var(--gc-primary); border-bottom: 1px solid var(--gc-primary-200); }
.gc-post-body a:hover { color: var(--gc-primary-dark); border-color: var(--gc-primary); }
.gc-post-body img { border-radius: var(--gc-radius-lg); margin: 24px 0; }
.gc-post-body figure { margin: 24px 0; }
.gc-post-body figcaption { text-align: center; font-size: 13px; color: var(--gc-text-muted); margin-top: 8px; }

/* -- Default page content -------------------------------------------------- */

.gc-page {
  max-width: 760px; margin: 0 auto; padding: 64px var(--gc-gutter);
}
.gc-page h1 { font-size: 40px; margin-bottom: 24px; letter-spacing: -0.02em; }
.gc-page h2 { font-size: 26px; margin: 32px 0 12px; color: var(--gc-primary-dark); }
.gc-page h3 { font-size: 20px; margin: 24px 0 10px; color: var(--gc-primary-dark); }
.gc-page p, .gc-page li { font-size: 16px; line-height: 1.75; color: var(--gc-text); margin-bottom: 16px; }
.gc-page ul, .gc-page ol { margin: 0 0 16px 22px; }

/* -- Comments -------------------------------------------------------------- */

.gc-comments { max-width: 720px; margin: 0 auto; padding: 32px var(--gc-gutter) 64px; }
.gc-comments h2 { font-size: 22px; margin-bottom: 24px; }
.gc-comments .comment-list { list-style: none; padding: 0; margin: 0 0 32px; }
.gc-comments .comment-body { background: var(--gc-white); border: 1px solid var(--gc-primary-100); border-radius: var(--gc-radius-lg); padding: 16px 20px; margin-bottom: 16px; }
.gc-comments .comment-author { font-weight: 700; color: var(--gc-primary-dark); margin-bottom: 4px; }
.gc-comments .comment-meta { font-size: 12px; color: var(--gc-text-muted); margin-bottom: 10px; }
.gc-comments form { background: var(--gc-white); border-radius: var(--gc-radius-lg); padding: 24px; border: 1px solid var(--gc-primary-100); }
.gc-comments label { display: block; font-weight: 700; margin-bottom: 6px; font-size: 14px; }
.gc-comments input[type="text"], .gc-comments input[type="email"], .gc-comments input[type="url"], .gc-comments textarea {
  width: 100%; padding: 10px 14px; border: 2px solid var(--gc-primary-100);
  border-radius: var(--gc-radius-sm); font-family: inherit; font-size: 14px;
  margin-bottom: 12px; background: var(--gc-primary-50);
}
.gc-comments textarea { resize: vertical; min-height: 120px; }
.gc-comments .submit { background: var(--gc-primary); color: var(--gc-white); border: none; padding: 12px 28px; border-radius: var(--gc-radius-pill); font-weight: 700; font-size: 15px; cursor: pointer; }

/* -- Search / 404 ---------------------------------------------------------- */

.gc-error-404 { max-width: 720px; margin: 0 auto; padding: 80px var(--gc-gutter); text-align: center; }
.gc-error-404 h1 { font-size: 88px; color: var(--gc-primary); margin-bottom: 12px; }
.gc-error-404 h2 { font-size: 28px; margin-bottom: 16px; }
.gc-error-404 p { color: var(--gc-text-muted); margin-bottom: 32px; }
.gc-error-404 img { height: 160px; margin: 0 auto 24px; opacity: .9; }

/* -- Advisor (placeholder shell) ------------------------------------------ */

.gc-advisor { display: flex; min-height: calc(100vh - 64px); }
.gc-advisor__sidebar {
  width: 320px; background: var(--gc-primary-dark); color: var(--gc-white);
  padding: 32px 24px; display: flex; flex-direction: column;
}
.gc-advisor__sidebar h3 { color: var(--gc-white); font-size: 18px; margin-bottom: 16px; }
.gc-advisor__sidebar p { color: var(--gc-primary-200); font-size: 13px; }
.gc-advisor__main { flex: 1; padding: 48px; background: var(--gc-primary-50); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.gc-advisor__main h1 { font-size: 36px; margin-bottom: 12px; }
.gc-advisor__main p  { font-size: 16px; color: var(--gc-text-muted); max-width: 520px; margin-bottom: 32px; }

/* -- Responsive ------------------------------------------------------------ */

@media (max-width: 1024px) {
  .gc-occasions { grid-template-columns: repeat(3, 1fr); }
  .gc-props     { grid-template-columns: repeat(2, 1fr); }
  .gc-reviews,
  .gc-blog-grid { grid-template-columns: repeat(2, 1fr); }
  .gc-product   { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 768px) {
  .gc-section, .gc-section--alt, .gc-section--dark, .gc-section--accent { padding: 48px 0; }
  .gc-hero { padding: 48px 0 56px; }
  .gc-hero__inner { flex-direction: column; gap: 32px; }
  .gc-hero__right { flex: 1; width: 100%; max-width: 360px; height: 280px; }
  .gc-hero h1 { font-size: 36px; }

  .gc-section-head h2 { font-size: 28px; }
  .gc-occasions { grid-template-columns: repeat(2, 1fr); }
  .gc-props     { grid-template-columns: 1fr; }
  .gc-steps     { grid-template-columns: 1fr; }
  .gc-reviews,
  .gc-blog-grid { grid-template-columns: 1fr; }

  .gc-header__nav { display: none; }
  .gc-header__nav.is-open {
    display: block; position: absolute; top: 64px; left: 0; right: 0;
    background: var(--gc-white); border-bottom: 1px solid var(--gc-primary-100);
    padding: 16px var(--gc-gutter);
  }
  .gc-header__nav.is-open ul { flex-direction: column; gap: 0; }
  .gc-header__nav.is-open a { padding: 12px; border-bottom: 1px solid var(--gc-primary-100); }
  .gc-mobile-toggle { display: block; }

  .gc-advisor { flex-direction: column; }
  .gc-advisor__sidebar { width: 100%; }
  .gc-advisor__main { padding: 32px 24px; }

  .gc-post-hero h1 { font-size: 30px; }
  .gc-page h1 { font-size: 32px; }
  .gc-product h1 { font-size: 28px; }
  .gc-product__price { font-size: 26px; }
}

@media (max-width: 480px) {
  :root { --gc-gutter: 20px; }
  .gc-hero h1 { font-size: 30px; }
  .gc-search { flex-direction: column; border-radius: var(--gc-radius-lg); }
  .gc-search button { border-radius: 0 0 var(--gc-radius-md) var(--gc-radius-md); }
  .gc-newsletter__form { flex-direction: column; border-radius: var(--gc-radius-lg); }
  .gc-newsletter__form button { padding: 14px; }
}
