:root{
/* radii — the brand is square. Only the monogram circle and pills are round. */
--radius-none:0;
--radius-xs:2px;
--radius-pill:999px;
--radius-circle:50%;
/* borders */
--border-w:1px;
--border-w-rule:1px;
--hairline:1px solid var(--border-default);
--hairline-gold:1px solid var(--border-gold);
--rule-gold-len:30px;
/* shadows — used sparingly, warm-tinted */
--shadow-none:none;
--shadow-sm:0 1px 2px rgba(15,15,14,.06);
--shadow-md:0 8px 24px -8px rgba(15,15,14,.18);
--shadow-lg:0 24px 60px -20px rgba(15,15,14,.28);
--shadow-focus:0 0 0 3px rgba(201,169,97,.35);
/* image treatments */
--photo-scrim:linear-gradient(180deg,rgba(15,15,14,0) 40%,rgba(15,15,14,.72) 100%);/* @kind other */
--photo-scrim-top:linear-gradient(180deg,rgba(15,15,14,.55) 0%,rgba(15,15,14,0) 40%);/* @kind other */
--photo-tone:sepia(.12) saturate(.9);/* @kind other */
--blur-glass:blur(14px);/* @kind other */
/* motion */
--ease-out:cubic-bezier(.22,1,.36,1);/* @kind other */
--ease-in-out:cubic-bezier(.65,0,.35,1);/* @kind other */
--dur-fast:160ms;/* @kind other */
--dur-base:260ms;/* @kind other */
--dur-slow:600ms;/* @kind other */
--dur-reveal:900ms;/* @kind other */
--opacity-hover:.72;/* @kind other */
--scale-press:.985;/* @kind other */
--zoom-image-hover:1.04;/* @kind other */
}
