/** Shopify CDN: Minification failed

Line 22:0 All "@import" rules must come first

**/
/* ============================================================
   Fress Takes: Feasting on Joy — Shared Styles
   Upload to: Shopify Admin → Themes → Edit Code → Assets
   ============================================================ */

:root {
  --ft-navy:   #1A2744;
  --ft-cream:  #F5EFE0;
  --ft-gold:   #C9973A;
  --ft-terra:  #C85C3B;
  --ft-sage:   #6B8A6E;
  --ft-mid:    #4A4A4A;
  --ft-warm:   #FAF7F2;
}

/* ── FONTS ── */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=DM+Sans:wght@300;400;500&family=DM+Serif+Display:ital@0;1&display=swap');

/* ── RESET for sections ── */
.ft-section * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.ft-section {
  font-family: 'DM Sans', sans-serif;
  color: var(--ft-navy);
  overflow-x: hidden;
}

/* ── TYPOGRAPHY ── */
.ft-display {
  font-family: 'Playfair Display', serif;
}
.ft-serif-italic {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
}
.ft-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.ft-hero {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 92vh;
  position: relative;
  overflow: hidden;
}
.ft-hero-panel {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.ft-hero-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.6s ease, filter 0.4s ease;
  filter: brightness(0.45) saturate(0.8);
}
.ft-hero-panel:hover img {
  transform: scale(1.04);
  filter: brightness(0.58) saturate(0.9);
}
.ft-hero-panel-gradient {
  position: absolute;
  inset: 0;
}
.ft-hp1 .ft-hero-panel-gradient { background: linear-gradient(to top, rgba(200,92,59,0.85) 0%, rgba(26,39,68,0.3) 60%, transparent 100%); }
.ft-hp2 .ft-hero-panel-gradient { background: linear-gradient(to top, rgba(107,138,110,0.85) 0%, rgba(26,39,68,0.3) 60%, transparent 100%); }
.ft-hp3 .ft-hero-panel-gradient { background: linear-gradient(to top, rgba(201,151,58,0.85) 0%, rgba(26,39,68,0.3) 60%, transparent 100%); }
.ft-hero-panel-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 24px;
}
.ft-panel-num  { font-size: 9px; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(245,239,224,0.45); margin-bottom: 5px; }
.ft-panel-date { font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(245,239,224,0.6); margin-bottom: 5px; }
.ft-panel-name { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 700; color: #F5EFE0; line-height: 1.15; margin-bottom: 3px; }
.ft-panel-role { font-family: 'DM Serif Display', serif; font-style: italic; font-size: 13px; color: rgba(245,239,224,0.55); }

.ft-hero-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  pointer-events: none;
  width: 90%;
}
.ft-hero-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ft-gold);
  border: 1px solid rgba(201,151,58,0.45);
  padding: 7px 18px;
  margin-bottom: 20px;
}
.ft-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(44px, 5.5vw, 80px);
  font-weight: 900;
  line-height: 0.9;
  color: #F5EFE0;
  text-shadow: 0 4px 32px rgba(0,0,0,0.55);
}
.ft-hero-title em { color: var(--ft-gold); font-style: italic; display: block; }
.ft-hero-sub {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 15px;
  color: rgba(245,239,224,0.6);
  margin-top: 14px;
}
.ft-hero-cta-wrap {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.ft-btn {
  display: inline-block;
  padding: 14px 32px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
}
.ft-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.25); }
.ft-btn-terra { background: var(--ft-terra); color: white; }
.ft-btn-ghost  { background: rgba(245,239,224,0.12); color: #F5EFE0; border: 1px solid rgba(245,239,224,0.3); backdrop-filter: blur(8px); }

/* TICKER */
.ft-ticker { background: var(--ft-gold); padding: 13px 0; overflow: hidden; white-space: nowrap; }
.ft-ticker-inner { display: inline-flex; animation: ft-ticker 28s linear infinite; }
.ft-ticker-item { font-family: 'DM Serif Display', serif; font-style: italic; font-size: 15px; color: var(--ft-navy); padding: 0 36px; }
.ft-ticker-dot { color: rgba(26,39,68,0.4); padding: 0 6px; }
@keyframes ft-ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   EVENTS SECTION
   ============================================================ */
.ft-events-section { background: #F5EFE0; }
.ft-events-intro { padding: 72px 64px 56px; text-align: center; }
.ft-events-intro .ft-eyebrow { color: var(--ft-terra); margin-bottom: 12px; display: block; }
.ft-events-intro h2 { font-family: 'Playfair Display', serif; font-size: clamp(28px, 3.5vw, 46px); font-weight: 700; color: var(--ft-navy); }

.ft-event-card {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-top: 1px solid rgba(26,39,68,0.08);
  background: white;
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.ft-event-card:hover { box-shadow: 0 16px 48px rgba(26,39,68,0.1); }
.ft-event-card.ft-reverse { grid-template-columns: 2fr 1fr; }
.ft-event-card.ft-reverse .ft-event-panel { order: 2; }
.ft-event-card.ft-reverse .ft-event-body  { order: 1; }

.ft-event-panel { position: relative; overflow: hidden; min-height: 340px; }
.ft-event-panel img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.ft-event-panel .ft-duo { display: flex; height: 100%; }
.ft-event-panel .ft-duo img { flex: 1; width: 50%; height: 100%; }
.ft-event-panel-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px 28px; }
.ft-event-num-big { font-family: 'Playfair Display', serif; font-size: 72px; font-weight: 900; line-height: 1; color: rgba(255,255,255,0.15); margin-bottom: 8px; }
.ft-event-date-label { font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 6px; }
.ft-event-day { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: white; line-height: 1.2; margin-bottom: 12px; }
.ft-event-badge { display: inline-block; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 12px; background: rgba(255,255,255,0.15); color: white; }

.ft-event-body { padding: 48px 52px; display: flex; flex-direction: column; justify-content: center; }
.ft-event-eyebrow { font-size: 10px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 10px; }
.ft-event-title { font-family: 'Playfair Display', serif; font-size: clamp(22px, 2vw, 30px); font-weight: 700; color: var(--ft-navy); line-height: 1.15; margin-bottom: 8px; }
.ft-event-speaker { font-family: 'DM Serif Display', serif; font-style: italic; font-size: 16px; margin-bottom: 18px; }
.ft-event-desc { font-size: 14.5px; line-height: 1.8; color: var(--ft-mid); margin-bottom: 20px; }
.ft-event-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.ft-event-tag { font-size: 11px; font-weight: 500; padding: 5px 12px; border-radius: 2px; }
.ft-event-bonus { border-left: 3px solid var(--ft-gold); padding: 12px 16px; background: rgba(201,151,58,0.07); font-size: 13px; color: var(--ft-mid); font-style: italic; line-height: 1.6; margin-bottom: 24px; }
.ft-event-bonus strong { color: var(--ft-navy); font-style: normal; }

/* ============================================================
   SPEAKERS SECTION
   ============================================================ */
.ft-speakers-section { background: var(--ft-navy); padding: 100px 64px; }
.ft-speakers-section .ft-eyebrow { color: var(--ft-gold); display: block; margin-bottom: 10px; }
.ft-speakers-section h2 { font-family: 'Playfair Display', serif; font-size: clamp(26px, 3vw, 42px); font-weight: 700; color: var(--ft-cream); margin-bottom: 56px; }
.ft-speakers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.ft-speaker-card { position: relative; overflow: hidden; background: #111; }
.ft-speaker-card img { width: 100%; height: 320px; object-fit: cover; object-position: center top; display: block; filter: brightness(0.75) saturate(0.8); transition: filter 0.4s, transform 0.5s; }
.ft-speaker-card:hover img { filter: brightness(0.9) saturate(1); transform: scale(1.04); }
.ft-speaker-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,39,68,0.95) 0%, rgba(26,39,68,0.15) 55%, transparent 100%); }
.ft-speaker-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 22px 20px; }
.ft-speaker-name { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; color: var(--ft-cream); margin-bottom: 3px; }
.ft-speaker-role { font-size: 10px; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; margin-bottom: 8px; }
.ft-speaker-bio { font-size: 12px; line-height: 1.6; color: rgba(245,239,224,0); max-height: 0; overflow: hidden; transition: max-height 0.4s, color 0.3s; }
.ft-speaker-card:hover .ft-speaker-bio { max-height: 110px; color: rgba(245,239,224,0.7); }
.ft-speaker-link { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ft-gold); text-decoration: none; margin-top: 8px; display: inline-block; opacity: 0; transition: opacity 0.3s; }
.ft-speaker-card:hover .ft-speaker-link { opacity: 1; }

/* PRESENTED BY band */
.ft-presented { background: var(--ft-cream); padding: 64px 40px; text-align: center; border-top: 1px solid rgba(26,39,68,0.08); }
.ft-presented p { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ft-mid); margin-bottom: 10px; }
.ft-presented h3 { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 700; color: var(--ft-navy); margin-bottom: 14px; }
.ft-presented .ft-presented-desc { font-size: 14px; line-height: 1.7; color: var(--ft-mid); max-width: 520px; margin: 0 auto; }

/* ============================================================
   TICKETS SECTION
   ============================================================ */
.ft-tickets-section { background: var(--ft-terra); position: relative; overflow: hidden; }
.ft-tickets-content { padding: 96px 40px; text-align: center; position: relative; z-index: 2; }
.ft-tickets-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 60%, rgba(255,255,255,0.08), transparent 60%); }
.ft-tickets-h2 { font-family: 'Playfair Display', serif; font-size: clamp(34px, 5vw, 60px); font-weight: 900; color: white; line-height: 1; margin-bottom: 16px; }
.ft-tickets-h2 em { font-style: italic; color: rgba(255,255,255,0.65); }
.ft-tickets-sub { font-size: 16px; color: rgba(255,255,255,0.7); margin-bottom: 40px; max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.7; }
.ft-pricing-row { display: flex; gap: 16px; justify-content: center; margin-bottom: 40px; flex-wrap: wrap; }
.ft-pi-card { padding: 20px 28px; text-align: center; min-width: 180px; border: 1px solid rgba(255,255,255,0.25); background: rgba(255,255,255,0.12); backdrop-filter: blur(8px); }
.ft-pi-card.ft-best { background: white; border-color: white; }
.ft-pi-price { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 700; color: white; line-height: 1; }
.ft-pi-card.ft-best .ft-pi-price { color: var(--ft-terra); }
.ft-pi-label { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-top: 6px; }
.ft-pi-card.ft-best .ft-pi-label { color: rgba(200,92,59,0.7); }
.ft-btn-white { background: white; color: var(--ft-terra); padding: 18px 44px; font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; border: none; cursor: pointer; text-decoration: none; display: inline-block; transition: transform 0.2s, box-shadow 0.2s; }
.ft-btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.25); }
.ft-tickets-detail { margin-top: 20px; font-size: 12px; color: rgba(255,255,255,0.4); }

/* ============================================================
   TICKET MODAL
   ============================================================ */
.ft-modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 9999; align-items: center; justify-content: center; padding: 20px; backdrop-filter: blur(4px); }
.ft-modal-overlay.ft-open { display: flex; }
.ft-modal { background: white; max-width: 500px; width: 100%; position: relative; overflow: hidden; }
.ft-modal-hero { height: 160px; position: relative; overflow: hidden; background: var(--ft-navy); display: flex; align-items: center; justify-content: center; }
.ft-modal-hero h3 { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: white; text-align: center; position: relative; z-index: 2; }
.ft-modal-hero p { font-size: 13px; color: rgba(255,255,255,0.6); text-align: center; margin-top: 4px; font-style: italic; position: relative; z-index: 2; }
.ft-modal-hero-inner { text-align: center; }
.ft-modal-close { position: absolute; top: 12px; right: 14px; background: rgba(255,255,255,0.15); border: none; color: white; font-size: 18px; cursor: pointer; width: 30px; height: 30px; border-radius: 50%; z-index: 3; }
.ft-modal-body { padding: 24px 32px 32px; }
.ft-ticket-opt { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid rgba(0,0,0,0.07); gap: 12px; }
.ft-ticket-opt:last-of-type { border-bottom: none; }
.ft-opt-name { font-size: 14px; font-weight: 500; color: #1C1C1C; }
.ft-opt-desc { font-size: 11px; color: #888; margin-top: 2px; }
.ft-opt-right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.ft-opt-price { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--ft-terra); }
.ft-add-btn { background: var(--ft-navy); color: white; border: none; padding: 9px 16px; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; white-space: nowrap; }
.ft-add-btn:hover { background: var(--ft-terra); }
.ft-add-btn.ft-added { background: var(--ft-sage); }
.ft-modal-note { font-size: 11px; color: #999; text-align: center; margin-top: 16px; font-style: italic; }
.ft-addon-section { background: #FBF7EF; padding: 12px 16px; margin: 0 -4px; }
.ft-addon-label { font-size: 9.5px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: #aaa; margin-bottom: 8px; }
.ft-addon-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.ft-addon-row:last-child { margin-bottom: 0; }

/* ============================================================
   CART BAR
   ============================================================ */
.ft-cart-bar { position: fixed; bottom: 0; left: 0; right: 0; background: var(--ft-navy); border-top: 2px solid var(--ft-gold); padding: 14px 40px; display: flex; align-items: center; justify-content: space-between; z-index: 9998; transform: translateY(100%); transition: transform 0.35s ease; gap: 12px; flex-wrap: wrap; }
.ft-cart-bar.ft-visible { transform: translateY(0); }
.ft-cart-title { font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 700; color: var(--ft-cream); }
.ft-cart-items { font-size: 12px; color: rgba(245,239,224,0.5); }
.ft-cart-total { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--ft-gold); }
.ft-cart-checkout { background: var(--ft-terra); color: white; padding: 11px 24px; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; border: none; cursor: pointer; }
.ft-cart-close { background: none; border: none; color: rgba(245,239,224,0.35); font-size: 20px; cursor: pointer; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .ft-hero { grid-template-columns: 1fr; min-height: auto; }
  .ft-hero-panel { height: 33vh; }
  .ft-hero-center { display: none; }
  .ft-hero-cta-wrap { bottom: 20px; }
  .ft-event-card, .ft-event-card.ft-reverse { grid-template-columns: 1fr; }
  .ft-event-card.ft-reverse .ft-event-panel { order: 0; }
  .ft-event-card.ft-reverse .ft-event-body  { order: 1; }
  .ft-event-panel { min-height: 260px; }
  .ft-event-body { padding: 32px 28px; }
  .ft-speakers-grid { grid-template-columns: 1fr 1fr; }
  .ft-speakers-section { padding: 60px 28px; }
  .ft-events-intro { padding: 48px 28px 36px; }
}
