
/* ----- Hero (cinematic) ----- */
.hero {
  position: relative;
  min-height: 86vh;
  color: #fff;
  display: flex;
  align-items: center;
  background:
    linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)),
    url('../../assets/banner-company.png') center/cover;
}

.hero-inner {
  width: min(calc(100% - 40px), 900px);
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  display: inline-block;
  letter-spacing: .5em;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .55);
  padding-bottom: 8px;
}

h1,
h2,
h3 {
  margin: 0;
}

.hero h1 {
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.25;
  letter-spacing: .12em;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .35);
  margin-bottom: 18px;
}

.hero p {
  font-size: clamp(16px, 2vw, 22px);
  letter-spacing: .18em;
  margin: 0 auto 34px;
  max-width: 800px;
  text-shadow: 0 4px 14px rgba(0, 0, 0, .35);
}

.cta {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .35em;
  padding: 14px 8px;
}

.cta::before,
.cta::after {
  content: "";
  width: 70px;
  height: 1px;
  background: rgba(255, 255, 255, .8);
}

@media (max-width: 980px) {
  .hero {
    min-height: 74vh;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: clamp(440px, 62vh, 560px);
  }

  .hero h1 {
    font-size: clamp(28px, 7vw, 40px);
    letter-spacing: 0.08em;
  }
}

.hero--company {
  background:
    linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)),
    url('../../assets/banner-company.png') center/cover;
}

.section-about {
  padding-right: 0;
}

.intro-bleed {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 7fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
  padding-left: max(20px, calc((100% - min(calc(100% - 40px), 1200px)) / 2));
}

.intro-bleed__text {
  max-width: 480px;
}

.section-about .title-small {
  font-size: 18px;
  margin-bottom: 12px;
}

.section-about .title-large {
  font-size: clamp(22px, 2.75vw, 36px);
  font-weight: 700;
  margin-bottom: 16px;
}

.section-about .lead {
  font-size: 17px;
  line-height: 1.85;
}

.title-small {
  color: var(--accent);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .08em;
  margin-bottom: 16px;
  font-family: serif;
}

.title-large {
  color: var(--accent);
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 22px;
  font-family: serif;
}

.lead {
  font-size: 22px;
  color: var(--accent);
  line-height: 1.9;
  font-family: serif;
}

.card-image {
  min-height: 540px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .12);
  background: url('../../assets/udy-section-1.png') center/cover;
}

.section-about .card-image {
  border-radius: 14px 0 0 14px;
  box-shadow: -10px 20px 44px rgba(0, 0, 0, .12);
  min-height: min(52vw, 520px);
}

.section-about .card-image--company {
  background-image: url('../../assets/com-section-1.png');
}

.section-about .lead.company-about-lead {
  color: var(--text);
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}

.section-about .lead.company-about-lead p {
  margin: 0;
}

.services {
  background: var(--svc-bg);
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 54px;
  text-align: center;
}

.section-head .line {
  width: 78px;
  height: 1px;
  background: var(--dark)
}

.section-head h2 {
  font-size: 28px;
  letter-spacing: .2em;
  font-family: serif;
  color: var(--dark)
}

.service-wrap {
  display: grid;
  grid-template-columns: minmax(132px, 0.12fr) minmax(0, 0.70fr) minmax(200px, 0.18fr);
  gap: clamp(24px, 3.2vw, 40px);
  align-items: start;
}

.service-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: sticky;
  top: 110px;
  width: 100%;
}

.service-sidebar__counter {
  font-family: "Noto Serif TC", "Songti TC", serif;
  margin: 0 0 10px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}

.service-sidebar__current {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--svc-ink);
}

.service-sidebar__counter-rest {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  color: #b8b2a8;
}

.service-menu__btn-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  flex: 1;
}

.service-menu__row-icon {
  display: block;
  width: auto;
  max-width: min(104px, 100%);
  height: auto;
  object-fit: contain;
  align-self: center;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.28s ease, opacity 0.22s ease, margin 0.22s ease;
  pointer-events: none;
}

.service-menu__btn.active .service-menu__row-icon {
  max-height: 76px;
  opacity: 1;
  margin-bottom: 10px;
}

.service-menu__label {
  display: block;
  text-align: center;
  line-height: 1.35;
}

.service-menu {
  position: relative;
  align-self: stretch;
  width: 100%;
  min-width: 140px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 0 10px 0 0;
  margin: 0;
}

.service-menu__track {
  position: absolute;
  right: 18px;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: var(--svc-rail);
  pointer-events: none;
}

.service-menu__btn {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  align-items: center;
  column-gap: 12px;
  padding: 8px 0 8px 2px;
  border: none;
  margin: 0;
  background: none;
  cursor: pointer;
  font: inherit;
  font-family: "Noto Serif TC", "Songti TC", "LiSong Pro", serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .12em;
  color: var(--svc-muted);
  width: 100%;
}

.service-menu__btn:hover {
  color: var(--svc-ink);
}

.service-menu__btn.active {
  color: var(--svc-ink);
}

.dot {
  flex-shrink: 0;
  justify-self: center;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c9c3bb;
  box-shadow: 0 0 0 3px var(--svc-bg);
  transition: width 0.2s ease, height 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.service-menu__btn.active .dot {
  width: 12px;
  height: 12px;
  background: var(--svc-ink);
  box-shadow: 0 0 0 4px var(--svc-bg);
}

.service-photo {
  min-height: min(52vw, 520px);
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  line-height: 0;
}

.service-photo__img {
  display: block;
  width: 100%;
  min-height: min(52vw, 520px);
  height: min(52vw, 520px);
  object-fit: cover;
  object-position: center;
}

.service-copy {
  padding-top: 4px;
  max-width: 320px;
}

.service-copy h3 {
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 700;
  color: var(--svc-ink);
  font-family: "Noto Serif TC", "Songti TC", serif;
  letter-spacing: .08em;
  margin-bottom: 14px;
  line-height: 1.35;
}

.service-copy .mini-line {
  width: 100%;
  max-width: 120px;
  height: 1px;
  background: var(--svc-ink);
  opacity: .35;
  margin: 0 0 22px;
}

.service-copy__body {
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .06em;
  color: #5c5650;
  margin: 0 0 28px;
}

.btn {
  display: inline-block;
  padding: 12px 22px;
  border: 1.5px solid var(--accent);
  border-radius: 999px;
  color: var(--accent);
  font-weight: 700;
}

.btn--service {
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .12em;
  padding: 11px 26px 11px 24px;
}

.btn--service .btn__arrow {
  margin-left: 6px;
  font-weight: 500;
}

.features {
  background: var(--accent-2);
  padding-top: 72px;
  padding-bottom: 72px;
}

.features .container {
  width: min(calc(100% - 40px), 880px);
}

.features .section-head {
  margin-bottom: 38px;
}

.features .section-head .line {
  width: 56px;
}

.features .section-head h2 {
  font-size: 28px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.features .feature-grid {
  gap: 14px 16px;
}

.feature {
  text-align: center;
  padding: 18px 10px;
}

.features .feature {
  padding: 10px 6px;
}

.icon {
  width: 86px;
  height: 86px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  font-size: 34px;
}

.features .icon {
  width: 124px;
  height: 124px;
  margin: 0 auto 0;
}

.features .icon img {
  width: 80px;
  height: auto;
  max-height: 68px;
  object-fit: contain;
  display: block;
}

.feature h3 {
  font-size: 22px;
  line-height: 1.5;
  font-family: serif;
  color: var(--dark)
}

.features .feature h3 {
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.section-news {
  background: #fff;
}

.news-layout {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: 260px;
}

.news-columns {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(14px, 2.2vw, 32px);
  min-width: 0;
  padding-right: clamp(20px, 3vw, 40px);
}

.news-rail {
  width: 1px;
  flex-shrink: 0;
  background: #d8d2c9;
  align-self: stretch;
}

.news-heading-block {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 4px 0 4px 24px;
  font-family: "Noto Serif TC", "Songti TC", serif;
}

.news-heading-zh {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  letter-spacing: 0.28em;
  color: var(--svc-ink);
  line-height: 1.35;
}

.news-heading-en {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #9e9890;
  text-transform: uppercase;
}

.news-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.news-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-bottom: 14px;
  color: var(--svc-ink);
  font-family: "Noto Serif TC", "Songti TC", serif;
}

.news-date__m {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  order: 1;
}

.news-date__d {
  font-size: clamp(36px, 4vw, 50px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  order: 2;
}

.news-date__y {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  order: 3;
}

.news-card__rule {
  width: 100%;
  height: 1px;
  background: #d8d2c9;
  margin-bottom: 16px;
}

.news-card__vertical {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  width: 100%;
}

.news-card__vertical h3 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.65;
  color: var(--svc-ink);
}

.news-card__vertical p {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.1em;
  color: #5c5650;
  text-align: justify;
  text-justify: inter-ideograph;
}

.section-field {
  --field-radius: 15px;
  position: relative;
  background: #F4E9E0;
  padding: clamp(72px, 10vw, 104px) 0;
  overflow: hidden;
}

.section-field::before,
.section-field::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background: rgba(232, 216, 204, 0.55);
  border-radius: var(--field-radius);
}

.section-field::before {
  width: min(42vw, 320px);
  height: 120px;
  top: 28px;
  left: -6%;
}

.section-field::after {
  width: min(48vw, 380px);
  height: 160px;
  top: 48px;
  right: -4%;
}

.section-field__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: clamp(28px, 4.5vw, 56px);
  align-items: center;
}

.section-field__photo {
  position: relative;
  margin: 0;
  border-radius: var(--field-radius);
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(74, 54, 40, 0.14);
}

.section-field__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.section-field__caption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
}

.section-field__copy {
  color: #3d2e26;
}

.section-field__en {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #5c4638;
  font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
}

.section-field__title {
  margin: 0 0 22px;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0.14em;
  color: #3d2e26;
}

.section-field__tagline {
  margin: 0 0 28px;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.38em;
  color: #5c4638;
}

.section-field__floors {
  margin: 0;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #4a3a30;
}

.section-field__sep {
  margin: 0 0.45em;
  font-weight: 400;
  opacity: 0.4;
}

.section-amenities {
  /* 稿面偏暖的奶油底、圖卡較大圓角 */
  --amen-radius: clamp(20px, 2.2vw, 28px);
  background: #fdf5e6;
  padding: clamp(64px, 9vw, 100px) 0 clamp(72px, 10vw, 108px);
}

/* 12 欄錯位：上列圖偏右較寬、下列圖偏左較窄，形成與截圖相同的 stagger */
.section-amenities__mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(20px, 3vw, 36px);
  row-gap: clamp(48px, 7vw, 80px);
}

.section-amenities__page-title {
  grid-column: 1 / -1;
  grid-row: 1;
  margin: 0;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #5c3d28;
  line-height: 1.2;
}

.section-amenities__row {
  display: contents;
}

.section-amenities__row--copy-left>.section-amenities__copy {
  grid-column: 1 / 5;
  grid-row: 2;
  align-self: end;
}

.section-amenities__row--copy-left>.section-amenities__figure {
  grid-column: 5 / 13;
  grid-row: 2;
}

.section-amenities__row--copy-right>.section-amenities__figure {
  grid-column: 1 / 6;
  grid-row: 3;
}

.section-amenities__row--copy-right>.section-amenities__copy {
  grid-column: 6 / 13;
  grid-row: 3;
  align-self: center;
}

.section-amenities__figure {
  margin: 0;
  position: relative;
  border-radius: var(--amen-radius);
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(74, 54, 40, 0.12);
}

.section-amenities__figure img {
  width: 100%;
  height: auto;
  display: block;
}

.section-amenities__caption {
  position: absolute;
  left: 14px;
  bottom: 12px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.section-amenities__copy {
  color: #4a372c;
  width: 100%;
  max-width: none;
  min-width: 0;
}

.section-amenities__copy--end {
  justify-self: stretch;
  text-align: right;
}

.section-amenities__copy--start {
  justify-self: stretch;
  text-align: left;
}

.section-amenities__copy h3 {
  margin: 0 0 16px;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #5c3d28;
}

.section-amenities__copy h3 .tri {
  font-size: 0.72em;
  margin: 0 0.15em;
  opacity: 0.85;
}

.section-amenities__copy p {
  margin: 0 0 10px;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.08em;
  color: #5c4a40;
}

.section-amenities__copy p:last-child {
  margin-bottom: 0;
}

/* 1F：對齊 5–9F 語彙（白底、等距 gap、左文右圖 6+6、圖卡陰影） */
.section-amenities--1f {
  background: #ffffff;
  padding: clamp(64px, 9vw, 100px) 0 clamp(72px, 10vw, 108px);
}

.section-amenities--1f .section-amenities__mosaic--3rows {
  column-gap: clamp(18px, 2.4vw, 28px);
  row-gap: clamp(40px, 5.5vw, 56px);
}

.section-amenities--1f .section-amenities__page-title {
  letter-spacing: 0.1em;
}

.section-amenities--1f .section-amenities__copy--end,
.section-amenities--1f .section-amenities__copy--start {
  text-align: left;
}

.section-amenities--1f .section-amenities__copy h3 {
  font-size: clamp(22px, 2.8vw, 30px);
  letter-spacing: 0.14em;
  margin-bottom: clamp(14px, 2vw, 22px);
}

.section-amenities--1f .section-amenities__copy p {
  font-size: clamp(14px, 1.45vw, 16px);
  line-height: 1.75;
  letter-spacing: 0.06em;
}

.section-amenities--1f .section-amenities__figure {
  background: #faf8f5;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 28px rgba(58, 42, 32, 0.08);
  transition: box-shadow 0.35s ease;
}

.section-amenities--1f .section-amenities__figure:hover {
  box-shadow: 0 14px 36px rgba(58, 42, 32, 0.12);
}

.section-amenities__mosaic--3rows .section-amenities__page-title {
  grid-row: 1;
}

.section-amenities__mosaic--3rows .section-amenities__row--1f-r2>.section-amenities__copy {
  grid-column: 1 / 7;
  grid-row: 2;
  align-self: center;
}

.section-amenities__mosaic--3rows .section-amenities__row--1f-r2>.section-amenities__figure {
  grid-column: 7 / 13;
  grid-row: 2;
}

.section-amenities__mosaic--3rows .section-amenities__row--1f-r3>.section-amenities__copy {
  grid-column: 1 / 7;
  grid-row: 3;
  align-self: center;
}

.section-amenities__mosaic--3rows .section-amenities__row--1f-r3>.section-amenities__figure {
  grid-column: 7 / 13;
  grid-row: 3;
}

.section-amenities__mosaic--3rows .section-amenities__row--1f-r4>.section-amenities__copy {
  grid-column: 1 / 7;
  grid-row: 4;
  align-self: center;
}

.section-amenities__mosaic--3rows .section-amenities__row--1f-r4>.section-amenities__figure {
  grid-column: 7 / 13;
  grid-row: 4;
}

/* 1–3F 晴光御守：bento 拼貼（0°、等距 gutter、左右欄對齊） */
.section-13f {
  --tile-radius: clamp(20px, 2.2vw, 28px);
  background: #f0e8de;
  padding: clamp(64px, 9vw, 100px) 0 clamp(72px, 10vw, 108px);
}

.section-13f__head {
  margin: 0 0 clamp(28px, 4vw, 44px);
}

.section-13f__title {
  margin: 0 0 10px;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #5c3d28;
  line-height: 1.2;
}

.section-13f__sub {
  margin: 0;
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(14px, 1.5vw, 17px);
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #6b5345;
}

.section-13f__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
  padding: 0;
}

.section-13f__tile {
  margin: 0;
  position: relative;
  border-radius: var(--tile-radius);
  overflow: hidden;
  background: #faf7f2;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 28px rgba(58, 42, 32, 0.1);
  transition: box-shadow 0.35s ease;
}

.section-13f__tile img {
  width: 100%;
  height: auto;
  display: block;
}

.section-13f__tile:hover {
  box-shadow: 0 14px 36px rgba(58, 42, 32, 0.14);
}

.section-13f__caption {
  position: absolute;
  left: 12px;
  bottom: 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  font-family: "Noto Sans TC", "PingFang TC", sans-serif;
}

.section-13f__tile--a {
  grid-column: 1 / 9;
  grid-row: 1;
  align-self: start;
}

.section-13f__tile--b {
  grid-column: 9 / 13;
  grid-row: 1;
  align-self: start;
}

.section-13f__tile--c {
  grid-column: 1 / 8;
  grid-row: 2;
  align-self: start;
}

.section-13f__tile--d {
  grid-column: 8 / 13;
  grid-row: 2;
  align-self: start;
}

/* 5–9F 安靈室：白底、上列左文右上小圖、下列大圖（不傾斜） */
.section-59f {
  --tile-radius: clamp(20px, 2.2vw, 28px);
  background: #ffffff;
  padding: clamp(64px, 9vw, 100px) 0 clamp(72px, 10vw, 108px);
}

.section-59f__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}

.section-59f__head {
  grid-column: 1 / 7;
  grid-row: 1;
  align-self: start;
  margin: 0;
  padding-right: clamp(8px, 2vw, 20px);
}

.section-59f__title {
  margin: 0 0 8px;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #5c3d28;
  line-height: 1.2;
}

.section-59f__room {
  margin: 0 0 clamp(14px, 2vw, 22px);
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #5c3d28;
}

.section-59f__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-59f__list li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 1.15em;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: clamp(14px, 1.45vw, 16px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.06em;
  color: #5c4a40;
}

.section-59f__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #8a6d52;
}

.section-59f__list li:last-child {
  margin-bottom: 0;
}

.section-59f__tile {
  margin: 0;
  position: relative;
  border-radius: var(--tile-radius);
  overflow: hidden;
  background: #faf8f5;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 28px rgba(58, 42, 32, 0.08);
  transition: box-shadow 0.35s ease;
}

.section-59f__tile:hover {
  box-shadow: 0 14px 36px rgba(58, 42, 32, 0.12);
}

.section-59f__tile img {
  width: 100%;
  height: auto;
  display: block;
}

.section-59f__caption {
  position: absolute;
  left: 12px;
  bottom: 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  font-family: "Noto Sans TC", "PingFang TC", sans-serif;
}

.section-59f__tile--sm {
  grid-column: 7 / 13;
  grid-row: 1;
  align-self: start;
}

.section-59f__tile--lg {
  grid-column: 1 / 13;
  grid-row: 2;
  align-self: start;
}

/* 10F 安靈室：奶油底、左文右大圖（不傾斜） */
.section-10f {
  --tile-radius: clamp(20px, 2.2vw, 28px);
  background: #f4ebe3;
  padding: clamp(64px, 9vw, 100px) 0 clamp(72px, 10vw, 108px);
}

.section-10f__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 36px);
  align-items: center;
}

.section-10f__head {
  grid-column: 1 / 6;
  margin: 0;
  max-width: 28rem;
}

.section-10f__title {
  margin: 0 0 8px;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #5c3d28;
  line-height: 1.2;
}

.section-10f__room {
  margin: 0 0 clamp(16px, 2.2vw, 24px);
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #5c3d28;
}

.section-10f__copy p {
  margin: 0 0 12px;
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(14px, 1.45vw, 16px);
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.04em;
  color: #4d4038;
}

.section-10f__copy p:last-child {
  margin-bottom: 0;
}

.section-10f__figure {
  margin: 0;
  grid-column: 6 / 13;
  position: relative;
  border-radius: var(--tile-radius);
  overflow: hidden;
  background: #faf8f5;
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 12px 32px rgba(58, 42, 32, 0.1);
  transition: box-shadow 0.35s ease;
}

.section-10f__figure:hover {
  box-shadow: 0 16px 40px rgba(58, 42, 32, 0.14);
}

.section-10f__figure img {
  width: 100%;
  height: auto;
  display: block;
}

.section-10f__caption {
  position: absolute;
  left: 12px;
  bottom: 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  font-family: "Noto Sans TC", "PingFang TC", sans-serif;
}

/* 關係品牌：置中主標、雙欄品牌卡（圖檔含文案，不另疊字） */
.section-brands {
  --brand-radius: clamp(18px, 2vw, 26px);
  background: #faf9f7;
  padding: clamp(72px, 10vw, 110px) 0 clamp(80px, 11vw, 120px);
}

.section-brands__title {
  margin: 0 auto clamp(40px, 5vw, 56px);
  text-align: center;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: clamp(30px, 3.8vw, 42px);
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #5c3d28;
  line-height: 1.35;
}

.section-brands__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

.section-brands__col {
  min-width: 0;
}

.section-brands__name {
  margin: 0 0 14px;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: clamp(17px, 1.9vw, 20px);
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #6b4c32;
}

.section-brands__card {
  margin: 0;
  border-radius: var(--brand-radius);
  overflow: hidden;
  background: #f0ebe4;
  box-shadow: 0 12px 36px rgba(58, 42, 32, 0.08);
  transition: box-shadow 0.35s ease;
}

.section-brands__card:hover {
  box-shadow: 0 18px 44px rgba(58, 42, 32, 0.12);
}

.section-brands__card img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 980px) {

  .intro-bleed,
  .service-wrap {
    grid-template-columns: 1fr;
  }

  .intro-bleed {
    padding-right: max(20px, calc((100% - min(calc(100% - 40px), 1200px)) / 2));
  }

  .section-about .card-image {
    border-radius: 16px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .12);
    min-height: 320px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .service-sidebar {
    position: static;
    max-width: 320px;
    margin: 0 auto;
    align-items: center;
  }

  .service-sidebar__counter {
    text-align: center;
  }

  .service-copy {
    max-width: none;
    text-align: center;
  }

  .service-copy .mini-line {
    margin-left: auto;
    margin-right: auto;
  }

  .card-image,
  .service-photo {
    min-height: 320px
  }

  .service-photo__img {
    min-height: 320px;
    height: 320px;
  }

.news-layout {
    flex-direction: column;
  }

  .news-heading-block {
    order: -2;
    writing-mode: horizontal-tb;
    flex-direction: column;
    align-items: center;
    padding: 0 0 20px;
    border-bottom: 1px solid #d8d2c9;
    width: 100%;
  }

  .news-rail {
    order: -1;
    width: 100%;
    height: 1px;
    margin-bottom: 24px;
  }

  .news-columns {
    padding-right: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }

  .section-field__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .section-field__tagline {
    letter-spacing: 0.22em;
  }

  .section-amenities__mosaic {
    display: flex;
    flex-direction: column;
    gap: clamp(36px, 6vw, 52px);
  }

  .section-amenities__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-amenities__row--copy-left>.section-amenities__copy,
  .section-amenities__row--copy-left>.section-amenities__figure,
  .section-amenities__row--copy-right>.section-amenities__copy,
  .section-amenities__row--copy-right>.section-amenities__figure {
    grid-column: auto;
    grid-row: auto;
    align-self: stretch;
  }

  /* 權重須與桌面 `.mosaic--3rows .row--1f-* > *` 相同，否則 grid-column 1/7、7/13 仍生效 → 手機變左右欄 */
  .section-amenities__mosaic--3rows .section-amenities__row--1f-r2>.section-amenities__copy,
  .section-amenities__mosaic--3rows .section-amenities__row--1f-r2>.section-amenities__figure,
  .section-amenities__mosaic--3rows .section-amenities__row--1f-r3>.section-amenities__copy,
  .section-amenities__mosaic--3rows .section-amenities__row--1f-r3>.section-amenities__figure,
  .section-amenities__mosaic--3rows .section-amenities__row--1f-r4>.section-amenities__copy,
  .section-amenities__mosaic--3rows .section-amenities__row--1f-r4>.section-amenities__figure {
    grid-column: auto;
    grid-row: auto;
    align-self: stretch;
  }

  .section-amenities__copy,
  .section-amenities__copy--end,
  .section-amenities__copy--start {
    justify-self: center;
    text-align: center;
    max-width: 36rem;
  }

  /* 1F 手機：主標置中；各列圖在上；接待大廳、尊榮牌位文案靠右，藝展區靠左 */
  .section-amenities--1f .section-amenities__page-title {
    text-align: center;
    width: 100%;
  }

  .section-amenities--1f .section-amenities__row--1f-r2>.section-amenities__figure,
  .section-amenities--1f .section-amenities__row--1f-r3>.section-amenities__figure,
  .section-amenities--1f .section-amenities__row--1f-r4>.section-amenities__figure {
    order: -1;
  }

  .section-amenities--1f .section-amenities__row--1f-r2 .section-amenities__copy,
  .section-amenities--1f .section-amenities__row--1f-r3 .section-amenities__copy,
  .section-amenities--1f .section-amenities__row--1f-r4 .section-amenities__copy {
    justify-self: stretch;
    max-width: none;
    text-align: left;
  }

  .section-amenities--1f .section-amenities__row--1f-r2 .section-amenities__copy,
  .section-amenities--1f .section-amenities__row--1f-r4 .section-amenities__copy {
    text-align: right;
  }

  .section-13f__grid {
    grid-template-columns: 1fr;
    gap: clamp(18px, 4vw, 28px);
  }

  .section-13f__tile--a,
  .section-13f__tile--b,
  .section-13f__tile--c,
  .section-13f__tile--d {
    grid-column: 1 / -1;
    grid-row: auto;
    align-self: stretch;
  }

  .section-59f__grid {
    grid-template-columns: 1fr;
  }

  .section-59f__head,
  .section-59f__tile--sm,
  .section-59f__tile--lg {
    grid-column: 1 / -1;
    grid-row: auto;
    padding-right: 0;
  }

  .section-10f__grid {
    align-items: start;
  }

  .section-10f__head,
  .section-10f__figure {
    grid-column: 1 / -1;
    max-width: none;
  }

  .section-brands__grid {
    grid-template-columns: 1fr;
    gap: clamp(36px, 6vw, 52px);
  }
}

@media (max-width: 767px) {
  .container {
    width: min(calc(100% - 28px), 1200px)
  }

  .section {
    padding: 64px 0
  }

.feature-grid {
    grid-template-columns: 1fr
  }

  .news-columns {
    grid-template-columns: 1fr
  }

  .lead {
    font-size: 18px
  }

  .section-about .lead {
    font-size: 16px
  }

  .section-head h2 {
    font-size: 26px
  }

  .service-copy h3 {
    font-size: 28px
  }

  .section-field {
    padding: 56px 0;
  }

  .section-field__tagline {
    font-size: 14px;
    letter-spacing: 0.16em;
  }

  .section-field__floors {
    font-size: 12px;
    line-height: 1.85;
  }

  .section-amenities {
    padding: 56px 0 64px;
  }

  .section-amenities__mosaic {
    gap: 40px;
  }

  .section-amenities__copy p {
    font-size: 14px;
  }

  .section-13f {
    padding: 56px 0 64px;
  }

  .section-13f__title {
    font-size: 30px;
  }

  .section-13f__sub {
    font-size: 13px;
    letter-spacing: 0.18em;
  }

  .section-59f {
    padding: 56px 0 64px;
  }

  .section-59f__title {
    font-size: 30px;
  }

  .section-59f__room {
    font-size: 20px;
  }

  .section-59f__list li {
    font-size: 14px;
  }

  .section-10f {
    padding: 56px 0 64px;
  }

  .section-10f__title {
    font-size: 30px;
  }

  .section-10f__room {
    font-size: 20px;
  }

  .section-10f__copy p {
    font-size: 14px;
  }

  .section-amenities--1f .section-amenities__page-title {
    font-size: 30px;
  }

  .section-brands {
    padding: 56px 0 64px;
  }

  .section-brands__title {
    font-size: 26px;
    letter-spacing: 0.16em;
    margin-bottom: 32px;
  }

  .section-brands__name {
    font-size: 16px;
  }
}
