@import "https://fonts.googleapis.com/css2?family=DM+Mono&family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap";*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#202724;background:#f8f5ef;margin:0;font-family:DM Sans,Arial,sans-serif}button,a{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}:root{--ink:#202724;--paper:#f8f5ef;--lime:#d6e486;--rust:#c84e32;--line:#d8d5ce;--serif:"Playfair Display",Georgia,serif}main{overflow:hidden}.nav-shell{border-bottom:1px solid var(--line);z-index:5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f8f5efeb;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;max-width:1240px;height:76px;margin:auto;padding:0 32px;display:flex}.brand{letter-spacing:-1.5px;font-size:24px;font-weight:700}.brand span{font-family:var(--serif);font-size:1.2em;font-style:italic}.nav-links{gap:30px;font-size:14px;font-weight:500;display:flex}.nav-links a:hover,.text-link:hover{color:var(--rust)}.nav-actions{align-items:center;gap:10px;display:flex}.icon-button,.bag,.menu-button{color:var(--ink);background:0 0;border:0}.icon-button svg,.bag svg{fill:none;stroke:currentColor;stroke-width:1.7px;width:20px;height:20px}.bag{padding:5px;position:relative}.bag b{background:var(--rust);color:#fff;border-radius:50%;width:15px;height:15px;font:10px/15px DM Mono;position:absolute;top:-5px;right:-5px}.menu-button{font-size:23px;display:none}.hero-section{grid-template-columns:1.03fr .97fr;align-items:center;gap:42px;max-width:1240px;min-height:610px;margin:auto;padding:80px 32px 64px;display:grid}.eyebrow{text-transform:uppercase;letter-spacing:1.7px;color:#68716b;margin:0 0 15px;font:500 11px DM Mono}h1,h2,h3,p{margin-top:0}.hero-copy h1{letter-spacing:-4px;margin:0 0 25px;font-size:clamp(48px,5.6vw,76px);font-weight:600;line-height:.99}.hero-copy h1 em,h2 em{font-family:var(--serif);color:var(--rust);font-weight:500}.hero-text{color:#5a625d;max-width:440px;font-size:16px;line-height:1.65}.hero-buttons{align-items:center;gap:25px;margin:31px 0 43px;display:flex}.button{background:var(--ink);color:#fff;align-items:center;gap:25px;padding:14px 19px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.button:hover{background:var(--rust);transform:translateY(-2px)}.button span{font-size:19px}.text-link{border-bottom:1px solid;padding-bottom:3px;font-size:14px;font-weight:600}.reader-note{color:#5a625d;align-items:center;gap:12px;font-size:12px;line-height:1.45;display:flex}.reader-note p{margin:0}.reader-avatars{display:flex}.reader-avatars i{border:2px solid var(--paper);color:#fff;width:28px;height:28px;font:11px/24px var(--serif);text-align:center;background:#c7a38c;border-radius:50%;margin-right:-7px}.reader-avatars i:nth-child(2){background:#647c6d}.reader-avatars i:nth-child(3){background:#d68654}.hero-art{background:#d9e1a2;height:450px;position:relative;overflow:hidden}.sun{background:#f5d79c;border-radius:50%;width:205px;height:205px;position:absolute;top:42px;right:36px}.arch{border:40px solid #f4f0e5;border-bottom:0;border-radius:150px 150px 0 0;width:275px;height:360px;position:absolute;bottom:-72px;right:0}.book{color:#fff;letter-spacing:-1px;flex-direction:column;justify-content:space-between;padding:20px 18px;display:flex;position:absolute;box-shadow:12px 14px #22302524}.book b{font-family:var(--serif);font-size:28px;line-height:.93}.book span,.book small{letter-spacing:.5px;font:9px DM Mono}.book-one{background:#c54d32;width:168px;height:265px;top:99px;left:16%;transform:rotate(-11deg)}.book-two{background:#31473a;width:180px;height:290px;top:85px;right:21%;transform:rotate(9deg)}.book-three{color:#3f452a;background:#e9b555;width:150px;height:215px;bottom:-34px;left:36%;transform:rotate(-2deg)}.book-three b{font-size:34px}.plant{color:#305641;font-size:100px;position:absolute;bottom:9px;left:7%;transform:rotate(-14deg)}.benefits{border-block:1px solid var(--line);background:#eee8da;justify-content:center;gap:90px;padding:17px 32px;display:flex}.benefits p{margin:0;font:12px DM Mono}.benefits span{color:var(--rust);margin-right:8px;font-size:17px}.section{max-width:1240px;margin:auto;padding:102px 32px}.section-heading{justify-content:space-between;align-items:end;margin-bottom:35px;display:flex}.section h2,.club h2{letter-spacing:-2.5px;margin-bottom:0;font-size:clamp(34px,4vw,52px);font-weight:600;line-height:1.04}.book-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.cover-wrap{background:#ded7cb;height:340px;position:relative;overflow:hidden}.cover-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.book-card:hover img{transform:scale(1.05)}.tag{background:var(--paper);text-transform:uppercase;padding:5px 8px;font:9px DM Mono;position:absolute;top:12px;left:12px}.save{background:var(--paper);width:32px;height:32px;color:var(--ink);border:0;border-radius:50%;font-size:19px;position:absolute;top:10px;right:10px}.save.saved{background:var(--rust);color:#fff}.book-info{padding:14px 1px}.book-info h3{letter-spacing:-.4px;margin:0 0 4px;font-size:16px}.book-info p{color:#717772;margin:0 0 9px;font-size:13px}.book-info strong{font:12px DM Mono}.categories{border-top:1px solid var(--line)}.category-grid{border:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.category{border-right:1px solid var(--line);flex-direction:column;justify-content:space-between;min-height:160px;padding:24px 20px;transition:all .2s;display:flex}.category:last-child{border:0}.category:hover{background:var(--lime)}.category-symbol{font:33px var(--serif);color:var(--rust)}.category h3{margin:0 0 4px;font-size:17px}.category p{color:#6b726d;margin:0;font-size:12px}.category b{align-self:end;font-size:18px}.club{background:var(--rust);color:#fff;grid-template-columns:.9fr 1.1fr;align-items:center;gap:100px;min-height:460px;padding:66px max(32px,50vw - 580px);display:grid}.club .eyebrow{color:#ffe7c6}.club h2 em{color:#fee9c8}.club>div>p:not(.eyebrow){color:#fff1de;max-width:390px;margin:24px 0 30px;line-height:1.65}.button.light{color:var(--ink);background:#f8f5ef}.button.light:hover{background:var(--lime)}.club-shape{font:600 clamp(60px,11vw,150px)/.8 var(--serif);letter-spacing:-12px;color:#ffd58c;aspect-ratio:1;border:1px solid #ffffff59;border-radius:50%;place-items:center;width:min(310px,29vw);display:grid;transform:rotate(-11deg)}footer{color:#f8f5ef;background:#202724;padding:60px max(32px,50vw - 580px) 25px}.footer-top{grid-template-columns:1fr 1fr 1fr;align-items:start;padding-bottom:70px;display:grid}.footer-top p{color:#c0c7bb;font-size:14px;line-height:1.6}.newsletter{border-bottom:1px solid #f8f5ef;justify-self:end;padding-bottom:6px;font-size:14px}.newsletter span{margin-left:22px}.footer-bottom{color:#b5bcb2;border-top:1px solid #697068;justify-content:space-between;padding-top:20px;font:11px DM Mono;display:flex}.footer-bottom div{gap:20px;display:flex}.footer-bottom a:hover{color:#fff}@media (width<=780px){.nav{height:64px;padding:0 20px}.menu-button{order:2;display:block}.nav-actions{order:3}.icon-button,.nav-links{display:none}.nav-links.open{background:var(--paper);border-bottom:1px solid var(--line);flex-direction:column;gap:18px;padding:22px;display:flex;position:absolute;top:64px;left:0;right:0}.hero-section{grid-template-columns:1fr;min-height:auto;padding:60px 20px 42px}.hero-copy h1{letter-spacing:-2.5px}.hero-art{height:350px}.benefits{white-space:nowrap;justify-content:flex-start;gap:34px;padding:15px 20px;overflow:auto}.section{padding:70px 20px}.section-heading{align-items:start}.section-heading>.text-link{display:none}.book-grid{grid-template-columns:repeat(2,1fr);gap:18px 12px}.cover-wrap{height:250px}.book-info h3{font-size:14px}.category-grid{grid-template-columns:repeat(2,1fr)}.category{border-bottom:1px solid var(--line);min-height:140px}.category:nth-child(2){border-right:0}.category:last-child{border-bottom:0}.club{grid-template-columns:1fr;gap:40px;padding:66px 20px}.club-shape{letter-spacing:-8px;justify-self:center;width:170px}.footer-top{grid-template-columns:1fr;gap:28px;padding-bottom:42px}.newsletter{justify-self:start}.footer-bottom{flex-direction:column;gap:20px}.footer-bottom div{flex-wrap:wrap;gap:12px}}.hero-signboard{background-image:linear-gradient(135deg,#0d141114,#0d14119e),url(https://i0.wp.com/tresamagazine.com/wp-content/uploads/2024/10/IMG_9771.jpeg?resize=720%2C1079&ssl=1),url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20900%20600'%20role='img'%20aria-labelledby='title'%3e%3ctitle%20id='title'%3eSenior%20school%20students%20studying%20with%20textbooks%3c/title%3e%3cdefs%3e%3clinearGradient%20id='sky'%20x1='0'%20x2='1'%20y1='0'%20y2='1'%3e%3cstop%20stop-color='%23e8d58b'/%3e%3cstop%20offset='.55'%20stop-color='%23b8d2cf'/%3e%3cstop%20offset='1'%20stop-color='%23668784'/%3e%3c/linearGradient%3e%3clinearGradient%20id='desk'%20x1='0'%20x2='0'%20y1='0'%20y2='1'%3e%3cstop%20stop-color='%23b67a43'/%3e%3cstop%20offset='1'%20stop-color='%23784a2d'/%3e%3c/linearGradient%3e%3c/defs%3e%3crect%20width='900'%20height='600'%20fill='url(%23sky)'/%3e%3ccircle%20cx='750'%20cy='85'%20r='48'%20fill='%23fff2bb'%20opacity='.8'/%3e%3cg%20fill='%23f9f4df'%20opacity='.72'%3e%3crect%20x='62'%20y='55'%20width='154'%20height='178'%20rx='8'/%3e%3crect%20x='245'%20y='55'%20width='154'%20height='178'%20rx='8'/%3e%3crect%20x='428'%20y='55'%20width='154'%20height='178'%20rx='8'/%3e%3c/g%3e%3cg%20stroke='%237c9f9b'%20stroke-width='8'%20opacity='.65'%3e%3cpath%20d='M138%2055v178M322%2055v178M505%2055v178'/%3e%3cpath%20d='M62%20142h154M245%20142h154M428%20142h154'/%3e%3c/g%3e%3cpath%20d='M0%20315c120-48%20190%2036%20298%200%20112-37%20184%2039%20292%200%20106-38%20189%2029%20310-5v290H0Z'%20fill='%23436e6b'/%3e%3cpath%20d='M0%20407c144-30%20240%2033%20374-3%20128-35%20264%2028%20526-25v221H0Z'%20fill='%23244d50'/%3e%3cg%20transform='translate(176%20104)'%3e%3cpath%20d='M111%2080c-22-4-35-29-27-51%209-24%2038-35%2061-23%2022%2012%2028%2041%2012%2061-11%2013-28%2019-46%2013Z'%20fill='%23714a38'/%3e%3cpath%20d='M92%2053c4-38%2060-48%2072-6-17-12-37-14-55-4l-17%2010Z'%20fill='%2320221e'/%3e%3ccircle%20cx='112'%20cy='60'%20r='3'%20fill='%2325221f'/%3e%3ccircle%20cx='140'%20cy='60'%20r='3'%20fill='%2325221f'/%3e%3cpath%20d='M112%2079c9%206%2018%206%2027%200'%20fill='none'%20stroke='%237c453a'%20stroke-width='3'%20stroke-linecap='round'/%3e%3cpath%20d='M91%20102h68l25%20153H65Z'%20fill='%23fbfaf2'/%3e%3cpath%20d='M91%20103h68l-34%2044Z'%20fill='%23d3ab37'/%3e%3cpath%20d='M93%20119h64'%20stroke='%23193e63'%20stroke-width='6'/%3e%3cpath%20d='M65%20255h119l-16%2088H80Z'%20fill='%23263f63'/%3e%3cpath%20d='M95%20343h30v89H82Z'%20fill='%23222a38'/%3e%3cpath%20d='M137%20343h30v89h-43Z'%20fill='%23222a38'/%3e%3cpath%20d='M69%20205c-36%2025-42%2067-28%2083l23-13%2022-58ZM179%20204c34%2023%2042%2062%2029%2083l-24-13-19-57Z'%20fill='%23714a38'/%3e%3crect%20x='51'%20y='251'%20width='153'%20height='16'%20rx='8'%20fill='%23744b2d'/%3e%3c/g%3e%3cg%20transform='translate(500%2095)'%3e%3cpath%20d='M106%2086c-26%200-44-21-41-46%203-29%2034-47%2060-35%2023%2010%2032%2037%2021%2059-8%2015-23%2022-40%2022Z'%20fill='%239a633f'/%3e%3cpath%20d='M63%2059c-6-46%2070-65%2085-13l-4%2023c-8-30-44-40-69-17l-12%207Z'%20fill='%231e211f'/%3e%3ccircle%20cx='94'%20cy='66'%20r='3'%20fill='%2325221f'/%3e%3ccircle%20cx='123'%20cy='66'%20r='3'%20fill='%2325221f'/%3e%3cpath%20d='M96%2085c8%205%2017%205%2025%200'%20fill='none'%20stroke='%23804536'%20stroke-width='3'%20stroke-linecap='round'/%3e%3cpath%20d='M69%20111h77l24%20145H45Z'%20fill='%23f9f7ed'/%3e%3cpath%20d='M68%20112h78l-39%2044Z'%20fill='%23d3ab37'/%3e%3cpath%20d='M69%20130h76'%20stroke='%23193e63'%20stroke-width='6'/%3e%3cpath%20d='M45%20256h125l-13%2082H58Z'%20fill='%23263f63'/%3e%3cpath%20d='M70%20338h31v93H56Z'%20fill='%23222a38'/%3e%3cpath%20d='M119%20338h31v93h-43Z'%20fill='%23222a38'/%3e%3cpath%20d='M49%20200c-40%2029-42%2071-24%2088l22-15%2027-56ZM166%20200c39%2027%2042%2067%2025%2087l-24-14-24-55Z'%20fill='%239a633f'/%3e%3crect%20x='27'%20y='251'%20width='179'%20height='16'%20rx='8'%20fill='%23744b2d'/%3e%3c/g%3e%3cg%20transform='translate(270%20357)%20rotate(-4)'%3e%3cpath%20d='M0%200h128v75H0z'%20fill='%23fffdf5'/%3e%3cpath%20d='M64%200v75'%20stroke='%23d8d1bf'%20stroke-width='3'/%3e%3cpath%20d='M11%2016h40M77%2016h39M11%2029h39M77%2029h39M11%2042h32M77%2042h31'%20stroke='%238ca09a'%20stroke-width='4'%20stroke-linecap='round'/%3e%3c/g%3e%3cg%20transform='translate(525%20360)%20rotate(5)'%3e%3cpath%20d='M0%200h137v73H0z'%20fill='%23fffdf5'/%3e%3cpath%20d='M68%200v73'%20stroke='%23d8d1bf'%20stroke-width='3'/%3e%3cpath%20d='M12%2016h43M81%2016h40M12%2029h42M81%2029h40M12%2042h33M81%2042h33'%20stroke='%238ca09a'%20stroke-width='4'%20stroke-linecap='round'/%3e%3c/g%3e%3cg%20fill='%23f5c518'%3e%3ccircle%20cx='80'%20cy='455'%20r='8'/%3e%3ccircle%20cx='115'%20cy='478'%20r='5'/%3e%3ccircle%20cx='808'%20cy='448'%20r='7'/%3e%3c/g%3e%3c/svg%3e");background-position:50%,50% 35%,50%;background-size:cover,cover,cover}.hero-signboard>img{display:none}.signboard-caption{color:#fff;background:linear-gradient(#0000,#000000ed);padding:22px;position:absolute;bottom:0;left:0;right:0}.signboard-caption span{color:#f8cf24;letter-spacing:1px;font:600 12px DM Mono}.signboard-caption p{margin:6px 0 0;font-size:12px;line-height:1.5}.nav .brand:before{content:"";background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3MDAgMjIwIiByb2xlPSJpbWciIGFyaWEtbGFiZWxsZWRieT0idGl0bGUgZGVzYyI+CiAgPHRpdGxlIGlkPSJ0aXRsZSI+UGFnZTJQcm88L3RpdGxlPgogIDxkZXNjIGlkPSJkZXNjIj5PcGVuIGJvb2sgd2l0aCBhIGdvbGQgbGVhcm5lciBhbmQgc3Byb3V0aW5nIGxlYXZlcywgZm9sbG93ZWQgYnkgdGhlIFBhZ2UyUHJvIG5hbWUgYW5kIHRhZ2xpbmUuPC9kZXNjPgogIDxyZWN0IHdpZHRoPSI3MDAiIGhlaWdodD0iMjIwIiByeD0iMTgiIGZpbGw9IiMxMTE2MTUiLz4KICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOCAyOCkiPgogICAgPHBhdGggZD0iTTc4IDEyMkM0OSA4NyAxNyA4OCAwIDkzbDE5LTY2YzI3LTQgNTAgNyA1OSAyNXY3MFoiIGZpbGw9IiNmZmYiLz4KICAgIDxwYXRoIGQ9Ik04MiAxMjJjMjktMzUgNjEtMzQgNzgtMjlsLTE5LTY2Yy0yNy00LTUwIDctNTkgMjV2NzBaIiBmaWxsPSIjZmZmIi8+CiAgICA8cGF0aCBkPSJNNzggMTIyQzQ3IDEwNiAyMCAxMDggMiAxMTVsOCAxN2MyNC03IDQ4LTUgNjggMTJsNCAzIDQtM2MyMC0xNyA0NC0xOSA2OC0xMmw4LTE3Yy0xOC03LTQ1LTktNzYgN2wtNCAyLTQtMloiIGZpbGw9IiNmNWM1MTgiLz4KICAgIDxwYXRoIGQ9Ik04MSA3NVYzNk04MSA0OEM1NSAyMiAzMyAyMSAyMCAyNmMxMCAyNiAzMSA0MiA2MSA0OVpNODEgNDhjMjYtMjYgNDgtMjcgNjEtMjItMTAgMjYtMzEgNDItNjEgNDlaIiBmaWxsPSIjZjVjNTE4Ii8+CiAgICA8Y2lyY2xlIGN4PSI4MSIgY3k9IjE3IiByPSIxNCIgZmlsbD0iI2Y1YzUxOCIvPgogIDwvZz4KICA8dGV4dCB4PSIyMTAiIHk9IjEwNSIgZmlsbD0iI2ZmZiIgZm9udC1mYW1pbHk9IkFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iNjQiIGZvbnQtd2VpZ2h0PSI4MDAiIGxldHRlci1zcGFjaW5nPSItMiI+UEFHRTx0c3BhbiBmaWxsPSIjZjVjNTE4Ij4yPC90c3Bhbj5QUk88L3RleHQ+CiAgPHRleHQgeD0iMjEyIiB5PSIxNDUiIGZpbGw9IiNmNWM1MTgiIGZvbnQtZmFtaWx5PSJBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIiBmb250LXNpemU9IjIwIiBmb250LXdlaWdodD0iNjAwIiBmb250LXN0eWxlPSJpdGFsaWMiPkZyb20gRmlyc3QgUGFnZSB0byBGdXR1cmU8L3RleHQ+Cjwvc3ZnPgo=) 0/contain no-repeat;flex:none;width:190px;height:60px;display:inline-block}.nav .brand{align-items:center;font-size:0;display:flex}@media (width<=780px){.nav .brand:before{width:158px;height:50px}}
