/* Conservative brand refresh. The existing green system remains primary;
   warm neutrals are used only as quiet supporting accents. */
:root {
  --accent-ink: #776c4d;
  --accent-soft: #f5f3e9;
  --accent-line: #a99d71;
  --motion-ease: cubic-bezier(.22, .61, .36, 1);
}

.brand-logo {
  display: block;
  width: auto;
  height: 58px;
  object-fit: contain;
}

footer .brand-logo {
  height: 60px;
}

.header-inner {
  width: min(1200px, 100% - 104px);
}

.desktop-nav {
  align-self: stretch;
  align-items: stretch;
}

.desktop-nav a {
  display: flex;
  align-items: center;
  padding-block: 0;
}

.desktop-nav a[aria-current="page"]::after {
  bottom: -1px;
  height: 3px;
}

.subhero {
  min-height: 270px;
  padding: 54px 0 70px;
}

.subhero .container {
  position: relative;
}

.subhero h1 {
  font-size: clamp(34px, 3.4vw, 44px);
}

.subhero p {
  max-width: 620px;
  margin-top: 15px;
}

.subhero .eyebrow {
  margin-bottom: 14px;
  color: #687c64;
  letter-spacing: 0.18em;
}

.subhero .breadcrumb {
  position: absolute;
  right: 0;
  bottom: -46px;
  margin: 0;
}

.intro-strip {
  background: var(--accent-soft);
  border-bottom-color: #e5dfce;
}

.intro-strip .strip-mark {
  color: var(--accent-line);
}

.section {
  padding-block: 88px;
}

.section-heading {
  margin-bottom: 38px;
}

.story-split {
  gap: clamp(48px, 7vw, 88px);
}

#postpaid .container.reading {
  max-width: 1200px;
}

.about-quote {
  width: 100%;
  margin: 38px 0;
  padding: 38px 44px;
  color: #294d3c;
  background: var(--accent-soft);
  border: 1px solid #e3dece;
  border-left: 4px solid var(--accent-line);
  box-shadow: 0 14px 36px rgb(41 77 60 / 8%);
  font-family: Batang, "Noto Serif KR", Georgia, serif;
  font-size: clamp(21px, 2.1vw, 28px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -.035em;
}

.story-photo img[src$="brand-lake-main.webp"] {
  object-position: 28% center;
}

.story-photo:has(img[src$="brand-lake-main.webp"]) {
  height: 580px;
  border-radius: 260px 260px 0 0;
}

.product-art img[src$="product-vip-lake.webp"] {
  object-position: 24% center;
}

.product-art img[src$="product-private-lake.webp"] {
  object-position: 78% center;
}

.product-art span {
  right: 24px;
  bottom: 22px;
  left: auto;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: right;
  text-shadow: 0 1px 12px rgba(12, 31, 23, 0.45);
}

.hero-bottom {
  justify-content: flex-end;
}

.heading-row {
  align-items: flex-end;
}

.packages {
  gap: 28px;
}

.package {
  padding-top: 38px;
  padding-bottom: 34px;
  transition:
    transform .3s var(--motion-ease),
    box-shadow .3s ease,
    background-color .3s ease,
    opacity .2s ease;
}

.package.reveal.is-visible:hover,
.package.reveal.is-visible:focus-visible {
  z-index: 1;
  opacity: 1;
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgb(30 58 45 / 14%);
}

.package.vip:hover,
.package.vip:focus-visible {
  background: #1d4436;
}

.package.simple:hover,
.package.simple:focus-visible {
  background: #f5f3e9;
}

.process-row li {
  padding-top: 30px;
}

.value-number {
  margin: 25px 0 20px;
  color: #2e5545;
  font-size: 53px;
  line-height: 1.3;
}

.values .value-top > span {
  color: #8f9b7d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.contact-band {
  padding-block: 52px;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity .62s var(--motion-ease) var(--reveal-delay, 0ms),
    transform .62s var(--motion-ease) var(--reveal-delay, 0ms),
    border-color .62s ease,
    background-color .62s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.values article.reveal:not(.is-visible),
.howto-grid li.reveal:not(.is-visible) article {
  border-color: var(--accent-line);
}

.postpaid-comparison .section-heading h2 {
  color: #244f40;
}

.postpaid-comparison .data-table thead th:last-child {
  width: 48%;
  color: #fff;
  background: #294d3c;
}

.postpaid-comparison .data-table thead th:first-child {
  width: 18%;
}

.postpaid-comparison .data-table thead th:nth-child(2) {
  width: 34%;
}

.postpaid-comparison .data-table tbody td:last-child {
  color: #294d3c;
  background: var(--accent-soft);
  font-weight: 600;
}

.region-grid {
  gap: 10px 12px;
}

.region-grid span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-bottom: 0;
  background: #f5f6f2;
}

.region-grid span::before {
  content: "";
  width: 4px;
  height: 4px;
  flex: 0 0 4px;
  border-radius: 50%;
  background: var(--accent-line);
}

.footer-top {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 34px;
  padding: 42px 0 32px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(16px, 2.2vw, 32px);
  font-size: 14px;
}

.footer-top .footer-intro {
  margin: 0;
  color: #687368;
  text-align: left;
  font-size: 14px;
  line-height: 1.75;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 28px 0 34px;
}

.footer-bottom .company-info {
  margin: 0;
}

.footer-meta {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  text-align: right;
}

.footer-meta .policy-links {
  margin: 0;
}

.footer-meta > small {
  color: #90968a;
  letter-spacing: .07em;
  font-size: 14px;
}

.signup-form {
  overflow: hidden;
  padding: 0;
  border-color: #d7ded2;
  background: #fff;
  box-shadow: 0 20px 50px rgba(35, 58, 47, 0.07);
}

.signup-form-heading {
  margin: 0;
  padding: 46px 38px 44px;
  background: #1f493d;
  text-align: center;
}

.signup-form-heading .eyebrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
  color: #d6c28c;
}

.signup-form-heading .eyebrow::before,
.signup-form-heading .eyebrow::after {
  content: "";
  width: 32px;
  height: 1px;
  background: rgba(214, 194, 140, 0.7);
}

.signup-form-heading h2 {
  margin-bottom: 15px;
  color: #fff;
  font-family: Batang, Georgia, serif;
  font-size: clamp(27px, 3vw, 34px);
  line-height: 1.4;
}

.signup-form-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
}

.signup-form > form[data-membership-form] {
  padding: 38px clamp(24px, 4vw, 42px) 34px;
}

.required-mark,
.interest-field legend > span {
  margin-left: 6px;
  color: #8a7c55;
  font-size: 14px;
  font-weight: 500;
}

.signup-form .form-field input {
  height: 56px;
  border-radius: 8px;
  transition: border-color .22s ease, box-shadow .22s ease;
}

.signup-form .form-field input:focus {
  outline: none;
  border-color: #6f846f;
  box-shadow: 0 0 0 3px rgba(119, 108, 77, 0.12);
}

.interest-field {
  min-width: 0;
  padding: 0;
  border: 0;
}

.interest-field legend {
  margin-bottom: 11px;
  font-size: 14px;
  font-weight: 600;
}

.interest-options {
  display: grid;
  gap: 10px;
}

.interest-option {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 17px 18px;
  border: 1px solid #d4dccd;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color .22s ease, background-color .22s ease;
}

.interest-option:hover,
.interest-option:has(input:checked) {
  border-color: #83947d;
  background: #f6f7f1;
}

.interest-option input {
  width: 18px !important;
  height: 18px !important;
  margin: 2px 0 0;
  padding: 0 !important;
  accent-color: #2d5848;
}

.interest-option b,
.interest-option small {
  display: block;
}

.interest-option b {
  color: #183e34;
  font-size: 15px;
  line-height: 1.5;
}

.interest-option small {
  margin-top: 4px;
  color: #738073;
  font-size: 14px;
  line-height: 1.6;
}

.signup-payment-note {
  margin: 26px 0 0;
  padding: 18px 20px;
  border-left: 3px solid #a99d71;
  border-radius: 0 8px 8px 0;
  background: #f5f3e9;
  color: #675e45;
  font-size: 14px;
  line-height: 1.8;
}

.captcha-field {
  margin-top: 24px;
}

.captcha-row {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.captcha-code {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 56px;
  padding: 0 14px;
  border: 1px solid #d4dccd;
  border-radius: 8px;
  background: #f6f7f1;
  color: #183e34;
  letter-spacing: .28em;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.captcha-refresh {
  height: 56px;
  padding: 0 16px;
  border: 1px solid #d4dccd;
  border-radius: 8px;
  background: #fff;
  color: #183e34;
  white-space: nowrap;
  cursor: pointer;
  font-size: 15px;
}

.captcha-refresh:hover {
  border-color: #83947d;
  background: #f6f7f1;
}

.signup-form .captcha-field input {
  min-width: 0;
}

.signup-form .signup-submit {
  min-height: 58px;
  margin-top: 24px;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.signup-form .signup-submit[disabled] {
  opacity: .65;
  pointer-events: none;
  cursor: wait;
}

.signup-data-note {
  margin-top: 14px;
  line-height: 1.7;
}

.signup-cooldown-note {
  margin-top: 10px;
  color: #8a4a3a;
  font-weight: 600;
}

.signup-progress {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  background: rgba(15, 34, 28, 0.58);
  backdrop-filter: blur(3px);
}

.signup-progress[hidden] {
  display: none !important;
}

.signup-progress-card {
  width: min(420px, calc(100% - 36px));
  padding: 36px 28px 32px;
  border: 1px solid #d5ddce;
  background: #fafbf7;
  text-align: center;
}

.signup-progress-card p {
  margin: 0;
  color: #285345;
  font-size: 16px;
  font-weight: 600;
}

.signup-progress-track {
  height: 8px;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 99px;
  background: #e4eadc;
}

.signup-progress-bar {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #2d5848;
  transition: width .2s ease;
}

.signup-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  max-height: calc(100dvh - 36px);
  width: min(440px, calc(100% - 36px));
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translate(-50%, -50%);
}

.signup-dialog::backdrop {
  background: rgba(15, 34, 28, 0.58);
  backdrop-filter: blur(3px);
}

.signup-dialog form {
  padding: 42px 36px 34px;
  border: 1px solid #d5ddce;
  background: #fafbf7;
  text-align: center;
}

.dialog-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #e8ede2;
  color: #285345;
  font-size: 22px;
}

.signup-dialog h3 {
  margin-bottom: 12px;
  font-family: "Noto Sans KR", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -.035em;
}

.signup-dialog p {
  margin-bottom: 24px;
  color: #687368;
  line-height: 1.75;
}

.signup-dialog .btn {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.service-notes {
  padding-left: 0;
}

.service-notes li {
  position: relative;
  padding-left: 20px;
}

.service-notes li::before {
  content: "";
  position: absolute;
  top: .78em;
  left: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent-line);
}

.form-aside ol {
  padding-left: 0;
  counter-reset: signup-step;
}

.form-aside ol li {
  position: relative;
  padding-left: 30px;
  counter-increment: signup-step;
}

.form-aside ol li::before {
  content: counter(signup-step, decimal-leading-zero);
  position: absolute;
  left: 0;
  color: var(--accent-ink);
  font-family: Georgia, serif;
}

.timeline article {
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 38px;
}

.timeline article::before {
  left: 120px;
}

.timeline article > span {
  white-space: nowrap;
}

.checklist-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 30px;
}

.checklist-heading h2 {
  margin-bottom: 14px;
}

.checklist-heading p {
  margin: 0;
}

#check-count {
  flex: 0 0 auto;
  min-width: 112px;
  padding: 8px 12px;
  color: #294d3c;
  background: var(--accent-soft);
  text-align: center;
  font-weight: 600;
}

.line-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  color: #5f775f;
  background: #f3f5ee;
  border-radius: 50%;
  line-height: 1;
}

.line-icon svg {
  width: 20px;
  height: 20px;
}

.check-item .line-icon {
  margin-top: -2px;
  line-height: 1;
}

.check-item.checked .line-icon {
  color: #fff;
  background: #738a68;
}

.howto-grid li {
  position: relative;
}

.howto-grid article {
  position: relative;
}

.howto-grid .step-icon {
  position: absolute;
  top: 22px;
  right: 22px;
  color: #687d66;
  font-family: inherit;
  font-size: 14px;
}

.howto-grid li:not(:nth-child(4n)):not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -17px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--accent-ink);
  background: #fff;
  border: 1px solid #d8e2d1;
  border-radius: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

small,
.logo small,
.header-phone small,
.small-cta,
.hero .eyebrow,
.hero-bottom,
.hero-bottom > span,
.hero-bottom a,
.hero .btn,
.intro-strip p,
.eyebrow,
.section-heading .eyebrow,
.value-top span,
.values p,
.note,
.story-photo span,
.package-top,
.package ul,
.package-price span,
.deduction-link,
.process-row p,
.contact-band .eyebrow,
.contact-band p,
.contact-number + span,
.footer-top p,
.footer-links,
.footer-bottom p,
.footer-meta > small,
.policy-links,
.breadcrumb,
.subhero .eyebrow,
.deductions div,
.notice,
.chips button,
.chips a,
.howto-grid p,
.static-steps p,
.product-description .btn,
.consent-row,
.consent-row a,
.form-field small,
.policy-nav .chips a {
  font-size: 14px;
}

.faq details[open] p {
  animation: quiet-open .28s var(--motion-ease);
}

.static-mobile-nav:not([hidden]) {
  animation: quiet-open .22s var(--motion-ease);
}

.btn,
.small-cta,
.text-link,
.chips button,
.chips a {
  transition:
    background-color .22s ease,
    color .22s ease,
    border-color .22s ease,
    opacity .22s ease;
}

.text-link:hover {
  color: var(--accent-ink);
  border-color: var(--accent-line);
  opacity: 1;
}

@keyframes quiet-open {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .header-inner {
    width: calc(100% - 40px);
  }

  .brand-logo {
    max-width: 102px;
    height: 50px;
  }

  .subhero {
    min-height: 230px;
    padding: 42px 0 64px;
  }

  .subhero h1 {
    font-size: 31px;
  }

  .subhero .breadcrumb {
    bottom: -42px;
  }

  .about-quote {
    margin: 30px 0;
    padding: 28px 24px;
    font-size: 21px;
    line-height: 1.7;
  }

  footer .brand-logo {
    max-width: 110px;
    height: 54px;
  }

  .section {
    padding-block: 58px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .story-split {
    gap: 32px;
  }

  .value-number {
    font-size: 38px;
  }

  .values .value-top > span {
    font-size: 28px;
  }

  .package {
    padding: 28px;
  }

  .contact-band {
    padding-block: 38px;
  }

  .footer-top {
    display: block;
    gap: 18px;
    padding: 32px 0 26px;
  }

  .footer-brand {
    justify-content: flex-start;
    gap: 15px;
  }

  .footer-links {
    justify-content: flex-start;
    gap: 10px 20px;
    flex-wrap: wrap;
    margin-top: 18px;
  }

  .footer-bottom {
    display: block;
    padding: 24px 0 100px;
  }

  .story-photo:has(img[src$="brand-lake-main.webp"]) {
    height: 480px;
    border-radius: 180px 180px 0 0;
  }

  .product-art span {
    right: 18px;
    bottom: 18px;
    font-size: 14px;
  }

  .footer-meta {
    align-items: flex-start;
    margin-top: 18px;
    text-align: left;
  }

  .timeline article {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 24px;
  }

  .timeline article::before {
    left: 91px;
  }

  .checklist-heading {
    display: block;
    margin-bottom: 24px;
  }

  #check-count {
    width: fit-content;
    margin: 16px 0 0 auto;
  }

  .check-item {
    gap: 12px;
  }

  .line-icon {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }

  .line-icon svg {
    width: 18px;
    height: 18px;
  }

  .signup-form {
    padding: 0;
  }

  .signup-form-heading {
    padding: 34px 22px 32px;
  }

  .signup-form > form[data-membership-form] {
    padding: 28px 20px 24px;
  }

  .signup-dialog form {
    padding: 34px 24px 28px;
  }

  .captcha-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .captcha-code {
    grid-column: 1 / 2;
  }

  .captcha-refresh {
    grid-column: 2 / 3;
  }

  .signup-form .captcha-field input {
    grid-column: 1 / -1;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .header-inner {
    width: calc(100% - 80px);
  }
}

@media (max-width: 1024px) {
  .howto-grid li::after {
    display: none !important;
  }

  .howto-grid li:nth-child(odd):not(:last-child)::after {
    content: "→";
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -14px;
    display: grid !important;
    place-items: center;
    width: 22px;
    height: 22px;
    color: var(--accent-ink);
    background: #fff;
    border: 1px solid #d8e2d1;
    border-radius: 50%;
    transform: translateY(-50%);
    font-size: 14px;
  }
}

.popup_layer {
  position: relative;
  z-index: 12000;
  pointer-events: none;
}

.popup_item {
  position: fixed;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d5ddce;
  background: #fff;
  box-shadow: 0 18px 40px rgba(20, 42, 34, 0.22);
  pointer-events: auto;
}

.popup_body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  background: #fafbf7;
}

.popup_image {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.popup_body a {
  display: block;
}

.popup_editor {
  min-height: 100%;
  padding: 18px 18px 8px;
  color: #2a3b32;
  line-height: 1.7;
}

.popup_editor img {
  max-width: 100%;
  height: auto;
}

.popup_toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 0 14px;
  background: #214d40;
  color: #fff;
}

.popup_today {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  cursor: pointer;
}

.popup_today input {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: #cfc7a4;
}

.btn_popup_close {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 8px 2px 8px 12px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -.02em;
  cursor: pointer;
}

.btn_popup_close:hover,
.btn_popup_close:focus-visible {
  color: #f5f3e9;
}

@media (max-width: 768px) {
  .popup_layer {
    position: fixed;
    inset: 0;
    z-index: 12000;
    overflow: auto;
    padding: 18px 16px 92px;
    background: rgba(15, 34, 28, 0.48);
    pointer-events: auto;
  }

  .popup_item {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: min(100%, 420px) !important;
    max-width: 100%;
    height: auto !important;
    max-height: none;
    margin: 0 auto 16px;
  }
}

@media print {
  .popup_layer {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .faq details[open] p,
  .static-mobile-nav:not([hidden]) {
    animation: none !important;
  }
}
