* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #f9f7f1;
  color: #18221d;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.package-page {
  --p-ink: #18221d;
  --p-red: #b9362b;
  --p-cream: #f4efe4;
  --p-line: #cfc9bc;
  background: #f9f7f1;
  color: var(--p-ink);
  min-height: 100vh;
}
.package-header {
  height: 86px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--p-line);
}
.package-logo {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.06em;
}
.package-logo span {
  font-family: Georgia, serif;
  font-weight: 400;
  font-style: italic;
}
.back-link {
  font-size: 11px;
  font-weight: 800;
}
.package-hero {
  padding: 72px 5vw 90px;
  background: var(--p-cream);
}
.package-label {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  color: var(--p-red);
  font-size: 10px;
  font-weight: 800;
}
.package-hero h1 {
  margin: 42px 0 58px;
  font-size: clamp(58px, 8vw, 122px);
  line-height: 0.84;
  letter-spacing: -0.075em;
}
.package-hero h1 em {
  font-family: Georgia, serif;
  color: var(--p-red);
  font-weight: 400;
}
.package-intro {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 12vw;
  align-items: end;
}
.package-intro > p {
  max-width: 630px;
  margin: 0;
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.55;
}
.package-intro > div {
  padding: 20px 0;
  border-top: 1px solid var(--p-line);
  border-bottom: 1px solid var(--p-line);
}
.package-intro span,
.package-intro strong,
.package-intro small {
  display: block;
}
.package-intro span,
.package-intro small {
  font-size: 10px;
  color: #768078;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.package-intro strong {
  margin: 9px 0;
  font-family: Georgia, serif;
  font-size: 25px;
}
.package-included {
  padding: 110px 5vw;
}
.package-section-title {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 50px;
  margin-bottom: 70px;
}
.package-section-title > p {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 800;
}
.package-section-title h2,
.package-excluded h2,
.package-close h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}
.package-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--p-line);
}
.package-grid article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  min-height: 170px;
  padding: 30px;
  border-bottom: 1px solid var(--p-line);
}
.package-grid article:nth-child(odd) {
  border-right: 1px solid var(--p-line);
}
.package-grid article > span {
  font-family: Georgia, serif;
  color: var(--p-red);
}
.package-grid h3,
.excluded-list h3 {
  margin: 0 0 10px;
  font-size: 19px;
}
.package-grid p,
.excluded-list p {
  margin: 0;
  color: #69736c;
  font-size: 13px;
  line-height: 1.65;
}
.package-excluded {
  padding: 110px 5vw;
  background: var(--p-ink);
  color: #fff;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 9vw;
}
.package-excluded > div:first-child > p:last-child {
  max-width: 360px;
  margin-top: 28px;
  color: #aeb8b1;
  line-height: 1.65;
}
.excluded-list {
  border-top: 1px solid #ffffff2e;
}
.excluded-list article {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 15px;
  padding: 24px 0;
  border-bottom: 1px solid #ffffff2e;
}
.excluded-list article > span {
  color: #e96e5e;
  font-size: 22px;
}
.excluded-list p {
  color: #aeb8b1;
}
.seo-note {
  margin: 0;
  padding: 42px 5vw;
  background: #d8ff58;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 50px;
}
.seo-note span {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.seo-note p {
  margin: 0;
  max-width: 800px;
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 1.45;
}
.package-close {
  min-height: 500px;
  padding: 95px 5vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.package-close > p {
  font-weight: 900;
}
.package-close h2 {
  max-width: 1000px;
}
.package-close > span,
.package-contact {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 10px;
}
.package-contact {
  font-weight: 900;
  border-bottom: 1px solid;
  padding-bottom: 7px;
}
.package-footer {
  padding: 28px 5vw;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--p-line);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 760px) {
  .package-header {
    height: 72px;
    padding: 0 20px;
  }
  .package-hero {
    padding: 55px 20px 70px;
  }
  .package-hero h1 {
    margin: 55px 0;
    font-size: 15vw;
    line-height: 0.9;
  }
  .package-intro,
  .package-section-title,
  .package-excluded,
  .seo-note {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .package-included {
    padding: 75px 20px;
  }
  .package-grid {
    grid-template-columns: 1fr;
  }
  .package-grid article:nth-child(odd) {
    border-right: 0;
  }
  .package-grid article {
    padding: 24px 0;
    min-height: 0;
  }
  .package-excluded {
    padding: 75px 20px;
  }
  .seo-note {
    padding: 36px 20px;
  }
  .seo-note p {
    font-size: 18px;
  }
  .package-close {
    min-height: 430px;
    padding: 70px 20px;
  }
  .package-footer {
    padding: 24px 20px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
  }
}
