@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Manrope:wght@400;500;600&family=Noto+Naskh+Arabic:wght@400;500;600&family=Noto+Sans+SC:wght@400;500;600&family=Noto+Serif+SC:wght@400;500;600&display=swap");

:root {
  --ink: #123536;
  --deep: #052c2e;
  --teal: #062f31;
  --teal-soft: #1d5555;
  --gold: #d5b66e;
  --gold-bright: #e5c889;
  --cream: #f8f3e9;
  --ivory: #fbf7ef;
  --mist: #d7ded9;
  --line: #d5c6a7;
  --text: #172829;
  --muted: #62716d;
  --display: "Cormorant Garamond", "Palatino Linotype", Georgia, serif;
  --body: "Manrope", "Segoe UI", sans-serif;
  --arabic: "Noto Naskh Arabic", "Traditional Arabic", serif;
  --chinese-display: "Noto Serif SC", "Songti SC", "SimSun", serif;
  --chinese-body: "Noto Sans SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--text); background: var(--ivory); font-family: var(--body); font-size: 15px; line-height: 1.65; }
body::selection { background: var(--gold); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
button { border-radius: 0; }
img { max-width: 100%; }
.locale-shell { min-height: 100vh; overflow: clip; background: var(--ivory); }
.locale-shell:lang(ar) { font-family: var(--arabic); font-size: 17px; }
.locale-shell:lang(ar) h1, .locale-shell:lang(ar) h2, .locale-shell:lang(ar) h3 { font-family: var(--arabic); letter-spacing: 0; }
.locale-shell:lang(zh-CN) { font-family: var(--chinese-body); }
.locale-shell:lang(zh-CN) h1, .locale-shell:lang(zh-CN) h2, .locale-shell:lang(zh-CN) h3 { font-family: var(--chinese-display); letter-spacing: .01em; }
.locale-shell:lang(zh-CN) .eyebrow, .locale-shell:lang(zh-CN) .main-nav a { letter-spacing: .16em; }
.page-section { padding: 130px max(6vw, 28px); }

/* Brand and navigation */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251, 248, 241, .96); border-bottom: 1px solid rgba(6,31,32,.1); backdrop-filter: blur(18px); }
.announcement { height: 30px; padding: 0 max(3.5vw, 20px); display: flex; align-items: center; justify-content: space-between; background: var(--ink); color: #dbe2dc; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.announcement a { display: flex; gap: 7px; align-items: center; color: var(--gold-bright); }
.nav-shell { height: 108px; padding: 0 max(3.5vw, 20px); display: grid; grid-template-columns: 285px 1fr auto; align-items: center; gap: 32px; }
.brand-mark { display: inline-flex; align-items: center; justify-content: flex-start; gap: 15px; width: max-content; color: var(--ink); direction: ltr; }
.brand-logo-image { display: block; width: auto; height: 86px; object-fit: contain; }
.brand-mark.image-only { gap: 0; }
.brand-symbol { width: 45px; height: 45px; color: var(--teal); }
.brand-wording { display: flex; flex-direction: column; min-width: max-content; line-height: 1; }
.brand-wording strong { font-family: var(--display); font-size: 23px; font-weight: 600; letter-spacing: .075em; }
.brand-wording small { margin-top: 8px; font-family: var(--display); font-size: 13px; font-style: italic; letter-spacing: .08em; color: #8a6b3d; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.4vw, 42px); }
.main-nav a { position: relative; padding: 35px 0 33px; font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; inset-inline: 50% 50%; bottom: 25px; height: 1px; background: var(--teal); transition: inset .3s ease; }
.main-nav a:hover::after, .main-nav a.active::after { inset-inline: 0 0; }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.language-menu { display: inline-flex; align-items: center; border: 1px solid rgba(6,31,32,.2); background: rgba(255,255,255,.28); direction: ltr; }
.language-menu a { min-height: 44px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; border-inline-end: 1px solid rgba(6,31,32,.13); color: #60706e; font-size: 14px; font-weight: 600; transition: background .2s, color .2s; }
.language-menu a:last-child { border-inline-end: 0; }
.language-menu a:hover, .language-menu a.active { background: var(--teal); color: var(--cream); }
.nav-inquiry { padding: 13px 20px; border: 1px solid var(--teal); font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; transition: .25s; }
.nav-inquiry:hover { background: var(--teal); color: var(--cream); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

/* Shared type and actions */
.eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--teal); font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow i { display: block; width: 30px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--gold-bright); }
.gold-button, .cream-button { min-height: 51px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid var(--gold); background: var(--gold); color: var(--ink); font-size: 10px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; transition: transform .25s, background .25s, color .25s; }
.gold-button:hover, .cream-button:hover { transform: translateY(-2px); background: transparent; color: var(--gold-bright); }
.cream-button { background: var(--cream); border-color: var(--cream); }
.cream-button:hover { color: var(--cream); }
.text-link { display: inline-flex; align-items: center; gap: 24px; border-bottom: 1px solid rgba(6,31,32,.3); padding-bottom: 7px; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.text-link span { font-size: 16px; transition: transform .25s; }
.text-link:hover span { transform: translate(3px, -3px); }
[dir="rtl"] .text-link:hover span { transform: translate(-3px, -3px); }
.light-link { color: var(--cream); border-color: rgba(246,240,228,.35); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 58px; }
.section-heading > div:first-child { max-width: 720px; }
.section-heading h2 { max-width: 700px; margin: 15px 0 15px; font-family: var(--display); font-size: clamp(43px, 5vw, 74px); font-weight: 500; line-height: .95; letter-spacing: -.035em; }
.section-heading p { max-width: 600px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.section-heading.align-center { justify-content: center; text-align: center; }
.chapter-number { display: block; margin-bottom: 35px; color: var(--gold); font-family: var(--display); font-size: 30px; }

/* Home hero */
.home-hero { position: relative; min-height: 750px; display: grid; grid-template-columns: 42% 58%; background: var(--deep); color: var(--cream); }
.home-hero::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(214,176,108,.32); pointer-events: none; z-index: 4; }
.hero-grain { position: absolute; inset: 0; opacity: .12; pointer-events: none; z-index: 2; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
.hero-copy { position: relative; z-index: 5; align-self: center; padding: 95px 5vw 115px 7vw; }
.hero-copy h1 { margin: 24px 0 27px; font-family: var(--display); font-size: clamp(66px, 7vw, 112px); font-weight: 500; line-height: .84; letter-spacing: -.045em; color: var(--cream); }
.hero-copy p { max-width: 520px; margin: 0; color: #cfdbd4; font-size: 14px; line-height: 1.95; }
.hero-actions { margin-top: 39px; display: flex; align-items: center; gap: 34px; flex-wrap: wrap; }
.hero-image { position: relative; min-height: 750px; margin-left: -1px; overflow: hidden; }
.hero-image > img { object-fit: cover; filter: saturate(.72) contrast(.97); transform: scale(1.01); }
.hero-image::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--deep) 0%, rgba(5,47,49,.28) 22%, transparent 55%), linear-gradient(0deg, rgba(3,25,26,.25), transparent 50%); }
.image-frame { position: absolute; inset: 45px 42px 45px 0; z-index: 3; border: 1px solid var(--gold); border-left: 0; }
.hero-seal { position: absolute; z-index: 4; right: 5.5vw; bottom: 100px; width: 134px; height: 134px; border: 1px solid var(--gold); border-radius: 50%; display: grid; grid-template-columns: 1fr 1.35fr; align-items: center; padding: 20px; color: var(--cream); backdrop-filter: blur(8px); background: rgba(5,47,49,.42); }
.hero-seal::before, .hero-seal::after { content: ""; position: absolute; border: 1px solid rgba(214,176,108,.36); border-radius: 50%; inset: 6px; }
.hero-seal::after { inset: -8px; border-style: dashed; }
.hero-seal span { font-family: var(--display); font-size: 42px; color: var(--gold-bright); }
.hero-seal small { font-size: 7px; letter-spacing: .12em; line-height: 1.7; }
.hero-rail { position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 6vw; background: rgba(6,31,32,.88); border-top: 1px solid rgba(214,176,108,.35); font-size: 8px; letter-spacing: .25em; color: #b9c8c1; }
.reveal-1 { animation: revealUp .9s .08s both; }
.reveal-2 { animation: revealFade 1.1s .15s both; }
@keyframes revealUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes revealFade { from { opacity: 0; transform: scale(1.025); } to { opacity: 1; transform: none; } }

/* Material story */
.material-story { display: grid; grid-template-columns: 52% 48%; gap: 0; align-items: center; background: var(--cream); }
.material-image { position: relative; min-height: 610px; margin-right: 5vw; }
.material-image::before { content: ""; position: absolute; z-index: 3; inset: -17px 22px 17px -17px; border: 1px solid var(--gold); pointer-events: none; }
.material-image > img { object-fit: cover; filter: saturate(.72) sepia(.05); }
.material-tag { position: absolute; z-index: 4; bottom: -24px; right: -30px; width: 170px; height: 170px; border-radius: 50%; background: var(--teal); color: var(--cream); border: 1px solid var(--gold); display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.material-tag::after { content: ""; position: absolute; inset: 8px; border: 1px dashed var(--gold); border-radius: inherit; }
.material-tag span { font-family: var(--display); font-size: 56px; line-height: 1; color: var(--gold-bright); }
.material-copy { padding: 50px 2vw 50px 5vw; }
.material-copy .section-heading { margin-bottom: 30px; }
.signature-line { margin: 36px 0 40px; display: flex; align-items: center; gap: 15px; color: var(--teal); font-family: var(--display); font-size: 22px; font-style: italic; }
.signature-line i { width: 34px; height: 1px; background: var(--gold); }

/* Products */
.collections-section { background: var(--ivory); border-top: 1px solid rgba(6,31,32,.09); }
.featured-grid, .products-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 28px; }
.featured-grid .product-card { grid-column: span 3; }
.product-card { --product-accent: var(--gold); }
.product-image-wrap { position: relative; display: block; aspect-ratio: .77; overflow: hidden; background: #d9d4ca; }
.product-image { object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s; filter: saturate(.68); }
.product-card:hover .product-image { transform: scale(1.045); filter: saturate(.86); }
.product-image-wrap::after { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(246,240,228,.55); transition: inset .35s; }
.product-card:hover .product-image-wrap::after { inset: 20px; }
.product-index { position: absolute; z-index: 2; top: 25px; left: 25px; color: #fff; font-family: var(--display); font-size: 22px; text-shadow: 0 2px 12px rgba(0,0,0,.4); }
[dir="rtl"] .product-index { left: auto; right: 25px; }
.product-arrow { position: absolute; z-index: 3; right: 0; bottom: 0; width: 54px; height: 54px; display: grid; place-items: center; background: var(--ivory); color: var(--teal); }
[dir="rtl"] .product-arrow { right: auto; left: 0; }
.product-card-copy { padding: 22px 4px 6px; border-bottom: 1px solid rgba(6,31,32,.18); }
.product-card-copy p { margin: 0 0 8px; color: #8c6a37; font-size: 8px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.product-card-copy h3 { margin: 0; font-family: var(--display); font-size: 28px; font-weight: 500; line-height: 1.08; }
.product-card-copy h3 a { transition: color .25s; }
.product-card:hover h3 a { color: var(--teal-soft); }
.product-card-copy > span { display: block; margin: 8px 0 18px; color: var(--muted); font-size: 10px; }

/* Standards */
.standards-section { background: var(--teal); color: var(--cream); border-top: 4px double var(--gold); border-bottom: 4px double var(--gold); }
.standards-title .section-heading h2 { color: var(--cream); }
.standards-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.standard-card { min-height: 290px; padding: 42px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.roundel { position: relative; width: 86px; height: 86px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; color: var(--gold-bright); }
.roundel::after { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(214,176,108,.55); border-radius: inherit; }
.roundel span { position: absolute; right: -5px; top: -5px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink); font-size: 7px; }
.standard-card h3 { margin: 30px 0 10px; font-family: var(--display); font-size: 29px; font-weight: 500; }
.standard-card p { margin: 0; color: #bfcfca; font-size: 12px; line-height: 1.8; }
.consultation-banner { min-height: 650px; position: relative; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--cream); }
.consultation-image { position: relative; min-height: 650px; }
.consultation-image > img { object-fit: cover; filter: saturate(.55) brightness(.68); }
.consultation-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 40%, var(--ink)); }
.consultation-copy { align-self: center; padding: 80px 9vw 80px 4vw; position: relative; }
.consultation-copy::after { content: ""; position: absolute; width: 390px; height: 390px; border: 1px solid rgba(214,176,108,.2); border-radius: 50%; right: 3vw; top: 50%; transform: translateY(-50%); pointer-events: none; }
.consultation-copy h2 { position: relative; z-index: 1; margin: 20px 0; font-family: var(--display); font-size: clamp(52px, 6vw, 88px); line-height: .9; font-weight: 500; }
.consultation-copy p { max-width: 500px; margin-bottom: 32px; color: #b9c8c1; }
.consultation-actions { position: relative; z-index: 2; display: flex; align-items: stretch; gap: 10px; flex-wrap: wrap; }
.contact-outline { min-height: 51px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid rgba(229,200,137,.65); background: transparent; color: var(--cream); cursor: pointer; font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transition: background .25s, color .25s, border-color .25s; }
.contact-outline:hover { border-color: var(--gold-bright); background: var(--gold-bright); color: var(--ink); }

/* Inner hero and filters */
.inner-hero { position: relative; min-height: 475px; padding: 100px max(9vw, 40px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--teal); color: var(--cream); overflow: hidden; border-bottom: 4px double var(--gold); }
.inner-hero h1 { position: relative; z-index: 2; margin: 20px 0 18px; font-family: var(--display); font-size: clamp(74px, 10vw, 150px); font-weight: 500; line-height: .8; letter-spacing: -.05em; }
.inner-hero p { position: relative; z-index: 2; max-width: 620px; margin: 0; color: #c7d2cd; }
.inner-orbit { position: absolute; width: 620px; height: 620px; border: 1px solid rgba(214,176,108,.28); border-radius: 50%; right: -60px; top: -220px; }
.inner-orbit::before, .inner-orbit::after { content: ""; position: absolute; border: 1px solid rgba(214,176,108,.16); border-radius: 50%; inset: 45px; }
.inner-orbit::after { inset: 110px; }
.hero-material-word { position: absolute; right: 4vw; bottom: -62px; color: rgba(246,240,228,.035); font-family: var(--display); font-size: 300px; line-height: 1; }
.product-index-section { padding-top: 80px; }
.filter-bar { margin-bottom: 60px; display: flex; gap: 0; border-bottom: 1px solid rgba(6,31,32,.18); overflow-x: auto; }
.filter-bar button { min-width: 170px; padding: 18px 24px; display: flex; justify-content: space-between; gap: 24px; border: 0; border-bottom: 2px solid transparent; background: transparent; cursor: pointer; color: #75817f; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.filter-bar button span { font-family: var(--display); font-size: 15px; }
.filter-bar button.active { border-color: var(--teal); color: var(--teal); }
.products-grid .product-card { grid-column: span 4; }

/* Product detail */
.product-detail-hero { min-height: 760px; display: grid; grid-template-columns: 58% 42%; overflow: hidden; background: var(--teal); color: var(--cream); }
.detail-image-panel { position: relative; min-height: 760px; overflow: hidden; }
.detail-image-panel > img { object-fit: cover; filter: saturate(.72); }
.detail-image-panel::after { content: ""; position: absolute; inset: 26px; border: 1px solid rgba(229,200,137,.55); }
.detail-image-number { position: absolute; z-index: 2; left: 50px; top: 45px; width: 58px; height: 58px; display: grid; place-items: center; background: var(--cream); color: var(--teal); font-family: var(--display); font-size: 24px; }
.detail-copy-panel { position: relative; padding: 60px 6vw; display: flex; flex-direction: column; justify-content: center; background-image: radial-gradient(circle at 100% 0, rgba(214,176,108,.12), transparent 40%); }
.detail-copy-panel::after { content: ""; position: absolute; right: -150px; bottom: -180px; width: 420px; height: 420px; border: 1px solid rgba(214,176,108,.15); border-radius: 50%; }
.back-link { position: absolute; top: 45px; display: inline-flex; align-items: center; gap: 10px; color: #bfcfca; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
[dir="rtl"] .back-link svg { transform: rotate(180deg); }
.detail-copy-panel h1 { margin: 23px 0 23px; font-family: var(--display); font-size: clamp(58px, 6vw, 90px); font-weight: 500; line-height: .86; }
.detail-description { max-width: 540px; margin: 0 0 28px; color: #c7d2cd; font-size: 14px; line-height: 1.9; }
.material-spec { padding: 18px 0; display: flex; flex-direction: column; gap: 4px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.material-spec span { color: var(--gold); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.material-spec strong { font-family: var(--display); font-size: 22px; font-weight: 500; }
.feature-list { margin: 25px 0 30px; padding: 0; list-style: none; display: grid; gap: 10px; }
.feature-list li { display: flex; align-items: center; gap: 10px; color: #d7e0dc; font-size: 12px; }
.feature-list svg { color: var(--gold); }
.detail-actions { position: relative; z-index: 2; display: flex; gap: 12px; }
.circle-action { width: 51px; height: 51px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); }
.product-code { margin-top: 30px; color: #809a95; font-size: 8px; letter-spacing: .24em; }
.related-section { background: var(--cream); }

/* About */
.about-hero { background: var(--teal); color: var(--cream); }
.about-title { min-height: 385px; padding: 80px max(8vw, 35px); display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.about-title::after { content: "HAMMYKOTI"; position: absolute; right: -10px; bottom: -55px; color: rgba(246,240,228,.03); font-family: var(--display); font-size: 190px; line-height: 1; }
.about-title h1 { max-width: 970px; margin: 20px 0 0; font-family: var(--display); font-size: clamp(64px, 8vw, 116px); line-height: .87; font-weight: 500; }
.about-hero-image { position: relative; height: 470px; border-top: 4px double var(--gold); }
.about-hero-image > img { object-fit: cover; filter: saturate(.58) brightness(.75); }
.about-hero-image > span { position: absolute; left: 7vw; bottom: 45px; color: var(--gold); font-family: var(--display); font-size: 20px; letter-spacing: .2em; line-height: 1.2; }
.about-story { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.about-story-image { position: relative; height: 590px; }
.about-story-image > img { object-fit: cover; filter: saturate(.65); }
.about-story-image::before { content: ""; position: absolute; z-index: 2; inset: 20px -20px -20px 20px; border: 1px solid var(--gold); }
.team-vision { display: grid; grid-template-columns: 1fr 1fr; padding-top: 10px; }
.team-copy, .vision-copy { padding: 70px 5vw; border: 1px solid rgba(6,31,32,.14); }
.vision-copy { background: var(--cream); border-left: 0; }
.values-band { padding: 95px max(6vw,28px); background: var(--teal); color: var(--cream); border-block: 4px double var(--gold); }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.values-grid article { padding: 15px 5vw 20px; border-right: 1px solid var(--line); }
.values-grid article:last-child { border-right: 0; }
.values-grid article > div { display: flex; justify-content: space-between; color: var(--gold-bright); }
.values-grid h3 { margin: 28px 0 10px; font-family: var(--display); font-size: 34px; font-weight: 500; }
.values-grid p { color: #c1d0ca; font-size: 12px; }

/* Contact */
.contact-page { min-height: 760px; display: grid; grid-template-columns: 44% 56%; background: var(--teal); color: var(--cream); }
.contact-intro { position: relative; overflow: hidden; padding: 110px 5vw 100px 7vw; border-right: 1px solid var(--line); }
.contact-intro h1 { max-width: 650px; margin: 22px 0 24px; font-family: var(--display); font-size: clamp(65px, 7vw, 104px); font-weight: 500; line-height: .85; }
.contact-intro > p { max-width: 520px; color: #bdccc6; font-size: 16px; line-height: 1.9; }
.contact-methods { margin-top: 55px; display: grid; gap: 14px; position: relative; z-index: 2; }
.contact-methods > * { display: flex; align-items: center; gap: 18px; }
.contact-methods button { width: max-content; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; text-align: start; }
.contact-methods > * > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); }
.contact-methods div div, .contact-methods a div, .contact-methods button > div { display: flex; flex-direction: column; }
.contact-methods small { color: var(--gold); font-size: 10px; letter-spacing: .2em; }
.contact-methods strong { font-family: var(--display); font-size: 24px; font-weight: 500; }
.contact-monogram { position: absolute; right: -65px; bottom: -215px; color: rgba(214,176,108,.06); font-family: var(--display); font-size: 580px; line-height: 1; }
.contact-form-panel { align-self: center; margin: 65px 5vw; padding: 55px; background: var(--ivory); color: var(--text); border: 1px solid var(--gold); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.form-counter { margin-bottom: 42px; padding-bottom: 15px; border-bottom: 1px solid rgba(6,31,32,.15); color: #9b793f; font-size: 11px; letter-spacing: .18em; }
.contact-form { display: grid; gap: 34px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label span { color: #785d31; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(6,31,32,.28); border-radius: 0; background: transparent; padding: 12px 2px; outline: 0; color: var(--text); font-size: 16px; resize: vertical; transition: border-color .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); }
.form-footer { display: flex; align-items: center; gap: 24px; }
.contact-form .gold-button { border: 1px solid var(--teal); background: var(--teal); color: var(--cream); font-size: 11px; cursor: pointer; }
.contact-form .gold-button:hover { color: var(--teal); background: transparent; }
.form-message { color: #7b5c30; font-size: 13px; }
.form-note { margin: 35px 0 0; color: #858e8b; font-size: 12px; line-height: 1.7; }
.spin { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Footer and dock */
.site-footer { position: relative; overflow: hidden; padding: 85px max(6vw,28px) 25px; background: var(--ink); color: #d9e1dd; }
.footer-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 8vw; }
.footer-brand p { max-width: 430px; margin-top: 25px; color: #a9bab5; font-size: 15px; line-height: 1.75; }
.site-footer .brand-mark { color: var(--cream); }
.site-footer .brand-logo-image { height: 132px; }
.site-footer .brand-symbol { color: var(--gold); }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 13px; font-size: 14px; }
.footer-grid a { display: flex; align-items: center; gap: 8px; }
.footer-wechat { width: max-content; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; font-size: inherit; }
.footer-label { margin-bottom: 12px; color: var(--gold); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.footer-bottom { margin-top: 70px; padding-top: 20px; border-top: 1px solid rgba(214,176,108,.2); display: flex; justify-content: space-between; color: #8fa39d; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-orbit { position: absolute; width: 460px; height: 460px; right: -130px; top: -250px; border: 1px solid rgba(214,176,108,.11); border-radius: 50%; }
.footer-orbit::after { content: ""; position: absolute; inset: 45px; border: 1px solid rgba(214,176,108,.08); border-radius: 50%; }
.whatsapp-dock { position: fixed; z-index: 60; right: 22px; bottom: 20px; min-height: 44px; padding: 0 17px; display: flex; align-items: center; gap: 9px; background: #1f7d5c; color: white; box-shadow: 0 12px 30px rgba(0,0,0,.22); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
[dir="rtl"] .whatsapp-dock { right: auto; left: 22px; }

/* RTL */
[dir="rtl"] .hero-copy h1, [dir="rtl"] .section-heading h2, [dir="rtl"] .inner-hero h1, [dir="rtl"] .detail-copy-panel h1, [dir="rtl"] .about-title h1, [dir="rtl"] .contact-intro h1 { line-height: 1.03; }
[dir="rtl"] .hero-seal { right: auto; left: 5.5vw; }
[dir="rtl"] .material-image { margin-right: 0; margin-left: 5vw; }
[dir="rtl"] .material-tag { right: auto; left: -30px; }
[dir="rtl"] .values-grid article { border-right: 0; border-left: 1px solid var(--line); }
[dir="rtl"] .values-grid article:last-child { border-left: 0; }
[dir="rtl"] .contact-intro { border-right: 0; border-left: 1px solid var(--line); }
[dir="rtl"] .announcement, [dir="rtl"] .footer-bottom { direction: rtl; }

@media (max-width: 1180px) {
  .nav-shell { grid-template-columns: 260px 1fr auto; gap: 16px; }
  .main-nav { gap: 18px; }
  .nav-inquiry { display: none; }
  .language-menu a { padding-inline: 7px; }
  .home-hero { grid-template-columns: 47% 53%; }
  .hero-copy { padding-left: 5vw; }
  .featured-grid .product-card { grid-column: span 6; }
  .standards-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .page-section { padding-block: 90px; }
  .announcement { display: none; }
  .nav-shell { height: 86px; grid-template-columns: 1fr auto; }
  .brand-mark { gap: 11px; }
  .brand-logo-image { height: 70px; }
  .brand-wording strong { font-size: 18px; }
  .brand-wording small { margin-top: 6px; font-size: 11px; }
  .menu-toggle { display: block; grid-column: 2; grid-row: 1; }
  .main-nav { position: absolute; top: 86px; inset-inline: 0; padding: 25px 6vw 35px; display: none; flex-direction: column; align-items: flex-start; background: var(--ivory); border-bottom: 1px solid rgba(6,31,32,.14); box-shadow: 0 20px 40px rgba(0,0,0,.08); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 9px 0; font-size: 13px; }
  .main-nav a::after { bottom: 3px; }
  .nav-actions { position: absolute; top: 31px; right: 70px; }
  [dir="rtl"] .nav-actions { right: auto; left: 70px; }
  .home-hero { min-height: 980px; display: block; padding-bottom: 390px; }
  .hero-copy { padding: 85px 8vw; }
  .hero-image { position: absolute; left: 0; right: 0; bottom: 48px; min-height: 430px; height: 430px; }
  .image-frame { inset: 22px; border-left: 1px solid var(--gold); }
  .hero-seal { width: 112px; height: 112px; right: 7vw; bottom: 55px; }
  .material-story, .about-story { grid-template-columns: 1fr; gap: 85px; }
  .material-image { margin: 0 25px 0 0; min-height: 520px; }
  [dir="rtl"] .material-image { margin: 0 0 0 25px; }
  .material-copy { padding: 0; }
  .products-grid .product-card { grid-column: span 6; }
  .consultation-banner { grid-template-columns: 1fr; }
  .consultation-image { min-height: 430px; }
  .consultation-image::after { background: linear-gradient(0deg, var(--ink), transparent 60%); }
  .consultation-copy { padding: 70px 8vw 95px; }
  .product-detail-hero { grid-template-columns: 1fr; }
  .detail-image-panel { min-height: 560px; }
  .detail-copy-panel { min-height: 650px; padding: 100px 8vw 70px; }
  .team-vision { grid-template-columns: 1fr; }
  .vision-copy { border-left: 1px solid rgba(6,31,32,.14); border-top: 0; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article, [dir="rtl"] .values-grid article { border: 0; border-bottom: 1px solid var(--line); padding: 35px 0; }
  .contact-page { grid-template-columns: 1fr; }
  .contact-intro { min-height: 680px; border-right: 0; border-bottom: 1px solid var(--line); }
  [dir="rtl"] .contact-intro { border-left: 0; }
  .contact-form-panel { margin: 60px 7vw; }
  .footer-grid { grid-template-columns: 1.6fr 1fr 1fr; gap: 4vw; }
}

@media (max-width: 620px) {
  .page-section { padding: 72px 22px; }
  .brand-mark { gap: 9px; }
  .brand-logo-image { height: 68px; }
  .brand-wording strong { font-size: 16px; letter-spacing: .06em; }
  .brand-wording small { font-size: 10px; }
  .nav-actions { right: 62px; }
  [dir="rtl"] .nav-actions { left: 62px; }
  .language-menu a { min-height: 40px; padding-inline: 9px; font-size: 13px; }
  .home-hero { min-height: 905px; padding-bottom: 350px; }
  .home-hero::after { inset: 9px; }
  .hero-copy { padding: 68px 28px; }
  .hero-copy h1 { font-size: 62px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-image { height: 365px; min-height: 365px; }
  .hero-seal { width: 94px; height: 94px; padding: 16px; bottom: 42px; }
  .hero-seal span { font-size: 30px; }
  .hero-seal small { font-size: 5px; }
  .hero-rail span:nth-child(2) { display: none; }
  .section-heading { margin-bottom: 38px; align-items: flex-start; flex-direction: column; }
  .section-heading h2 { font-size: 48px; }
  .material-image { min-height: 390px; }
  .material-tag { width: 124px; height: 124px; right: -10px; }
  [dir="rtl"] .material-tag { left: -10px; }
  .material-tag span { font-size: 42px; }
  .featured-grid, .products-grid { display: grid; grid-template-columns: 1fr; gap: 42px; }
  .featured-grid .product-card, .products-grid .product-card { grid-column: auto; }
  .product-image-wrap { aspect-ratio: .86; }
  .standards-grid { grid-template-columns: 1fr; }
  .consultation-image { min-height: 340px; }
  .consultation-actions { align-items: stretch; flex-direction: column; }
  .consultation-actions > * { width: 100%; }
  .inner-hero { min-height: 410px; padding: 75px 24px; }
  .inner-hero h1 { font-size: 70px; }
  .hero-material-word { font-size: 160px; }
  .filter-bar button { min-width: 135px; padding-inline: 14px; }
  .detail-image-panel { min-height: 440px; }
  .detail-image-panel::after { inset: 13px; }
  .detail-copy-panel { min-height: 660px; padding: 105px 25px 60px; }
  .detail-copy-panel h1 { font-size: 56px; }
  .about-title { min-height: 470px; padding-inline: 25px; }
  .about-title h1 { font-size: 60px; }
  .about-hero-image { height: 350px; }
  .about-story-image { height: 420px; }
  .team-copy, .vision-copy { padding: 55px 24px; }
  .contact-intro { min-height: 670px; padding: 90px 25px 70px; }
  .contact-intro h1 { font-size: 62px; }
  .contact-form-panel { margin: 35px 14px; padding: 34px 20px; }
  .field-row { grid-template-columns: 1fr; }
  .form-footer { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 25px; }
  .footer-bottom { gap: 20px; flex-direction: column; }
  .whatsapp-dock span { display: none; }
  .whatsapp-dock { width: 48px; height: 48px; min-height: 48px; padding: 0; justify-content: center; border-radius: 50%; }
}

@media (max-width: 430px) {
  .brand-wording { display: none; }
  .nav-actions { right: 58px; }
  [dir="rtl"] .nav-actions { left: 58px; }
}

/* WordPress theme integration */
body.locale-shell { min-height: 100vh; overflow-x: clip; }
#main-content { display: block; min-height: 60vh; }
.hero-image > img,
.material-image > img,
.consultation-image > img,
.about-hero-image > img,
.about-story-image > img,
.detail-image-panel > img,
.product-image-wrap > img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.menu-close-icon { display: none; }
.menu-toggle[aria-expanded="true"] .menu-open-icon { display: none; }
.menu-toggle[aria-expanded="true"] .menu-close-icon { display: inline-flex; }
.product-card[hidden] { display: none !important; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form button[disabled] { cursor: wait; opacity: .65; }
.form-message.is-success { color: #7fa89a; }
.form-message.is-error { color: #d59b87; }
.not-found { min-height: 65vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--cream); }
.not-found h1 { max-width: 760px; margin: 0 0 35px; font-family: var(--display); font-size: clamp(48px, 7vw, 92px); font-weight: 500; line-height: .95; }
@media (min-width: 783px) { body.admin-bar .site-header { margin-top: 0; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* 2026 HAMMYKOTI editorial redesign */
.home-page,
.story-page,
.catalog-page,
.product-detail-page { background: var(--cream); }

.home-hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(360px, 40%) minmax(0, 60%);
  overflow: hidden;
  background: var(--teal);
  color: var(--cream);
}
.home-hero__copy { align-self: center; padding: 90px clamp(34px, 5vw, 84px); }
.home-hero__copy h1 { max-width: 590px; margin: 24px 0; font-family: var(--display); font-size: clamp(62px, 6.8vw, 108px); font-weight: 500; line-height: .82; letter-spacing: -.035em; }
.home-hero__copy > p { max-width: 500px; margin: 0; color: #c8d3ce; font-size: 14px; line-height: 1.9; }
.home-hero__image { position: relative; min-height: 650px; margin: 0; overflow: hidden; }
.home-hero__image::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, var(--teal), rgba(6,47,49,.12) 30%, transparent 56%); pointer-events: none; }
.home-hero__image::after { content: ""; position: absolute; z-index: 2; inset: 24px; border: 1px solid rgba(213,182,110,.58); pointer-events: none; }
.home-hero__image img { position: absolute; inset-block: 0; inset-inline-end: -10%; width: 152%; max-width: none; height: 100%; object-fit: cover; object-position: 76% 16%; }
.home-hero__seal { position: absolute; z-index: 3; inset-inline-end: 42px; inset-block-end: 40px; padding: 11px 14px; border: 1px solid rgba(213,182,110,.82); color: #ead29d; font-size: 8px; font-weight: 600; letter-spacing: .16em; }

.home-chapter { width: min(1280px, calc(100% - 56px)); margin-inline: auto; display: grid; grid-template-columns: 1.35fr .65fr; padding-block: 76px 0; padding-inline: 0; }
.home-chapter--fibre { grid-template-columns: .7fr 1.3fr; padding-block: 28px 82px; }
.home-chapter__image { position: relative; min-height: 460px; margin: 0; overflow: hidden; border: 1px solid var(--gold); background: var(--deep); }
.home-chapter__image::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(232,205,149,.55); pointer-events: none; }
.home-chapter__image img { width: 100%; height: 100%; object-fit: cover; }
.home-chapter--embroidery .home-chapter__image img { object-position: 70% 50%; }
.home-chapter--fibre .home-chapter__image img { object-position: 76% 18%; }
.home-chapter__copy { min-height: 460px; display: flex; flex-direction: column; justify-content: center; padding: 54px clamp(30px, 4vw, 62px); background: var(--teal); color: var(--cream); }
.home-chapter--fibre .home-chapter__copy { background: var(--deep); }
.home-chapter__copy .chapter-number { color: rgba(213,182,110,.52); font-family: var(--display); font-size: 36px; }
.home-chapter__copy h2 { margin: 18px 0; font-family: var(--display); font-size: clamp(45px, 4.6vw, 72px); font-weight: 500; line-height: .9; }
.home-chapter__copy p { margin: 0 0 24px; color: #c4d0ca; line-height: 1.85; }

.home-collection { background: var(--ivory); }
.home-collection .section-heading,
.home-standards .section-heading { width: min(1180px, 100%); margin-inline: auto; }
.home-standards { background: #f1eadc; }
.products-grid--home,
.products-grid--catalog { width: min(1180px, 100%); margin: 48px auto 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; padding: 1px; background: #c9b98f; }
.products-grid--home .product-card,
.products-grid--catalog .product-card,
.related-grid .product-card { grid-column: auto; }

.product-card { min-width: 0; display: flex; flex-direction: column; background: var(--ivory); transition: transform .22s ease, box-shadow .22s ease; }
.product-card:hover { z-index: 2; transform: translateY(-5px); box-shadow: 0 20px 42px rgba(4,39,40,.17); }
.product-card__image { position: relative; display: block; aspect-ratio: 1.22 / 1; overflow: hidden; background: #e7decf; }
.product-card__image::after { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(237,214,164,.62); pointer-events: none; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-card__image img { transform: scale(1.03); }
.product-card__number { position: absolute; z-index: 2; inset-block-start: 20px; inset-inline-start: 20px; display: grid; place-items: center; width: 34px; height: 34px; background: var(--teal); color: var(--gold); font-size: 8px; font-weight: 600; letter-spacing: .08em; direction: ltr; }
.product-card__arrow { position: absolute; z-index: 2; inset-inline-end: 20px; inset-block-end: 20px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(251,247,239,.92); color: var(--teal); }
.product-card__body { flex: 1; display: flex; flex-direction: column; padding: 27px 25px 24px; }
.product-card__eyebrow { color: #98743b; font-size: 8px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.product-card__body h2 { min-height: 52px; margin: 11px 0 8px; font-family: var(--display); font-size: clamp(27px, 2.25vw, 36px); font-weight: 500; line-height: .98; }
.product-card__body > p { min-height: 72px; margin: 9px 0 15px; color: var(--muted); font-size: 12px; line-height: 1.72; }
.product-card__features { min-height: 65px; display: flex; flex-wrap: wrap; align-content: flex-start; gap: 6px; margin: auto 0 0; padding: 0; list-style: none; }
.product-card__features li { height: max-content; padding: 6px 8px; border: 1px solid #d8caa9; color: #53645f; font-size: 7px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.product-card__link { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; padding-top: 15px; border-top: 1px solid #ded2b9; color: var(--teal); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.products-empty { width: min(1180px, 100%); margin: 40px auto 0; padding: 50px; border: 1px solid var(--line); text-align: center; }

.home-consultation { min-height: 330px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; padding: 70px max(6vw, 28px); background: var(--teal); color: var(--cream); }
.home-consultation__copy { max-width: 720px; }
.home-consultation h2 { margin: 15px 0; font-family: var(--display); font-size: clamp(48px, 5vw, 78px); font-weight: 500; line-height: .9; }
.home-consultation p { color: #c3cfca; }

.story-hero { min-height: 620px; display: grid; grid-template-columns: 46% 54%; background: var(--teal); color: var(--cream); }
.story-hero__copy { align-self: center; padding: 78px clamp(34px, 5vw, 76px); }
.story-hero__copy h1 { margin: 22px 0; font-family: var(--display); font-size: clamp(62px, 6.6vw, 102px); font-weight: 500; line-height: .84; }
.story-hero__copy p { max-width: 560px; color: #c8d3ce; line-height: 1.9; }
.story-hero__image { position: relative; min-height: 620px; margin: 0; overflow: hidden; }
.story-hero__image::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, var(--teal), transparent 48%); }
.story-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.story-hero__image span { position: absolute; z-index: 2; inset-inline-end: 28px; inset-block-end: 28px; padding: 12px 15px; border: 1px solid rgba(213,182,110,.8); color: #ead29d; font-size: 8px; font-weight: 600; letter-spacing: .18em; direction: ltr; }
.story-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: #fffaf2; border-block-end: 1px solid var(--line); }
.story-stats article { padding: 32px 28px; border-inline-end: 1px solid #e0d2b5; }
.story-stats article:last-child { border-inline-end: 0; }
.story-stats strong { display: block; color: #0a4a4c; font-family: var(--display); font-size: 42px; font-weight: 500; direction: ltr; }
.story-stats span { display: block; margin-top: 7px; color: var(--muted); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.story-journey { background: var(--cream); }
.story-section-heading { max-width: 850px; margin: 0 0 42px; }
.story-section-heading h2 { margin: 15px 0; font-family: var(--display); font-size: clamp(50px, 5.3vw, 82px); font-weight: 500; line-height: .9; }
.story-section-heading > p { color: var(--muted); line-height: 1.9; }
.story-journey__gallery { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 240px 240px; gap: 16px; }
.story-journey__gallery figure { position: relative; margin: 0; overflow: hidden; background: var(--teal); }
.story-journey__gallery .story-journey__primary { grid-row: 1 / 3; }
.story-journey__gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.03); }
.story-record-note { display: flex; align-items: flex-start; gap: 18px; margin: 20px 0 0; padding: 18px 20px; border: 1px solid var(--gold); background: #fffaf2; color: #526661; font-size: 12px; line-height: 1.7; }
.story-record-note strong { flex: 0 0 auto; color: #0a4a4c; font-size: 9px; letter-spacing: .12em; }
.story-origins { background: var(--teal); color: var(--cream); }
.story-section-heading--light p { color: #c3cfca; }
.story-origins__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.story-origins__grid article { position: relative; min-height: 380px; overflow: hidden; border: 1px solid rgba(213,182,110,.68); }
.story-origins__grid article::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,28,29,.95), transparent 64%); }
.story-origins__grid img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.story-origins__grid article > div { position: absolute; z-index: 1; inset-inline: 24px; inset-block-end: 24px; }
.story-origins__grid span { color: var(--gold); font-size: 8px; letter-spacing: .16em; }
.story-origins__grid h3 { margin: 8px 0; font-family: var(--display); font-size: 30px; font-weight: 500; }
.story-origins__grid p { margin: 0; color: #c2cec8; font-size: 12px; line-height: 1.65; }
.story-promise { min-height: 460px; display: grid; grid-template-columns: .82fr 1.18fr; background: var(--ivory); }
.story-promise__copy { align-self: center; padding: 70px max(5vw, 36px); }
.story-promise__copy h2 { margin: 16px 0; font-family: var(--display); font-size: clamp(48px, 5vw, 76px); font-weight: 500; line-height: .9; }
.story-promise__copy p { color: var(--muted); line-height: 1.85; }
.story-promise__copy strong { display: block; margin-top: 28px; color: #9a7740; font-family: var(--display); font-size: 26px; font-weight: 500; }
.story-promise figure { position: relative; min-height: 460px; margin: 0; overflow: hidden; }
.story-promise figure::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(213,182,110,.82); }
.story-promise img { width: 100%; height: 100%; object-fit: cover; }

.catalog-hero { display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: 72px; padding: 90px max(6vw, 28px) 72px; background: var(--teal); color: var(--cream); }
.catalog-hero h1 { margin: 18px 0 0; font-family: var(--display); font-size: clamp(62px, 6.8vw, 105px); font-weight: 500; line-height: .84; }
.catalog-hero > p { max-width: 580px; margin: 0; color: #c4d0ca; line-height: 1.9; }
.catalog-index { background: var(--cream); }
.catalog-index__header { width: min(1180px, 100%); margin-inline: auto; display: flex; justify-content: space-between; align-items: end; padding-block-end: 20px; border-block-end: 1px solid var(--line); }
.catalog-index__header h2 { margin: 0; font-family: var(--display); font-size: 34px; font-weight: 500; }
.catalog-index__header span { color: var(--muted); font-size: 8px; font-weight: 600; letter-spacing: .14em; }
.catalog-pagination { width: min(1180px, 100%); margin: 58px auto 0; padding-top: 28px; display: flex; align-items: center; justify-content: center; gap: 18px; border-top: 1px solid #d8caa9; }
.catalog-pagination__pages { display: flex; align-items: center; justify-content: center; gap: 8px; direction: ltr; }
.catalog-pagination a,
.catalog-pagination__pages span { min-width: 44px; min-height: 44px; padding: 0 13px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #cdbb94; background: transparent; color: var(--teal); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: background .22s ease, color .22s ease, border-color .22s ease; }
.catalog-pagination a:hover { border-color: var(--teal); background: #eee5d4; }
.catalog-pagination__pages .is-current { border-color: var(--teal); background: var(--teal); color: var(--cream); }
.catalog-pagination__edge { min-width: 112px !important; }
.catalog-first-page { width: max-content; margin: 24px auto 0; }

.product-detail-page .product-detail-hero { min-height: 760px; grid-template-columns: 56% 44%; }
.product-detail-page .detail-image-panel img { object-position: center; }
.detail-actions button.circle-action { border: 1px solid rgba(255,255,255,.42); cursor: pointer; }
.related-section { background: var(--cream); }
.related-section .section-heading,
.related-grid { width: min(1180px, 100%); margin-inline: auto; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 42px; padding: 1px; background: #c9b98f; }

[dir="rtl"] .home-hero__image::before,
[dir="rtl"] .story-hero__image::before { transform: scaleX(-1); }
[dir="rtl"] .product-card__number,
[dir="rtl"] .story-stats strong,
[dir="rtl"] .home-hero__seal { direction: ltr; }

@media (max-width: 1020px) {
  .home-hero { grid-template-columns: 45% 55%; }
  .home-hero__copy { padding-inline: 34px; }
  .home-chapter { width: calc(100% - 40px); }
  .products-grid--home,
  .products-grid--catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-hero { grid-template-columns: 48% 52%; }
  .catalog-hero { gap: 36px; }
}

@media (max-width: 850px) {
  .home-hero,
  .story-hero,
  .catalog-hero,
  .story-promise { grid-template-columns: 1fr; }
  .home-hero__copy,
  .story-hero__copy { padding-block: 72px; }
  .home-hero__image,
  .story-hero__image { min-height: 430px; }
  .home-chapter,
  .home-chapter--fibre { grid-template-columns: 1fr; padding-block: 46px 0; }
  .home-chapter--fibre { padding-block-end: 55px; }
  .home-chapter--fibre .home-chapter__copy { order: 2; }
  .home-chapter__image,
  .home-chapter__copy { min-height: 390px; }
  .story-stats { grid-template-columns: 1fr 1fr; }
  .story-journey__gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 350px 220px; }
  .story-journey__gallery .story-journey__primary { grid-column: 1 / 3; grid-row: auto; }
  .story-origins__grid { grid-template-columns: 1fr; }
  .story-origins__grid article { min-height: 330px; }
  .story-promise figure { min-height: 390px; }
  .catalog-hero { align-items: start; padding-block: 70px; }
  .home-consultation { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .page-section { padding-block: 78px; padding-inline: 20px; }
  .brand-logo-image { height: 64px; }
  .brand-wording { display: flex; }
  .brand-wording strong { font-size: 17px; }
  .brand-wording small { margin-top: 5px; font-size: 11px; }
  .home-hero__copy h1,
  .story-hero__copy h1,
  .catalog-hero h1 { font-size: 58px; }
  .home-hero__image,
  .story-hero__image { min-height: 340px; }
  .home-chapter { width: calc(100% - 24px); }
  .home-chapter__image,
  .home-chapter__copy { min-height: 320px; }
  .home-chapter__copy { padding: 40px 26px; }
  .products-grid--home,
  .products-grid--catalog,
  .related-grid { grid-template-columns: 1fr; }
  .product-card__body h2,
  .product-card__body > p,
  .product-card__features { min-height: 0; }
  .story-stats article { padding: 26px 20px; }
  .story-stats strong { font-size: 34px; }
  .story-journey__gallery { grid-template-columns: 1fr; grid-template-rows: repeat(3, 260px); }
  .story-journey__gallery .story-journey__primary { grid-column: auto; }
  .story-record-note { flex-direction: column; }
  .catalog-hero { padding-inline: 24px; }
  .catalog-index__header { align-items: flex-start; flex-direction: column; gap: 10px; }
  .catalog-pagination { flex-wrap: wrap; gap: 10px; }
  .catalog-pagination__pages { order: -1; flex-basis: 100%; }
  .product-detail-page .product-detail-hero { grid-template-columns: 1fr; }
  .product-detail-page .detail-image-panel { min-height: 470px; }
}

@media (max-width: 430px) {
  .brand-wording { display: flex; }
  .brand-logo-image { height: 56px; }
  .brand-wording strong { font-size: 15px; }
  .brand-wording small { font-size: 10px; }
  .home-hero__copy,
  .story-hero__copy { padding-inline: 24px; }
  .home-consultation { padding-inline: 24px; }
}

.contact-product-context { max-width: 520px; margin: 28px 0 0; padding: 17px 19px; border: 1px solid rgba(213,182,110,.7); background: rgba(255,255,255,.04); }
.contact-product-context span { display: block; margin-bottom: 6px; color: var(--gold); font-size: 8px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.contact-product-context strong { color: var(--cream); font-family: var(--display); font-size: 24px; font-weight: 500; }
/* 可由产品后台维护的详情图库 */
.product-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.product-gallery figure{margin:0;aspect-ratio:1/1;overflow:hidden;background:#ece8de}.product-gallery img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:760px){.product-gallery{grid-template-columns:1fr 1fr}}
.main-nav a{font-size:var(--hammy-navigation-size,13px)}
body{font-size:var(--hammy-body-size,15px)}
.section-heading h2,.story-section-heading h2,.home-chapter__copy h2,.home-consultation h2,.story-promise__copy h2{font-size:clamp(32px,5vw,var(--hammy-section-title-size,74px))}
.product-card__body h2,.standard-card h3,.story-origins__grid h3{font-size:var(--hammy-card-title-size,28px)}
.home-hero__copy h1{font-size:clamp(38px,6.8vw,var(--hammy-home-title-size,var(--hammy-page-title-size,108px)))}
.catalog-hero h1{font-size:clamp(38px,6.8vw,var(--hammy-products-title-size,var(--hammy-page-title-size,105px)))}
.story-hero__copy h1{font-size:clamp(38px,6.6vw,var(--hammy-about-title-size,var(--hammy-page-title-size,102px)))}
.contact-intro h1{font-size:clamp(38px,7vw,var(--hammy-contact-title-size,var(--hammy-page-title-size,104px)))}
.detail-copy-panel h1,.inner-hero h1,.not-found h1{font-size:clamp(38px,7vw,var(--hammy-page-title-size,92px))}
.eyebrow,.announcement,.footer-label,.footer-bottom,.product-card__eyebrow,.product-card__features li{font-size:var(--hammy-auxiliary-size,10px)}
.gold-button,.cream-button,.nav-inquiry,.text-link,.product-card__link,.contact-outline,.contact-form .gold-button{font-size:var(--hammy-button-size,11px)}
.contact-qr-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:420px;margin-top:24px}.contact-qr-card{margin:0;padding:12px;background:var(--cream);color:var(--teal);text-align:center;border:1px solid rgba(213,182,110,.7)}.contact-qr-card img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;background:#fff}.contact-qr-card figcaption{padding-top:9px;font-size:var(--hammy-auxiliary-size,10px);font-weight:600;letter-spacing:.1em;text-transform:uppercase}@media(max-width:760px){.contact-qr-grid{grid-template-columns:1fr;max-width:260px}}
