/*!
Theme Name: Ocean View Monaco
Theme URI: https://www.webbami.it/
Author: WEBBAMI
Author URI: https://www.webbami.it/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oceanviewmonaco
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ocean View Monaco is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* ============================================
   Ocean View Monaco - Global Styles
   ============================================ */

/* Font Face - Lyon Display */
@font-face {
  font-family: 'Lyon Display';
  src: url('/wp-content/themes/oceanviewmonaco/fonts/LyonDisplay-Light-Web.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lyon Display';
  src: url('/wp-content/themes/oceanviewmonaco/fonts/LyonText-Regular-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {font-family: 'HurmeGeometricSans2-Bold';src: url('/wp-content/themes/oceanviewmonaco/fonts/HurmeGeometricSans2/3826D7_1_0.eot');src: url('/wp-content/themes/oceanviewmonaco/fonts/HurmeGeometricSans2/3826D7_1_0.eot?#iefix') format('embedded-opentype'),url('/wp-content/themes/oceanviewmonaco/fonts/HurmeGeometricSans2/3826D7_1_0.woff2') format('woff2'),url('/wp-content/themes/oceanviewmonaco/fonts/HurmeGeometricSans2/3826D7_1_0.woff') format('woff'),url('/wp-content/themes/oceanviewmonaco/fonts/HurmeGeometricSans2/3826D7_1_0.ttf') format('truetype');}
@font-face {font-family: 'HurmeGeometricSans2-Light';src: url('/wp-content/themes/oceanviewmonaco/fonts/HurmeGeometricSans2/3826D7_3_0.eot');src: url('/wp-content/themes/oceanviewmonaco/fonts/HurmeGeometricSans2/3826D7_3_0.eot?#iefix') format('embedded-opentype'),url('/wp-content/themes/oceanviewmonaco/fonts/HurmeGeometricSans2/3826D7_3_0.woff2') format('woff2'),url('/wp-content/themes/oceanviewmonaco/fonts/HurmeGeometricSans2/3826D7_3_0.woff') format('woff'),url('/wp-content/themes/oceanviewmonaco/fonts/HurmeGeometricSans2/3826D7_3_0.ttf') format('truetype');}
@font-face {font-family: 'HurmeGeometricSans2-Regular';src: url('/wp-content/themes/oceanviewmonaco/fonts/HurmeGeometricSans2/3826D7_5_0.eot');src: url('/wp-content/themes/oceanviewmonaco/fonts/HurmeGeometricSans2/3826D7_5_0.eot?#iefix') format('embedded-opentype'),url('/wp-content/themes/oceanviewmonaco/fonts/HurmeGeometricSans2/3826D7_5_0.woff2') format('woff2'),url('/wp-content/themes/oceanviewmonaco/fonts/HurmeGeometricSans2/3826D7_5_0.woff') format('woff'),url('/wp-content/themes/oceanviewmonaco/fonts/HurmeGeometricSans2/3826D7_5_0.ttf') format('truetype');}
@font-face {font-family: 'HurmeGeometricSans2-SemiBold';src: url('/wp-content/themes/oceanviewmonaco/fonts/HurmeGeometricSans2/3826D7_7_0.eot');src: url('/wp-content/themes/oceanviewmonaco/fonts/HurmeGeometricSans2/3826D7_7_0.eot?#iefix') format('embedded-opentype'),url('/wp-content/themes/oceanviewmonaco/fonts/HurmeGeometricSans2/3826D7_7_0.woff2') format('woff2'),url('/wp-content/themes/oceanviewmonaco/fonts/HurmeGeometricSans2/3826D7_7_0.woff') format('woff'),url('/wp-content/themes/oceanviewmonaco/fonts/HurmeGeometricSans2/3826D7_7_0.ttf') format('truetype');}

/* Fallback: use system serif as backup */
:root {
  /* Colors */
  --accent: #1B6B93;
  --accent-gold: #C9A96E;
  --accent-light: #D4E8F0;
  --bg-card: #FFFFFF;
  --bg-dark: #1A2332;
  --bg-primary: #FAFAF7;
  --bg-warm: #F5F0EB;
  --border: #E8E4DF;
  --text-light: #FAFAF7;
  --text-muted: #8E99A8;
  --text-primary: #1A2332;
  --text-secondary: #5A6B7D;

  /* Spacing */
  --spacing-xs: 8px;
  --spacing-sm: 16px;
  --spacing-md: 24px;
  --spacing-lg: 40px;
  --spacing-xl: 64px;
  --spacing-2xl: 80px;
  --spacing-section: 120px;

  /* Typography */
  --font-main: 'Lyon Display', 'Cormorant Garamond', 'Georgia', serif;
}

/* Reset */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'HurmeGeometricSans2-Light';
  color: var(--text-primary);
  background-color: var(--bg-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
  font-family: var(--font-main);
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}

a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ============================================
   Layout Utilities
   ============================================ */

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

/* ============================================
   Header / Navigation
   ============================================ */

.header {
  height: 100px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(232, 228, 223, 0.8);
  box-shadow: 0 10px 30px rgba(26, 35, 50, 0.08);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 80px;
}

.header__logo {
  display: flex;
  align-items: center;
  padding: 12px 20px;
}

.header__logo img {
  height: 75px;
  width: 110px;
  object-fit: contain;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header__menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(26, 35, 50, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-primary);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.header__menu-toggle:hover {
  opacity: 1;
  border-color: rgba(26, 35, 50, 0.24);
  background: #FFFFFF;
}

.header__menu-toggle-line {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__menu-item {
  display: flex;
  align-items: center;
}

.header__menu-item--cta {
  margin-left: 8px;
}

.header__nav-link {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: var(--text-secondary);
  transition: color 0.2s ease;
  font-family: 'HurmeGeometricSans2-Light';
  font-weight: 400;
  font-style: normal;
}

.header__nav-link:hover {
  color: var(--text-primary);
  opacity: 1;
}

.header__nav-link--active {
  color: var(--text-primary);
  font-weight: 600;
}

.header__cta {
  display: inline-flex;
  align-items: center;
  padding: 10px 28px;
  background: var(--accent-gold);
  color: var(--text-light);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: background 0.2s ease;
}

.header__cta:hover {
  background: #b8964f;
  opacity: 1;
}

/* ============================================
   Hero Sections
   ============================================ */

/* Full-image hero (Homepage) */

.hero {
  position: relative;
  height: 800px;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #1A2332BB 0%, #1A233260 60%, #1A233210 100%);
}

.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 0 120px 100px 120px;
  gap: 28px;
}

.hero__label {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid var(--accent-gold);
  color: var(--accent-gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  align-self: flex-start;
}

.hero__title {
  font-size: 60px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: -1.5px;
  line-height: 1.1;
  max-width: 900px;
}

.hero__subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFFBB;
  line-height: 1.7;
  max-width: 700px;
}

.hero__services {
  font-weight: 400;
  color: #FFFFFF99;
  letter-spacing: 1px;
  line-height: 1.6;
  max-width: 700px;
}

.hero__intro {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFFAA;
  line-height: 1.7;
  max-width: 700px;
}

.hero__ctas {
  display: flex;
  gap: 16px;
}

.hero {
    position: relative;
    overflow: hidden;
}

.hero__bg--video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    pointer-events: none; /* non interferisce con i click sui CTA */
}

.hero__bg--video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* aspect ratio 16:9 — sovradimensionato per coprire tutto */
    width: 100vw;
    height: 56.25vw; /* 16:9 */
    min-height: 100%;
    min-width: 177.78vh; /* 16:9 inverso */
}

/* Page hero (dark background, centered text) */
.page-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 350px;
  background: var(--bg-dark);
  padding: 0 120px;
  gap: 16px;
  text-align: center;
}

.page-hero__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  color: var(--accent-gold);
}

.page-hero__title {
  font-size: 56px;
  font-weight: 500;
  color: var(--text-light);
  letter-spacing: -1px;
  line-height: 1.1;
}

.page-hero__subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF99;
  line-height: 1.7;
}

/* Image hero (with background image, centered text) */
.image-hero {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.image-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #1A2332DD 0%, #1A233288 50%, #1A2332DD 100%);
}

.image-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 200px;
  gap: 16px;
  text-align: center;
}

.image-hero__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  color: var(--accent-gold);
}

.image-hero__title {
  font-size: 56px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: -1px;
  line-height: 1.1;
}

.image-hero__title--sm {
  font-size: 52px;
}

/* ============================================
   Buttons
   ============================================ */

.btn {
  display: inline-flex;
  align-items: center;
  padding: 16px 36px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: var(--font-main);
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
}

.btn--primary {
  background: var(--accent-gold);
  color: #FFFFFF;
}

.btn--primary:hover {
  background: #b8964f;
  opacity: 1;
}

.btn--outline {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF66;
}

.btn--outline:hover {
  border-color: #FFFFFF;
  opacity: 1;
}

.btn--outline-gold {
  background: transparent;
  color: var(--accent-gold);
  border: 1px solid var(--accent-gold);
  font-size: 12px;
  letter-spacing: 1.5px;
  padding: 14px 32px;
}

.btn--outline-gold:hover {
  background: var(--accent-gold);
  color: #FFFFFF;
  opacity: 1;
}

/* ============================================
   Section Label (small uppercase tag)
   ============================================ */

.section-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4px;
  color: var(--accent-gold);
}

/* ============================================
   Section Styles
   ============================================ */

.section {
  padding: 100px 120px;
}

.section--bg-primary { background: var(--bg-primary); }
.section--bg-warm { background: var(--bg-warm); }
.section--bg-white { background: #FFFFFF; }
.section--bg-dark { background: var(--bg-dark); }

.section--narrow {
  padding-left: 200px;
  padding-right: 200px;
}

.section--pad-sm {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* ============================================
   Two-Column Layout
   ============================================ */

.two-col {
  display: flex;
  gap: 80px;
  align-items: center;
}

.two-col__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.two-col__image {
  width: 520px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}

.two-col__image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.two-col__image--tall img {
  height: 500px;
}

/* ============================================
   Centered Text Sections
   ============================================ */

.text-center-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.text-center-section--gap-md {
  gap: 24px;
}

.section-title {
  font-size: 52px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.15;
  color: var(--text-primary);
}

.section-title--center {
  text-align: center;
}

.section-title--sm {
  font-size: 36px;
}

.section-title--lg {
  font-size: 52px;
  letter-spacing: -1px;
  line-height: 1.1;
}

.section-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  color: var(--text-secondary);
}

.section-desc--lg {
  font-size: 18px;
  line-height: 1.8;
}

.section-desc--center {
  text-align: center;
}

.section-desc--narrow {
  max-width: 700px;
}

/* ============================================
   Card Grid (Services / What We Do)
   ============================================ */

.card-grid {
  display: flex;
  gap: 24px;
  width: 100%;
}

.card-grid--center {
  justify-content: center;
}

.card {
  flex: 1;
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card--fixed {
  flex: none;
  width: 540px;
}

.card__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card__icon {
  color: var(--accent-gold);
  width: 24px;
  height: 24px;
}

.card__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: var(--text-primary);
}

.card__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text-secondary);
}

/* Service cards (no image, icon-based) */
.service-card {
  flex: 1;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 0 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}

.service-card__image {
  width: calc(100% + 56px);
  max-width: none;
  height: 250px;
  margin: 0 -28px 10px;
  object-fit: cover;
  display: block;
}

.service-card__icon {
  color: var(--accent-gold);
  width: 28px;
  height: 28px;
}

.service-card__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: var(--text-primary);
}

.service-card__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text-secondary);
}

/* ============================================
   Pillars / Difference Section
   ============================================ */

.pillars {
  display: flex;
  gap: 48px;
  width: 100%;
}

.pillar {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.pillar__line {
  width: 40px;
  height: 2px;
  background: var(--accent-gold);
}

.pillar__icon {
  color: var(--accent-gold);
  width: 32px;
  height: 32px;
}

.pillar__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: var(--text-primary);
}

.pillar__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  color: var(--text-secondary);
}

/* ============================================
   Logo Carousel (Owl Carousel)
   ============================================ */

.logo-carousel {
  width: 100%;
}

.logo-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.logo-carousel__item {
  width: 200px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-carousel__item img {
  max-width: 200px;
  max-height: 110px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.logo-carousel__item--featured {
  position: relative;
  background: #FFFFFF;
  border: 1px solid var(--accent-gold);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(201, 169, 110, 0.18);
}

.logo-carousel__item--featured img {
  max-width: 170px;
  max-height: 90px;
}

/* ============================================
   Full-Width Image Section with Overlay Text
   ============================================ */

.overlay-section {
  position: relative;
  overflow: hidden;
}

.overlay-section__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-section__gradient {
  position: absolute;
  inset: 0;
}

.overlay-section__gradient--bottom {
  background: linear-gradient(to top, #1A2332EE 0%, #1A2332CC 20%, #1A233240 70%, #1A233200 100%);
}

.overlay-section__gradient--center {
  background: linear-gradient(to right, #1A2332CC 0%, #1A233288 50%, #1A2332CC 100%);
}

.overlay-section__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.overlay-section__content--bottom {
  justify-content: flex-end;
}

.overlay-section__content--center {
  align-items: center;
  justify-content: center;
  padding: 0 200px;
  text-align: center;
  gap: 24px;
}

.overlay-section__title {
  font-size: 52px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: -1px;
  line-height: 1.1;
}

.overlay-section__title--sm {
  font-size: 48px;
}

.overlay-section__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  color: #FFFFFFCC;
  max-width: 700px;
}

.overlay-section__desc--lg {
  font-size: 18px;
}

/* ============================================
   Contact Info
   ============================================ */

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 400px;
  flex-shrink: 0;
}

.contact-info__item {
  display: flex;
  gap: 16px;
}

.contact-info__icon {
  color: var(--accent-gold);
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-info__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-info__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--text-primary);
}

.contact-info__value {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-secondary);
}

/* ============================================
   Profile Cards (About page)
   ============================================ */

.profile-card {
  display: flex;
  gap: 64px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 48px;
  width: 100%;
}

.profile-card--reverse {
  flex-direction: row-reverse;
}

.profile-card__image {
  width: 280px;
  height: 340px;
  background: var(--bg-warm);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.profile-card__image i {
  color: var(--border);
  font-size: 48px;
}

.profile-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.profile-card__name {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: var(--text-primary);
}

.profile-card__role {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  color: var(--accent-gold);
}

.profile-card__bio {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  color: var(--text-secondary);
}

/* ============================================
   Section Header (centered)
   ============================================ */

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 700px;
  text-align: center;
}

.section-header__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text-secondary);
}

/* ============================================
   Footer
   ============================================ */

.footer {
  background: var(--bg-dark);
}

.footer__main {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding: 64px 120px 48px 120px;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 360px;
}

.footer__logo {
  display: flex;
  align-items: center;
  padding: 0px;
}

.footer__logo img {
  height: 60px;
  /* Invert for dark background */
  filter: brightness(0) invert(1);
}

.footer__tagline {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #FFFFFF77;
  max-width: 340px;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__col-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #FFFFFFCC;
}

.footer__col-link {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF77;
}

.footer__col-link:hover {
  color: #FFFFFFBB;
  opacity: 1;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 120px 24px 120px;
  border-top: 1px solid #FFFFFF11;
}

.footer__copyright {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF55;
}

.footer__links {
  display: flex;
  gap: 24px;
}

.footer__link {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF55;
}

.footer__link:hover {
  color: #FFFFFF88;
  opacity: 1;
}

/* ============================================
   Work With Us (Careers 2-col)
   ============================================ */

.two-col-text {
  display: flex;
  gap: 80px;
}

.two-col-text__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ============================================
   Apply Section
   ============================================ */

.apply-email {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: var(--accent-gold);
}

/* ============================================
   404 Page
   ============================================ */

.error-404-page {
  position: relative;
  overflow: hidden;
}

.error-404-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(201, 169, 110, 0.16), transparent 34%),
    radial-gradient(circle at bottom right, rgba(27, 107, 147, 0.12), transparent 32%);
  pointer-events: none;
}

.error-404-page__wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  gap: 48px;
  justify-content: space-between;
}

.error-404-page__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  max-width: 760px;
}

.error-404-page__eyebrow {
  font-size: 18px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.error-404-page__desc {
  max-width: 620px;
}

.error-404-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 8px;
}

.error-404-page__card {
  width: 420px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  padding: 48px 40px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(201, 169, 110, 0.24);
  box-shadow: 0 24px 60px rgba(26, 35, 50, 0.08);
  backdrop-filter: blur(8px);
}

.error-404-page__card-number {
  font-size: 120px;
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: var(--accent-gold);
}

.error-404-page__card-divider {
  width: 72px;
  height: 1px;
  background: var(--accent-gold);
}

.error-404-page__links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.error-404-page__link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: rgba(250, 250, 247, 0.9);
  border: 1px solid transparent;
  color: var(--text-primary);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.error-404-page__link:hover {
  opacity: 1;
  transform: translateX(4px);
  border-color: rgba(201, 169, 110, 0.35);
  background: #FFFFFF;
}

.error-404-page__link-icon {
  width: 18px;
  height: 18px;
  color: var(--accent-gold);
  flex-shrink: 0;
}

/* ============================================
   Responsive
   ============================================ */

@media (max-width: 1200px) {
  .header__inner { padding: 0 40px; }
  .section { padding: 80px 60px; }
  .section--narrow { padding-left: 100px; padding-right: 100px; }
  .hero__content { padding: 0 60px 80px 60px; }
  .footer__main { padding: 48px 60px 32px; }
  .footer__bottom { padding: 16px 60px 20px; }
}

@media (max-width:991px){
  .overlay-section__content--bottom,
  .overlay-section__content--center{
    padding: 50px !important;
  }
  .overlay-section__gradient--bottom{
    background: linear-gradient(to right, #1A2332CC 0%, #1A233288 50%, #1A2332CC 100%);
  }
}
@media (min-width:992px){
  .island-box{
    height: 550px;
  }
  .trusted-partner{
    height: 500px;
  }
  .overlay-section__content--bottom {
    padding: 80px 120px 80px 120px;
  }
}

@media (max-width: 992px) {
  .two-col { flex-direction: column; }
  .two-col__image { width: 100%; }
  .card-grid { flex-wrap: wrap; }
  .card--fixed { width: 100%; }
  .pillars { flex-direction: column; }
  .profile-card { flex-direction: column !important; }
  .profile-card__image { width: 100%; /* height: 250px;*/ }
  .contact-info { width: 100%; }
  .two-col-text { flex-direction: column; }
  .image-hero__content { padding: 0 60px; }
  .overlay-section__content--center { padding: 0 60px; }
  .error-404-page__wrap { flex-direction: column; }
  .error-404-page__card { width: 100%; }
}

@media (max-width: 768px) {
  .header { height: 100px; }
  .header__inner { padding: 0 20px; }
  .header__menu-toggle { display: inline-flex; }
  .header__nav {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    right: 20px;
    left: 20px;
    padding: 20px;
    border: 1px solid rgba(232, 228, 223, 0.92);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 50px rgba(26, 35, 50, 0.16);
    backdrop-filter: blur(12px);
  }
  .header__nav.is-open { display: flex; }
  .header__menu {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .header__menu-item,
  .header__menu-item--cta {
    width: 100%;
    margin-left: 0;
  }
  .header__nav-link,
  .header__cta {
    width: 100%;
    justify-content: space-between;
    padding: 14px 16px;
    border-radius: 16px;
  }
  .header__nav-link {
    background: rgba(245, 240, 235, 0.72);
  }
  .hero { height: auto; padding: 40px 0 0 0; }
  .header__logo{ padding-left: 0px !important; padding-right: 0px !important; }
  .header__logo img{ height: 60px !important; }
  .hero__title { font-size: 36px; }
  .hero__content { padding: 0 24px 60px; }
  .section { padding: 60px 24px; }
  .section--narrow { padding-left: 24px; padding-right: 24px; }
  .page-hero { height: 250px; padding: 0 24px; }
  .page-hero__title { font-size: 36px; }
  .section-title { font-size: 28px; }
  .section-title--lg { font-size: 36px; }
  .footer__main { flex-direction: column; padding: 40px 24px 24px; }
  .footer__brand { width: 100%; }
  .footer__bottom { flex-direction: column; gap: 12px; padding: 16px 24px; }
  .logo-row { flex-wrap: wrap; }
  .card-grid { flex-direction: column; }
  .image-hero { height: 300px; }
  .image-hero__title { font-size: 32px; }
  .overlay-section__title { font-size: 32px; }
  .error-404-page__eyebrow { font-size: 14px; letter-spacing: 0.28em; }
  .error-404-page__card { padding: 32px 24px; }
  .error-404-page__card-number { font-size: 88px; }
  .error-404-page__actions { flex-direction: column; align-items: stretch; }
  .error-404-page__actions .btn { justify-content: center; width: 100%; }
}

.header--menu-open .header__menu-toggle-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.header--menu-open .header__menu-toggle-line:nth-child(2) {
  opacity: 0;
}

.header--menu-open .header__menu-toggle-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.btn:not(.centered){
  align-self: flex-start;
}

footer .footer__tagline,
footer .footer__col-title,
footer .footer__col-link,
footer .footer__copyright,
footer .footer__link{
  color: #e0bc6d !important;
  font-size: 15px !important;
}
footer .footer__logo img {
  filter: inherit !important;
}

/* ============================================
   Frontend Admin Bar
   ============================================ */

html {
  margin-top: 0 !important;
}

body.admin-bar {
  margin-top: 0 !important;
}

#wpadminbar {
  top: auto !important;
  bottom: 16px;
  left: 50%;
  width: calc(100% - 92px);
  max-width: none;
  min-width: 0;
  height: 40px;
  transform: translateX(-50%) translateY(0);
  border: 1px solid rgba(201, 169, 110, 0.22);
  border-radius: 14px;
  background: rgba(26, 35, 50, 0.92);
  box-shadow: 0 20px 45px rgba(26, 35, 50, 0.22);
  backdrop-filter: blur(14px);
  transition: transform 0.25s ease, opacity 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  opacity: 1;
  z-index: 99990;
}

#wpadminbar::before {
  display: none;
}

#wpadminbar .quicklinks {
  padding-top: 0;
}

#wpadminbar .quicklinks > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

#wpadminbar #wp-toolbar {
  display: flex;
  align-items: center;
  width: 100%;
}

#wpadminbar .ab-top-menu > li {
  position: relative;
  flex-shrink: 0;
}

#wpadminbar .ab-item,
#wpadminbar a.ab-item,
#wpadminbar > #wp-toolbar span.ab-label,
#wpadminbar > #wp-toolbar span.noticon {
  color: #FAFAF7;
}

#wpadminbar .ab-item:hover,
#wpadminbar a.ab-item:hover,
#wpadminbar li:hover .ab-item,
#wpadminbar li.hover .ab-item {
  color: #C9A96E;
}

#wpadminbar .ab-top-menu > li > .ab-item {
  height: 40px;
  line-height: 40px;
}

#wpadminbar #wp-admin-bar-top-secondary,
#wpadminbar #wp-admin-bar-root-default {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

#wpadminbar #wp-admin-bar-top-secondary {
  margin-left: auto;
}

#wpadminbar .quicklinks .menupop ul.ab-sub-wrapper {
  top: auto;
  bottom: 100%;
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(26, 35, 50, 0.98);
  box-shadow: 0 18px 40px rgba(26, 35, 50, 0.28);
}

#wpadminbar .quicklinks .menupop .ab-sub-wrapper .ab-sub-wrapper {
  top: auto;
  right: 100%;
  bottom: 0;
  left: auto;
  margin-right: 10px;
  margin-bottom: 0;
}

#wpadminbar .menupop .ab-sub-wrapper,
#wpadminbar .shortlink-input {
  bottom: 100%;
}

#wpadminbar .quicklinks .menupop ul li a,
#wpadminbar .quicklinks .menupop.hover ul li a,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
  color: #FAFAF7;
}

#wpadminbar .quicklinks .menupop ul li a:hover,
#wpadminbar .quicklinks .menupop ul li a:focus {
  background: rgba(201, 169, 110, 0.12);
  color: #C9A96E;
}

#wpadminbar .ab-sub-wrapper .ab-item {
  height: auto;
  line-height: 1.5;
}

.adminbar-toggle {
  position: fixed;
  left: 16px;
  bottom: 16px;
  width: 64px;
  height: 40px;
  border: 1px solid rgba(201, 169, 110, 0.28);
  border-radius: 14px;
  background: rgba(26, 35, 50, 0.96);
  color: #FAFAF7;
  font: 600 11px/1 "Lato", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(26, 35, 50, 0.2);
  cursor: pointer;
  z-index: 99991;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.adminbar-toggle span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.adminbar-toggle svg {
  width: 18px;
  height: 18px;
  display: block;
}

.adminbar-toggle:hover {
  background: rgba(26, 35, 50, 0.96);
  color: #FAFAF7;
  border-color: rgba(201, 169, 110, 0.44);
  transform: translateY(-1px);
}

body.adminbar-collapsed #wpadminbar {
  transform: translateX(-50%) translateY(calc(100% + 24px));
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 782px) {
  #wpadminbar {
    bottom: 12px;
    right: 12px;
    left: 68px;
    width: auto;
    height: 46px;
    transform: translateX(0) translateY(0);
  }

  body.adminbar-collapsed #wpadminbar {
    transform: translateX(0) translateY(calc(100% + 20px));
    display: none !important;
  }
  .adminbar-toggle{
    display: none !important;
  }

  .adminbar-toggle {
    left: 12px;
    bottom: 12px;
    width: 48px;
    height: 46px;
    border-radius: 12px;
    letter-spacing: 0.08em;
  }
}


.current_page_item .header__cta{
  background: #b8964f;
  opacity: 1;
}

input#gform_submit_button_1 {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 48px;
    background: var(--accent-gold);
    letter-spacing: 1px;
    box-shadow: none;
    border-radius: 0px;
    text-transform: uppercase;
}
input#gform_submit_button_1:hover {
    background: #b8964f;
}
.gform_required_legend{
  display: none !important;
}

/* ============================================
   Gallery Page
   ============================================ */

.gallery-page {
  padding: 100px 80px 120px;
}

.gallery-page__intro {
  max-width: 760px;
  margin: 0 auto 64px;
  text-align: center;
}

.gallery-page__lead {
  margin-top: 20px;
  color: var(--text-secondary);
  font-size: 18px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.gallery-card {
  background: transparent;
  overflow: hidden;
}

.gallery-card__media {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #dde5ea;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(26, 35, 50, 0.12);
}

.gallery-card__media:hover {
  opacity: 1;
}

.gallery-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-card__media:hover img {
  transform: scale(1.04);
}

.gallery-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 18px;
  background: linear-gradient(180deg, rgba(26, 35, 50, 0.04) 10%, rgba(26, 35, 50, 0.58) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-card__media:hover .gallery-card__overlay {
  opacity: 1;
}

.gallery-card__zoom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-primary);
  font-family: 'HurmeGeometricSans2-Regular';
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gallery-pagination {
  margin-top: 56px;
}

.gallery-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.gallery-pagination a,
.gallery-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(26, 35, 50, 0.12);
  background: #ffffff;
  color: var(--text-primary);
  font-family: 'HurmeGeometricSans2-Regular';
  font-size: 14px;
  letter-spacing: 0.4px;
}

.gallery-pagination .current {
  background: var(--accent-gold);
  border-color: var(--accent-gold);
  color: var(--text-light);
}

.gallery-empty {
  text-align: center;
  padding: 40px 0;
  color: var(--text-secondary);
}

.gallery-lightbox-open {
  overflow: hidden;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.gallery-lightbox[hidden] {
  display: none !important;
}

/* Keep content comfortably framed on ultra-wide displays without narrowing full-bleed imagery. */
@media (min-width: 1921px) {
  .section {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .section--bg-primary {
    box-shadow: 0 0 0 100vmax var(--bg-primary);
    clip-path: inset(0 -100vmax);
  }

  .section--bg-warm {
    box-shadow: 0 0 0 100vmax var(--bg-warm);
    clip-path: inset(0 -100vmax);
  }

  .section--bg-white {
    box-shadow: 0 0 0 100vmax #FFFFFF;
    clip-path: inset(0 -100vmax);
  }

  .section--bg-dark {
    box-shadow: 0 0 0 100vmax var(--bg-dark);
    clip-path: inset(0 -100vmax);
  }

  .hero__content,
  .overlay-section__content {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer__main,
  .footer__bottom {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }
}

.gallery-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 21, 31, 0.84);
  backdrop-filter: blur(6px);
}

.gallery-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  max-height: calc(100vh - 64px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-lightbox__image {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 96px);
  border-radius: 26px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.gallery-lightbox__close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-primary);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 900px) {
  .gallery-page {
    padding: 72px 24px 88px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-page__lead {
    font-size: 18px;
  }

  .gallery-lightbox {
    padding: 18px;
  }

  .gallery-lightbox__close {
    top: 12px;
    right: 12px;
  }
}

@media (max-width: 640px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width:767px){
  .only-mobile{
    display: block;
  }
}
@media screen and (min-width:768px){
  .only-mobile{
    display: none;
  }
}
