/* 로드스테이 — SOCAR tokens (DESIGN-USED.md) */
:root {
  --blue: #0078ff;
  --text: #354153;
  --text-sub: #697383;
  --bg: #ffffff;
  --border: #e5e8ef;
  --fill: #f2f3f8;
  --ph: #b4bbcb;
  --region: #f9f9fb;
  --footer: #f5f5f5;
  --shadow: none;
  --r-12: 0;
  --r-14: 0;
  --r-16: 0;
  --wrap: 1080px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Pretendard, "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #354153;
  background: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #354153;
  text-decoration: none;
}

a:hover {
  color: #354153;
}

h1,
h2,
h3,
p,
ul,
ol,
dl,
figure {
  margin: 0;
}

h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  color: #354153;
}

h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: #354153;
}

h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #354153;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -40px;
  z-index: 200;
  background: #0078ff;
  color: #ffffff;
  border-radius: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
}

.skip-link:focus {
  top: 12px;
  color: #ffffff;
}

.wrap {
  width: min(100% - 40px, var(--wrap));
  margin: 0 auto;
}

.site-header {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 50;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  gap: 20px;
}

.logo img {
  height: 36px;
  width: auto;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-nav a {
  font-size: 16px;
  font-weight: 600;
  color: #354153;
  padding: 8px 0;
}

.site-nav a.is-current {
  box-shadow: inset 0 -2px 0 #354153;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid #e5e8ef;
  border-radius: 0;
  background: #ffffff;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #354153;
  border-radius: 0;
}

.btn,
.btn-primary,
.btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  border: 1px solid transparent;
}

.btn-primary {
  background: #0078ff;
  color: #ffffff;
  border-color: #0078ff;
}

.btn-primary:hover {
  color: #ffffff;
  background: #0078ff;
  border-color: #0078ff;
  opacity: 0.88;
}

.btn-line {
  background: #ffffff;
  color: #354153;
  border-color: #e5e8ef;
}

.page-main {
  padding: 40px 0 72px;
}

.page-lead {
  color: #697383;
  margin-top: 8px;
  max-width: 40rem;
}

.section {
  margin-top: 48px;
}

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.hero {
  background: #f9f9fb;
  padding: 36px 0 32px;
}

.hero-copy {
  margin-bottom: 20px;
}

.hero-copy p {
  color: #697383;
  margin-top: 8px;
}

.booking-strip {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 0.8fr auto;
  gap: 12px;
  align-items: end;
  background: #ffffff;
  box-shadow: none;
  border-radius: 0;
  padding: 20px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.field span,
.field-label {
  font-size: 14px;
  font-weight: 600;
  color: #354153;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="number"],
select,
textarea {
  width: 100%;
  background: #f2f3f8;
  border: 1px solid #e5e8ef;
  border-radius: 0;
  padding: 12px 18px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  color: #354153;
  appearance: none;
}

select {
  background-image: linear-gradient(45deg, transparent 50%, #697383 50%),
    linear-gradient(135deg, #697383 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 36px;
}

input::placeholder,
textarea::placeholder {
  color: #b4bbcb;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #354153;
  background: #ffffff;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.booking-strip .btn-primary {
  min-width: 112px;
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.room-tile {
  background: #ffffff;
  border: 1px solid #e5e8ef;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.room-tile img,
.room-block img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.room-tile-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.room-meta {
  color: #697383;
  font-size: 16px;
}

.room-price {
  font-weight: 600;
  color: #354153;
}

.demo-tag {
  color: #697383;
  font-weight: 400;
}

.room-tile .btn-primary {
  margin-top: auto;
}

.fact-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.fact-list li {
  border-top: 1px solid #e5e8ef;
  padding-top: 12px;
}

.fact-list strong {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}

.card {
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
  padding: 20px;
}

.card + .card {
  margin-top: 16px;
}

.prose p + p,
.prose ul + p,
.prose p + ul {
  margin-top: 12px;
}

.prose ul {
  padding-left: 1.2em;
}

.prose li + li {
  margin-top: 6px;
}

.spec-table,
.guide-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.spec-table th,
.guide-table th,
.spec-table td,
.guide-table td {
  text-align: left;
  padding: 12px 0;
  border-bottom: 1px solid #e5e8ef;
  vertical-align: top;
}

.spec-table th,
.guide-table th {
  width: 34%;
  font-weight: 600;
  color: #354153;
}

.room-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #e5e8ef;
}

.room-block:first-of-type {
  margin-top: 8px;
  padding-top: 0;
  border-top: 0;
}

.room-photo {
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.room-photo img {
  border-radius: 0;
}

.room-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: start;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-grid .span-2 {
  grid-column: 1 / -1;
}

.form-actions {
  margin-top: 8px;
}

.notice {
  background: #f9f9fb;
  border: 1px solid #e5e8ef;
  border-radius: 0;
  padding: 16px 18px;
  color: #354153;
}

.notice strong {
  display: block;
  margin-bottom: 4px;
}

.side-card h3 {
  margin-bottom: 8px;
}

.side-card p + p {
  margin-top: 8px;
  color: #697383;
}

.map-frame {
  border: 0;
  width: 100%;
  height: 360px;
  border-radius: 0;
  box-shadow: none;
  background: #f2f3f8;
}

.site-footer {
  background: #f5f5f5;
  padding: 30px 0;
  color: #354153;
  font-size: 16px;
}

.footer-inner p + p {
  margin-top: 6px;
}

.footer-name {
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-biz,
.footer-note,
.footer-copy {
  color: #697383;
}

.footer-copy {
  margin-top: 16px;
}

.site-footer a {
  color: #354153;
}

@media (max-width: 960px) {
  .booking-strip {
    grid-template-columns: 1fr 1fr;
  }

  .booking-strip .btn-primary {
    grid-column: 1 / -1;
  }

  .room-grid {
    grid-template-columns: 1fr 1fr;
  }

  .room-block,
  .split,
  .form-grid,
  .fact-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .wrap {
    width: min(100% - 32px, var(--wrap));
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    background: #ffffff;
    border-top: 1px solid #e5e8ef;
    box-shadow: none;
    padding: 12px 20px 20px;
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .site-nav a {
    display: block;
    padding: 12px 0;
  }

  .booking-strip {
    grid-template-columns: 1fr;
  }

  .room-grid {
    grid-template-columns: 1fr;
  }

  .page-main {
    padding: 28px 0 56px;
  }
}
