* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  color: #4a321f;
  background-color: #f4ead9;
}

.hero {
  width: 100%;
  min-height: 100vh;
  background-image: url("assets/hp3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.hero-content {
  max-width: 1050px;
  padding: 8vh 5vw;
}

.navbar {
  position: absolute;
  top: 2rem;
  right: 5vw;
  display: flex;
  gap: 2rem;
  z-index: 10;
}

.navbar a {
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-size: 0.85rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  color: #4b3525;
  text-decoration: none;
  transition: color 0.3s ease;
}

.navbar a:hover {
  color: #8a5f32;
}

.hero-content h1 {
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4.8vw, 5rem);
  font-weight: 200;
  letter-spacing: 0.05em;
  color: #8a5f32;
  margin-bottom: 1.1rem;
}


.hero-content p {
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-weight: 300;
  font-size: clamp(1.1rem, 1.9vw, 1.8rem);
  line-height: 1.6;
  letter-spacing: 0.03em;
  max-width: 1000px;
  color: #4b3525;
  margin-bottom: 3rem;
}

.hero-button {
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  font-weight: 300;
  display: inline-block;
  padding: 0.9rem 2.2rem;
  background-color: #a98355;
  color: #fffaf0;
  text-decoration: none;
  font-size: clamp(1rem, 1.5vw, 1.4rem);
  letter-spacing: 0.2em;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.hero-button:hover {
  background-color: #8a6842;
  transform: translateY(-2px);
}

/* Tablet */
@media (max-width: 900px) {
  .hero {
    background-position: center bottom;
  }

  .hero-content {
    padding: 7vh 6vw;
    max-width: 850px;
  }

  .hero-content p {
    max-width: 750px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .hero {
    min-height: 100vh;
    background-position: center bottom;
  }

  .hero-content {
    padding: 6vh 7vw;
  }

  .hero-content h1 {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }

  .hero-content p {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 2rem;
  }

  .hero-button {
    font-size: 1rem;
    padding: 0.85rem 1.8rem;
    letter-spacing: 0.18em;
  }
}
@media (max-width: 600px) {
  .navbar {
    top: 1.2rem;
    right: 7vw;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 85%;
  }

  .navbar a {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }
}


/* =========================
   COLLECTION PAGE
========================= */

.collection-page {
  min-height: 100vh;
  padding: 2rem 4.5vw 1.4rem;
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  color: #3d2b1f;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.75), transparent 28%),
    linear-gradient(135deg, #f7edde 0%, #efe0cc 100%);
  position: relative;
  overflow: hidden;
}

/* soft decorative background */
.collection-page::before {
  content: "☙";
  position: absolute;
  left: -3rem;
  top: 8rem;
  font-size: 18rem;
  color: rgba(138, 95, 50, 0.14);
  transform: rotate(25deg);
  pointer-events: none;
}

.collection-page::after {
  content: "☙";
  position: absolute;
  right: -2rem;
  bottom: 3rem;
  font-size: 16rem;
  color: rgba(138, 95, 50, 0.13);
  transform: rotate(-25deg);
  pointer-events: none;
}

/* Header */

.collection-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 5;
  margin-bottom: 1.8rem;
}

.collection-logo-link {
  display: inline-block;
}

.collection-logo {
  width: 115px;
  height: auto;
  display: block;
}

.collection-nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding-top: 0.8rem;
}

.collection-nav a {
  color: #3d2b1f;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 300;
  letter-spacing: 0.13em;
}

.collection-nav a.active {
  color: #8a5f32;
  border-bottom: 1px solid #8a5f32;
  padding-bottom: 0.35rem;
}

.collection-nav a:hover {
  color: #9a6b3b;
}

/* Intro */

.collection-intro {
  max-width: 1380px;
  margin: 0 auto 1.8rem;
  display: grid;
  grid-template-columns: auto 1px 1fr;
  gap: 2rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.collection-intro h1 {
  font-size: clamp(3.2rem, 5vw, 5.6rem);
  font-weight: 200;
  line-height: 1;
  color: #8a5f32;
}

.intro-divider {
  height: 70px;
  width: 1px;
  border-left: 1px dashed rgba(138, 95, 50, 0.45);
}

.collection-intro p {
  max-width: 420px;
  font-size: clamp(1rem, 1.25vw, 1.3rem);
  font-weight: 300;
  line-height: 1.55;
  font-style: italic;
  color: #6b4a2d;
}

/* Product grid */

.collection-grid {
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  position: relative;
  z-index: 2;
}

.product-card {
  height: 255px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  text-decoration: none;
  color: #fffaf0;
  background-color: rgba(255, 250, 242, 0.45);
  box-shadow: 0 10px 28px rgba(61, 42, 28, 0.14);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 38px rgba(61, 42, 28, 0.2);
}

.product-card:hover img {
  transform: scale(1.05);
  filter: brightness(0.65);
}

/* Hover content */

.card-overlay {
  position: absolute;
  inset: 0;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(
      to top,
      rgba(67, 43, 25, 0.78),
      rgba(67, 43, 25, 0.28),
      transparent
    );
  opacity: 0;
  transition: opacity 0.35s ease;
}

.product-card:hover .card-overlay {
  opacity: 1;
}

.card-overlay h2 {
  font-size: 1.45rem;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

.card-overlay p {
  max-width: 90%;
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.45;
  margin-bottom: 0.7rem;
}

.card-overlay span {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

/* Footer */

.collection-footer {
  max-width: 1380px;
  margin: 1.3rem auto 0;
  padding-top: 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(138, 95, 50, 0.28);
  position: relative;
  z-index: 2;
}

.collection-footer p {
  font-size: 0.85rem;
  font-weight: 300;
  color: #6b4a2d;
}

/* Tablet */

@media (max-width: 1050px) {
  .collection-page {
    overflow: auto;
  }

  .collection-logo {
    width: 95px;
  }

  .collection-nav {
    gap: 1.4rem;
  }

  .collection-nav a {
    font-size: 0.72rem;
  }

  .collection-intro {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .intro-divider {
    display: none;
  }

  .collection-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card {
    height: 280px;
  }
}

/* Mobile */

@media (max-width: 650px) {
  .collection-page {
    padding: 1.2rem 6vw 2rem;
    overflow: auto;
  }

  .collection-header {
    flex-direction: column;
    gap: 1rem;
  }

  .collection-logo {
    width: 88px;
  }

  .collection-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.8rem 1.1rem;
    padding-top: 0;
  }

  .collection-nav a {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .collection-intro {
    margin-bottom: 1.5rem;
  }

  .collection-intro h1 {
    font-size: 2.8rem;
  }

  .collection-intro p {
    font-size: 1rem;
  }

  .collection-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    height: 260px;
  }

  .card-overlay {
    opacity: 1;
  }

  .product-card img {
    filter: brightness(0.72);
  }

  .collection-footer {
    flex-direction: column;
    gap: 0.4rem;
    align-items: flex-start;
  }
}
/* =========================
   WORKSHOPS PAGE
========================= */

/* =========================
   WORKSHOPS PAGE - FIXED 16:9 NO SCROLL
========================= */

.workshops-page {
  width: 100vw;
  height: 100vh;
  padding: 1.5rem 4.5vw 0.9rem;
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  color: #3d2b1f;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.75), transparent 30%),
    linear-gradient(135deg, #f7edde 0%, #efe0cc 100%);
  position: relative;
  overflow: hidden;

  display: grid;
  grid-template-rows: 72px 95px 1fr 42px;
  row-gap: 0.8rem;
}

/* soft botanical background */
.workshops-page::before {
  content: "☙";
  position: absolute;
  left: -3.5rem;
  top: 8rem;
  font-size: 16rem;
  color: rgba(138, 95, 50, 0.13);
  transform: rotate(25deg);
  pointer-events: none;
}

.workshops-page::after {
  content: "☙";
  position: absolute;
  right: -2.5rem;
  bottom: 1rem;
  font-size: 14rem;
  color: rgba(138, 95, 50, 0.12);
  transform: rotate(-25deg);
  pointer-events: none;
}

/* Header */

.workshops-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.logo-link {
  display: inline-block;
}

.site-logo {
  width: 92px;
  height: auto;
  display: block;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding-top: 0.6rem;
}

.main-nav a {
  color: #3d2b1f;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.13em;
}

.main-nav a.active {
  color: #8a5f32;
  border-bottom: 1px solid #8a5f32;
  padding-bottom: 0.35rem;
}

.main-nav a:hover {
  color: #9a6b3b;
}

/* Title */

.workshops-title {
  max-width: 1380px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.workshops-title h1 {
  font-size: clamp(3rem, 4.5vw, 4.8rem);
  font-weight: 200;
  line-height: 1;
  color: #8a5f32;
  margin-bottom: 0.5rem;
}

.workshops-title p {
  font-size: clamp(0.95rem, 1.1vw, 1.15rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #5f4229;
}

/* Poster cards */

.workshops-grid {
  width: 100%;
  max-width: 1480px;
  min-height: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
  position: relative;
  z-index: 2;
}

.workshop-card {
  min-height: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  border-radius: 12px;
  background-color: rgba(255, 250, 242, 0.55);
  box-shadow: 0 10px 26px rgba(61, 42, 28, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.workshop-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.workshop-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 34px rgba(61, 42, 28, 0.22);
}

/* Footer */

.workshops-footer {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(138, 95, 50, 0.28);
  position: relative;
  z-index: 2;
}

.workshops-footer p {
  font-size: 0.78rem;
  font-weight: 300;
  color: #6b4a2d;
}
/* Tablet */

@media (max-width: 1050px) {
  .workshops-page {
    height: auto;
    min-height: 100vh;
    overflow: auto;
  }

  .workshops-header {
    height: auto;
    margin-bottom: 1.5rem;
  }

  .site-logo {
    width: 95px;
  }

  .main-nav {
    gap: 1.4rem;
  }

  .main-nav a {
    font-size: 0.72rem;
  }

  .workshops-title {
    height: auto;
    margin-bottom: 1.5rem;
  }

  .workshops-grid {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .workshop-card {
    height: 430px;
    max-height: none;
  }
}

/* Mobile */

@media (max-width: 650px) {
  .workshops-page {
    padding: 1.2rem 6vw 2rem;
    overflow: auto;
  }

  .workshops-header {
    flex-direction: column;
    gap: 1rem;
  }

  .site-logo {
    width: 88px;
  }

  .main-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.8rem 1.1rem;
    padding-top: 0;
  }

  .main-nav a {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .workshops-title h1 {
    font-size: 2.8rem;
  }

  .workshops-title p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .workshops-grid {
    grid-template-columns: 1fr;
  }

  .workshop-card {
    height: auto;
  }

  .workshop-card img {
    height: auto;
  }

  .workshops-footer {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
}

/* =========================
   CONTACT PAGE
========================= */

/* =========================
   CONTACT PAGE - FIXED DESKTOP / TABLET / MOBILE
========================= */

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  color: #3d2b1f;
  background-color: #f4eadc;
}

/* Main contact page */

.contact-page {
  width: 100vw;
  height: 100vh;
  padding: 1.2rem 4.5vw 0.8rem;
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  color: #3d2b1f;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.75), transparent 30%),
    linear-gradient(135deg, #f7edde 0%, #efe0cc 100%);
  position: relative;
  overflow: hidden;

  display: grid;
  grid-template-rows: 72px minmax(0, 1fr) 44px;
  row-gap: 0.5rem;
}

/* Decorative background */

.contact-page::before {
  content: "☙";
  position: absolute;
  left: -3.5rem;
  top: 10rem;
  font-size: 16rem;
  color: rgba(138, 95, 50, 0.13);
  transform: rotate(25deg);
  pointer-events: none;
}

.contact-page::after {
  content: "☙";
  position: absolute;
  right: -2.5rem;
  bottom: 1rem;
  font-size: 14rem;
  color: rgba(138, 95, 50, 0.12);
  transform: rotate(-25deg);
  pointer-events: none;
}

/* Header */

.contact-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.logo-link {
  display: inline-block;
}

.site-logo {
  width: 88px;
  height: auto;
  display: block;
}

/* Navigation */

.main-nav {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding-top: 0.6rem;
}

.main-nav a {
  color: #3d2b1f;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.13em;
}

.main-nav a.active {
  color: #8a5f32;
  border-bottom: 1px solid #8a5f32;
  padding-bottom: 0.35rem;
}

.main-nav a:hover {
  color: #9a6b3b;
}

/* Main content */

.contact-content {
  max-width: 1380px;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 4rem;
  align-items: center;

  position: relative;
  z-index: 2;
}

/* Image */

.contact-image-wrap {
  width: 100%;
  height: clamp(330px, 48vh, 430px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(61, 42, 28, 0.16);
}

/* Text */

.contact-info {
  max-width: 720px;
}

.contact-info h1 {
  font-size: clamp(3rem, 4.5vw, 4.6rem);
  font-weight: 200;
  line-height: 1;
  color: #8a5f32;
  margin-bottom: 0.7rem;
}

.contact-flower {
  font-size: 1.4rem;
  color: #9a6b3b;
  margin-bottom: 1rem;
}

.contact-intro {
  max-width: 720px;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  font-weight: 300;
  line-height: 1.5;
  color: #3d2b1f;
  margin-bottom: 1.2rem;
}

/* Contact rows */

.contact-list {
  width: 100%;
}

.contact-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px dashed rgba(138, 95, 50, 0.45);
  text-decoration: none;
  color: #3d2b1f;
  font-size: clamp(0.95rem, 1.1vw, 1.1rem);
  font-weight: 300;
  line-height: 1.35;
}

.contact-row:last-child {
  border-bottom: none;
}

.contact-row:hover {
  color: #8a5f32;
}

.contact-icon {
  font-size: 1.6rem;
  color: #8a5f32;
  text-align: center;
}

/* Footer */

.contact-footer {
  max-width: 1380px;
  width: 100%;
  height: 44px;
  margin: 0 auto;
  padding-top: 0.45rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(138, 95, 50, 0.28);
  position: relative;
  z-index: 2;
}

.contact-footer p {
  font-size: 0.76rem;
  font-weight: 300;
  color: #6b4a2d;
}

/* =========================
   TABLET
========================= */

@media (max-width: 1050px) {
  html,
  body {
    overflow: auto;
  }

  .contact-page {
    height: auto;
    min-height: 100vh;
    overflow: auto;
    padding: 1.5rem 5vw 1.2rem;
    display: block;
  }

  .contact-header {
    margin-bottom: 2rem;
  }

  .site-logo {
    width: 95px;
  }

  .main-nav {
    gap: 1.4rem;
  }

  .main-nav a {
    font-size: 0.72rem;
  }

  .contact-content {
    height: auto;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .contact-image-wrap {
    height: 380px;
    max-width: 760px;
    margin: 0 auto;
  }

  .contact-info {
    max-width: 760px;
    margin: 0 auto;
  }

  .contact-info h1 {
    font-size: 4rem;
  }

  .contact-intro {
    font-size: 1.1rem;
  }

  .contact-footer {
    height: auto;
    margin-top: 2rem;
    padding-top: 0.8rem;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {
  .contact-page {
    padding: 1.2rem 6vw 1rem;
  }

  .contact-page::before {
    left: -5rem;
    top: 12rem;
    font-size: 13rem;
  }

  .contact-page::after {
    right: -5rem;
    bottom: 5rem;
    font-size: 12rem;
  }

  .contact-header {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .site-logo {
    width: 88px;
  }

  .main-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.8rem 1.1rem;
    padding-top: 0;
  }

  .main-nav a {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .contact-content {
    gap: 1.8rem;
  }

  .contact-image-wrap {
    height: 270px;
  }

  .contact-image {
    border-radius: 12px;
  }

  .contact-info h1 {
    font-size: 2.8rem;
    margin-bottom: 0.6rem;
  }

  .contact-flower {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }

  .contact-intro {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }

  .contact-row {
    grid-template-columns: 38px 1fr;
    gap: 0.75rem;
    padding: 0.7rem 0;
    font-size: 0.95rem;
  }

  .contact-icon {
    font-size: 1.4rem;
  }

  .contact-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    margin-top: 1.5rem;
  }

  .contact-footer p {
    font-size: 0.72rem;
  }
}

/* =========================
   ABOUT PAGE - FINAL ONE SCREEN FIX
   Paste at the very bottom of style.css
========================= */

/* =========================
   ABOUT PAGE - ONE SCREEN ONLY
   Paste at the bottom of style.css
========================= */

.about-body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
  background-color: #f4eadc;
  color: #3e2b1f;
}

/* Main page */

.about-page {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  padding: 1rem 4.5vw 0.8rem;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.72), transparent 30%),
    linear-gradient(135deg, #f7edde 0%, #efe0cc 100%);
  position: relative;
  overflow: hidden;

  display: grid;
  grid-template-rows: 64px minmax(0, 1fr) 165px;
  row-gap: 0.5rem;
}

/* Decorative background */

.about-page::before {
  content: "☙";
  position: absolute;
  left: -4.5rem;
  top: 11rem;
  font-size: 15rem;
  color: rgba(138, 95, 50, 0.13);
  transform: rotate(25deg);
  pointer-events: none;
}

.about-page::after {
  content: "☙";
  position: absolute;
  right: -2.8rem;
  bottom: 2rem;
  font-size: 13rem;
  color: rgba(138, 95, 50, 0.12);
  transform: rotate(-20deg);
  pointer-events: none;
}

/* Header */

.about-page .site-header {
  height: 64px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  margin: 0;
}

.about-page .logo-link {
  display: inline-block;
}

.about-page .site-logo {
  width: 72px;
  height: auto;
  display: block;
}

/* Navigation */

.about-page .navbar {
  display: flex;
  gap: 2.3rem;
  align-items: center;
  padding-top: 0.55rem;
}

.about-page .navbar a {
  color: #3e2b1f;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 300;
  letter-spacing: 0.13em;
}

.about-page .navbar a.active {
  color: #8a5f32;
  border-bottom: 1px solid #8a5f32;
  padding-bottom: 0.35rem;
}

.about-page .navbar a:hover {
  color: #9a6b3b;
}

/* Main hero section */

.about-hero {
  max-width: 1380px;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3.5rem;
  align-items: center;

  position: relative;
  z-index: 2;
  overflow: hidden;
}

/* Image */

.about-image-wrap {
  width: 100%;
  height: clamp(270px, 43vh, 390px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 46% 46% 0 0;
  box-shadow: 0 14px 34px rgba(61, 42, 28, 0.16);
}

/* Text */

.about-content {
  max-width: 760px;
}

.about-content h1 {
  font-size: clamp(2.9rem, 4.4vw, 4.5rem);
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #8a5f32;
  margin-bottom: 0.55rem;
}

.small-flower {
  color: #a97742;
  font-size: 1.25rem;
  margin-bottom: 0.65rem;
}

.about-content p {
  font-size: clamp(0.9rem, 1vw, 1.03rem);
  font-weight: 300;
  line-height: 1.45;
  margin-bottom: 0.7rem;
  color: #3e2b1f;
}

/* Highlight box */

.highlight-box {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 0.9rem;
  align-items: center;
  border: 1px solid rgba(138, 95, 50, 0.35);
  border-radius: 14px;
  padding: 0.75rem 1rem;
  margin-top: 0.8rem;
  background-color: rgba(255, 250, 241, 0.35);
}

.highlight-box p {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.4;
}

.highlight-box em {
  color: #8a5f32;
  font-style: italic;
}

.line-icon {
  font-size: 2rem;
  color: #a06f3c;
  text-align: center;
}

/* Bottom cards */

.about-cards {
  max-width: 1380px;
  width: 100%;
  height: 165px;
  min-height: 0;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(4, 1fr);

  position: relative;
  z-index: 3;
  overflow: hidden;
}

.about-card {
  height: 100%;
  padding: 0.55rem 1.2rem;
  border-right: 1px dashed rgba(138, 95, 50, 0.38);
  overflow: hidden;
}

.about-card:last-child {
  border-right: none;
}

.card-icon {
  font-size: 1.4rem;
  color: #9a6b3b;
  margin-bottom: 0.3rem;
  line-height: 1;
}

.about-card p {
  font-size: clamp(0.66rem, 0.75vw, 0.78rem);
  font-weight: 300;
  line-height: 1.32;
}

/* =========================
   TABLET
========================= */

@media (max-width: 1050px) {
  .about-body {
    overflow: hidden;
  }

  .about-page {
    height: 100vh;
    height: 100svh;
    padding: 0.9rem 4vw 0.7rem;
    grid-template-rows: 60px minmax(0, 1fr) 185px;
    row-gap: 0.45rem;
  }

  .about-page .site-header {
    height: 60px;
  }

  .about-page .site-logo {
    width: 68px;
  }

  .about-page .navbar {
    gap: 1.2rem;
    padding-top: 0.5rem;
  }

  .about-page .navbar a {
    font-size: 0.66rem;
    letter-spacing: 0.1em;
  }

  .about-hero {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 2rem;
  }

  .about-image-wrap {
    height: clamp(240px, 38vh, 330px);
  }

  .about-content h1 {
    font-size: clamp(2.3rem, 4vw, 3.4rem);
    margin-bottom: 0.45rem;
  }

  .small-flower {
    font-size: 1rem;
    margin-bottom: 0.45rem;
  }

  .about-content p {
    font-size: 0.78rem;
    line-height: 1.35;
    margin-bottom: 0.45rem;
  }

  .highlight-box {
    grid-template-columns: 46px 1fr;
    gap: 0.6rem;
    padding: 0.6rem 0.75rem;
    margin-top: 0.55rem;
  }

  .highlight-box p {
    font-size: 0.72rem;
    line-height: 1.3;
  }

  .line-icon {
    font-size: 1.55rem;
  }

  .about-cards {
    height: 185px;
    grid-template-columns: repeat(4, 1fr);
  }

  .about-card {
    padding: 0.55rem 0.75rem;
  }

  .card-icon {
    font-size: 1.15rem;
    margin-bottom: 0.25rem;
  }

  .about-card p {
    font-size: 0.62rem;
    line-height: 1.28;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {
  .about-body {
    overflow: hidden;
  }

  .about-page {
    height: 100vh;
    height: 100svh;
    padding: 0.75rem 5vw 0.6rem;
    grid-template-rows: 88px minmax(0, 1fr) 250px;
    row-gap: 0.4rem;
  }

  .about-page::before {
    left: -5rem;
    top: 10rem;
    font-size: 11rem;
  }

  .about-page::after {
    right: -5rem;
    bottom: 4rem;
    font-size: 10rem;
  }

  .about-page .site-header {
    height: 88px;
    flex-direction: column;
    gap: 0.5rem;
  }

  .about-page .site-logo {
    width: 60px;
  }

  .about-page .navbar {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.5rem 0.85rem;
    padding-top: 0;
  }

  .about-page .navbar a {
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }

  .about-hero {
    grid-template-columns: 0.82fr 1.18fr;
    gap: 0.85rem;
  }

  .about-image-wrap {
    height: 210px;
  }

  .about-photo {
    border-radius: 44% 44% 0 0;
  }

  .about-content h1 {
    font-size: 1.75rem;
    line-height: 1;
    margin-bottom: 0.3rem;
  }

  .small-flower {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
  }

  .about-content p {
    font-size: 0.58rem;
    line-height: 1.28;
    margin-bottom: 0.32rem;
  }

  .highlight-box {
    grid-template-columns: 1fr;
    gap: 0.2rem;
    padding: 0.45rem;
    margin-top: 0.4rem;
    border-radius: 10px;
  }

  .highlight-box p {
    font-size: 0.52rem;
    line-height: 1.25;
  }

  .line-icon {
    display: none;
  }

  .about-cards {
    height: 250px;
    grid-template-columns: repeat(2, 1fr);
  }

  .about-card {
    padding: 0.4rem 0.55rem;
    border-right: 1px dashed rgba(138, 95, 50, 0.28);
    border-bottom: 1px dashed rgba(138, 95, 50, 0.28);
  }

  .about-card:nth-child(2),
  .about-card:nth-child(4) {
    border-right: none;
  }

  .about-card:nth-child(3),
  .about-card:nth-child(4) {
    border-bottom: none;
  }

  .card-icon {
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
  }

  .about-card p {
    font-size: 0.5rem;
    line-height: 1.18;
  }
}