/* Glowence Spa: everything on top of the Webflow template stylesheet.
   The template's scroll animations ran on the Webflow runtime, which this site
   does not load, so the pinned sections are re-laid out here as static ones. */

:root {
  --g-ink: #0f0b08;
  --g-ginger: #af6200;
  --g-ginger-dark: #8d4f00;
  --g-ochre: #d98a1c;
  --g-soft: #f1eeec;
  --g-line: #e2dfde;
  --g-muted: #6f6c6a;
  --g-white: #fefdff;
  --g-radius: 1.25rem;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { background: var(--g-white); color: var(--g-ink); overflow-x: hidden; }
img, video { max-width: 100%; }
:focus-visible { outline: 2px solid var(--g-ochre); outline-offset: 3px; }
[hidden] { display: none !important; }
.g-btn-reset { border: 0; font: inherit; cursor: pointer; text-align: left; }
.button.g-btn-reset { background: none; padding: 0; }

.g-skip {
  position: absolute; left: 1rem; top: -4rem; z-index: 1000; padding: .75rem 1rem; border-radius: 999px;
  background: var(--g-ink); color: #fff; text-decoration: none; font: 600 .95rem Inter, sans-serif;
}
.g-skip:focus { top: 1rem; }

/* ------------------------------------------------ button text hover slide */
.button-text-wrapper { overflow: hidden; }
.button-text._01, .button-text-second._01 { transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.button-text._02, .button-text-second._02 { transform: translateY(110%); transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.button:hover .button-text._01, .second-button-wrapper:hover .button-text-second._01 { transform: translateY(-110%); }
.button:hover .button-text._02, .second-button-wrapper:hover .button-text-second._02 { transform: translateY(0); }
.button-wrapper, .second-button-wrapper { transition: background-color .25s, transform .25s; }
.button:hover .button-wrapper:not(.w-variant-4527e419-e100-9f49-7554-bded74c061a4) { background-color: var(--g-ginger-dark); }
.second-button-wrapper:hover { transform: translateY(-1px); }
.button-icon-wrapper { display: flex; }
.button, .second-button-wrapper { display: inline-flex; }

/* --------------------------------------------------------------- badges */
.g-badge-dark { background-color: var(--g-soft); border-color: var(--g-line); }
.g-badge-dark .badge-text { color: var(--g-ink); }
.g-badge-light { background-color: #fff; border-color: var(--g-line); }
.g-badge-light .badge-text { color: var(--g-ink); }
.badge { width: max-content; max-width: 100%; }

/* ------------------------------------------------------------------ nav */
.g-nav { position: relative; z-index: 50; }
.g-inner-top { padding-top: 2.25rem; background: var(--g-soft); }
.g-nav-right { display: flex; align-items: center; gap: .75rem; }
.g-burger { display: none; width: 3rem; height: 3rem; border: 0; cursor: pointer; flex-direction: column;
  justify-content: center; align-items: center; gap: 5px; padding: 0; }
.g-burger span { display: block; width: 18px; height: 2px; border-radius: 2px; background: #fff; transition: transform .25s, opacity .25s; }
.g-nav.is-open .g-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.g-nav.is-open .g-burger span:nth-child(2) { opacity: 0; }
.g-nav.is-open .g-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.navlink[aria-current="page"] { color: var(--g-ochre); }

@media screen and (max-width: 991px) {
  .g-burger { display: flex; }
  .g-nav .nav-menu {
    display: none; position: absolute; left: 1rem; right: 1rem; top: calc(100% + .5rem); border-radius: 1.5rem;
    padding: 1.25rem 1.5rem; box-shadow: 0 20px 50px rgba(0,0,0,.25);
  }
  .g-nav.is-open .nav-menu { display: block; }
  .g-nav .navlink-wrap { align-items: stretch; }
  .g-nav .navlink.nav-item { display: block; padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 1.05rem; }
  .g-nav .navlink.nav-item:last-child { border-bottom: 0; }
  .g-nav .w-container { position: relative; }
}
@media screen and (max-width: 479px) {
  .g-nav .nav-button-wrap { display: none; }
  .g-nav .nav-brand-text { font-size: 1.15rem; }
}

/* ----------------------------------------------------------------- hero */
.g-hero .hero-top { left: 0; right: 0; padding: 0 1rem; }
.g-hero .hero-top-content-wrapper { text-align: center; }
.g-hero .pragarahp-wrapper { max-width: 36rem; margin-left: auto; margin-right: auto; }

/* ------------------------------------------------------------- courses */
.g-course-list { display: flex; flex-direction: column; gap: 1.5rem; }
.g-row-link { color: inherit; text-decoration: none; }
.g-row-link:hover { color: var(--g-ginger); }
.course-row-title { margin: 0; }
.g-row-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.25rem; margin-top: 1.25rem; }
.g-text-btn { background: none; border: 0; padding: .25rem 0; cursor: pointer; font: 600 .95rem Inter, sans-serif;
  color: var(--g-ginger); text-decoration: underline; text-underline-offset: 4px; }
.g-text-btn:hover { color: var(--g-ink); }
.course-row-price-value { white-space: nowrap; }

/* ------------------------------------------------------ inside section */
.g-service-card .service-card-footer { flex-wrap: wrap; gap: 1rem; }
.g-service-card .service-overview .g-ico { width: 2.5rem; height: 2.5rem; padding: .55rem; border-radius: 999px;
  background: var(--g-soft); color: var(--g-ginger); flex: none; }
.service-card-title { margin: 0; }

/* --------------------------------------------------------------- reels */
.g-reel { position: relative; }
.g-reel .reel-image { position: relative; overflow: hidden; }
.g-reel-video { width: 100%; height: 100%; object-fit: cover; display: block; background: #2a211a; }
.g-reel-btn { position: absolute; right: .75rem; bottom: .75rem; width: 2.5rem; height: 2.5rem; border-radius: 999px;
  border: 0; background: rgba(15,11,8,.8); cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 3; }
.g-reel-play { width: 0; height: 0; border-left: 11px solid #fff; border-top: 7px solid transparent; border-bottom: 7px solid transparent; margin-left: 3px; }
.g-reel.is-playing .g-reel-play { width: 11px; height: 13px; border: 0; margin: 0; border-left: 4px solid #fff; border-right: 4px solid #fff; }
.g-reel-cta { display: flex; justify-content: center; margin-top: 2rem; position: relative; z-index: 2; }
.g-reel-stage { padding-bottom: 2.5rem; }

/* ------------------------------------------------------------- process */
.g-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; padding: 0 1rem;
  max-width: 90rem; margin: 0 auto; align-items: start; }
.g-steps .media { transform: none !important; height: auto; }
.g-steps .media:nth-child(1) { margin-top: 12rem; }
.g-steps .media:nth-child(2) { margin-top: 9rem; }
.g-steps .media:nth-child(3) { margin-top: 6rem; }
.g-steps .media:nth-child(4) { margin-top: 3rem; }
.g-steps .process-content-wrapper h3 { margin: 0; }
.g-steps .process-image-wrapper img { width: 100%; }
@media screen and (max-width: 991px) {
  .g-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
  .g-steps .media:nth-child(n) { margin-top: 0; }
}
@media screen and (max-width: 479px) {
  .g-steps { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------- pricing */
.g-package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.package-title { margin-top: 0; }
.g-price-note { display: flex; justify-content: center; align-items: center; gap: .5rem; margin: 2rem 0 0;
  color: var(--g-muted); font: 400 .95rem Inter, sans-serif; text-align: center; }
.g-price-note .g-ico { width: 1.1rem; height: 1.1rem; flex: none; }
@media screen and (max-width: 767px) { .g-package-grid { grid-template-columns: 1fr; } }

/* ----------------------------------------------------------------- faq */
.g-faq-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 3rem; align-items: start; }
.g-faq-intro { display: flex; flex-direction: column; gap: 1.25rem; align-items: flex-start; position: sticky; top: 2rem; }
.g-faq-intro a { color: var(--g-ginger); }
.g-faq-list { display: flex; flex-direction: column; gap: .75rem; }
.g-faq-item { background: #fff; border: 1px solid var(--g-line); border-radius: 1rem; transition: border-color .2s; }
.g-faq-item[open] { border-color: var(--g-ginger); }
.g-faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; padding: 1.15rem 1.35rem; font: 500 1.1rem/1.4 Lora, serif; color: var(--g-ink); }
.g-faq-item summary::-webkit-details-marker { display: none; }
.g-faq-plus { position: relative; width: 1.75rem; height: 1.75rem; border-radius: 999px; background: var(--g-soft); flex: none; }
.g-faq-plus::before, .g-faq-plus::after { content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 1.5px;
  background: var(--g-ginger); transform: translate(-50%, -50%); transition: transform .25s; }
.g-faq-plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.g-faq-item[open] .g-faq-plus::after { transform: translate(-50%, -50%) rotate(0); }
.g-faq-item p { margin: 0; padding: 0 1.35rem 1.25rem; color: var(--g-muted); font: 400 1rem/1.65 Inter, sans-serif; }
@media screen and (max-width: 991px) {
  .g-faq-grid { grid-template-columns: 1fr; gap: 2rem; }
  .g-faq-intro { position: static; }
}

/* ----------------------------------------------------------------- cta */
.g-cta .cta-sticky-wrap { height: auto; }
.g-cta .cta-sticky { position: relative; height: 54rem; top: auto; }
@media screen and (max-width: 991px) { .g-cta .cta-sticky { height: 46rem; } }
@media screen and (max-width: 767px) { .g-cta .cta-sticky { height: 36rem; } }
@media screen and (max-width: 479px) { .g-cta .cta-sticky { height: 30rem; } }

/* ---------------------------------------------------------- inner pages */
.g-page-hero { padding: 4rem 0 3.5rem; text-align: center; border-top: 0; }
.g-page-hero .badge { margin: 0 auto 1.25rem; }
.g-page-title { max-width: 48rem; margin: 0 auto; }
.g-page-sub { max-width: 40rem; margin: 1rem auto 0; }
.g-narrow { max-width: 50rem; }
.g-center { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.g-muted { color: var(--g-muted); }
.g-small { font-size: .9rem; }
.g-h2 { font: 500 1.6rem/1.25 Lora, serif; color: var(--g-ink); margin: 0 0 1rem; }
.g-card { background: #fff; border: 1px solid var(--g-line); border-radius: var(--g-radius); padding: 2rem;
  margin-bottom: 1.5rem; font: 400 1rem/1.65 Inter, sans-serif; }
.g-card p { margin: 0 0 1rem; }
.g-card p:last-child { margin-bottom: 0; }
.g-card a, .g-prose a, .g-doc a, .g-panel a, .g-contact-card a, .g-notice a { color: var(--g-ginger); }

/* course page */
.g-course-hero { padding: 2.5rem 0 4rem; border-top: 0; }
.g-crumbs { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; font: 400 .9rem Inter, sans-serif; color: var(--g-muted); }
.g-crumbs a { color: var(--g-muted); text-decoration: none; }
.g-crumbs a:hover { color: var(--g-ginger); }
.g-course-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 3.5rem; align-items: center; }
.g-course-hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 1.25rem; }
.g-course-title { margin: 0; }
.g-course-lead { margin: 0; }
.g-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.g-course-img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 1.5rem;
  box-shadow: 0 30px 60px rgba(15, 11, 8, .15); }
.g-buybox { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem 1.75rem; padding: 1.25rem 1.5rem;
  background: #fff; border: 1px solid var(--g-line); border-radius: 1.25rem; }
.g-buybox-price { display: flex; flex-direction: column; }
.g-buybox-amount { font: 500 2.4rem/1 Lora, serif; color: var(--g-ginger); }
.g-buybox-note { font: 400 .85rem Inter, sans-serif; color: var(--g-muted); margin-top: .35rem; }
.g-assure, .g-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .65rem;
  font: 400 1rem/1.5 Inter, sans-serif; }
.g-assure li, .g-list li { display: flex; gap: .65rem; align-items: flex-start; }
.g-assure .g-ico, .g-list .g-ico { width: 1.25rem; height: 1.25rem; flex: none; color: var(--g-ginger); margin-top: .1rem; }
.g-assure { flex-direction: row; flex-wrap: wrap; gap: .75rem 1.5rem; font-size: .92rem; color: var(--g-muted); }
.g-course-body { display: flex; flex-direction: column; gap: 3rem; }
.g-two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.g-panel { background: var(--g-soft); border-radius: var(--g-radius); padding: 2rem; font: 400 1rem/1.65 Inter, sans-serif; }
.g-panel p { margin: 0 0 1rem; }
.g-panel-dark { background: var(--g-ink); color: #e9e4e0; }
.g-panel-dark .g-h2 { color: #fff; }
.g-panel-dark a { color: var(--g-ochre); }
.g-panel-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; }
.g-block-title { margin: 1rem 0 .75rem; }
.g-modules { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.g-module { display: flex; gap: 1.1rem; padding: 1.35rem 1.5rem; background: #fff; border: 1px solid var(--g-line); border-radius: 1.1rem; }
.g-module-n { font: 500 1.35rem/1 Lora, serif; color: var(--g-ginger); min-width: 2rem; padding-top: .15rem; }
.g-module h3 { margin: 0 0 .35rem; font: 600 1.02rem/1.35 Inter, sans-serif; color: var(--g-ink); }
.g-module p { margin: 0; font: 400 .95rem/1.55 Inter, sans-serif; color: var(--g-muted); }
.g-notice { display: flex; gap: 1rem; padding: 1.35rem 1.5rem; border-radius: 1.1rem; background: #fbf3e6;
  border: 1px solid #f0dcc0; font: 400 .95rem/1.6 Inter, sans-serif; }
.g-notice .g-ico { width: 1.5rem; height: 1.5rem; flex: none; color: var(--g-ginger); }
.g-notice p { margin: 0; }
.g-upsell { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1.5rem 3rem;
  padding: 2.5rem; background: #fff; border-radius: 1.5rem; border: 1px solid var(--g-line); }
.g-upsell > div:first-child { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; max-width: 40rem; }
.g-upsell .section-heading, .g-upsell p { margin: 0; }
@media screen and (max-width: 991px) {
  .g-course-hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .g-course-hero-media { order: -1; }
}
@media screen and (max-width: 767px) {
  .g-two, .g-modules { grid-template-columns: 1fr; }
  .g-panel, .g-card { padding: 1.5rem; }
  .g-upsell { padding: 1.75rem; }
}

/* about */
.g-about-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 3.5rem; align-items: start; }
.g-about-img { width: 100%; height: auto; border-radius: 1.5rem; object-fit: cover; aspect-ratio: 4 / 5; position: sticky; top: 2rem; }
.g-prose { font: 400 1.05rem/1.75 Inter, sans-serif; color: #2b2622; }
.g-prose .g-h2 { margin-top: 2rem; }
.g-prose .g-h2:first-child { margin-top: 0; }
@media screen and (max-width: 991px) {
  .g-about-grid { grid-template-columns: 1fr; }
  .g-about-img { position: static; aspect-ratio: 16 / 10; }
  .g-about-media { order: -1; }
}

/* contact */
.g-contact-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 2rem; align-items: start; }
.g-contact-info { display: flex; flex-direction: column; gap: 1rem; }
.g-contact-card { display: flex; gap: 1rem; padding: 1.35rem 1.5rem; background: var(--g-soft); border-radius: 1.1rem;
  font: 400 .98rem/1.55 Inter, sans-serif; }
.g-contact-card .g-ico { width: 2.5rem; height: 2.5rem; padding: .55rem; flex: none; border-radius: 999px; background: #fff; color: var(--g-ginger); }
.g-contact-card h2 { margin: 0 0 .25rem; font: 600 1rem Inter, sans-serif; }
.g-contact-card p { margin: 0; overflow-wrap: anywhere; }
.g-contact-tip { background: #fbf3e6; }
@media screen and (max-width: 991px) { .g-contact-grid { grid-template-columns: 1fr; } }

/* forms */
.g-form { display: flex; flex-direction: column; gap: 1.1rem; font: 400 1rem Inter, sans-serif; }
.g-card-form { background: #fff; border: 1px solid var(--g-line); border-radius: var(--g-radius); padding: 2rem; }
.g-field { display: flex; flex-direction: column; gap: .4rem; }
.g-field label { font-weight: 600; font-size: .92rem; }
.g-field input, .g-field select, .g-field textarea { width: 100%; padding: .85rem 1rem; border: 1px solid #cfcac7;
  border-radius: .8rem; background: #fff; font: 400 1rem Inter, sans-serif; color: var(--g-ink); }
.g-field textarea { resize: vertical; min-height: 8rem; }
.g-field input:focus, .g-field select:focus, .g-field textarea:focus { outline: none; border-color: var(--g-ginger);
  box-shadow: 0 0 0 3px rgba(175, 98, 0, .15); }
.g-inline-form { flex-direction: row; align-items: flex-end; flex-wrap: wrap; margin: 1.25rem 0 1rem; }
.g-inline-form .g-field { flex: 1 1 16rem; }
.g-check { display: flex; gap: .7rem; align-items: flex-start; font: 400 .9rem/1.5 Inter, sans-serif; color: #3b3530; cursor: pointer; }
.g-check input { width: 1.15rem; height: 1.15rem; margin-top: .15rem; flex: none; accent-color: var(--g-ginger); }
.g-check a { color: var(--g-ginger); }
.g-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.g-form-msg { margin: 0; padding: .85rem 1rem; border-radius: .8rem; font: 400 .95rem/1.5 Inter, sans-serif; background: #fbf3e6; color: #6b3d00; }
.g-form-msg.is-ok { background: #edf6ee; color: #1f5a2a; }
.g-form-msg.is-err { background: #fdeeee; color: #8a1c1c; }
.g-pay { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: 1rem 1.6rem; border: 0;
  border-radius: 999px; background: var(--g-ginger); color: #fff; font: 600 1rem Inter, sans-serif; cursor: pointer;
  transition: background-color .2s; }
.g-pay:hover { background: var(--g-ginger-dark); }
.g-pay[disabled] { opacity: .6; cursor: wait; }
.g-pay .g-ico { width: 1.15rem; height: 1.15rem; }

/* library */
.g-lib-head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; align-items: flex-end; }
.g-lib-head .g-h2 { margin: .25rem 0 0; }
.g-lib-course { margin-bottom: 1.5rem; }
.g-lib-course h3 { margin: 0 0 1rem; font: 500 1.35rem Lora, serif; }
.g-lib-items { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.g-lib-item { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .85rem 0;
  border-top: 1px solid var(--g-line); font: 400 .98rem/1.45 Inter, sans-serif; }
.g-lib-item a { font-weight: 600; white-space: nowrap; }
.g-lib-soon { font-size: .85rem; color: var(--g-muted); white-space: nowrap; }
.g-table { width: 100%; border-collapse: collapse; margin: 1rem 0; font: 400 .98rem Inter, sans-serif; }
.g-table th, .g-table td { text-align: left; padding: .7rem 0; border-bottom: 1px solid var(--g-line); vertical-align: top; }
.g-table th { width: 40%; color: var(--g-muted); font-weight: 500; }
.g-table code { word-break: break-all; font-size: .85rem; }

/* legal documents */
.g-doc { max-width: 52rem; margin: 0 auto; font: 400 1.02rem/1.75 Inter, sans-serif; color: #2b2622; }
.g-doc h2 { font: 500 1.55rem/1.3 Lora, serif; color: var(--g-ink); margin: 2.5rem 0 .75rem; }
.g-doc h3 { font: 600 1.05rem Inter, sans-serif; margin: 1.5rem 0 .5rem; }
.g-doc p { margin: 0 0 1rem; }
.g-doc ul, .g-doc ol { padding-left: 1.3rem; margin: 0 0 1rem; }
.g-doc li { margin-bottom: .4rem; }
.g-doc table { width: 100%; border-collapse: collapse; margin: 1rem 0 1.5rem; font-size: .93rem; display: block;
  overflow-x: auto; -webkit-overflow-scrolling: touch; }
.g-doc th, .g-doc td { border: 1px solid var(--g-line); padding: .65rem .8rem; text-align: left; vertical-align: top; }
.g-doc th { background: var(--g-soft); font-weight: 600; }
.g-doc code { font-size: .88em; background: var(--g-soft); padding: .1rem .35rem; border-radius: .3rem; }
.g-inline-btn { background: none; border: 0; padding: 0; font: inherit; color: var(--g-ginger); text-decoration: underline; cursor: pointer; }

/* --------------------------------------------------------------- footer */
.g-foot { padding-top: 5rem; color: #cfc9c4; font: 400 .95rem/1.6 Inter, sans-serif; }
.g-foot a { color: #e9e4e0; text-decoration: none; transition: color .2s; }
.g-foot a:hover { color: var(--g-ochre); }
.g-foot-top { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 4rem; padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 252, 251, .12); }
.g-foot-logo { display: inline-flex; margin-bottom: 1.25rem; }
.g-foot-logo .nav-brand-text { color: #fff; font-size: 1.35rem; }
.g-foot-pitch { margin: 0 0 1.5rem; max-width: 26rem; color: #bdb6b0; }
.g-foot-badges { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.g-foot-badges li { display: flex; align-items: center; gap: .65rem; font-size: .9rem; color: #e9e4e0; }
.g-foot-badges .g-ico { width: 1.9rem; height: 1.9rem; padding: .4rem; flex: none; border-radius: 999px;
  border: 1px solid rgba(217, 138, 28, .45); color: var(--g-ochre); }
.g-foot-cols { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) minmax(0, 1fr); gap: 2rem; }
.g-foot-title { margin: 0 0 1.1rem; color: #fff; font-weight: 600; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.g-foot-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .7rem; }
.g-foot-link { font-size: .93rem; line-height: 1.4; }
.g-foot-seller { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; padding: 2.25rem 0;
  border-bottom: 1px solid rgba(255, 252, 251, .12); }
.g-foot-cell { display: flex; gap: .85rem; align-items: flex-start; min-width: 0; }
.g-foot-cell .g-ico { width: 1.25rem; height: 1.25rem; flex: none; color: var(--g-ochre); margin-top: .15rem; }
.g-foot-label { margin: 0 0 .35rem; color: #fff; font-weight: 600; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.g-foot-value { margin: 0; font-size: .9rem; line-height: 1.6; color: #bdb6b0; overflow-wrap: anywhere; }
.g-foot-notice { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem 3rem; padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 252, 251, .12); font-size: .85rem; line-height: 1.65; color: #a39c96; }
.g-foot-notice p { margin: 0; }
.g-foot-notice strong { color: #e9e4e0; font-weight: 600; }
.g-foot-notice a { color: var(--g-ochre); text-decoration: underline; text-underline-offset: 3px; }
.g-foot-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem 2rem;
  padding: 1.75rem 0 .5rem; font-size: .85rem; color: #a39c96; }
.g-foot-bottom p { margin: 0; }
.g-foot-bottom-links { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; }
.g-foot-bottom-links a, .g-foot-bottom-links button { color: #cfc9c4; font: inherit; }
.g-foot-bottom-links button { background: none; border: 0; padding: 0; cursor: pointer; }
.g-foot-bottom-links button:hover { color: var(--g-ochre); }
.g-wordmark { margin-top: 2rem; padding-bottom: 1.5rem; pointer-events: none; user-select: none; }
.g-wordmark .footer-wordmark-text { font-family: Lora, serif; color: rgba(255, 252, 251, .07); font-size: 13.5vw;
  line-height: 1; font-weight: 500; letter-spacing: -.02em; }

@media screen and (max-width: 1199px) {
  .g-foot-top { grid-template-columns: 1fr; gap: 3rem; }
  .g-foot-pitch { max-width: 36rem; }
  .g-foot-badges { grid-template-columns: repeat(2, minmax(0, max-content)); column-gap: 2rem; }
  .g-foot-seller { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media screen and (max-width: 767px) {
  .g-foot { padding-top: 3.5rem; }
  .g-foot-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.25rem 1.5rem; }
  .g-foot-cols .g-foot-col:first-child { grid-column: 1 / -1; }
  .g-foot-cols .g-foot-col:first-child .g-foot-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem 1.5rem; }
  .g-foot-badges { grid-template-columns: 1fr; }
  .g-foot-notice { grid-template-columns: 1fr; }
  .g-foot-bottom { flex-direction: column; align-items: flex-start; }
}
@media screen and (max-width: 479px) {
  .g-foot-seller { grid-template-columns: 1fr; }
  .g-foot-cols .g-foot-col:first-child .g-foot-list { grid-template-columns: 1fr; }
}

/* ---------------------------------------------------------- buy dialog */
.g-modal { position: fixed; inset: 0; z-index: 900; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.g-modal-backdrop { position: absolute; inset: 0; background: rgba(15, 11, 8, .6); backdrop-filter: blur(3px); }
.g-modal-card { position: relative; width: 100%; max-width: 32rem; max-height: calc(100vh - 2rem); overflow-y: auto;
  background: #fff; border-radius: 1.5rem; padding: 2rem; box-shadow: 0 40px 80px rgba(0, 0, 0, .3);
  font: 400 1rem/1.55 Inter, sans-serif; animation: g-pop .25s ease-out; }
@keyframes g-pop { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
.g-modal-x { position: absolute; top: 1rem; right: 1rem; width: 2.25rem; height: 2.25rem; border-radius: 999px; border: 0;
  background: var(--g-soft); font-size: 1.4rem; line-height: 1; cursor: pointer; color: var(--g-ink); }
.g-modal-kicker { margin: 0; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--g-ginger); font-weight: 600; }
.g-modal-title { margin: .4rem 2.5rem .5rem 0; font: 500 1.6rem/1.25 Lora, serif; }
.g-modal-price { margin: 0 0 1rem; font: 500 1.9rem Lora, serif; color: var(--g-ginger); }
.g-modal-price small { font: 400 .85rem Inter, sans-serif; color: var(--g-muted); }
.g-modal-list { list-style: none; margin: 0 0 1.25rem; padding: 1rem 1.1rem; background: var(--g-soft); border-radius: 1rem;
  display: flex; flex-direction: column; gap: .5rem; font-size: .93rem; }
.g-modal-list li { display: flex; gap: .55rem; align-items: flex-start; }
.g-modal-list .g-ico { width: 1.1rem; height: 1.1rem; color: var(--g-ginger); flex: none; margin-top: .15rem; }
.g-modal-form { display: flex; flex-direction: column; gap: 1rem; }
.g-modal-form .g-pay { width: 100%; }
.g-modal-foot { margin: 0; font-size: .82rem; color: var(--g-muted); text-align: center; }
body.g-lock { overflow: hidden; }

/* --------------------------------------------------------- cookie banner */
.c-consent { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 800; max-width: 44rem; margin: 0 auto;
  background: var(--g-ink); color: #e9e4e0; border-radius: 1.25rem; padding: 1.35rem 1.5rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35); font: 400 .92rem/1.55 Inter, sans-serif; }
.c-consent__title { margin: 0 0 .35rem; color: #fff; font: 500 1.1rem Lora, serif; }
.c-consent__text { margin: 0; color: #cfc9c4; }
.c-consent__text a { color: var(--g-ochre); }
.c-consent__actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1rem; }
.c-consent__btn { border-radius: 999px; padding: .7rem 1.2rem; font: 600 .9rem Inter, sans-serif; cursor: pointer; border: 1px solid transparent; }
.c-consent__btn--accept { background: var(--g-ginger); color: #fff; }
.c-consent__btn--accept:hover { background: var(--g-ochre); }
.c-consent__btn--reject { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .35); }
.c-consent__btn--reject:hover { border-color: #fff; }
.c-consent__btn--link { background: none; color: #cfc9c4; text-decoration: underline; padding-left: .25rem; padding-right: .25rem; }
.c-consent__prefs { margin-top: 1rem; border-top: 1px solid rgba(255, 255, 255, .12); padding-top: .5rem; }
.c-consent__row { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.c-consent__rowTitle { margin: 0 0 .2rem; color: #fff; font-weight: 600; }
.c-consent__rowDesc { margin: 0; font-size: .85rem; color: #a39c96; }
.c-consent__toggle { display: flex; align-items: center; gap: .4rem; white-space: nowrap; font-size: .85rem; }
.c-consent__toggle input { accent-color: var(--g-ochre); width: 1.1rem; height: 1.1rem; }
@media screen and (max-width: 479px) {
  .c-consent { left: .5rem; right: .5rem; bottom: .5rem; padding: 1.1rem; }
  .c-consent__btn { flex: 1 1 auto; text-align: center; }
  .c-consent__row { flex-direction: column; }
}

/* ------------------------------------------------------- reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* burger: the template's .menu-button padding and float fight the icon */
.g-nav .g-burger { position: relative; float: none; padding: 0 !important; width: 3rem; height: 3rem; flex: none;
  border-radius: 999px; background-color: var(--g-ochre); }
.g-nav .g-burger span { position: absolute; left: 50%; top: 50%; width: 18px; height: 2px; margin: 0;
  transform-origin: center; }
.g-nav .g-burger span:nth-child(1) { transform: translate(-50%, calc(-50% - 6px)); }
.g-nav .g-burger span:nth-child(2) { transform: translate(-50%, -50%); }
.g-nav .g-burger span:nth-child(3) { transform: translate(-50%, calc(-50% + 6px)); }
.g-nav.is-open .g-burger span:nth-child(1) { transform: translate(-50%, -50%) rotate(45deg); }
.g-nav.is-open .g-burger span:nth-child(3) { transform: translate(-50%, -50%) rotate(-45deg); }
