:root {
  --ink: #16232f;
  --muted: #667481;
  --line: #dce6ec;
  --sea: #087fa6;
  --sea-dark: #075f7c;
  --gold: #c99942;
  --coral: #d86b4f;
  --mist: #f3f8fa;
  --white: #ffffff;
  --shadow: 0 16px 40px rgba(22, 35, 47, 0.12);
  --radius: 8px;
  font-family: Arial, "Noto Sans", "Noto Sans KR", "Noto Sans Thai", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

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

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: 0;
}

h2 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
}

h3 {
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
}

.site-header,
.admin-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(220, 230, 236, 0.9);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: min(218px, calc(100vw - 112px));
  min-width: 0;
  font-weight: 800;
  color: var(--sea-dark);
  letter-spacing: 0;
}

.brand img {
  width: 100%;
  height: auto;
}

.site-nav,
.language-switcher,
.admin-nav {
  display: none;
}

.language-switcher {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.language-switcher a {
  padding: 4px 0;
  font-size: 12px;
}

.site-nav.open {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
}

.site-nav a,
.language-switcher a,
.admin-nav a {
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
}

.site-nav a[aria-current="page"],
.language-switcher a.active,
.admin-nav a.active {
  color: var(--sea-dark);
}

.nav-toggle {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 8px 10px;
  border-radius: var(--radius);
  font-weight: 700;
}

.hero {
  min-height: 74svh;
  display: flex;
  align-items: center;
  padding: 72px 20px 42px;
  color: var(--white);
  background-image: linear-gradient(90deg, rgba(10, 28, 39, 0.46), rgba(10, 28, 39, 0.08)), var(--hero-image);
  background-size: cover;
  background-position: center;
}

.hero-content {
  width: min(780px, 100%);
}

.kicker,
.eyebrow {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-subtitle {
  font-size: 22px;
  max-width: 640px;
}

.hero-price {
  display: inline-flex;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.13);
  font-weight: 800;
}

.hero-actions,
.messenger-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  cursor: pointer;
  text-align: center;
}

.btn-primary {
  color: var(--white);
  background: var(--sea);
}

.btn-secondary {
  color: var(--sea-dark);
  border-color: var(--line);
  background: var(--white);
}

.messenger-btn {
  min-width: 128px;
  min-height: 44px;
  padding: 10px 14px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: var(--sea);
  font-size: 13px;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(22, 35, 47, 0.14);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.messenger-btn:hover {
  transform: translateY(-1px);
  filter: saturate(1.05);
  box-shadow: 0 14px 30px rgba(22, 35, 47, 0.2);
}

.messenger-whatsapp {
  background: #25d366;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.24);
}

.messenger-line {
  background: #06c755;
  box-shadow: 0 10px 24px rgba(6, 199, 85, 0.24);
}

.messenger-kakao {
  color: #191919;
  background: #fee500;
  box-shadow: 0 10px 24px rgba(254, 229, 0, 0.24);
}

.messenger-wechat {
  background: #1aad19;
  box-shadow: 0 10px 24px rgba(26, 173, 25, 0.24);
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 54px 0;
}

.section.narrow,
.article {
  width: min(820px, calc(100% - 36px));
  margin: 0 auto;
  padding: 54px 0;
}

.section-heading {
  display: grid;
  gap: 6px;
  margin-bottom: 22px;
}

.alt-band {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100% - 1180px) / 2));
  padding-right: max(18px, calc((100% - 1180px) / 2));
  background: var(--mist);
}

.experience-grid,
.badge-row,
.stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.experience-pill,
.badge-row span,
.status-pill {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--sea-dark);
  font-weight: 800;
  font-size: 13px;
}

.yacht-grid,
.review-grid,
.detail-grid,
.admin-grid,
.metric-grid {
  display: grid;
  gap: 18px;
}

.yacht-card,
.review-card,
.detail-panel,
.form-panel,
.filter-panel,
.admin-card,
.metric-card,
.blog-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.yacht-card {
  overflow: hidden;
}

.yacht-card img,
.blog-card img,
.article > img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.yacht-card-body,
.review-card,
.detail-panel,
.form-panel,
.filter-panel,
.admin-card,
.metric-card,
.blog-card > div {
  padding: 18px;
}

.stat-row {
  margin: 12px 0;
  color: var(--muted);
  font-weight: 800;
}

.yacht-card .stat-row {
  display: grid;
  gap: 6px;
}

.price-note {
  margin: -4px 0 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.detail-hero .price-note {
  max-width: 640px;
}

.review-card {
  margin: 0;
}

.review-card blockquote {
  margin: 0 0 14px;
  font-size: 18px;
}

.review-card figcaption {
  color: var(--sea-dark);
  font-weight: 800;
}

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

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 14px 16px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.cta-band,
.two-column,
.detail-hero {
  display: grid;
  gap: 24px;
}

.pattaya-intro {
  padding-bottom: 24px;
}

.pattaya-quick {
  padding-top: 0;
}

.contact-quick {
  padding-top: 24px;
}

.cta-band {
  align-items: start;
}

.page-hero,
.detail-hero {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 46px 0 28px;
}

.compact-hero {
  border-bottom: 1px solid var(--line);
}

.detail-gallery {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.detail-main-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: 520px;
  object-fit: cover;
  border-radius: var(--radius);
  background: #e5eef5;
}

.detail-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.detail-thumb {
  flex: 0 0 86px;
  width: 86px;
  height: 64px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: var(--radius);
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  scroll-snap-align: start;
}

.detail-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.detail-thumb.is-active {
  border-color: var(--sea);
  box-shadow: 0 0 0 2px rgba(12, 132, 178, 0.16);
}

.detail-panel:first-child {
  border-color: rgba(12, 132, 178, 0.32);
  background: linear-gradient(180deg, #f7fcff 0%, #ffffff 70%);
}

.section.detail-grid {
  width: min(920px, calc(100% - 36px));
}

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

.detail-page-shell {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 26px;
}

.detail-page-shell .detail-hero {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 22px;
  align-items: start;
}

.detail-hero-media {
  min-width: 0;
}

.detail-page-shell .detail-main-image {
  aspect-ratio: 16 / 10;
  max-height: 660px;
  border-radius: 10px;
  box-shadow: 0 22px 50px rgba(22, 35, 47, 0.16);
}

.detail-page-shell .detail-thumbs {
  padding-top: 4px;
}

.detail-page-shell .detail-thumb {
  flex-basis: 104px;
  width: 104px;
  height: 74px;
}

.detail-booking-card {
  border: 1px solid rgba(220, 230, 236, 0.95);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  box-shadow: 0 22px 54px rgba(22, 35, 47, 0.13);
}

.booking-card-inner {
  display: grid;
  gap: 15px;
  padding: 20px;
}

.booking-card-inner h2 {
  margin: 0;
  font-size: 24px;
}

.detail-price-block {
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid rgba(8, 127, 166, 0.16);
  border-radius: var(--radius);
  background: #f1f9fc;
}

.detail-price-block span,
.detail-fact-list span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.detail-price-block strong {
  color: var(--sea-dark);
  font-size: 28px;
  line-height: 1.05;
}

.detail-price-block small {
  color: var(--muted);
  line-height: 1.45;
}

.detail-fact-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.detail-fact-list div {
  display: grid;
  gap: 3px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}

.detail-fact-list strong {
  color: var(--ink);
  line-height: 1.35;
}

.detail-check-btn {
  width: 100%;
}

.detail-messenger-row {
  display: grid;
  grid-template-columns: 1fr;
}

.detail-intro {
  max-width: 880px;
  margin: 26px 0 0;
}

.detail-intro h1 {
  margin-bottom: 12px;
}

.detail-page-shell .detail-grid {
  width: 100%;
  margin-top: 26px;
  gap: 16px;
}

.detail-page-shell .detail-panel {
  box-shadow: none;
  background: #fbfdff;
}

.detail-page-shell .detail-panel h2 {
  margin-bottom: 10px;
  color: var(--sea-dark);
  font-size: 18px;
}

.detail-page-shell .detail-panel p {
  margin: 0;
  color: #3f4f5b;
  line-height: 1.75;
}

.detail-pricing-panel {
  grid-column: 1 / -1;
}

.pricing-table-wrap {
  overflow-x: auto;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  color: #233340;
}

.pricing-table th,
.pricing-table td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.pricing-table thead th {
  color: var(--sea-dark);
  background: #eef8fb;
  font-size: 13px;
  text-transform: uppercase;
}

.pricing-table tbody th {
  color: var(--ink);
  font-weight: 800;
}

.pricing-table tbody td:nth-child(4),
.pricing-table tbody td:nth-child(5) {
  font-weight: 800;
}

.detail-pricing-panel .price-note {
  margin-top: 12px;
}

.detail-photo-section {
  margin-top: 32px;
}

.detail-photo-grid {
  display: grid;
  gap: 12px;
}

.detail-photo-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: var(--mist);
}

.detail-photo-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.detail-photo-grid img:hover {
  transform: scale(1.025);
}

.check-list {
  padding-left: 20px;
}

.contact-methods {
  padding-top: 18px;
}

.contact-list {
  display: grid;
  gap: 8px;
}

.contact-list p {
  margin: 0;
}

.form-panel,
.filter-panel,
.admin-form {
  display: grid;
  gap: 12px;
}

.inquiry-fields {
  display: grid;
  gap: 12px;
}

.quick-inquiry {
  align-content: start;
}

.quick-fields {
  display: grid;
  gap: 10px;
}

.quick-fields label {
  min-width: 0;
}

.quick-submit {
  align-self: end;
  min-height: 43px;
  min-width: 132px;
  white-space: nowrap;
}

.quick-inquiry .checkbox-line {
  font-size: 12px;
  line-height: 1.4;
}

.field-wide {
  grid-column: 1 / -1;
}

.text-link {
  color: var(--sea-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-weight: 800;
  font-size: 13px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px 11px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

textarea {
  resize: vertical;
}

.checkbox-line {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.checkbox-line input {
  width: auto;
  margin-top: 5px;
}

.filter-panel,
.form-grid,
.checkbox-grid {
  display: grid;
  gap: 12px;
}

.filter-panel {
  margin-bottom: 22px;
}

.filter-head {
  display: grid;
  gap: 4px;
}

.filter-head h2,
.filter-head p {
  margin: 0;
}

.filter-head p {
  color: var(--muted);
  max-width: 920px;
}

.filter-fields {
  display: grid;
  gap: 12px;
}

.filter-bottom {
  display: grid;
  gap: 12px;
}

.filter-toggles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.toggle-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: auto;
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f9fbfc;
  color: var(--sea-dark);
}

.toggle-chip input {
  width: auto;
  margin: 0;
}

.filter-submit {
  min-height: 42px;
}

.blog-list {
  display: grid;
  gap: 18px;
}

.blog-card {
  overflow: hidden;
}

.article h1 {
  font-size: 34px;
}

.article > img {
  height: 320px;
  border-radius: var(--radius);
  margin-bottom: 20px;
}

.booking-summary {
  display: grid;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 20px;
}

.booking-summary div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 12px;
  padding: 12px;
  border-bottom: 1px solid var(--line);
}

.booking-summary dt {
  color: var(--muted);
  font-weight: 800;
}

.booking-summary dd {
  margin: 0;
}

.copy-toast {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  pointer-events: none;
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 50;
}

.copy-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.site-footer {
  margin-top: 28px;
  padding: 0 18px 128px;
  background:
    linear-gradient(135deg, rgba(7, 95, 124, 0.92), rgba(6, 28, 42, 0.98)),
    #061c2a;
  color: #d7e8ef;
}

.footer-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 42px 0 34px;
  display: grid;
  gap: 30px;
}

.footer-cta {
  display: grid;
  gap: 18px;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-cta .eyebrow {
  color: var(--gold);
}

.footer-cta h2 {
  max-width: 720px;
  color: var(--white);
  font-size: 30px;
}

.footer-cta p {
  max-width: 760px;
  color: #c6d7df;
}

.footer-main {
  display: grid;
  gap: 24px;
}

.footer-brand-block {
  display: grid;
  gap: 14px;
}

.footer-logo {
  width: 224px;
  height: auto;
  padding: 9px 12px;
  border-radius: var(--radius);
  background: var(--white);
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-column h3 {
  margin: 0 0 4px;
  color: var(--white);
  font-size: 15px;
  text-transform: uppercase;
}

.footer-column a,
.footer-column p {
  margin: 0;
  color: #c6d7df;
}

.footer-column a:hover {
  color: var(--white);
}

.footer-contact span {
  display: block;
  margin-top: 8px;
  color: var(--gold);
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
}

.footer-admin {
  opacity: 0.62;
}

.footer-business {
  display: grid;
  gap: 4px;
  padding-top: 4px;
  color: #c6d7df;
  font-size: 13px;
}

.footer-business p {
  margin: 0;
}

.footer-business span {
  display: inline-block;
  min-width: 118px;
  color: var(--gold);
  font-weight: 800;
}

.footer-business strong {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #9fb6c0;
  font-size: 12px;
}

.flash {
  width: min(1180px, calc(100% - 36px));
  margin: 14px auto 0;
  padding: 12px 14px;
  border-radius: var(--radius);
  font-weight: 800;
}

.flash-success {
  background: #e7f7ed;
  color: #116432;
}

.flash-error {
  background: #fde9e5;
  color: #8b2d1b;
}

.flash-warning {
  background: #fff4d7;
  color: #7a5200;
}

.empty-state,
.form-note {
  color: var(--muted);
}

.admin-body {
  background: #f5f7f8;
}

.admin-header {
  grid-template-columns: 1fr;
}

.admin-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-main,
.admin-section {
  width: min(1240px, calc(100% - 28px));
  margin: 0 auto;
  padding: 24px 0;
}

.admin-title-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.admin-login {
  min-height: 80svh;
  display: grid;
  place-items: center;
  padding: 22px;
}

.admin-login .admin-card {
  width: min(460px, 100%);
}

.metric-card span {
  color: var(--muted);
  font-weight: 800;
}

.metric-card strong {
  display: block;
  font-size: 26px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

th {
  color: var(--muted);
  font-size: 13px;
}

.table-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.table-actions form {
  margin: 0;
}

.table-actions button {
  border: 0;
  background: transparent;
  color: var(--coral);
  cursor: pointer;
  font: inherit;
}

.table-order-input {
  width: 76px;
  min-width: 76px;
  padding: 8px 10px;
}

.table-footer-actions {
  display: flex;
  justify-content: flex-end;
  padding: 14px 18px 18px;
}

.yacht-i18n-admin {
  display: grid;
  gap: 14px;
}

.admin-subsection {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.admin-subsection summary {
  cursor: pointer;
  color: var(--sea-dark);
  font-weight: 900;
  margin-bottom: 12px;
}

.yacht-pricing-admin .admin-subsection {
  display: grid;
  gap: 10px;
}

.yacht-pricing-admin .admin-repeat-row {
  padding: 10px 0;
  border-bottom: 1px solid rgba(17, 48, 67, 0.08);
}

.yacht-pricing-admin .pricing-route-head {
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(14, 117, 148, 0.18);
  border-radius: 10px;
  background: #f6fbfd;
}

.pricing-route-slot {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: end;
}

.pricing-time-hours {
  display: grid;
  gap: 8px;
}

.pricing-slot-name {
  align-self: center;
  color: var(--sea-dark);
  font-weight: 900;
}

.yacht-pricing-admin .input-left {
  text-align: left;
}

.yacht-pricing-admin .input-center {
  text-align: center;
}

.yacht-pricing-admin .input-price {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.blog-cms-form {
  align-items: start;
}

.blog-form-section {
  padding: 0;
  overflow: hidden;
}

.blog-form-section summary {
  cursor: pointer;
  padding: 17px 18px;
  color: var(--sea-dark);
  font-size: 18px;
  font-weight: 900;
  list-style: none;
}

.blog-form-section summary::-webkit-details-marker {
  display: none;
}

.blog-form-section summary::after {
  content: "+";
  float: right;
  color: var(--gold);
}

.blog-form-section[open] summary::after {
  content: "-";
}

.blog-form-section-body {
  display: grid;
  gap: 16px;
  padding: 0 18px 18px;
}

.seo-warning-card {
  border-color: #f3c36c;
  background: #fff9ec;
}

.seo-warning-card h2 {
  font-size: 18px;
}

.seo-warning-card li {
  margin-bottom: 4px;
}

.blog-lang-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-lang-tab {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 9px 12px;
  background: #f9fbfc;
  color: var(--sea-dark);
  font-weight: 900;
  cursor: pointer;
}

.blog-lang-tab.is-active {
  border-color: var(--sea);
  background: var(--sea);
  color: var(--white);
}

.blog-lang-panel {
  display: none;
  gap: 14px;
}

.blog-lang-panel.is-active {
  display: grid;
}

.serp-preview {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfdff;
}

.serp-preview .serp-url {
  margin: 0;
  color: #188038;
  font-size: 13px;
}

.serp-preview h3 {
  margin: 0;
  color: #1a0dab;
  font-size: 19px;
}

.serp-preview p:last-child {
  margin: 0;
  color: #4d5156;
  font-size: 14px;
}

.admin-image-preview {
  width: min(360px, 100%);
  max-height: 230px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--mist);
}

.admin-image-preview.small {
  width: 180px;
  max-height: 120px;
}

.image-dropzone {
  display: grid;
  gap: 6px;
  position: relative;
  padding: 18px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  background: #fbfdff;
  color: var(--sea-dark);
  text-align: center;
  cursor: pointer;
}

.image-dropzone input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.image-dropzone strong {
  font-size: 15px;
}

.image-dropzone.is-dragover {
  border-color: var(--sea);
  background: rgba(8, 127, 166, 0.06);
}

.image-preview-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.image-preview-card {
  margin: 0;
  padding: 10px;
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.image-preview-card.is-uploading {
  opacity: 0.75;
}

.image-preview-card.is-error {
  border-color: var(--coral);
  background: #fff8f6;
}

.image-preview-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  margin-bottom: 8px;
}

.image-preview-action,
.image-preview-remove {
  border: 0;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(18, 28, 39, 0.84);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.image-preview-action {
  min-width: 30px;
  padding: 6px 9px;
}

.image-preview-remove:hover {
  background: var(--sea);
}

.image-preview-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: calc(var(--radius) - 2px);
  margin-bottom: 8px;
}

.image-preview-card figcaption {
  font-size: 12px;
  line-height: 1.35;
  color: var(--muted);
  word-break: break-all;
}

.image-preview-card [data-upload-status] {
  display: block;
  margin-top: 4px;
  color: var(--sea);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
}

.image-preview-card.is-error [data-upload-status] {
  color: var(--coral);
}

.repeater-list {
  display: grid;
  gap: 14px;
}

.repeater-item {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfdff;
}

.repeater-item.is-removed {
  display: none;
}

.repeater-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

textarea.is-json-invalid {
  border-color: var(--coral);
  background: #fff7f5;
}

.json-field-error {
  margin: -4px 0 0;
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
}

.tox-tinymce {
  border-color: var(--line) !important;
  border-radius: var(--radius) !important;
}

.article-body {
  white-space: normal;
}

.article-featured-image,
.article-content-image {
  margin: 0 0 22px;
}

.article-featured-image img,
.article-content-image img {
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
}

.article-featured-image img {
  max-height: 420px;
}

.article-content-image img {
  max-height: 520px;
}

.article-featured-image figcaption,
.article-content-image figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.article-content-images {
  display: grid;
  gap: 22px;
  margin-top: 26px;
}

.article-answer-summary,
.article-key-questions {
  margin: 24px 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f7fbfd;
}

.article-answer-summary strong {
  color: var(--sea-dark);
  font-size: 13px;
  text-transform: uppercase;
}

.article-answer-summary p,
.article-key-questions p {
  margin-bottom: 0;
}

.article-key-questions ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
}

.article-link-box,
.article-related {
  margin-top: 26px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--mist);
}

.article-link-box h2,
.article-related h2 {
  font-size: 20px;
}

.article-link-box ul {
  margin: 0;
  padding-left: 18px;
}

.article-link-box a,
.article-related a {
  color: var(--sea-dark);
  font-weight: 900;
}

.article-related > div {
  display: grid;
  gap: 10px;
}

.article-related a {
  display: block;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

@media (min-width: 760px) {
  h1 {
    font-size: 62px;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    padding: 14px 28px;
  }

  .brand {
    width: 250px;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav,
  .language-switcher {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .language-switcher {
    grid-column: auto;
  }

  .site-nav {
    justify-content: center;
  }

  .hero {
    padding-left: max(28px, calc((100% - 1180px) / 2));
    padding-right: max(28px, calc((100% - 1180px) / 2));
  }

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

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

  .two-column,
  .cta-band,
  .admin-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  }

  .detail-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    align-items: start;
  }

  .detail-page-shell .detail-hero {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 390px);
    gap: 30px;
  }

  .detail-booking-card {
    position: sticky;
    top: 94px;
  }

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

  .detail-page-shell .detail-panel:first-child,
  .detail-page-shell .detail-panel:nth-child(4) {
    grid-column: 1 / -1;
  }

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

  .detail-photo-grid figure:first-child {
    grid-column: span 2;
    grid-row: span 2;
  }

  .detail-photo-grid figure:first-child img {
    height: 100%;
  }

  .quick-cta {
    grid-template-columns: 1fr;
  }

  .quick-cta > div {
    max-width: 760px;
  }

  .quick-inquiry {
    padding: 18px;
  }

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

  .contact-list h2 {
    grid-column: 1 / -1;
  }

  .form-grid,
  .checkbox-grid,
  .inquiry-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
  }

  .filter-bottom {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .quick-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
  }

  .yacht-pricing-admin .admin-subsection > .form-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .yacht-pricing-admin .pricing-route-head {
    grid-template-columns: minmax(0, 3fr) minmax(110px, 1fr);
  }

  .pricing-route-slot {
    grid-template-columns: minmax(90px, 0.65fr) minmax(210px, 1.35fr) minmax(120px, 0.9fr) minmax(120px, 0.9fr);
  }

  .pricing-time-hours {
    grid-template-columns: minmax(135px, 1fr) minmax(70px, 0.55fr);
  }

  .blog-card {
    display: grid;
    grid-template-columns: 280px 1fr;
  }

  .blog-card img {
    height: 100%;
  }

  .footer-cta {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .footer-main {
    grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(160px, 1fr));
  }

  .footer-contact {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1040px) {
  .filter-fields {
    grid-template-columns: minmax(180px, 1.35fr) minmax(95px, 0.65fr) minmax(120px, 0.8fr) minmax(150px, 1fr) minmax(190px, 1.15fr);
  }

  .quick-fields {
    grid-template-columns: minmax(135px, 1fr) minmax(170px, 1.18fr) minmax(78px, 0.62fr) minmax(115px, 0.86fr) minmax(170px, 1.18fr) minmax(138px, 1fr) auto;
  }

  .footer-main {
    grid-template-columns: minmax(260px, 1.55fr) minmax(150px, 0.85fr) minmax(150px, 0.85fr) minmax(210px, 1fr);
  }

  .footer-contact {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 36px;
  }

  main {
    padding-bottom: 24px;
  }

  .btn,
  input,
  select,
  textarea {
    min-width: 0;
  }

  .messenger-row {
    width: 100%;
  }

  .messenger-btn,
  .hero-actions > .btn-primary {
    flex: 1 1 130px;
  }

  .booking-summary div {
    grid-template-columns: 1fr;
  }
}
