/*
Theme Name: HCI IRT New QSR Landing
Theme URI: https://hospitalityculture.ro/
Author: OpenAI
Description: WordPress landing page theme for Intimate Roundtable Conversations – New QSR.
Version: 1.1
Text Domain: hci-irt-new-qsr
*/

:root{
  --bg:#f6f3ee;
  --paper:#ffffff;
  --ink:#15171b;
  --muted:#666b72;
  --line:#dfd8cf;
  --soft:#ece6de;
  --dark:#141519;
  --dark-2:#202228;
  --gold:#c7a060;
  --gold-deep:#b68a43;
  --blue:#2557b7;
  --red:#ba2d2c;
  --shadow:0 22px 60px rgba(19,22,28,.10);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  background:var(--bg);
  color:var(--ink);
  line-height:1.55;
}
img{max-width:100%;display:block}
a{color:inherit}
.top-line{display:flex;height:6px}
.top-line .blue{background:var(--blue);width:33.333%}
.top-line .gold{background:var(--gold);width:33.333%}
.top-line .red{background:var(--red);width:33.333%}
.container{width:min(1220px, calc(100% - 48px)); margin:0 auto}
.hci-site-header{
  position:sticky; top:0; z-index:40;
  background:rgba(246,243,238,.86);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(223,216,207,.75);
}
.header-inner{display:flex; align-items:center; justify-content:space-between; padding:18px 0}
.brand img{height:72px; width:auto}
.header-cta{
  text-decoration:none;
  font-size:14px; font-weight:700; letter-spacing:.06em; text-transform:uppercase;
  padding:14px 18px; border:1px solid var(--ink); border-radius:999px; transition:.25s ease;
}
.header-cta:hover{background:var(--ink); color:#fff}
.hero{
  position:relative;
  padding:56px 0 58px;
  overflow:hidden;
}
.hero-bg-shape{
  position:absolute; border-radius:999px; filter:blur(20px); opacity:.55; pointer-events:none;
}
.shape-1{width:320px;height:320px;background:rgba(199,160,96,.22); top:-80px; right:-60px}
.shape-2{width:240px;height:240px;background:rgba(37,87,183,.09); left:-90px; bottom:10px}
.hero-grid{display:grid; grid-template-columns:1fr 1.04fr; gap:48px; align-items:center}
.eyebrow,.section-kicker{
  margin:0 0 18px;
  font-size:12px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--muted)
}
.section-kicker.light{color:rgba(255,255,255,.72)}
.hero h1,
.section h2{
  margin:0;
  font-family:Georgia, 'Times New Roman', serif;
  line-height:.97;
  letter-spacing:-.035em;
}
.hero h1{font-size:clamp(44px, 6.2vw, 82px)}
.hero h1 span{color:#3b4048}
.lead{
  font-size:19px; color:#3d4147; max-width:700px; margin:24px 0 0
}
.hero-badges{display:flex; gap:10px; flex-wrap:wrap; margin-top:24px}
.hero-badges span{
  display:inline-flex; align-items:center; min-height:36px; padding:0 14px;
  border-radius:999px; background:#fff; border:1px solid var(--line); color:#444951; font-size:13px; font-weight:700;
  box-shadow:0 8px 24px rgba(19,22,28,.05)
}
.meta-row{display:grid; grid-template-columns:repeat(3, 1fr); gap:16px; margin:28px 0 0}
.meta-card{
  background:rgba(255,255,255,.88); border:1px solid var(--line); border-radius:22px;
  padding:18px 20px; box-shadow:var(--shadow)
}
.meta-label{display:block; font-size:12px; text-transform:uppercase; letter-spacing:.14em; color:var(--muted); margin-bottom:8px}
.hero-actions,.cta-actions,.cta-stack{display:flex; gap:14px; flex-wrap:wrap; margin-top:28px}
.cta-stack{flex-direction:column; gap:12px}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:54px; padding:0 24px; border-radius:999px; text-decoration:none; font-weight:700;
  transition:transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.btn:hover{transform:translateY(-1px); box-shadow:0 12px 26px rgba(19,22,28,.1)}
.btn-primary{background:var(--ink); color:#fff; border:1px solid var(--ink)}
.btn-primary:hover{background:#2b3038; border-color:#2b3038}
.btn-secondary{background:transparent; color:var(--ink); border:1px solid #a8adb3}
.btn-secondary:hover{background:#fff}
.btn-secondary.light{border-color:rgba(255,255,255,.35); color:#fff}
.btn-secondary.light:hover{background:rgba(255,255,255,.08)}
.btn.full{width:100%}
.micro-copy{margin-top:18px; color:var(--muted); font-size:14px}
.micro-copy a{color:var(--ink); font-weight:700}
.hero-visual{position:relative; min-height:760px}
.poster-card{
  position:relative;
  width:min(760px, 100%);
  margin-left:auto;
  background:#fff;
  border-radius:34px;
  border:1px solid var(--line);
  padding:16px;
  box-shadow:var(--shadow);
  transform:rotate(-1.3deg);
}
.poster-card img{width:100%; border-radius:24px}
.floating-photo{
  position:absolute;
  width:280px;
  background:#fff;
  border-radius:26px;
  padding:10px;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.floating-photo img{border-radius:18px; aspect-ratio:4/5; object-fit:cover; width:100%}
.floating-photo-a{left:0; bottom:44px; transform:rotate(3deg)}
.floating-note{
  position:absolute; right:10px; bottom:10px; width:320px;
  background:rgba(255,255,255,.94); border:1px solid var(--line); border-radius:24px;
  padding:22px 24px; box-shadow:var(--shadow)
}
.floating-note strong{display:block; font-size:18px; line-height:1.25; margin-bottom:6px}
.floating-note span{color:#4b515a}
.section{padding:88px 0}
.section-soft{background:#efe7df}
.section-dark{background:var(--dark); color:#fff}
.section-head{max-width:890px; margin-bottom:34px}
.section-head.center{text-align:center; margin-left:auto; margin-right:auto}
.section-head.narrow{max-width:780px}
.section h2{font-size:clamp(32px, 4vw, 58px); margin-bottom:16px}
.section-head p{font-size:18px; color:#42464d; margin:0}
.section-dark .section-head p,
.section-dark .topic p,
.final-cta p{color:rgba(255,255,255,.78)}
.visual-strip-grid{display:grid; grid-template-columns:1.05fr .95fr; gap:28px; align-items:center}
.visual-copy p:last-child{margin-bottom:0; font-size:18px; color:#434850}
.visual-side-card,
.format-visual-card{
  background:#fff; border:1px solid var(--line); border-radius:28px; padding:12px; box-shadow:var(--shadow)
}
.visual-side-card img,
.format-visual-card img{width:100%; height:100%; object-fit:cover; border-radius:20px; min-height:420px}
.speakers-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:22px}
.speaker-card{
  position:relative;
  background:#fff; border:1px solid var(--line); border-radius:28px; overflow:hidden;
  box-shadow:var(--shadow); text-align:center; padding:24px 22px 28px;
}
.speaker-card::before{
  content:""; position:absolute; inset:0 0 auto 0; height:120px;
  background:linear-gradient(180deg, rgba(199,160,96,.14), rgba(199,160,96,0));
}
.speaker-photo-wrap{
  position:relative; z-index:1;
  width:168px; height:168px; margin:8px auto 20px;
  border-radius:50%; padding:6px; background:linear-gradient(135deg, var(--gold), #e7d2a7);
  box-shadow:0 18px 30px rgba(182,138,67,.18)
}
.speaker-photo-wrap img{width:100%; height:100%; object-fit:cover; border-radius:50%; background:#fff}
.speaker-body{position:relative; z-index:1}
.speaker-card h3{margin:0 0 8px; font-family:Georgia, 'Times New Roman', serif; font-size:28px; line-height:1.05}
.speaker-role{margin:0; font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:.14em; color:#545a63}
.speaker-brands{margin:10px 0 0; color:#6b7078; font-size:16px}
.discussion-grid{display:grid; grid-template-columns:.8fr 1.2fr; gap:26px; align-items:start}
.topics{display:grid; gap:14px}
.topic{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.1);
  border-radius:24px;
  padding:24px 24px 20px;
}
.topic h3{margin:0 0 8px; font-family:Georgia, 'Times New Roman', serif; font-size:26px; line-height:1.05}
.topic p{margin:0; font-size:17px}
.gallery-grid{
  display:grid; grid-template-columns:1.2fr .9fr .9fr; gap:18px; align-items:stretch;
}
.gallery-item{margin:0}
.gallery-item img{
  width:100%; height:100%; object-fit:cover; border-radius:24px; box-shadow:var(--shadow); border:1px solid rgba(223,216,207,.8);
}
.gallery-lg{grid-row:span 2; min-height:700px}
.gallery-sm{min-height:340px}
.gallery-quote{display:flex}
.quote-card{
  width:100%; min-height:340px; background:linear-gradient(135deg, #fff, #f3ece3);
  border:1px solid var(--line); border-radius:28px; padding:30px; box-shadow:var(--shadow);
  display:flex; flex-direction:column; justify-content:space-between;
}
.quote-mark{font-family:Georgia, 'Times New Roman', serif; font-size:80px; line-height:.8; color:var(--gold)}
.quote-card p{font-family:Georgia, 'Times New Roman', serif; font-size:31px; line-height:1.08; margin:0; color:#262b31}
.quote-card strong{font-size:13px; letter-spacing:.16em; text-transform:uppercase; color:#666b72}
.two-col{display:grid; grid-template-columns:.92fr 1.08fr; gap:24px; align-items:stretch}
.format-card,.details-card{
  background:#fff; border:1px solid var(--line); border-radius:28px; padding:34px; box-shadow:var(--shadow)
}
.details-card h2{margin-bottom:18px}
.detail{padding:16px 0; border-bottom:1px solid var(--line)}
.detail:last-of-type{border-bottom:none}
.detail-label{display:block; font-size:12px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--muted); margin-bottom:6px}
.details-card strong{font-size:24px; font-family:Georgia, 'Times New Roman', serif}
.details-card a{text-decoration:none}
.detail-cta{margin-top:28px; padding:24px; border-radius:24px; background:#f5f2ed; border:1px solid var(--line)}
.detail-cta p{margin:0 0 18px; color:#4a4f56}
.partners-strip{display:grid; grid-template-columns:repeat(3, 1fr); gap:18px; align-items:stretch}
.partner{
  background:#fff; border:1px solid var(--line); border-radius:24px; min-height:180px;
  display:flex; align-items:center; justify-content:center; padding:24px; box-shadow:var(--shadow)
}
.partner img{max-height:92px; width:auto}
.final-cta{background:linear-gradient(135deg, #111315 0%, #262a31 100%); color:#fff}
.final-cta-inner{display:grid; grid-template-columns:1.1fr .9fr; gap:26px; align-items:center}
.hci-social-footer{background:#0f1012; color:rgba(255,255,255,.76); padding:28px 0}
.hci-social-footer-inner{display:flex; align-items:center; justify-content:space-between; gap:20px}
.hci-footer-brand{display:flex; align-items:center; gap:18px}
.hci-social-footer img{height:56px; width:auto; filter:grayscale(100%) brightness(180%)}
.hci-social-footer p{margin:0; font-size:14px}
.hci-footer-socials{display:flex; align-items:center; gap:10px; flex-wrap:wrap}
.hci-footer-socials a{display:inline-flex; align-items:center; justify-content:center; min-height:42px; padding:0 16px; border-radius:999px; border:1px solid rgba(255,255,255,.18); text-decoration:none; font-size:13px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:#fff; transition:.2s ease}
.hci-footer-socials a:hover{background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.32)}

/* Hide legacy/global theme wrappers on the landing page only */
body.home > header:not(.hci-site-header),
body.home #masthead,
body.home .main-header-bar-wrap,
body.home .ast-above-header-wrap,
body.home .ast-below-header-wrap,
body.home .elementor-location-header,
body.home .site-header:not(.hci-site-header),
body.home > footer:not(.hci-social-footer),
body.home #colophon,
body.home .main-footer-bar,
body.home .footer-adv-wrap,
body.home .elementor-location-footer,
body.home .site-footer:not(.hci-social-footer){display:none !important;}

@media (max-width: 1180px){
  .hero-grid,.visual-strip-grid,.discussion-grid,.two-col,.final-cta-inner{grid-template-columns:1fr}
  .hero-visual{min-height:auto; padding-bottom:120px}
  .poster-card{margin:0 auto}
  .floating-photo-a{left:18px; bottom:36px}
  .gallery-grid{grid-template-columns:1fr 1fr}
  .gallery-lg{grid-row:auto; min-height:460px; grid-column:1 / -1}
  .gallery-quote{grid-column:1 / -1}
}
@media (max-width: 980px){
  .speakers-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 760px){
  .container{width:min(100% - 28px, 1220px)}
  .header-inner{padding:14px 0}
  .brand img{height:58px}
  .header-cta{display:none}
  .hero{padding-top:28px}
  .meta-row,.partners-strip,.speakers-grid,.gallery-grid{grid-template-columns:1fr}
  .section{padding:64px 0}
  .hero-visual{padding-bottom:0}
  .poster-card{padding:10px; transform:none; border-radius:24px}
  .poster-card img{border-radius:16px}
  .floating-photo,.floating-note{position:relative; left:auto; right:auto; bottom:auto; width:100%; transform:none; margin-top:16px}
  .floating-photo img{aspect-ratio:16/10}
  .speaker-photo-wrap{width:148px;height:148px}
  .speaker-card h3{font-size:24px}
  .quote-card p{font-size:25px}
  .visual-side-card img,.format-visual-card img,.gallery-lg,.gallery-sm,.quote-card{min-height:auto}
  .format-card,.details-card,.partner,.quote-card,.topic{padding:22px}
  .site-footer .footer-inner{flex-direction:column; align-items:flex-start}
}

@media (max-width: 760px){
  .hci-social-footer-inner,.hci-footer-brand{flex-direction:column; align-items:flex-start}
  .hci-footer-socials{width:100%}
}
