
:root{
  --paper:#fffdf9;
  --cream:#f4eee6;
  --ink:#161616;
  --muted:#6e675f;
  --gold:#bd8542;
  --line:#e1d8cd;
  --dark:#131210;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.eyebrow{letter-spacing:.28em;font-size:.72rem;font-weight:700;color:#8d6c48}
.eyebrow.light{color:#dec199}
.site-header{position:fixed;inset:0 0 auto;z-index:1000;background:rgba(255,253,249,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.05)}
.nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand img{height:60px;width:auto}
.desktop-nav{display:flex;gap:30px;font-size:.9rem}
.nav-actions{display:flex;gap:12px;align-items:center}
.client-login{border:0;background:#171716;color:#fff;border-radius:999px;padding:12px 18px;cursor:pointer}
.menu-btn{display:none;background:transparent;border:0;cursor:pointer}
.menu-btn span{display:block;width:24px;height:1px;background:#111;margin:5px}
.mobile-drawer{position:fixed;z-index:1200;right:0;top:0;width:min(360px,88vw);height:100dvh;background:#151514;color:#fff;padding:80px 30px 30px;display:flex;flex-direction:column;gap:22px;transform:translateX(110%);transition:.3s}
.mobile-drawer.open{transform:none}
.drawer-close{position:absolute;right:20px;top:16px;background:none;border:0;color:#fff;font-size:2rem}

.hero{min-height:780px;padding:150px 0 90px;position:relative;background:url('assets/hero-bg.jpg') center/cover no-repeat}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,253,249,.96) 0%,rgba(255,253,249,.82) 35%,rgba(255,253,249,.18) 65%,rgba(0,0,0,.04) 100%)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;align-items:center}
.hero-copy{max-width:650px}
.hero-copy h1,.section-head h2,.about-inner h2,.ann-copy h2,.contact-card h2{font-family:"Playfair Display",serif;font-weight:500;line-height:.98;margin:16px 0 22px}
.hero-copy h1{font-size:clamp(3.6rem,7vw,6.6rem)}
.hero-copy h1 span{color:var(--gold)}
.hero-copy p{max-width:560px;color:#4b4641;font-size:1.08rem;line-height:1.7}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:12px;border:1px solid transparent;transition:.25s}
.btn:hover{transform:translateY(-2px)}
.btn-dark{background:#161615;color:white}
.btn-light{background:rgba(255,255,255,.82);border-color:#cdbda9}

.section{padding:100px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:42px}
.section-head h2,.about-inner h2,.ann-copy h2,.contact-card h2{font-size:clamp(2.4rem,5vw,4rem)}
.section-head p{max-width:520px;color:var(--muted);line-height:1.7}
.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.service-card{background:#f8f3ed;border:1px solid #ece2d7;border-radius:20px;padding:25px;min-height:210px}
.service-card h3{font-size:1.05rem;margin:0 0 12px}
.service-card p{font-size:.87rem;color:var(--muted);line-height:1.55}

.about-section{min-height:560px;position:relative;background:url('assets/about-bg.jpg') center/cover no-repeat;display:flex;align-items:center}
.about-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,15,14,.92),rgba(16,15,14,.58) 50%,rgba(16,15,14,.2))}
.about-inner{position:relative;z-index:2;color:white}
.about-inner{max-width:650px}
.about-inner p{color:#ddd2c6;line-height:1.7}

.work-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.work-card{height:360px;background-size:cover;background-position:center;border-radius:18px;overflow:hidden;position:relative}
.work-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.72))}
.work-info{position:absolute;z-index:2;left:18px;right:18px;bottom:18px;color:white;display:flex;align-items:center;justify-content:space-between}
.work-info h3{margin:0;font-size:1rem;font-weight:500}

.logo-marquee{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.logo-track{display:flex;width:max-content;animation:marquee 28s linear infinite}
.ref-pill{padding:26px 34px;white-space:nowrap;color:#58524b;font-size:.82rem;letter-spacing:.08em}
@keyframes marquee{to{transform:translateX(-50%)}}

.anniversary-section{min-height:520px;position:relative;background:url('assets/yil-bg.jpg') center/cover no-repeat;display:flex;align-items:center}
.ann-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,11,10,.86),rgba(12,11,10,.34),rgba(12,11,10,.14))}
.anniversary-grid{position:relative;z-index:2}
.ann-copy{max-width:560px;color:white}
.ann-copy p{color:#ddd1c5;line-height:1.7}

.contact-card{background:url('assets/texture-light.jpg') center/cover no-repeat;border:1px solid #e6dbcf;border-radius:28px;padding:46px;display:flex;justify-content:space-between;align-items:center;gap:36px}
.contact-card p{max-width:620px;color:var(--muted)}
.contact-actions{display:flex;gap:10px;flex-wrap:wrap}

.site-footer{position:relative;background:url('assets/footer-bg.jpg') center/cover no-repeat;color:#f4eee8;padding:58px 0 26px}
.footer-overlay{position:absolute;inset:0;background:rgba(9,9,9,.55)}
.footer-grid,.footer-bottom{position:relative;z-index:2}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr .8fr;align-items:center;gap:28px}
.footer-brand img{height:68px;width:auto}
.footer-brand p{font-size:.82rem;color:#aaa198}
.footer-links{display:flex;gap:18px;flex-wrap:wrap;font-size:.82rem}
.footer-note{text-align:right;color:#cabaa9;font-family:"Playfair Display";font-size:1.1rem}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:20px;color:#8e867e;font-size:.75rem}

.modal-backdrop{position:fixed;inset:0;z-index:2000;background:rgba(7,7,7,.62);backdrop-filter:blur(10px);display:grid;place-items:center;padding:20px;opacity:0;pointer-events:none;transition:.25s}
.modal-backdrop.open{opacity:1;pointer-events:auto}
.login-modal{width:min(440px,100%);background:#fffdf9;border-radius:24px;padding:32px;position:relative}
.modal-close{position:absolute;right:18px;top:10px;border:0;background:none;font-size:2rem;cursor:pointer}
.login-badge{font-size:.7rem;letter-spacing:.2em;color:#a56f31}
.login-modal h2{font-family:"Playfair Display";font-size:2.4rem;margin:10px 0 4px}
.login-modal form{display:grid;gap:14px;margin-top:22px}
.login-modal label{display:grid;gap:7px;font-size:.82rem}
.login-modal input{height:48px;border:1px solid #d8d0c7;border-radius:11px;padding:0 14px}
.full{width:100%}

.reveal{opacity:0;transform:translateY(18px);transition:.6s ease}
.reveal.visible{opacity:1;transform:none}

@media(max-width:1050px){
  .desktop-nav{display:none}.menu-btn{display:block}
  .hero-grid{grid-template-columns:1fr}
  .service-grid,.work-grid{grid-template-columns:repeat(2,1fr)}
  .section-head{flex-direction:column;align-items:flex-start}
  .footer-grid{grid-template-columns:1fr}.footer-note{text-align:left}
}
@media(max-width:680px){
  .container{width:min(100% - 28px,1180px)}
  .brand img{height:50px}
  .nav-actions .client-login{display:none}
  .hero{min-height:680px;padding-top:120px;background-position:62% center}
  .hero-overlay{background:linear-gradient(180deg,rgba(255,253,249,.94) 0%,rgba(255,253,249,.86) 42%,rgba(255,253,249,.28) 75%)}
  .hero-copy h1{font-size:3.25rem}
  .service-grid,.work-grid{grid-template-columns:1fr}
  .work-card{height:330px}
  .section{padding:76px 0}
  .contact-card{padding:28px;flex-direction:column;align-items:flex-start}
  .footer-bottom{flex-direction:column}
}
