/*
Theme Name: Sausalito Yacht Group Interim
Theme URI: https://sausalitoyachtgroup.com/
Author: Sausalito Yacht Group
Description: Interim now-open homepage for Sausalito Yacht Group, a yacht brokerage in Sausalito, California.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: syg-interim
*/

:root {
  --syg-navy: #091827;
  --syg-navy-soft: rgba(9, 24, 39, 0.82);
  --syg-ink: #142231;
  --syg-paper: #f6f1e9;
  --syg-white: #ffffff;
  --syg-gold: #c8a96b;
  --syg-muted: rgba(255, 255, 255, 0.78);
  --syg-line: rgba(255, 255, 255, 0.22);
  --syg-dark-line: rgba(20, 34, 49, 0.14);
  --syg-display: "DM Serif Display", Georgia, "Times New Roman", serif;
  --syg-sans: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--syg-paper);
  color: var(--syg-ink);
  font-family: var(--syg-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.syg-skip-link {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--syg-white);
  padding: 0.75rem 1rem;
  color: var(--syg-ink);
}

.syg-skip-link:focus {
  transform: translateY(0);
}

.syg-wrap {
  width: min(1180px, calc(100vw - 2rem));
  margin: 0 auto;
}

.syg-header {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  color: var(--syg-white);
  background: rgba(9, 24, 39, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.admin-bar .syg-header {
  top: 32px;
}

.syg-header-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: center;
  min-height: 96px;
  padding: 0.55rem 0;
}

.syg-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  font-size: 0.92rem;
  font-weight: 700;
}

.syg-default-logo,
.syg-custom-logo {
  width: auto;
  max-width: 260px;
  max-height: 86px;
  object-fit: contain;
}

.syg-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  justify-content: flex-end;
  align-items: center;
}

.syg-nav a {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.84);
}

.syg-nav a:hover,
.syg-nav a:focus-visible {
  color: var(--syg-white);
}

.syg-hero {
  position: relative;
  display: grid;
  min-height: 88svh;
  overflow: hidden;
  color: var(--syg-white);
  background: var(--syg-navy);
}

.syg-hero-media,
.syg-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.syg-hero-media {
  object-fit: cover;
  object-position: center 52%;
}

.syg-hero-overlay {
  background:
    linear-gradient(90deg, rgba(9, 24, 39, 0.9) 0%, rgba(9, 24, 39, 0.76) 36%, rgba(9, 24, 39, 0.34) 72%, rgba(9, 24, 39, 0.52) 100%),
    linear-gradient(0deg, rgba(9, 24, 39, 0.7) 0%, rgba(9, 24, 39, 0.1) 48%, rgba(9, 24, 39, 0.18) 100%);
}

.syg-hero-content {
  position: relative;
  z-index: 2;
  align-self: end;
  padding: 8.25rem 0 4.25rem;
}

.syg-eyebrow,
.syg-kicker {
  margin: 0;
  color: var(--syg-gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.syg-hero-title {
  max-width: 13ch;
  margin: 0.85rem 0 0;
  font-family: Montserrat, var(--syg-sans);
  font-size: 4.85rem;
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: 0;
}

.syg-hero-copy {
  max-width: 660px;
  margin: 1.35rem 0 0;
  color: var(--syg-muted);
  font-size: 1.18rem;
  line-height: 1.72;
}

.syg-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.syg-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.85rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.syg-button-primary {
  border-color: var(--syg-white);
  background: var(--syg-white);
  color: var(--syg-navy);
}

.syg-button-secondary {
  color: var(--syg-white);
}

.syg-note {
  display: inline-flex;
  margin-top: 1.2rem;
  padding-left: 0.9rem;
  border-left: 2px solid var(--syg-gold);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
  line-height: 1.55;
}

.syg-section {
  padding: 5.5rem 0;
}

.syg-section-dark {
  background:
    linear-gradient(180deg, rgba(200, 169, 107, 0.08) 0%, rgba(200, 169, 107, 0) 30%),
    var(--syg-navy);
  color: var(--syg-white);
}

.syg-trust-grid,
.syg-contact-layout {
  display: grid;
  gap: 1rem;
}

.syg-trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 4rem;
}

.syg-trust-card {
  min-height: 190px;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.syg-trust-card p:last-child {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.72;
}

.syg-section-title {
  max-width: 12ch;
  margin: 0;
  font-family: var(--syg-display);
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 0.98;
  color: var(--syg-white);
}

.syg-section-copy {
  max-width: 720px;
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
  line-height: 1.85;
}

.syg-contact-layout {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  align-items: start;
  gap: 3rem;
}

.syg-contact-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 2rem;
}

.syg-contact-list a {
  display: grid;
  gap: 0.22rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.syg-contact-list span,
.syg-signup-panel label {
  color: var(--syg-gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.syg-contact-list strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.45;
}

.syg-signup-panel {
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.syg-signup-panel h2 {
  margin: 0.75rem 0 1.35rem;
  font-family: var(--syg-display);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  color: var(--syg-white);
}

.syg-signup-panel form {
  display: grid;
  gap: 0.75rem;
}

.syg-signup-panel input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.7rem 0.85rem;
  color: var(--syg-white);
  font: inherit;
}

.syg-signup-panel input:focus {
  outline: 2px solid rgba(200, 169, 107, 0.35);
  outline-offset: 1px;
}

.syg-signup-panel button {
  width: 100%;
  margin-top: 0.5rem;
  cursor: pointer;
}

.syg-hidden-field {
  position: absolute;
  left: -5000px;
}

.syg-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--syg-navy);
  color: rgba(255, 255, 255, 0.68);
}

.syg-footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  padding: 1.5rem 0;
  font-size: 0.9rem;
}

.syg-footer a {
  color: rgba(255, 255, 255, 0.82);
}

.syg-card-grid,
.syg-card {
  display: none;
}

.syg-card a {
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (min-width: 860px) {
  .syg-hero-title {
    max-width: 11ch;
  }
}

@media (max-width: 760px) {
  .admin-bar .syg-header {
    top: 46px;
  }

  .syg-header-inner {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    align-items: start;
    min-height: 0;
    padding: 0.75rem 0;
  }

  .syg-nav {
    justify-content: flex-start;
  }

  .syg-nav a {
    font-size: 0.72rem;
  }

  .syg-default-logo,
  .syg-custom-logo {
    max-width: 218px;
    max-height: 76px;
  }

  .syg-hero {
    min-height: 90svh;
  }

  .syg-hero-content {
    padding-top: 10.5rem;
  }

  .syg-hero-title {
    font-size: 3.55rem;
  }

  .syg-section {
    padding: 4rem 0;
  }

  .syg-section-title {
    font-size: 2.6rem;
  }

  .syg-trust-grid,
  .syg-contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .syg-wrap {
    width: min(100% - 1.4rem, 1180px);
  }

  .syg-actions,
  .syg-button {
    width: 100%;
  }

  .syg-hero-title {
    font-size: 3rem;
  }
}
