@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

:root {
  --cream: #fbf6ef;
  --paper: #fffdfa;
  --ink: #26151a;
  --wine: #6f1f3b;
  --wine-dark: #3b1725;
  --rose: #b94b6d;
  --blush: #f4dfe3;
  --gold: #c89a4b;
  --line: rgba(59, 23, 37, .14);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.notice { padding: 9px 20px; color: #fff9f0; background: var(--wine-dark); text-align: center; font-size: 12px; letter-spacing: .09em; }
.site-header { position: sticky; top: 0; z-index: 50; min-height: 78px; padding: 0 clamp(20px, 4vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: rgba(255, 253, 250, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand { width: 154px; height: 60px; display: inline-flex; align-items: center; text-decoration: none; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: 14px; }
.site-header nav a { text-decoration: none; }
.site-header nav a:not(.nav-cta):hover { color: var(--wine); }
.nav-cta { padding: 12px 18px; color: white; background: var(--wine); border-radius: 999px; font-weight: 700; }
.menu-button { display: none; border: 0; background: transparent; color: var(--wine); font-weight: 700; }
.hero { min-height: 680px; padding: clamp(55px, 7vw, 105px) clamp(24px, 6vw, 100px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr); align-items: center; gap: clamp(40px, 7vw, 110px); overflow: hidden; background: radial-gradient(circle at 80% 45%, #f4dfe3 0, #f8ece8 28%, transparent 56%); }
.eyebrow { margin: 0 0 18px; color: var(--rose); font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.hero h1, .section h2, .brand-story h2 { margin: 0; font-family: var(--serif); font-weight: 600; line-height: .98; }
.hero h1 { max-width: 780px; font-size: clamp(53px, 6.2vw, 96px); }
.hero h1 em { color: var(--wine); font-weight: 600; }
.hero-lead { max-width: 630px; margin: 30px 0; color: #6d565d; font-size: clamp(16px, 1.3vw, 19px); line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; padding: 0 24px; align-items: center; justify-content: center; border-radius: 999px; text-decoration: none; font-weight: 800; }
.button.primary { color: white; background: var(--wine); box-shadow: 0 12px 34px rgba(111, 31, 59, .2); }
.button.primary:hover { transform: translateY(-2px); }
.button.text { padding-inline: 4px; color: var(--wine); }
.hero-points { margin-top: 44px; padding-top: 22px; display: flex; gap: 25px; border-top: 1px solid var(--line); color: #705c62; font-size: 12px; }
.hero-points b { margin-right: 5px; color: var(--wine); }
.hero-gallery { position: relative; min-height: 520px; }
.hero-gallery figure { margin: 0; overflow: hidden; box-shadow: 0 30px 70px rgba(59, 23, 37, .15); }
.hero-gallery img { width: 100%; height: 100%; object-fit: cover; }
.hero-main { position: absolute; inset: 0 16% 0 0; border-radius: 48% 48% 16px 16px; background: white; }
.hero-small { position: absolute; right: 0; bottom: -25px; width: 35%; height: 53%; border: 10px solid var(--cream); border-radius: 20px 20px 100px 100px; }
.hero-seal { position: absolute; top: 12%; right: 2%; width: 118px; height: 118px; display: grid; place-content: center; border-radius: 50%; color: white; background: var(--wine); text-align: center; box-shadow: 0 15px 35px rgba(111, 31, 59, .25); }
.hero-seal span { font-family: var(--serif); font-size: 34px; }
.hero-seal small { font-size: 9px; letter-spacing: .1em; }
.section { padding: clamp(70px, 8vw, 125px) clamp(22px, 6vw, 100px); }
.section-heading { margin-bottom: 38px; display: grid; grid-template-columns: 1fr minmax(300px, 540px); align-items: end; gap: 40px; }
.section-heading h2 { font-size: clamp(39px, 4.5vw, 65px); }
.section-heading > p { margin: 0; color: #755f66; line-height: 1.8; }
.catalog { background: var(--paper); }
.catalog-tools { margin-bottom: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.filters button { padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; color: #624c53; background: transparent; cursor: pointer; }
.filters button.active, .filters button:hover { color: white; border-color: var(--wine); background: var(--wine); }
.search { width: min(100%, 310px); display: flex; align-items: center; border-bottom: 1px solid #9d8c91; }
.search span { color: #9b7c85; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.search input { width: 100%; padding: 11px; border: 0; outline: 0; background: transparent; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.product-card { min-width: 0; background: white; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 22px 45px rgba(59, 23, 37, .09); }
.product-card[hidden] { display: none; }
.product-image { position: relative; aspect-ratio: 4 / 4.5; display: block; overflow: hidden; background: #f2e8e4; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-image > span { position: absolute; left: 16px; top: 16px; min-width: 50px; padding: 9px 11px; color: white; background: rgba(59, 23, 37, .88); border-radius: 999px; text-align: center; font-size: 12px; font-weight: 800; }
.product-image > b { position: absolute; right: 16px; top: 16px; padding: 9px 12px; color: var(--wine-dark); background: #f6dc9c; border-radius: 999px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.product-info { padding: 24px; }
.product-info > p { margin: 0 0 10px; color: var(--rose); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-info h3 { min-height: 58px; margin: 0; font-family: var(--serif); font-size: 23px; line-height: 1.22; }
.product-info h3 a { text-decoration: none; }
.product-info > span { min-height: 52px; margin: 13px 0 18px; display: block; color: #766369; font-size: 13px; line-height: 1.6; }
.product-info > div { padding-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid var(--line); }
.product-info strong { color: var(--wine); font-size: 18px; }
.product-info div a { color: var(--wine); font-size: 12px; font-weight: 800; }
.empty { padding: 50px; text-align: center; color: #806970; }
.collections { color: white; background: var(--wine-dark); }
.section-heading.light .eyebrow { color: #eeb6c5; }
.section-heading.light > p { color: #d8c2c9; }
.collection-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.collection { position: relative; min-height: 500px; overflow: hidden; border-radius: 22px; }
.collection::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(28, 9, 16, .86), transparent 68%); }
.collection img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.collection:hover img { transform: scale(1.035); }
.collection span { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 34px; display: grid; gap: 10px; }
.collection small { color: #f4c7d4; font-weight: 800; letter-spacing: .15em; }
.collection b { font-family: var(--serif); font-size: clamp(31px, 3vw, 46px); }
.collection em { font-style: normal; font-weight: 700; }
.service { display: grid; grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr); gap: clamp(50px, 8vw, 130px); align-items: center; background: #f5ebe4; }
.service-image { height: 720px; overflow: hidden; border-radius: 50% 50% 12px 12px; }
.service-image img { width: 100%; height: 100%; object-fit: cover; }
.service-copy h2 { max-width: 700px; font-size: clamp(42px, 5vw, 72px); }
.steps { margin: 38px 0; display: grid; }
.steps > div { padding: 21px 0; display: grid; grid-template-columns: 45px 1fr; gap: 20px; border-top: 1px solid var(--line); }
.steps > div:last-child { border-bottom: 1px solid var(--line); }
.steps b { color: var(--rose); }
.steps span { color: #6f5b61; line-height: 1.65; }
.steps strong { display: block; margin-bottom: 3px; color: var(--ink); }
.brand-story { padding: clamp(85px, 11vw, 180px) 10%; color: #fff; background: linear-gradient(120deg, var(--wine), #8d2e4c); text-align: center; }
.brand-story .eyebrow { color: #f2c3d0; }
.brand-story h2 { max-width: 1050px; margin: auto; font-size: clamp(47px, 6.5vw, 90px); }
.brand-story > p:not(.eyebrow) { max-width: 780px; margin: 32px auto; color: #edd9df; line-height: 1.9; }
.brand-story a { font-weight: 800; }
footer { padding: 48px clamp(24px, 6vw, 100px); display: grid; grid-template-columns: 1.2fr 1fr 1fr; align-items: center; gap: 25px; color: #705c62; background: #f3ece5; border-top: 1px solid var(--line); }
.footer-brand { width: 176px; height: 92px; }
footer > p { text-align: center; font-size: 13px; }
footer nav { display: flex; justify-content: flex-end; gap: 19px; font-size: 13px; }
footer nav a { text-decoration: none; }
footer > small { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid var(--line); text-align: center; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 45px; }
  .hero-main { right: 8%; }
  .hero-small, .hero-seal { display: none; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .collection.agarwood { grid-column: 1 / -1; min-height: 460px; }
  .collection.agarwood img { object-position: center 62%; }
  .service { gap: 55px; }
}

@media (max-width: 780px) {
  .notice { font-size: 9px; }
  .site-header { min-height: 68px; padding-inline: 17px; }
  .brand { width: 124px; height: 52px; }
  .menu-button { display: block; }
  .site-header nav { position: absolute; top: 68px; left: 0; right: 0; padding: 22px; display: none; align-items: stretch; flex-direction: column; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 12px 30px rgba(59, 23, 37, .1); }
  .site-header nav.open { display: flex; }
  .site-header nav a { padding: 13px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: 0; padding: 58px 20px 75px; grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(48px, 14vw, 70px); }
  .hero-lead { font-size: 15px; }
  .hero-points { display: grid; gap: 9px; }
  .hero-gallery { min-height: 430px; }
  .hero-main { inset: 0; border-radius: 50% 50% 16px 16px; }
  .section { padding: 75px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-heading h2 { font-size: 43px; }
  .catalog-tools { align-items: stretch; flex-direction: column; }
  .search { width: 100%; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { aspect-ratio: 4 / 4.2; }
  .collection-grid { grid-template-columns: 1fr; }
  .collection { min-height: 480px; }
  .collection.agarwood { grid-column: auto; }
  .service { grid-template-columns: 1fr; }
  .service-image { height: 520px; }
  .service-copy h2 { font-size: 45px; }
  .brand-story { padding-inline: 20px; }
  .brand-story h2 { font-size: 48px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  footer > p { margin: 0; }
  footer nav { justify-content: center; }
  footer > small { grid-column: auto; }
}
