/*
Theme Name: InVeniceHotels MTC
Theme URI: https://invenicehotels.com/
Author: Marketing the Change (editorial team since 2002)
Author URI: https://marketingthechange.com/
Description: Editorial FSE theme for InVeniceHotels. Cream Paper + Canal Blue + Venetian Gold palette. Cormorant Garamond + Inter + JetBrains Mono. Custom post types for hotel, sestiere, plan_topic, offer. Sestiere-first information architecture.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 8.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: invenicehotels-mtc
Tags: full-site-editing, block-patterns, editorial, travel, hotels
*/

/* Minimal supplemental styles. Bulk of styling flows from theme.json. */

:root {
  --ivh-canal-blue: #1F3D5A;
  --ivh-lagoon-night: #122436;
  --ivh-cream-paper: #F6EFE1;
  --ivh-ivory: #FBF7EE;
  --ivh-venetian-gold: #C69B4B;
  --ivh-old-gold: #A47A2E;
  --ivh-terracotta: #B4593C;
  --ivh-ink: #1A1A1A;
  --ivh-slate: #6C6960;
  --ivh-fog: #D9D2C0;
  --ivh-rio-green: #3E6A6B;
  --ivh-amber: #D69838;
}

/* Skip link */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 8px;
  background: var(--ivh-canal-blue);
  color: var(--ivh-cream-paper);
  padding: 8px 16px;
  z-index: 9999;
  text-decoration: none;
  border-radius: 4px;
}
.skip-link:focus { left: 8px; }

/* Canal Wash treatment */
.wp-block-cover.is-canal-wash::after,
.img-canal-wash::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31,61,90,0.30) 0%, rgba(18,36,54,0.70) 100%);
  pointer-events: none;
  z-index: 1;
}

/* Warm Sun treatment */
.img-warm-sun { position: relative; overflow: hidden; isolation: isolate; }
.img-warm-sun img { filter: contrast(1.05) saturate(1.05) sepia(0.05); }
.img-warm-sun::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top, rgba(198,155,75,0.18) 0%, transparent 55%);
  pointer-events: none;
  mix-blend-mode: multiply;
  z-index: 1;
}

/* Paper Frame treatment */
.img-paper-frame {
  padding: 16px;
  background: var(--ivh-ivory);
  border: 1px solid var(--ivh-fog);
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(26,26,26,0.05);
  display: inline-block;
}

/* Pills */
.ivh-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}
.ivh-pill--gold { background: var(--ivh-venetian-gold); color: var(--ivh-canal-blue); }
.ivh-pill--terracotta { background: var(--ivh-terracotta); color: var(--ivh-cream-paper); }
.ivh-pill--amber { background: var(--ivh-amber); color: var(--ivh-lagoon-night); }
.ivh-pill--slate { background: var(--ivh-fog); color: var(--ivh-ink); }

/* Walking-minute figures */
.ivh-mono {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-weight: 400;
}

/* Trust strip */
.ivh-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 32px;
  background: var(--ivh-canal-blue);
  color: var(--ivh-cream-paper);
}
.ivh-trust-strip .stat-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.75rem, 1.25rem + 2vw, 2.5rem);
  color: var(--ivh-venetian-gold);
  display: block;
  line-height: 1;
}
.ivh-trust-strip .stat-label {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 13px;
  margin-top: 8px;
  display: block;
}
@media (max-width: 782px) {
  .ivh-trust-strip { grid-template-columns: repeat(2, 1fr); }
}

/* Acqua alta advisory */
.ivh-acqua-alta-alert {
  background: var(--ivh-amber);
  color: var(--ivh-lagoon-night);
  padding: 12px 20px;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Affiliate disclosure */
.ivh-disclosure {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--ivh-slate);
  padding: 8px 12px;
  background: var(--ivh-ivory);
  border-left: 3px solid var(--ivh-venetian-gold);
  margin: 16px 0;
}

/* Sestiere seal eyebrow */
.ivh-sestiere-seal {
  display: inline-block;
  padding: 4px 14px;
  border: 1px solid var(--ivh-venetian-gold);
  border-radius: 4px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  color: var(--ivh-venetian-gold);
  letter-spacing: 0.02em;
}

/* Hotel card */
.ivh-hotel-card {
  background: var(--ivh-ivory);
  border: 1px solid var(--ivh-fog);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 150ms ease-out;
}
.ivh-hotel-card:hover { transform: translateY(-4px); }
.ivh-hotel-card .card-body { padding: 24px; }

/* Since-2002 badge */
.ivh-since-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border: 1px solid var(--ivh-venetian-gold);
  color: var(--ivh-venetian-gold);
  border-radius: 999px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 15px;
}

/* Motion respect */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}
