@charset "utf-8";

:root {
  --navy: #071426;
  --black: #05070b;
  --gold: #d6ad5f;
  --gold-light: #f1d58b;
  --text: #172033;
  --muted: #667488;
  --bg: #f4f6f9;
  --line: #dfe4ec;
  --white: #ffffff;
  --radius-lg: 12px;
  --radius-md: 8px;
  --shadow: 0 24px 54px rgba(7, 20, 38, 0.14);
  --font-main: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-main);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  letter-spacing: 0;
}

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

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

.shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(4, 8, 15, 0.96);
  color: #fff;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(214, 173, 95, 0.22);
}

.header-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(250px, auto) 1fr;
  gap: 20px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  width: 58px;
  height: auto;
  display: block;
  flex: 0 0 auto;
}

.brand-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.brand-copy strong {
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.brand-copy small {
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.main-nav a,
.category-strip a,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.83);
  border: 1px solid transparent;
}

.main-nav a:hover,
.category-strip a:hover {
  color: var(--gold-light);
  border-color: rgba(214, 173, 95, 0.24);
}

.btn.gold {
  background: linear-gradient(135deg, #c89c45, var(--gold-light));
  color: #1e1606;
  box-shadow: 0 10px 24px rgba(214, 173, 95, 0.25);
}

.category-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.strip-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 0;
}

.category-strip a {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
}

.hero {
  position: relative;
  min-height: 660px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--black);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-position: center 58%;
  background-size: cover;
  opacity: 0.62;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.96), rgba(7, 20, 38, 0.76) 48%, rgba(5, 7, 11, 0.3)),
    linear-gradient(0deg, rgba(5, 7, 11, 0.66), rgba(5, 7, 11, 0.04) 38%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 94px 0 118px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(214, 173, 95, 0.14);
  color: var(--gold-light);
  border: 1px solid rgba(214, 173, 95, 0.34);
  font-size: 13px;
  font-weight: 900;
}

.hero h1 {
  max-width: 880px;
  margin: 18px 0 18px;
  font-family: var(--font-main);
  font-size: 38px;
  line-height: 1.32;
  font-weight: 500;
  word-break: keep-all;
  text-shadow: none;
}

.hero-service-line,
.hero-title-tail {
  display: inline-block;
}

.hero-title-tail {
  color: var(--gold-light);
  font-weight: 600;
}

.hero-service-line {
  white-space: nowrap;
}

.hero-lead {
  max-width: 720px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  font-weight: 700;
}

.hero-actions,
.cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 10px;
  max-width: 780px;
  margin-top: 34px;
}

.hero-proof div {
  min-height: 86px;
  padding: 16px 17px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 2px solid var(--gold);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.hero-proof span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.btn.light {
  border: 1px solid rgba(241, 213, 139, 0.38);
  background: rgba(7, 20, 38, 0.58);
  color: rgba(255, 248, 231, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 12px 28px rgba(0, 0, 0, 0.18);
}

.btn.outline {
  border: 1px solid var(--gold);
  color: var(--gold-light);
  background: rgba(255, 255, 255, 0.05);
}

.btn.ghost {
  border: 1px solid var(--line);
  color: var(--text);
  background: #fff;
}

.section {
  padding: 80px 0;
}

.section-head {
  display: grid;
  gap: 6px;
  margin-bottom: 24px;
}

.section-actions {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.section-head span {
  color: var(--gold);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-head h2,
.two-col h2,
.contact-panel h2,
.form-panel h2,
.listing-head h1 {
  margin: 0;
  color: var(--navy);
  font-size: 30px;
  line-height: 1.28;
  font-weight: 800;
}

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

.product-card,
.article-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #dfe6ef;
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 12px 28px rgba(7, 20, 38, 0.055);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.product-card::after,
.article-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), rgba(214, 173, 95, 0));
}

.product-card:hover,
.article-card:hover {
  border-color: rgba(214, 173, 95, 0.55);
  box-shadow: 0 18px 38px rgba(7, 20, 38, 0.105);
  transform: translateY(-3px);
}

.article-card {
  background: linear-gradient(180deg, #fff 0%, #f9fbfd 100%);
  box-shadow: 0 16px 34px rgba(7, 20, 38, 0.075);
}

.product-card img,
.article-card img {
  width: 100%;
  height: 204px;
  object-fit: cover;
  display: block;
}

.product-card div,
.article-card div {
  padding: 20px;
}

.article-card div {
  min-height: 176px;
  display: flex;
  flex-direction: column;
}

.product-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.product-card h3,
.article-card h3 {
  margin: 7px 0 9px;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.3;
}

.product-card h3 {
  font-size: 22px;
  line-height: 1.25;
}

.article-card h3 {
  margin-top: 0;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card p,
.article-card p,
.two-col p,
.listing-head p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.article-card p {
  display: -webkit-box;
  margin-top: auto;
  font-size: 14px;
  line-height: 1.62;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.venue-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.venue-card {
  position: relative;
  min-height: 280px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--black);
  color: #fff;
  box-shadow: 0 16px 34px rgba(7, 20, 38, 0.14);
}

.venue-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  filter: contrast(1.08) saturate(1.06) brightness(1.03);
  transform: translateZ(0);
  transition: transform 180ms ease, filter 180ms ease;
}

.venue-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 7, 11, 0.04) 0%, rgba(5, 7, 11, 0.2) 44%, rgba(5, 7, 11, 0.74) 100%);
}

.venue-card:hover img {
  filter: contrast(1.1) saturate(1.08) brightness(1.05);
  transform: scale(1.035) translateZ(0);
}

.venue-card div {
  position: relative;
  z-index: 1;
  padding: 24px;
}

.venue-card span {
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
}

.venue-card h3 {
  margin: 7px 0 9px;
  color: #fff;
  font-size: 24px;
  line-height: 1.28;
}

.venue-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

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

.trust-grid > div {
  position: relative;
  min-height: 168px;
  overflow: hidden;
  padding: 20px 20px 18px;
  border: 1px solid rgba(214, 173, 95, 0.28);
  border-radius: var(--radius-md);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    #071426;
  box-shadow: 0 18px 38px rgba(7, 20, 38, 0.16);
}

.trust-grid > div::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-light), rgba(214, 173, 95, 0));
}

.trust-grid > div > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 28px;
  margin-bottom: 16px;
  border: 1px solid rgba(241, 213, 139, 0.38);
  border-radius: 999px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.trust-grid h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 19px;
  line-height: 1.25;
}

.trust-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

.reservation-links-section {
  padding-top: 0;
}

.reservation-link-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.reservation-link-grid a {
  position: relative;
  min-height: 132px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(214, 173, 95, 0.24);
  border-radius: var(--radius-md);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    #071426;
  box-shadow: 0 16px 34px rgba(7, 20, 38, 0.14);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.reservation-link-grid a::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-light), rgba(214, 173, 95, 0));
}

.reservation-link-grid a:hover {
  border-color: rgba(214, 173, 95, 0.55);
  box-shadow: 0 20px 42px rgba(7, 20, 38, 0.19);
  transform: translateY(-2px);
}

.reservation-link-grid strong {
  position: relative;
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
}

.reservation-link-grid span {
  position: relative;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.band {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 42px;
  align-items: center;
}

.keyword-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: #071426;
  box-shadow: var(--shadow);
}

.keyword-panel.tall {
  align-content: flex-start;
  min-height: 260px;
}

.keyword-panel span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font-weight: 900;
}

.reservation-cta {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto 76px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 36px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #05070b, #071426);
  color: #fff;
  box-shadow: var(--shadow);
}

.reservation-cta span {
  color: var(--gold-light);
  font-weight: 900;
}

.reservation-cta h2 {
  margin: 4px 0 8px;
  font-size: 28px;
  line-height: 1.25;
}

.reservation-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
}

.page-hero,
.product-hero {
  background: var(--black);
  color: #fff;
}

.page-hero.compact {
  padding: 86px 0;
}

.page-hero h1,
.product-hero h1 {
  margin: 14px 0;
  font-size: 44px;
  line-height: 1.2;
}

.page-hero p,
.product-hero p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  font-weight: 700;
}

.product-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: end;
  overflow: hidden;
}

.product-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
}

.product-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 7, 11, 0.92), rgba(5, 7, 11, 0.22));
}

.product-hero-copy {
  position: relative;
  z-index: 1;
  padding: 90px 0;
}

.reservation-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.contact-panel,
.form-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  padding: 26px;
  box-shadow: 0 10px 26px rgba(7, 20, 38, 0.06);
}

.contact-panel {
  display: grid;
  gap: 12px;
}

.step-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.step-list div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.step-list strong {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gold);
  color: #1e1606;
}

.article-shell,
.listing-shell,
.not-found {
  padding: 52px 0 84px;
}

.article-view {
  width: 100%;
  margin: 0;
  padding: 36px;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 20, 38, 0.08);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.article-view h1 {
  margin: 18px 0 10px;
  color: var(--navy);
  font-size: 40px;
  line-height: 1.26;
}

.article-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.article-meta span,
.article-meta a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f0f3f8;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.article-cover {
  display: block;
  width: 100%;
  height: clamp(320px, 46vw, 620px);
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  margin-bottom: 28px;
  background: #e8edf3;
}

.wp-content {
  color: #253044;
  font-size: 17px;
}

.wp-content h2,
.wp-content h3 {
  color: var(--navy);
  line-height: 1.3;
}

.wp-content a {
  color: #0f55aa;
  font-weight: 900;
  text-decoration: underline;
}

.wp-content figure,
.wp-content .wp-block-image {
  width: 100% !important;
  max-width: none !important;
  margin: 22px 0 28px !important;
}

.wp-content img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: clamp(320px, 46vw, 620px) !important;
  aspect-ratio: auto !important;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  margin: 0;
  background: #e8edf3;
}

.privacy-policy .wp-content h2 {
  margin-top: 28px;
}

.privacy-policy .wp-content ul {
  padding-left: 22px;
}

.privacy-policy .wp-content li {
  margin: 6px 0;
}

.optimization-blocks {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.optimization-blocks > div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f8fafc;
}

.optimization-blocks span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.optimization-blocks h2,
.optimization-blocks h3 {
  margin: 8px 0;
  color: var(--navy);
}

.optimization-blocks p,
.optimization-blocks dd {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.optimization-blocks dl {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
}

.optimization-blocks dt {
  color: var(--navy);
  font-weight: 900;
}

.context-links {
  margin-top: 34px;
  padding: 22px;
  border: 1px solid rgba(214, 173, 95, 0.36);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(214, 173, 95, 0.22), rgba(7, 20, 38, 0.08) 42%),
    #071426;
  box-shadow: 0 22px 48px rgba(7, 20, 38, 0.18);
}

.context-links.shell {
  margin-top: 0;
  margin-bottom: 76px;
  padding: 26px;
}

.context-head {
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
}

.context-head span {
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
}

.context-head h2 {
  margin: 0;
  color: #fff;
  font-size: 21px;
  line-height: 1.28;
}

.context-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.context-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.context-links.shell .context-link-grid {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
}

.context-articles .context-link-grid,
.context-articles.shell .context-link-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.context-link-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 5px;
  min-height: 112px;
  overflow: hidden;
  padding: 17px 16px 15px;
  font-family: inherit;
  border: 1px solid rgba(214, 173, 95, 0.58);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, #fff6df 0%, #ffffff 100%);
  box-shadow: 0 16px 30px rgba(5, 7, 11, 0.24);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.context-link-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--gold-light), var(--gold), rgba(214, 173, 95, 0.22));
}

.context-link-card::after {
  content: "";
  position: absolute;
  inset: auto 16px 0;
  height: 1px;
  background: rgba(214, 173, 95, 0.3);
}

.context-link-card:hover {
  border-color: var(--gold);
  background: linear-gradient(180deg, #fff0c7 0%, #fffdf8 100%);
  box-shadow: 0 18px 34px rgba(5, 7, 11, 0.28);
  transform: translateY(-3px);
}

.context-link-card span {
  position: relative;
  color: #9b6a16;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.context-link-card strong {
  position: relative;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.32;
}

.context-link-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  position: relative;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article-view .context-links,
.article-view .reservation-cta {
  width: 100%;
}

.article-view .context-links {
  margin-top: 44px;
}

.article-view .context-link-grid {
  gap: 16px;
}

.article-view .context-links + .context-links,
.article-view .context-links + .reservation-cta {
  margin-top: 36px;
}

.article-view .reservation-cta {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.listing-head {
  margin-bottom: 26px;
}

.site-footer {
  padding: 0;
  background:
    linear-gradient(180deg, #071426 0%, #05070b 100%);
  color: #fff;
  border-top: 1px solid rgba(214, 173, 95, 0.26);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.4fr);
  gap: 54px;
  padding: 54px 0 34px;
}

.footer-brand-block {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: start;
}

.footer-brand-block img {
  width: 64px;
  height: 64px;
}

.footer-brand-block strong {
  color: var(--gold-light);
  font-size: 22px;
  line-height: 1.2;
}

.footer-brand-block span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-brand-block p {
  max-width: 470px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 700;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.footer-links div {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-links span {
  color: var(--gold-light);
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 900;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 800;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 960px) {
  .header-inner {
    grid-template-columns: 1fr;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 12px;
  }

  .hero {
    min-height: 560px;
  }

  .hero h1 {
    font-size: 32px;
  }

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

  .product-grid,
  .article-grid,
  .venue-grid,
  .trust-grid,
  .reservation-link-grid,
  .context-links.shell .context-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .two-col,
  .reservation-layout,
  .reservation-cta,
  .footer-inner {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .hero-service-line {
    font-size: 27px;
  }
}

@media (max-width: 620px) {
  .shell {
    width: min(100% - 24px, 1160px);
  }

  .brand-logo {
    width: 52px;
  }

  .brand-copy strong {
    font-size: 16px;
  }

  .brand-copy small {
    font-size: 10px;
  }

  .hero {
    min-height: 540px;
  }

  .hero-content {
    padding: 58px 0 86px;
  }

  .hero h1,
  .page-hero h1,
  .product-hero h1,
  .article-view h1 {
    font-size: 27px;
  }

  .hero-service-line {
    font-size: 25px;
    white-space: normal;
  }

  .hero-lead,
  .page-hero p,
  .product-hero p {
    font-size: 16px;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .hero-proof div {
    min-height: 72px;
    padding: 13px 14px;
  }

  .product-grid,
  .article-grid,
  .venue-grid,
  .trust-grid,
  .context-link-grid,
  .context-links.shell .context-link-grid {
    grid-template-columns: 1fr;
  }

  .reservation-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .reservation-link-grid a {
    min-height: 88px;
    gap: 5px;
    padding: 14px 12px;
    box-shadow: 0 10px 22px rgba(7, 20, 38, 0.12);
  }

  .reservation-link-grid strong {
    font-size: 14px;
    line-height: 1.28;
  }

  .reservation-link-grid span {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .section {
    padding: 54px 0;
  }

  .section-head h2,
  .two-col h2,
  .contact-panel h2,
  .form-panel h2,
  .listing-head h1 {
    font-size: 27px;
  }

  .two-col {
    gap: 20px;
  }

  .keyword-panel {
    gap: 8px;
    padding: 16px;
  }

  .keyword-panel.tall {
    min-height: auto;
  }

  .keyword-panel span {
    min-height: 32px;
    padding: 0 10px;
    font-size: 13px;
  }

  .article-view {
    padding: 22px;
  }

  .article-cover,
  .wp-content img {
    height: clamp(220px, 58vw, 340px) !important;
    border-radius: 14px;
  }

  .context-links {
    margin-top: 28px;
    padding: 18px;
  }

  .context-links.shell {
    margin-bottom: 54px;
    padding: 20px;
  }

  .context-head h2 {
    font-size: 19px;
  }

  .context-link-card {
    min-height: 98px;
    padding: 15px 14px 13px;
  }

  .context-link-card strong {
    font-size: 14px;
  }

  .context-link-card p {
    font-size: 12px;
  }

  .reservation-cta {
    margin-bottom: 54px;
    gap: 16px;
    padding: 18px;
  }

  .reservation-cta h2 {
    font-size: 21px;
  }

  .reservation-cta p {
    font-size: 14px;
    line-height: 1.5;
  }

  .reservation-cta .cta-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .reservation-cta .btn {
    width: auto;
    min-height: 40px;
    padding: 0 10px;
    font-size: 13px;
  }

  .reservation-cta .btn:last-child {
    grid-column: 1 / -1;
  }

  .footer-inner {
    gap: 30px;
    padding: 42px 0 26px;
  }

  .footer-brand-block {
    grid-template-columns: 54px 1fr;
    gap: 14px;
  }

  .footer-brand-block img {
    width: 54px;
    height: 54px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-links div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 10px;
  }

  .footer-links span {
    grid-column: 1 / -1;
  }

  .footer-links a {
    line-height: 1.35;
    word-break: keep-all;
  }

  .footer-bottom {
    display: grid;
  }

  .btn {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .brand-copy small {
    display: none;
  }
}

@media (max-width: 380px) {
  .hero-service-line {
    font-size: 23px;
  }
}

/* Reservation and product page refinements */
.hero-bg {
  background-position: center 52%;
  opacity: 0.78;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.88), rgba(7, 20, 38, 0.58) 48%, rgba(5, 7, 11, 0.14)),
    linear-gradient(0deg, rgba(5, 7, 11, 0.5), rgba(5, 7, 11, 0.02) 40%);
}

.reservation-layout {
  align-items: stretch;
}

.contact-panel,
.form-panel {
  height: 100%;
}

.contact-panel {
  align-content: start;
}

.contact-qr {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(214, 173, 95, 0.34);
  border-radius: var(--radius-md);
  background: #fffaf0;
}

.contact-qr img {
  width: 118px;
  height: 118px;
  display: block;
  border-radius: 6px;
  background: #fff;
}

.contact-qr strong,
.contact-qr span {
  display: block;
}

.contact-qr strong {
  color: var(--navy);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
}

.contact-qr span,
.contact-fallback {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.contact-fallback {
  margin: 0;
}

.product-hero {
  min-height: 500px;
  align-items: center;
}

.product-hero > img {
  inset: auto max(16px, calc((100vw - 1160px) / 2)) auto auto;
  width: min(620px, 52vw);
  height: calc(100% - 72px);
  object-fit: contain;
  object-position: center;
  opacity: 0.96;
  filter: contrast(1.06) saturate(1.05) brightness(1.03);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
}

.product-hero::after {
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.94) 0%, rgba(5, 7, 11, 0.8) 38%, rgba(5, 7, 11, 0.14) 68%, rgba(5, 7, 11, 0.04) 100%),
    linear-gradient(0deg, rgba(5, 7, 11, 0.32), rgba(5, 7, 11, 0.02));
}

.product-hero-copy {
  max-width: 650px;
  margin-left: max(16px, calc((100vw - 1160px) / 2));
  padding: 84px 0;
}

.product-guide-section {
  padding-bottom: 42px;
}

.product-guide-section .section-head p {
  max-width: 860px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 700;
}

.product-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-info-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(214, 173, 95, 0.26);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 14px 30px rgba(7, 20, 38, 0.07);
}

.product-info-card h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 21px;
  line-height: 1.3;
}

.product-info-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  font-weight: 800;
}

.product-local-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 26px;
  align-items: start;
  padding-top: 0;
}

.product-local-section h2 {
  margin: 14px 0 12px;
  color: var(--navy);
  font-size: 31px;
  line-height: 1.25;
}

.product-local-section p {
  margin: 0 0 12px;
  color: var(--muted);
  font-weight: 700;
}

.product-faq-list {
  display: grid;
  gap: 12px;
}

.product-faq-list div {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.product-faq-list strong {
  display: block;
  margin-bottom: 5px;
  color: var(--navy);
  font-weight: 900;
}

.product-faq-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

@media (max-width: 960px) {
  .product-hero > img {
    right: 16px;
    width: min(500px, 50vw);
  }

  .product-info-grid,
  .product-local-section {
    grid-template-columns: 1fr;
  }

  .product-info-card {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .hero-bg {
    background-position: center;
    opacity: 0.62;
  }

  .hero::after {
    background: linear-gradient(0deg, rgba(5, 7, 11, 0.9), rgba(5, 7, 11, 0.38));
  }

  .contact-qr {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .contact-qr img {
    width: 96px;
    height: 96px;
  }

  .product-hero {
    min-height: 440px;
  }

  .product-hero > img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.68;
    border-radius: 0;
  }

  .product-hero::after {
    background: linear-gradient(0deg, rgba(5, 7, 11, 0.86) 0%, rgba(5, 7, 11, 0.56) 48%, rgba(5, 7, 11, 0.18) 100%);
  }

  .product-hero-copy {
    max-width: none;
    margin-left: auto;
    padding: 68px 0;
  }

  .product-guide-section .section-head p,
  .product-local-section p {
    font-size: 15px;
  }

  .product-info-card {
    padding: 18px;
  }

  .product-local-section h2 {
    font-size: 25px;
  }
}
.product-hero > img {
  top: 36px;
  right: max(16px, calc((100vw - 1160px) / 2));
  bottom: 36px;
  left: auto;
  height: auto;
}

@media (max-width: 620px) {
  .product-hero > img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.68;
    border-radius: 0;
  }
}
/* Premium tuning for product detail content blocks */
.product-hero + .two-col {
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 30px;
  align-items: start;
  padding-top: 58px;
  padding-bottom: 54px;
}

.product-hero + .two-col .section-kicker,
.product-local-section .section-kicker,
.product-guide-section .section-head span {
  min-height: 28px;
  padding: 0 11px;
  border-color: rgba(157, 120, 48, 0.38);
  background: linear-gradient(180deg, #fff7df 0%, #f3e4bd 100%);
  color: #5f4213;
  font-size: 12px;
  font-weight: 900;
}

.product-hero + .two-col h2,
.product-guide-section .section-head h2,
.product-local-section h2 {
  color: #09192b;
  font-size: 26px;
  line-height: 1.28;
  letter-spacing: 0;
}

.product-hero + .two-col h2 {
  margin-top: 10px;
  margin-bottom: 14px;
}

.product-hero + .two-col p {
  max-width: 720px;
  margin-bottom: 9px;
  color: #4f5f73;
  font-size: 15px;
  line-height: 1.72;
}

.product-hero + .two-col .keyword-panel {
  min-height: auto;
  padding: 18px;
  border: 1px solid rgba(157, 120, 48, 0.28);
  border-radius: var(--radius-md);
  background:
    linear-gradient(145deg, rgba(255, 250, 238, 0.96), rgba(238, 244, 247, 0.92)),
    #ffffff;
  box-shadow: 0 16px 34px rgba(7, 20, 38, 0.08);
}

.product-hero + .two-col .keyword-panel span {
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(7, 20, 38, 0.1);
  background: #0b1a2d;
  color: #f5d98f;
  font-size: 12px;
  line-height: 1.25;
}

.product-guide-section {
  padding-top: 56px;
  padding-bottom: 34px;
}

.product-guide-section .section-head {
  max-width: 880px;
  margin-bottom: 18px;
}

.product-guide-section .section-head h2 {
  margin-top: 4px;
  font-size: 27px;
}

.product-guide-section .section-head p {
  color: #4f5f73;
  font-size: 15px;
  line-height: 1.72;
}

.product-info-grid {
  gap: 14px;
}

.product-info-card {
  min-height: 176px;
  padding: 20px;
  border-radius: var(--radius-md);
  box-shadow: 0 16px 36px rgba(7, 20, 38, 0.075);
}

.product-info-card:nth-child(1) {
  border-color: rgba(188, 148, 69, 0.42);
  background: linear-gradient(160deg, #fff8e6 0%, #ffffff 72%);
}

.product-info-card:nth-child(2) {
  border-color: rgba(74, 111, 126, 0.28);
  background: linear-gradient(160deg, #eef5f6 0%, #ffffff 74%);
}

.product-info-card:nth-child(3) {
  border-color: rgba(7, 20, 38, 0.18);
  background: linear-gradient(160deg, #f4f1ec 0%, #ffffff 74%);
}

.product-info-card h3 {
  margin-bottom: 11px;
  color: #08182a;
  font-size: 18px;
}

.product-info-card ul {
  gap: 7px;
  color: #536276;
  font-size: 14px;
  line-height: 1.58;
  font-weight: 800;
}

.product-local-section {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: 22px;
  padding-top: 10px;
  padding-bottom: 58px;
}

.product-local-section h2 {
  margin: 10px 0 10px;
  font-size: 26px;
}

.product-local-section p {
  color: #4f5f73;
  font-size: 15px;
  line-height: 1.72;
}

.product-faq-list {
  gap: 10px;
}

.product-faq-list div {
  padding: 16px 18px;
  border-color: rgba(157, 120, 48, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 248, 230, 0.92), rgba(242, 247, 249, 0.86)),
    #ffffff;
  box-shadow: 0 12px 28px rgba(7, 20, 38, 0.065);
}

.product-faq-list strong {
  color: #0a1b2f;
  font-size: 14px;
}

.product-faq-list p {
  color: #5a687b;
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .product-hero + .two-col,
  .product-local-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .product-hero + .two-col {
    gap: 18px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .product-hero + .two-col h2,
  .product-guide-section .section-head h2,
  .product-local-section h2 {
    font-size: 23px;
  }

  .product-info-grid {
    gap: 10px;
  }

  .product-info-card {
    min-height: auto;
    padding: 16px;
  }

  .product-faq-list div {
    padding: 15px;
  }
}
/* Stronger product detail labels */
.product-hero + .two-col .section-kicker,
.product-local-section .section-kicker,
.product-guide-section .section-head span {
  min-height: 36px;
  padding: 0 15px;
  border: 1px solid rgba(214, 173, 95, 0.72);
  border-radius: 999px;
  background: linear-gradient(135deg, #071426 0%, #10243b 100%);
  color: #ffe29a;
  box-shadow: 0 10px 22px rgba(7, 20, 38, 0.16);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.product-guide-section .section-head span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.product-hero + .two-col h2 {
  font-size: 25px;
}

.product-guide-section .section-head h2,
.product-local-section h2 {
  font-size: 25px;
}

@media (max-width: 620px) {
  .product-hero + .two-col .section-kicker,
  .product-local-section .section-kicker,
  .product-guide-section .section-head span {
    min-height: 34px;
    padding: 0 13px;
    font-size: 13px;
  }

  .product-hero + .two-col h2,
  .product-guide-section .section-head h2,
  .product-local-section h2 {
    font-size: 22px;
  }
}
/* Compact reservation and product page headings */
.page-hero.compact {
  padding: 62px 0;
}

.page-hero h1,
.product-hero h1 {
  font-size: 34px;
  line-height: 1.24;
}

.page-hero p,
.product-hero p {
  max-width: 720px;
  font-size: 16px;
  line-height: 1.62;
}

.contact-panel h2,
.form-panel h2 {
  font-size: 24px;
  line-height: 1.3;
}

.reservation-links-section .section-head {
  margin-bottom: 18px;
}

.reservation-links-section .section-head h2 {
  font-size: 25px;
  line-height: 1.28;
}

.reservation-link-grid a {
  min-height: 112px;
  padding: 17px;
}

.reservation-link-grid strong {
  font-size: 15px;
}

.reservation-link-grid span {
  font-size: 12px;
  line-height: 1.42;
}

@media (max-width: 620px) {
  .page-hero.compact {
    padding: 48px 0;
  }

  .page-hero h1,
  .product-hero h1 {
    font-size: 25px;
  }

  .page-hero p,
  .product-hero p {
    font-size: 15px;
  }

  .contact-panel h2,
  .form-panel h2,
  .reservation-links-section .section-head h2 {
    font-size: 21px;
  }

  .reservation-link-grid a {
    min-height: 82px;
    padding: 13px 11px;
  }
}
/* Font clarity and product hero spacing */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-synthesis-weight: none;
}

p,
li,
.product-card p,
.article-card p,
.two-col p,
.listing-head p,
.wp-content,
.product-guide-section .section-head p,
.product-local-section p,
.product-info-card ul,
.product-faq-list p,
.contact-qr span,
.step-list span {
  font-weight: 500;
}

.hero-lead,
.page-hero p,
.product-hero p,
.reservation-cta p,
.context-head p {
  font-weight: 600;
}

.main-nav a,
.category-strip a,
.btn,
.eyebrow,
.section-kicker,
.product-guide-section .section-head span {
  font-weight: 800;
}

.section-head h2,
.two-col h2,
.contact-panel h2,
.form-panel h2,
.listing-head h1,
.page-hero h1,
.product-hero h1,
.product-info-card h3,
.product-faq-list strong {
  font-weight: 800;
}

.product-hero-copy > p:not(.eyebrow) {
  margin-bottom: 26px;
}

.product-hero-copy .btn {
  min-height: 44px;
}

@media (max-width: 620px) {
  .product-hero-copy > p:not(.eyebrow) {
    margin-bottom: 20px;
  }
}
/* Sharper text pass */
body {
  font-weight: 400;
}

.brand-copy strong,
.section-head h2,
.two-col h2,
.contact-panel h2,
.form-panel h2,
.listing-head h1,
.page-hero h1,
.product-hero h1,
.article-view h1,
.product-card h3,
.article-card h3,
.venue-card h3,
.trust-grid h3,
.product-info-card h3,
.context-head h2 {
  font-weight: 700;
}

.brand-copy small,
.main-nav a,
.category-strip a,
.btn,
.eyebrow,
.section-kicker,
.product-guide-section .section-head span,
.product-hero + .two-col .keyword-panel span,
.reservation-link-grid strong,
.context-link-card strong,
.article-meta span,
.article-meta a {
  font-weight: 700;
}

.hero-lead,
.hero-proof span,
.product-card p,
.article-card p,
.venue-card p,
.trust-grid p,
.reservation-link-grid span,
.context-link-card p,
.wp-content,
.wp-content p,
.two-col p,
.product-guide-section .section-head p,
.product-local-section p,
.product-info-card ul,
.product-faq-list p,
.contact-qr span,
.step-list span,
.footer-links a,
.footer-brand-block p {
  font-weight: 400;
}

.hero-proof strong,
.product-faq-list strong,
.optimization-blocks dt,
.footer-links span {
  font-weight: 700;
}
/* Sharper top navigation buttons */
.main-nav {
  gap: 10px;
}

.main-nav a {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(241, 213, 139, 0.36);
  background: rgba(255, 255, 255, 0.085);
  color: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 8px 18px rgba(0, 0, 0, 0.14);
  font-size: 14px;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
}

.main-nav a:hover,
.main-nav a:focus-visible {
  border-color: rgba(241, 213, 139, 0.78);
  background: linear-gradient(135deg, rgba(214, 173, 95, 0.96), rgba(241, 213, 139, 0.92));
  color: #1d1607;
  text-shadow: none;
  outline: none;
}

.category-strip {
  background: rgba(255, 255, 255, 0.025);
}

.category-strip a {
  min-height: 33px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.075);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
}

.category-strip a:hover,
.category-strip a:focus-visible {
  border-color: rgba(241, 213, 139, 0.6);
  background: rgba(214, 173, 95, 0.18);
  color: #ffe29a;
  outline: none;
}

@media (max-width: 620px) {
  .main-nav {
    gap: 7px;
  }

  .main-nav a {
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  .category-strip a {
    font-size: 13px;
  }
}
/* header button alignment */
@media (min-width: 961px) {
  .main-nav {
    justify-content: flex-end;
  }
}

/* header button sizing */
.main-nav a {
  min-width: 82px;
  padding-inline: 12px;
  text-align: center;
}

.main-nav a:first-child {
  min-width: 88px;
}

/* category-strip compact balanced widths */
.category-strip .strip-scroll {
  gap: 6px;
}

.category-strip a {
  min-width: 80px;
  min-height: 31px;
  padding-inline: 11px;
  text-align: center;
  font-size: 12px;
}

.category-strip a:nth-child(3) {
  min-width: 108px;
}

/* premium header navigation polish */
.main-nav a,
.category-strip a {
  font-family: var(--font-main);
  letter-spacing: 0;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.main-nav a {
  min-height: 38px;
  border-radius: 7px;
  border-color: rgba(214, 173, 95, 0.18);
  background: rgba(7, 20, 38, 0.38);
  color: rgba(255, 248, 231, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  font-size: 14px;
  font-weight: 600;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  border-color: rgba(241, 213, 139, 0.46);
  background: rgba(214, 173, 95, 0.12);
  color: #f8df9a;
  box-shadow: none;
}

.category-strip {
  background: linear-gradient(180deg, rgba(7, 20, 38, 0.28), rgba(7, 20, 38, 0.08));
}

.category-strip a {
  min-height: 30px;
  border-radius: 6px;
  border-color: rgba(255, 255, 255, 0.075);
  background: rgba(7, 20, 38, 0.22);
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 600;
  box-shadow: none;
}

.category-strip a:hover,
.category-strip a:focus-visible {
  border-color: rgba(214, 173, 95, 0.32);
  background: rgba(214, 173, 95, 0.08);
  color: rgba(241, 213, 139, 0.95);
  box-shadow: none;
}

@media (min-width: 1192px) {
  .category-strip .strip-scroll {
    justify-content: space-between;
  }

  .category-strip a {
    min-width: 86px;
    padding-inline: 12px;
  }

  .category-strip a:nth-child(3) {
    min-width: 116px;
  }
}

@media (max-width: 720px) {
  .category-strip .strip-scroll {
    gap: 5px;
    padding-block: 8px;
  }

  .category-strip a {
    min-width: 68px;
    min-height: 30px;
    padding-inline: 9px;
    font-size: 12px;
  }

  .category-strip a:nth-child(3) {
    min-width: 100px;
  }
}

@media (max-width: 620px) {
  .main-nav {
    gap: 6px;
  }

  .main-nav a {
    min-width: 68px;
    min-height: 34px;
    padding-inline: 9px;
    font-size: 12px;
  }

  .main-nav a:first-child {
    min-width: 76px;
  }
}
.yachtsiam-bridge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 24px;
  padding: 22px;
  border: 1px solid rgba(214, 173, 95, 0.32);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 232, 0.96));
  box-shadow: 0 14px 34px rgba(7, 20, 38, 0.08);
}

.yachtsiam-bridge h2 {
  margin: 4px 0 8px;
  color: #071426;
  font-size: 22px;
  line-height: 1.28;
  letter-spacing: 0;
}

.yachtsiam-bridge p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: #445164;
  font-size: 14px;
  line-height: 1.72;
}

.yachtsiam-bridge .btn {
  flex: 0 0 auto;
  min-width: 210px;
}


@media (max-width: 720px) {
  .yachtsiam-bridge {
    display: block;
    padding: 18px;
  }

  .yachtsiam-bridge h2 {
    font-size: 18px;
  }

  .yachtsiam-bridge .btn {
    width: 100%;
    min-width: 0;
    margin-top: 14px;
  }
}
.product-hero + .shell > .yachtsiam-bridge {
  margin-top: 24px;
}