@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: 11px;
  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-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(3, 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-date-field,
.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: 10px;
  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 {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
}
.d1-subpage .d1-search.is-filter .d1-date-field-wrap {
  cursor: default;
}
.d1-subpage .d1-search.is-filter .d1-date-field-wrap .wf-date-field {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
}
.d1-subpage .d1-search.is-filter.is-boats .filter-fields {
  grid-template-columns: repeat(4, 1fr);
}
.d1-subpage .d1-search.is-filter .d1-keyword-field {
  cursor: default;
}
.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 .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: 11px;
  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 {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  font-size: 18px;
  color: #78919e;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.d1-trip-card > .favorite-btn.is-active { color: var(--orange); }
.d1-trip-card-top {
  display: flex;
  gap: 0;
}
.d1-trip-card-thumb {
  width: 200px;
  min-height: 160px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}
.d1-trip-card-main {
  flex: 1;
  padding: 16px 18px;
  color: inherit;
  display: block;
}
.d1-trip-card-main h3 { margin: 0 0 6px; font-size: 17px; }
.d1-trip-card-main p { margin: 3px 0; font-size: 11px; color: #5f7884; line-height: 1.5; }
.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: 18px; font-weight: 800; color: var(--ink); }
.card-seats { font-size: 11px; font-weight: 700; 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: 9px;
  padding: 3px 6px;
}
.is-sub { font-size: 10px; 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 {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  font-size: 18px;
  color: #78919e;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.d1-boat-card-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
}
.d1-boat-card-thumb {
  width: 140px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #dce8ed center/cover;
}
.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: 11px; color: #5f7884; }
.d1-boat-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }
.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: 11px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.d1-boat-trips {
  padding: 0 16px 16px;
  border-top: 1px solid var(--line);
  background: var(--pale);
}
.d1-boat-trips-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: var(--cyan-dark);
  padding: 12px 0 8px;
}
.d1-schedule-list { display: grid; gap: 10px; }
.d1-schedule-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.d1-schedule-card .d1-trip-card-action { border-top: 1px solid var(--line); background: #fff; }
.btn-more-trips {
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 800;
  color: var(--cyan-dark);
}

/* Features */
.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: 11px;
  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; }
.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 {
  height: 180px;
  background-size: cover;
  background-position: center;
}
.d1-article-card-body { padding: 14px; }
.d1-article-card-cat {
  font-size: 9px;
  font-weight: 800;
  color: var(--cyan-dark);
  text-transform: uppercase;
}
.d1-article-card-body h2 { margin: 6px 0; font-size: 15px; line-height: 1.4; }
.d1-article-card-meta { margin: 0; font-size: 10px; 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: 11px; }
.d1-news-cat {
  font-size: 10px;
  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: 10px;
  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: 11px; 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-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, 1.3fr) minmax(0, 0.7fr);
  gap: 28px;
  padding: 32px 20px;
  max-width: 1160px;
  margin: 0 auto;
  align-items: start;
}
.d1-trip-photo {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  background: url(assets/boat.jpg) center/cover;
}
.d1-trip-summary { min-width: 0; }
.d1-trip-summary h1 { margin: 0 0 16px; font-size: 26px; }
.d1-summary-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  font-size: 13px;
  margin-bottom: 16px;
}
.d1-summary-grid dt { color: var(--muted); font-size: 11px; }
.d1-summary-grid dd { margin: 0; font-weight: 700; }
.d1-summary-price { font-size: 24px; font-weight: 800; color: var(--ink); margin-bottom: 8px; }
.d1-summary-seats {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  color: var(--orange);
  margin-bottom: 16px;
}
.d1-cta-box {
  background: var(--pale);
  border: 1px solid #bcdce5;
  border-radius: 10px;
  padding: 20px;
  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: 11px; 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;
}
.btn-boat {
  display: inline-block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 800;
  color: var(--cyan-dark);
}
.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;
  gap: 24px;
  padding: 32px 20px;
  max-width: 1160px;
  margin: 0 auto;
}
.d1-boat-photo {
  width: 380px;
  height: 280px;
  flex-shrink: 0;
  border-radius: 10px;
  background: url(assets/boat.jpg) center/cover;
}
.d1-boat-head h1 { margin: 0 0 16px; font-size: 26px; }
.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: 11px;
  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;
  background: url(assets/catch.jpg) center/cover;
}

/* 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 {
  aspect-ratio: 16/9;
  border-radius: 10px;
  background: #dce8ed center/cover no-repeat;
  margin-bottom: 24px;
}
.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 0; 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: 11px; 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; 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-article-card-lead { font-size: 11px; 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 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: 11px;
  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;
  gap: 10px;
  padding: 14px 16px;
  background: transparent;
  border: 0;
  text-align: left;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
}
.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: 10px;
  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 {
  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-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;
}

/* 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: 11px;
}
.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;
}

/* 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 { flex-direction: column; }
html.wf-mode-sp .d1-trip-card-thumb { width: 100%; min-height: 160px; }
html.wf-mode-sp .d1-trip-card-main { min-width: 0; }
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-boat-card-top { flex-direction: column; }
html.wf-mode-sp .d1-boat-card-thumb { width: 100%; height: 160px; }
html.wf-mode-sp .d1-boat-card-info { min-width: 0; width: 100%; }
html.wf-mode-sp .d1-boat-card-top .btn-detail {
  align-self: stretch;
  width: 100%;
  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-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-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%; height: 220px; }
html.wf-mode-sp .d1-trip-summary h1,
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 { flex-direction: column; }
  .d1-trip-card-thumb { width: 100%; min-height: 160px; }
  .d1-trip-card-main { min-width: 0; }
  .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-boat-card-top { flex-direction: column; }
  .d1-boat-card-thumb { width: 100%; height: 160px; }
  .d1-boat-card-info { min-width: 0; width: 100%; }
  .d1-boat-card-top .btn-detail {
    align-self: stretch;
    width: 100%;
    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-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-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-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%; height: 220px; }
  .d1-trip-summary h1,
  .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;
  }
}
