/*
Theme Name: Sausalito Yacht Group Launch
Theme URI: https://sausalitoyachtgroup.com/
Author: OpenAI Codex
Description: Premium coming-soon launch theme for Sausalito Yacht Group.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: syg-launch
*/

:root {
  --syg-bg: #111416;
  --syg-paper: #f4efe7;
  --syg-text: #f7f1e8;
  --syg-muted: rgba(243, 236, 226, 0.84);
  --syg-line: rgba(255, 255, 255, 0.12);
  --syg-line-soft: rgba(255, 255, 255, 0.1);
  --syg-navy-panel: rgba(12, 30, 49, 0.84);
  --syg-navy-footer: rgba(9, 24, 40, 0.88);
  --syg-gold: #c2a56f;
  --syg-gold-soft: rgba(194, 165, 111, 0.28);
  --syg-display: "DM Serif Display", Georgia, 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-height: 100vh;
  background: var(--syg-bg);
  color: #ffffff;
  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-site {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--syg-bg);
}

.syg-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 76% 72%;
  transform: none;
}

.syg-site-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(102deg, rgba(10, 11, 12, 0.88) 0%, rgba(10, 11, 12, 0.72) 32%, rgba(10, 13, 15, 0.38) 58%, rgba(10, 13, 15, 0.62) 100%),
    linear-gradient(180deg, rgba(255, 246, 235, 0.08) 0%, rgba(255, 246, 235, 0.02) 22%, rgba(10, 11, 12, 0.1) 50%, rgba(10, 11, 12, 0.55) 100%);
  pointer-events: none;
}

.syg-inner {
  position: relative;
  z-index: 1;
}

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

.syg-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.syg-logo {
  width: auto;
  height: 5.8rem;
  object-fit: contain;
}

.syg-hero {
  display: flex;
  align-items: flex-start;
  min-height: calc(100svh - 7.2rem);
  padding: 0 0 1.6rem;
}

.syg-hero-grid,
.syg-updates-grid,
.syg-footer-grid {
  display: grid;
  width: 100%;
}

.syg-hero-grid {
  gap: 3rem;
}

.syg-hero-copy {
  max-width: 760px;
}

.syg-hero-title,
.syg-trust-title,
.syg-updates-title {
  margin: 0;
  font-family: var(--syg-display);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.syg-hero-title {
  max-width: 10ch;
  font-size: clamp(2.7rem, 6vw, 4.3rem);
  line-height: 0.95;
  color: var(--syg-text);
}

.syg-hero-body {
  margin-top: 1.5rem;
  max-width: 38rem;
  font-size: 1rem;
  line-height: 1.95;
  color: var(--syg-muted);
}

.syg-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.25rem;
}

.syg-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.25rem;
  border-radius: 999px;
  white-space: nowrap;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}

.syg-button:hover,
.syg-button:focus-visible,
.syg-updates-button:hover,
.syg-updates-button:focus-visible {
  transform: translateY(-2px);
}

.syg-button:focus-visible,
.syg-updates-button:focus-visible,
.syg-updates-input:focus {
  outline: 2px solid rgba(194, 165, 111, 0.2);
  outline-offset: 0;
}

.syg-button-primary {
  border: 1px solid var(--syg-gold-soft);
  background: var(--syg-paper);
  color: #121619;
  box-shadow: 0 18px 36px rgba(8, 10, 12, 0.16), inset 0 0 0 1px rgba(194, 165, 111, 0.06);
}

.syg-button-secondary {
  border: 1px solid rgba(194, 165, 111, 0.34);
  background: rgba(11, 24, 38, 0.34);
  color: #f2eadf;
}

.syg-trust-panel {
  display: grid;
  gap: 0.85rem;
  align-self: end;
  max-width: 29rem;
  padding: 1.1rem 1.1rem 1.2rem;
  border: 1px solid rgba(194, 165, 111, 0.18);
  border-radius: 1.55rem;
  background:
    linear-gradient(180deg, rgba(194, 165, 111, 0.06) 0%, rgba(194, 165, 111, 0) 22%),
    var(--syg-navy-panel);
  box-shadow: 0 26px 50px rgba(5, 12, 20, 0.22);
  backdrop-filter: blur(14px);
}

.syg-trust {
  padding-top: 0.95rem;
  border-top: 1px solid var(--syg-line);
}

.syg-trust.is-first {
  padding-top: 0;
  border-top: 0;
}

.syg-trust-title {
  font-size: 1.35rem;
  line-height: 0.95;
  color: var(--syg-text);
}

.syg-trust-title.is-gold {
  color: #f0dbc0;
}

.syg-trust p {
  margin: 0.55rem 0 0;
  max-width: 21rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.syg-updates {
  border-top: 1px solid rgba(194, 165, 111, 0.14);
  background:
    linear-gradient(180deg, rgba(194, 165, 111, 0.05) 0%, rgba(194, 165, 111, 0) 100%),
    rgba(8, 20, 34, 0.9);
}

.syg-updates-grid {
  gap: 2rem;
  padding: 2.75rem 0 2.5rem;
}

.syg-updates-kicker,
.syg-footer-kicker,
.syg-contact-label,
.syg-updates-field label {
  text-transform: uppercase;
}

.syg-updates-kicker {
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  color: rgba(194, 165, 111, 0.82);
}

.syg-updates-title {
  margin-top: 0.75rem;
  font-size: clamp(2rem, 4vw, 2.4rem);
  line-height: 0.95;
  color: var(--syg-text);
}

.syg-updates-copy {
  margin: 1rem 0 0;
  max-width: 24rem;
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
}

.syg-updates-form {
  display: grid;
  gap: 0.75rem;
  align-self: end;
}

.syg-updates-field label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.64rem;
  letter-spacing: 0.22em;
  color: rgba(194, 165, 111, 0.74);
}

.syg-updates-input {
  width: 100%;
  border: 1px solid rgba(194, 165, 111, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem 1.25rem;
  font: inherit;
  font-size: 0.96rem;
  color: var(--syg-text);
}

.syg-updates-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.syg-updates-input:focus {
  border-color: rgba(194, 165, 111, 0.45);
}

.syg-updates-button {
  width: 100%;
  border: 1px solid rgba(194, 165, 111, 0.28);
  border-radius: 999px;
  background: var(--syg-paper);
  padding: 1rem 1.5rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #121619;
  box-shadow: 0 18px 36px rgba(8, 10, 12, 0.16), inset 0 0 0 1px rgba(194, 165, 111, 0.06);
  cursor: pointer;
  transition: transform 220ms ease, background-color 220ms ease;
}

.syg-updates-success {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: #f0dbc0;
}

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

.syg-hidden-iframe {
  display: none;
}

.syg-footer {
  border-top: 1px solid rgba(194, 165, 111, 0.16);
  background:
    linear-gradient(90deg, rgba(194, 165, 111, 0.08) 0%, rgba(194, 165, 111, 0) 28%),
    var(--syg-navy-footer);
  backdrop-filter: blur(14px);
}

.syg-footer-grid {
  gap: 1.25rem;
  padding: 2rem 0 2.25rem;
}

.syg-footer-kicker {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.28em;
  color: rgba(194, 165, 111, 0.84);
}

.syg-contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.syg-contact-item {
  display: block;
  min-width: 0;
}

.syg-contact-label {
  margin: 0;
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  color: rgba(194, 165, 111, 0.74);
}

.syg-contact-value {
  margin: 0.18rem 0 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.88);
}

@media (min-width: 768px) {
  .syg-wrap {
    width: min(1480px, calc(100vw - 4rem));
  }

  .syg-logo {
    height: 6rem;
  }

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

  .syg-hero-media {
    height: 100%;
    object-position: 76% 78%;
    transform: none;
  }

  .syg-updates-form {
    grid-template-columns: 1fr 1fr auto;
    align-items: end;
  }

  .syg-contact-grid {
    gap: 1rem 2.5rem;
  }
}

@media (min-width: 1024px) {
  .syg-hero-grid {
    grid-template-columns: 0.92fr 0.68fr;
    align-items: end;
  }

  .syg-hero-media {
    height: 100%;
    object-position: 76% 78%;
    transform: none;
  }

  .syg-updates-grid {
    grid-template-columns: 0.72fr 1.28fr;
    align-items: end;
  }

  .syg-footer-grid {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
  }
}

.syg-shell {
  min-height: 100vh;
  background: linear-gradient(180deg, #f7f2ea 0%, #f3eee6 100%);
  color: #15202b;
}

.syg-site--landing {
  background: var(--syg-bg);
  overflow: hidden;
}

.syg-site--landing .syg-inner {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.syg-site--landing .syg-hero-media {
  object-position: 76% 44%;
}

.syg-site--landing .syg-header {
  padding: 1.15rem 0;
}

.syg-site--landing .syg-hero {
  display: flex;
  flex: 1;
  align-items: flex-start;
  min-height: calc(100svh - 7.2rem);
  padding: 0 0 1.6rem;
}

.syg-site--landing .syg-hero-copy {
  max-width: 42rem;
}

.syg-site--landing .syg-hero-title {
  max-width: 12ch;
  font-size: clamp(2.5rem, 8vw, 4.15rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.syg-site--landing .syg-hero-body {
  max-width: 34rem;
}

.syg-site--landing .syg-updates-grid {
  padding: 2rem 0;
}

.syg-site--landing .syg-contact-grid {
  gap: 0.7rem 1.6rem;
}

.syg-site--landing .syg-contact-item {
  display: inline-flex;
  flex-direction: column;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.syg-site--landing .syg-contact-item:hover,
.syg-site--landing .syg-contact-item:focus-visible {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none;
}

.syg-site--landing .syg-contact-value {
  margin-top: 0.12rem;
}

.syg-site--landing .syg-hidden-iframe {
  display: none !important;
}

.syg-site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(17, 20, 22, 0.08);
  background: rgba(247, 242, 234, 0.92);
  backdrop-filter: blur(12px);
}

.syg-site-header-inner,
.syg-page-hero-grid,
.syg-site-footer-grid,
.syg-contact-layout,
.syg-inventory-layout {
  display: grid;
}

.syg-site-header-inner {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 0;
}

.syg-site-brand {
  display: inline-flex;
  align-items: center;
}

.syg-site-brand-mark,
.syg-site-footer-logo {
  width: auto;
  height: 3rem;
}

.syg-site-header-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem 1.4rem;
}

.syg-nav-list,
.syg-footer-nav-list,
.syg-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.syg-nav-list a,
.syg-footer-nav-list a {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(21, 32, 43, 0.78);
}

.syg-nav-list a:hover,
.syg-nav-list a:focus-visible,
.syg-footer-nav-list a:hover,
.syg-footer-nav-list a:focus-visible,
.syg-site-footer-contact a:hover,
.syg-site-footer-contact a:focus-visible {
  color: #0f2031;
}

.syg-button-dark {
  border: 1px solid rgba(15, 32, 49, 0.12);
  background: #112437;
  color: #f7f2ea;
}

.syg-page-hero {
  padding: 4.5rem 0 2rem;
}

.syg-page-hero-grid {
  gap: 1.25rem;
}

.syg-page-eyebrow,
.syg-card-eyebrow,
.syg-overline {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(17, 36, 55, 0.64);
}

.syg-page-title,
.syg-section-title,
.syg-subtitle {
  margin: 0;
  font-family: var(--syg-display);
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #15202b;
}

.syg-page-title {
  max-width: 11ch;
  font-size: clamp(2.4rem, 5vw, 4.3rem);
  line-height: 0.95;
}

.syg-page-intro,
.syg-copy,
.syg-card-text,
.syg-prose {
  color: rgba(21, 32, 43, 0.78);
}

.syg-page-intro,
.syg-copy,
.syg-card-text p,
.syg-prose p,
.syg-prose li {
  font-size: 1rem;
  line-height: 1.85;
}

.syg-copy,
.syg-card-text p:last-child,
.syg-prose > *:last-child {
  margin-bottom: 0;
}

.syg-copy-muted {
  color: rgba(21, 32, 43, 0.68);
}

.syg-page-meta {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  justify-content: flex-end;
  color: rgba(21, 32, 43, 0.74);
}

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

.syg-section--paper {
  background: transparent;
}

.syg-section-stack {
  display: grid;
  gap: 1.5rem;
}

.syg-panel {
  padding: 1.8rem;
  border: 1px solid rgba(17, 20, 22, 0.08);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 50px rgba(15, 24, 33, 0.06);
}

.syg-panel--muted {
  background: rgba(255, 255, 255, 0.62);
}

.syg-panel--cta {
  background: linear-gradient(180deg, rgba(194, 165, 111, 0.08) 0%, rgba(194, 165, 111, 0) 100%), #ffffff;
}

.syg-prose > *:first-child,
.syg-card-text > *:first-child {
  margin-top: 0;
}

.syg-prose h2,
.syg-prose h3 {
  font-family: var(--syg-display);
  font-weight: 400;
  color: #15202b;
}

.syg-grid {
  display: grid;
  gap: 1.4rem;
}

.syg-grid--inventory,
.syg-grid--posts,
.syg-grid--team {
  grid-template-columns: 1fr;
}

.syg-card {
  overflow: hidden;
  border: 1px solid rgba(17, 20, 22, 0.08);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 45px rgba(15, 24, 33, 0.05);
}

.syg-card-copy {
  padding: 1.4rem;
}

.syg-card-title {
  margin: 0;
  font-family: var(--syg-display);
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.02;
  color: #15202b;
}

.syg-card-title a:hover,
.syg-card-title a:focus-visible {
  color: #10263a;
}

.syg-card-text {
  margin-top: 0.9rem;
}

.syg-card-media,
.syg-inventory-feature,
.syg-gallery-card {
  position: relative;
  overflow: hidden;
}

.syg-card-media img,
.syg-inventory-feature img,
.syg-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.syg-card-media--inventory {
  min-height: 18rem;
}

.syg-card-placeholder {
  min-height: 18rem;
  background: linear-gradient(135deg, rgba(17, 36, 55, 0.18), rgba(194, 165, 111, 0.18));
}

.syg-status-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  background: rgba(17, 36, 55, 0.9);
  color: #f7f2ea;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.syg-status-badge--light {
  position: static;
  width: fit-content;
  background: rgba(194, 165, 111, 0.14);
  color: #7f6231;
}

.syg-meta-list {
  margin-top: 1rem;
  gap: 0.45rem 1rem;
}

.syg-meta-list li {
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(21, 32, 43, 0.72);
}

.syg-inventory-layout,
.syg-contact-layout {
  gap: 1.5rem;
}

.syg-inventory-main,
.syg-inventory-sidebar,
.syg-contact-stack {
  display: grid;
  gap: 1.5rem;
}

.syg-inventory-feature {
  min-height: 24rem;
  border-radius: 1.6rem;
}

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

.syg-gallery-card {
  min-height: 10rem;
  border-radius: 1rem;
}

.syg-detail-list {
  display: grid;
  gap: 1rem;
  margin: 1.1rem 0 0;
}

.syg-detail-list div {
  display: grid;
  gap: 0.18rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(17, 20, 22, 0.08);
}

.syg-detail-list div:first-child {
  padding-top: 0;
  border-top: 0;
}

.syg-detail-list dt {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(21, 32, 43, 0.56);
}

.syg-detail-list dd {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(21, 32, 43, 0.86);
}

.syg-subtitle {
  font-size: 2rem;
  line-height: 0.98;
}

.syg-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.syg-anchor-nav a {
  display: inline-flex;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(17, 20, 22, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #132737;
}

.syg-form-shell,
.syg-map-embed {
  margin-top: 1rem;
}

.syg-map-embed iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 1rem;
}

.syg-site-footer {
  border-top: 1px solid rgba(17, 20, 22, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.syg-site-footer-grid {
  gap: 1.5rem;
  padding: 2rem 0 3rem;
}

.syg-site-footer-note,
.syg-site-footer-contact p,
.syg-site-footer-contact a {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.8;
  color: rgba(21, 32, 43, 0.72);
}

.syg-site-footer-contact {
  display: grid;
  gap: 0.25rem;
}

.syg-pagination {
  padding-top: 2rem;
}

.syg-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.syg-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  min-height: 2.4rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid rgba(17, 20, 22, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  color: #132737;
}

@media (min-width: 768px) {
  .syg-site--landing .syg-hero-media {
    object-position: 76% 43%;
  }

  .syg-site--landing .syg-hero-title {
    max-width: 16ch;
    font-size: clamp(3.2rem, 4.8vw, 4.25rem);
    line-height: 0.92;
  }

  .syg-page-hero {
    padding: 5.5rem 0 2.4rem;
  }

  .syg-page-hero-grid {
    grid-template-columns: 0.8fr 0.7fr;
    align-items: end;
  }

  .syg-grid--inventory,
  .syg-grid--posts,
  .syg-grid--team {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .syg-site-footer-grid {
    grid-template-columns: 1.1fr 0.9fr 0.8fr;
    align-items: start;
  }
}

@media (min-width: 1024px) {
  .syg-site--landing .syg-hero-media {
    object-position: 76% 42%;
  }

  .syg-grid--inventory {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .syg-contact-layout,
  .syg-inventory-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    align-items: start;
  }
}
