:root {
  --gold: #B8976A; --gold-light: #D4B896; --gold-pale: #F5EFE6;
  --sage: #6B8C7A; --sage-dark: #4A6357;
  --cream: #FAF8F4; --dark: #1C1C1A; --mid: #5A5A52; --border: #E2D9CC;
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--dark); font-size: 16px; line-height: 1.6; overflow-x: hidden; }

.topbar { background: var(--dark); padding: .5rem 3rem; display: flex; align-items: center; justify-content: flex-end; gap: 1.25rem; flex-wrap: wrap; border-bottom: 1px solid rgba(184,151,106,.15); }
.topbar-left { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.topbar-left a { color: rgba(255,255,255,.6); font-size: .74rem; text-decoration: none; letter-spacing: .02em; display: inline-flex; align-items: center; gap: .35rem; transition: color .2s; white-space: nowrap; }
.topbar-left a:hover { color: var(--gold-light); }
.topbar .sep { color: rgba(255,255,255,.18); }

nav { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: .85rem 3rem; background: rgba(250,248,244,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); transition: box-shadow .3s; gap: 1rem; }
nav.scrolled { box-shadow: 0 2px 24px rgba(28,28,26,.08); }
.nav-logo { display: flex; align-items: center; gap: .65rem; text-decoration: none; flex-shrink: 0; }
.nav-logo img { width: 44px; height: 44px; object-fit: contain; mix-blend-mode: multiply; }
.nav-logo .brand { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 500; color: var(--dark); letter-spacing: .02em; line-height: 1.2; }
.nav-logo .brand span { display: block; font-weight: 300; font-size: .8rem; color: var(--mid); }
.nav-links { display: flex; gap: 1.6rem; list-style: none; }
.nav-links a { text-decoration: none; color: var(--mid); font-size: .83rem; font-weight: 400; letter-spacing: .03em; transition: color .2s; white-space: nowrap; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { display: inline-flex; align-items: center; gap: .4rem; text-decoration: none; white-space: nowrap; flex-shrink: 0; background: var(--gold); color: white; padding: .5rem 1.1rem; border-radius: 2px; font-size: .8rem; font-weight: 500; letter-spacing: .03em; transition: background .2s, transform .15s; }
.nav-cta:hover { background: var(--sage-dark); transform: translateY(-1px); }

.hero { min-height: calc(100vh - 108px); display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; position: relative; overflow: hidden; }
.hero-left { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: 5rem 3.5rem; animation: fadeUp .9s ease both; }
.hero-tag { display: inline-flex; align-items: center; gap: .5rem; font-size: .74rem; letter-spacing: .13em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 1.25rem; }
.hero-tag::before { content: ''; width: 24px; height: 1px; background: var(--gold); }
.hero-left h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.6rem, 4vw, 4rem); font-weight: 300; line-height: 1.1; color: var(--dark); margin-bottom: 1.2rem; }
.hero-left h1 em { font-style: italic; color: var(--gold); }
.hero-left > p { font-size: .93rem; color: var(--mid); line-height: 1.78; max-width: 400px; margin-bottom: 2rem; font-weight: 300; }
.hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.btn-primary { display: inline-flex; align-items: center; gap: .5rem; background: var(--dark); color: white; padding: .8rem 1.7rem; text-decoration: none; font-size: .84rem; font-weight: 500; letter-spacing: .04em; border-radius: 2px; transition: background .2s, transform .2s; }
.btn-primary:hover { background: var(--sage-dark); transform: translateY(-2px); }
.btn-secondary { display: inline-flex; align-items: center; gap: .45rem; color: var(--gold); text-decoration: none; font-size: .84rem; font-weight: 500; padding-bottom: 2px; border-bottom: 1px solid var(--gold); transition: color .2s, border-color .2s; }
.btn-secondary:hover { color: var(--sage-dark); border-color: var(--sage-dark); }

.hero-right { position: relative; overflow: hidden; animation: fadeUp .9s .15s ease both; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; filter: brightness(.88) saturate(.9); }
.hero-photo-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(28,28,26,.3) 0%, rgba(28,28,26,.04) 60%); }
.hero-info-card { position: absolute; bottom: 1.75rem; left: 50%; transform: translateX(-50%); width: calc(100% - 2.5rem); max-width: 390px; background: white; border: 1px solid var(--border); border-radius: 4px; padding: 1.4rem 1.6rem; box-shadow: 0 16px 48px rgba(28,28,26,.2); }
.card-title { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 500; margin-bottom: .1rem; display: flex; align-items: center; gap: .45rem; }
.card-title .cross-icon { color: var(--sage); }
.card-sub { font-size: .74rem; color: var(--mid); margin-bottom: 1rem; }
.hours-table { width: 100%; border-collapse: collapse; margin-bottom: 1rem; }
.hours-table td { font-size: .79rem; padding: .26rem 0; border-bottom: 1px solid var(--border); color: var(--mid); vertical-align: middle; }
.hours-table tr:last-child td { border-bottom: none; }
.hours-table .day-cell { font-weight: 500; color: var(--dark); width: 88px; }
.hours-table .closed-cell { color: #c5a07a; font-style: italic; }
.card-contacts { display: flex; flex-direction: column; gap: .4rem; padding-top: .9rem; border-top: 1px solid var(--border); }
.card-contact-row { display: flex; align-items: center; gap: .6rem; }
.c-icon { width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 11px; background: var(--gold-pale); }
.c-label { font-size: .7rem; color: var(--mid); line-height: 1; }
.c-value { font-size: .8rem; font-weight: 500; color: var(--dark); text-decoration: none; display: block; transition: color .2s; }
.c-value:hover { color: var(--gold); }
.card-ordo { margin-top: .9rem; padding-top: .9rem; border-top: 1px solid var(--border); }
.card-ordo-label { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: .55rem; }
.card-ordo-badges { display: flex; gap: .5rem; flex-wrap: wrap; }
.card-ordo-btn { display: inline-flex; align-items: center; gap: .45rem; font-size: .75rem; font-weight: 500; color: var(--dark); text-decoration: none; padding: .38rem .75rem; border: 1px solid var(--border); border-radius: 3px; background: var(--gold-pale); transition: border-color .2s, background .2s, color .2s; white-space: nowrap; }
.card-ordo-btn:hover { border-color: var(--gold); background: white; color: var(--gold); }

.strip { background: var(--dark); padding: 1rem 3rem; display: flex; align-items: center; justify-content: center; gap: 2rem; flex-wrap: wrap; }
.strip-item { display: flex; align-items: center; gap: .6rem; color: rgba(255,255,255,.62); font-size: .79rem; letter-spacing: .04em; }
.strip-item .dot { width: 5px; height: 5px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }

section { padding: 5rem 3rem; }
.section-label { display: inline-flex; align-items: center; gap: .5rem; font-size: .73rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: .85rem; }
.section-label::before { content: ''; width: 16px; height: 1px; background: var(--gold); }
h2.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.9rem, 3vw, 2.7rem); font-weight: 300; line-height: 1.15; color: var(--dark); margin-bottom: .85rem; }
h2.section-title em { font-style: italic; color: var(--gold); }

.services-section { background: white; }
.services-header { max-width: 560px; margin-bottom: 3rem; }
.services-header p { color: var(--mid); font-weight: 300; font-size: .91rem; line-height: 1.8; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); border: 1px solid var(--border); }
.service-card { padding: 2rem 1.6rem; background: white; border: 1px solid var(--border); margin: -1px; transition: background .25s, transform .25s; position: relative; overflow: hidden; }
.service-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--gold); transition: width .3s; }
.service-card:hover { background: var(--gold-pale); transform: translateY(-3px); }
.service-card:hover::after { width: 100%; }
.service-icon { width: 40px; height: 40px; margin-bottom: 1rem; background: var(--gold-pale); border-radius: 3px; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.service-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.18rem; font-weight: 500; margin-bottom: .35rem; }
.service-card p { font-size: .82rem; color: var(--mid); font-weight: 300; line-height: 1.7; }
.service-badge { display: inline-block; margin-top: .6rem; font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; color: var(--sage); font-weight: 500; background: rgba(107,140,122,.1); padding: .2rem .55rem; border-radius: 2px; }

.missions-section { background: var(--dark); position: relative; overflow: hidden; }
.missions-section::before { content: ''; position: absolute; right: -100px; top: -100px; width: 480px; height: 480px; border: 1px solid rgba(184,151,106,.1); border-radius: 50%; pointer-events: none; }
.missions-section .section-label { color: var(--gold-light); }
.missions-section .section-label::before { background: var(--gold-light); }
.missions-section h2.section-title { color: white; }
.missions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.05); margin-top: 2.75rem; position: relative; z-index: 1; }
.mission-item { padding: 2rem 2.25rem; background: var(--dark); border: 1px solid rgba(255,255,255,.06); transition: background .3s; }
.mission-item:hover { background: rgba(255,255,255,.04); }
.mission-num { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; color: rgba(184,151,106,.55); font-weight: 300; line-height: 1; margin-bottom: .6rem; }
.mission-item h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 400; color: white; margin-bottom: .35rem; }
.mission-item p { font-size: .82rem; color: rgba(255,255,255,.46); font-weight: 300; line-height: 1.75; }

.about-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-card-main { background: var(--gold-pale); border-radius: 4px; padding: 2.25rem; border: 1px solid var(--border); }
.about-card-main .logo-emblem { width: 70px; height: 70px; object-fit: contain; margin-bottom: .85rem; display: block; }
.about-card-main p { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 300; font-style: italic; color: var(--dark); line-height: 1.6; }
.about-features { margin-top: 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.about-feature { display: flex; align-items: flex-start; gap: .6rem; padding: .85rem; background: white; border: 1px solid var(--border); border-radius: 3px; }
.about-feature .feat-icon { font-size: 1.05rem; margin-top: .1rem; }
.about-feature h4 { font-size: .81rem; font-weight: 500; color: var(--dark); }
.about-feature p { font-size: .74rem; color: var(--mid); margin-top: .12rem; font-weight: 300; }
.about-text p { color: var(--mid); font-weight: 300; line-height: 1.8; font-size: .91rem; margin-bottom: 1.25rem; }

.access-section { background: var(--gold-pale); }
.access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; margin-top: 2.5rem; }
.access-info h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 400; margin-bottom: 1.1rem; color: var(--dark); }
.access-list { list-style: none; }
.access-list li { display: flex; align-items: flex-start; gap: .6rem; padding: .6rem 0; border-bottom: 1px solid rgba(184,151,106,.2); font-size: .84rem; color: var(--mid); font-weight: 300; }
.access-list li .ico { font-size: .9rem; flex-shrink: 0; margin-top: .1rem; }
.access-list li a { color: inherit; text-decoration: none; transition: color .2s; }
.access-list li a:hover { color: var(--gold); }
.map-embed { display: flex; flex-direction: column; align-items: flex-start; }
.map-embed iframe { box-shadow: 0 4px 24px rgba(28,28,26,.1); }

/* PHARMACISTS */
.pharmacists-section { background: white; }
.pharmacists-intro { color: var(--mid); font-weight: 300; font-size: .91rem; margin-bottom: 2.5rem; max-width: 560px; line-height: 1.75; }
.pharmacists-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.pharmacist-card { display: flex; gap: 1.25rem; align-items: flex-start; background: var(--gold-pale); border: 1px solid var(--border); border-radius: 4px; padding: 2rem 1.75rem; transition: box-shadow .25s; }
.pharmacist-card:hover { box-shadow: 0 8px 32px rgba(184,151,106,.18); }
.pharmacist-cross { font-size: 1.8rem; color: var(--sage); flex-shrink: 0; line-height: 1; margin-top: .15rem; }
.pharmacist-title { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: .35rem; }
.pharmacist-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 500; color: var(--dark); margin-bottom: 1rem; line-height: 1.2; }
.pharmacist-details { display: flex; flex-direction: column; gap: .5rem; }
.ph-detail { display: flex; flex-direction: column; gap: .05rem; }
.ph-label { font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; color: var(--gold); font-weight: 500; }
.ph-detail span:last-child { font-size: .83rem; color: var(--mid); font-weight: 300; }

/* STAFF */
.staff-section { margin-top: 3rem; padding-top: 2.5rem; border-top: 1px solid var(--border); }
.staff-label { font-size: .73rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 1.25rem; display: flex; align-items: center; gap: .5rem; }
.staff-label::before { content: ''; width: 16px; height: 1px; background: var(--gold); }
.staff-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.staff-card { display: flex; align-items: center; gap: .85rem; padding: 1.1rem 1.25rem; background: var(--cream); border: 1px solid var(--border); border-radius: 3px; transition: border-color .2s, box-shadow .2s; }
.staff-card:hover { border-color: var(--gold); box-shadow: 0 4px 16px rgba(184,151,106,.12); }
.staff-alternance { background: var(--gold-pale); }
.staff-icon { font-size: 1.4rem; flex-shrink: 0; }
.staff-role { font-size: .7rem; text-transform: uppercase; letter-spacing: .07em; color: var(--mid); font-weight: 400; line-height: 1.3; }
.staff-name { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 500; color: var(--dark); margin-top: .1rem; }
.staff-badge { display: inline-block; margin-top: .3rem; font-size: .65rem; letter-spacing: .07em; text-transform: uppercase; color: var(--sage); font-weight: 500; background: rgba(107,140,122,.12); padding: .18rem .5rem; border-radius: 2px; }

/* GALLERY */
.partners-section { background: white; border-top: 1px solid var(--border); }
.partners-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 2.5rem; }
.partner-card { background: var(--cream); border: 1px solid var(--border); border-radius: 4px; padding: 2rem; }
.partner-card .partner-tag { font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: .6rem; }
.partner-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 500; color: var(--dark); margin-bottom: .75rem; }
.partner-card p { font-size: .85rem; color: #5A5A52; line-height: 1.75; font-weight: 300; margin-bottom: 1.1rem; }
.partner-link { display: inline-flex; align-items: center; gap: .4rem; font-size: .8rem; color: var(--gold); text-decoration: none; font-weight: 500; letter-spacing: .02em; transition: gap .2s; }
.partner-link:hover { gap: .65rem; }

@media (max-width: 680px) { .partners-grid { grid-template-columns: 1fr; } }

.gallery-section { background: var(--dark); padding-bottom: 4rem; }
.gallery-section .section-label { color: var(--gold-light); }
.gallery-section .section-label::before { background: var(--gold-light); }
.gallery-section h2.section-title { color: white; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin-top: 2.5rem; border-radius: 4px; overflow: hidden; }
.gallery-item { overflow: hidden; aspect-ratio: 4/3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .3s ease; filter: brightness(.88) saturate(.85); display: block; }
.gallery-item:hover img { transform: scale(1.06); filter: brightness(1) saturate(1); }

footer { background: var(--dark); padding: 3rem 3rem 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 2.25rem; border-bottom: 1px solid rgba(255,255,255,.07); }
.footer-brand .logo { display: flex; align-items: center; gap: .65rem; margin-bottom: 1rem; }
.footer-logo-text { display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; }
.footer-emblem { width: 36px; height: 36px; border: 1.5px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; color: var(--gold); flex-shrink: 0; }
.footer-brand-name { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: white; font-weight: 500; line-height: 1.25; letter-spacing: .01em; }
.footer-brand-name span { display: block; font-family: 'DM Sans', sans-serif; font-weight: 300; font-size: .75rem; color: rgba(255,255,255,.38); margin-top: .15rem; }
.footer-brand p { font-size: .79rem; color: rgba(255,255,255,.36); font-weight: 300; line-height: 1.75; }
.footer-col h4 { font-size: .71rem; letter-spacing: .13em; text-transform: uppercase; color: rgba(255,255,255,.3); font-weight: 500; margin-bottom: 1rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: .5rem; }
.footer-col ul li a { text-decoration: none; color: rgba(255,255,255,.52); font-size: .81rem; font-weight: 300; transition: color .2s; }
.footer-col ul li a:hover { color: var(--gold); }
.footer-col .contact-item { display: flex; align-items: flex-start; gap: .45rem; margin-bottom: .6rem; font-size: .81rem; color: rgba(255,255,255,.52); font-weight: 300; }
.footer-col .contact-item .ico { margin-top: .1rem; flex-shrink: 0; opacity: .4; }
.footer-col .contact-item a { color: rgba(255,255,255,.52); text-decoration: none; transition: color .2s; word-break: break-all; }
.footer-col .contact-item a:hover { color: var(--gold); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 1.5rem; font-size: .74rem; color: rgba(255,255,255,.25); flex-wrap: wrap; gap: .5rem; }
.footer-bottom a { color: rgba(255,255,255,.35); text-decoration: none; transition: color .2s; }
.footer-bottom a:hover { color: var(--gold-light); }

@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

#scroll-top {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 900;
  width: 44px; height: 44px;
  background: var(--gold); color: white;
  border: none; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; box-shadow: 0 4px 20px rgba(184,151,106,.45);
  opacity: 0; transform: translateY(12px);
  transition: opacity .3s ease, transform .3s ease, background .2s;
  pointer-events: none;
}
#scroll-top.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
#scroll-top:hover { background: var(--sage-dark); box-shadow: 0 6px 24px rgba(74,99,87,.4); }

@media (max-width: 960px) {
  .topbar { padding: .45rem 1rem; gap: .5rem; flex-direction: column; align-items: flex-start; }
  .topbar .sep { display: none; }
  nav { padding: .8rem 1rem; }
  .nav-links { display: none; }
  section { padding: 3rem 1rem; }
  .strip { padding: .85rem 1rem; gap: 1rem; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 2.5rem 1rem 1.5rem; }
  .hero-right { min-height: 420px; }
  .hero-info-card { max-width: calc(100% - 1.5rem); padding: 1.1rem 1.2rem; }
  .about-wrap { grid-template-columns: 1fr; gap: 2rem; }
  .missions-grid { grid-template-columns: 1fr; }
  .access-grid { grid-template-columns: 1fr; }
  .pharmacists-grid { grid-template-columns: 1fr; }
  .staff-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
