:root{
  --ink:#0d1117;
  --ink-2:#151b23;
  --paper:#f3efe7;
  --paper-2:#ebe4d8;
  --white:#fffdf9;
  --muted:#8f8a80;
  --line:rgba(255,255,255,.14);
  --gold:#b89a63;
  --text:#1b1d20;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Noto Sans TC",system-ui,sans-serif;
  background:var(--paper);
  color:var(--text);
  line-height:1.7;
}
a{text-decoration:none;color:inherit}
.container{width:min(1160px,calc(100% - 48px));margin:auto}

.nav-wrap{
  position:fixed;top:0;left:0;right:0;z-index:20;
  background:rgba(13,17,23,.88);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:12px;color:white}
.brand-mark{
  width:38px;height:38px;border:1px solid rgba(255,255,255,.3);
  display:grid;place-items:center;font-family:"Noto Serif TC";font-size:20px;color:var(--gold)
}
.brand strong{display:block;font-size:14px;letter-spacing:.12em}
.brand small{font-size:9px;letter-spacing:.2em;color:#aaa}
.nav-links{display:flex;gap:32px;align-items:center;color:#d9d9d9;font-size:14px}
.nav-links a:hover{color:white}
.nav-cta{border-bottom:1px solid var(--gold);padding-bottom:4px}
.menu-toggle{display:none;background:none;border:0;color:white;font-size:24px}

.hero{
  min-height:760px;
  padding:170px 0 100px;
  background:
    radial-gradient(circle at 85% 15%, rgba(184,154,99,.12), transparent 35%),
    linear-gradient(135deg,#0b0f14,#151b23 55%,#0e131a);
  color:white;
}
.hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:70px;align-items:center}
.eyebrow{font-size:12px;letter-spacing:.22em;color:var(--gold);font-weight:600}
.hero h1,.statement h2,.section h2,.section-dark h2,.clients h2,.contact h2,.map-section h2{
  font-family:"Noto Serif TC",serif;
  font-weight:700;
}
.hero h1{font-size:clamp(48px,7vw,84px);line-height:1.16;margin:22px 0 28px;letter-spacing:-.03em}
.hero-sub{max-width:650px;font-size:18px;color:#b9bec5}
.hero-actions{display:flex;gap:14px;margin-top:36px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 24px;border:1px solid transparent;transition:.25s}
.btn-primary{background:var(--gold);color:#111}
.btn-primary:hover{transform:translateY(-2px);filter:brightness(1.05)}
.btn-ghost{border-color:rgba(255,255,255,.28);color:white}
.hero-note{display:flex;flex-wrap:wrap;gap:22px;margin-top:48px;color:#8f98a3;font-size:13px}
.hero-panel{border:1px solid rgba(255,255,255,.15);padding:34px;background:rgba(255,255,255,.025)}
.panel-top{display:flex;justify-content:space-between;color:#cbd1d8;font-size:13px}
.panel-top strong{color:white;letter-spacing:.15em}
.area-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:36px 0}
.area-list span{padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.12);color:#e5e7ea}
.panel-line{height:1px;background:var(--gold);width:46px;margin:30px 0}
.hero-panel p{color:#9ba3ad;font-size:14px}

.statement{padding:130px 0}
.statement h2{font-size:clamp(38px,5vw,64px);line-height:1.35;margin:20px 0 0}

.section-dark{background:var(--ink);color:white;padding:120px 0}
.section-head{max-width:680px;margin-bottom:52px}
.section-head.light p{color:#a6adb5}
.section-head h2{font-size:48px;margin:12px 0}
.section-head>p:last-child{color:#6f7378}
.section-head.light>p:last-child{color:#9aa2ab}

.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.service-card{padding:34px 28px 42px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:260px}
.service-no{color:var(--gold);font-size:12px;letter-spacing:.16em}
.service-card h3{font-size:22px;margin:38px 0 14px}
.service-card p{color:#939ba4;font-size:14px}

.section{padding:120px 0}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:80px}
.section h2{font-size:52px;line-height:1.3;margin:14px 0}
.copy-block{padding-top:28px}
.copy-block p{font-size:17px;color:#555}
.district-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.district-tags span{border:1px solid #cfc7ba;padding:9px 14px;font-size:13px;background:rgba(255,255,255,.3)}

.clients{padding:110px 0;background:#e9e2d7}
.logo-wall{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #c7beb1;border-left:1px solid #c7beb1}
.logo-wall div{
  min-height:180px;display:grid;place-items:center;border-right:1px solid #c7beb1;border-bottom:1px solid #c7beb1;
  color:#7a746c;font-size:14px;letter-spacing:.06em;background:rgba(255,255,255,.18)
}
.logo-wall img{
  width:92%;
  height:160px;
  object-fit:contain;
  display:block;
}
.about{background:var(--white)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}
.about-box h2{font-size:54px;line-height:1.35;margin:14px 0}
.about-copy{padding-top:42px;color:#555;font-size:17px}
.about-copy p+p{margin-top:24px}

.map-section{padding:110px 0;background:#d9d0c3}
.map-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:60px;align-items:center}
.map-section h2{font-size:46px;margin:14px 0}
.map-real{
  width:100%;
  height:420px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.12);
}

.map-real iframe{
  width:100%;
  height:100%;
  display:block;
  border:0;
}
.contact{padding:120px 0;background:var(--ink-2);color:white}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}
.contact h2{font-size:56px;line-height:1.28;margin:14px 0 20px}
.contact-copy>p{color:#a2aab4}
.contact-lines{margin-top:50px}
.contact-lines p{border-top:1px solid rgba(255,255,255,.12);padding:16px 0;margin:0;color:#e7eaee}
.contact-lines span{display:inline-block;width:90px;color:#8e97a1;font-size:13px}
.quote-form{
  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,.04),
      rgba(255,255,255,.015)
    );

  padding:38px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:10px;

  box-shadow:
    0 20px 60px rgba(0,0,0,.22);

  backdrop-filter:blur(10px);
}
.quote-form label{
  display:flex;
  flex-direction:column;
  gap:8px;
  font-size:13px;
  color:#aab1ba;
  margin-bottom:22px;
  }
.quote-form input,
.quote-form textarea{
  display:block;
  width:100%;

  background:rgba(8,12,18,.45);

  border:1px solid rgba(255,255,255,.16);
  border-radius:7px;
  padding:16px 18px;
  font:inherit;
  outline:none;

  transition:
    border-color .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}
.quote-form input::placeholder,
.quote-form textarea::placeholder{
  color:rgba(255,255,255,.35);
}
.quote-form input:focus,
.quote-form textarea:focus{
  border-color:var(--gold);
  background:rgba(8,12,18,.7);
  box-shadow:0 0 0 3px rgba(184,154,99,.08);
}
  width:100%;margin-top:8px;background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.18);
  color:white;padding:12px 0;font:inherit;outline:none
}
.quote-form textarea{resize:vertical}
.quote-form input:focus,.quote-form textarea:focus{border-bottom-color:var(--gold)}
.full{width:100%;margin-top:8px}
.quote-form small{display:block;color:#6f7883;margin-top:14px}

footer{background:#090c10;color:#7f8790;padding:36px 0}
.footer-grid{display:flex;justify-content:space-between;gap:20px}
footer strong{color:#e8ebee}
footer p{margin:4px 0 0;font-size:13px}

@media (max-width:900px){
  .nav-links{
    display:none;position:absolute;top:82px;left:0;right:0;background:#0d1117;
    padding:24px;flex-direction:column;align-items:flex-start;border-top:1px solid rgba(255,255,255,.08)
  }
  .nav-links.open{display:flex}
  .menu-toggle{display:block}
  .hero-grid,.two-col,.about-grid,.map-grid,.contact-grid{grid-template-columns:1fr}
  .hero{padding-top:140px}
  .hero-panel{margin-top:20px}
  .service-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:600px){
  .container{width:min(100% - 30px,1160px)}
  .nav{height:72px}
  .hero{padding-top:120px;min-height:auto}
  .hero h1{font-size:46px}
  .hero-sub{font-size:16px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-note{gap:10px;flex-direction:column}
  .statement,.section,.section-dark,.clients,.about,.map-section,.contact{padding:82px 0}
  .statement h2,.section h2,.about-box h2,.contact h2{font-size:38px}
  .service-grid,.logo-wall{grid-template-columns:1fr}
  .service-card{min-height:auto}
  .footer-grid{flex-direction:column}
}
.service-area-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px 24px;
  margin-top:28px;
}

.service-area-list span{
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.15);
  font-size:16px;
  color:#f2f2f2;
  white-space:nowrap;
}

.service-area-intro{
  max-width:620px;
  color:#b8bec6;
  margin-top:18px;
}

.service-area-note{
  margin-top:24px;
  color:#8f98a3;
  font-size:14px;
}
.execution-section{
  min-height:560px;
  background:
    linear-gradient(
      rgba(12,15,20,.70),
      rgba(12,15,20,.70)
    ),
    url("images/delivery.jpg") center center / cover no-repeat;

  display:flex;
  align-items:center;
  padding:80px 8%;
  color:#fff;
}

.execution-content{
  max-width:700px;
}

.execution-section .eyebrow{
  color:#c7a76b;
  font-size:13px;
  letter-spacing:.28em;
  margin-bottom:25px;
}

.execution-section h2{
  font-size:52px;
  line-height:1.25;
  margin:0 0 30px;
  color:#fff;
}

.execution-text{
  font-size:18px;
  line-height:2;
  color:rgba(255,255,255,.82);
}

.execution-tags{
  display:flex;
  gap:35px;
  margin-top:45px;
}

.execution-tags span{
  font-size:14px;
  letter-spacing:.12em;
  padding-top:12px;
  border-top:1px solid rgba(199,167,107,.7);
}
/* ===== 近20年／信任數字區 ===== */

.trust-strip{
  background:#15191f;
  padding:46px 0;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.trust-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
}

.trust-item{
  text-align:center;
  padding:8px 30px;
  border-right:1px solid rgba(255,255,255,.12);
}

.trust-item:last-child{
  border-right:none;
}

.trust-item strong{
  display:block;
  color:#fff;
  font-size:30px;
  font-weight:700;
  letter-spacing:.06em;
  margin-bottom:10px;
}

.trust-item span{
  display:block;
  color:#aeb4bb;
  font-size:14px;
  letter-spacing:.1em;
}

/* 手機版 */
@media(max-width:700px){

  .trust-grid{
    grid-template-columns:1fr;
  }

  .trust-item{
    border-right:none;
    border-bottom:1px solid rgba(255,255,255,.1);
    padding:24px 10px;
  }

  .trust-item:last-child{
    border-bottom:none;
  }
}
/* ===== 實際派送紀錄｜高級透明版 ===== */

.delivery-gallery{
  position:relative;
  padding:115px 0 120px;
  margin-top:32px;

  background:
    linear-gradient(
      135deg,
      rgba(24,29,35,.97),
      rgba(13,17,22,.99)
    );

  color:#fff;
}

.delivery-gallery::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:88%;
  height:1px;

  background:linear-gradient(
    90deg,
    transparent,
    rgba(197,164,109,.55),
    transparent
  );
}

.gallery-heading{
  margin-bottom:52px;
  max-width:700px;
}

.gallery-heading .eyebrow{
  color:#c5a46d;
  font-size:12px;
  letter-spacing:.28em;
  margin-bottom:14px;
}

.gallery-heading h2{
  font-size:38px;
  font-weight:600;
  letter-spacing:.06em;
  margin:0 0 14px;
  color:#fff;
}

.gallery-heading > p:last-child{
  color:rgba(255,255,255,.58);
  font-size:15px;
}


/* 三張照片 */
.delivery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.delivery-photo{
  position:relative;
  height:380px;
  overflow:hidden;

  /* 很淡的玻璃感 */
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);

  box-shadow:0 20px 50px rgba(0,0,0,.18);
}


/* 照片 */
.delivery-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;

  transform:scale(1.02);
  filter:brightness(.72) saturate(.82);

  transition:
    transform .6s ease,
    filter .6s ease;
}


/* 黑色透明遮罩 */
.delivery-photo::after{
  content:"";
  position:absolute;
  inset:0;

  background:
    linear-gradient(
      to top,
      rgba(8,11,15,.48),
      rgba(8,11,15,.08) 55%,
      rgba(8,11,15,.18)
    );

  pointer-events:none;
  transition:opacity .5s ease;
}


/* 滑鼠移上去 */
.delivery-photo:hover img{
  transform:scale(1.06);
  filter:brightness(.92) saturate(.95);
}

.delivery-photo:hover::after{
  opacity:.55;
}


/* 手機 */
@media(max-width:700px){

  .delivery-gallery{
    padding:70px 0;
  }

  .delivery-grid{
    grid-template-columns:1fr;
  }

  .delivery-photo{
    height:320px;
  }
}
.quote-form input,
.quote-form textarea {
background: rgba(255,255,255,.035) !important;
background-color: rgba(255,255,255,.035) !important;

    color: #ffffff !important;

   border:1px solid rgba(255,255,255,.14) !important;
   backdrop-filter:blur(8px);
   border-radius: 8px !important;

    -webkit-appearance: none;
    appearance: none;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.38) !important;
}
/* 備註 */

/* 提示文字 */
.quote-form input::placeholder,
.quote-form textarea::placeholder{
  color:rgba(255,255,255,.32) !important;
}

/* 點進去時變金色 */
.quote-form input:focus,
.quote-form textarea:focus{
  border-color:#c6a463 !important;
  background:rgba(255,255,255,.045) !important;
  box-shadow:0 0 0 3px rgba(198,164,99,.08) !important;
  outline:none !important;
}
.quote-form {
    gap: 4px !important;
}

.quote-form label {
    gap: 4px !important;
    margin-bottom: 0 !important;
    padding-bottom: 2px !important;
}

.quote-form input {
    min-height: 42px !important;
    height: 42px !important;
    padding: 8px 14px !important;
}
.quote-form textarea {
    min-height: 70px !important;
    height: 70px !important;
    padding: 10px 14px !important;
}
.quote-form button {
    height: 52px !important;
    font-size: 15px !important;
    letter-spacing: 0.08em;
    font-weight: 600;
}
.form-status {
    margin-top: 14px;
    min-height: 22px;
    font-size: 14px;
    letter-spacing: 0.04em;
    transition: all 0.3s ease;
}

.form-status.success {
    color: #c6a566;
}

.form-status.error {
    color: #d98282;
}

.quote-form button:disabled {
    opacity: 0.65;
    cursor: wait;
}
.brand-logo {
  display: block;
  width: auto;
  height: 54px;
  max-width: 420px;
  object-fit: contain;
}
.brand {
  display: flex;
  align-items: center;
  height: 82px;
  overflow: hidden;
}
.brand-logo {
  display: block;
  width: auto;
  height: 64px;
  max-width: 430px;
  object-fit: contain;
}

.brand {
  display: flex;
  align-items: center;
  height: 82px;
  overflow: hidden;
}