/* ValueStone, Inc. — shared styles (top page + brand sub-pages)
   Dior-style type pairing (open-license equivalents, self-hosted):
     Cormorant  = closest free match to Nicolas Cochin (the DIOR wordmark serif)
     Plus Jakarta Sans = closest free match to Hellix (dior.com body/UI sans) */
@font-face {
  font-family: "Cormorant";
  src: url("../fonts/Cormorant.woff2") format("woff2");
  font-weight: 300 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Cormorant";
  src: url("../fonts/Cormorant-Italic.woff2") format("woff2");
  font-weight: 300 700; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans.woff2") format("woff2");
  font-weight: 200 800; font-style: normal; font-display: swap;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { height: 100%; }
body {
  background: #000;
  color: rgba(233, 227, 213, .96);
  text-align: center;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Arial, "Hiragino Sans", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 2;
}
a { color: rgba(233, 227, 213, .96); }

/* ---------- Fixed background (kept as-is) ---------- */
.bg {
  position: fixed; inset: 0; z-index: -2;
  background: url("../background.jpg") no-repeat center center;
  background-size: cover;
}
.bg-shade { position: fixed; inset: 0; z-index: -1; background: rgba(0, 0, 0, .45); }

/* ---------- Fixed header ---------- */
header {
  position: fixed; top: 0; left: 0; z-index: 200;
  width: 100%; height: 50px;
  background: #000;
}
header .wrap {
  display: flex; justify-content: space-between; align-items: center;
  height: 100%; padding: 0 3%;
}
.logo {
  color: #fff; text-decoration: none;
  font-family: "Cormorant", Georgia, serif; font-weight: 600;
  font-size: 17px; letter-spacing: .35em; text-transform: uppercase;
  white-space: nowrap;
}
.logo .tag {
  display: inline-block; margin-left: .45em; font-size: 12px; letter-spacing: .3em;
}
.menuBtn {
  width: 30px; height: 20px; cursor: pointer; position: relative;
  background: none; border: none;
}
.menuBtn span {
  position: absolute; left: 0; width: 100%; height: 2px; background: #fff;
}
.menuBtn span:nth-child(1) { top: 0; }
.menuBtn span:nth-child(2) { top: 9px; }
.menuBtn span:nth-child(3) { top: 18px; }

/* ---------- Slide-down menu ---------- */
nav#category_list {
  display: none;
  position: fixed; top: 50px; left: 0; z-index: 199;
  width: 100%;
  background: rgba(0, 0, 0, .95);
  padding: 30px 0;
}
nav#category_list ul { list-style: none; }
nav#category_list li a {
  display: block; padding: 12px 0;
  text-decoration: none;
  font-size: 13px; letter-spacing: .4em; text-transform: uppercase;
}
nav#category_list li a:hover { color: #cbb98a; }
nav#category_list .list_close {
  margin-top: 20px; cursor: pointer;
  font-size: 11px; letter-spacing: .4em; color: #999;
}

/* ---------- Contents ---------- */
#contents { position: relative; z-index: 100; width: 100%; overflow: hidden; }

.section-tit {
  font-size: 20px; font-weight: 400; letter-spacing: .5em; text-transform: uppercase;
  margin-bottom: 40px;
}
.section-tit::after {
  content: ""; display: block; width: 40px; height: 1px;
  background: #cbb98a; margin: 18px auto 0;
}

/* ---------- Translucent panels ---------- */
.panel {
  background: rgba(0, 0, 0, .4);
  padding: 40px 36px;
  text-align: left;
}
.panel-tit {
  display: block;
  font-weight: 500;
  padding-bottom: 12px; margin-bottom: 22px;
  border-bottom: 1px solid rgba(233, 227, 213, .65);
  letter-spacing: .12em;
}
.panel-c { max-width: 800px; margin: 0 auto; }

/* HOME */
#contents01 {
  min-height: 100vh; padding: 3%;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
}
#contents01 .home-logo {
  font-family: "Cormorant", Georgia, serif; font-weight: 500;
  font-size: clamp(30px, 5vw, 50px); letter-spacing: .22em; line-height: 1.3;
  text-transform: uppercase;
  color: rgba(226, 217, 198, .82);
}
#contents01 .home-desc {
  margin-top: 30px; font-size: 13px; line-height: 2.1;
}

/* CONCEPT */
#contents02 { padding: 50px 3% 60px; }

/* BUSINESS (boxes) */
#contents03 { padding: 50px 3% 60px; }
#contents03 .lead { margin-bottom: 40px; }
.box-wrap {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 40px 32px;
  max-width: 1200px; margin: 0 auto;
}
.box { width: 270px; background: rgba(0, 0, 0, .4); text-align: left; }
.box .txArea { font-size: 12px; line-height: 2.1; padding: 34px 28px; }
.box .txArea em, .panel em {
  font-family: "Cormorant", Georgia, serif; font-style: italic;
  font-size: 15px; letter-spacing: .05em;
}

/* BRANDS */
#contents04 { padding: 50px 3% 60px; }
#contents04 .box { width: 250px; }
.brand-sub {
  display: block; margin-top: 4px; color: #cbb98a; font-size: 11px; letter-spacing: .2em;
  text-decoration: none;
}
a.brand-sub:hover { text-decoration: underline; }

/* COMPANY */
#contents05 { padding: 50px 3% 60px; }
.profile-list { margin: 0; }
.profile-list dt {
  font-size: 11px; letter-spacing: .35em; text-transform: uppercase;
  color: #cbb98a; margin-top: 26px;
}
.profile-list dt:first-child { margin-top: 0; }
.profile-list dd { margin: 4px 0 0; font-size: 14px; }

/* CONTACT */
#contents07 { padding: 50px 3% 90px; }
#contents07 .mail { display: inline-block; margin-top: 10px; font-size: 16px; letter-spacing: .1em; }

/* ---------- Footer ---------- */
footer { background: #000; width: 100%; }
footer .wrap { padding: 30px; }
footer ul { list-style: none; margin-bottom: 8px; }
footer ul li { display: inline-block; padding: 0 10px; line-height: 100%; font-size: 12px; }
footer .bdr { border-right: 1px solid #fff; }
footer .copy { margin-top: 14px; font-size: 10px; letter-spacing: .2em; color: #777; }

/* ---------- Brand sub-pages ---------- */
.subpage { padding: 108px 3% 70px; }
.subpage .panel-c { max-width: 820px; }
.sub-hero { text-align: center; margin-bottom: 44px; }
.sub-hero .eyebrow {
  color: #cbb98a; font-size: 11px; letter-spacing: .4em; text-transform: uppercase;
}
.sub-hero h1 {
  font-family: "Cormorant", Georgia, serif; font-weight: 500; text-transform: uppercase;
  font-size: clamp(26px, 4.6vw, 44px); letter-spacing: .18em; line-height: 1.3;
  margin-top: 14px; color: rgba(233, 227, 213, .96);
}
.sub-hero .tagline {
  font-family: "Cormorant", Georgia, serif; font-style: italic;
  font-size: 18px; letter-spacing: .04em; margin-top: 14px;
}
.subpage .panel + .panel { margin-top: 22px; }
.panel .lead-line { margin-bottom: 8px; }
.panel ol, .panel ul { margin: 6px 0 0; padding-left: 1.3em; }
.panel li { margin-top: 8px; }
.panel .mail {
  display: inline-block; margin-top: 8px; font-size: 15px; letter-spacing: .06em;
}
.back-link {
  display: inline-block; margin-top: 44px;
  font-size: 12px; letter-spacing: .2em; color: #cbb98a; text-decoration: none;
}
.back-link:hover { text-decoration: underline; }

/* Rate / plan tables */
.table-wrap { overflow-x: auto; margin-top: 6px; }
table.rate {
  width: 100%; border-collapse: collapse; font-size: 13px; min-width: 480px;
}
table.rate th, table.rate td {
  padding: 12px 16px; text-align: left; vertical-align: top;
  border-bottom: 1px solid rgba(233, 227, 213, .18);
}
table.rate thead th {
  color: #cbb98a; font-weight: 500; letter-spacing: .12em; text-transform: uppercase;
  font-size: 11px; border-bottom-color: rgba(233, 227, 213, .5);
}
table.rate td.amt { white-space: nowrap; }
table.rate .plan-name { font-weight: 500; }
.fine {
  margin-top: 16px; font-size: 11px; line-height: 1.95; color: rgba(233, 227, 213, .62);
}
.fine li { margin-top: 4px; }
.panel .sub-note { margin-bottom: 14px; }

/* Cost calculators */
.calc label {
  display: block; font-size: 11px; letter-spacing: .15em; text-transform: uppercase;
  color: #cbb98a; margin: 16px 0 6px;
}
.calc input, .calc select {
  width: 100%; background: rgba(0, 0, 0, .35);
  border: 1px solid rgba(233, 227, 213, .3); border-radius: 4px;
  color: rgba(233, 227, 213, .96); padding: 11px 12px;
  font-size: 14px; font-family: inherit;
}
.calc input:focus, .calc select:focus { outline: none; border-color: #cbb98a; }
.calc .row2 { display: flex; gap: 16px; flex-wrap: wrap; }
.calc .row2 > div { flex: 1 1 200px; }
.calc-result { margin-top: 24px; border-top: 1px solid rgba(233, 227, 213, .5); padding-top: 18px; }
.calc-result .line { display: flex; justify-content: space-between; gap: 16px; padding: 6px 0; font-size: 13px; }
.calc-result .line .v { white-space: nowrap; }
.calc-result .total {
  border-top: 1px solid rgba(233, 227, 213, .3); margin-top: 8px; padding-top: 14px; font-size: 16px;
}
.calc-result .total .v { color: #fff; font-weight: 500; }

@media (max-width: 640px) {
  .logo { font-size: 12px; letter-spacing: .25em; }
  .box { width: 100%; max-width: 320px; }
  .box-wrap { gap: 40px; }
}
