*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { overflow-x: hidden; max-width: 100vw; background: #faf9f6; color: #1a1a1a; font-family: 'Outfit', sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, h4, p, a, span, li { word-break: break-word; overflow-wrap: break-word; max-width: 100%; }
:root {
  --primary: #c1a35f;
  --secondary: #2c3e50;
  --bg: #faf9f6;
  --text: #1a1a1a;
  --white: #ffffff;
  --hh: 80px;
  --font-h: 'Fraunces', serif;
  --font-b: 'Outfit', sans-serif;
  --space: clamp(2rem, 5vw, 5rem);
}
.ac { max-width: 1300px; width: 100%; margin: 0 auto; padding: 0 24px; }
.ab { position: fixed; top: 0; left: 0; width: 100%; height: var(--hh); background: var(--white); z-index: 1000; border-bottom: 1px solid rgba(0,0,0,0.05); display: flex; align-items: center; }
.ab .ac { display: flex; justify-content: space-between; align-items: center; }
.ad { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--text); font-family: var(--font-h); font-weight: 700; font-size: 1.5rem; }
.ad svg { width: 40px; height: 40px; color: var(--primary); }
.ae { display: flex; gap: 40px; }
.af { text-decoration: none; color: var(--text); font-weight: 600; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; transition: color 0.3s; }
.af:hover { color: var(--primary); }
.ag { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 6px; }
.ag span { width: 24px; height: 2px; background: var(--text); transition: 0.3s; }
body { padding-top: var(--hh); }
.ah { padding: var(--space) 0; opacity: 0; transform: translateY(30px); transition: opacity 0.8s, transform 0.8s; }
.ah.visible { opacity: 1; transform: translateY(0); }
.ai { padding: 0; background: var(--secondary); color: var(--white); overflow: hidden; }
.aj { display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - var(--hh)); }
.ak { padding: 80px; display: flex; flex-direction: column; justify-content: center; }
.al { font-family: var(--font-h); font-size: clamp(2.5rem, 8vw, 4.5rem); line-height: 1.1; margin-bottom: 30px; }
.am { font-size: 1.2rem; margin-bottom: 40px; opacity: 0.9; max-width: 500px; }
.an { display: flex; gap: 20px; }
.ao, .ap { padding: 18px 36px; text-decoration: none; font-weight: 600; transition: 0.3s; text-align: center; }
.ao { background: var(--primary); color: var(--white); }
.ao:hover { background: #ae8f4d; }
.ap { border: 1px solid var(--white); color: var(--white); }
.ap:hover { background: var(--white); color: var(--secondary); }
.aq { position: relative; height: 100%; }
.aq img { width: 100%; height: 100%; object-fit: cover; }
.ar { background: var(--white); }
.as { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 40px; text-align: center; }
.at { display: flex; flex-direction: column; gap: 10px; }
.au { font-family: var(--font-h); font-size: 3rem; color: var(--primary); }
.av { font-weight: 600; color: var(--secondary); text-transform: uppercase; font-size: 0.8rem; letter-spacing: 1px; }
.ax { font-family: var(--font-h); font-size: clamp(2rem, 5vw, 3rem); text-align: center; margin-bottom: 60px; color: var(--secondary); }
.ay { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.az { background: var(--white); border: 1px solid rgba(0,0,0,0.05); transition: 0.3s; padding-bottom: 30px; }
.az:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.05); }
.ba { height: 250px; overflow: hidden; margin-bottom: 25px; }
.ba img { width: 100%; height: 100%; object-fit: cover; }
.bb { font-family: var(--font-h); font-size: 1.5rem; padding: 0 25px; margin-bottom: 15px; }
.bc { padding: 0 25px; color: #666; font-size: 1rem; }
.bd { background: #f0ede8; }
.be { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.bf { height: 500px; }
.bf img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.bg .bc { padding: 0; margin-bottom: 20px; font-size: 1.1rem; }
.bg .ax { text-align: left; margin-bottom: 30px; }
.bh { background: var(--white); }
.bi { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.bj { padding: 40px; border-left: 4px solid var(--primary); background: #fcfbf9; }
.bk { font-size: 1.1rem; font-style: italic; margin-bottom: 20px; color: var(--secondary); }
.bl { font-weight: 600; color: var(--primary); font-size: 0.9rem; }
.bm { background: var(--bg); }
.bn { max-width: 800px; margin: 0 auto; }
.bo { border-bottom: 1px solid rgba(0,0,0,0.1); }
.bp { width: 100%; padding: 25px 0; background: none; border: none; text-align: left; font-family: var(--font-h); font-size: 1.3rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: var(--secondary); }
.bq { color: var(--primary); font-size: 1.5rem; }
.br { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.bs { padding-bottom: 25px; color: #666; }
.bt { background: var(--white); }
.bu { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.bv { display: flex; flex-direction: column; }
.bw { height: 280px; margin-bottom: 20px; }
.bw img { width: 100%; height: 100%; object-fit: cover; }
.bx { font-family: var(--font-h); font-size: 1.4rem; margin-bottom: 10px; }
.by { color: #666; margin-bottom: 20px; flex-grow: 1; }
.bz { text-decoration: none; color: var(--primary); font-weight: 700; border-bottom: 2px solid var(--primary); align-self: flex-start; }
.ca { background: var(--secondary); color: var(--white); text-align: center; }
.cb .ax { color: var(--white); }
.cb .bc { color: rgba(255,255,255,0.7); margin-bottom: 40px; }
.cc { background: #1a1a1a; color: var(--white); padding: 80px 0 30px; }
.cd { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 60px; margin-bottom: 60px; }
.ce { display: flex; flex-direction: column; gap: 20px; }
.cf { display: flex; align-items: center; gap: 12px; font-family: var(--font-h); font-weight: 700; font-size: 1.5rem; }
.cf svg { width: 40px; height: 40px; color: var(--primary); }
.cg { color: #999; max-width: 300px; }
.ch { display: flex; flex-direction: column; gap: 15px; }
.ci { font-family: var(--font-h); font-size: 1.2rem; margin-bottom: 10px; color: var(--primary); }
.cj { text-decoration: none; color: #999; transition: 0.3s; }
.cj:hover { color: var(--white); }
.ck { color: #999; margin-bottom: 5px; }
.cl { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px; text-align: center; color: #666; font-size: 0.9rem; }
.cm { padding-top: var(--hh); }
.cn { background: var(--secondary); padding: 100px 0; color: var(--white); }
.co { padding: 80px 0; background: var(--white); }
.cp { max-width: 800px; margin: 0 auto; color: #1a1a1a; }
.cp h3 { font-family: var(--font-h); font-size: 1.8rem; margin: 40px 0 20px; color: var(--secondary); }
.cp p { margin-bottom: 20px; line-height: 1.8; }
@media (max-width: 768px) {
  .ag { display: flex; }
  .ae { position: fixed; top: var(--hh); left: 0; width: 100%; flex-direction: column; max-height: 0; overflow: hidden; transition: max-height 0.4s ease; z-index: 999; background: var(--white); padding: 0 24px; }
  .ae.is-open { max-height: 100vh; padding: 40px 24px; }
  .aj { grid-template-columns: 1fr !important; }
  .ak { padding: 60px 20px; }
  .aq { min-height: 320px; }
  .ay, .bi, .bu, .cd { grid-template-columns: 1fr !important; gap: 40px; }
  .be { grid-template-columns: 1fr !important; gap: 40px; }
  .bf { height: 350px; }
  .ah { padding: 60px 20px; overflow: hidden; }
  h1, h2, h3 { hyphens: auto; }
}
@media (max-width: 480px) {
  body { font-size: 14px; }
  .ah { padding: 40px 16px; }
  .ao, .ap { width: 100%; display: block; }
  .an { flex-direction: column; }
}