/*
Theme Name: GoFez Hospitality
Theme URI: https://gofezsolutions.com/
Author: GoFez Global Trading Solutions SRL
Description: Bilingual hospitality-first website and integrated quote catalog for GoFez.
Version: 1.6.0
Text Domain: gofez-hospitality
*/

:root {
  --blue-950: #063653;
  --blue-800: #005088;
  --blue-650: #0a6ca8;
  --sky-100: #eaf7fb;
  --green-700: #609830;
  --green-500: #70aa3f;
  --green-100: #eef8e8;
  --sand-100: #f7f4ed;
  --ink: #163444;
  --muted: #60747e;
  --line: #dbe7ea;
  --white: #fff;
  --shadow: 0 18px 55px rgba(6, 54, 83, .12);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
body.home > .elementor-location-header,
body.home > .elementor-location-footer { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.eyebrow { color: var(--green-700); font-size: .79rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section { padding: 92px 0; }
.section-soft { background: linear-gradient(180deg, #f7fbfc 0%, #fff 100%); }
.section-head { max-width: 760px; margin-bottom: 36px; }
.section-head h2 { margin: 8px 0 12px; color: var(--blue-950); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; letter-spacing: -.04em; }
.section-head p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; cursor: pointer; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--green-700); box-shadow: 0 12px 28px rgba(77,143,40,.28); }
.btn-primary:hover { background: #3e7b1e; }
.btn-secondary { color: var(--blue-950); background: rgba(255,255,255,.92); border-color: rgba(255,255,255,.75); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(219,231,234,.9); backdrop-filter: blur(16px); }
.topbar { color: #fff; background: var(--blue-950); font-size: .84rem; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar-contact { display: flex; gap: 18px; }
.topbar-calls { white-space: nowrap; }
.topbar a:hover { color: #cde9a9; }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand img { width: 188px; height: auto; }
.menu { display: flex; align-items: center; gap: 23px; color: var(--blue-950); font-size: .94rem; font-weight: 750; }
.menu a:hover { color: var(--green-700); }
.lang-switch { display: flex; align-items: center; gap: 8px; }
.flag-link { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; font-weight: 850; }
.flag-link[aria-current="true"] { border-color: var(--green-500); background: var(--green-100); }
.flag { width: 25px; height: 17px; display: block; border-radius: 2px; box-shadow: 0 0 0 1px rgba(0,0,0,.12); }
.flag-dr { background: linear-gradient(90deg, #002d62 0 42%, white 42% 58%, #ce1126 58%); position: relative; }
.flag-dr::after { content: ""; position: absolute; inset: 42% 0; background: white; }
.flag-us { background: repeating-linear-gradient(0deg,#b22234 0 1.3px,#fff 1.3px 2.6px); position: relative; }
.flag-us::after { content: ""; position: absolute; left: 0; top: 0; width: 43%; height: 54%; background: #3c3b6e; }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--blue-950); font-size: 1.6rem; }

.hero { min-height: 690px; display: grid; align-items: center; position: relative; overflow: hidden; background: #0b4b68 var(--hero-image) center/cover no-repeat; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(5,38,57,.94) 0%, rgba(5,38,57,.82) 35%, rgba(5,38,57,.24) 68%, rgba(5,38,57,.1) 100%); }
.hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -105px; bottom: -170px; background: var(--brand-symbol) center/contain no-repeat; opacity: .12; }
.hero-content { position: relative; z-index: 2; max-width: 700px; padding: 90px 0; color: #fff; }
.hero .eyebrow { color: #c9ef9f; }
.hero h1 { margin: 14px 0 20px; max-width: 680px; font-size: clamp(2.7rem, 6.2vw, 5.3rem); line-height: .98; letter-spacing: -.055em; }
.hero p { max-width: 620px; margin: 0 0 30px; color: rgba(255,255,255,.9); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.proofbar { position: relative; z-index: 3; margin-top: -44px; }
.proofgrid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.proof { padding: 24px 26px; border-right: 1px solid var(--line); }
.proof:last-child { border: 0; }
.proof strong { display: block; color: var(--blue-950); font-size: 1.05rem; }
.proof span { color: var(--muted); font-size: .88rem; }

.solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.solution-card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 28px rgba(6,54,83,.07); }
.solution-card .num { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 22px; color: #fff; background: var(--blue-800); border-radius: 13px; font-weight: 900; }
.solution-card h3 { margin: 0 0 8px; color: var(--blue-950); font-size: 1.25rem; }
.solution-card p { margin: 0; color: var(--muted); }

.catalog-toolbar { position: sticky; top: 113px; z-index: 20; display: grid; grid-template-columns: minmax(240px, 1fr) auto; gap: 12px; padding: 12px; margin-bottom: 18px; background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 18px; backdrop-filter: blur(12px); }
.searchbox { min-height: 50px; width: 100%; padding: 0 18px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: #fff; outline: none; }
.searchbox:focus { border-color: var(--green-500); box-shadow: 0 0 0 4px rgba(112,172,56,.13); }
.catalog-count { display: flex; align-items: center; padding: 0 14px; color: var(--muted); font-size: .89rem; font-weight: 750; }
.category-chips { display: flex; gap: 9px; padding: 0 0 24px; overflow-x: auto; scrollbar-width: thin; }
.chip { flex: 0 0 auto; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--blue-950); background: #fff; font-weight: 750; cursor: pointer; }
.chip.active, .chip:hover { color: #fff; background: var(--blue-800); border-color: var(--blue-800); }
.catalog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr)); gap: 18px; align-items: start; }
.catalog-category-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 8px 28px rgba(6,54,83,.07); transition: .2s ease; }
.catalog-category-card:hover { transform: translateY(-4px); border-color: #b7d49f; box-shadow: 0 14px 38px rgba(6,54,83,.1); }
.catalog-category-image { width: 100%; height: 190px; object-fit: cover; background: var(--sky-100); }
.catalog-category-body { padding: 24px; }
.product-category { display: flex; align-items: center; gap: 8px; color: var(--green-700); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.catalog-category-body h3 { margin: 12px 0 15px; color: var(--blue-950); font-size: 1.18rem; line-height: 1.28; }
.catalog-items { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.catalog-items li { padding-left: 16px; border-left: 3px solid #d9ecce; }
.catalog-items strong { display: block; color: var(--blue-950); font-size: .92rem; line-height: 1.3; }
.catalog-items span { display: block; margin-top: 3px; color: var(--muted); font-size: .8rem; line-height: 1.35; }
.catalog-more { margin-top: 14px; }
.catalog-more summary { color: var(--blue-800); font-size: .86rem; font-weight: 850; cursor: pointer; }
.catalog-more[open] summary { margin-bottom: 13px; }
.quote-link { display: inline-flex; margin-top: 22px; color: var(--blue-800); font-size: .9rem; font-weight: 850; }
.quote-link:hover { color: var(--green-700); }
.empty-state { grid-column: 1/-1; padding: 48px; text-align: center; color: var(--muted); background: var(--sky-100); border-radius: var(--radius); }
.catalog-note { display: flex; gap: 18px; align-items: flex-start; margin-top: 28px; padding: 24px 26px; color: var(--blue-950); background: linear-gradient(120deg, #e8f6ff, #eff9e8); border: 2px solid #8ec667; border-radius: 18px; box-shadow: 0 12px 30px rgba(6,54,83,.10); }
.catalog-note-icon { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--green-700); border-radius: 50%; font-size: 1.25rem; font-weight: 900; font-family: Georgia, serif; }
.catalog-note strong { display: block; margin: 1px 0 5px; color: var(--blue-950); font-size: 1.05rem; }
.catalog-note p { margin: 0; color: #355368; font-size: .96rem; line-height: 1.65; }
.catalog-special-cta { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 24px; align-items: center; margin-top: 34px; padding: clamp(28px, 5vw, 50px); color: #fff; background: linear-gradient(125deg, var(--blue-950), var(--blue-800) 62%, #4d8f28); border-radius: 26px; box-shadow: var(--shadow); }
.catalog-special-cta .eyebrow { color: #c9ef9f; }
.catalog-special-cta h3 { margin: 8px 0 10px; font-size: clamp(1.6rem, 3vw, 2.55rem); line-height: 1.08; letter-spacing: -.035em; }
.catalog-special-cta p { max-width: 760px; margin: 0; color: rgba(255,255,255,.84); }
.catalog-special-icon { width: 64px; height: 64px; display: grid; place-items: center; color: var(--blue-950); background: #c9ef9f; border-radius: 20px; font-size: 2rem; box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.btn-light { color: var(--blue-950); background: #fff; white-space: nowrap; }
.btn-light:hover { background: #eaf8df; }

.split { display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
.split-media { min-height: 520px; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); background: var(--outdoor-image) center/cover no-repeat; }
.checklist { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; }
.checklist li::before { content: "✓"; flex: 0 0 26px; height: 26px; display: grid; place-items: center; margin-top: 1px; color: #fff; background: var(--green-700); border-radius: 50%; font-size: .8rem; font-weight: 900; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.process-step { padding: 24px; color: #fff; background: var(--blue-950); border-radius: 18px; }
.process-step:nth-child(even) { background: var(--blue-800); }
.process-step span { color: #bfe793; font-weight: 900; }
.process-step h3 { margin: 24px 0 6px; }
.process-step p { margin: 0; color: rgba(255,255,255,.78); font-size: .9rem; }

.contact-band { padding: 74px 0; color: #fff; background: linear-gradient(120deg, var(--blue-950), var(--blue-800)); }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: center; }
.contact-band h2 { margin: 8px 0 12px; font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: 1.02; letter-spacing: -.04em; }
.contact-band p { color: rgba(255,255,255,.82); }
.contact-card { display: grid; gap: 10px; padding: 26px; color: var(--ink); background: #fff; border-radius: 20px; box-shadow: var(--shadow); }
.contact-card > a, .call-options { padding: 14px 15px; background: #f4f9fa; border-radius: 12px; font-weight: 800; }
.contact-card > a:hover { background: var(--green-100); }
.call-options { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.call-options a { color: var(--blue-800); }
.call-options a:hover { color: var(--green-700); }
.site-footer { padding: 32px 0; color: #d8e8ee; background: #032b41; font-size: .88rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 18px; }
.legal-note { max-width: 760px; color: #9eb6c2; }

@media (max-width: 980px) {
  .menu { display: none; position: absolute; top: 114px; left: 20px; right: 20px; padding: 20px; flex-direction: column; align-items: stretch; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .menu.open { display: flex; }
  .nav-toggle { display: block; }
  .proofgrid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .solutions-grid, .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .contact-grid { grid-template-columns: 1fr; }
  .catalog-special-cta { grid-template-columns: auto 1fr; }
  .catalog-special-cta .btn { grid-column: 1 / -1; justify-self: start; }
  .split-media { min-height: 420px; }
}

@media (max-width: 680px) {
  .wrap { width: min(100% - 26px, var(--max)); }
  .topbar-contact span { display: none; }
  .topbar-inner { justify-content: center; }
  .nav { min-height: 72px; }
  .brand img { width: 150px; }
  .flag-link { padding: 7px; }
  .flag-link span:last-child { display: none; }
  .hero { min-height: 650px; }
  .hero-video { object-position: 34% center; }
  .hero::before { background: linear-gradient(90deg, rgba(5,38,57,.94), rgba(5,38,57,.68)); }
  .hero-content { padding: 72px 0 110px; }
  .proofbar { margin-top: -70px; }
  .proofgrid { grid-template-columns: 1fr 1fr; }
  .proof { padding: 18px; border-bottom: 1px solid var(--line); }
  .section { padding: 70px 0; }
  .solutions-grid, .catalog-grid, .process-grid { grid-template-columns: 1fr; }
  .catalog-toolbar { top: 107px; grid-template-columns: 1fr; }
  .catalog-count { min-height: 34px; }
  .split-media { min-height: 330px; }
  .catalog-special-cta { grid-template-columns: 1fr; }
  .catalog-special-icon { width: 54px; height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video { display: none; }
}
