@charset "utf-8";
/* =========================================================
   PHOENIX 52 / entire.52bnb.net
   Main stylesheet
   ========================================================= */
:root {
  --forest: #23483a;
  --forest-deep: #17342a;
  --forest-soft: #315c4b;
  --cream: #f5f2ea;
  --paper: #fbfaf6;
  --white: #ffffff;
  --ink: #25302b;
  --muted: #69736d;
  --line: rgba(35, 72, 58, 0.14);
  --shadow: 0 20px 60px rgba(23, 52, 42, 0.10);
  --max-width: 1180px;
  --narrow-width: 860px;
  --radius: 4px;
  --transition: 220ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans TC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.85;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.25;
  letter-spacing: 0.02em;
}

h1 {
  font-size: clamp(2.5rem, 6vw, 5.4rem);
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin-bottom: 1.25rem;
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  margin-bottom: 0.75rem;
}

.container {
  width: min(calc(100% - 40px), var(--max-width));
  margin-inline: auto;
}

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

.section {
  padding: clamp(72px, 9vw, 130px) 0;
}

.section-soft {
  background: var(--cream);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 54px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-heading > p:last-child {
  color: var(--muted);
  max-width: 700px;
}

.section-heading.center > p:last-child {
  margin-inline: auto;
}

.eyebrow {
  margin-bottom: 14px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--forest-soft);
}

.light {
  color: var(--white);
}

.light > p:last-child {
  color: rgba(255, 255, 255, 0.78);
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 2000;
  padding: 10px 16px;
  color: var(--white);
  background: var(--forest-deep);
}

.skip-link:focus {
  top: 20px;
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  color: var(--white);
  background: transparent;
  transition: background var(--transition), box-shadow var(--transition), color var(--transition);
}

.site-header.scrolled {
  color: var(--ink);
  background: rgba(251, 250, 246, 0.96);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(12px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
}

.brand-main {
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.brand-sub {
  margin-top: 5px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  opacity: 0.72;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 30px);
  font-size: 0.88rem;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
}

.main-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--transition);
}

.main-nav a:not(.nav-cta):hover::after,
.main-nav a:not(.nav-cta):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 9px 17px !important;
  border: 1px solid currentColor;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  transition: transform var(--transition), opacity var(--transition);
}

/* Hero */
.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10, 30, 22, 0.42), rgba(10, 30, 22, 0.24) 45%, rgba(10, 30, 22, 0.62)),
    linear-gradient(90deg, rgba(10, 30, 22, 0.25), transparent 70%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  text-align: center;
}

.hero-content .eyebrow {
  opacity: 0.88;
}

.hero-lead {
  margin-bottom: 0.8rem;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  letter-spacing: 0.08em;
}

.hero-copy {
  max-width: 620px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 24px;
  border: 1px solid transparent;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: var(--forest);
  border-color: var(--forest);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--forest-deep);
  border-color: var(--forest-deep);
}

.btn-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.04);
}

.btn-outline:hover,
.btn-outline:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  transform: translateX(-50%);
}

.scroll-arrow {
  font-size: 1.2rem;
  line-height: 1;
}

/* Highlights */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 90px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat-item {
  padding: 28px 18px;
  text-align: center;
}

.stat-item + .stat-item {
  border-left: 1px solid var(--line);
}

.stat-item strong {
  display: block;
  color: var(--forest);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1.1;
}

.stat-item span {
  color: var(--muted);
  font-size: 0.9rem;
}

.split-story {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
}

.image-frame {
  overflow: hidden;
  box-shadow: var(--shadow);
}

.image-frame img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.story-copy p {
  color: var(--muted);
}

/* Rooms */
.room-feature {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: clamp(36px, 6vw, 88px);
  margin-bottom: 80px;
}

.room-feature-reverse {
  grid-template-columns: 0.85fr 1.15fr;
}

.room-feature-reverse .room-image {
  order: 2;
}

.room-image {
  overflow: hidden;
}

.room-image img {
  width: 100%;
  aspect-ratio: 14 / 9;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.room-number {
  margin-bottom: 10px;
  color: var(--forest-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.room-capacity {
  color: var(--forest);
  font-weight: 600;
}

.room-content > p:not(.room-number):not(.room-capacity) {
  color: var(--muted);
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 20px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.9rem;
}

.feature-list li::before {
  position: absolute;
  top: 0.82em;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: var(--forest-soft);
  border-radius: 50%;
  transform: translateY(-50%);
}

.text-link {
  display: inline-block;
  color: var(--forest);
  font-weight: 700;
  border-bottom: 1px solid currentColor;
  transition: opacity var(--transition);
}

.text-link:hover,
.text-link:focus-visible {
  opacity: 0.65;
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 90px;
}

.room-card {
  background: var(--white);
  box-shadow: 0 12px 40px rgba(23, 52, 42, 0.07);
}

.room-card-image {
  overflow: hidden;
}

.room-card-image img {
  width: 100%;
  aspect-ratio: 1.15 / 1;
  object-fit: cover;
  transition: transform 500ms ease;
}

.room-card:hover .room-card-image img {
  transform: scale(1.03);
}

.room-card-body {
  padding: 25px;
}

.room-card-body p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

/* Capacity */
.capacity {
  color: var(--white);
  background: var(--forest-deep);
}

.capacity-equation {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 18px;
}

.capacity-box {
  min-width: 145px;
  padding: 24px 18px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.capacity-box strong {
  display: inline-block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
}

.capacity-box > span {
  margin-left: 4px;
}

.capacity-box small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
}

.capacity-box.total {
  background: rgba(255, 255, 255, 0.10);
}

.operator {
  align-self: center;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.65);
}

/* Facilities */
.dark-section {
  color: var(--white);
  background: var(--forest);
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.facility-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.facility-image {
  overflow: hidden;
}

.facility-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.facility-body {
  padding: 26px;
}

.facility-body h3 {
  margin-bottom: 6px;
}

.facility-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.facility-note {
  max-width: 760px;
  margin: 42px auto 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.78);
}

/* Nature */
.nature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
}

.nature-image img {
  width: 100%;
  aspect-ratio: 7 / 5;
  object-fit: cover;
}

.nature-content > p:not(.eyebrow) {
  color: var(--muted);
}

.nature-points {
  margin-top: 30px;
  border-top: 1px solid var(--line);
}

.nature-points > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.nature-points strong {
  color: var(--forest);
}

.nature-points span {
  color: var(--muted);
  font-size: 0.9rem;
}

/* Suitable */
.suitable-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.suitable-grid article {
  padding: 32px 26px;
  border-top: 2px solid var(--forest);
  background: var(--white);
}

.suitable-icon {
  display: block;
  margin-bottom: 30px;
  color: var(--forest-soft);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.4rem;
}

.suitable-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

/* Travel */
.travel-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch;
  background: var(--cream);
}

.travel-image {
  min-height: 520px;
}

.travel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.travel-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 70px);
}

.travel-content > p:not(.eyebrow) {
  color: var(--muted);
}

.travel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

/* FAQ */
.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 22px 50px 22px 0;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 6px;
  content: "+";
  color: var(--forest);
  font-size: 1.4rem;
  font-weight: 400;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 760px;
  padding: 0 0 24px;
  margin: 0;
  color: var(--muted);
}

/* Contact */
.contact-cta {
  position: relative;
  min-height: 540px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  text-align: center;
  isolation: isolate;
}

.contact-bg,
.contact-overlay {
  position: absolute;
  inset: 0;
}

.contact-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-overlay {
  background: rgba(14, 35, 27, 0.60);
}

.contact-content {
  position: relative;
  z-index: 1;
}

.contact-content h2 {
  max-width: 800px;
  margin-inline: auto;
}

.contact-content > p:not(.eyebrow) {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
}

/* Footer */
.site-footer {
  color: rgba(255, 255, 255, 0.82);
  background: #132b22;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  padding: 64px 0 40px;
}

.footer-brand {
  color: var(--white);
}

.footer-grid p {
  margin: 22px 0 0;
  font-size: 0.85rem;
}

.footer-grid nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 8px 28px;
  align-content: start;
  font-size: 0.85rem;
}

.footer-grid nav a:hover,
.footer-grid nav a:focus-visible {
  color: var(--white);
}

.footer-bottom {
  padding: 18px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.75rem;
}

/* Focus */
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

/* Responsive */
@media (max-width: 980px) {
  .main-nav {
    gap: 16px;
    font-size: 0.82rem;
  }

  .room-feature,
  .room-feature-reverse,
  .split-story,
  .nature-grid,
  .travel-card {
    grid-template-columns: 1fr;
  }

  .room-feature-reverse .room-image {
    order: 0;
  }

  .room-content {
    max-width: 720px;
  }

  .room-grid,
  .facility-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .capacity-equation {
    flex-wrap: wrap;
  }

  .travel-image {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 70px;
  }

  .container,
  .container.narrow {
    width: min(calc(100% - 30px), var(--max-width));
  }

  .header-inner {
    min-height: 68px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: 68px 0 auto;
    display: grid;
    gap: 0;
    max-height: calc(100vh - 68px);
    padding: 14px 20px 24px;
    overflow-y: auto;
    color: var(--ink);
    background: var(--paper);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-130%);
    transition: transform 250ms ease;
  }

  .main-nav.open {
    transform: translateY(0);
  }

  .main-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .main-nav a:not(.nav-cta)::after {
    display: none;
  }

  .nav-cta {
    margin-top: 10px;
    text-align: center;
    border: 1px solid var(--forest) !important;
    color: var(--forest);
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero {
    min-height: 82vh;
  }

  .hero-content {
    padding-top: 55px;
  }

  .hero-actions {
    flex-direction: column;
    width: min(100%, 320px);
    margin-inline: auto;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 65px;
  }

  .stat-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .stat-item:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .room-grid,
  .facility-grid,
  .suitable-grid {
    grid-template-columns: 1fr;
  }

  .room-feature {
    margin-bottom: 58px;
  }

  .room-grid {
    margin-bottom: 58px;
  }

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

  .capacity-equation {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .capacity-box {
    min-width: 0;
  }

  .operator {
    justify-self: center;
    line-height: 1;
  }

  .nature-points > div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .travel-image {
    min-height: 300px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding-top: 48px;
  }

  .footer-grid nav {
    grid-template-columns: 1fr 1fr;
  }

  .contact-cta {
    min-height: 500px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* =========================================================
   entire.52bnb.net
   HERO V1.1
   白字＋自然透明漸層＋高級民宿風
   ========================================================= */

.hero {
    position: relative;
    min-height: 78vh;
    display: flex;
    align-items: center;
    overflow: hidden;

    background-size: cover;
    background-position: center center;

    color: #fff;
}


/* 自然透明黑色漸層 */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
    linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.34) 0%,
        rgba(0, 0, 0, 0.22) 38%,
        rgba(0, 0, 0, 0.08) 72%,
        rgba(0, 0, 0, 0.02) 100%
    );
}


/* Hero 內容 */
.hero-content {
    position: relative;
    z-index: 2;

    width: min(1180px, 92%);
    margin: 0 auto;

    padding: 120px 0 100px;

    color: #fff;
}


/* Hero 小標 */
.hero-eyebrow {
    color: rgba(255, 255, 255, 0.92);

    font-size: 0.95rem;
    font-weight: 500;

    letter-spacing: 0.16em;

    text-shadow:
        0 1px 8px rgba(0, 0, 0, 0.35);
}


/* Hero H1 */
.hero h1 {
    max-width: 760px;

    margin: 0 0 24px;

    color: #fff;

    font-size: clamp(2.5rem, 5vw, 4.8rem);

    line-height: 1.12;

    font-weight: 600;

    letter-spacing: 0.04em;

    text-shadow:
        0 2px 16px rgba(0, 0, 0, 0.42);
}


/* Hero 說明文字 */
.hero p {
    max-width: 680px;

    margin: 0 0 34px;

    color: rgba(255, 255, 255, 0.94);

    font-size: clamp(1rem, 1.7vw, 1.25rem);

    line-height: 1.9;

    letter-spacing: 0.04em;

    text-shadow:
        0 1px 10px rgba(0, 0, 0, 0.35);
}


/* Hero 按鈕 */
.hero-actions {
    display: flex;

    flex-wrap: wrap;

    gap: 14px;
}


/* 主要按鈕 */
.hero .btn-primary {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 50px;

    padding: 0 28px;

    background: #fff;

    color: #2f3a32;

    border: 1px solid #fff;

    border-radius: 4px;

    font-weight: 600;

    letter-spacing: 0.05em;

    text-decoration: none;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}


.hero .btn-primary:hover {
    background: transparent;

    color: #fff;

    transform: translateY(-2px);
}


/* 次要按鈕 */
.hero .btn-secondary {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 50px;

    padding: 0 28px;

    background: rgba(255, 255, 255, 0.08);

    color: #fff;

    border: 1px solid rgba(255, 255, 255, 0.78);

    border-radius: 4px;

    font-weight: 500;

    letter-spacing: 0.05em;

    text-decoration: none;

    backdrop-filter: blur(3px);

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}


.hero .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.18);

    border-color: #fff;

    transform: translateY(-2px);
}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 760px) {

    .hero {
        min-height: 82vh;

        background-position: 60% center;
    }


    .hero::before {
        background:
    linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.18) 0%,
        rgba(0, 0, 0, 0.28) 52%,
        rgba(0, 0, 0, 0.40) 100%
    );
    }


    .hero-content {
        width: 88%;

        padding: 100px 0 70px;
    }


    .hero h1 {
        font-size: clamp(2.2rem, 10vw, 3.2rem);

        line-height: 1.2;
    }


    .hero p {
        font-size: 1rem;

        line-height: 1.8;
    }


    .hero-actions {
        flex-direction: column;

        align-items: stretch;
    }


    .hero .btn-primary,
    .hero .btn-secondary {
        width: 100%;

    }

}
