:root {
  --sgz1687-accent: #ff385c;
  --sgz1687-ink: #251b1d;
  --sgz1687-muted: #6b595d;
  --sgz1687-line: #ead9d4;
  --sgz1687-soft: #fff5f2;
  --sgz1687-sand: #f7f1ec;
  --sgz1687-shadow: 0 20px 55px rgba(70, 39, 32, .08);
}

* { box-sizing: border-box; }
body.sgz1687-page { margin: 0; background: #fffdfc; color: var(--sgz1687-ink); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.sgz1687-wrap { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.sgz1687-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 21px 0; border-bottom: 1px solid var(--sgz1687-line); }
.sgz1687-logo { color: var(--sgz1687-ink); font-size: 25px; font-weight: 900; letter-spacing: -.05em; text-decoration: none; }
.sgz1687-logo span { color: var(--sgz1687-accent); }
.sgz1687-top nav { display: flex; gap: 18px; flex-wrap: wrap; }
.sgz1687-top nav a { color: #614b50; font-size: 14px; font-weight: 750; text-decoration: none; }
.sgz1687-breadcrumb { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; padding: 18px 0; color: #866e73; font-size: 13px; }
.sgz1687-breadcrumb a { color: #7c2d3f; font-weight: 750; text-decoration: none; }

.sgz1687-hero { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 520px; overflow: hidden; border: 1px solid var(--sgz1687-line); border-radius: 34px; background: #fff; box-shadow: var(--sgz1687-shadow); }
.sgz1687-hero-copy { display: flex; justify-content: center; flex-direction: column; padding: clamp(30px, 5vw, 64px); background: radial-gradient(circle at 16% 16%, rgba(255, 56, 92, .14), transparent 38%); }
.sgz1687-hero-copy > span, .sgz1687-index-hero > span, .sgz1687-heading > span, .sgz1687-story > div:first-child > span, .sgz1687-choice article > span, .sgz1687-day .sgz1687-heading > span, .sgz1687-practical > div > span, .sgz1687-near > div:first-child > span, .sgz1687-cta > div > span { color: #98243d; font-size: 12px; font-weight: 900; letter-spacing: .075em; text-transform: uppercase; }
.sgz1687-hero h1 { max-width: 700px; margin: 14px 0; font-size: clamp(38px, 5vw, 62px); line-height: 1; letter-spacing: -.052em; }
.sgz1687-hero-copy > p { max-width: 650px; margin: 0; color: var(--sgz1687-muted); font-size: 18px; line-height: 1.7; }
.sgz1687-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 24px; }
.sgz1687-actions a, .sgz1687-index-hero > div a { padding: 12px 16px; border: 1px solid #e8cfc8; border-radius: 999px; color: #7c2d3f; font-size: 14px; font-weight: 850; text-decoration: none; }
.sgz1687-actions .sgz1687-primary, .sgz1687-index-hero > div .sgz1687-primary { border-color: var(--sgz1687-accent); background: var(--sgz1687-accent); color: #fff; }
.sgz1687-hero-media { position: relative; min-height: 420px; }
.sgz1687-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.sgz1687-hero-media > div { position: absolute; right: 18px; bottom: 18px; left: 18px; display: grid; gap: 3px; padding: 15px 17px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 18px; background: rgba(37, 27, 29, .78); color: #fff; backdrop-filter: blur(8px); }
.sgz1687-hero-media strong { font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.sgz1687-hero-media span { font-size: 16px; font-weight: 750; }

.sgz1687-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 18px 0 0; overflow: hidden; border: 1px solid var(--sgz1687-line); border-radius: 22px; background: #fff; }
.sgz1687-facts div { display: grid; gap: 4px; padding: 18px 20px; border-right: 1px solid var(--sgz1687-line); }
.sgz1687-facts div:last-child { border-right: 0; }
.sgz1687-facts span { color: #8b7176; font-size: 11px; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.sgz1687-facts strong { font-size: 15px; }

.sgz1687-story { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(28px, 6vw, 86px); margin: 70px 0; padding: 0 clamp(0px, 3vw, 34px); }
.sgz1687-story h2, .sgz1687-heading h2, .sgz1687-day h2, .sgz1687-practical h2, .sgz1687-near h2, .sgz1687-cta h2 { margin: 10px 0 0; font-size: clamp(29px, 4vw, 44px); line-height: 1.08; letter-spacing: -.04em; }
.sgz1687-story p { margin: 0 0 17px; color: var(--sgz1687-muted); font-size: 17px; line-height: 1.75; }

.sgz1687-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0 0 70px; }
.sgz1687-choice article { padding: clamp(24px, 4vw, 38px); border: 1px solid var(--sgz1687-line); border-radius: 26px; background: #fff; }
.sgz1687-choice article.yes { border-color: #f3c7cc; background: linear-gradient(145deg, #fff2f4, #fffaf8); }
.sgz1687-choice h2 { margin: 9px 0; font-size: clamp(24px, 3vw, 34px); line-height: 1.15; letter-spacing: -.035em; }
.sgz1687-choice p { margin: 0; color: var(--sgz1687-muted); line-height: 1.65; }
.sgz1687-choice a { display: inline-block; margin-top: 15px; color: #8d2940; font-weight: 850; text-decoration: none; }

.sgz1687-section { margin: 70px 0; }
.sgz1687-heading { max-width: 790px; margin-bottom: 24px; }
.sgz1687-heading p { margin: 12px 0 0; color: var(--sgz1687-muted); font-size: 17px; line-height: 1.65; }
.sgz1687-plans { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.sgz1687-plan { display: flex; overflow: hidden; flex-direction: column; border: 1px solid var(--sgz1687-line); border-radius: 23px; background: #fff; box-shadow: 0 14px 36px rgba(70, 39, 32, .06); }
.sgz1687-plan-media { position: relative; display: block; }
.sgz1687-plan-media img { display: block; width: 100%; height: 168px; object-fit: cover; }
.sgz1687-plan-media > span { position: absolute; right: 10px; bottom: 10px; padding: 6px 9px; border-radius: 999px; background: rgba(37, 27, 29, .82); color: #fff; font-size: 11px; font-weight: 800; }
.sgz1687-plan > div { display: flex; flex: 1; flex-direction: column; padding: 16px; }
.sgz1687-plan small { color: #98243d; font-size: 11px; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.sgz1687-plan h3 { margin: 8px 0; font-size: 20px; line-height: 1.2; letter-spacing: -.025em; }
.sgz1687-plan h3 a { color: inherit; text-decoration: none; }
.sgz1687-plan p { margin: 0; color: var(--sgz1687-muted); font-size: 14px; line-height: 1.55; }
.sgz1687-plan dl { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: auto 0 0; padding-top: 14px; }
.sgz1687-plan dt { color: #8b7176; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.sgz1687-plan dd { margin: 3px 0 0; font-size: 12px; line-height: 1.35; }

.sgz1687-day { display: grid; grid-template-columns: .78fr 1.22fr; gap: 42px; margin: 70px 0; padding: clamp(28px, 5vw, 52px); border-radius: 30px; background: var(--sgz1687-sand); }
.sgz1687-day ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.sgz1687-day li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 0 0 24px; }
.sgz1687-day li:last-child { padding-bottom: 0; }
.sgz1687-day li > b { display: grid; width: 38px; height: 38px; border-radius: 50%; background: var(--sgz1687-accent); color: #fff; place-items: center; }
.sgz1687-day li span { color: #98243d; font-size: 11px; font-weight: 850; letter-spacing: .045em; text-transform: uppercase; }
.sgz1687-day li h3 { margin: 4px 0; font-size: 20px; }
.sgz1687-day li p { margin: 0; color: var(--sgz1687-muted); line-height: 1.55; }

.sgz1687-practical { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; margin: 70px 0; padding: clamp(26px, 5vw, 46px); border: 1px solid var(--sgz1687-line); border-radius: 28px; background: #fff; }
.sgz1687-practical ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.sgz1687-practical li { position: relative; padding-left: 27px; color: var(--sgz1687-muted); line-height: 1.58; }
.sgz1687-practical li::before { position: absolute; top: .45em; left: 0; width: 10px; height: 10px; border: 3px solid #ffd0d8; border-radius: 50%; background: var(--sgz1687-accent); content: ""; }

.sgz1687-near { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: end; margin: 70px 0; }
.sgz1687-near > div:last-child { display: grid; gap: 10px; }
.sgz1687-near a { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 17px 18px; border: 1px solid var(--sgz1687-line); border-radius: 16px; color: var(--sgz1687-ink); text-decoration: none; }
.sgz1687-near a span { max-width: 60%; color: var(--sgz1687-muted); font-size: 13px; text-align: right; }

.sgz1687-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: 70px 0 30px; padding: clamp(28px, 5vw, 50px); border-radius: 30px; background: #2b2022; color: #fff; }
.sgz1687-cta > div { max-width: 760px; }
.sgz1687-cta p { margin: 10px 0 0; color: #e0d3d6; line-height: 1.6; }
.sgz1687-cta > a { flex: 0 0 auto; padding: 13px 18px; border-radius: 999px; background: var(--sgz1687-accent); color: #fff; font-weight: 850; text-decoration: none; }
.sgz1687-foot { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 28px 0 42px; border-top: 1px solid var(--sgz1687-line); color: #7b666b; font-size: 13px; }
.sgz1687-foot a { color: #7c2d3f; font-weight: 800; text-decoration: none; }

.sgz1687-index-hero { padding: clamp(34px, 7vw, 76px); border: 1px solid var(--sgz1687-line); border-radius: 34px; background: radial-gradient(circle at 82% 20%, rgba(255, 56, 92, .17), transparent 28%), linear-gradient(140deg, #fff, #fff6f2); box-shadow: var(--sgz1687-shadow); }
.sgz1687-index-hero h1 { max-width: 900px; margin: 14px 0; font-size: clamp(40px, 7vw, 72px); line-height: .98; letter-spacing: -.055em; }
.sgz1687-index-hero > p { max-width: 820px; margin: 0; color: var(--sgz1687-muted); font-size: 19px; line-height: 1.7; }
.sgz1687-index-hero > div { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.sgz1687-index-guide { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 18px 0 70px; }
.sgz1687-index-guide article { padding: 18px; border: 1px solid var(--sgz1687-line); border-radius: 18px; background: #fff; }
.sgz1687-index-guide strong { display: block; margin-bottom: 7px; }
.sgz1687-index-guide p { margin: 0; color: var(--sgz1687-muted); font-size: 14px; line-height: 1.5; }
.sgz1687-zone-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: stretch; background: transparent; }
.sgz1687-zone-grid > .sgz1687-zone-card:nth-last-child(2):nth-child(4n + 1) { grid-column: 2; }
.sgz1687-zone-card { overflow: hidden; border: 1px solid var(--sgz1687-line); border-radius: 24px; background: #fff; box-shadow: 0 14px 36px rgba(70, 39, 32, .06); }
.sgz1687-zone-card > a { display: flex; height: 100%; flex-direction: column; color: inherit; text-decoration: none; }
.sgz1687-zone-card img { display: block; width: 100%; height: 205px; object-fit: cover; }
.sgz1687-zone-card div { display: flex; min-height: 190px; flex: 1; flex-direction: column; padding: 18px; }
.sgz1687-zone-card small { color: #98243d; font-size: 11px; font-weight: 850; letter-spacing: .045em; text-transform: uppercase; }
.sgz1687-zone-card h2 { margin: 7px 0; font-size: 25px; letter-spacing: -.03em; }
.sgz1687-zone-card p { min-height: 42px; margin: 0 0 13px; color: var(--sgz1687-muted); line-height: 1.5; }
.sgz1687-zone-card div > span { margin-top: auto; padding-top: 12px; color: #7c2d3f; font-size: 13px; font-weight: 850; }

.sgz1687-actions a:hover, .sgz1687-index-hero > div a:hover, .sgz1687-cta > a:hover { transform: translateY(-1px); }
.sgz1687-plan:hover, .sgz1687-zone-card:hover { transform: translateY(-2px); box-shadow: 0 20px 48px rgba(70, 39, 32, .1); }
.sgz1687-plan, .sgz1687-zone-card, .sgz1687-actions a, .sgz1687-index-hero > div a, .sgz1687-cta > a { transition: transform .18s ease, box-shadow .18s ease; }
:where(.sgz1687-page a):focus-visible { outline: 3px solid rgba(255, 56, 92, .32); outline-offset: 4px; }

@media (max-width: 980px) {
  .sgz1687-hero { grid-template-columns: 1fr; }
  .sgz1687-hero-media { min-height: 380px; order: -1; }
  .sgz1687-plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sgz1687-story, .sgz1687-day, .sgz1687-practical, .sgz1687-near { grid-template-columns: 1fr; gap: 24px; }
  .sgz1687-index-guide { grid-template-columns: repeat(2, 1fr); }
  .sgz1687-zone-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sgz1687-zone-grid > .sgz1687-zone-card:nth-last-child(2):nth-child(4n + 1) { grid-column: auto; }
}

@media (max-width: 680px) {
  .sgz1687-wrap { width: min(100% - 26px, 1180px); }
  .sgz1687-top { align-items: flex-start; flex-direction: column; }
  .sgz1687-top nav { gap: 12px; }
  .sgz1687-hero, .sgz1687-index-hero { border-radius: 25px; }
  .sgz1687-hero-media { min-height: 270px; }
  .sgz1687-hero h1 { font-size: clamp(36px, 12vw, 50px); }
  .sgz1687-facts, .sgz1687-choice, .sgz1687-plans, .sgz1687-index-guide, .sgz1687-zone-grid { grid-template-columns: 1fr; }
  .sgz1687-facts div { border-right: 0; border-bottom: 1px solid var(--sgz1687-line); }
  .sgz1687-facts div:last-child { border-bottom: 0; }
  .sgz1687-story, .sgz1687-section, .sgz1687-day, .sgz1687-practical, .sgz1687-near { margin-block: 48px; }
  .sgz1687-day, .sgz1687-practical { padding: 24px 20px; border-radius: 23px; }
  .sgz1687-near a { align-items: flex-start; flex-direction: column; }
  .sgz1687-near a span { max-width: none; text-align: left; }
  .sgz1687-cta { align-items: flex-start; flex-direction: column; border-radius: 24px; }
  .sgz1687-plan-media img, .sgz1687-zone-card img { height: 220px; }
}
