@charset "UTF-8";
/* Design-1 subpages: breadcrumb, page head, list cards, forms, modals */

.d1-subpage .content-wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px 50px;
}

.d1-breadcrumb {
  max-width: 1160px;
  margin: 0 auto;
  padding: 14px 20px;
  font-size: 12px;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.d1-breadcrumb a { color: var(--cyan-dark); }
.d1-breadcrumb-sep { color: #b0c4cc; }
.d1-breadcrumb-current { color: var(--ink); font-weight: 700; }

.d1-page-head {
  max-width: 1160px;
  margin: 0 auto;
  padding: 28px 20px 24px;
  border-bottom: 1px solid var(--line);
}
.d1-page-head h1 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.3;
  padding-left: 13px;
  border-left: 5px solid var(--cyan-dark);
}
.d1-page-head p {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
}

.d1-section {
  max-width: 1160px;
  margin: 0 auto;
  padding: 32px 20px;
}

/* Filter / search panel */
.d1-filter-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 24px;
  box-shadow: 0 8px 24px rgba(7, 68, 91, 0.06);
}
.d1-active-filters {
  margin-top: 12px;
  padding: 12px 14px;
  background: #f5f9fa;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 12px;
}
.d1-active-filters__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.d1-active-filters__label {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
}
.d1-active-filters__clear {
  font-size: 12px;
  font-weight: 700;
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.d1-active-filters__clear:hover {
  color: #1d4ed8;
}
.d1-active-filters__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.d1-active-filters__item {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: baseline;
}
.d1-active-filters__key {
  color: #7a9ca7;
  font-weight: 700;
}
.d1-active-filters__value {
  color: var(--ink);
  font-weight: 700;
  word-break: break-word;
}
.d1-subpage .wf-trip-search.is-filter {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: end;
}
.d1-subpage .wf-trip-search.is-filter .filter-fields {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.d1-subpage .wf-trip-search.is-filter .filter-field,
.d1-subpage .wf-trip-search.is-filter .wf-area-trigger,
.d1-subpage .wf-trip-search.is-filter .wf-target-trigger,
.d1-subpage .wf-trip-search.is-filter .wf-taxonomy-trigger,
.d1-subpage .d1-search.is-filter .d1-search-field {
  border: 1px solid var(--line) !important;
  background: #fff !important;
  border-radius: 8px;
  padding: 12px 14px !important;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  width: 100%;
}
.d1-subpage .d1-search.is-filter .d1-field-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #7a9ca7;
  margin-bottom: 6px;
}
.d1-subpage .d1-search.is-filter .wf-area-trigger-label,
.d1-subpage .d1-search.is-filter .wf-target-trigger-label,
.d1-subpage .d1-search.is-filter .wf-taxonomy-trigger-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
}
.d1-subpage .d1-search.is-filter .d1-date-field-wrap {
  cursor: pointer;
}
.d1-subpage .d1-search.is-filter .d1-date-field-wrap:focus-within {
  border-color: var(--line) !important;
  outline: none;
  box-shadow: none;
}
.d1-subpage .d1-search.is-filter .d1-date-field-wrap .wf-date-field,
.d1-subpage .d1-search.is-filter .d1-date-field-wrap .flatpickr-input {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  box-shadow: none;
}
.d1-subpage .d1-search.is-filter .d1-date-field-wrap input.flatpickr-input[readonly] {
  cursor: pointer;
}
.d1-subpage .d1-search.is-filter.is-boats .filter-fields {
  grid-template-columns: repeat(3, 1fr);
}
.d1-subpage .d1-search.is-filter .d1-keyword-field {
  cursor: text;
}
.d1-subpage .d1-search.is-filter .d1-keyword-input {
  border: 0;
  background: transparent;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  font-family: inherit;
  padding: 0;
}
.d1-subpage .d1-search.is-filter .d1-keyword-input::placeholder {
  color: #9bb4bf;
  font-weight: 700;
}
.d1-search-notice {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff4ec;
  border: 1px solid #ffd3b0;
  color: #a1450a;
  font-size: 12px;
  font-weight: 700;
}
.d1-subpage .wf-trip-search.is-filter .filter-btn,
.d1-subpage .wf-trip-search.is-filter .wf-trip-search-submit {
  border: 0;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 14px 24px;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(255, 128, 28, 0.22);
  white-space: nowrap;
}

.d1-filter-fields-static {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 12px;
}
.d1-filter-field-static {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  background: #fff;
  text-align: center;
}
.d1-filter-submit {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 14px;
  cursor: pointer;
}

.d1-result-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}
.d1-result-count { font-size: 13px; color: var(--muted); }
.d1-result-count strong { font-size: 18px; color: var(--ink); margin-right: 4px; }
.d1-sort-options { display: flex; flex-wrap: wrap; gap: 6px; }
.d1-sort-btn {
  border: 1px solid #bdced5;
  background: #fff;
  border-radius: 4px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #526d79;
  cursor: pointer;
  font-family: inherit;
}
.d1-sort-btn.is-active,
.d1-sort-btn.active {
  background: var(--cyan-dark);
  border-color: var(--cyan-dark);
  color: #fff;
}

/* Trip list cards */
.d1-trip-list { display: grid; gap: 14px; }
.d1-trip-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: 0.2s;
}
.d1-trip-card:hover { box-shadow: 0 12px 28px rgba(21, 82, 105, 0.1); }
.d1-trip-card .favorite-btn {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  font-size: 14px;
  color: #78919e;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
}
.d1-trip-card .favorite-btn svg {
  width: 1rem;
  height: 1rem;
}
.d1-trip-card .favorite-btn.is-active { color: var(--orange); }
.d1-trip-card .favorite-btn.is-active svg { fill: currentColor; }
.d1-trip-card-thumb-wrap {
  position: relative;
  align-self: start;
  width: 200px;
  flex-shrink: 0;
  aspect-ratio: var(--boat-photo-aspect, 7 / 5);
}
.d1-trip-card-thumb-wrap > .favorite-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(7, 68, 91, 0.12);
}
.d1-trip-card-top {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: start;
  gap: 0;
}
.d1-trip-card-thumb img,
.d1-boat-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.d1-trip-card-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #dce8ed center/cover;
  background-size: cover;
  background-position: center;
}
.d1-trip-card-thumb.is-noimage {
  background-color: #d8e0e5;
  background-image: none !important;
}
.d1-trip-card-thumb.is-noimage::after {
  content: 'NO IMAGE';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #8fa3ad;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}
.d1-trip-card-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(7.5rem, 38%);
  align-items: start;
  gap: 10px 16px;
  box-sizing: border-box;
  min-width: 0;
  min-height: calc(200px * 5 / 7);
  padding: 10px 16px;
}
.d1-trip-card-main {
  color: inherit;
  display: block;
  min-width: 0;
}
.d1-trip-card-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  min-width: 0;
  text-align: right;
}
.d1-trip-card-capacity {
  margin: 0;
  font-size: 12px;
  color: #5f7884;
  line-height: 1.5;
}
.d1-trip-card-main h3 { margin: 0; font-size: 17px; }
.d1-trip-card-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
}
.d1-trip-card-title.is-pickup h3 {
  border-left: 3px solid #6d28d9;
  padding-left: 8px;
}
.d1-trip-card-main p { margin: 3px 0; font-size: 12px; color: #5f7884; line-height: 1.5; }
.d1-trip-card-main .d1-trip-card-name {
  color: var(--cyan-dark);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}
.d1-trip-card-address {
  font-size: 11px;
  color: #6b8490;
  line-height: 1.45;
}
.d1-trip-card-meta .card-seats { display: block; }
.d1-trip-card-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-top: 1px solid var(--line);
  background: var(--pale);
}
.d1-trip-card-price {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  color: var(--ink);
  white-space: pre-line;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.d1-trip-card-price.is-accordion {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.d1-trip-card-price-text {
  display: block;
  white-space: pre-line;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.d1-trip-card-price:not(.is-open) [data-wf-price-full],
.d1-trip-card-price.is-open [data-wf-price-preview] {
  display: none !important;
}
.d1-trip-card-price-toggle {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--cyan-dark);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}
.d1-trip-card-price-toggle:hover { text-decoration: underline; }
.card-seats { font-size: 16px; font-weight: 800; color: var(--cyan-dark); }
.card-seats.is-few { color: var(--orange); }
.card-seats.is-full,
.card-seats.is-closed { color: #999; }
.btn-reserve {
  margin-left: auto;
  display: inline-block;
  padding: 10px 22px;
  border-radius: 6px;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}
.btn-reserve.is-disabled {
  background: #ccc;
  cursor: default;
  pointer-events: none;
}

.d1-tag {
  display: inline-block;
  border: 1px solid rgba(16, 149, 173, 0.28);
  color: var(--cyan-dark);
  background: rgba(16, 149, 173, 0.05);
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
  padding: 4px 8px;
}
.d1-trip-card-main .d1-tag {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
}
.d1-tag-pickup {
  border-color: rgba(124, 58, 237, 0.35);
  color: #6d28d9;
  background: rgba(124, 58, 237, 0.08);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
}
.d1-trip-card-main .d1-tag-pickup {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
}
.d1-trip-taxonomy {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 0;
}
.d1-trip-card-meta .d1-trip-taxonomy {
  margin: 0;
  justify-content: flex-end;
}
.d1-trip-taxonomy .d1-tag {
  text-decoration: none;
}
.d1-tag-species {
  border-color: rgba(16, 149, 173, 0.28);
  color: var(--cyan-dark);
  background: rgba(16, 149, 173, 0.05);
}
.d1-tag-method {
  border-color: rgba(13, 92, 70, 0.28);
  color: #0d5c46;
  background: rgba(13, 92, 70, 0.06);
}
.d1-summary-grid .d1-trip-taxonomy {
  margin-top: 8px;
}
.is-sub { font-size: 12px; color: var(--muted); }

/* Boat list */
.d1-boat-list { display: grid; gap: 16px; }
.d1-boat-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.d1-boat-card .favorite-btn {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  font-size: 14px;
  color: #78919e;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
}
.d1-boat-card .favorite-btn svg {
  width: 1rem;
  height: 1rem;
}
.d1-boat-card .favorite-btn.is-active { color: var(--orange); }
.d1-boat-card .favorite-btn.is-active svg { fill: currentColor; }
.d1-boat-card-thumb-wrap {
  position: relative;
  flex-shrink: 0;
}
.d1-boat-card-thumb-wrap > .favorite-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(7, 68, 91, 0.12);
}
.d1-boat-card-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
}
.d1-boat-card-thumb {
  width: 140px;
  aspect-ratio: var(--boat-photo-aspect, 7 / 5);
  height: auto;
  overflow: hidden;
  border-radius: 8px;
  background: #dce8ed center/cover;
  position: relative;
}
.d1-boat-card-thumb.is-noimage {
  background-color: #d8e0e5;
  background-image: none !important;
}
.d1-boat-card-thumb.is-noimage::after {
  content: 'NO IMAGE';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #8fa3ad;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}
.d1-boat-card-info { flex: 1; min-width: 0; }
.d1-boat-card-info h3 { margin: 0 0 6px; font-size: 17px; }
.d1-boat-card-info p { margin: 2px 0; font-size: 12px; color: #5f7884; }
.d1-boat-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }
.d1-boat-card-actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  align-self: center;
}
.d1-boat-card-trips {
  border-top: 1px solid var(--line);
  padding: 14px 16px 16px;
  background: #fff;
}
.d1-boat-card-trips .d1-boat-trips-label {
  display: block;
  margin-bottom: 10px;
}
.d1-schedule-list--compact {
  margin-bottom: 0;
  gap: 8px;
}
.d1-schedule-list--compact .d1-schedule-card-body {
  padding: 12px 14px;
  gap: 12px;
}
.d1-btn-more-trips {
  display: block;
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  text-align: center;
  text-decoration: none;
}
.d1-btn-more-trips:hover {
  background: var(--pale);
}
.btn-detail {
  flex-shrink: 0;
  align-self: center;
  padding: 10px 16px;
  border-radius: 6px;
  border: 1px solid var(--cyan-dark);
  color: var(--cyan-dark);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.d1-infinite-more {
  margin: 24px 0 8px;
  text-align: center;
}
.d1-infinite-more .d1-more-link {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  border: 1px solid var(--cyan-dark);
  color: var(--cyan-dark);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.d1-infinite-more.is-auto .d1-more-link {
  display: none;
}
.d1-infinite-more.is-error .d1-more-link {
  display: inline-block;
}
.d1-infinite-more .d1-infinite-status {
  display: none;
  font-size: 12px;
  color: var(--muted);
}
.d1-infinite-more.is-loading .d1-infinite-status,
.d1-infinite-more.is-error .d1-infinite-status {
  display: block;
}
.d1-infinite-more.is-error .d1-infinite-status {
  color: #b45309;
  margin-bottom: 8px;
}
.d1-boat-trips {
  padding: 0 16px 16px;
  border-top: 1px solid var(--line);
  background: var(--pale);
}
.d1-boat-trips-label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: var(--cyan-dark);
  padding: 12px 0 8px;
}
.d1-schedule-list { display: grid; gap: 10px; margin-bottom: 24px; }
.d1-schedule-upcoming { margin-bottom: 8px; }
.d1-schedule-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.d1-schedule-card-body {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
}
.d1-schedule-card-info {
  flex: 1;
  min-width: 0;
}
.d1-schedule-card-main {
  color: inherit;
  text-decoration: none;
}
.d1-schedule-card-main h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
  color: var(--ink);
}
.d1-schedule-card-main p {
  margin: 2px 0;
  font-size: 12px;
  color: #5f7884;
  line-height: 1.5;
}
.d1-schedule-card-action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  flex: 1 1 48%;
  min-width: 0;
  max-width: 56%;
}
.d1-schedule-card-action .d1-trip-card-price {
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  text-align: right;
  white-space: pre-line;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.d1-schedule-card-action .d1-trip-card-price.is-accordion {
  align-items: flex-end;
}
.d1-fb-embed {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 18px;
}
.d1-fb-embed-lead {
  margin: 0 0 14px;
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}
.d1-schedule-view-toggle {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  margin-bottom: 12px;
}
.d1-schedule-view-btn {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #5f7884;
  cursor: pointer;
  font-family: inherit;
}
.d1-schedule-view-btn.is-active {
  background: var(--pale);
  color: var(--ink);
  border-color: #bdced5;
}
.d1-schedule-view {
  display: none;
}
.d1-schedule-view.is-active {
  display: block;
}
.d1-fb-embed-frame {
  width: 100%;
  min-height: 600px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.btn-more-trips {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 800;
  color: var(--cyan-dark);
}

/* Features */
.d1-feature-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.d1-feature-badge {
  border: 1px solid rgba(16, 149, 173, 0.28);
  color: var(--cyan-dark);
  background: rgba(16, 149, 173, 0.05);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 14px;
  text-decoration: none;
  transition: 0.2s;
}
.d1-feature-badge:hover {
  background: rgba(16, 149, 173, 0.12);
}
.d1-feature-badge.is-active {
  color: #fff;
  background: var(--cyan-dark);
  border-color: var(--cyan-dark);
}
.d1-feature-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 20px;
}
.d1-feature-tabs button {
  border: 1px solid #bdced5;
  color: #526d79;
  background: white;
  border-radius: 4px;
  padding: 9px 19px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}
.d1-feature-tabs button.active {
  color: #fff;
  background: var(--cyan-dark);
  border-color: var(--cyan-dark);
}
.d1-feature-panel { display: none; }
.d1-feature-panel.is-active { display: block; }
.article-grid > .d1-feature-submit-cta {
  grid-column: 1 / -1;
}
.d1-feature-submit-cta {
  margin: 8px 0 4px;
  padding: 28px 24px;
  text-align: center;
  border: 2px solid rgba(16, 149, 173, 0.28);
  border-radius: 12px;
  background: linear-gradient(180deg, #e9f8fc 0%, #ffffff 100%);
  box-shadow: 0 10px 28px rgba(7, 68, 91, 0.08);
}
.d1-feature-submit-cta-kicker {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--cyan-dark);
}
.d1-feature-submit-cta-title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--deep, #0b3b4d);
}
.d1-feature-submit-cta-text {
  margin: 0 auto 18px;
  max-width: 36em;
  font-size: 14px;
  line-height: 1.7;
  color: #526d79;
}
.d1-feature-submit-cta-btn {
  display: inline-block;
  color: #fff;
  background: var(--orange);
  padding: 14px 36px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.d1-feature-submit-cta-btn:hover {
  filter: brightness(0.96);
}
.d1-article-card {
  border: 1px solid var(--line);
  border-radius: 9px;
  overflow: hidden;
  transition: 0.2s;
  color: inherit;
  display: block;
}
.d1-article-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(21, 82, 105, 0.12); }
.d1-article-card-thumb {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: #dce8ed;
}
.d1-article-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.d1-article-card-thumb.is-noimage {
  background-color: #d8e0e5;
}
.d1-article-card-thumb.is-noimage::after {
  content: 'NO IMAGE';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #8fa3ad;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}
.d1-article-card-body { padding: 14px; }
.d1-article-card-cat {
  display: inline-block;
  border: 1px solid rgba(16, 149, 173, 0.28);
  color: var(--cyan-dark);
  background: rgba(16, 149, 173, 0.05);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  padding: 4px 8px;
  margin-bottom: 6px;
}
.d1-article-card-body h2 { margin: 6px 0; font-size: 15px; line-height: 1.4; }
.d1-article-card-meta { margin: 0; font-size: 12px; color: #79909b; }

/* News list (subpage) */
.d1-news-list-page {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.d1-news-list-page a {
  display: grid;
  grid-template-columns: 110px 90px 1fr;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  color: inherit;
}
.d1-news-list-page a:last-child { border-bottom: 0; }
.d1-news-list-page a:hover { background: var(--pale); }
.d1-news-list-page time { color: #668491; font-size: 12px; }

.d1-submission-item { padding: 1rem 18px; }

.d1-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
  font-size: 13px;
}
.d1-pagination-prev,
.d1-pagination-next {
  color: var(--cyan-dark);
  font-weight: 700;
  text-decoration: none;
  flex-shrink: 0;
}
.d1-pagination-prev:hover,
.d1-pagination-next:hover { text-decoration: underline; }
.d1-pagination-prev.is-disabled,
.d1-pagination-next.is-disabled {
  color: #b0c4cc;
  font-weight: 400;
  cursor: default;
}
.d1-pagination-pages {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.d1-pagination-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--cyan-dark);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
}
.d1-pagination-num:hover {
  background: var(--pale);
  text-decoration: none;
}
.d1-pagination-num.is-current {
  border-color: var(--cyan-dark);
  background: var(--cyan-dark);
  color: #fff;
  cursor: default;
}
.d1-pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 32px;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.08em;
}
.d1-empty-message {
  padding: 32px 18px;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}
.d1-news-cat {
  font-size: 12px;
  font-weight: 700;
  color: var(--cyan-dark);
  background: rgba(16, 149, 173, 0.08);
  padding: 3px 8px;
  border-radius: 4px;
  text-align: center;
}
.d1-news-title { font-weight: 700; font-size: 13px; min-width: 0; word-break: break-word; }

/* Contact / forms */
.d1-intro { font-size: 13px; line-height: 1.8; color: var(--muted); margin-bottom: 24px; }
.d1-intro a { color: var(--cyan-dark); font-weight: 700; }
.d1-form-panel {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 28px;
  max-width: 640px;
  box-shadow: 0 8px 24px rgba(7, 68, 91, 0.06);
}
.d1-form-row { margin-bottom: 18px; }
.d1-form-row label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--ink);
}
.d1-required {
  margin-left: 6px;
  font-size: 12px;
  color: #fff;
  background: var(--orange);
  padding: 2px 6px;
  border-radius: 3px;
}
.d1-form-input,
.d1-form-select,
.d1-form-textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 13px;
  font-family: inherit;
  color: var(--ink);
  background: #fff;
}
.d1-form-textarea { min-height: 140px; resize: vertical; }
.d1-form-note { font-size: 12px; color: var(--muted); margin: 16px 0; }
.d1-form-note a { color: var(--cyan-dark); }
.d1-form-submit {
  border: 0;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  padding: 14px 40px;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(255, 128, 28, 0.22);
}

/* Company */
.d1-company-panel {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 28px;
  margin-bottom: 24px;
}
.d1-company-panel h2 {
  font-size: 17px;
  margin: 0 0 14px;
  padding-left: 11px;
  border-left: 4px solid var(--cyan-dark);
}
.d1-company-panel p { font-size: 13px; line-height: 1.9; color: var(--muted); }
.d1-info-dl {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px 20px;
  font-size: 13px;
}
.d1-info-dl dt { color: var(--muted); font-weight: 700; }
.d1-info-dl dd { margin: 0; color: var(--ink); }
.d1-info-career { line-height: 1.9; }
.d1-ceo {
  margin: 0 0 20px;
  text-align: center;
}
.d1-ceo img {
  display: inline-block;
  max-width: 220px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.d1-ceo-sign {
  text-align: right;
  font-weight: 700;
  color: var(--ink) !important;
}
.d1-policy-sign {
  text-align: right;
  margin-top: 32px;
  font-size: 13px;
  color: var(--ink) !important;
}

/* Trip detail */
.d1-trip-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  padding: 32px 20px;
  max-width: 1160px;
  margin: 0 auto;
  align-items: start;
}
.d1-trip-photo {
  width: 100%;
  aspect-ratio: var(--boat-photo-aspect, 7 / 5);
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  background: #dce8ed;
  position: relative;
}
.d1-trip-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.d1-trip-photo.is-noimage {
  background-color: #d8e0e5;
  background-image: none !important;
}
.d1-trip-photo.is-noimage::after {
  content: 'NO IMAGE';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #8fa3ad;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}
.d1-trip-photo-slider {
  position: relative;
  width: 100%;
  aspect-ratio: var(--boat-photo-aspect, 7 / 5);
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  background: #dce8ed;
}
.d1-trip-photo-slide {
  position: absolute;
  inset: 0;
  background: #dce8ed;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.d1-trip-photo-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.d1-trip-photo-slide.is-active {
  opacity: 1;
  z-index: 1;
}
.d1-trip-photo-slide.is-noimage {
  background-image: none !important;
  background-color: #d8e0e5;
}
.d1-trip-photo-slide.is-noimage::after {
  content: 'NO IMAGE';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #8fa3ad;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}
.d1-trip-photo-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 9999px;
  background: rgba(255,255,255,.92);
  color: #1f2937;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.d1-trip-photo-nav.is-prev { left: 10px; }
.d1-trip-photo-nav.is-next { right: 10px; }
.d1-trip-boat-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.d1-trip-summary { min-width: 0; }
.d1-trip-summary h1 {
  margin: 0 0 16px;
  font-size: 22px;
}
.d1-trip-h1-boat {
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
}
.d1-trip-h1-name {
  display: inline-block;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.d1-summary-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  font-size: 13px;
  margin-bottom: 16px;
  align-items: start;
}
.d1-summary-grid dt { color: var(--muted); font-size: 12px; line-height: 1.5; }
.d1-summary-grid dd { margin: 0; font-weight: 700; }
.d1-summary-grid dd .d1-trip-address {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 400;
  color: #5f7884;
  line-height: 1.5;
}
.d1-summary-grid dd.is-note { font-weight: 400; line-height: 1.75; word-break: break-word; }
.d1-summary-grid .d1-boat-tags { margin-top: 4px; }
.d1-summary-link {
  color: var(--link);
  font-weight: 700;
  text-decoration: none;
  word-break: break-all;
}
.d1-summary-link:hover { text-decoration: underline; }
.d1-summary-price {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
  line-height: 1.6;
}
.d1-summary-price-text {
  display: block;
  white-space: pre-line;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.d1-summary-price-text[hidden],
.d1-summary-price:not(.is-open) [data-wf-price-full],
.d1-summary-price.is-open [data-wf-price-preview] {
  display: none !important;
}
.d1-summary-price-toggle {
  display: inline-block;
  margin: 8px 8px 0 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--cyan-dark);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}
.d1-summary-price-toggle:hover { text-decoration: underline; }
.d1-summary-seats {
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  color: var(--orange);
  margin-bottom: 16px;
}
.d1-cta-box {
  max-width: 320px;
}
.d1-cta-box .btn-reserve { width: 100%; text-align: center; margin: 0; }
.d1-content-block {
  max-width: 1160px;
  margin: 0 auto 24px;
  padding: 0 20px;
}
.d1-content-block h2 {
  font-size: 18px;
  margin: 0 0 16px;
  padding-left: 11px;
  border-left: 4px solid var(--cyan-dark);
}
.d1-content-block h3 { font-size: 14px; margin: 0 0 8px; }
.d1-content-block p { font-size: 13px; line-height: 1.8; color: var(--muted); }
.d1-time-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 16px 0;
}
.d1-time-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  font-size: 13px;
}
.d1-time-item strong { display: block; font-size: 12px; color: var(--muted); margin-bottom: 4px; }
.d1-map-placeholder {
  height: 200px;
  border-radius: 8px;
  background: var(--pale);
  border: 1px dashed var(--line);
  display: grid;
  place-items: center;
  font-size: 12px;
  color: var(--muted);
  margin-top: 16px;
}
.d1-map-embed {
  margin-top: 16px;
}
.d1-map-embed-frame {
  width: 100%;
  height: 280px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--pale);
}
.d1-map-embed-note {
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
}
.d1-map-embed-note a {
  color: var(--link);
  font-weight: 700;
  text-decoration: none;
  margin-right: 8px;
}
.d1-map-embed-address {
  color: #5f7884;
}
.btn-boat {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  color: var(--cyan-dark);
  vertical-align: top;
}
.d1-review-link {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  color: var(--cyan-dark);
  padding: 12px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

/* Boat detail */
.d1-boat-hero {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 32px 20px;
  max-width: 1160px;
  margin: 0 auto;
}
.d1-boat-photo {
  width: 380px;
  aspect-ratio: var(--boat-photo-aspect, 7 / 5);
  height: auto;
  flex-shrink: 0;
  align-self: flex-start;
  border-radius: 10px;
  overflow: hidden;
  background: #dce8ed;
  position: relative;
}
.d1-boat-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.d1-boat-photo.is-noimage {
  background-color: #d8e0e5;
  background-image: none !important;
}
.d1-boat-photo.is-noimage::after {
  content: 'NO IMAGE';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #8fa3ad;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}
.d1-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.d1-boat-head h1 { margin: 0 0 16px; font-size: 26px; }
.d1-boat-intro {
  margin: -8px 0 16px;
  font-size: 14px;
  line-height: 1.75;
  color: #334155;
  white-space: pre-wrap;
}
.d1-boat-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px 16px;
}
.d1-boat-tabs button {
  border: 1px solid #bdced5;
  background: #fff;
  border-radius: 4px;
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  color: #526d79;
}
.d1-boat-tabs button.is-active {
  background: var(--cyan-dark);
  border-color: var(--cyan-dark);
  color: #fff;
}
.d1-boat-tab-panel { display: none; max-width: 1160px; margin: 0 auto; padding: 0 20px 32px; }
.d1-boat-tab-panel.is-active { display: block; }
.d1-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.d1-gallery-item {
  aspect-ratio: 4/3;
  border-radius: 8px;
  border: none;
  padding: 0;
  cursor: pointer;
  background: #eef2f6 center/cover no-repeat;
}
.d1-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.88);
  padding: 24px;
}
.d1-gallery-lightbox.is-open {
  display: flex;
}
.d1-gallery-lightbox__stage {
  position: relative;
  max-width: min(960px, 100%);
  max-height: calc(100vh - 48px);
  width: 100%;
}
.d1-gallery-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 48px);
  margin: 0 auto;
  border-radius: 8px;
  object-fit: contain;
}
.d1-gallery-lightbox__close,
.d1-gallery-lightbox__nav {
  position: absolute;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  color: #111827;
  cursor: pointer;
  border-radius: 9999px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
}
.d1-gallery-lightbox__close {
  top: -12px;
  right: -12px;
}
.d1-gallery-lightbox__nav.is-prev {
  left: -56px;
  top: 50%;
  transform: translateY(-50%);
}
.d1-gallery-lightbox__nav.is-next {
  right: -56px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .d1-gallery-lightbox__nav.is-prev { left: 8px; }
  .d1-gallery-lightbox__nav.is-next { right: 8px; }
  .d1-gallery-lightbox__close { top: 8px; right: 8px; }
}

/* Modals — design-1 styling */
.wf-area-modal-backdrop { background: rgba(6, 47, 75, 0.55); }
.wf-area-modal-panel {
  border: 0 !important;
  border-radius: 14px !important;
  box-shadow: 0 24px 60px rgba(0, 26, 45, 0.28);
  overflow: hidden;
}
.wf-area-modal-head {
  border-bottom: 1px solid var(--line) !important;
  background: #fff;
}
.wf-area-modal-head h2 {
  font-size: 16px !important;
  color: var(--ink);
  margin: 0;
}
.wf-area-modal-close {
  border: 1px solid var(--line) !important;
  border-radius: 50% !important;
  color: var(--muted);
}
.wf-area-modal-steps {
  background: var(--pale) !important;
  border-bottom: 1px solid var(--line) !important;
}
.wf-area-step.is-active {
  border-color: var(--cyan-dark) !important;
  color: var(--cyan-dark) !important;
  background: #fff !important;
}
.wf-area-choice {
  border: 1px solid var(--line) !important;
  border-radius: 8px !important;
  font-family: inherit;
  cursor: pointer;
}
.wf-area-choice.is-selected {
  background: rgba(16, 149, 173, 0.08) !important;
  border-color: var(--cyan-dark) !important;
  color: var(--cyan-dark) !important;
}
.wf-area-modal-apply {
  background: var(--orange) !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: #fff !important;
  box-shadow: 0 6px 16px rgba(255, 128, 28, 0.22);
}
.wf-area-modal-apply:disabled {
  background: #ccc !important;
  box-shadow: none;
}
.wf-area-modal-back {
  border: 1px solid var(--line) !important;
  border-radius: 8px !important;
  color: var(--ink);
}
.wf-target-group-title { color: var(--ink) !important; }

/* Hide wireframe labels in design */
.d1-subpage .wf-label { display: none; }
.d1-subpage .wf-box {
  border: none;
  background: transparent;
}
.d1-subpage .wf-note { display: none; }

.d1-subpage a.catch-card { text-decoration: none; color: inherit; display: block; }
.d1-detail-article { max-width: 860px; margin: 0 auto; }
.d1-detail-header { padding: 0 0 20px; border-bottom: 1px solid var(--line); margin-bottom: 24px; }
.d1-detail-header h1 { font-size: 24px; line-height: 1.45; margin: 10px 0; }
.d1-detail-meta { font-size: 12px; color: var(--muted); margin: 0; }
.d1-detail-eyecatch {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
  background: #dce8ed;
  margin-bottom: 24px;
}
.d1-detail-eyecatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.d1-detail-eyecatch.is-noimage {
  background-color: #d8e0e5;
}
.d1-detail-eyecatch.is-noimage::after {
  content: 'NO IMAGE';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #8fa3ad;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
}
.d1-detail-body { font-size: 14px; line-height: 1.85; color: var(--muted); }
.d1-detail-body p { margin: 0 0 16px; }
.d1-detail-body h2 { font-size: 16px; color: var(--ink); margin: 24px 0 10px; padding-bottom: 6px; border-bottom: 1px solid var(--line); }
.d1-detail-body ul { margin: 0 0 16px 20px; }
.d1-info-table { width: 100%; border-collapse: collapse; font-size: 13px; margin: 12px 0 16px; }
.d1-info-table th, .d1-info-table td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.d1-info-table th { background: var(--pale); width: 30%; font-weight: 700; color: var(--ink); }
.d1-embed-links { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.d1-embed-links a {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--cyan-dark);
  text-decoration: none;
  background: #fff;
}
.d1-related-section { max-width: 860px; margin: 32px auto 40px; padding-top: 24px; border-top: 1px solid var(--line); }
.d1-related-section h2 { font-size: 16px; margin: 0 0 14px; }
.d1-related-list { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: #fff; }
.d1-related-item {
  display: flex;
  gap: 16px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
}
.d1-related-item:last-child { border-bottom: 0; }
.d1-related-item:hover { background: var(--pale); }
.d1-related-item time { flex-shrink: 0; font-size: 12px; color: var(--muted); min-width: 90px; }
.d1-related-item span { font-size: 13px; font-weight: 700; }
.d1-related-list.is-card { border: 0; background: transparent; display: grid; gap: 10px; }
.d1-related-card {
  display: block;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  text-decoration: none;
  color: inherit;
  background: #fff;
}
.d1-related-card:hover { background: var(--pale); }
.d1-related-card-title { display: block; font-size: 13px; font-weight: 700; margin-top: 4px; }
.d1-back-link-wrap { margin-top: 20px; }
.d1-back-link { font-size: 13px; font-weight: 700; color: var(--cyan-dark); text-decoration: none; }
.d1-catch-detail-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.d1-catch-species-list { list-style: none; margin: 12px 0 16px; padding: 0; }
.d1-catch-species-list li { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 6px; font-size: 13px; }
.d1-catch-detail-photo {
  aspect-ratio: 4/3;
  border-radius: 10px;
  background: #dce8ed center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 12px;
}
.d1-catch-list {
  display: grid;
  gap: 24px;
}
.d1-boat-catch-list {
  display: grid;
  gap: 24px;
}
.d1-boat-catch-entry {
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.d1-boat-catch-entry .d1-catch-main {
  padding: 16px;
}
.d1-catch-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.d1-catch-boat-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: var(--pale);
  border-bottom: 1px solid var(--line);
}
.d1-catch-boat-thumb {
  width: 88px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #dce8ed;
  border: 1px solid rgba(16, 149, 173, 0.15);
}
.d1-catch-boat-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.d1-catch-boat-thumb.is-noimage {
  background-color: #d8e0e5;
}
.d1-catch-boat-thumb.is-noimage::after {
  content: 'NO IMAGE';
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #8fa3ad;
  font-size: 12px;
  font-weight: 700;
}
.d1-catch-boat-info {
  flex: 1;
  min-width: 0;
}
.d1-catch-boat-info h2 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 800;
  color: var(--ink);
}
.d1-catch-boat-title {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 800;
  color: var(--ink);
}
.d1-catch-boat-info p {
  margin: 2px 0;
  font-size: 12px;
  color: #5f7884;
}
.d1-catch-boat-head .btn-detail {
  flex-shrink: 0;
  align-self: center;
}
.d1-catch-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  padding: 20px;
  align-items: start;
}
.d1-catch-info-head a {
  font-size: 14px;
  font-weight: 800;
  color: var(--cyan-dark);
  text-decoration: none;
}
.d1-catch-info-head a:hover {
  text-decoration: underline;
}
.d1-catch-date {
  margin: 10px 0 12px;
  font-size: 13px;
  color: var(--ink);
  font-weight: 700;
}
.d1-catch-species-stat {
  font-size: 12px;
  color: #5f7884;
}
.d1-catch-comment {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.75;
  color: var(--muted);
}
.d1-catch-schedules {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.d1-catch-schedules .d1-boat-trips-label {
  display: block;
  margin-bottom: 10px;
}
.d1-catch-gallery {
  min-width: 0;
}
.d1-catch-slider {
  position: relative;
}
.d1-catch-slider-stage {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 10px;
  overflow: hidden;
  background: #dce8ed;
}
.d1-catch-slide {
  position: absolute;
  inset: 0;
  background: #dce8ed;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.d1-catch-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.d1-catch-slide.is-zoomable,
.d1-catch-slide.is-zoomable img {
  cursor: zoom-in;
}
.d1-catch-slide.is-active {
  opacity: 1;
  z-index: 1;
}
.d1-catch-slide.is-empty {
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 12px;
}
.d1-catch-slider-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
}
.d1-catch-slider-nav.is-prev { left: 10px; }
.d1-catch-slider-nav.is-next { right: 10px; }
.d1-catch-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
.d1-catch-thumb {
  width: 64px;
  height: 48px;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
  background: #dce8ed;
  cursor: pointer;
  padding: 0;
}
.d1-catch-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.d1-catch-thumb.is-active {
  border-color: var(--cyan-dark);
}
.d1-article-card-lead { font-size: 12px; color: var(--muted); margin: 6px 0; line-height: 1.5; }

/* Static / FAQ / confirm pages */
.d1-static-body { max-width: 860px; }
.d1-static-body p { font-size: 14px; line-height: 1.85; color: var(--muted); margin: 0 0 16px; }
.d1-static-body h2 { font-size: 16px; color: var(--ink); margin: 24px 0 10px; padding-bottom: 6px; border-bottom: 1px solid var(--line); }
.d1-static-body ul, .d1-static-body ol { margin: 0 0 16px 20px; font-size: 14px; line-height: 1.75; color: var(--muted); }
.d1-static-body ol.d1-policy-sections {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.d1-static-body ol.d1-policy-sections > li { list-style: none; }
.d1-static-body ol > li > h2 { margin-top: 8px; }
.d1-static-body ol ol { margin-top: 8px; }
.d1-static-body a { color: var(--cyan-dark); }
.d1-static-meta { font-size: 12px; color: var(--muted); margin-bottom: 20px; }
.d1-plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 16px 0; }
.d1-plan-box { border: 1px solid var(--line); border-radius: 10px; padding: 16px; background: #fff; }
.d1-plan-box.is-paid { border-color: var(--cyan-dark); background: var(--pale); }
.d1-plan-box h3 { font-size: 14px; color: var(--cyan-dark); margin: 0 0 10px; }
.d1-plan-box ul { list-style: none; margin: 0; padding: 0; }
.d1-plan-box li { font-size: 13px; padding-left: 12px; position: relative; margin-bottom: 6px; }
.d1-plan-box li::before { content: "·"; position: absolute; left: 0; font-weight: 700; }
.d1-publish-cta {
  display: inline-block;
  margin-top: 8px;
  border: 2px solid var(--cyan-dark);
  border-radius: 8px;
  color: var(--cyan-dark);
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.d1-faq-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.d1-faq-tab {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  color: var(--ink);
}
.d1-faq-tab.is-active { background: var(--pale); border-color: var(--cyan-dark); color: var(--cyan-dark); }
.d1-faq-group { margin-bottom: 28px; }
.d1-faq-group-title { font-size: 15px; font-weight: 800; margin: 0 0 12px; padding-bottom: 6px; border-bottom: 1px solid var(--line); }
.d1-faq-list { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: #fff; }
.d1-faq-item { border-bottom: 1px solid var(--line); }
.d1-faq-item:last-child { border-bottom: 0; }
.d1-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}
.d1-faq-q-mark { color: var(--cyan-dark); flex-shrink: 0; }
.d1-faq-a { padding: 0 16px 14px 38px; font-size: 13px; color: var(--muted); line-height: 1.75; }
.d1-confirm-panel, .d1-complete-panel {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 24px;
  background: #fff;
}
.d1-confirm-dl { display: grid; grid-template-columns: 160px 1fr; gap: 12px 20px; margin-bottom: 24px; }
.d1-confirm-dl dt { font-size: 12px; font-weight: 700; color: var(--muted); }
.d1-confirm-dl dd { font-size: 13px; color: var(--ink); margin: 0; }
.d1-confirm-dl .is-message { white-space: pre-line; line-height: 1.7; }
.d1-form-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.d1-form-actions a, .d1-form-actions button {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  color: var(--ink);
  background: #fff;
  font-family: inherit;
  cursor: pointer;
}
.d1-form-actions .is-primary { border-color: var(--orange); background: var(--orange); color: #fff; }

/* TOP visual language for information pages */
.d1-page-head {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(2, 38, 65, .94), rgba(0, 93, 112, .72)),
    url("assets/harbor.jpg") center 58% / cover no-repeat;
}
.d1-page-head-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 48px 20px 44px;
}
.d1-page-head-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #69d3e2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}
.d1-page-head h1 {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.35;
  text-shadow: 0 2px 16px rgba(0, 24, 41, .25);
}
.d1-page-head p {
  max-width: 760px;
  margin: 0;
  padding: 0;
  color: #d5edf1;
  font-size: 13px;
  line-height: 1.8;
}
.d1-static-page,
.d1-news-detail-page {
  background: var(--pale);
}
.d1-static-page .d1-breadcrumb,
.d1-news-detail-page .d1-breadcrumb {
  max-width: none;
  padding-left: max(20px, calc((100% - 1120px) / 2));
  padding-right: max(20px, calc((100% - 1120px) / 2));
  background: #fff;
}
.d1-static-page .d1-static-body {
  max-width: 920px;
  margin: 36px auto 52px;
  padding: 36px 42px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(7, 68, 91, .08);
}
.d1-static-body h2 {
  margin-top: 32px;
  padding: 0 0 0 12px;
  border: 0;
  border-left: 4px solid var(--cyan-dark);
  font-size: 18px;
}
.d1-static-body p,
.d1-static-body li {
  color: #58727f;
}
.d1-plan-box {
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(7, 68, 91, .05);
}
.d1-plan-box.is-paid {
  border-top: 4px solid var(--cyan-dark);
}
.d1-publish-cta {
  border: 0;
  color: #fff;
  background: var(--orange);
  box-shadow: 0 8px 18px rgba(255, 128, 28, .24);
  transition: transform .2s, box-shadow .2s;
}
.d1-static-body a.d1-publish-cta,
.d1-static-body a.d1-publish-cta:hover,
.d1-static-body a.d1-form-submit,
.d1-static-body a.d1-form-submit:hover {
  color: #fff;
}
.d1-publish-cta:hover,
.d1-form-submit:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(255, 128, 28, .28);
}

/* Publish page */
.d1-publish-terms {
  margin: 28px 0;
  padding: 24px 24px 20px;
  border: 2px solid var(--cyan-dark);
  border-radius: 14px;
  background: linear-gradient(180deg, #f5fcfe 0%, #fff 100%);
  box-shadow: 0 10px 28px rgba(7, 68, 91, .08);
}
.d1-publish-free-label {
  margin: 0 0 10px;
  text-align: center;
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: .04em;
  color: var(--cyan-dark);
}
.d1-publish-free-note {
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #c8e6ee;
  text-align: center;
  font-size: 13px;
  line-height: 1.85;
  color: var(--ink);
}
.d1-publish-terms h2 {
  margin-top: 0;
  border-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
}
.d1-publish-terms-list {
  margin: 12px 0 16px;
  padding-left: 1.2em;
}
.d1-publish-terms-list li {
  margin-bottom: 8px;
  color: var(--ink);
}
.d1-publish-terms-summary {
  margin: 0;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .85);
  border: 1px solid #d6ebf1;
  color: var(--ink);
}
.d1-static-body h3 {
  margin: 22px 0 8px;
  color: var(--ink);
  font-size: 14px;
}
.d1-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 16px 0 8px;
}
.d1-benefit-card {
  padding: 18px 16px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--cyan-dark);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(7, 68, 91, .05);
}
.d1-static-body .d1-benefit-card h3 {
  margin: 0 0 8px;
  color: var(--cyan-dark);
  font-size: 14px;
  line-height: 1.5;
}
.d1-static-body .d1-benefit-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
}
.d1-static-body .d1-step-list {
  display: grid;
  gap: 12px;
  margin: 16px 0 8px;
  padding: 0;
  list-style: none;
}
.d1-static-body .d1-step-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
  margin: 0;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(7, 68, 91, .05);
}
.d1-step-num {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--cyan-dark);
  font-size: 14px;
  font-weight: 800;
}
.d1-static-body .d1-step-body h3 {
  margin: 4px 0 6px;
  font-size: 14px;
}
.d1-static-body .d1-step-body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
}
.d1-note-box {
  margin: 18px 0;
  padding: 16px 18px;
  border: 1px solid #bcdce5;
  border-radius: 10px;
  background: var(--pale);
}
.d1-static-body .d1-note-box p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}

/* Publish page — visual hierarchy */
.d1-static-body .d1-publish-intro {
  position: relative;
  overflow: hidden;
  margin: -36px -42px 32px;
  padding: 52px 46px 42px;
  border-radius: 14px 14px 0 0;
  color: #fff;
  background:
    radial-gradient(circle at 92% 12%, rgba(84, 207, 224, .3) 0, rgba(84, 207, 224, 0) 34%),
    linear-gradient(135deg, #063f58 0%, #075f78 100%);
}
.d1-publish-intro::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(255, 255, 255, .04), 0 0 0 76px rgba(255, 255, 255, .025);
}
.d1-publish-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #8be2ed;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}
.d1-static-body .d1-publish-intro h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: clamp(25px, 4vw, 36px);
  line-height: 1.45;
  letter-spacing: .03em;
}
.d1-static-body .d1-publish-intro p {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin-bottom: 12px;
  color: #d9eef2;
  font-size: 14px;
}
.d1-static-body .d1-publish-intro strong { color: #fff; }

.d1-publish-terms {
  overflow: hidden;
  margin: 0 0 48px;
  padding: 0 30px 28px;
  border: 1px solid #b8e1e9;
  border-radius: 16px;
  background: #f7fcfd;
  box-shadow: 0 12px 32px rgba(7, 68, 91, .08);
}
.d1-publish-free {
  margin: 0 -30px 22px;
  padding: 24px 30px 22px;
  color: #fff;
  background: linear-gradient(120deg, #08718a, #08a1ae);
}
.d1-static-body .d1-publish-free-title {
  margin: 0 0 12px;
  color: #dff9fb;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}
.d1-publish-free-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
.d1-publish-free-items > div {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.d1-publish-free-items span {
  font-size: 15px;
  font-weight: 700;
}
.d1-publish-free-items strong {
  color: #fff;
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
}
.d1-publish-free-items strong small {
  margin-left: 3px;
  font-size: 17px;
}
.d1-publish-free-items .d1-publish-free-plus {
  color: rgba(255, 255, 255, .65);
  font-size: 22px;
}
.d1-static-body .d1-publish-free-note {
  max-width: 700px;
  margin: 0 auto 26px;
  padding: 0;
  border: 0;
  color: #3f6472;
  text-align: center;
}
.d1-publish-heading > span {
  display: block;
  margin-bottom: 5px;
  color: var(--cyan-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}
.d1-static-body .d1-publish-heading h2,
.d1-publish-terms .d1-publish-heading h2 {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  color: var(--ink);
  font-size: 21px;
}
.d1-publish-terms-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}
.d1-publish-terms-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 76px;
  margin: 0;
  padding: 15px;
  border: 1px solid #d5eaf0;
  border-radius: 10px;
  color: #315564;
  background: #fff;
  box-sizing: border-box;
}
.d1-publish-check {
  display: grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #08a1ae;
  font-size: 13px;
  font-weight: 900;
}
.d1-publish-terms-list strong {
  font-size: 13px;
  line-height: 1.65;
}
.d1-static-body .d1-publish-terms-summary {
  margin: 0;
  padding: 16px 18px;
  border: 0;
  border-left: 4px solid var(--orange);
  border-radius: 4px 9px 9px 4px;
  color: #405d68;
  background: #fff8f0;
}
.d1-publish-step-heading { margin-top: 8px; text-align: center; }
.d1-static-body .d1-publish-step-heading p { margin: 0 0 22px; }
.d1-static-body .d1-step-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  counter-reset: publish-step;
}
.d1-static-body .d1-step-item {
  position: relative;
  display: block;
  min-height: 154px;
  padding: 54px 20px 20px;
  border: 1px solid #d9e8ec;
  text-align: center;
}
.d1-step-num {
  position: absolute;
  top: -17px;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translateX(-50%);
  border: 5px solid #fff;
  box-shadow: 0 4px 12px rgba(7, 68, 91, .16);
}
.d1-static-body .d1-step-body small {
  color: var(--cyan-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}
.d1-static-body .d1-step-body h3 {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.75;
}
.d1-publish-bottom-cta {
  margin: 34px 0 0;
  padding: 26px;
  border-radius: 14px;
  text-align: center;
  background: #edf9fb;
}
.d1-static-body .d1-publish-bottom-cta p {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 15px;
}
.d1-static-body .d1-publish-bottom-cta p strong {
  color: var(--cyan-dark);
  font-size: 21px;
}
.d1-static-body .d1-publish-bottom-cta .d1-publish-cta {
  margin: 0;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 14px;
}
.d1-publish-cta span { margin-left: 8px; }

/* Publish page — align with the public site tone */
.d1-publish-page { background: #fff; }
.d1-publish-page .d1-static-body {
  max-width: 920px;
  margin: 0 auto;
  padding: 52px 20px 64px;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
.d1-static-body .d1-publish-intro {
  overflow: visible;
  margin: 0 0 48px;
  padding: 0 0 42px;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: none;
}
.d1-publish-intro::after { display: none; }
.d1-publish-kicker {
  margin-bottom: 14px;
  color: var(--cyan-dark);
  font-size: 12px;
  letter-spacing: .08em;
}
.d1-static-body .d1-publish-intro h2 {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.5;
}
.d1-static-body .d1-publish-intro p {
  max-width: none;
  color: #58727f;
}
.d1-static-body .d1-publish-intro strong { color: var(--ink); }

.d1-publish-terms {
  overflow: visible;
  margin: 0 0 54px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
.d1-publish-free {
  margin: 0 0 30px;
  padding: 24px 30px;
  border-radius: 8px;
  background: linear-gradient(100deg, var(--cyan-dark), var(--cyan));
}
.d1-static-body .d1-publish-free-title {
  color: rgba(255, 255, 255, .88);
  font-size: 12px;
  letter-spacing: .06em;
}
.d1-publish-free-items strong { font-size: 40px; }
.d1-static-body .d1-publish-free-note {
  max-width: none;
  margin: 0 0 44px;
  color: #58727f;
  text-align: left;
}
.d1-publish-heading > span {
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: .08em;
}
.d1-static-body .d1-publish-heading h2,
.d1-publish-terms .d1-publish-heading h2 {
  padding-left: 13px;
  border-left: 5px solid var(--cyan-dark);
  font-size: 21px;
}
.d1-publish-terms-list {
  display: block;
  margin: 20px 0 24px;
  border-top: 1px solid var(--line);
}
.d1-publish-terms-list li {
  min-height: 0;
  padding: 15px 4px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}
.d1-publish-check {
  flex-basis: 22px;
  width: 22px;
  height: 22px;
}
.d1-publish-terms-list strong { font-size: 14px; }
.d1-static-body .d1-publish-terms-summary {
  padding: 16px 18px;
  border-left: 4px solid var(--cyan-dark);
  border-radius: 0;
  background: var(--pale);
}
.d1-publish-step-heading {
  margin: 0 0 30px;
  text-align: left;
}
.d1-static-body .d1-publish-step-heading p { margin: 0; }
.d1-static-body .d1-step-list {
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0 0 24px;
}
.d1-static-body .d1-step-list::before {
  content: "";
  position: absolute;
  top: 19px;
  right: 16%;
  left: 16%;
  height: 1px;
  background: #bcdce5;
}
.d1-static-body .d1-step-item {
  min-height: 0;
  padding: 54px 18px 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.d1-step-num {
  top: 0;
  z-index: 1;
  width: 38px;
  height: 38px;
  border: 0;
  box-shadow: none;
}
.d1-static-body .d1-note-box {
  margin-top: 10px;
  border: 0;
  border-radius: 0;
  background: #f7fafb;
}
.d1-publish-bottom-cta {
  margin: 44px 0 0;
  padding: 34px 20px 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}
.d1-static-body .d1-publish-bottom-cta .d1-publish-cta {
  border-radius: 7px;
}
.d1-publish-closing {
  margin-top: 48px;
  padding: 38px 30px;
  border: 1px solid #bcdce5;
  border-radius: 10px;
  text-align: center;
  background: var(--pale);
}
.d1-publish-closing > span {
  display: inline-block;
  margin-bottom: 13px;
  padding: 5px 12px;
  border-radius: 4px;
  color: #fff;
  background: var(--cyan-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}
.d1-static-body .d1-publish-closing p {
  margin: 0 0 8px;
}
.d1-static-body .d1-publish-closing p strong {
  color: var(--ink);
  font-size: 23px;
  line-height: 1.6;
}
.d1-static-body .d1-publish-closing a {
  display: inline-block;
  margin-top: 18px;
  padding: 14px 30px;
  border-radius: 7px;
  color: #fff;
  background: var(--orange);
  box-shadow: 0 7px 16px rgba(255, 128, 28, .24);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.d1-static-body .d1-publish-closing a:hover {
  color: #fff;
  background: #f26f00;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(255, 128, 28, .3);
}
.d1-publish-closing a span { margin-left: 6px; }
br.d1-br-sp { display: none; }
html.wf-mode-sp br.d1-br-sp { display: block; }

/* FAQ */
.d1-faq-tabs {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.d1-faq-tab {
  border-radius: 999px;
  padding: 9px 16px;
  transition: .2s;
}
.d1-faq-tab.is-active {
  border-color: var(--cyan-dark);
  color: #fff;
  background: var(--cyan-dark);
}
.d1-faq-group-title {
  padding-left: 12px;
  border: 0;
  border-left: 4px solid var(--cyan-dark);
  font-size: 16px;
}
.d1-faq-list {
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(7, 68, 91, .05);
}
.d1-faq-q {
  padding: 17px 18px;
  font-size: 14px;
}
.d1-faq-q-mark {
  display: inline-grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--cyan-dark);
  font-size: 12px;
}
.d1-faq-a {
  padding: 0 22px 18px 54px;
  border-left: 3px solid rgba(16, 149, 173, .2);
  margin-left: 29px;
}

/* Contact */
.d1-contact-page .d1-section {
  max-width: 920px;
  padding-top: 36px;
  padding-bottom: 52px;
}
.d1-contact-guide {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 18px 20px;
  border: 1px solid #bcdce5;
  border-radius: 10px;
  background: #eaf7fa;
}
.d1-contact-guide-icon {
  display: grid;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--cyan-dark);
  font-size: 13px;
  font-weight: 800;
}
.d1-contact-guide .d1-intro {
  margin: 0;
}
.d1-contact-page .d1-form-panel {
  max-width: none;
  padding: 34px 38px;
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(7, 68, 91, .08);
}
.d1-form-row label {
  margin-bottom: 9px;
  font-size: 13px;
}
.d1-form-input,
.d1-form-select,
.d1-form-textarea {
  border-color: #cbdde4;
  padding: 14px 15px;
  background: #fbfdfe;
  transition: border-color .2s, box-shadow .2s;
}
.d1-form-input:focus,
.d1-form-select:focus,
.d1-form-textarea:focus {
  outline: 0;
  border-color: var(--cyan-dark);
  box-shadow: 0 0 0 3px rgba(16, 149, 173, .1);
  background: #fff;
}
.d1-form-submit {
  min-width: 220px;
  transition: transform .2s, box-shadow .2s;
}
.d1-form-submit-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

/* News detail */
.d1-news-detail-page .d1-section {
  max-width: 920px;
  margin-top: 36px;
  margin-bottom: 52px;
  padding: 36px 42px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(7, 68, 91, .08);
}
.d1-news-detail-page .d1-detail-header h1 {
  margin-top: 14px;
  font-size: 27px;
}
.d1-news-detail-page .d1-news-cat {
  display: inline-block;
  padding: 5px 11px;
  border-radius: 999px;
  color: #fff;
  background: var(--cyan-dark);
}
.d1-news-detail-page .d1-detail-body h2 {
  padding: 0 0 0 12px;
  border: 0;
  border-left: 4px solid var(--cyan-dark);
  font-size: 18px;
}
.d1-news-detail-page .d1-related-section {
  margin-top: 40px;
}
.d1-related-item {
  min-height: 56px;
  align-items: center;
}
.d1-back-link {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid #b8cbd2;
  border-radius: 6px;
  background: #fff;
}

/* SP — shared rules (preview mode + real device) */
html.wf-mode-sp .d1-subpage .content-wrap,
html.wf-mode-sp .d1-breadcrumb,
html.wf-mode-sp .d1-section {
  padding-left: 16px;
  padding-right: 16px;
}
html.wf-mode-sp .d1-filter-panel { padding: 14px; margin-bottom: 18px; }
html.wf-mode-sp .d1-subpage .wf-trip-search.is-filter,
html.wf-mode-sp .d1-subpage .d1-search.is-filter {
  grid-template-columns: 1fr;
  gap: 10px;
}
html.wf-mode-sp .d1-subpage .wf-trip-search.is-filter .filter-fields,
html.wf-mode-sp .d1-subpage .d1-search.is-filter .filter-fields,
html.wf-mode-sp .d1-subpage .wf-trip-search.is-filter.is-boats .filter-fields {
  grid-template-columns: 1fr;
}
html.wf-mode-sp .d1-subpage .wf-trip-search.is-filter .filter-btn,
html.wf-mode-sp .d1-subpage .d1-search.is-filter .filter-btn,
html.wf-mode-sp .d1-subpage .wf-trip-search.is-filter .wf-trip-search-submit {
  width: 100%;
  padding: 14px 16px;
}
html.wf-mode-sp .d1-filter-fields-static { grid-template-columns: 1fr 1fr; }
html.wf-mode-sp .d1-result-bar {
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}
html.wf-mode-sp .d1-sort-options {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}
html.wf-mode-sp .d1-sort-btn { flex-shrink: 0; }
html.wf-mode-sp .d1-trip-card-top {
  display: flex;
  flex-direction: column;
}
html.wf-mode-sp .d1-trip-card-thumb-wrap {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
}
html.wf-mode-sp .d1-trip-card-thumb {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: var(--boat-photo-aspect, 7 / 5);
}
html.wf-mode-sp .d1-trip-card-info {
  display: block;
  min-width: 0;
  min-height: 0;
  padding: 16px 18px;
}
html.wf-mode-sp .d1-trip-card-main { min-width: 0; }
html.wf-mode-sp .d1-trip-card-meta {
  align-items: flex-start;
  text-align: left;
  margin-top: 8px;
}
html.wf-mode-sp .d1-trip-card-meta .d1-trip-taxonomy {
  justify-content: flex-start;
  margin-top: 8px;
}
html.wf-mode-sp .d1-trip-card-action {
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}
html.wf-mode-sp .d1-trip-card-action .btn-reserve {
  margin-left: 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
html.wf-mode-sp .d1-schedule-card-main h3 { font-size: 15px; }
html.wf-mode-sp .d1-schedule-card-body {
  flex-direction: column;
  align-items: stretch;
}
html.wf-mode-sp .d1-schedule-card-action {
  max-width: none;
  align-items: stretch;
}
html.wf-mode-sp .d1-schedule-card-action .d1-trip-card-price {
  text-align: left;
}
html.wf-mode-sp .d1-schedule-card-action .d1-trip-card-price.is-accordion {
  align-items: flex-start;
}
html.wf-mode-sp .d1-boat-card-top { flex-direction: column; }
html.wf-mode-sp .d1-boat-card-thumb-wrap,
html.wf-mode-sp .d1-boat-card-thumb { width: 100%; }
html.wf-mode-sp .d1-boat-card-info { min-width: 0; width: 100%; }
html.wf-mode-sp .d1-boat-card-actions {
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
}
html.wf-mode-sp .d1-boat-card-top .btn-detail {
  flex: 1;
  align-self: stretch;
  width: auto;
  text-align: center;
  box-sizing: border-box;
}
html.wf-mode-sp .d1-subpage .catch-grid,
html.wf-mode-sp .d1-subpage .article-grid {
  display: grid;
  grid-template-columns: 1fr;
  overflow-x: visible;
  padding-bottom: 0;
  scroll-snap-type: none;
  gap: 14px;
}
html.wf-mode-sp .d1-feature-submit-cta {
  margin: 8px 0 4px;
  padding: 22px 16px;
}
html.wf-mode-sp .d1-feature-submit-cta-title { font-size: 18px; }
html.wf-mode-sp .d1-feature-submit-cta-btn {
  width: 100%;
  box-sizing: border-box;
}
html.wf-mode-sp .d1-subpage .catch-card {
  min-width: 0;
  max-width: none;
}
html.wf-mode-sp .d1-news-list-page a {
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas:
    "date cat"
    "title title";
  gap: 6px 10px;
  align-items: center;
  padding: 14px 16px;
}
html.wf-mode-sp .d1-news-list-page time { grid-area: date; }
html.wf-mode-sp .d1-news-list-page .d1-news-cat {
  grid-area: cat;
  justify-self: start;
  display: inline-block;
}
html.wf-mode-sp .d1-news-list-page .d1-news-title {
  grid-area: title;
  min-width: 0;
  line-height: 1.5;
}
html.wf-mode-sp .d1-page-head-inner { padding: 38px 18px 34px; }
html.wf-mode-sp .d1-page-head h1 { font-size: 25px; }
html.wf-mode-sp .d1-static-page .d1-static-body,
html.wf-mode-sp .d1-news-detail-page .d1-section {
  margin: 22px 16px 36px;
  padding: 26px 20px;
}
html.wf-mode-sp .d1-contact-page .d1-section { padding: 24px 16px 38px; }
html.wf-mode-sp .d1-contact-page .d1-form-panel { padding: 26px 20px; }
html.wf-mode-sp .d1-contact-guide { flex-direction: column; }
html.wf-mode-sp .d1-faq-a {
  margin-left: 20px;
  padding-left: 34px;
}
html.wf-mode-sp .d1-form-submit,
html.wf-mode-sp .d1-form-actions a,
html.wf-mode-sp .d1-form-actions button {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
html.wf-mode-sp .d1-form-actions { flex-direction: column; }
html.wf-mode-sp .d1-plan-grid { grid-template-columns: 1fr; }
html.wf-mode-sp .d1-benefit-grid { grid-template-columns: 1fr; }
html.wf-mode-sp .d1-confirm-dl { grid-template-columns: 1fr; }
html.wf-mode-sp .d1-info-dl { grid-template-columns: 1fr; }
html.wf-mode-sp .d1-catch-detail-layout { grid-template-columns: 1fr; }
html.wf-mode-sp .d1-catch-main { grid-template-columns: 1fr; }
html.wf-mode-sp .d1-catch-boat-head {
  flex-wrap: wrap;
}
html.wf-mode-sp .d1-catch-boat-head .btn-detail {
  width: 100%;
  text-align: center;
}
html.wf-mode-sp .d1-detail-header h1 { font-size: 22px; }
html.wf-mode-sp .d1-detail-body { overflow-x: auto; }
html.wf-mode-sp .d1-info-table { display: block; overflow-x: auto; }
html.wf-mode-sp .d1-related-item {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
html.wf-mode-sp .d1-related-item time { min-width: 0; }
html.wf-mode-sp .d1-trip-hero {
  grid-template-columns: 1fr;
  padding: 24px 16px;
  gap: 16px;
}
html.wf-mode-sp .d1-boat-hero {
  flex-direction: column;
  padding: 24px 16px;
  gap: 16px;
}
html.wf-mode-sp .d1-trip-photo,
html.wf-mode-sp .d1-boat-photo { width: 100%; }
html.wf-mode-sp .d1-trip-summary h1 { font-size: 20px; }
html.wf-mode-sp .d1-boat-head h1 { font-size: 22px; }
html.wf-mode-sp .d1-summary-grid { min-width: 0; }
html.wf-mode-sp .d1-cta-box { max-width: none; width: 100%; box-sizing: border-box; }
html.wf-mode-sp .d1-time-grid { grid-template-columns: 1fr; }
html.wf-mode-sp .d1-content-block { padding: 0 16px; }
html.wf-mode-sp .d1-boat-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 16px 16px;
}
html.wf-mode-sp .d1-boat-tabs button { flex-shrink: 0; }
html.wf-mode-sp .d1-boat-tab-panel { padding: 0 16px 28px; }
html.wf-mode-sp .d1-gallery-grid { grid-template-columns: 1fr 1fr; }
html.wf-mode-sp .wf-area-modal-panel {
  max-height: calc(100dvh - 1rem);
  display: flex;
  flex-direction: column;
}
html.wf-mode-sp .wf-area-modal-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
html.wf-mode-sp .wf-area-modal-foot {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
html.wf-mode-sp .wf-area-modal-back,
html.wf-mode-sp .wf-area-modal-apply {
  width: 100%;
  min-height: 44px;
}

@media (max-width: 900px) {
  .d1-subpage .content-wrap,
  .d1-breadcrumb,
  .d1-section {
    padding-left: 16px;
    padding-right: 16px;
  }
  .d1-filter-panel { padding: 14px; margin-bottom: 18px; }
  .d1-subpage .wf-trip-search.is-filter,
  .d1-subpage .d1-search.is-filter {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .d1-subpage .wf-trip-search.is-filter .filter-fields,
  .d1-subpage .d1-search.is-filter .filter-fields,
  .d1-subpage .wf-trip-search.is-filter.is-boats .filter-fields {
    grid-template-columns: 1fr;
  }
  .d1-subpage .wf-trip-search.is-filter .filter-btn,
  .d1-subpage .d1-search.is-filter .filter-btn,
  .d1-subpage .wf-trip-search.is-filter .wf-trip-search-submit {
    width: 100%;
    padding: 14px 16px;
  }
  .d1-filter-fields-static { grid-template-columns: 1fr 1fr; }
  .d1-result-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .d1-sort-options {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }
  .d1-sort-btn { flex-shrink: 0; }
  .d1-trip-card-top {
    display: flex;
    flex-direction: column;
  }
  .d1-trip-card-thumb-wrap {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
  }
  .d1-trip-card-thumb {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: var(--boat-photo-aspect, 7 / 5);
  }
  .d1-trip-card-info {
    display: block;
    min-width: 0;
    min-height: 0;
    padding: 16px 18px;
  }
  .d1-trip-card-main { min-width: 0; }
  .d1-trip-card-meta {
    align-items: flex-start;
    text-align: left;
    margin-top: 8px;
  }
  .d1-trip-card-meta .d1-trip-taxonomy {
    justify-content: flex-start;
    margin-top: 8px;
  }
  .d1-trip-card-action {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .d1-trip-card-action .btn-reserve {
    margin-left: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .d1-schedule-card-main h3 { font-size: 15px; }
  .d1-schedule-card-body {
    flex-direction: column;
    align-items: stretch;
  }
  .d1-schedule-card-action {
    max-width: none;
    align-items: stretch;
  }
  .d1-schedule-card-action .d1-trip-card-price {
    text-align: left;
  }
  .d1-schedule-card-action .d1-trip-card-price.is-accordion {
    align-items: flex-start;
  }
  .d1-boat-card-top { flex-direction: column; }
  .d1-boat-card-thumb-wrap,
  .d1-boat-card-thumb { width: 100%; }
  .d1-boat-card-info { min-width: 0; width: 100%; }
  .d1-boat-card-actions {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
  }
  .d1-boat-card-top .btn-detail {
    flex: 1;
    align-self: stretch;
    width: auto;
    text-align: center;
    box-sizing: border-box;
  }
  .d1-subpage .catch-grid,
  .d1-subpage .article-grid {
    display: grid;
    grid-template-columns: 1fr;
    overflow-x: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
    gap: 14px;
  }
  .d1-feature-submit-cta {
    margin: 8px 0 4px;
    padding: 22px 16px;
  }
  .d1-feature-submit-cta-title { font-size: 18px; }
  .d1-feature-submit-cta-btn {
    width: 100%;
    box-sizing: border-box;
  }
  .d1-subpage .catch-card {
    min-width: 0;
    max-width: none;
  }
  .d1-news-list-page a {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
      "date cat"
      "title title";
    gap: 6px 10px;
    align-items: center;
    padding: 14px 16px;
  }
  .d1-news-list-page time { grid-area: date; }
  .d1-news-list-page .d1-news-cat {
    grid-area: cat;
    justify-self: start;
    display: inline-block;
  }
  .d1-news-list-page .d1-news-title {
    grid-area: title;
    min-width: 0;
    line-height: 1.5;
  }
  .d1-page-head-inner { padding: 38px 18px 34px; }
  .d1-page-head h1 { font-size: 25px; }
  .d1-static-page .d1-static-body,
  .d1-news-detail-page .d1-section {
    margin: 22px 16px 36px;
    padding: 26px 20px;
  }
  .d1-publish-page .d1-static-body {
    margin: 0;
    padding: 38px 20px 48px;
  }
  .d1-static-body .d1-publish-intro {
    margin: 0 0 36px;
    padding: 0 0 30px;
    border-radius: 0;
  }
  .d1-static-body .d1-publish-intro h2 {
    font-size: 25px;
  }
  .d1-publish-terms {
    padding: 0;
  }
  .d1-publish-free {
    margin-right: 0;
    margin-left: 0;
    padding: 21px 16px 20px;
  }
  .d1-publish-free-items { gap: 12px; }
  .d1-publish-free-items > div {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
  .d1-publish-free-items span { font-size: 12px; }
  .d1-publish-free-items strong { font-size: 38px; }
  .d1-publish-terms-list { grid-template-columns: 1fr; }
  .d1-publish-terms-list li { min-height: 0; }
  .d1-static-body .d1-step-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .d1-static-body .d1-step-list::before {
    top: 20px;
    bottom: 20px;
    left: 19px;
    width: 1px;
    height: auto;
  }
  .d1-static-body .d1-step-item {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: start;
    gap: 12px;
    min-height: 0;
    padding: 0 0 28px;
    text-align: left;
  }
  .d1-step-num {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .d1-static-body .d1-step-body h3 {
    margin-top: 5px;
  }
  .d1-publish-bottom-cta { padding: 26px 0 0; }
  .d1-static-body .d1-publish-bottom-cta .d1-publish-cta {
    width: 100%;
    box-sizing: border-box;
  }
  .d1-publish-closing {
    margin-top: 34px;
    padding: 28px 18px;
  }
  .d1-static-body .d1-publish-closing p strong {
    font-size: 20px;
  }
  .d1-static-body .d1-publish-closing a {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  br.d1-br-sp { display: block; }
  .d1-contact-page .d1-section { padding: 24px 16px 38px; }
  .d1-contact-page .d1-form-panel { padding: 26px 20px; }
  .d1-contact-guide { flex-direction: column; }
  .d1-faq-a {
    margin-left: 20px;
    padding-left: 34px;
  }
  .d1-form-submit,
  .d1-form-actions a,
  .d1-form-actions button {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .d1-form-actions { flex-direction: column; }
  .d1-plan-grid { grid-template-columns: 1fr; }
  .d1-benefit-grid { grid-template-columns: 1fr; }
  .d1-confirm-dl { grid-template-columns: 1fr; }
  .d1-info-dl { grid-template-columns: 1fr; }
  .d1-catch-detail-layout { grid-template-columns: 1fr; }
  .d1-catch-main { grid-template-columns: 1fr; }
  .d1-catch-boat-head {
    flex-wrap: wrap;
  }
  .d1-catch-boat-head .btn-detail {
    width: 100%;
    text-align: center;
  }
  .d1-detail-header h1 { font-size: 22px; }
  .d1-detail-body { overflow-x: auto; }
  .d1-info-table { display: block; overflow-x: auto; }
  .d1-related-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .d1-related-item time { min-width: 0; }
  .d1-trip-hero {
    grid-template-columns: 1fr;
    padding: 24px 16px;
    gap: 16px;
  }
  .d1-boat-hero {
    flex-direction: column;
    padding: 24px 16px;
    gap: 16px;
  }
  .d1-trip-photo,
  .d1-boat-photo { width: 100%; }
  .d1-trip-summary h1 { font-size: 20px; }
  .d1-boat-head h1 { font-size: 22px; }
  .d1-summary-grid { min-width: 0; }
  .d1-cta-box { max-width: none; width: 100%; box-sizing: border-box; }
  .d1-time-grid { grid-template-columns: 1fr; }
  .d1-content-block { padding: 0 16px; }
  .d1-boat-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 16px 16px;
  }
  .d1-boat-tabs button { flex-shrink: 0; }
  .d1-boat-tab-panel { padding: 0 16px 28px; }
  .d1-gallery-grid { grid-template-columns: 1fr 1fr; }
  .wf-area-modal-panel {
    max-height: calc(100dvh - 1rem);
    display: flex;
    flex-direction: column;
  }
  .wf-area-modal-body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
  }
  .wf-area-modal-foot {
    flex-shrink: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .wf-area-modal-back,
  .wf-area-modal-apply {
    width: 100%;
    min-height: 44px;
  }
}

/* 特集記事ブロック（公開詳細・エディタキャンバス・CMSプレビュー共通） */
.d1-detail-body .fb-heading,
.fb-preview .fb-heading,
.fb-editor-canvas .fb-heading,
.fb-editor-canvas h2,
.fb-editor-canvas h3,
.fb-editor-canvas h4 {
  color: var(--ink, #17364a);
  margin: 24px 0 10px;
  font-weight: 700;
  line-height: 1.4;
}
.d1-detail-body h2.fb-heading,
.fb-preview h2.fb-heading,
.fb-editor-canvas h2.fb-heading,
.d1-detail-body .fb-heading-h2,
.fb-preview .fb-heading-h2,
.fb-editor-canvas .fb-heading-h2 {
  font-size: 22px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--line, #dce8ed);
}
.d1-detail-body h3.fb-heading,
.fb-preview h3.fb-heading,
.fb-editor-canvas h3.fb-heading,
.d1-detail-body .fb-heading-h3,
.fb-preview .fb-heading-h3,
.fb-editor-canvas .fb-heading-h3 {
  font-size: 18px;
}
.d1-detail-body h4.fb-heading,
.fb-preview h4.fb-heading,
.fb-editor-canvas h4.fb-heading,
.d1-detail-body .fb-heading-h4,
.fb-preview .fb-heading-h4,
.fb-editor-canvas .fb-heading-h4 {
  font-size: 15px;
  margin: 18px 0 8px;
}
.d1-detail-body .fb-text,
.fb-preview .fb-text,
.fb-editor-canvas .fb-text { margin: 0 0 16px; }
.d1-detail-body .fb-text p,
.fb-preview .fb-text p,
.fb-editor-canvas .fb-text p { margin: 0 0 12px; }
.d1-detail-body .fb-text p:last-child,
.fb-preview .fb-text p:last-child,
.fb-editor-canvas .fb-text p:last-child { margin-bottom: 0; }

.d1-detail-body .fb-toc,
.fb-preview .fb-toc,
.fb-editor-canvas .fb-toc {
  margin: 0 0 20px;
  padding: 16px 18px;
  border: 1px solid var(--line, #dce8ed);
  border-radius: 10px;
  background: var(--pale, #f3fafc);
}
.d1-detail-body .fb-toc-title,
.fb-preview .fb-toc-title,
.fb-editor-canvas .fb-toc-title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink, #17364a);
}
.d1-detail-body .fb-toc-list,
.fb-preview .fb-toc-list,
.fb-editor-canvas .fb-toc-list {
  margin: 0;
  padding-left: 20px;
}
.d1-detail-body .fb-toc-list a,
.fb-preview .fb-toc-list a,
.fb-editor-canvas .fb-toc-list a {
  color: var(--cyan-dark, #007F95);
  text-decoration: none;
}
.d1-detail-body .fb-toc-list a:hover,
.fb-preview .fb-toc-list a:hover { text-decoration: underline; }

.d1-detail-body .fb-image,
.fb-preview .fb-image,
.fb-editor-canvas .fb-image { margin: 0 0 20px; }
.d1-detail-body .fb-image-medium,
.fb-preview .fb-image-medium,
.fb-editor-canvas .fb-image-medium { max-width: 72%; margin-left: auto; margin-right: auto; }
.d1-detail-body .fb-image img,
.fb-preview .fb-image img,
.fb-editor-canvas .fb-image img,
.d1-detail-body .fb-gallery-item img,
.fb-preview .fb-gallery-item img,
.fb-editor-canvas .fb-gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: var(--pale, #f3fafc);
}
.d1-detail-body .fb-image-caption,
.fb-preview .fb-image-caption,
.fb-editor-canvas .fb-image-caption {
  margin: 6px 0 0;
  font-size: 12px;
  color: var(--muted, #738793);
  text-align: center;
}

.d1-detail-body .fb-gallery,
.fb-preview .fb-gallery,
.fb-editor-canvas .fb-gallery {
  display: grid;
  gap: 12px;
  margin: 0 0 20px;
}
.d1-detail-body .fb-gallery-2,
.fb-preview .fb-gallery-2,
.fb-editor-canvas .fb-gallery-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.d1-detail-body .fb-gallery-3,
.fb-preview .fb-gallery-3,
.fb-editor-canvas .fb-gallery-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.d1-detail-body .fb-box,
.fb-preview .fb-box,
.fb-editor-canvas .fb-box {
  margin: 0 0 20px;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid var(--line, #dce8ed);
  background: var(--pale, #f3fafc);
}
.d1-detail-body .fb-box-title,
.fb-preview .fb-box-title,
.fb-editor-canvas .fb-box-title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink, #17364a);
}
.d1-detail-body .fb-box-hint,
.fb-preview .fb-box-hint,
.fb-editor-canvas .fb-box-hint {
  border-color: #b7dce3;
  background: #f3fafc;
}
.d1-detail-body .fb-box-caution,
.fb-preview .fb-box-caution,
.fb-editor-canvas .fb-box-caution {
  border-color: #f3c6a5;
  background: #fff7f0;
}
.d1-detail-body .fb-box-point,
.fb-preview .fb-box-point,
.fb-editor-canvas .fb-box-point {
  border-color: #b7dce3;
  border-left: 5px solid var(--cyan-dark, #007F95);
  background: #fff;
}
.d1-detail-body .fb-box p,
.fb-preview .fb-box p,
.fb-editor-canvas .fb-box p { margin: 0 0 8px; }
.d1-detail-body .fb-box p:last-child,
.fb-preview .fb-box p:last-child,
.fb-editor-canvas .fb-box p:last-child { margin-bottom: 0; }

.d1-detail-body .fb-quote,
.fb-preview .fb-quote,
.fb-editor-canvas .fb-quote {
  margin: 0 0 20px;
  padding: 12px 16px;
  border-left: 5px solid var(--cyan-dark, #007F95);
  background: var(--pale, #f3fafc);
  color: var(--ink, #17364a);
}
.d1-detail-body .fb-quote p,
.fb-preview .fb-quote p,
.fb-editor-canvas .fb-quote p { margin: 0; }
.d1-detail-body .fb-quote-cite,
.fb-preview .fb-quote-cite,
.fb-editor-canvas .fb-quote-cite {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-style: normal;
  color: var(--muted, #738793);
}

.d1-detail-body .fb-list,
.fb-preview .fb-list,
.fb-editor-canvas .fb-list { margin: 0 0 16px 20px; }

.d1-detail-body .fb-divider,
.fb-preview .fb-divider,
.fb-editor-canvas .fb-divider {
  border: 0;
  border-top: 1px solid var(--line, #dce8ed);
  margin: 24px 0;
}

.d1-detail-body .fb-button-wrap,
.fb-preview .fb-button-wrap,
.fb-editor-canvas .fb-button-wrap {
  margin: 0 0 20px;
  text-align: center;
}
.d1-detail-body .fb-button,
.fb-preview .fb-button,
.fb-editor-canvas .fb-button {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 8px;
  background: var(--cyan-dark, #007F95);
  color: #fff !important;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
}

@media (max-width: 720px) {
  .d1-detail-body .fb-gallery-3,
  .fb-preview .fb-gallery-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .d1-detail-body .fb-image-medium,
  .fb-preview .fb-image-medium { max-width: 100%; }
}
