@charset "UTF-8";
/* CSS Document */
/* Content ====================================================== 
   0. BRANDING
   1. TYPOGRAPHY
   2. ICONS / FONTAWESOME
   3. NAVIGATION
   4. SIGNATURES
   5. CARDS / CONTENT BLOCKS
   6. FOOTER
   7. HELPER CLASSES / UTILITIES
   8. FONTS / CUSTOM TYPEFACES
   9. MISC / ONE OFFS
   10. ACCESSIBILIY
   11. RESPONSIVE / MEDIA QUERIES
   12. Buttons
   13. Google SEARCH
====================================================== */

/* 0.
BRANDING / BASELINE
======================================================
====================================================== */

/* Font smoothing and text rendering (macOS + Windows) */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.125px;
  color: #151515;
  margin: 0;
  padding: 0;
}

.black { color: #151515; }
.white { color: #F6F6F6 }
.gray  { color: #6c757d; }
.red   { color: #d62828; }
.blue  { color: #0085ca; }

/* 1.
TYPOGRAPHY
======================================================
====================================================== */
h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize;
  color: var(--black);
}

/* Headline hierarchy */
h1, h2 {
  font-family: "YankeeBold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.5px;
}

h3, h4, h5 {
  font-family: "YankeeMedium", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.25px;
}

h6 {
  font-family: "YankeeBold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.25px;
}

/* Sizes and line heights */
h1 { font-size: clamp(2.25rem, 6vw, 4.5rem); line-height: 1.0; margin-bottom: clamp(0.75em, 2vw, 1em); }
h2 { font-size: clamp(1.875rem, 5vw, 3.25rem); line-height: 1.1; margin-bottom: clamp(0.6em, 1.5vw, 0.9em); }
h3 { font-size: clamp(1.5rem, 4vw, 2.5rem); line-height: 1.25; margin-bottom: clamp(0.5em, 1.25vw, 0.8em); }
h4 { font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.4; margin-bottom: clamp(0.45em, 1vw, 0.7em); }
h5 { font-size: clamp(1.25rem, 2.5vw, 1.75rem); line-height: 1.5; margin-bottom: clamp(0.4em, 0.9vw, 0.6em); }
h6 { font-size: clamp(1.125rem, 2vw, 1.25rem); line-height: 1.6; margin-bottom: clamp(0.35em, 0.8vw, 0.5em); }

/* Paragraphs and links */




/*
2. ICONS / FONTAWESOME
======================================================
====================================================== */
.fa, .fas, .far, .fal, .fab {
  vertical-align: middle;
}




/*
3. NAVIGATION
======================================================
====================================================== */





/*
4A. Signatures
======================================================
====================================================== */
.band-signature {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  text-align: left;
  background-color: #FFFFFF;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0 50px;
  min-height: 700px;
}
.band-signature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%), linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%);
  z-index: 0;
  pointer-events: none;
}
.band-signature > * {
  position: relative;
  z-index: 1;
}

.band-utility {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  text-align: left;
  background-color: #FFFFFF;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0 50px;
  min-height: 500px;
}

/* Signature Imgs
====================================================== */
.usa-test1 {
  background-image: url("../../_assets/imgs/test/destinations/karsten-winegeart-yOwrFVY6JBE-unsplash.jpg");
  background-position: center center;
}
.usa-test2 {
  background-image: url("../../_assets/imgs/test/destinations/joris-berthelot-EnTU_hr9wPA-unsplash.jpg");
  background-position: center center;
}

.usa-band-ut {
  background-color: #505050 !important;
}

/*
4. Page Bands
======================================================
====================================================== */
.container {
  width: 94%;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.nav-matched {
  width: 94%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}

.usa-base {
  padding: clamp(50px, 8vw, 100px) 0;
}

.usa-base-first {
  padding: clamp(40px, 8vw, 70px) 0;
}

.base-band-grad  {
background-color: #151515;
  background-image: 
    linear-gradient(135deg, #002f59 0%, transparent 40%),
    linear-gradient(315deg, #6b0000 0%, transparent 40%);
  background-blend-mode: normal;
}


/*
5. CARDS / CONTENT BLOCKS
======================================================
====================================================== */
.card {
  background-color: rgba(0, 0, 0, 0.0);
  border: 1px solid rgba(0, 0, 0, 0.0);
  word-wrap: normal;
}




/*
6. FOOTER
======================================================
====================================================== */



/* =============================== */
/*        FOOTER TYPOGRAPHY        */
/* =============================== */



/*        MOBILE FOOTER NAV        */
/* =============================== */



/* =============================== */
/*        FOOTER LAYOUT FIXES      */
/* =============================== */


.link-separator {
  margin: 0 0.25rem;
  color: #FFFFFF;
}

/* Optional container spacing */
.usa-base {
  padding: clamp(50px, 8vw, 100px) 0;
}

/* Adjust mobile spacing */
@media (max-width: 767.98px) {
  .usa-base {
    padding: clamp(30px, 6vw, 70px) 0;
  }
}

.band-super .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  height: 100%;
  position: relative;
  z-index: 1;
}


/*
7. HELPER CLASSES / UTILITIES
======================================================
====================================================== */






/*
8. FONTS / CUSTOM TYPEFACES
======================================================
====================================================== */


@font-face {
  font-family: "YankeeLight";
  src: url('../webFonts/YankeeLight/font.woff2') format('woff2'),
       url('../webFonts/YankeeLight/font.woff') format('woff');
}

@font-face {
  font-family: "YankeeLightItalic";
  src: url('../webFonts/YankeeLightItalic/font.woff2') format('woff2'),
       url('../webFonts/YankeeLightItalic/font.woff') format('woff');
}

@font-face {
  font-family: "YankeeRegular";
  src: url('../webFonts/YankeeRegular/font.woff2') format('woff2'),
       url('../webFonts/YankeeRegular/font.woff') format('woff');
}

@font-face {
  font-family: "YankeeRegularItalic";
  src: url('../webFonts/YankeeRegularItalic/font.woff2') format('woff2'),
       url('../webFonts/YankeeRegularItalic/font.woff') format('woff');
}

@font-face {
  font-family: "YankeeMedium";
  src: url('../webFonts/YankeeMedium/font.woff2') format('woff2'),
       url('../webFonts/YankeeMedium/font.woff') format('woff');
}

@font-face {
  font-family: "YankeeBold";
  src: url('../webFonts/YankeeBold/font.woff2') format('woff2'),
       url('../webFonts/YankeeBold/font.woff') format('woff');
}

@font-face {
  font-family: "YankeeBoldItalic";
  src: url('../webFonts/YankeeBoldItalic/font.woff2') format('woff2'),
       url('../webFonts/YankeeBoldItalic/font.woff') format('woff');
}

@font-face {
  font-family: "YankeeBlack";
  src: url('../webFonts/YankeeBlack/font.woff2') format('woff2'),
       url('../webFonts/YankeeBlack/font.woff') format('woff');
}

@font-face {
  font-family: "YankeeBlackItalic";
  src: url('../webFonts/YankeeBlackItalic/font.woff2') format('woff2'),
       url('../webFonts/YankeeBlackItalic/font.woff') format('woff');
}




/*
9. MISC / ONE OFFS
======================================================
====================================================== */




/*
10. ACCESSIBILIY
======================================================
====================================================== */
/* Remove default outlines only on mouse click, not keyboard nav */
:focus {
  outline: 2px solid #5a9bd4; /* neutral soft blue focus */
  outline-offset: 3px;
}

/* Optional: make focus rings appear only for keyboard users */
:focus:not(:focus-visible) {
  outline: none;
}

/* Add a nice transition for smooth focus appearance */
a, button, input, textarea {
  transition: outline-color 0.2s ease, box-shadow 0.2s ease;
}

/* Optional subtle enhancement */
a:focus-visible,
button:focus-visible {
  box-shadow: 0 0 0 3px rgba(90, 155, 212, 0.35); /* soft glow */
  border-radius: 4px;
}

/* 
11. RESPONSIVE / MEDIA QUERIES
======================================================
====================================================== */


/* 
12. Buttons
======================================================
====================================================== */
[class^="usa-button-"] a {
  font-family: "YankeeMedium", "Helvetica Neue", Arial, sans-serif;
  font-optical-sizing: auto !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin: 15px 25px 20px 0;
  padding: 0.75em 1em;
  border-radius: 3px;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: all 0.6s ease;
}

/* ==== VARIANTS ==== */

/* Semi-light (light on dark backgrounds) */
.usa-button-light a {
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
}
.usa-button-light a:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  border-color: #000;
}

/* Semi-dark (dark on light backgrounds) */
.usa-button-dark a {
  border: 1px solid #000;
  color: #000;
  background-color: rgba(255, 255, 255, 0.25);
}
.usa-button-dark a:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-color: #000;
}

/* White solid */
.usa-button-white a {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.usa-button-white a:hover {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}

/* Black solid */
.usa-button-black a {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.usa-button-black a:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}

/* ==== MODIFIERS ==== */

/* Compact version */
.usa-button-compact a {
  padding-left: 1em;
  padding-right: 1em;
}

/* No top margin */
.usa-button-no-top-margin a {
  margin-top: 0 !important;
}

/* Focus accessibility */
[class^="usa-button-"] a:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* ==== LAYOUT ==== */
.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.btn-row > div a {
  margin: 0 !important; /* rely on flex gap for spacing */
}
/* 
13. Google SEARCH
======================================================
====================================================== */


.gs-title {
  font-size: 24px !important;
  font-family: "YankeeBold", "Helvetica Neue", Arial, sans-serif;
	font-optical-sizing: auto !important;
  /* font-family: 'Roboto', sans-serif !important; */
  font-weight: 700 !important; 
  margin-top: 10px;
	color: aqua;
  /** display: none !important; **/
	
}	


.gs-snippet {
  font-size: 18px !important;
	line-height: 1.375 !important;
  font-family: "YankeeMedium", "Helvetica Neue", Arial, sans-serif;
	font-optical-sizing: auto !important;
  /* font-family: 'Roboto', sans-serif !important; */
  font-weight: 600 !important; 
	
}

.gs-url {
  font-size: 50px !important;
  font-family: "YankeeMedium", "Helvetica Neue", Arial, sans-serif;
	font-optical-sizing: auto !important;
  /* font-family: 'Roboto', sans-serif !important; */
  font-weight: 400 !important; 
  color: #151515 !important;
	
}
/**
.gs-webResult {
    border-top: 5px solid #FFCC00;
    padding: 1em;
  }
**/

.gsc-control-cse {
	background-color: transparent !important;

}
