/* ==========================================================================
   Café Tango — main.css
   Maquetado por sección. Portado 1:1 desde el handoff (Cafe Tango Landing V2).
   ========================================================================== */

html { scroll-behavior: smooth; }
body { color: #2b2621; -webkit-font-smoothing: antialiased; }
a { color: #b8562a; text-decoration: none; }
a:hover { color: var(--ct-morning); }
p { text-wrap: pretty; }
h1, h2, h3 { margin: 0; text-wrap: balance; }

/* overflow-x: clip clipea el desborde horizontal SIN romper position:sticky
   del nav (a diferencia de overflow-x:hidden, que crea un scroll-container). */
.ct-main { overflow-x: clip; }

/* Helpers reutilizables */
.ct-eyebrow {
  font-family: var(--ct-font-body); font-weight: 700; font-size: 12px;
  letter-spacing: 3px; text-transform: uppercase;
}
.ct-eyebrow--gold { color: var(--ct-gold); }
.ct-eyebrow--rust { color: #b8562a; }
.ct-rule-gold { width: 64px; height: 3px; background: var(--ct-gold); border-radius: 2px; margin: 16px auto 0; }
.ct-section-head { text-align: center; margin-bottom: 44px; }
.ct-section-head p { font-size: 15px; line-height: 1.6; color: #6a6053; max-width: 46ch; margin: 16px auto 0; }
.ct-h2-display { font-family: var(--ct-font-display); font-weight: 300; color: #2b2621; }

/* Reveal on scroll */
html[data-anim="on"] [data-reveal] { opacity: 0; transform: translateY(26px); }
html[data-anim="on"] [data-reveal].is-in {
  opacity: 1; transform: none;
  transition: opacity .7s cubic-bezier(.2,.6,.2,1), transform .7s cubic-bezier(.2,.6,.2,1);
}

/* ==========================================================================
   NAV
   ========================================================================== */
.ct-nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 24px;
  padding: 14px 40px;
  background: rgba(243, 236, 222, .92);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border-bottom: 2px solid var(--ct-gold);
}
.ct-nav__logo { display: flex; align-items: center; }
.ct-nav__logo img { height: 30px; width: auto; }
.ct-nav__links { display: flex; gap: 26px; margin-left: 18px; }
.ct-nav__links a { color: #2b2621; font-size: 14px; font-weight: 700; }
.ct-nav__links a:hover { color: var(--ct-morning); }
.ct-nav__right { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.ct-ig { display: inline-flex; align-items: center; gap: 7px; color: var(--ct-coffee); font-size: 13px; font-weight: 700; }
.ct-ig:hover { color: var(--ct-morning); }
.ct-nav__quote {
  background: var(--ct-morning); color: #fff; font-size: 14px; font-weight: 700;
  padding: 10px 20px; border-radius: 40px; box-shadow: 0 4px 14px rgba(245, 135, 84, .35);
  transition: filter .2s ease, transform .2s ease;
}
.ct-nav__quote:hover { filter: brightness(1.05); transform: translateY(-1px); color: #fff; }
.ct-burger {
  display: none; width: 44px; height: 44px; border: none; background: transparent;
  cursor: pointer; flex-direction: column; justify-content: center; align-items: center; gap: 5px; padding: 0;
}
.ct-burger span { width: 24px; height: 2px; background: #2b2621; display: block; border-radius: 2px; }
.ct-mobile-menu {
  display: none; position: fixed; top: 59px; left: 0; right: 0; z-index: 49;
  background: rgba(243, 236, 222, .98);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border-bottom: 2px solid var(--ct-gold); box-shadow: 0 12px 30px rgba(43, 38, 33, .14);
  flex-direction: column; padding: 8px 22px 20px;
}
.ct-mobile-menu a { color: #2b2621; font-size: 16px; font-weight: 700; padding: 14px 4px; border-bottom: 1px solid #e2d8c4; }
.ct-mobile-menu a.ct-ig { color: var(--ct-coffee); border-bottom: 1px solid #e2d8c4; }
.ct-mobile-menu a.ct-mobile-quote {
  margin-top: 12px; text-align: center; justify-content: center;
  background: var(--ct-morning); color: #fff; font-size: 16px; font-weight: 700;
  padding: 14px 20px; border-radius: 40px; border-bottom: none;
}

/* ==========================================================================
   WHATSAPP floating button
   ========================================================================== */
.ct-wa {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  width: 60px; height: 60px; border-radius: 50%; background: #25D366;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .45);
  display: flex; align-items: center; justify-content: center;
  transition: transform .25s ease, box-shadow .25s ease;
}
.ct-wa:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 12px 30px rgba(37, 211, 102, .55); }

/* ==========================================================================
   HERO
   ========================================================================== */
.ct-hero { position: relative; min-height: 86vh; display: flex; align-items: flex-end; }
.ct-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.ct-hero__grad { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,16,12,.32) 0%, rgba(20,16,12,0) 30%, rgba(20,16,12,.68) 100%); }
.ct-hero__overlay { position: absolute; inset: 0; background: rgba(18, 14, 10, var(--ct-overlay, .42)); }
.ct-hero__content { position: relative; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 40px 70px; }
.ct-hero__eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.ct-hero__eyebrow span { width: 30px; height: 2px; background: var(--ct-gold); display: inline-block; }
.ct-hero__eyebrow div { font-family: var(--ct-font-body); font-weight: 700; font-size: 12px; letter-spacing: 4px; color: var(--ct-gold); text-transform: uppercase; }
.ct-hero__content h1 { font-family: var(--ct-font-display); font-weight: 300; font-size: clamp(38px, 6vw, 74px); line-height: 1.02; color: #fff; max-width: 16ch; letter-spacing: .5px; }
.ct-hero__content p { font-size: clamp(16px, 1.6vw, 20px); line-height: 1.55; color: #f0e7d7; max-width: 56ch; margin: 20px 0 22px; }
.ct-hero__pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.ct-hero__pills span { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.12); border: 1px solid rgba(231,181,44,.6); color: #fff; font-size: 13px; font-weight: 700; padding: 7px 14px; border-radius: 30px; }
.ct-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: flex-end; }
.ct-btn-primary { background: var(--ct-morning); color: #fff; font-size: 16px; font-weight: 700; padding: 15px 30px; border-radius: 44px; box-shadow: 0 8px 24px rgba(245,135,84,.4); transition: filter .2s ease, transform .2s ease; }
.ct-btn-primary:hover { filter: brightness(1.06); transform: translateY(-2px); color: #fff; }
.ct-btn-ghost { color: #fff; font-size: 15px; font-weight: 700; padding: 14px 26px; border-radius: 44px; border: 1.5px solid rgba(255,255,255,.6); transition: background .2s ease; }
.ct-btn-ghost:hover { background: rgba(255,255,255,.14); color: #fff; }

@keyframes ctHeroFade { from { opacity: 0; transform: scale(1.04); } to { opacity: 1; transform: scale(1); } }
@keyframes ctHeroUp   { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
html[data-anim="on"] .ct-hero__img { animation: ctHeroFade 1.4s ease both; }
html[data-anim="on"] .ct-hero__content > * { animation: ctHeroUp .8s ease both; }
html[data-anim="on"] .ct-hero__content > *:nth-child(2) { animation-delay: .12s; }
html[data-anim="on"] .ct-hero__content > *:nth-child(3) { animation-delay: .22s; }
html[data-anim="on"] .ct-hero__content > *:nth-child(4) { animation-delay: .32s; }
html[data-anim="on"] .ct-hero__content > *:nth-child(5) { animation-delay: .42s; }

/* ==========================================================================
   ABOUT (#about)
   ========================================================================== */
#about { background: var(--ct-brown-2); background-image: url("../img/beans-white.png"); background-size: 230px; scroll-margin-top: 64px; }
.ct-about__inner { max-width: 1180px; margin: 0 auto; padding: 30px 40px 76px; }
.ct-about__ribbon { text-align: left; margin-bottom: 8px; }
.ct-about__ribbon img { width: min(420px, 100%); height: auto; display: inline-block; }
.ct-about__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.ct-about__eyebrow { margin-bottom: 14px; }
.ct-about__title { font-family: var(--ct-font-script); font-weight: 400; font-size: clamp(32px, 4.4vw, 54px); line-height: 1.04; color: var(--ct-morning); margin-bottom: 20px; }
.ct-about__text { font-size: 16px; line-height: 1.7; color: #e7dcc9; max-width: 48ch; margin: 0 0 24px; }
.ct-about__list { display: flex; flex-direction: column; gap: 12px; }
.ct-about__li { display: flex; align-items: center; gap: 12px; }
.ct-about__li svg { flex: none; }
.ct-about__li span { font-size: 15px; font-weight: 700; color: #f2ead9; }
.ct-about__photo { position: relative; border-radius: 14px; overflow: hidden; box-shadow: 0 20px 46px rgba(0,0,0,.45); aspect-ratio: 4/5; }
.ct-about__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }

/* ==========================================================================
   SETUPS (#setups)
   ========================================================================== */
#setups { max-width: 1200px; margin: 0 auto; padding: 70px 40px 40px; scroll-margin-top: 74px; }
#setups .ct-h2-display { font-size: clamp(30px, 4vw, 48px); }
.ct-setups__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 6px 0 20px; }
.ct-setup-card {
  background: var(--ct-card-bg); border: 1px solid var(--ct-card-border); border-radius: 16px;
  overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--ct-shadow-card);
  transition: transform .35s cubic-bezier(.2,.6,.2,1), box-shadow .35s cubic-bezier(.2,.6,.2,1);
}
.ct-setup-card:hover { transform: translateY(-8px); box-shadow: var(--ct-shadow-hover); }
.ct-setup-card__media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.ct-setup-card__media img { width: 100%; height: 100%; object-fit: cover; }
.ct-setup-card__num { position: absolute; top: 14px; left: 14px; font-family: var(--ct-font-display); font-weight: 300; font-size: 20px; color: #fff; background: rgba(38,32,26,.6); width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }
.ct-setup-card__body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.ct-setup-card__body h3 { font-family: var(--ct-font-display); font-weight: 300; font-size: 29px; color: #2b2621; margin: 0 0 12px; }
.ct-setup-card__body p { font-size: 15px; line-height: 1.6; color: var(--ct-text); margin: 0 0 18px; }
.ct-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.ct-tag { background: #efe4d1; border: 1px solid #e2d5bd; color: #6a6053; font-size: 12px; font-weight: 700; padding: 6px 12px; border-radius: 20px; }
.ct-card-link { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; color: var(--ct-morning); font-size: 15px; font-weight: 700; transition: gap .2s ease; }
.ct-card-link:hover { gap: 12px; color: var(--ct-morning); }

/* ==========================================================================
   MENU (#menu)
   ========================================================================== */
#menu { background: var(--ct-brown-1); color: #f0e7d7; scroll-margin-top: 64px; }
.ct-menu__inner { max-width: 1180px; margin: 0 auto; padding: 74px 40px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.ct-menu__icon { color: var(--ct-morning); margin-bottom: 12px; }
.ct-menu__title { font-family: var(--ct-font-display); font-weight: 300; font-size: clamp(28px, 3.5vw, 42px); color: #fff; margin-bottom: 28px; }
.ct-menu__cats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 36px; }
.ct-menu__cat { border-top: 2px solid var(--ct-gold); padding-top: 10px; }
.ct-menu__cat--full { grid-column: 1 / -1; }
.ct-menu__cat-name { font-size: 15px; font-weight: 700; color: #fff; }
.ct-menu__cat-desc { font-size: 13px; color: #b3a893; margin-top: 3px; }
.ct-menu__photo { border-radius: 14px; overflow: hidden; box-shadow: 0 18px 44px rgba(0,0,0,.4); aspect-ratio: 3/4; }
.ct-menu__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 56%; transform: scale(1.12); }

/* ==========================================================================
   EVENTS (#events)
   ========================================================================== */
#events { max-width: 1200px; margin: 0 auto; padding: 78px 40px 40px; scroll-margin-top: 64px; }
#events .ct-h2-display { font-size: clamp(28px, 3.8vw, 46px); }
.ct-events__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.ct-event-card {
  background: var(--ct-card-bg); border: 1px solid var(--ct-card-border); border-top: 3px solid var(--ct-gold);
  border-radius: 12px; padding: 26px 22px;
  transition: transform .35s cubic-bezier(.2,.6,.2,1), box-shadow .35s cubic-bezier(.2,.6,.2,1);
}
.ct-event-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(43,38,33,.16); }
.ct-event-card__icon { width: 46px; height: 46px; border-radius: 50%; background: #f1e5d2; display: flex; align-items: center; justify-content: center; color: var(--ct-morning); margin-bottom: 16px; }
.ct-event-card h3 { font-family: var(--ct-font-display); font-weight: 300; font-size: 23px; color: #2b2621; margin-bottom: 10px; }
.ct-event-card p { font-size: 14px; line-height: 1.6; color: #6a6053; }

/* ==========================================================================
   HOW IT WORKS (#how)
   ========================================================================== */
.ct-how__wrap { background: #ece2cf; background-image: url("../img/beans.png"); background-size: 210px; background-blend-mode: multiply; }
#how { max-width: 1020px; margin: 0 auto; padding: 60px 40px; }
.ct-how__head { text-align: center; margin-bottom: 38px; }
.ct-how__grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ct-how__line { position: absolute; top: 27px; left: 16.6%; right: 16.6%; height: 2px; background: var(--ct-gold); opacity: .7; }
.ct-how__step { position: relative; text-align: center; }
.ct-how__num { width: 56px; height: 56px; border-radius: 50%; background: #ece2cf; border: 2px solid var(--ct-gold); color: #b8562a; font-family: var(--ct-font-display); font-weight: 300; font-size: 26px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; position: relative; z-index: 1; }
.ct-how__step h3 { font-size: 17px; font-weight: 700; color: #2b2621; margin: 0 0 8px; }
.ct-how__step p { font-size: 14px; line-height: 1.6; color: #6a6053; max-width: 26ch; margin: 0 auto; }

/* ==========================================================================
   GALLERY (#gallery)
   ========================================================================== */
#gallery { max-width: 1200px; margin: 0 auto; padding: 74px 40px 44px; scroll-margin-top: 64px; }
.ct-gallery__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 28px; }
#gallery .ct-h2-display { font-size: clamp(28px, 3.6vw, 44px); }
.ct-gallery__arrows { display: flex; gap: 10px; }
.ct-arrow { width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid #d8cbb2; background: var(--ct-card-bg); color: var(--ct-coffee); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .25s ease; }
.ct-arrow:hover { border-color: var(--ct-morning); color: var(--ct-morning); transform: translateY(-2px); }
.ct-gallery__track { display: flex; gap: 16px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; padding-bottom: 6px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.ct-gallery__track::-webkit-scrollbar { display: none; }
.ct-gallery__item { position: relative; flex: none; width: clamp(260px, 30vw, 340px); aspect-ratio: 4/5; border-radius: 12px; overflow: hidden; scroll-snap-align: start; }
.ct-gallery__item img { width: 100%; height: 100%; object-fit: cover; }
.ct-gallery__caption { position: absolute; left: 14px; bottom: 14px; background: rgba(38,32,26,.82); color: #f2ead9; font-size: 12px; font-weight: 700; letter-spacing: .5px; padding: 6px 12px; border-radius: 20px; border: 1px solid var(--ct-gold); }

/* ==========================================================================
   QUOTE (#quote)
   ========================================================================== */
#quote { background: var(--ct-brown-1); scroll-margin-top: 64px; }
.ct-quote__inner { max-width: 1080px; margin: 0 auto; padding: 48px 40px 80px; }
.ct-quote__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.ct-quote__eyebrow { margin-bottom: 14px; }
.ct-quote__title { font-family: var(--ct-font-script); font-weight: 400; font-size: clamp(30px, 4.2vw, 50px); color: var(--ct-morning); line-height: 1.05; margin-bottom: 18px; }
.ct-quote__lead { font-size: 16px; line-height: 1.65; color: #c9bda9; max-width: 42ch; margin-bottom: 28px; }
.ct-quote__contact { display: flex; flex-direction: column; gap: 14px; }
.ct-contact-link { display: flex; align-items: center; gap: 12px; color: #f0e7d7; font-size: 15px; font-weight: 700; }
.ct-contact-link:hover { color: var(--ct-morning); }
.ct-contact-link__icon { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--ct-gold); display: inline-flex; align-items: center; justify-content: center; flex: none; color: var(--ct-gold); }
.ct-form-wrap { position: relative; background: var(--ct-card-bg); border-radius: 16px; padding: 32px 30px 34px; box-shadow: 0 20px 50px rgba(0,0,0,.4); border: 1px solid var(--ct-gold); }
.ct-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ct-field--full { grid-column: 1 / -1; }
.ct-form label { display: block; font-size: 12px; font-weight: 700; color: #6a6053; letter-spacing: .4px; text-transform: uppercase; margin-bottom: 6px; }
.ct-form label .ct-optional { color: #a89f8a; font-weight: 400; text-transform: none; }
.ct-form input, .ct-form select, .ct-form textarea {
  width: 100%; padding: 11px 13px; border: 1px solid #ddd0b8; border-radius: 9px; background: #fff;
  font-family: var(--ct-font-body); font-size: 15px; color: #2b2621;
}
.ct-form textarea { resize: vertical; }
.ct-form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.ct-form-submit { grid-column: 1 / -1; background: var(--ct-morning); color: #fff; font-family: var(--ct-font-body); font-weight: 700; font-size: 16px; letter-spacing: .3px; padding: 15px; border: none; border-radius: 44px; cursor: pointer; box-shadow: 0 8px 22px rgba(245,135,84,.4); transition: filter .2s ease; }
.ct-form-submit:hover { filter: brightness(1.06); }
.ct-form-submit:disabled { opacity: .6; cursor: default; }
.ct-form-success { text-align: center; padding: 44px 10px; }
.ct-form-success__check { width: 60px; height: 60px; border-radius: 50%; background: var(--ct-morning); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 30px; margin: 0 auto 18px; }
.ct-form-success h3 { font-family: var(--ct-font-display); font-weight: 300; font-size: 26px; color: #2b2621; margin-bottom: 10px; }
.ct-form-success p { font-size: 15px; line-height: 1.6; color: #6a6053; max-width: 34ch; margin: 0 auto 22px; }
.ct-form-reset { background: none; border: 1px solid #ddd0b8; color: #6a6053; font-family: var(--ct-font-body); font-weight: 700; font-size: 14px; padding: 11px 22px; border-radius: 40px; cursor: pointer; }
.ct-form-reset:hover { border-color: var(--ct-morning); color: #b8562a; }
.ct-form-error { grid-column: 1 / -1; color: #b8562a; font-size: 13px; font-weight: 700; margin: 0; }

/* Fluent Forms estilado como el diseño Café Tango (cuando se usa ese form) */
/* Grid de 2 columnas: por defecto los campos ocupan ancho completo; los
   marcados .ct-col-half van a media columna (email/phone, etc.). */
.ct-ff .frm-fluent-form fieldset { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; border: none; padding: 0; margin: 0; }
.ct-ff .frm-fluent-form fieldset > legend { grid-column: 1 / -1; }
.ct-ff .ff-el-group { grid-column: 1 / -1; margin: 0 !important; padding: 0; }
.ct-ff .ff-el-group.ct-col-half { grid-column: span 1; }
.ct-ff .ff_submit_btn_wrapper { grid-column: 1 / -1; }
.ct-ff .ff-el-input--label { margin: 0 0 5px !important; padding: 0; }
.ct-ff .ff-el-input--content { margin: 0 !important; }
.ct-ff .ff-el-input--label label { font-size: 12px !important; font-weight: 700 !important; color: #6a6053 !important; letter-spacing: .4px !important; text-transform: uppercase !important; margin-bottom: 0; line-height: 1.3; }
.ct-ff .ff-el-is-required { color: #b8562a; }
.ct-ff .ff-el-form-control {
  width: 100%; padding: 11px 13px; border: 1px solid #ddd0b8; border-radius: 9px; background: #fff;
  font-family: var(--ct-font-body); font-size: 15px; color: #2b2621; box-shadow: none; height: auto; line-height: 1.4;
}
.ct-ff textarea.ff-el-form-control { resize: vertical; min-height: 92px; }
.ct-ff .ff-el-form-control:focus { border-color: var(--ct-gold); outline: none; box-shadow: 0 0 0 2px rgba(231, 181, 44, .2); }
.ct-ff .ff-btn-submit {
  width: 100%; background: var(--ct-morning); color: #fff; font-family: var(--ct-font-body);
  font-weight: 700; font-size: 16px; letter-spacing: .3px; padding: 15px; border: none;
  border-radius: 44px; cursor: pointer; box-shadow: 0 8px 22px rgba(245, 135, 84, .4); margin-top: 6px;
  transition: filter .2s ease;
}
.ct-ff .ff-btn-submit:hover { filter: brightness(1.06); }
.ct-ff .ff-el-group.ff_submit_btn_wrapper { margin-bottom: 0; }
.ct-ff .ff-message-success { background: transparent; border: none; color: #2b2621; text-align: center; padding: 24px 10px; font-size: 15px; line-height: 1.6; }
.ct-ff .ff_submit_btn_wrapper { text-align: center; }

/* Corners de fileteado (ornamento reutilizable) */
.ct-corner { position: absolute; width: 24px; height: 24px; pointer-events: none; }
.ct-corner--sm { width: 20px; height: 20px; }
.ct-corner--tl { top: 12px; left: 12px; border-top: 2px solid var(--ct-gold); border-left: 2px solid var(--ct-gold); border-top-left-radius: 6px; }
.ct-corner--tr { top: 12px; right: 12px; border-top: 2px solid var(--ct-gold); border-right: 2px solid var(--ct-gold); border-top-right-radius: 6px; }
.ct-corner--bl { bottom: 12px; left: 12px; border-bottom: 2px solid var(--ct-gold); border-left: 2px solid var(--ct-gold); border-bottom-left-radius: 6px; }
.ct-corner--br { bottom: 12px; right: 12px; border-bottom: 2px solid var(--ct-gold); border-right: 2px solid var(--ct-gold); border-bottom-right-radius: 6px; }
.ct-form-wrap .ct-corner--sm.ct-corner--tl { top: 10px; left: 10px; border-top-left-radius: 5px; }
.ct-form-wrap .ct-corner--sm.ct-corner--tr { top: 10px; right: 10px; border-top-right-radius: 5px; }
.ct-form-wrap .ct-corner--sm.ct-corner--bl { bottom: 10px; left: 10px; border-bottom-left-radius: 5px; }
.ct-form-wrap .ct-corner--sm.ct-corner--br { bottom: 10px; right: 10px; border-bottom-right-radius: 5px; }
.ct-gallery__item .ct-corner { width: 26px; height: 26px; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.ct-footer { background: var(--ct-shadow); color: #c9bda9; }
.ct-footer__border { border-top: 3px solid var(--ct-gold); }
.ct-footer__grid { max-width: 1180px; margin: 0 auto; padding: 36px 40px 40px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 34px; align-items: center; }
.ct-footer__left { text-align: left; }
.ct-footer__left .ct-footer__line { font-size: 15px; color: #d8cfbc; }
.ct-footer__left .ct-eyebrow { margin-bottom: 6px; }
.ct-footer__logo { text-align: center; }
.ct-footer__logo img { height: 104px; width: auto; display: inline-block; }
.ct-footer__right { display: flex; flex-direction: column; gap: 9px; align-items: flex-end; text-align: right; }
.ct-footer__right a { color: #e7dcc9; font-size: 15px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; }
.ct-footer__right a:hover { color: var(--ct-morning); }
.ct-footer__bottom { border-top: 1px solid #2e2820; padding: 18px 40px; text-align: center; font-size: 12px; color: #6a6053; }
.ct-footer__credit-line { margin-top: 5px; }
.ct-footer__credit { color: var(--ct-gold); font-weight: 700; transition: color .2s ease; }
.ct-footer__credit:hover { color: var(--ct-morning); }

/* ==========================================================================
   REDUCED MOTION
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  html[data-anim="on"] [data-reveal] { opacity: 1; transform: none; }
  html[data-anim="on"] .ct-hero__img,
  html[data-anim="on"] .ct-hero__content > * { animation: none; }
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 900px) {
  .ct-nav { padding: 12px 18px; gap: 12px; }
  .ct-nav__links { display: none; }
  .ct-nav__right > .ct-ig { display: none; }
  .ct-nav__right { margin-left: auto; }
  .ct-burger { display: flex; }
  .ct-mobile-menu[data-open="true"] { display: flex; }

  .ct-hero { min-height: 78vh; }
  .ct-hero__content { padding: 0 22px 48px; }
  .ct-hero__cta { justify-content: flex-start; }

  .ct-about__inner { padding: 20px 22px 54px; }
  .ct-about__grid { grid-template-columns: 1fr; gap: 30px; }

  #setups { padding: 52px 22px 30px; }
  .ct-setups__grid { grid-template-columns: 1fr; gap: 22px; }

  .ct-menu__inner { grid-template-columns: 1fr; gap: 34px; padding: 56px 22px; }

  #events { padding: 56px 22px 30px; }
  .ct-events__grid { grid-template-columns: 1fr 1fr; gap: 16px; }

  #how { padding: 52px 22px; }
  .ct-how__grid { grid-template-columns: 1fr; gap: 30px; }
  .ct-how__line { display: none; }

  #gallery { padding: 52px 22px 40px; }

  .ct-quote__inner { padding: 28px 22px 60px; }
  .ct-quote__grid { grid-template-columns: 1fr; gap: 32px; }
  .ct-form { grid-template-columns: 1fr; }
  .ct-ff .frm-fluent-form fieldset { grid-template-columns: 1fr; }
  .ct-ff .ff-el-group.ct-col-half { grid-column: 1 / -1; }

  .ct-footer__grid { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 22px; padding: 34px 22px 36px; }
  .ct-footer__left, .ct-footer__right { text-align: center; align-items: center; }
}
@media (max-width: 540px) {
  .ct-hero__content h1 { font-size: clamp(34px, 8vw, 44px); }
  .ct-events__grid { grid-template-columns: 1fr; }
  .ct-menu__cats { grid-template-columns: 1fr; }
}
