*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { overflow-x: hidden; max-width: 100vw; font-family: 'Outfit', sans-serif; background: #FDFCF9; color: #1A2A3A; 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 {
  --p: #1A2A3A;
  --s: #BFA181;
  --a: #E8E2D9;
  --w: #FFFFFF;
  --hh: 80px;
  --f1: 'Fraunces', serif;
  --f2: 'Outfit', sans-serif;
}

.ab { position: fixed; top: 0; left: 0; width: 100%; height: var(--hh); background: var(--w); z-index: 1000; border-bottom: 1px solid var(--a); display: flex; align-items: center; }
.cc { max-width: 1300px; width: 100%; margin: 0 auto; padding: 0 40px; }
.dd { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--p); font-weight: 800; font-size: 1.2rem; letter-spacing: 2px; }
.ee { margin-left: auto; display: flex; gap: 30px; }
.ee a { text-decoration: none; color: var(--p); font-weight: 500; font-size: 0.9rem; text-transform: uppercase; transition: color 0.3s; }
.ee a:hover { color: var(--s); }

.ff { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 6px; }
.ff span { width: 25px; height: 2px; background: var(--p); }

.gg { display: none; }

.hh { padding: 100px 0; }
.ii { padding-top: calc(var(--hh) + 60px); }
.jj { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.kk { display: flex; flex-direction: column; gap: 30px; }
.ll { font-family: var(--f1); font-size: clamp(3rem, 8vw, 5.5rem); line-height: 1; font-weight: 400; }
.mm { font-size: 1.25rem; color: #4A4A4A; max-width: 600px; }
.nn { display: flex; gap: 20px; }
.pp { background: var(--p); color: var(--w); padding: 18px 36px; text-decoration: none; font-weight: 500; transition: transform 0.3s; }
.qq { border: 1px solid var(--p); color: var(--p); padding: 18px 36px; text-decoration: none; font-weight: 500; transition: background 0.3s; }
.pp:hover { transform: translateY(-3px); }
.qq:hover { background: var(--a); }

.rr { height: 600px; overflow: hidden; }
.rr img { width: 100%; height: 100%; object-fit: cover; }

.ss { font-family: var(--f1); font-size: clamp(2rem, 5vw, 3.5rem); margin-bottom: 50px; text-align: center; }
.tt { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.uu { text-align: center; padding: 40px; background: var(--a); }
.vv { display: block; font-size: 3rem; font-weight: 800; color: var(--s); margin-bottom: 10px; }
.ww { font-weight: 500; text-transform: uppercase; letter-spacing: 1px; }

.xx { background: #F4F1EC; }
.yy { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.zz { height: 500px; }
.zz img { width: 100%; height: 100%; object-fit: cover; }
.a1 { display: flex; flex-direction: column; gap: 20px; }
.d1 { grid-template-columns: 1fr 1fr; }

.b1 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.c1 { padding: 40px; border: 1px solid var(--a); background: var(--w); }
.c1 h3 { font-family: var(--f1); margin-bottom: 15px; }

.e1 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.f1 { font-style: italic; border-left: 4px solid var(--s); padding-left: 25px; }
.f1 span { display: block; margin-top: 15px; font-style: normal; font-weight: 800; font-size: 0.8rem; text-transform: uppercase; }

.g1 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.h1 { background: var(--w); transition: transform 0.3s; }
.h1:hover { transform: translateY(-10px); }
.i1 { height: 250px; overflow: hidden; margin-bottom: 20px; }
.i1 img { width: 100%; height: 100%; object-fit: cover; }
.h1 h3 { font-family: var(--f1); padding: 0 20px; margin-bottom: 10px; }
.h1 p { padding: 0 20px; font-size: 0.95rem; margin-bottom: 20px; }
.h1 a { padding: 0 20px 20px 20px; display: block; text-decoration: none; color: var(--s); font-weight: 800; text-transform: uppercase; font-size: 0.8rem; }

.j1 { max-width: 800px; margin: 0 auto; }
.k1 { border-bottom: 1px solid var(--a); }
.l1 { width: 100%; padding: 25px 0; background: none; border: none; text-align: left; font-size: 1.2rem; font-weight: 500; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.m1 { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.m1 p { padding-bottom: 25px; color: #666; }

.n1 { background: var(--p); color: var(--w); text-align: center; }
.o1 { max-width: 700px; margin: 0 auto; }
.o1 h2 { font-family: var(--f1); font-size: 3rem; margin-bottom: 20px; }
.p1 { display: flex; gap: 10px; margin-top: 40px; }
.p1 input { flex: 1; padding: 20px; border: none; font-family: var(--f2); }
.p1 button { background: var(--s); border: none; padding: 0 40px; color: var(--p); font-weight: 800; text-transform: uppercase; cursor: pointer; }

.q1 { background: var(--w); border-top: 1px solid var(--a); padding: 80px 0 40px 0; }
.r1 { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 60px; }
.s1 { display: flex; flex-direction: column; gap: 20px; }
.s1 h4 { font-weight: 800; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 1px; }
.s1 a { text-decoration: none; color: #666; transition: color 0.3s; }
.s1 a:hover { color: var(--s); }
.t1 { border-top: 1px solid var(--a); padding-top: 40px; text-align: center; font-size: 0.8rem; color: #999; }

.v-in { opacity: 0; transform: translateY(30px); transition: all 0.8s ease-out; }
.v-in.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 768px) {
  .cc { padding: 0 20px; }
  .ff { display: flex; }
  .ee { display: none; }
  .gg { display: flex; flex-direction: column; position: fixed; top: var(--hh); left: 0; width: 100%; background: var(--w); max-height: 0; overflow: hidden; transition: max-height 0.4s ease; z-index: 999; border-bottom: 1px solid var(--a); }
  .gg.is-open { max-height: 100vh; padding: 40px 0; }
  .gg a { padding: 15px 40px; text-decoration: none; color: var(--p); font-weight: 800; font-size: 1.5rem; }
  .jj, .yy, .tt, .b1, .e1, .g1, .r1 { grid-template-columns: 1fr !important; gap: 40px; }
  .hh { padding: 60px 20px; overflow: hidden; }
  .rr, .zz { min-height: 320px; }
  .ll, .ss { hyphens: auto; }
  .p1 { flex-direction: column; }
}
@media (max-width: 480px) {
  body { font-size: 14px; }
  .hh { padding: 40px 16px; }
  .pp, .qq, .p1 button { width: 100%; display: block; text-align: center; }
}